html{
    font-size: 100%;
    scroll-behavior: smooth;
}
body{
    background-color: #fff;
    background-color: red;

    /* background-image: linear-gradient(to bottom, #ffffff, #fdfdff, #fbfcff, #f8faff, #f4f9ff, #f1f8ff, #eef7ff, #eaf6ff, #e6f4ff, #e2f2ff, #def0ff, #daeeff); */

    /* background-image: linear-gradient(to right, #ffffff, #fdfdff, #fbfcff, #f8faff, #f4f9ff, #f1f8ff, #eef7ff, #eaf6ff, #e6f4ff, #e2f2ff, #def0ff, #daeeff); */

    /* background-image: linear-gradient(to top, #ffffff, #fdfdff, #fbfcff, #f8faff, #f4f9ff, #f1f8ff, #eef7ff, #eaf6ff, #e6f4ff, #e2f2ff, #def0ff, #daeeff); */

    /* background: #EFF8FF;
    background: radial-gradient(at center top, #EFF8FF, #FFFFFF); */

    /* background: radial-gradient(
        circle at 50% -15%, 
        #afd7ff 2%,     
        #e2f2ff 10%,    
        #f7fbff 20%,     
        #ffffff 100%      
    ); */
    
    /* background: radial-gradient(
        circle at 50% -15%, 
        #b8dcff 2%,     
        #e2f2ff 10%,    
        #f7fbff 20%,     
        #ffffff 100%      
    ); */

    /* background: radial-gradient(
        circle at 55% -45%, 
        #dbe9f9 20%,     
        #ddeaf4 30%,     
        #f4f4f4 40%,     
        #ffffff 100%,     
        #ffffff 70%      
    ); */

    background: radial-gradient(
        circle at 55% -45%, 
        #c6d4e0 10%,     
        #ecf3fa 20%,     
        #e6eef5 30%,     
        #f4f4f4 40%,     
        #ffffff 100%,     
        #ffffff 70%      
    );


    font-family: Inter, arial;
    font-weight: 400;
    font-size: .875em;
}

/* COMIENZA header */

.header{
    /* background-color: red; */
    width: 100%;
    /* padding: 1em 0 1em 0; */
    height: 5.5rem;
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid var(--borderwhite); */
    border-bottom: 1px dotted rgba(29, 73, 117, 0.04);
}

.nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0.5em 0;
    padding: 0.5rem 2rem;
    align-items: center;
    
    backdrop-filter: blur(0px);
    background-color: rgba(44, 74, 104, 0);
    border-radius: 99px;
    
    gap: 3rem;
    
    transition: all .4s ease-in-out;
    
    position: fixed;
    top: 0;
    margin: 1rem 0;

    /* para el scroll */
    /* backdrop-filter: blur(20px);
    background-color: rgba(44, 74, 104, 0.08);
    
    max-width: 800px;
    padding: 0.5rem 0.7rem;
    gap: 0rem; */
    z-index: 99999;
}

.nav.scrolled {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(44, 74, 104, 0.08);
    
    max-width: 800px;
    padding: 0.5rem 0.7rem;
    gap: 0rem;
}

.nav .logo{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .5em;
    color: var(--black);
    font-size: 1rem;
}
.nav .logo:hover,.nav .logo:visited{
    color: var(--black);
}
.nav .logo img{
    height: 2em;
}
.nav .logo .txt{
    display: flex;
    flex-direction: row;
    color: var(--black);
}
.nav .logo .txt div{
    font-family: "Readex Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "HEXP" 0;
    letter-spacing: -0.08rem;
    font-size: 1.1rem;
    
}
.nav .logo .txt div:first-child{
    /* color: black; */
    color: var(--black);
    
}
.nav .logo .txt div:not(:first-child){
    /* color: black; */
    color: var(--black);
    
}
.nav .li{
    display: flex;
    align-items: center;
    color: var(--li);
    font-size: .875rem;
    flex-direction: row;
    letter-spacing: -0.03rem;
    font-weight: 500;
}
.nav .li a, .nav .li a:visited{
    text-decoration: none;
    color: var(--li);
    border-radius: 99px;
    /* background-color: red; */
    padding: .5rem .8rem;
    transition: all .25s ease-in-out;
}
.nav .li a:hover{
    cursor: pointer;
    background-color: rgba(29, 73, 117, 0);
    background-color: rgba(29, 73, 117, 0.05);
    /* background-color: var(--borderwhite); */
    color: var(--black);
}

.nav .session{
    display: flex;
    align-items: center;
    gap: .5em;
    color: var(--black);
    font-size: 1rem;
    position: relative;
}
.nav .session img{
    height: 2em;
}
.nav .session .btn, .nav .session .btn:visited, .nav .session .btn:hover{
    text-decoration: none;
    color: inherit;
}

.nav .session .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: .5em;

    font-size: .875rem;

    text-decoration: none;
    color: var(--li);
    border-radius: 99px;
    background-color: #fff;
    padding: 0.625rem 1rem;
    transition: all .25s ease-in-out;

    color: var(--grey);

    letter-spacing: -0.03rem;

    font-weight: 500;
}

.nav .session .btn.notificaciones .label-notificaciones{
    display: contents;
    position: relative;
}
.nav .session .btn.notificaciones .label-notificaciones .label-notificaciones-text{
    display: none;
}

.nav .session .btn.notificaciones .label-notificaciones .label-notificaciones-num{
    color: white;
    background: var(--red);
    padding: .125rem .2rem;
    width: 10px;
    height: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 999px;
    font-size: .625rem;
    align-items: center;
    text-align: center;
    border: 1px solid;
    position: absolute;
    top: 20%;
    left: 55%;
}

.nav.scrolled .session .btn.notificaciones .label-notificaciones .label-notificaciones-num{
    display: flex;
}

.nav.scrolled .session .btn.cuenta{
    gap: 0;
}
.nav.scrolled .session .btn .label-cuenta{
    width: 0;
    opacity: 0;
}


.nav.scrolled .session .btn.notificaciones{
    gap: 0;
}
.nav.scrolled .session .btn .label-notificaciones .label-notificaciones-text{
    width: 0;
    opacity: 0;
}

.nav .session .btn img{
    height: 1rem;
}
.nav .session .btn:hover{
    cursor: pointer;
    background-color: rgba(29, 73, 117, 0);
    background-color: var(--borderwhite);
}
.nav .session .btn.blue{
    background-color: var(--webblue);
    color: #fff;
}
.nav .session .btn.blue:hover{
    background-color: var(--webdarkblue);
}

/* EMPIEZA dropdown's */

.dropdown{
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    overflow: hidden;
    display: none;
    flex-direction: column;
    min-width: 180px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
}
.dropdown a {
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--li);
    font-size: 0.875rem;
    transition: background 0.2s ease-in-out;
    letter-spacing: -0.02rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.dropdown a:hover {
    background-color: rgba(29, 73, 117, 0.05);
}
.dropdown a .dropdown-icons {
    height: 0.875rem;
}

.dropdown.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.dropdown.notificacion {
    min-width: 240px;
    max-height: calc(1.5rem * 8);
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown.notificacion a {
    max-width: 100%;
    height: 5rem;
    border-bottom: 1px solid rgba(29, 73, 117, 0.1);
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--grey-1);
    background-color: rgba(0, 0, 0, 0.03);
}
.dropdown.notificacion a:hover{
    background-color: rgba(29, 73, 117, 0.05);
}

.dropdown.notificacion a > div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2rem;
    font-size: 0.875rem;
    background-color: transparent;
}

.dropdown.notificacion .noleida {
    font-weight: 600;
    color: var(--black);
    background-color: #fff;
}

.dropdown.notificacion .vertodas{
    font-weight: 400;
    background-color: rgba(29, 73, 117, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown.notificacion .vertodas div{
    text-align: center;
    font-size: .75rem;
}
.dropdown.notificacion .vertodas:hover div{
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, 0.3);
}

.dropdown.notificacion .leida {
    font-weight: 400;
    background-color: rgba(29, 73, 117, 0.08);
}

.dropdown.cuenta .datos{
    width: 100%;
    /* background-color: red; */
    padding: 0.75rem 1rem;
    color: var(--li);
    font-size: 0.875rem;
}

.dropdown.cuenta .datos .nombre{
    font-weight: 600;
    color: var(--black);
}
.dropdown.cuenta .datos .subdata{
    font-size: 0.625rem;
}


.btn-container {
    /* referencia para el dropdown */
    position: relative; 
    /* se comporta como botón flotante */
    display: inline-block;
}

/* TERMINA dropdown's */

/* FIN header */



/* COMIENZA body-carrusel */
section{
    width: 100%;
}


.carrusel{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carrusel .container{
    display: flex;
    transition: all 0.5s ease;

    /* reescala */
    align-items: stretch;
    /* reescala */
}

.carrusel .carrusel-btn{
    height: 1.75rem;
    width: 1.75rem;
    padding: .25rem;
    border-radius: 999px;
    background-color: rgba(29, 73, 117, 0.25);
    background-color: rgba(29, 73, 117, 0.15);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
    z-index: 8000;
}

.carrusel .carrusel-btn img{
    height: 100%;
    width: auto;
    opacity: 0.75;
    transition: all .25s ease-in-out;
}
.carrusel .carrusel-btn.atras{
    left: 1vw;
}
.carrusel .carrusel-btn.adelante{
    right: 1vw;
}

.carrusel .carrusel-btn:hover{
    background-color: var(--webblue);
}
.carrusel .carrusel-btn:hover img{
    opacity: 1;
}

.carrusel-item {
    min-width: 100%;
    /* max-width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;

    /* reescala */
    flex: 1 0 100%;
}

.item-content{
    max-width: 1200px;
    padding: 4rem 2rem;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    gap: .75rem;
    gap: 1rem;
    gap: 1.125rem;
    gap: 2.5rem;
    align-items: center;
}

.item-content .item-texto{
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.item-content .item-image{
    display: flex;
    width: 50%;
    height: auto;
}

.item-content .item-image img{
    display: flex;
    width: 80%;
    height: auto;
}


.item-content .item-texto.start{
    /* align-items: start; */
}
.item-content .item-texto.center{
    align-items: center;
    text-align: center;
}
.item-content .item-texto.center .btns{
    justify-content: center;
}
.item-content .item-texto.end{
    align-items: end;
    text-align: end;
}
.item-content .item-texto.end .btns{
    justify-content: end;
}

.item-content h1,
.item-content p,
.item-content a{
    margin: 0;
    padding : 0;
    letter-spacing: -0.02rem;
}

.item-content h1{
    font-size: 2.5rem;
}

.item-content p{
    font-size: 1rem;
}

.item-content .pretitulo{
    font-size: .75rem;
    letter-spacing: -0.02rem;
    font-weight: 500;
    color: var(--grey);
}

.item-content .pretitulo .alerta{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(44, 74, 104, 0.08);
    width: min-content;
    padding: 0.25rem;
    border-radius: 99px;
}
.item-content .pretitulo .alerta .globo{
    color: var(--grey-1);
    padding: 0.25rem 0.75rem;
    border-radius: 99px;
    width: min-content;
    height: min-content;
    background-color: #fff;
}
.item-content .pretitulo .alerta .tituloaviso{
    padding: 0.25rem 0.5rem;
    text-wrap: nowrap;
    white-space: nowrap;
    color: var(--grey);
}
.item-content .titulo{
}
.item-content .cuerpo{
    line-height: 24px;
    color: var(--grey-1);
}

.item-content .btns{
    width: 100%;
    display: flex;
    gap: .75rem;
    margin-top: .75rem;
}

.item-content .pie{
    font-size: .75rem;
    letter-spacing: -0.02rem;
    color: var(--grey-1);
}

.item-content .btns .btn, .item-content .btns .btn:visited, .item-content .btns .btn:hover{
    text-decoration: none;
}

.item-content .btns .btn{
    border-radius: 999px;
    display: flex;
    gap: .5rem;
    padding: 1rem 1.375rem;
    font-size: .875rem;
    font-weight: 500;
    transition: all .25s ease-in-out;
    align-items: center;
}

.item-content .btns .btn img{
    height: 1rem;
    width: auto;
}

.item-content .btns .btn.blue{
    color: #fff;
    background-color: var(--webblue);
    border: 1px solid var(--webblue);
}
.item-content .btns .btn.blue:hover{
    background-color: var(--webdarkblue);
    border: 1px solid var(--webdarkblue);
}
.item-content .btns .btn.white{
    color: var(--grey-1);
    background-color: #fff;
    border: 1px solid var(--borderdarkwhite);
}
.item-content .btns .btn.white:hover{
    background-color: var(--borderwhite);
    border: 1px solid var(--borderdarkwhite);
}

.servicios{
    display: flex;
    transition: all 0.5s ease;
    justify-content: center;
    background-color: #f7f7f7;
    border-top: 1px dotted rgba(29, 73, 117, 0.08);
}
.servicios .container{
    color: var(--grey-1);
    /* background-color: red; */
    max-width: 1200px;
    width: 100%;
    padding: 4rem 2rem;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    /* gap: .75rem;
    gap: 1rem;
    gap: 1.125rem;
    gap: 2.5rem; */
    align-items: center;
    gap: 1rem;
}

.servicios .container .subtitulo{
    font-size: .75rem;
    letter-spacing: -0.02rem;
    padding: 0.25rem 0.5rem;
    border-radius: 99px;
    border: 1px solid var(--webblue);
    color: var(--webblue);
    font-weight: 500;
}

.servicios .container .titulo{
    font-size: 2.5rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
    color: var(--black);
}

.servicios .container .container-tarjeta{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}
.servicios .container .container-tarjeta .tarjeta{
    background-color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: .75rem;
    transition: all .2s ease-in;
}
.servicios .container .container-tarjeta .tarjeta:hover{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.servicios .container .container-tarjeta .tarjeta .ilustracion{
    width: 7rem;
    height: 7rem;
    border-radius: 999px;
    background-color: var(--webblue);
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicios .container .container-tarjeta .tarjeta .ilustracion img{
    height: 60%;
    transition: transform 0.2s ease;
}
.servicios .container .container-tarjeta .tarjeta .titulo{
    font-size: 1.125rem;
    color: var(--black);
    letter-spacing: -0.02rem;
}
.servicios .container .container-tarjeta .tarjeta .cuerpo{
    font-size: .875rem;
    color: var(--black);
    letter-spacing: -0.02rem;
}

@keyframes shakeBell {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(15deg); }
    30% { transform: rotate(-12deg); }
    45% { transform: rotate(10deg); }
    60% { transform: rotate(-8deg); }
    75% { transform: rotate(6deg); }
    100% { transform: rotate(0deg); }
}
@keyframes shakeMegafono {
    0% { transform: rotate(0deg) scale(1); }
    15% { transform: rotate(-8deg) scale(1.05); }
    30% { transform: rotate(8deg) scale(1.05); }
    45% { transform: rotate(-6deg) scale(1.05); }
    60% { transform: rotate(6deg) scale(1.05); }
    75% { transform: rotate(-3deg) scale(1.03); }
    100% { transform: rotate(0deg) scale(1); }
}

@keyframes mostrarRecibo {
    0% { transform: scale(0.8) translateY(5px) rotate(-2deg); opacity: 0.8; }
    50% { transform: scale(1.02) translateY(-5px) rotate(2deg); opacity: 1; }
    100% { transform: scale(1) translateY(0) rotate(0deg); opacity: 1; }
}

@keyframes protegerDatos {
    0% { transform: rotate(0deg) scale(1); }
    20% { transform: rotate(-5deg) scale(1.05); }
    40% { transform: rotate(5deg) scale(1.05); }
    60% { transform: rotate(-3deg) scale(1.03); }
    80% { transform: rotate(3deg) scale(1.03); }
    100% { transform: rotate(0deg) scale(1); }
}

.servicios .container .container-tarjeta .tarjeta:hover .ilustracion.campana img {
    animation: shakeBell 1s ease-in-out;
    transform-origin: top center;
}
.servicios .container .container-tarjeta .tarjeta:hover .ilustracion.megafono img {
    animation: shakeMegafono 0.8s ease-in-out;
    transform-origin: center bottom;
}

.servicios .container .container-tarjeta .tarjeta:hover .ilustracion.pago img {
    animation: mostrarRecibo 0.8s ease-in-out;
    transform-origin: center bottom;
}

.servicios .container .container-tarjeta .tarjeta:hover .ilustracion.candado img {
    animation: protegerDatos 0.8s ease-in-out;
    transform-origin: center bottom;
}

.sobre{
    display: flex;
    transition: all 0.5s ease;
    justify-content: center;
    background-color: #f7f7f7;
    border-top: 1px dotted rgba(29, 73, 117, 0.08);
}
.sobre .container{
    color: var(--grey-1);
    /* background-color: red; */
    max-width: 1200px;
    width: 100%;
    padding: 4rem 2rem;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    /* gap: .75rem;
    gap: 1rem;
    gap: 1.125rem;
    gap: 2.5rem; */
    align-items: center;
    gap: 2rem;
}

.sobre .container .imagen{
    /* background-color: red; */
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.sobre .container .imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.sobre .container .texto{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-items: start;
    gap: 1rem;
}

.sobre .container .texto .subtitulo{
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: -0.02rem;
    color: var(--webblue);
    font-weight: 800;
}

.sobre .container .texto .titulo{
    font-size: 2.5rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
    color: var(--black);
}

.sobre .container .texto .cuerpo{
    font-size: 1rem;
    color: var(--grey-1);
    letter-spacing: -0.02rem;
}
.sobre .container .texto .items{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 1rem;
}

.sobre .container .texto .items .item{
    width: 100%;

    background-color: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);

    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all .2s ease-in;
    gap: 2rem;
}

.sobre .container .texto .items .item:hover{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

.sobre .container .texto .items .item .ilustracion{
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
    background-color: var(--grey-1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sobre .container .texto .items .item .ilustracion img{
    height: 50%;
    transition: transform 0.2s ease;
}

.sobre .container .texto .items .item .texto {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.sobre .container .texto .items .item .texto .titulo{
    font-size: 1.125rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
    color: var(--black);
}

.footer{
    background-color: #f7f7f7;    
    color: var(--grey-1);
    width: 100%;
    padding: 3rem 0;
    font-size: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boletin{
    display: flex;
    transition: all 0.5s ease;
    justify-content: center;
    background-color: #f7f7f7;
    border-top: 1px dotted rgba(29, 73, 117, 0.08);
    /* background-color: red; */
}
.boletin .container{
    color: var(--grey-1);
    /* background-color: blue; */
    max-width: 1200px;
    width: 100%;
    padding: 4rem 2rem;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.boletin .container .texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    letter-spacing: -0.02rem;
    gap: .875rem;
}

.boletin .container .texto .subtitulo{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--grey-1);
    text-wrap: nowrap;
    white-space: nowrap;
    
    font-size: .75rem;
    letter-spacing: -0.02rem;
    padding: 0.25rem 0.5rem;
    border-radius: 99px;
    border: 1px solid var(--grey-1);
    color: #fff;
    font-weight: 400;
    
    background: transparent;
    border: 1px solid var(--grey-1);
    color: var(--grey-1);
    
    background: #fff;
    border: 1px solid #fff;
    color: var(--grey-1);
    
    
    background: var(--webdarkestblue-1);
    border: 1px solid var(--webdarkestblue-1);
    color: #fff;
    
    background: transparent;
    border: 1px solid var(--grey-1);
    color: var(--grey-1);
    
}

.boletin .container .texto .titulo{
    font-size: 2.5rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
    color: var(--webdarkestblue-1);
}

.boletin .container .vertodo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.boletin .container .vertodo .btn, .boletin .container .vertodo .btn:visited, .boletin .container .vertodo .btn:hover{
    color: #fff;
    text-decoration: none;
}

.boletin .container .vertodo .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: .5em;
    font-size: .875rem;
    text-decoration: none;
    color: var(--li);
    border-radius: 99px;
    background-color: #fff;
    padding: 0.625rem 1rem;
    transition: all .25s ease-in-out;
    color: var(--grey);
    letter-spacing: -0.03rem;
    font-weight: 400;
    background-color: var(--webblue);
    color: #fff;
    cursor: pointer;
}

.boletin .container .vertodo .btn:hover{
    background-color: var(--webdarkblue);
    color: #fff;
}
.boletin .container .vertodo .btn img{
    height: 1rem;
}

.boletin .container .noticias{
    /* background-color: red; */

    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.boletin .container .noticias .noticia{
    /* width: 300px;
    height: 100px; */
    
    /* background-color: black; */

    background-color: #fff;

    /* padding: 2.5rem 2rem; */
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /* gap: .75rem; */
    transition: all .2s ease-in;
}
.boletin .container .noticias .noticia:hover{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    transform: scale(1.01);
}

.boletin .container .noticias a, .boletin .container .noticias a:visited, .boletin .container .noticias .a:hover{
    text-decoration: none;
}

.boletin .container .noticias .noticia .imagen{
    width: 100%;
    height: 15rem;
    background-color: black;
    background-color: rgba(44, 74, 104, 0.08);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    overflow: hidden;
}

.boletin .container .noticias .noticia .imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.boletin .container .noticias .noticia .contenido{
    width: 100%;
    padding: 1rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.boletin .container .noticias .noticia .contenido .titulo{
    font-size: 1.125rem;
    letter-spacing: -0.02rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--webdarkestblue-1);
}

.boletin .container .noticias .noticia .contenido .cuerpo {
    color: var(--grey-1);
    font-size: .875rem;
    letter-spacing: -0.02rem;
    font-weight: 400;
    line-height: 1.2rem;
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
    max-height: calc(1.2rem * 3);
}
.boletin .container .noticias .noticia .contenido .vermas, .boletin .container .noticias .noticia .contenido .vermas:hover, .boletin .container .noticias .noticia .contenido .vermas:visited  {
    text-decoration: none;
    color: var(--grey-1);
}

.boletin .container .noticias .noticia .contenido .vermas{
    width: 100%;

    color: var(--grey-1);
    font-size: .75rem;
    letter-spacing: -0.02rem;
    font-weight: 400;

    text-align: end;
    
}
.boletin .container .noticias .noticia:hover .contenido .vermas{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.boletin .container.boletincompleto{
    padding: 2rem;
}
.boletin .container.boletincompleto .noticias{
    /* background-color: red; */
    
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
}
.boletin .container.boletincompleto .noticias .noticia{
    /* width: 300px;
    height: 100px; */
    
    /* background-color: black; */

    background-color: #fff;

    /* padding: 2.5rem 2rem; */
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    /* gap: .75rem; */
    transition: all .2s ease-in;
    position: relative;
}
.boletin .container.boletincompleto .noticias .noticia .cuerpo{
    display: flex;
    flex: 1 1 auto;
}
.boletin .container.boletincompleto .noticias .noticia .contenido .titulo{
    font-size: 1.425rem;
    letter-spacing: -0.02rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--webdarkestblue-1);

    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; 
}

.boletin .container.boletincompleto .noticias .noticia .contenido .cuerpo {
    color: var(--grey-1);
    font-size: 1rem;
    letter-spacing: -0.02rem;
    font-weight: 400;
    line-height: 1.2rem;
    
    max-height: none;

    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; 
}
.boletin .container.boletincompleto .noticias .imagen{
    max-width: 35%;
    width: 100%;
    height: 15rem;
    background-color: black;
    background-color: rgba(44, 74, 104, 0.08);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    position: relative;
    overflow: hidden;
}
.boletin .container.boletincompleto .noticias .noticia .contenido .vermas{
    position: absolute;
    top: 85%;
    right: 2%;
    
    width: min-content;

    text-wrap: nowrap;
    white-space: nowrap;

    color: var(--grey-1);
    font-size: .875rem;
    letter-spacing: -0.02rem;
    font-weight: 400;

    text-align: end;
    
}

.aviso{
    display: flex;
    transition: all 0.5s ease;
    justify-content: center;
    background-color: #f7f7f7;
    border-top: 1px dotted rgba(29, 73, 117, 0.08);
    /* background-color: red; */
    padding: 2rem;
}

.line{
    border-bottom: 1px solid rgba(29, 73, 117, 0.1);
}
.aviso .container{
    color: var(--grey-1);
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.09);
    max-width: 1200px;
    width: 100%;
    padding: 4rem 2rem;
    padding: 2rem;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}

.aviso .container div{
    /* width: 100%; */
    display: flex;
}

.aviso .container .line{
    width: 100%;
}
.aviso .container .titulo{
    font-size: 2rem;
    letter-spacing: -0.02rem;
    font-weight: 700;
    color: var(--webdarkestblue-1);
    width: 100%;
}

.aviso .container .fechas{
    width: 100%;
    font-size: .75rem;
    letter-spacing: -0.02rem;
    font-weight: 400;
    color: var(--li);
    gap: 1.25rem;
}
.aviso .container .fechas .fecha{
    display: flex;
    flex-direction: row;
    gap: .25rem;
}
.aviso .container .fechas .fecha .dato{
    font-weight: 500;
}
.aviso .container .cuerpo{
    width: 100%;
    padding: 1.5rem 0rem;
    font-size: 1rem;
    letter-spacing: -0.02rem;
    font-weight: 400;
    color: var(--li);
    gap: 1.25rem;
    flex-direction: column;
}
.aviso .container .cuerpo .precauciones{
    display: flex;
    flex-direction: column;
    gap: .125rem;
}

.aviso .container .cuerpo .precauciones .titulorecomendacion{
    font-weight: 600;
    font-size: .875rem;
    color: var(--li);

}

.aviso .container .cuerpo .galeria{
    padding: 1rem 0;
    max-width: 100%;
    width: 100%;
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */

    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
}

.aviso .container .cuerpo .galeria .media-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aviso .container .cuerpo .galeria img,
.aviso .container .cuerpo .galeria video {
    max-width: 100%; 
    max-height: 500px;
    height: 100%;
    min-height: 400px;
    /* border-radius: 6px; */
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.15); */
    object-fit: cover;
}

.aviso .container .emision{
    width: 100%;
    font-size: .75rem;
    letter-spacing: -0.02rem;
    font-weight: 400;
    color: var(--li);
    gap: 1.25rem;
    padding: 1rem 0rem;
    justify-content: end;
}
.aviso .container .emision .emitido{
    display: flex;
    flex-direction: row;
    gap: .25rem;
}
.aviso .container .emision .emitido .dato{
    font-weight: 500;
}

@media (max-width: 700px) {
    html{
        font-size: 90%;
    }
    .nav .li {
        display: none;
    }
    .item-content .item-image img {
        display: none;
    }
    .boletin .container .noticias {
        grid-template-columns: repeat(1, 2fr);
    }
    .servicios .container .titulo {
        text-align: center;
    }
    .servicios .container .container-tarjeta {
        grid-template-columns: repeat(1, 4fr);
    }
    .sobre .container {
        flex-direction: column;
    }
    .sobre .container .imagen img{
        display: none;
    }
    .sobre .container .texto {
        width: 100%;
    }
    .nav{
        max-width: 92vw;
    }
    .nav.scrolled{
        max-width: 92vw;
    }
    .aviso .container .cuerpo .galeria{
        grid-template-columns: repeat(1, 1fr);
        flex-direction: column;
    }
}