* {
    margin: 0;
}

p {
    margin-bottom: 7px;
    text-align: justify;
}

blockquote {
    margin-left: 10px;
    font-style: italic;
    margin-bottom: 4px;
}

.header {
    background: #98b5c7;
    width: 100%;
    height: 111px;
    background-repeat: no-repeat;
    background-position: left center;
}

.encabezadot {
    text-align: right;
    margin: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: larger;
    font-weight: 400;
    vertical-align: middle;
}

.menu {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    padding: 5px;
}

.menu li {
    list-style: none;
    margin-right: 3px;
    font-size: 1.3vw;
    font-size: max(1.4vw, 12px);
}

.menu li a {
    color: rgba(11, 17, 33, 0.933);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.menu li a:hover {
    padding: 5px 10px;
    background: rgb(10, 11, 12);
    color: antiquewhite;
    border-radius: 15px;
}

.niveles {
    color: rgba(11, 17, 33, 0.933);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.niveles:hover {
    padding: 5px 10px;
    background: rgb(10, 11, 12);
    color: antiquewhite;
    border-radius: 15px;
}

.main {
    width: 100%;
    /* background: rgb(139, 141, 143);
    height: calc(100vh - 140px);
    200 porque son 100 de header y 100 de nav
    display: flex; 
    justify-content: center;
    align-items: center;*/
}


/***********pantalla grande***********************/


/*************************************************/


/************pantalla grande**********************/


/********************
 background-image: url(images/home1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
*****************************/

@media screen and (max-width: 1920px) and (min-width: 600px) {
    body {
        width: 50%;
        margin: 0 auto;
        background: rgba(243, 241, 241, 0.449);
        /*font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 14px;*/
        font-family: 'Roboto', sans-serif; /* Si usas Roboto de Google Fonts */
        font-size: 14px;
        line-height: 1.6;
    }
    .nav {
        background: rgb(255, 255, 255);
        padding: 5px;
        justify-content: center;
        /* float: left;
       Desplazamos el nav hacia la izquierda */
        position: fixed;
        top: 0;
        /*transition: all 0.5s ease;*/
    }
    #section {
        width: 100%;
        /* height: 100vh;*/
        padding: 15px;
        margin-top: 40px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
        /*display: flex;
        flex-direction: row;
        flex-wrap: wrap; */
    }
    /* #section>div {
        width: 50%;
    }*/
    .parroquia {
        /*margin-right: 20px;
        width: 40%;*/
        background: rgb(255, 255, 255);
        /* border-radius: 15px; */
        margin-top: 5px;
        font-size: 85%;
        padding: 6px;
        /* position: absolute;
        top: 50px;
        right: 35px;

        text-align: center;*/
        margin-bottom: 5px;
    }
    .enTres {
        position: relative;
        display: flex;
        justify-content: center;
        /*align-items: center;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);*/
    }
    .recuadro {
        background: rgb(255, 255, 255);
        margin-bottom: 5px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
        /*
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        */
    }
    .articlePeriodico {
        background: rgb(255, 255, 255);
        margin-bottom: 5px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
    }
    .volantito {
        max-width: 100%;
    }
}


/***********fin de pantalla grande******************/


/*************************************************/


/***********pantalla chica******************/


/*************pantalla chica*********************/


/***********pantalla chica
        background-image: url(images/homecel1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;

***************/

@media screen and (max-width: 600px) {
    body {
        width: 100%;
        background: rgb(255, 255, 255);
        /*font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 13px;*/
        font-family: 'Roboto', sans-serif; /* Si usas Roboto de Google Fonts */
        font-size: 13px;
    }
    .nav {
        background: rgb(255, 255, 255);
        padding: 5px;
        width: 100%;
        justify-content: center;
        /* tex height: 50px;
        */
        z-index: 100;
        /* float: left;
       Desplazamos el nav hacia la izquierda */
        position: fixed;
        top: 0;
        /*transition: all 0.5s ease;*/
    }
    #section {
        width: 100%;
        /*height: 100vh;*/
        margin-top: 45px;
        background: rgb(255, 255, 255);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 13px;
        justify-content: center;
    }
    .parroquia {
        background: rgb(255, 255, 255);
        margin-top: 5px;
        font-size: 90%;
        margin-bottom: 5px;
        padding: 6px;
    }
    .enTres {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .recuadro {
        /* position: absolute;
        top: 35%;
        transform: translateY(-50%); */
        background: rgb(255, 255, 255);
        margin-bottom: 5px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
        font-size: 120%;
    }
    .articlePeriodico {
        background: rgb(255, 255, 255);
        margin-bottom: 5px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px;
        font-size: 120%;
    }
    .volantito {
        max-width: 100%;
    }
}


/*fin de pantalla chica*/


/*fin de pantalla chica*/


/*fin de pantalla chica*/


/*fin de pantalla chica*/

.botonRegistro {
    box-shadow: inset 0px 1px 9px 2px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 23px;
    text-decoration: none;
    text-shadow: 0px -1px 7px #2b665e;
    max-width: 90%;
}

.botonRegistro:hover {
    background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
    background-color: #6c7c7c;
}

.botonRegistro:active {
    position: relative;
    top: 1px;
}

.itemForm {
    margin: 10 px;
    padding: 4px;
    background-color: #ffffff;
    color: rgb(11, 12, 51);
}

.article {
    background: rgb(255, 255, 255);
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px 5px 5px 5px;
    font-size: 110%;
}

.divImagenCentrada {
    text-align: center;
}

.imgGeneral {
    width: 100%;
    border-radius: 3px;
    /* margin-left: auto;
    margin-right: auto;
     height: 150px; max-width: 99%;*/
}

.periodico {
    width: 100%;
    padding: 5px;
    margin-bottom: 3px;
    /* height: 100%;*/
}

.fechaPeriodico {
    display: flex;
    justify-content: space-between;
}

.marco {
    margin: 3px;
    border-radius: 10px;
    border-style: dotted;
    border-color: darkred;
    padding: 5px;
}

#aside {
    padding: 2px;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
}

.dosColumnas {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    justify-content: space-between;
}

.tresColumnas {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    justify-content: space-between;
}

.globito {
    width: 30%;
    margin: 5px;
    padding: 5px;
    border-radius: 15px;
    background: rgba(155, 155, 152, 0.35);
    border-style: solid;
    border-color: black;
}

.form1 {
    align-items: center;
    justify-content: center;
}

.formA {
    margin-top: 15px;
}

.footer {
    background: rgb(13, 19, 23);
    width: 100%;
    width: fit-content;
    color: antiquewhite;
    margin: 0px;
    padding: 5px;
}

.footer a {
    text-decoration: none;
    color: rgb(242, 210, 163);
}

.counter1 {
    width: 100%;
    text-align: center;
}

.counter1 a {
    color: rgb(242, 210, 163);
    text-decoration: none;
}


/*#playlist,
audio {
    background: #666;
    width: 90%;
    padding: 5px;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}*/

.a2 {
    text-decoration: none;
}

.active .a2 {
    color: #5DB0E6;
    text-decoration: none;
}

li .a2 {
    color: #eeeedd;
    background: #333;
    padding: 5px;
    display: block;
}

li .a2:hover {
    text-decoration: none;
}

.ButtonForm {
    box-shadow: inset 0px 0px 15px 3px #23395e;
    background-color: transparent;
    border-radius: 17px;
    border: 1px solid #000000;
    display: inline-block;
    cursor: pointer;
    color: #0c0850;
    font-family: Arial;
    font-size: 15px;
    padding: 6px 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #06050f;
}

.ButtonForm:hover {
    background-color: transparent;
}

.ButtonForm:active {
    position: relative;
    top: 1px;
}

#minireproductor {
    display: flex;
    justify-content: center;
}

.titPlLst {
    font-weight: 400;
    text-decoration: underline rgb(68, 68, 68);
    font-variant: small-caps;
    vertical-align: top;
    font-size: 80%;
}


/*
#audio {
    width: 40vw;
    vertical-align: top;
   transform: scale(0.8,1)
   float: right;
}*/

.botons {
    vertical-align: top;
    margin: 4px;
}

.botoncitos {
    margin: 4px;
    vertical-align: top;
    text-decoration: none;
    color: #000000;
}

#boxPlaylist {
    width: 100%;
    height: auto;
    background: rgb(210, 217, 223);
    position: fixed;
    top: 55px;
    left: 5px;
    border: 1px solid rgb(46, 51, 76);
    border-radius: 15px;
    padding: 4px;
    /*    z-index:3; */
}

#registro {
    width: 100%;
    height: auto;
    background: rgb(210, 217, 223);
    position: fixed;
    top: 55px;
    left: 5px;
    border: 1px solid rgb(46, 51, 76);
    border-radius: 15px;
    padding: 4px;
    /*    z-index:3; */
}

#loginCom {
    width: 100%;
    height: auto;
    background: rgb(210, 217, 223);
    position: fixed;
    top: 55px;
    left: 5px;
    border: 1px solid rgb(46, 51, 76);
    border-radius: 15px;
    padding: 4px;
    /*    z-index:3; */
}

.biblia {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
    background: rgb(255, 255, 255);
}

.titBibl {
    text-align: left;
    font-family: Arial;
    font-size: 30px;
    text-shadow: 0px 0px 9px #2e2485;
}

#submenuEvents {
    /*width: 100%;
    height: auto;*/
    background: rgb(165, 156, 223);
    position: fixed;
    top: 50px;
    float: left;
    border-radius: 5px;
    /*left: 15px;
        z-index:3; */
}

#submenuSession {
    /*width: 100%;
    height: auto;*/
    position: absolute;
    background: rgb(165, 156, 223);
    border-radius: 5px;
    /*    z-index:3; */
}

#submenuGrupos {
    width: 40%;
    /*height: auto;*/
    background: rgb(165, 156, 223);
    border-radius: 5px;
    position: absolute;
    font-size: x-large;
}

table.darkTable {
    font-family: "Arial Black", Gadget, sans-serif;
    border: 2px solid #000000;
    background-color: #4A4A4A;
    text-align: center;
    border-collapse: collapse;
}

table.darkTable td,
table.darkTable th {
    border: 1px solid #4A4A4A;
    padding: 3px 2px;
}

table.darkTable tbody td {
    font-size: 13px;
    color: #E6E6E6;
}

table.darkTable tr:nth-child(even) {
    background: #888888;
}

table.darkTable tfoot td {
    font-size: 12px;
}


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

.fire {
    color: #000;
    font-family: 'Caesar Dressing', cursive;
    font-size: 2em;
    text-transform: lowercase;
    vertical-align: middle;
    letter-spacing: .2em;
    animation: animation 1s ease-in-out infinite alternate;
    -moz-animation: animation 1s ease-in-out infinite alternate;
    -webkit-animation: animation 1s ease-in-out infinite alternate;
    -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
    color: #000;
    font-family: 'Caesar Dressing', cursive;
    font-size: 2em;
    text-transform: lowercase;
    vertical-align: middle;
    letter-spacing: .2em;
    animation: animation .65s ease-in-out infinite alternate;
    -moz-animation: animation .65s ease-in-out infinite alternate;
    -webkit-animation: animation .65s ease-in-out infinite alternate;
    -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}

@-moz-keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}

@-webkit-keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}

@-o-keyframes animation {
    0% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
    }
    100% {
        text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #fefcc9, -20px -20px 40px #feec85, 22px -42px 60px #ffae34, -22px -58px 50px #ec760c, 0 -82px 80px #cd4606, 10px -90px 80px #973716;
    }
}


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

#demo {
    width: 450px;
}

#demoAudio {
    width: 90%;
}

#demoList {
    margin-top: 10px;
    max-height: 20rem;
    overflow: scroll;
}

#demoList .song {
    padding: 10px;
    color: #9f9f9f;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}

#demoList .song:first-child {
    border-top: 1px solid #e1e1e1;
}

#demoList .song.now {
    font-weight: 700;
    color: #333;
    background: #feffd9;
}

#demoList .song::before {
    content: "\2022";
    margin-right: 10px;
}

#demoList .song.now::before {
    content: "\27A4";
}


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

.menuVert {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /*display: block;*/
    padding: 5px;
    line-height: 1.3em;
}

.menuVert li {
    list-style: none;
    margin-right: 3px;
    font-size: 1.3vw;
    font-size: max(1.4vw, 12px);
}

.menuVert li a {
    color: rgba(11, 17, 33, 0.933);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.menuVert li a:hover {
    padding: 5px 10px;
    background: rgb(10, 11, 12);
    color: antiquewhite;
    border-radius: 15px;
}


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

.imgIdentidad {
    margin: 10px;
    height: 40px;
    border: #2d2c88 3px solid;
    background-color: white;
    border-radius: 50%;
    float: right;
  }


/* vvvvvvvvvvboton ver mas reflexionesvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv  */

.botMasRefl {
    box-shadow: 0px 10px 5px -6px #7a8182;
    height: 20px;
    background: linear-gradient(to bottom, #d6dbdc 5%, #ffffff 100%);
    /*background-color: #599bb3; */
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #060606;
    font-family: Trebuchet MS;
    font-size: 7px;
    font-weight: bold;
    padding: 4px 7px;
    text-decoration: none;
    /*text-shadow: -2px 2px 0px #3d768a;*/
}

.botMasRefl:hover {
    background: linear-gradient(to bottom, #d6dbdc 5%, #ffffff 100%);
    /*background-color: #408c99; */
}

.botMasRefl:active {
    position: relative;
    top: 1px;
}

.like-button {
    box-shadow: 0px 10px 5px -6px #7a8182;
    height: 20px;
    background: linear-gradient(to bottom, #d6dbdc 5%, #ffffff 100%);
    /*background-color: #599bb3; */
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #060606;
    font-family: Trebuchet MS;
    font-size: 7px;
    font-weight: bold;
    padding: 4px 7px;
    text-decoration: none;
    /*text-shadow: -2px 2px 0px #3d768a;*/
    border: none; /* Elimina cualquier borde */
    outline: none; /* Elimina el contorno que aparece al enfocar (clic/tab) */
}

.like-button:hover {
    background: linear-gradient(to bottom, #d6dbdc 5%, #ffffff 100%);
    /*background-color: #408c99; */
}

.like-button:active {
    position: relative;
    top: 1px;
}

.tituloNoticia {
    text-decoration: none;
    color: rgb(0, 0, 0);
}




#formulario-container {
    width: 85%;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: rgb(210, 217, 223);
    position: fixed;
    top: 65px;
    left: 5px;
    border: 1px solid rgb(46, 51, 76);
    border-radius: 15px;
    padding: 6px;
    /*    z-index:3; */
}

#cancelar-btn {
   /* class="botonRegistro";*/
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.textwrapper
{

  margin:5px 0;
  padding:3px;
}


.comentarPie {
    display: flex;
    justify-content: space-between; /* Distribuye el espacio entre los elementos */
    align-items: center; /* Alinea verticalmente los elementos al centro */
  }

  .comentario-sangria {
    margin-left: 20px;
    border-left: 2px solid #ccc;
    padding-left: 10px;
    font-size: 70%; /* El texto será el 70% del tamaño de fuente heredado */
}





/* Estilos para el Footer */
.footer {
    background-color: #f8f8f8; /* Un color de fondo suave */
    color: #555;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    text-align: center; /* Centra el texto por defecto */
    border-top: 1px solid #eee; /* Una línea divisoria superior */
}

.footer-content {
    display: flex; /* Usa Flexbox para alinear secciones */
    flex-wrap: wrap; /* Permite que las secciones se envuelvan en pantallas pequeñas */
    justify-content: space-around; /* Distribuye el espacio entre las secciones */
    align-items: flex-start; /* Alinea las secciones en la parte superior */
    max-width: 1000px; /* Ancho máximo del contenido del footer */
    margin: 0 auto 20px auto; /* Centra el contenido y añade margen inferior */
    gap: 20px; /* Espacio entre las columnas */
}

.footer-section {
    flex: 1; /* Cada sección ocupa el espacio disponible */
    min-width: 280px; /* Ancho mínimo antes de que se envuelva */
    text-align: left; /* Alinea el texto a la izquierda dentro de cada sección */
}

.footer-section p {
    margin-bottom: 10px;
}

.qr-code, .instagram-icon {
    height: auto; /* Mantiene la proporción de la imagen */
    max-width: 100px; /* O un valor fijo si prefieres */
    float: right; /* Flota la imagen a la derecha dentro de su contenedor de texto */
    margin-left: 15px; /* Espacio a la izquierda de la imagen */
    margin-bottom: 10px; /* Espacio debajo de la imagen */
}

.instagram-icon {
    max-width: 30px; /* Un tamaño más pequeño para el icono de Instagram */
    vertical-align: middle; /* Alinea el icono con el texto */
    margin-left: 8px; /* Espacio entre el texto y el icono */
    float: none; /* No flotar para que se alinee con el texto */
}

.footer-section a {
    color: #007bff; /* Color de enlace azul */
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 0.9em;
    color: #777;
    text-align: center;
}

.visit-counter {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

/* Media Queries para Responsividad */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; /* Apila las secciones en pantallas pequeñas */
        align-items: center; /* Centra las secciones apiladas */
    }
    .footer-section {
        text-align: center; /* Centra el texto en pantallas pequeñas */
        min-width: unset; /* Elimina el ancho mínimo para que se ajuste mejor */
    }
    .qr-code {
        float: none; /* No flotar en pantallas pequeñas */
        margin: 10px auto; /* Centra el QR code */
    }
    .instagram-icon {
        display: inline-block; /* Asegura que el icono esté en línea */
        vertical-align: middle;
    }
}

.social-media {
    /* Aquí van las reglas de estilo que quieres aplicar */
    display: flex;
    justify-content: center;
    align-items: center;
  }