﻿
#mision-vision {
    overflow-x: hidden !important;
}


/**** HEADER / FOOTER ****/
.stg-main-menu .stg-nav-item a {
    font-size: 0.8rem !important;
}

.stg-pre-footer {
    height: 0px !important;
}

@media (max-width: 1078px) {
    .stg-collapse:not(.show) {
        display: none !important;
    }

    .stg-navbar-toggler {
        display: block;
    }

    .stg-navbar-toggler {
        font-size: 1rem;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0.25rem 1rem;
        box-shadow: none;
        border: none;
        margin-left: auto;
        background: no-repeat;
    }

    .stg-top-header {
        display: none;
    }

    .stg-main-menu {
        margin-top: 2rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .stg-navbar-collapse {
        display: block !important;
    }

    .stg-main-menu .stg-navbar-nav {
        flex-direction: column;
    }
}

#headerN {
    margin-bottom: 110px !important;
}

@media (max-width:384px) {
    #headerN {
        margin-bottom: 130px !important;
    }
}

@media (min-width:718px) and (max-width:991px) {
    #headerN {
        margin-bottom: 84px !important;
    }
}


/**************** GENERAL *******************/
.over-element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}

.text-blanco {
    color: white;
}

a {
    color: #2f2e2e;
}

.text-pink {
    color: rgb(212, 193, 248);
}

.text-azul-fuerte {
    color: #1d40a9;
}


/***************** CARRUSEL ****************/

.btn-blanco {
    background-color: white;
    border-radius: 50px;
    color: black;
    text-align: left;
    align-items: center;
    padding: .25rem 0.5rem;
    font-size:0.7rem;
}


.img-quienes {
    width: auto;
    height: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}


.txt-comision {
    font-size: 1rem;
    color: white;
    letter-spacing: -0.1rem;
    margin-top: -1.2rem;
}

.txt-mejora {
    font-size: 0.8rem;
    color: white;
    letter-spacing: -0.1rem;
}


.logo-cuentaconmigo {
    height: 2rem;
}


.logo-sfp {
    height: 2.5rem;
}

.carousel-caption {
    left: 5%;
    font-size: 0.7rem;
}

    .carousel-caption hr {
        margin: 0.5rem 0;
    }

.margin-carrusel {
    margin-left: 0;
    margin-right: 0;
}

.carousel-control-prev.d-md-flex,
.carousel-control-next.d-md-flex {
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 2.5rem;
    top: unset;
}

.arrow-icon circle {
    fill: black;
}

.arrow-icon path {
    fill: white;
}


/***************** CONOCE NUESTRAS HERRAMIENTAS ******************/

/*ACORDIONES*/

.monitor {
    display: none;
}

.movil {
    display: flex;
}


.accordion-horizontal {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
}

.accordion-header {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: background 0.3s ease;
    background-color: transparent;
    border-radius: 50px;
    color: rgb(7, 29, 55);
    padding: 1rem;
    cursor: pointer;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    align-content: center;
}

    .accordion-header:hover {
        background-color: rgb(7, 29, 55);
        color: white;
    }

    .accordion-header.active {
        background-color: rgb(7, 29, 55);
        color: white;
    }

/* Área derecha del contenido */
.accordion-content-area {
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    box-sizing: border-box;
    height: 28rem;
}

/* Contenidos superpuestos, solo el activo visible */
.accordion-content {
    display: none;
    height: 100%;
}

    .accordion-content.active {
        display: flex;
        flex-wrap: wrap;
    }


/* ACORDION VERTICAL GENERAL*/

.offer-content h2 {
    text-align: left;
}

.offerItem {
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
    margin: .1rem;
    height: 100%;
    min-width: 0;
}


.offer-detail {
    height: 100%;
}

.offer-detail-card {
    height: 100%;
}

.offerItemTitle {
    position: absolute;
    left: 40px;
    z-index: 1;
    width: 545px;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    height: 100%;
    line-height: 80px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-transform: uppercase;
}


.offer-content {
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .offer-content p {
        color: #fff;
    }

    .offer-content h2 {
        color: #fff;
    }

.offerItemTitle.hide {
    display: none;
}

.offerItem.active .offer-content {
    transition: 0.3s ease;
    opacity: 1;
}

.offer-content a {
    background: darkcyan;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
}

/*DEFAULT*/


.offerItem.default .offerItemTitle.monitor,
.offerItem.default .offer-detail {
    display: none;
}

.offerItem.default {
    flex: 0 0 100%; /* equivale a col-12 */
    max-width: 100%;
}

.offerItem.active {
    width: 100%;
}

    .offerItem.active .offer-detail {
        height: 28rem;
    }

    /*ACTIVE*/
    .offerItem.active .offer-detail {
        display: block;
    }



    .offerItem.active .offer-detail {
        width: 100%;
    }

        .offerItem.active .offer-detail .row .col:first-child {
            max-width: 70% !important;
        }

/*INACTIVE*/
/* Cuando está inactivo → los demás se ocultan o reducen */
.offerItem.inactive {
    flex: 0 0 100%;
    max-width: 100%;
}

    .offerItem.inactive .offer-detail {
        display: none;
    }






/*************************************/
/*generales conoce nuestras herramientas*/

.img-default {
    height: 60px;
    width: auto; 
}

.text-default-title {
    text-align: center;
    color: white;
}

.text-ac-default {
    line-height: 1.2rem;
    color: white;
    font-size: 0.8rem;
    text-align: center;
}


.text-inactive {
    line-height: 1.2rem;
    font-size: 0.8rem;
    text-align: left;
}

.ac-default {
    flex-direction: row;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.ac-inactive {
    justify-content: center;
    align-items: center;
    text-transform: none;
}

.ac-active {
    color: white;
    overflow: hidden;
}
/*retys*/

.retys-active-icon {
    bottom: 1rem;
    left: 0.5rem;
    position: absolute;
    font-size: 2rem;
}

.retys-active-title {
    color: white;
    font-size: 6rem;
    font-weight: bold;
    z-index: 1;
}

.img-retys {
    position: absolute;
    right: -5rem;
    bottom: -4rem;
    width: auto;
    height: 350px;
    z-index: 2;
}

.text-retys {
    color: white;
    font-size: 0.9rem;
}


/*rei*/


.rei-active-title {
    color: white;
    font-size: 8rem;
    font-weight: bold;
    z-index: 1;
    margin-bottom: -1rem;
    margin-top: -1rem;
}

.img-rei {
    position: absolute;
    right: -0.5rem;
    width: auto;
    bottom: -3rem;
    height: 300px;
    z-index: 2;
}

.rei-active-icon {
    top: 0.5rem;
    right: 0.5rem;
    position: absolute;
    font-size: 2rem;
}

/*revd*/


.revd-active {
    background: linear-gradient(0deg, #866bf6 20%, #3e36f6 80%);
    color: white;
    overflow: hidden;
}

.revd-active-title {
    color: white;
    font-size: 7.7rem;
    font-weight: bold;
    z-index: 1;
    margin-bottom: -1rem;
    margin-top: -1rem;
    text-align: end;
    letter-spacing: -1rem;
}

.img-revd {
    position: absolute;
    left: -8.5rem;
    bottom: -11rem;
    width: auto;
    height: 500px;
    z-index: 2;
}

.revd-active-icon {
    bottom: 1rem;
    right: 0.5rem;
    position: absolute;
    font-size: 2rem;
}

.revd-active-text {
    color: white;
    font-size: 0.9rem;
    bottom: 10rem;
    position: absolute;
    right: 1rem;
    text-align: right;
}

/*rer*/
.rer-active {
    background-image: url(../img/fondo-rer.jpg);
    background-size: cover;
    background-color: rgb(187 165 215 / 82%);
    background-blend-mode: overlay;
    background-position:bottom;
    color: white;
    overflow: hidden;
}

.rer-active-title {
    color: white;
    font-size: 8rem;
    font-weight: bold;
    z-index: 1;
    margin-bottom: -1rem;
    margin-top: -1rem;
}

.img-rer {
    position: absolute;
    right: -8rem;
    bottom: 0;
    width: auto;
    height: 330px;
    z-index: 2;
}

.rer-active-icon {
    bottom: 1rem;
    right: 0.5rem;
    position: absolute;
    font-size: 2rem;
}

.rer-active-text {
    color: white;
    font-size: 1rem;
    text-align: left;
    bottom: 5rem;
    position: absolute;
}



/**************** CECOCI ******************/
.ac-cecoci {
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
    margin: .1rem;
    height: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cecoci-background {
    background-image: url(../img/fondo-cecoci.jpg);
    background-size: cover;
    background-color: #6ec4f2;
    background-blend-mode: overlay;
    background-position: bottom;
    color: white;
    overflow: hidden;
    justify-content: center;
}

.cecoci-title {
    color: white;
    font-size: 5rem;
    font-weight: bold;
    z-index: 1;
    margin-bottom: -1rem;
    margin-top: 0rem;
}

.cecoci-p {
    color: white;
    font-size: 1.1rem;
    text-align: left;
    bottom: 4rem;
    position: absolute;
}

.cecoci-img {
    bottom: 1rem;
    right: 0.5rem;
    width: 250px;
    height: auto;
    position: absolute;
}

.cecoci-icon {
    top: 8rem;
    right: 9rem;
    position: absolute;
    font-size: 2rem;
}

.ac-cecoci {
    height: 28rem;
}

/**************** CCIT ******************/

.ac-ccit {
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
    margin: .1rem;
    height:28rem;
    flex: 0 0 100%;
    max-width: 100%;
}

.ccit-background {
    background: linear-gradient(320deg, #8169f6 20%, #3e34f6 80%);
    color: white;
    overflow: hidden;
    justify-content: center;
}

.ccit-title {
    color: white;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 5rem;
    text-align: end;
}

.ccit-p {
    color: white;
    font-size: 0.75rem;
    text-align: left;
}



.ccit-img {
    position: absolute;
    height: 13rem;
    width: auto;
    right: -2rem;
    bottom: 0;
}

.ccit-icon {
    font-size: 2rem;
    align-content: center;
}

.div-text-ccit {
    position: absolute;
    bottom: 10.1rem;
    left: 0.5rem;
}


/**************** GOBERNANZA ******************/

/*DEFAULT*/

.offerItem.defaultGober .offerItemTitle.monitor,
.offerItem.defaultGober .offer-detail {
    display: none;
}

.offerItem.defaultGober {
    flex: 0 0 100%; /* equivale a col-12 */
    max-width: 100%;
}


.offerItem.activeGober {
    width: 100%;
}

    .offerItem.activeGober .offer-detail {
        height: 28rem;
    }

    /*ACTIVE*/
    .offerItem.activeGober .offer-detail {
        display: block;
    }

    .offerItem.activeGober .offer-content {
        transition: 0.3s ease;
        opacity: 1;
    }

    .offerItem.activeGober .offer-detail {
        width: 100%;
    }

        .offerItem.activeGober .offer-detail .row .col:first-child {
            max-width: 70% !important;
        }

/*INACTIVE*/
/* Cuando está inactivo → los demás se ocultan o reducen */
.offerItem.inactiveGober {
    flex: 0 0 100%;
    max-width: 100%;
}

    .offerItem.inactiveGober .offer-detail {
        display: none;
    }



.gober-icon {
    bottom: 1rem;
    left: 1.5rem;
    position: absolute;
    font-size: 2rem;
    z-index: 4;
}

/*agenda regulatoria*/

.agenda-img {
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    width: auto; /* que cubra todo */
    height: 55%;
    object-fit: cover;
    z-index: 3;
}

.div-titulos-gober {
    position: absolute;
    top: unset;
    left: 1rem;
    z-index: 2;
}

.agenda-title {
    color: white;
    font-size: 4rem;
    font-weight: bold;
    z-index: 1;
}

.agenda-p {
    color: white;
    font-size: 0.85rem;
    bottom: 11.5rem;
    position: absolute;
    left: 1rem;
    text-align: left;
    z-index: 4;
}


/*air*/

.air-img {
    position: absolute;
    right: 1rem;
    bottom: 0rem;
    width: auto;
    height: 330px;
    z-index: 2;
}

.air-title {
    color: white;
    font-size: 6rem;
    font-weight: bold;
    z-index: 1;
    margin-bottom: -1rem;
    margin-top: -1rem;
}

.air-p {
    color: white;
    font-size: 0.85rem;
    top: 40%;
    position: absolute;
    left: 1rem;
    text-align: left;
    z-index: 4;
}



/*pmr*/

.pmr-background {
    background: linear-gradient(0deg, #e87ed9 20%, #2d58dd 80%);
    color: white;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    z-index: 0;
}

.overlay-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15rem;
    background: linear-gradient(to top, rgb(0 0 0 / 93%), transparent);
    z-index: 3; /* encima de la imagen, debajo del texto */
}

/* títulos debajo de la imagen */
.pmr-titles {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 4;
}

.pmr-title {
    position: absolute;
    top: 0;
    left: 1rem;
    color: white;
    font-size: 7rem;
    font-weight: bold;
    margin: 0;
    z-index: 1;
}

.pmr-subtitle {
    position: absolute;
    top: 8rem;
    left: 1.5rem;
}

.pmr-text {
    color: white;
    font-size: 0.95rem;
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
    text-align: right;
    z-index: 4;
}

.pmr-img {
    position: absolute;
    left: unset;
    bottom: -1rem;
    width: auto; /* que cubra todo */
    height: 70%;
    object-fit: cover;
    z-index: 3;
}

.pmr-icon {
    left: 2.5rem;
}


/**************** ATENCIÓN TELEFÓNICA *****************/

.contacto-background {
    background: linear-gradient(90deg, #302fa4 25%, #d955d8 90%);
    max-height: 27rem;
}

.contacto-title {
    font-size: 2.6rem;
    line-height: 1;
}

.contacto-llama {
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    align-items: center;
}

.contacto-tel {
    color: lightblue;
    font-size: 2.5rem;
    padding: 0.25rem;
    margin: 0;
    line-height: 0.7;
}

.contacto-lugar {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom:0;
}

.contacto-marcame {
    color: lightblue;
    font-size: 1.3rem;
    line-height: 1.1rem;
}

.div-contacto-img {
    position: absolute;
    bottom: 0;
    right: -4rem;
    overflow: hidden;
}

.contacto-img {
    height: 200px;
}



/************* AVANCES Y CUMPLIMIENTO / ASISTENCIA AL ENLACE **************/

.avances-title {
    text-transform: uppercase;
    color: rgb(0, 78, 184);
    font-weight: 700;
}

.avances-barra {
    color: white;
    font-weight: 700;
    font-size: 6rem;
}

.avances-de {
    font-size: 2.5rem;
    color: black;
}

.avances-sub {
    font-size: 0.9rem;
}


.avances-icon {
    font-size: 2rem;
    z-index: 4;
    color: white;
}

/************* TU TRÁMITE AQUI *****************/

.fondo-tutramite {
    background-image: url(../img/fondo.jpg);
    background-position: center;
}

.logo-tutramite {
    height: auto;
    width: 15rem;
    text-align: center;
}

.img-tutramite {
    width: 110%;
    height: auto;
}

.preg-tutramite {
    color: rgb(0, 78, 170);
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: -0.15rem;
    line-height: 1.2;
}

.text-tutramite {
    color: rgb(115, 115, 115);
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-azul {
    background-color: rgb(7, 29, 55);
    border-radius: 50px;
    color: white;
    text-align: center;
}

    .btn-azul:hover {
        background-color: white;
        color: rgb(7, 29, 55);
        border: rgb(7, 29, 55) solid 1px;
    }

.btn-morado {
    background-color: #8b62a1;
    border-radius: 50px;
    color: white;
    text-align: center;
}

    .btn-morado:hover {
        background-color: white;
        color: #8b62a1;
        border: #8b62a1 solid 1px;
    }

.txt-morado {
    color: #8b62a1;
}

/********** POLITICAS / INSTITUCIONES *********/

.politicas-back {
    background-color: #7b8bcb85;
}


.politicas-title {
    color: #ffffff4a;
    font-weight: 700;
    font-size: 2.5rem;
}

.politicas-text {
    font-size: 1.8rem;
    color: white;
    letter-spacing: -0.1rem;
    line-height: 2.5rem;
}


.btn-explorar {
    padding: 1rem 1rem;
    font-size: 0.8rem !important;
    color: rebeccapurple !important;
}


/************** DIRECTORIO ***************/

.directorio-informacion {
    color: white;
    font-size: 0.75rem;
    text-align: left;
}

.directorio i {
    
    text-align: right;
}

.directorio-box {
    background-color: #7b8bcb85;
    box-shadow: 14px 11px 39px 5px rgba(27,9,61,0.45);
}

.directorio-div-img {
    width: 65px;
    height: 65px;
    padding: 0;
    position: relative;
}

.directorio-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

.directorio-iconotel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
}

.directorio-nombre {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.directorio-puesto {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.directorio-tel {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}


/************ MISION/VISION ************/

.img-logosfp {
    width: 15rem;
}

.text-mejora {
    text-align: center;
    font-size: 1rem;
    color: white;
    line-height: 1.2rem;
    padding: 2rem;
}

.link-mision-vision {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    align-items: center;
    padding: .5rem 0.5rem;
}

    .link-mision-vision:hover {
        color: white;
    }

.circulo {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
}

/****** OPINION ******/
.text-opinion {
    color: black;
    font-size: 3rem;
    font-weight: bold;
}


/*********************************************** MODALES ***********************************************/

.modal-background-content {
    background-color: #678ac1;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3) !important;
    border-radius: 30px !important;
    min-height: inherit;
}

.modal-left {
    flex: 1;
    padding: 20px;
    color: white;
    position: relative;
    background: linear-gradient(90deg, #2b59af, #678ac1);
    border-bottom-left-radius: unset;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 35%;
}

.modal-right {
    flex: 1;
    background: #b0bfdf; /* puedes usar otro degradado aquí también */
    border-top-left-radius: unset;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
    color: #333;
    position: relative;
    height: 65%;
}

.modal-informacion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}


/** color del scrool del modal de la sección politicas de mejora regulatoria*/

.modal-informacion-politicas::-webkit-scrollbar {
    width: 6px; /* grosor del scroll */
}

.modal-informacion-politicas::-webkit-scrollbar-track {
    background: transparent; /* fondo del carril */
}

.modal-informacion-politicas::-webkit-scrollbar-thumb {
    background-color: white; /* color del scroll */
    border-radius: 4px;
}

.modal-informacion-politicas {
    scrollbar-color: white transparent;
    scrollbar-width: thin;
}

.modal-icono {
    width: 50px;
}

.modales-title {
    font-size: 2rem;
    margin-bottom: unset;
}

.modal-text {
    font-size: 0.9rem;
    text-align: justify;
    padding-right: 1rem;
}

.modal-text-politicas {
    font-size: 0.9rem;
    text-align: justify;
    padding-right: 1rem;
}

.btn-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    z-index:10;
}


.btn-periodo {
    background-color: white;
    padding: 0.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    flex: 0 0 auto; /* mantiene ancho fijo por contenido */
    width: 85px; /* ajusta ancho para que el texto “salte” */
    white-space: normal; /* permite saltos de línea */
    text-align: center; /* centra el texto dentro del botón */
    line-height: 1.2; /* mejora la lectura al hacer varias filas */
    min-height: 75px;
    align-content: center;
    color: #8b62a1;
}

.modal-links {
    overflow-y: auto;
    padding-left:1rem;
}



.modal-a {
    /*margin: 1rem;
    padding-left: 1rem;*/
}

.modal-heigth {
    min-height: 35rem;
}


/***** QUIENES SOMOS ******/
/***** Video *****/
iframe {
    width: 75%;
    aspect-ratio: 16 / 9;
    border: none;
}


#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* evita que el video bloquee clicks */
}

.controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

    .controls button {
        background: rgba(0,0,0,0.6);
        color: white;
        border: none;
        padding: 10px 15px;
        margin-right: 10px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
    }

.modal-left-qs {
    padding: 3rem;
    color: white;
    position: relative;
}

.title-quienes {
    font-weight: 100;
    font-size: 2.5rem;
    color: #12183d;
    line-height: 0.9;
}

.title-somos {
    font-weight: bold;
    font-size: 3.5rem;
}

.p-quienes {
    font-size: 1rem;
    padding-right: 2rem;
}

.overflow-hidden {
    padding: 2rem;
    color: #333;
    position: relative;
}

.div-rigth-quienes {
    position: absolute;
    z-index: 3;
    color: white;
    padding: 3rem;
    bottom: 1rem;
}

    .div-rigth-quienes p {
        font-size: 1.1rem;
        text-align: justify;
        padding-right: 2rem;
        padding-left: 2rem;
        bottom: 1rem;
    }


.img-modal-quienes {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    z-index: 2;
    pointer-events: none;
}



/***** COMITE TRANSPARENCIA *****/

/* Línea vertical conectando las fotos */
.member {
    position: relative;
}

    .member::before {
        content: "";
        position: absolute;
        left: 10%;
        top: 100%;
        width: 2px;
        height: 53%;
        background-color: white;
        transform: translateX(-50%);
        z-index: 0;
    }

    /* Quitar la línea al último */
    .member:last-child::before {
        height: 0;
    }


/* Imagen circular con borde blanco */
.photo-wrapper {
    position: relative;
    z-index: 1;
}

    .photo-wrapper::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        width: 6rem;
        height: 2px;
        background-color: white;
        z-index: 0;
    }

    /* Asterisco al final de la línea */
    .photo-wrapper::before {
        content: "✳";
        position: absolute;
        top: 51%;
        left: calc(100% + 5.5rem); /* un poco más allá del final de la línea */
        color: white;
        font-size: 1.2rem;
        transform: translateY(-50%);
    }

.photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid white; /* contorno circular blanco */
    object-fit: cover;
    padding: 0.2rem;
}

/* Texto con fondo blanco al lado */
.member-info {
    font-size: 0.8rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    color: black;
    height: 90%;
    width: 18rem;
    align-content: center;
    line-height: 1.8rem;
    z-index:5;
}


.modal-etica h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
}

/****************************************** MEDIA QUERIES **************************************************/

/* Moviles */

@media (max-width:345px) {

    /***************** CARRUSEL ****************/

    .btn-blanco {
        font-size: 0.8rem !important;
    }

    /*retys*/
    .text-retys{
        font-size: 0.8rem;
    }

    /*rer*/
    .img-rer{
        height:300px;
    }




    /****** CCIT ******/
    .div-text-ccit {
        bottom: 8.5rem !important;
    }

    /**************** ATENCIÓN TELEFÓNICA *****************/


    .contacto-title {
        font-size: 2.3rem;
    }

    .contacto-llama {
        font-size: 1.8rem;
    }

    .contacto-tel {
        font-size: 2rem;
    }

    .contacto-lugar {
        font-size: 0.8rem;
    }


    /**OPINION**/
    .text-opinion{
        font-size:2rem;
    }

}

@media (max-width:400px) {

    /***************** CARRUSEL ****************/

    .carousel-caption {
        padding-top: unset;
        padding-bottom: unset;
        bottom: 0;
    }


    .div-rigth-quienes p {
        padding-right: 8rem;
    }


    /***** COMITE TRANSPARENCIA *****/

    /* Línea vertical conectando las fotos */

    .member::before {
        left: 15%;
    }
    

}



@media (min-width:400px) and (max-width:505px) {

    .div-rigth-quienes p {
        padding-right: 12rem;
    }

    .txt-comision{
        font-size:1.5rem;
    }

    .btn-blanco{
        font-size:1rem;
    }


    /***** COMITE TRANSPARENCIA *****/

    /* Línea vertical conectando las fotos */

    .member::before {
        left: 12%;
    }
    

}


@media (max-width:576px) {

    /***************** CARRUSEL ****************/

    .carousel-caption {
        padding-top: unset;
        padding-bottom: unset;
        bottom:0;
    }

    /*** GOBERNANZA ***/

    /*air*/

    .air-img {
        height: 250px;
    }

    /*****MODALES*****/

    .modal-heigth {
        min-height: 20rem;
    }

    .modales-title {
        font-size: 1.2rem;
    }

    .modal-text {
        font-size: 0.8rem;
        line-height: 1.2
    }

    .modal-text-politicas {
        font-size: 0.8rem;
        line-height: 1.2
    }

    .modal-left-politicas {
        overflow-y: auto;
    }


    .modal-informacion {
        max-height: 200px;
        margin-top: 1rem;
    }

    .modal-informacion-politicas{
        overflow:auto;
        max-height:220px;
    }

    .modal-a {
        font-size: 0.8rem;
        /*margin: 0.5rem;*/
    }

    .btn-periodo {
        font-size: 0.7rem;
        min-height: 55px;
        width: 75px;
    }

    .modal-links {
        margin-top: -2rem;
    }

    .modal-links hr {
        margin: 0.25rem 0;
    }

    .modal-a{
        font-size:0.8rem;
    }

    .modal-links {
        max-height: 200px;
    }

    /***** QUIENES SOMOS ******/
    /***** Video *****/


    .modal-left-qs {
        padding: 1.5rem;
    }

    .title-quienes {
        font-size: 1.5rem;
    }

    .title-somos{
        font-size:2.5rem;
    }

    .p-quienes {
        font-size: 0.9rem;
    }


    .div-rigth-quienes {
        padding: 1rem;
        bottom: 1rem;
        top: unset;
        left: unset;
    }

        .div-rigth-quienes p {
            font-size: 0.85rem;
            text-align: justify;
            padding-left: 1rem;
            bottom: 6rem;
            position: relative;
        }

        


    .img-modal-quienes {
        width: 55%;
    }


    /***** COMITE TRANSPARENCIA *****/

    /* Línea vertical conectando las fotos */

     /* .member::before {
            left: 10%;
            height: 34%;
        }*/

        
    /* Texto con fondo blanco al lado */
    .member-info {
        width: 12rem;
        line-height: 1rem;
    }


    .modal-etica h2 {
        font-size: 1rem;
    }

}


@media (min-width:506px) {
    /**************** ATENCIÓN TELEFÓNICA *****************/

    .contacto-llama {
        margin-left: 2rem;
    }

    .div-contacto-img {
        right: 2rem;
    }

    .div-rigth-quienes p{
        padding-right:15rem;
    }

    /****** GOBERNANZA - ACORDIONES ******/

    /*agenda regulatoria*/

    .agenda-img{
        height:65%;
    }

    .agenda-title{
        font-size:5rem;
    }

    .agenda-p{
        bottom:9.5rem;
        font-size:0.9rem;
    }

    .air-img {
        height: 330px;
    }


    /*****MODALES*****/

    .modal-heigth {
        min-height: 17rem;
    }

    .modal-links {
        max-height: 200px;
        margin-top:-2.5rem;
    }

    .modal-links hr {
        margin: 0.25rem 0;
    }

    .modal-a {
        font-size: 0.8rem;
    }

    .modales-title {
        font-size: 1.5rem;
    }


    .modal-text {
        font-size: 0.8rem;
        line-height:1.5
    }

    .modal-informacion {
        margin-top:1.5rem;
    }

    .modal-informacion-politicas {
        overflow: auto;
        max-height: 220px;
        margin-top: 1.8rem;
        line-height:1.2;
    }

    .modal-a {
        font-size: 0.8rem;
        /*margin: 0.5rem;*/
    }

    .btn-periodo {
        font-size: 0.7rem;
        min-height: 55px;
        width: 75px;
    }

    /***** COMITE TRANSPARENCIA *****/

    /* Línea vertical conectando las fotos */

    .member::before {
        left: 10%;
        height: 34%;
    }


    /* Texto con fondo blanco al lado */
    .member-info {
        width: 12rem;
        line-height: 1rem;
    }


    .modal-etica h2 {
        font-size: 1rem;
    }

}


@media (min-width:577px) {


    /**************** MODALES *******************/

    .div-rigth-quienes p {
        font-size: 0.85rem;
        text-align: justify;
        padding-left: 1rem;
        bottom: 5rem;
        position: relative;
    }

    .img-modal-quienes {
        width: 55%;
    }

    .modal-left-qs{
        padding:1.5rem;
    }

    .title-quienes{
        font-size:1.8rem;
    }

    .title-somos{
        font-size:2.8rem;
    }

    .p-quienes{
        font-size:0.9rem;
    }

    /***************** CARRUSEL ****************/

    .margin-carrusel {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-blanco {
        font-size: 1.1rem;
    }

    .txt-comision {
        font-size: 2rem;
    }

    .txt-mejora {
        font-size: 1.4rem;
    }

    .logo-cuentaconmigo {
        height: 2.5rem;
    }

    .logo-sfp {
        height: 3rem;
    }

    .carousel-caption {
        left: 10% !important;
        font-size:0.8rem;
    }


    /**** ACORDIONES ****/
    .accordion-header {
        font-size: 0.8rem;
    }


    .img-default {
        height: 60px;
        width: auto;
    }

    .ac-default {
        flex-direction: row;
    }



    /*retys*/
    .retys-active-title {
        font-size: 7rem;
    }

    .img-retys {
        height: 500px;
    }

    /*rei*/
    .img-rei {
        bottom: -3rem;
        height: 390px;
    }

    /*revd*/
    .revd-active-title {
        font-size: 9rem;
        text-align: end !important;
    }

    .img-revd {
        left: -5rem;
        height: 600px;
    }

    .revd-active-text {
        font-size: 1.2rem;
        bottom: 8rem;
    }

    /*rer*/
    .img-rer {
        height: 440px;
        right: -8rem;
    }

    .rer-active-text {
        font-size: 1.2rem;
        bottom: 5rem;
    }

    .rer-active-title {
        font-size: 10rem;
    }


    /*CECOCI*/

    .cecoci-icon {
        top: 10rem;
    }


    /**************** ATENCIÓN TELEFÓNICA *****************/
    .contacto-title {
        font-size: 3.5rem;
    }

    .contacto-llama {
        font-size: 2.2rem;
    }

    .contacto-tel {
        font-size: 3.5rem;
    }

    .contacto-lugar {
        font-size: 1.2rem;
    }

    .contacto-marcame{
        font-size:2rem;
        line-height:1.6rem;
    }

    .div-contacto-img{
        right:-1rem;
    }

    .contacto-img{
        height:250px;
    }


    /********* AVANCES / ASISTENCIA ********/
    .avances-de {
        font-size: 3.5rem;
    }

    .avances-sub {
        font-size: 1rem;
    }

    /********** POLITICAS / INSTITUCIONES *********/
    .politicas-title {
        font-size: 4rem;
    }

    .politicas-text {
        font-size: 2.3rem;
    }

    /*directorio*/
    .directorio i {
        text-align: center;
    }

    

    /***** MISION / VISION *******/
    .text-mejora {
        font-size: 0.8rem;
        line-height: 1.5rem;
        text-align:justify;
    }

}

@media (min-width:767px) {

    /*****MODALES*****/

    .modal-heigth {
        min-height: 20rem;
    }


    /***************** CARRUSEL ****************/

    .carousel-control-prev {
        left: 2rem;
    }

    .carousel-control-next {
        left: 5rem;
        right: unset;
    }

    .txt-comision {
        font-size: 2.8rem;
    }

    .txt-mejora {
        font-size: 1.8rem;
    }

    .carousel-caption {
        font-size: 1rem;
    }


    /*CONTACTO CIUDADANO*/


    .ccit-p {
        font-size: 0.95rem;
    }

    .ccit-img {
        height: 21rem;
        width: auto;
    }

    .ccit-title{
        text-align:start;
        font-size:8rem;
    }

    .div-text-ccit{
        bottom:1rem;
    }

    /*CECOCI*/
    .cecoci-icon{
        top:4rem;
        right:1rem;
    }

    .cecoci-title{
        font-size:8rem;
    }

    /***** GOBERNANZA ******/

    /*agenda-regulatoria*/

    .agenda-img {
        height: 75%;
    }

    .agenda-title {
        font-size: 7rem;
    }

    .agenda-p {
        font-size: 1.1rem;
        bottom: 2.5rem;
        left: 1.5rem;
    }


    /*air*/

    .air-title {
        font-size: 10rem;
    }

    .air-img {
        height: 400px;
    }

    .air-p {
        font-size: 1.1rem;
        top: 65%;
        left: 1.5rem;
    }

    /*pmr*/

    .pmr-title {
        font-size: 9rem;
    }

    .pmr-subtitle {
        top: 9rem;
    }

    .pmr-text {
        font-size: 1.1rem;
    }

    .pmr-img {
        left: 0;
        height: 105%;
    }

    /***** ATENCION TELEFONICA ******/


    .contacto-background {
        background: linear-gradient(90deg, #302fa4 65%, #d955d8 90%);
    }

    .contacto-title {
        font-size: 3.5rem;
        line-height: 0.7;
    }

    .contacto-llama {
        font-size: 3rem;
    }

    .contacto-tel {
        font-size: 5rem;
        padding: 1rem;
        margin: 0;
        line-height: 0.7;
    }

    .contacto-lugar {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    .contacto-marcame {
        font-size: 2.8rem;
        line-height: 3rem;
    }

    .contacto-img {
        height: 300px;
    }

    .div-contacto-img {
        right: -1rem;
    }

    /*MISION / VISION*/
    .text-mejora{
        font-size:1.1rem;
    }
}


    @media (min-width:992px) {

        /*****MODALES*****/

        .modal-heigth {
            min-height: 33rem;
        }

        .modal-links {
            max-height: 350px;
        }

        .modal-links hr {
            margin: 0.5rem 0;
        }

        .modales-title {
            margin-bottom: 0.5rem;
        }

        .modal-informacion {
            margin-top: unset;
        }

        .modal-informacion-politicas {
            max-height: 350px;
        }

        .modal-a {
            font-size: 0.8rem;
        }

        .member::before{
            left:12%;
        }


        /***** QUIENES SOMOS ******/
        .p-quienes {
            font-size: 0.9rem;
        }
        
        .div-rigth-quienes {
            padding: 1rem;
            bottom: unset;
            top:4rem;
            left:0;
        }

            .div-rigth-quienes p {
                padding-right: 2rem;
                padding-left:1rem;
                bottom:0;
                font-size:1rem;
            }

        .img-modal-quienes {
            width: 55%;
        }

        .modal-left-qs {
            padding: 3rem;
        }



        /***** CARRUSEL ****/
        .margin-carrusel {
            margin-left: 4rem;
            margin-right: 13rem;
        }



        /** ACORDIONES **/
        /* Ocultar y mostrar según dispositivo */
        .monitor {
            display: flex;
        }

        .movil {
            display: none;
        }

        /**************** RETYS ******************/
        /*- DEFAULT/ACTIVE/INACTIVE RETYS -*/
        /* Cuando están en default, cada uno ocupa 1/4 */

        /*DEFAULT*/
        .offerItem.default {
            flex: 0 0 24%; /* equivale a col-3 */
            max-width: 24%;
        }

            /* Estado por defecto */
            .offerItem.default .offerItemDef.monitor {
                display: flex;
                flex-wrap: wrap;
            }

            .offerItem.default .offerItemTitle.monitor,
            .offerItem.default .offer-detail {
                display: none;
            }


        /*ACTIVE*/
        .offerItem.active .offerItemTitle.monitor,
        .offerItem.active .offerItemDef.monitor {
            display: none;
        }

        .offerItem.active {
            width: calc(100% - 28%);
        }


        /*INACTIVE*/
        /* Cuando está inactivo → los demás se ocultan o reducen */
        .offerItem.inactive {
            flex: 0 0 8%;
            max-width: 8%;
        }

            .offerItem.inactive .offerItemTitle.monitor {
                display: flex;
                flex-wrap: wrap;
            }

            .offerItem.inactive .offerItemDef.monitor {
                display: none;
            }


        /*CONTACTO CIUDADANO*/


        .ac-ccit {
            height: 100%;
        }
        
        /*CECOCI*/


        .ac-cecoci {
            height: 100%;
        }

        .cecoci-background {
            background-position: center;
        }



        /*------ DEFAULT/ACTIVE/INACTIVE GOBER ------*/
        /* Cuando están en default, cada uno ocupa 1/3 */
        .offerItem.defaultGober {
            flex: 0 0 32%; /* equivale a col-3 */
            max-width: 32%;
        }


            /* Estado por defecto */
            .offerItem.defaultGober .offerItemDef.monitor {
                display: flex;
                flex-wrap: wrap;
            }

            .offerItem.defaultGober .offerItemTitle.monitor,
            .offerItem.defaultGober .offer-detail {
                display: none;
            }

        .offerItem.activeGober .offerItemTitle.monitor,
        .offerItem.activeGober .offerItemDef.monitor {
            display: none;
        }


        /* Cuando está inactivo → los demás se ocultan o reducen */
        .offerItem.inactiveGober {
            flex: 0 0 8%;
            max-width: 8%;
        }

            .offerItem.inactiveGober .offerItemTitle.monitor {
                display: flex;
                flex-wrap: wrap;
            }

            .offerItem.inactiveGober .offerItemDef.monitor,
            .offerItem.inactiveGober .offer-detail {
                display: none;
            }

        .offerItem.activeGober {
            width: calc(100% - 3*60px);
        }

            .offerItem.activeGober .offer-detail {
                width: 100%;
            }

                .offerItem.activeGober .offer-detail .row .col:first-child {
                    max-width: 70% !important;
                }

        .div-titulos-gober {
             top: 0;
        }

        /*agenda-regulatoria*/

        .agenda-img {
            height: 85%;
        }

        .agenda-title {
            font-size: 10rem;
        }



        /*air*/

        .air-img {
            height: 430px;
        }

        .air-p {
            top: 50%;
        }


        /*DIRECTORIO*/
        .directorio-tel {
            font-size: 0.68rem;
        }

        .directorio-puesto {
            font-size: 0.7rem;
        }

        .directorio-nombre {
            font-size: 0.8rem;
        }
        
       
    }

    @media (min-width:1024px) {


        /****** CARRUSEL *****/

        .btn-blanco {
            font-size: 1.6rem;
        }


        .img-quienes {
            width: auto;
            height: 1.8rem;
        }

        .txt-comision {
            font-size: 3.1rem;
        }

        .txt-mejora {
            font-size: 2.2rem;
        }


        .carousel-control-next.d-md-flex {
            bottom: 0.25rem;
        }

        .carousel-control-prev.d-md-flex {
            bottom: 0.25rem;
        }


        /******** ACORDIONES ********/

        /*retys*/
        .img-retys{
            height:400px;
        }

        /*revd*/
        .img-revd {
            left: -7rem;
            height: 530px;
        }

        /*rer*/
        .img-rer {
           height: 380px;
        }

        /*CECOCI*/
        .ac-cecoci {
            height: 100%;
        }

        /*agenda-regulatoria*/

        .agenda-img {
            height: 75%;
        }

        .agenda-title {
            font-size: 6rem;
        }

        .agenda-p{
            bottom:7rem;
        }



        /*air*/

        .air-title{
            font-size:8rem;
        }

        .air-img {
            height: 380px;
        }

        .air-p {
            top: 45%;
            margin-right:15rem;
        }

        /*pmr*/

        .pmr-title {
            font-size: 8rem;
        }
        
        .pmr-img {
            left: unset;
        }


        /**************** ATENCIÓN TELEFÓNICA *****************/
        .contacto-llama {
            font-size: 2.8rem;
        }

        .contacto-tel {
            font-size: 4rem;
            padding:0.75rem;

        }

        .contacto-lugar {
            font-size: 1.4rem;
        }

        .contacto-marcame {
            font-size: 2rem;
            line-height: 2rem;
        }

        .contacto-img {
            height: 250px;
        }


        /**** POLITICAS / INSTITUCIONES ****/
        .politicas-title {
            font-size: 3rem;
        }

        .avances-de {
            font-size: 2.5rem;
        }

        

        /*** MISION / VISION ***/

        .link-mision-vision {
            font-size: 2rem;
        }

        /****** OPINION ******/
        .text-opinion {
            font-size: 2.4rem;
        }


        /****** MODALES ******/


        .modal-right {
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
        }

        .modal-left {
            border-bottom-left-radius: 30px;
            border-top-left-radius: 30px;
        }

        .modales-title {
            font-size: 1.6rem;
        }

        .modal-text {
            font-size: 0.8rem;
        }

        .modal-text-politicas{
            font-size:0.9rem;
        }

        .modal-heigth {
            min-height: 540px;
        }

        .modal-background-content {
            height: 100%;
        }

        
        .modal-icono {
            width: 100px;
        }


        .btn-periodo {
            font-size: 0.7rem;
            width: 75px;
            min-height: 75px;
        }


       

    }

    @media (min-width:1200px) {

        /****** MODALES ******/
        
        .modal-text {
            font-size: 0.9rem;
        }

        .modal-links {
            max-height: 400px;
            margin-top: 2rem;
        }

            .modal-links hr {
                margin: 1rem 0;
            }

        .modal-a {
            font-size: 0.9rem;
        }

        .modal-informacion-politicas {
            overflow: unset;
            max-height: unset;
        }

        /***** QUIENES SOMOS ******/
        /***** Video *****/


        .modal-left-qs {
            padding: 3rem;
        }

        .title-quienes {
            font-size: 2.5rem;
        }

        .p-quienes {
            font-size: 0.9rem;
        }


        .div-rigth-quienes {
            position: absolute;
            z-index: 3;
            color: white;
            padding: 3rem;
            bottom: 1rem;
            top: unset;
            left: unset;
        }

            .div-rigth-quienes p {
                font-size: 1.1rem;
                text-align: justify;
                padding-right: 2rem;
                padding-left: 2rem;
                bottom: 1rem;
            }


        .img-modal-quienes {
            position: absolute;
            bottom: 0;
            left:40%;
            width: 48%;
            z-index: 2;
            pointer-events: none;
        }

        .ccit-img {
            height: 24rem;
            width: auto;
        }

        /***** COMITE TRANSPARENCIA *****/

        /* Línea vertical conectando las fotos */

        .member::before {
            left: 9%;
            height:34%;
        }

        
        
    }

    @media (min-width:1280px) {


        /* Texto con fondo blanco al lado */
        .member-info {
            width: 15rem;
            line-height: 1.2rem;
        }


        .modal-etica h2 {
            font-size: 1.2rem;
        }

        /*CARRUSEL*/
        
        .img-quienes {
            height: 1.8rem;
        }

        

        /******** ACORDIONES ********/

        /*retys*/
        .retys-active-title {
            font-size: 10rem;
        }

        .img-retys {
            height: 440px;
        }

        .text-retys {
            font-size: 0.9rem;
        }

        /*rei*/
        .img-rei {
            bottom: -10rem;
            height: 550px;
        }

        .rei-active-title {
            font-size: 10rem;
        }

        /*revd*/
        .revd-active-title {
            font-size: 11rem;
            text-align: end !important;
        }

        .img-revd {
            left: -9rem;
            height: 580px;
        }

        .revd-active-text {
            font-size: 1.2rem;
            bottom: 4rem;
        }

        /*rer*/
        .img-rer {
            height: 400px;
            right: -6rem;
        }

        .rer-active-text {
            font-size: 1.3rem;
            bottom: 1.5rem;
        }

        .rer-active-title {
            font-size: 12rem;
        }

        /****** GOBERNANZA - ACORDIONES ******/

        /*agenda regulatoria*/

        .agenda-img {
            height: 85%;
        }

        .agenda-title {
            font-size: 7.5rem;
        }

        .agenda-p {
            bottom: 2.5rem;
        }

        /*CONTACTO CIUDADANO*/

        .ccit-title {
            margin-bottom: -1rem;
            margin-top: -1rem;
            font-size: 10rem;
            text-align: start;
        }

        .ccit-p {
            font-size: 1rem;
        }

        .ccit-img {
            width: 430px;
            height: auto;
            right: -3rem;
        }

        .ccit-icon {
            align-content: center;
        }

        .div-text-ccit {
            position: absolute;
            bottom: 1rem;
            left: 1.5rem;
        }

        /*CECOCI*/
        .cecoci-title {
            font-size: 10rem;
            margin-top: -1rem;
        }

        .cecoci-p {
            font-size: 1.3rem;
            bottom: 1.5rem;
        }

        .cecoci-icon {
            top: 1rem;
            right: 0.5rem;
        }

        /**************** ATENCIÓN TELEFÓNICA *****************/

        .contacto-tel {
            font-size: 4.5rem;
        }


        .contacto-marcame {
            font-size: 2.8rem;
            line-height: 3rem;
        }

        .div-contacto-img {
            right: 6rem;
        }


        /**** POLITICAS / INSTITUCIONES ****/
        .politicas-title {
            font-size: 4rem;
        }

        .avances-de {
            font-size: 3.5rem;
        }


        /*DIRECTORIO*/
        .directorio-tel {
            font-size: 0.78rem;
        }

        .directorio-puesto {
            font-size: 0.8rem;
        }

        .directorio-nombre {
            font-size: 0.8rem;
        }
    }

    @media (min-width:1350px){
        /*ACORDIONES*/

        /*retys*/
        .img-retys {
            height: 400px;
        }

        .retys-active-title {
            font-size: 10rem;
        }

        /*rei*/

        .img-rei {
            height: 500px;
            bottom: -9rem;
        }

        /*revd*/

        .img-revd {
            left: -8rem;
            height: 550px;
        }

        /*rer*/
        .img-rer {
            height: 380px;
        }

        /************* TU TRÁMITE AQUI *****************/



        .preg-tutramite {
            font-size: 2.3rem;
            line-height:1.5;
        }

        .text-tutramite {
            font-size: 1.5rem;
        }

    }


    @media (min-width:1368px) {

        /*CARRUSEL*/

        .carousel-control-next.d-md-flex {
            left: 3rem;
            bottom: 2.75rem;
            right: unset;
        }

        .carousel-control-prev.d-md-flex {
            left: 0;
            bottom: 2.75rem;
        }

        

        .txt-comision {
            font-size: 5rem;
        }

        .txt-mejora {
            font-size: 2.8rem;
        }

        

        /***** ATENCION TELEFONICA ******/


        .contacto-background {
            background: linear-gradient(90deg, #302fa4 65%, #d955d8 90%);
        }

        .contacto-title {
            font-size: 5rem;
            line-height: 0.7;
        }

        .contacto-llama {
            font-size: 3.8rem;
        }

        .contacto-tel {
            font-size: 7rem;
            padding: 1rem;
            margin: 0;
            line-height: 0.7;
        }

        .contacto-lugar {
            font-size: 1.5rem;
            line-height: 1.4rem;
        }

        .contacto-marcame {
            font-size: 3.5rem;
            line-height: 3rem;
        }

        .contacto-img {
            height: 250px;
        }

        .div-contacto-img {
            right: 1rem;
        }

        

    }

@media (min-width:1460px) {

    /*carrusel*/

    .btn-blanco {
        font-size: 1.8rem;
    }

    .logo-cuentaconmigo {
        height: 3.5rem;
    }

    .logo-sfp {
        height: 5rem;
    }

    .member::before{
        height:70%;
    }
    
}

@media (min-width:1657px) {

    .div-contacto-img {
        right: 8rem;
    }

    .contacto-img{
        height:280px;
    }

    .modal-heigth {
        min-height: 670px;
    }

    .img-modal-quienes {
        left: unset;
        width: 55%;
    }

    .member::before {
        left:11%;
        height: 53%;
    }

    .photo {
        width: 90px;
        height: 90px;
    }
}