#timeline * {
    margin: 0;
    padding: 0;
}

#timeline a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#timeline a:hover, #timeline a.selected {
    color: #000000;
}

#timeline h1, #timeline h2, #timeline h4, #timeline h5, #timeline h6 {
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

#timeline h1 {
    font-size: 18px;
}

#timeline h2 {
    font-size: 16px;
}

.sociales {
    text-align: center;
    margin-bottom: 20px;
}

#timeline {
    width: 500px;
    height: 600px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;

}

#dates {
    width: 100px;
    height: 600px;
    overflow: hidden;
    float: left;
}

#dates li {
    list-style: none;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    padding-left: 10px;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
}

#dates .selected {
    font-size: 38px;
}

#issues {
    width: 400px;
    height: 600px;
    overflow: hidden;
    float: left;
}

#issues li {
    width: 400px;
    height: 600px;
    list-style: none;
}

#issues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#issues li img {
    float: left;
    margin: 50px 30px 10px 145px;
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

#issues li h1 {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
}

#issues li p {
    font-size: 14px;
    margin: 10px 20px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: #000 1px 1px 2px;
}

#grad_top, #grad_bottom {
    width: 500px;
    height: 80px;
    position: absolute;
}

#grad_top {
    top: 0;
}

#grad_bottom {
    bottom: 0;
}

#next, #prev {
    position: absolute;
    left: 55%;
    font-size: 70px;
    width: 38px;
    height: 22px;
    background-position: 0 -44px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover,
#prev:hover {
    background-position: 0 0;
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

.text-a {
    color: #23356B;
}

.text-v {
    color: #59A971;
}

.text-str {
    font-weight: bold;
}

.text-az {
    font-weight: normal;
}

.content-wrap {
    background-color: #efefef;
    position: relative;
    padding: 80px 0;
}

.vertical-line-left, .vertical-line-right {
    width: 2px;
    height: 40%;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
}

.vertical-line-left {
    left: 0;
}

.vertical-line-right {
    right: 0;
}

.stat-box {
    position: relative;
    padding: 1rem;
    text-align: center;
}

.box-dashed {
    border: 3px dashed #59A971;
    padding: 1rem;
    width: fit-content;
    float: right;
    margin-left: auto;
    margin-right: 0;
    border-radius: 25px;
}

.rectangulo {
    width: 30%;
<<<<<<< HEAD
    height: 50%;
=======
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
    background-color: #23356B;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
    padding: 10px 0 10px 40px;
    margin-left: 0;
    letter-spacing: 1.5px;
}

.rectangulo-l {
<<<<<<< HEAD
<<<<<<< HEAD
    width: 30%;
    height: 50%;
=======
    width: 30%!important;
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
=======
    width: 30% !important;
>>>>>>> 66c7ef311cc649c1aaf1926e219bba9513fd3c96
    background-color: #23356B;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
    padding: 10px 0 10px 20px;
    margin-left: 0;
}

.rectangulo-r {
<<<<<<< HEAD
<<<<<<< HEAD
    width: 32%;
    height: 50%;
=======
    width: 30%!important;
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
=======
    width: 30% !important;
>>>>>>> 66c7ef311cc649c1aaf1926e219bba9513fd3c96
    background-color: #23356B;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: white;
    padding: 10px 0 10px 20px;
    margin-left: auto;
}

.linea-horizontal {
    flex-grow: 1;
    height: 2px;
    background: #333;
    margin: 0 10px;
}

.font-z {
    font-size: 20px;
}

.container-botones {
    position: relative;
    height: 20%;
}

.container .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

button.btn1 {
    width: 40% !important;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    border-radius: 8px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #afb0b1;
    border-color: #afb0b1;
<<<<<<< HEAD
}

.col-12.text-center button.btn {
    margin: 0 auto;
    display: block;
}

.col-12.text-center button.btn1 {
    margin: 0 auto;
    display: block;
}

.gray-line {
    height: 1px;
    background-color: #afb0b1!important; /* Color gris */
    margin: 20px 0; /* Espacio arriba y abajo */
    width: 100%; /* Ancho completo */
}

hr {
    border-top: 3px solid #59A971 !important;
    opacity: 1 !important;
}

.modal-body h5 {
    color: #59A971;
}

.modal-body p, .modal-body ul {
    color: #80868a;
}

.presidente {
    color: #59A971;
    font-weight: bold;
    margin-top: 20px;
}

.banner-contenedor {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("../images/corporativo/gobierno_corporativo_educa.png");
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-texto {
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    padding: 0 20px;
}

.stat-row {
    min-height: 300px;
}

.stat-img-fondo {
    height: 100%;
    min-height: 300px;
    background-image: url("../images/corporativo/comites.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.stat-img-fondo1 {
    height: 100%;
    min-height: 300px;
    background-image: url("../images/corporativo/reconocimiento.jpeg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

    .video-container {
        width: 100%;
        padding: 0 4%;
        margin: 0 auto;
        max-width: 1400px;
    }

    .video-section {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        overflow: hidden;
    }

    .preview-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        display: block;
    }

    .video-fondo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        display: none;
    }

    .cuadro-izquierda {
        position: absolute;
        bottom: 40px;
        left: 40px;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 25px;
        z-index: 2;
        max-width: 400px;
        border-left: 4px solid #00c96b;
        transition: opacity 0.5s ease; /* Transición suave al ocultar */
    }

    .cuadro-central {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #00c96b;
        padding: 15px 40px;
        color: #00c96b;
        font-size: 28px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(6px);
        z-index: 2;
        cursor: pointer;
        transition: all 0.4s ease;
    }

    .cuadro-central:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: translate(-50%, -50%) scale(1.08);
    }

    .cuadro-izquierda.hidden {
        opacity: 0;
        pointer-events: none;
    }
.img-comites {
    width: 100% !important;
}

.asambleas {
    background-color: #23356B !important;
    color: white;
    font-size: 14px;
    border-radius: 20px;
}

#img1 {
    width: 55% !important;
=======
}

.col-12.text-center button.btn {
    margin: 0 auto;
    display: block;
}

.col-12.text-center button.btn1 {
    margin: 0 auto;
    display: block;
}

.gray-line {
    height: 1px;
    background-color: #afb0b1 !important;
    margin: 20px 0;
    width: 100%;
}

hr {
    border-top: 3px solid #59A971 !important;
    opacity: 1 !important;
}

.modal-body h5 {
    color: #59A971;
}

.modal-body p, .modal-body ul {
    color: #80868a;
}

.presidente {
    color: #59A971;
    font-weight: bold;
    margin-top: 20px;
}

.banner-contenedor {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url("../images/corporativo/gobierno_corporativo_educa.png");
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-texto {
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    padding: 0 20px;
}

.stat-row {
    min-height: 300px;
}

.stat-img-fondo {
    height: 100%;
    min-height: 300px;
    background-image: url("../images/corporativo/comites.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.stat-img-fondo1 {
    height: 100%;
    min-height: 300px;
    background-image: url("../images/corporativo/reconocimiento.jpeg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.video-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
}

.preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
}

.video-fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: none;
}

.cuadro-izquierda {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 25px;
    z-index: 2;
    max-width: 400px;
    border-left: 4px solid #00c96b;
}

.cuadro-central {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #00c96b;
    padding: 15px 40px;
    color: #00c96b;
    font-size: 28px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    z-index: 2;
    cursor: pointer;
    transition: all 0.4s ease;
}

.cuadro-central:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1.08);
}

.img-comites {
    width: 100% !important;
}

.asambleas {
    background-color: #23356B !important;
    color: white;
    font-size: 14px;
    border-radius: 20px;
}

#img1 {
    width: 40% !important;
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
    height: auto;

}

.tabla-expertos {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.tabla-expertos th, .tabla-expertos td {
    padding: 4px;
    text-align: left;
    border-bottom: 2px solid #23356B;
}

.tabla-expertos thead th {
    color: #23356B; /* azul */
    font-weight: bold;
}

.tabla-expertos td:first-child {
    color: #23356B;
    font-weight: bold;
}

.tabla-expertos tbody tr:first-child td {
    border-top: none;
}

.circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #00c96b;
    border-radius: 50%;
    pointer-events: none;
}

.floating-circle {
    width: 350px;
    height: 350px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    right: 100px;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #59A971;
}

.circle-text {
<<<<<<< HEAD
<<<<<<< HEAD
    color: #59A971;
=======
    color: #59A971; /* verde */
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
=======
    color: #59A971;
>>>>>>> 66c7ef311cc649c1aaf1926e219bba9513fd3c96
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.contenido-oculto {
    display: none;
}

.contenido-activo {
    display: block;
}

.owl-carousel .item img {
    width: 200px;
}

.owl-carousel .item > div {
    color: #fff;
}

.owl-carousel .item {
    height: 325px;
}

.item {
    background-color: #1D3164;
    padding: 10px;
    border-radius: 5px;
}

.table.bc-blue th {
    color: #fff;
    background-color: #1D3164;
}

.list-item-justified {
    list-style: none;
    padding-left: 0;
}

.list-item-justified li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.list-item-justified li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    background-color: #1D3164;
    border-radius: 50%;
    transform: translateY(-50%);
}

.cus-button {
    display: inline-block;
    background-color: #59A971;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.cus-button:hover {
    background-color: #4c8b5e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/*grafico*/
.logo-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

.fibra-title {
    color: #22345c;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.fibra-score {
    color: #22345c;
    font-weight: bold;
    font-size: 1.2em;
}

.us-box {
    position: absolute;
    right: 5%;
    top: 40px;
    background: none;
    background-color: white;
    border: 2px dashed #23356B;
    border-radius: 16px;
    padding: 8px 24px;
    color: #fff;
    font-size: 1.1em;
    text-align: right;
    width: 30%;
    max-width: 300px;
}

.us-box1 {
    position: absolute;
    right: 35%;
    top: 50px;
    background: none;
    border-radius: 16px;
    padding: 8px 24px;
    color: #fff;
    font-size: 1.1em;
    text-align: right;
    width: 30%;
    max-width: 300px;
}

.recuadros-wrapper {
    margin-top: 240px;
}

.fibra-title {
    font-weight: bold;
    font-size: 1em;
}

.fibra-score-circle {
    display: inline-block;
    background-color: transparent;
    border: 3px solid #D0323A;
    color: #23356B;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2em;
}


.us-box span {
    color: #23356B;
}

.chart-area {
    margin-top: 30px;
    background: white;
    border-radius: 18px;
    padding: 30px 30px 60px 60px;
    position: relative;
}

.blue-line {
    position: absolute;
    left: 60px;
    right: 30px;
    top: 90px;
    height: 7px;
    background: #23356B;
    border-radius: 4px;
    z-index: 2;
}

.note-box {
    position: absolute;
    top: 28%;
    right: 50px;
    background: #f5f5f5;
    color: #888;
    border-radius: 18px;
    padding: 10px 14px;
    max-width: 300px;
    width: 30%;
    font-size: 1em;
    box-shadow: 0 2px 12px #0002;
    z-index: 3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
}

.legend {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    font-size: 1.1em;
    justify-content: center;
}

.legend-box {
    width: 16px;
    height: 10px;
}

.legend-box1 {
    width: 16px;
    height: 5px;
}

.legend .color {
    width: 40px;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
}

.legend .green {
    background: #5fd6a6;
}

.legend .blue {
    background: #22345c;
}

#chartdiv {
    width: 100%;
    height: 420px;
    background: transparent;
    z-index: 1;
}

#chart-covid {
    width: 100%;
    height: 500px;
}

#chart-legend {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    font-family: Arial, sans-serif;
}

.legend-item {
    font-size: 14px;
}

.recuadros-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
}

<<<<<<< HEAD
<<<<<<< HEAD
=======
/* Responsive: en pantallas pequeñas ponerlos en columna */
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
=======
>>>>>>> 66c7ef311cc649c1aaf1926e219bba9513fd3c96
@media (max-width: 768px) {
    .recuadros-wrapper {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .us-box {
        width: 40%;
        max-width: 90%;
        text-align: center;
        right: 5%;
        top: 65%;
    }

    .us-box1 {
        width: 40%;
        max-width: 90%;
        text-align: center;
        right: 45%;
        top: 65%;
    }

    .green {
        background-color: #56ad71;
    }

    .blue {
        background-color: #0d2d6c;
    }
}

.circle1 {
    width: 15px;
    height: 15px;
    background-color: #56ad71;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
    margin-top: 5px;
<<<<<<< HEAD
    margin-right: 5px;
}

.btn-custom {
    font-size: 24px !important;
    border-radius: 6px;
    padding: 8px 12px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
    border: 2px solid transparent;
    line-height: 1.2;
}


.btn-fixed {
    width: 240px;
    padding: 8px 10px;
}


.btn-flexible {
    min-width: 240px;
    max-width: 280px;
    width: auto;
    padding: 8px 12px;
}


.btn-primary.active {
    border: 2px solid #FFD700 !important;
    background-color: #59A971;
}


@media (min-width: 768px) {
    .btn-flexible {
        min-width: 250px;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .btn-custom {
        font-size: 20px;
        min-height: 42px;
        padding: 6px 10px;
    }

    .btn-fixed,
    .btn-flexible {
        width: 100%;
        max-width: 240px;
    }
}

.org-container {
    width: 600px;
    height: 440px;
    margin: 40px auto;
    position: relative;
}

.org-text {
    position: absolute;
    font-size: 18px;
    color: #222;
}

.tx {
    color: #23356B;
    font-size: 25px;
}

.icono-tenedores {
    display: block;
    height: 4.2em;
    margin-top: -10px;
    margin-left: 60px;
    margin-right: auto;
}

.t1 {
    left: 30px;
    top: 30px;

}

.icono-fideicomiso {
    display: block;
    height: 4.2em;
    margin-top: -80px;
    margin-right: 60px;
    margin-left: auto;
}

.t2 {
    right: 5px;
    top: 30px;
}

.icono-tenedores1 {
    display: block;
    height: 4.2em;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.t3 {
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
}

.icono-tecnico {
    display: block;
    height: 4.2em;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
}

.logo-educa {
    display: block;
    height: 4.2em;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.t4 {
    left: 50%;
    top: 360px;
    transform: translateX(-50%);
}

.t5 {
    left: 50%;
    top: 350px;
    transform: translateX(-50%);
}

.icono-practica {
    display: block;
    height: 4.2em;
    margin-top: -300px;
    margin-left: -20px;
    margin-right: auto;
}

.t6 {
    left: -80px;
    bottom: 80px;
    text-align: left;
}

.icono-auditoria {
    display: block;
    height: 4.2em;
    margin-top: -60px;
    margin-left: -20px;
    margin-right: auto;
}

.t7 {
    left: -85px;
    bottom: -10px;
    text-align: left;

}

.icono-compensacion {
    display: block;
    height: 4.2em;
    margin-top: -300px;
    margin-right: 10px;
    margin-left: auto;
}

.t8 {
    right: -40px;
    bottom: 80px;
    text-align: right;
}

.icono-nominacion {
    display: block;
    height: 4.2em;
    margin-top: -60px;
    margin-right: 10px;
    margin-left: auto;
}

.t9 {
    right: -25px;
    bottom: -20px;
    text-align: right;
}
=======
}

<<<<<<< HEAD
>>>>>>> 902d01e3755a64dd403ab983d8e1eac9493bfb84
=======
/*SECCIÓN SOSTENIBILIDAD*/
.font-14 {
    font-size: 14px !important;
}

.flip-card {
    background-color: transparent;
    width: 160px;
    height: 160px;
    perspective: 1000px;
    cursor: pointer;
    margin: 0 10px 20px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 90%;
    height: 90%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip-card-front {
    background-color: white;
    color: #0d2d6c;
}

.flip-card-back {
    background-color: #0d2d6c;
    color: white;
    transform: rotateY(180deg);
}

.icon-img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.flip-card p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.cards-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.top-row {
    padding: 0 8%;
}

@media (max-width: 768px) {
    .flip-card {
        width: 140px;
        height: 140px;
        margin: 0 5px 10px;
    }

    .icon-img {
        width: 40px;
        height: 40px;
    }

    .flip-card p {
        font-size: 12px;
    }

    .top-row {
        padding: 0 5%;
    }
}

.seccion-azul {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.col-fondo-transparente {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0;
    margin-right: -15px;
    position: relative;
}

.col-fondo-transparente::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    rectaz-index: 0;
}

.contenido-texto {
    position: relative;
    z-index: 1;
    padding: 40px;
    height: 100%;
}

.contenido-texto h2 {
    color: #0d2d6c;
    margin-bottom: 20px;
}

.contenido-texto p {
    color: #333;
    margin-bottom: 15px;
}

.col-rectangulos {
    padding-left: 30px;
}

.rectangulo-icono {
    background-color: #0d2d6c;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: white;
    width: 80%;
}

.rectangulo-icono i {
    font-size: 24px;
    color: #56ad71;
    margin-right: 15px;
}

.rectangulo-icono p {
    margin: 0;
}

@media (max-width: 767px) {
    .col-fondo-transparente {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .col-rectangulos {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .col-fondo-transparente::before {
        width: 100vw;
        left: calc(-50vw + 50%);
    }
}

/*CARROUSEL*/
.carousel-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.container.carousel-container {
    max-width: 1200px;
    padding: 0 30px;
}

.testimonios-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0 40px;
    align-items: stretch;
}

/* ESTILOS COMPARTIDOS PARA TODAS LAS SECCIONES */
.testimonio-card, .seccion3-card {
    background-color: #0A1A3A;
    border-radius: 25px;
    padding: 0;
    height: 100%;
    min-height: 450px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.testimonio-thumbnail, .seccion3-thumbnail {
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.testimonio-thumbnail img, .seccion3-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.play-icon, .seccion3-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.testimonio-thumbnail:hover img, .seccion3-thumbnail:hover img {
    transform: scale(1.05);
}

.testimonio-thumbnail:hover .play-icon,
.seccion3-thumbnail:hover .seccion3-play-icon {
    font-size: 50px;
    opacity: 0.8;
}

.testimonio-content, .seccion3-content {
    flex-grow: 1;
    color: white;
    padding: 0 5px 5px 10px;
}

.testimonio-content b, .seccion3-content b {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.testimonio-content p, .seccion3-content p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 15px;
}

/* Controles del carrusel */
.carousel-control {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.carousel-control:hover {
    background: rgba(255, 255, 255, 0.3);
}

.carousel-control.prev {
    left: 20px;
}

.carousel-control.next {
    right: 20px;
}

.carousel-item {
    display: none;
}

.carousel-item.active {
    display: block;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicator.active {
    background: white;
    transform: scale(1.2);
}

#videoModal {
    background-color: transparent;
}

#videoModal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal .modal-dialog {
    max-width: 95vw;
    width: 95vw;
    height: 90vh;
    margin: auto;
}

#videoModal .ratio {
    width: 100%;
    height: 100%;
}

#videoModal iframe {
    width: 100%;
    height: 200%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.video-container {
    
    width: 800px;
    height: 250px;
    margin: auto;
}

.video-container iframe {
    width: 130%;
    height: 100%;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.close-icon-container {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1050;
}

.close-icon {
    position: absolute;
    top: -10px;
    right: 150px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease, color 0.3s ease;
}

.close-icon:hover {
    transform: scale(1.2);
    color: #5c5858;
}

#videoModal .btn-close {
    background-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    background-color: white;
    padding: 0.5rem;
    transition: all 0.3s ease;
    opacity: 1;
    margin-right: 1rem;
    margin-top: 1rem;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

#videoModal .btn-close:hover {
    background-color: yellow;
    transform: scale(1.1);
}

#videoModal .btn-close:hover {
    transform: scale(1.15) rotate(90deg);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 768px) {
    #videoModal .modal-dialog {
        max-width: 100vw;
        height: 60vh;
        margin: 0;
    }

    #videoModal .btn-close {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.5rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 768px) {
    .close-icon {
        right: 30px;
    }
}

/* Estilo para el botón de cerrar */
#videoModal .modal-header {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.btn-close-custom {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.btn-close-custom i {
    font-size: 1.5rem;
    color: white;
}

.btn-close-custom:hover {
    background: rgba(255, 0, 0, 0.8);
    transform: scale(1.1);
}
>>>>>>> 66c7ef311cc649c1aaf1926e219bba9513fd3c96
