@font-face {
    font-family: 'Avenir';
    src: url('./../fuentes/Avenir/Avenir-Book.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Bold';
    src: url('./../fuentes/Avenir/Avenir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('./../fuentes/PTserif/PTSerif-Bold.ttf') format('truetype');
    font-style: normal;
}

:root {
    --subtitulo-font-family: "Avenir", serif;
    --titulo-font-family: "PT Serif", serif;
    --negrita: "Avenir Bold", serif;
    --12px: 0.575rem;
    --14px: 0.875rem;
    --15px: 0.9375rem;
    --16px: 1rem;
    --17px: 1.0625rem;
    --18px: 1.125rem;
    --19px: 1.1875rem;
    --20px: 1.25rem;
    --21px: 1.3125rem;
    --23px: 1.8rem;
    --24px: 2rem;
    --40px: 3rem;
    --4rem: 4rem;
    --morado: #9266E6;
}



.font-semi-bold {
    font-weight: 700;
}

.mt-10 {
    margin-top: 5rem;
}

.mb-10 {
    margin-bottom: 5rem;
}

/*--------------------------
|
|  nueo layout
|
|----------------------------*/

/*--------------------------
|
|  titulos y subtitulos
|
|----------------------------*/
.titulo {
    font-family: var(--titulo-font-family);
    font-size: var(--4rem);
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-wrap: balance;
}

.titulo2 {
    font-family: var(--titulo-font-family);
    font-size: var(--40px);
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-wrap: balance;
}

.subtitulo {
    font-family: var(--subtitulo-font-family);
    font-size: var(--20px);
    font-weight: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-wrap: pretty;
    margin-bottom: 0px;
}

.txt-white {
    color: white;
}

.txt-white a {
    color: white;
}

.txt-white a:hover {
    text-decoration: none;
}


.txt-black {
    color: black;

}

.dia {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20rem;
}

.mes {
    margin-top: 14rem;
    font-size: 5rem;
}

.titulo-slider-movil {
    font-family: var(--titulo-font-family);
    font-size: var(--24px);
}

.sub-slider-movil {
    font-family: var(--subtitulo-font-family);
    font-size: var(--20px);
    font-weight: normal;
}

.txtBold {
    font-family: var(--negrita);
    font-weight: bold;
}


@media(max-width:768px) {
    .titulo,
    .titulo2 {
        font-size: var(--24px);
    }
    .txt-white a {
        color: black;
    }
}

/*--------------------------
|
|  carrusel
|
|----------------------------*/

.d-none-rs {
    display: none;
}

.d-block-rs {
    display: block;
}

.d-flex-rs {
    display: flex;
}

@media(max-width:768px) {
    .d-none-rs {
        display: block !important;
    }

    .d-block-rs {
        display: none !important;
    }

    .d-flex-rs {
        display: none !important;
    }
}

.hero-responsabilidad {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
}

@media(max-width:768px) {
    .hero-responsabilidad {
        height: auto;
    }
}

.contenido-carrusel {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-responsabilidad {
    width: 100%;
    height: 100%;
}

.slider-content-responsabilidad {
    width: 100%;
    height: 100%;
    display: none;
}

.controles-responsabilidad {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
}

.control {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #00000084;
    cursor: pointer;
}

.slider-responsabilidad .active-slide-responsabilidad {
    display: block;
}

.tarjeta-sector-responsabilidad {
    width: 100%;
    height: 85vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/* .tarjeta-sector-responsabilidad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffcc5c;
    clip-path: circle(0% at 100% 0%);
    animation: 2.5s cubic-bezier(.25, 1, .30, 1) circle-in-hesitate both;
    z-index: -1;
} */

.circle-img-responsabilidad {
    width: 700px;
    height: 700px;
    position: absolute;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: -1;
}

.fondo-circle-responsabilidad {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenido-texto-responsabilidad {
    margin-left: 20rem;
    max-width: 1300px;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.contenido-general-1 {
    width: 50%;
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.btn-respon {
    padding: 16px 24px;
    border: 5px solid white;
    border-radius: 30px;
}

.contenido-general-2 {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px solid white;
}

.modificador-color-responsabilidad-1::before {
    background: #f37442;
}

.modificador-color-responsabilidad-2::before {
    background: #08b4f4;
}

.modificador-color-responsabilidad-3::before {
    background: #b858fc;
}

.modificador-color-responsabilidad-4::before {
    background: #20bc34;
}


@keyframes circle-in-hesitate {
    0% {
        clip-path: circle(0% at 100% 0%);
    }

    100% {
        clip-path: circle(125% at 50% 50%);
    }
}

@media(max-width:1308px) {
    .contenido-general-1 {
        padding-left: 40px;
        padding-right: 30px;
    }
}


@media(max-width:1250px) {
    .circle-img-responsabilidad {
        left: -85px;
    }
    .contenido-texto-responsabilidad {
        margin-left: 15rem;
    }

    .contenido-general-2 img {
        width: 90%;
    }
}

@media(max-width:1024px) {
    .circle-img-responsabilidad {
        transform: translate(-70%, -50%);
    }

    .contenido-texto-responsabilidad {
        margin-left: 10rem;
    }
}


    .circle-img-responsabilidad {
        display: none;

    }

    .contenido-texto-responsabilidad {
        margin-left: 0;
        flex-direction: column;
    }

    .contenido-general-2 {
        width: 100%;
        height: 300px;
        border-left: none;
    }

    .contenido-general-2::before {
        position: absolute;
        content: '';
        width: 300px;
        height: 4px;
        background-color: white;
        z-index: 9;
        top: 10px;
    }

    .contenido-general-2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding-top: 3rem;

    }

}


.btn-respon:hover {
    text-decoration: none;
}



.contenido-carrusel-2 {
    width: 100%;
    height: auto;
    background: #2eed80;
    overflow: hidden;
}

.carrusel2-responsabilidad {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.carrusel2-responsabilidad::-webkit-scrollbar {
    display: none;
}

.card-respon-carrusel2 {
    scroll-snap-align: start;
    flex: 0 0 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-amarilo {
    background: #ece158;
}

.bg-naranja {
    background: #f37442;
}

.bj-azul {
    background: #08b4f4;
}

.bg-morado {
    background: #b858fc;
}

.bg-verde {
    background: #20bc34;
}

.cont-general {
    width: 95%;
    height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.img-mobile-rs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-mobile-rs {
    max-width: 100%;
}

.cont-txt-carruMovil {
    padding-top: 1rem;
}

@media (max-width:1130px) {
    .tarjeta-sector-responsabilidad {
        padding-top: 5rem;
    }
}

/*--------------------------
|
|  que entendemos por resposnabnilidad 
|
|----------------------------*/

.contenedor-especial-respo {
    padding: 10rem 10rem;
}

.contenedor-que-entendemos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.conten-img-que-entendemos {
    width: 50%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.envoltorio-img {
    position: relative;
    width: 65vw;
    height: 65vw;
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.envoltorio-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: rgba(223, 205, 10, 0.248);
    transition: background-color 2.5s ease;
}

.conten-img-que-entendemos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.envoltorio-img:hover::before {
    background: transparent;
    animation: 2.5s cubic-bezier(.25, 1, .30, 1) circle-out-hesitate both;
}

.conten-text-que-entendemos {
    width: 50%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.conten-text-que-entendemos::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 600px;
    background-color: black;
    z-index: 9;
    left: -50px;
}

@keyframes circle-out-hesitate {
    0% {
        clip-path: circle(125%);
    }

    40% {
        clip-path: circle(40%);
    }

    100% {
        clip-path: circle(0%);
    }
}

.gif-flecha {
    display: none; 
}

.gif-flecha img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#carruselMovil,
#fondoCarrusel {
    position: relative;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

@media(max-width:1350px) {
    .contenedor-especial-respo {
        padding: 10rem 0;
    }
}

@media(max-width:900px) {
    .contenedor-que-entendemos {
        gap: 10px;
    }

    .conten-text-que-entendemos::before {
        left: 0px;
    }

    .w-100-sm {
        width: 90%;
    }
}

@media(max-width:768px) {
    .contenedor-especial-respo {
        padding: 4rem 2rem;
    }

    .contenedor-que-entendemos {
        flex-direction: column-reverse;
        gap: 130px;
    }

    .conten-img-que-entendemos,
    .conten-text-que-entendemos {
        width: 100%;
        height: auto;
    }

    .conten-text-que-entendemos {
        height: auto;
    }

    .conten-text-que-entendemos::before {
        width: 100%;
        height: 5px;
        bottom: -70px;
        left: 50%;
        transform: translate(-50%);
    }

    .w-100-sm {
        width: 100%;
    }
    .img-mobile-rs {
        margin-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .gif-flecha {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1001;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: radial-gradient(circle, rgb(255 255 255 / 89%) 33%, rgb(255 255 255 / 4%) 100%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont-txt-carruMovil {
        margin-left: 2rem;
        margin-right: 2rem;
        box-sizing: content-box;
        border-bottom: 2px solid white;
    }

}


.cont-secciones {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*--------------------------
|
|   lineas de accioon
|
|----------------------------*/

.container-slides {
    width: 100%;
    min-height: 800px;
}

.slides {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px;
}

.slide-hoja {
    list-style-type: none;
    min-height: 800px;
    width: 5%;
    overflow: hidden;
    transition: all 500ms linear;
}

.brand1 {
    background-color: #f37442;
}

.brand2 {
    background-color: #ece158;
}

.brand3 {
    background-color: #d6341f;
}

.action {
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}

.slide-hoja a.action {
    display: block;
    height: 100%;
    position: relative;
}

.slide-hoja a.action span {
    font-weight: 700;
    font-size: 2rem;
    color: var(--black);
    font-family: var(--titulo-font-family);
    transform: rotate(270deg);
    position: absolute;
    top: 500px;
    width: 140px;
    left: 0px;
    height: 100px;
    white-space: nowrap;
    text-transform: uppercase;
}

.slider-content {
    display: block;
    width: 710px;
    padding: 40px;
    color: var(--white);
}

.active-slideH {
    width: 90%;
}

.opacy-cont {
    display: none;
}

.active-slideH a.action {
    display: none;
}

.content-secciones-bienestar {
    width: 95%;
    margin: auto;
    height: 900px;
    display: flex;
    position: relative;
}

/* .content-secciones-bienestar::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 500px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.seccion-tres-hover:hover{
    color: white;
}

.cont1-info {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont2-carrusel {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conten-carrusel-imagenes {
    width: 80%;
    height: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.modificador-inner-imgs {
    max-width: 500px;
    max-height: 450px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.img-muestras {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.modificador-color-indicators li {
    background-color: white !important;
}

@media (max-width: 1446px) {
    .slide-hoja a.action span {
        font-size: 1rem;
        top: 400px;
    }
}


@media (max-width: 992px) {
    .slide-hoja a.action span {
        left: -8px;
    }
}

.loading-slideH {
    width: 110%;
    transition: width 0.5s ease;

}


@media (max-width: 768px) {
    .slides {
        display: initial;
    }

    .slide-hoja {
        width: 100% !important;
        min-height: auto;
    }

    .slider-content {
        width: 100% !important;
        padding: 25px;
        font-size: 95%;
    }

    .container-slides {
        height: auto;
    }

    .slide-hoja a.action span {
        display: none;
    }

    .numero {
        padding-left: 32px;
        padding-top: 32px;
    }

    .img-content {
        width: 100%;
    }

    .content-secciones-bienestar {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: 750px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media(max-width:768px) {
         .content-secciones-bienestar {
            min-height: auto !important;
         }
    }

    .cont1-info {
        width: 100%;
        padding-top: 30px;
    }

    .content-secciones-bienestar::before {
        width: 0;
    }

    .cont2-carrusel {
        width: 100%;
        margin-bottom: 4rem;

    }
    .opacy-cont {
        display: initial;
    }
}

/*--------------------------
|
|   carrusel
|
|----------------------------*/


.bg-color-sec {
    background: #9165E6;
}

.cont-img-carru-general {
    width: 95%;
    height: 100%;
    margin: auto;
}

.envoltorio-img-carru {
    position: relative;
}

.container-imgenes-carrusel {
    perspective: 1000px;
}

.carrusel-imgenes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    position: relative;
}

.carousel-item-imgs {
    position: absolute;
    width: 400px;
    height: 500px;
    background-color: #ccc;
    border-radius: 10px;
    transition: all 0.5s ease;
    opacity: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;
}

.carousel-item-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.carousel-item-imgs a {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.carousel-item-imgs.center {
    width: 600px;
    height: 600px;
    opacity: 1;
    z-index: 1;
}

.carousel-item-imgs.left {
    transform: translateX(-480px) scale(0.8);
    opacity: 0.5;
}

.carousel-item-imgs.right {
    transform: translateX(480px) scale(0.8);
    opacity: 0.5;
}

.btn-izq-img {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.705);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-de-img {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.705);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1430px) {
    .carousel-item-imgs.center {
        width: 600px;
        height: 600px;
    }

    .carousel-item-imgs {
        width: 400px;
        height: 400px
    }
    .carousel-item-imgs.left {
        transform: translateX(-350px) scale(0.8);
    }

    .carousel-item-imgs.right {
        transform: translateX(350px) scale(0.8);
    }
}

@media(max-width:1078px) {
    .carousel-item-imgs {
        width: 200px;
    }

    .carousel-item-imgs.left {
        transform: translateX(-300px) scale(0.8);
    }

    .carousel-item-imgs.right {
        transform: translateX(300px) scale(0.8);
    }
}

@media(max-width:768px) {
    .envoltorio-img-carru {
        overflow: hidden;
    }

    .btn-izq-img,
    .btn-de-img {
        z-index: 99;
    }

    .carousel-item-imgs.center {
        width: 100%;
        height: auto;
    }
}

#beneficiosGenerales {
    overflow: hidden;
}

/*--------------------------
|
|   voluntariado
|
|----------------------------*/

.contenedor-voluntariado {
    padding: 10rem 10rem
}

.voluntariado {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    position: relative;
}

.cont1-volun {
    width: 50%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cont2-volun {
    width: 50%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    position: relative;
    overflow: hidden;
}

.cont2-volun::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 600px;
    background-color: black;
    left: -10%;
}

.envoltorio-voluntariado {
    width: 90%;
}

.calendario-voluntariado {
    width: 600px;
    height: 100%;
    border: 2px solid black;
    border-radius: 90px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cabecera-calendario {
    width: 100%;
    height: 150px;
    background: red;
    position: relative;
}

.cabecera-calendario::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    left: 35%;
    transform: translate(-40%, -50%);
}

.cabecera-calendario::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    right: 30%;
    transform: translate(-40%, -50%);
}

.fecha-calen {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dia-fecha-volun {
    font-size: 8rem;
}

.mes-fecha-volun {
    font-size: 5rem;
}

@media(max-width:1200px) {
    .contenedor-voluntariado {
        padding: 10rem 0;
    }

    .voluntariado {
        gap: 30px;
    }
}

@media(max-width:768px) {
    .contenedor-voluntariado {
        padding: 6rem 1rem;
    }

    .voluntariado {
        flex-direction: column;
    }

    .cont1-volun {
        width: 100%;
        height: auto;
    }

    .cont2-volun {
        width: 100%;
        margin: 1rem 0;
    }

    .cont2-volun::before {
        width: 0;
    }

    .cont1-volun:before {
        position: absolute;
        content: '';
        bottom: -15px;
        width: 100%;
        height: 4px;
        background: black;
    }

    .calendario-voluntariado {
        border-radius: 55px;
    }

    .cabecera-calendario::after {
        right: 23%;
    }

    .dia {
        font-size: 7rem;
    }

    .mes {
        margin-top: 10rem;
    }
}

@media(max-width:552px) {
    .cont2-volun {
        height: 500px;
    }

    .calendario-voluntariado {
        height: 400px;
    }

    .cabecera-calendario {
        height: 100px;
    }

    .dia-fecha-volun,
    .mes-fecha-volun {
        font-size: var(--40px);
    }
    .cont1-volun:before {
        bottom: -40px;
    }

}



/*--------------------------
|
|   testimonios
|
|----------------------------*/


.fade-in-out {
    animation: fadeInOut 20s ease-in-out infinite;
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.seccion-testiomonios {
    background: #08b4f4;
}
.cont-testimonios {
    width: 95%;
    height: 900px;
    margin: auto;
    display: flex;
    position: relative;
}

.cont-testimonios:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 90%;
    background: rgb(255, 255, 255);
}

.cont-circular {
    width: 50%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-txt-testi{
    width: 50%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.envoltorio-testi {
    width: 90%;
}

/***/
.circulo-testimonios {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circulo-testimonios1 {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-circulo1 {
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Aqui  */
@media(max-width:768px) {
    .circulo-testimonios1 {
        width: 95%;
        height: auto;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    .cont-circulo1 {
        width: 80%;
        height: min-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }
}



.cont-circulo {
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.envoltorio-nombrePersona {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.circulo-persona-test {
    width: 5vw;
    height: 5vw;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comentario-testi,
.persona-testi,
.inicial-testi {
    font-family: var(--subtitulo-font-family);
    font-size: 1vw;
}
.inicial-testi,
.persona-testi {
    margin: 0  ;
}
/***/



@media(max-width:768px) {
    .cont-testimonios {
        flex-direction: column-reverse;
        height: auto;
        min-height: 900px;
    }
    .cont-circular {
        width: 100%;
        height: 50%;
    }
    .cont-txt-testi{
        width: 100%;
        height: 50%;
    }
    .cont-testimonios:before {
        width: 0px;
        height: 0px;
    }
    .envoltorio-testi {
        width: 100%;
    }
    .circulo-testimonios {
        width: 50vw;
        height: 50vw;
    }
    .comentario-testi,
    .persona-testi,
    .inicial-testi { 
        font-size: 12px;
    }

}

/* Aqui  */
@media(max-width:650px) {
    .circulo-testimonios {
        width: 70vw;
        height: 70vw;
    }
}

/*--------------------------
|
|   certicados-3
|
|----------------------------*/

.cont-recono-carru {
    width: 100%;
    height: 900px;
    margin: auto;
    position: relative;
    display: flex;

}

.content-reco1 {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-reco2 {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cont-recono-carru::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background: #ff4458;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.carousel-container-general {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-general {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cardG {
    transition: transform 0.5s, opacity 0.5s;
    position: relative;
}

.cardG img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-card {
    width: 480px;
    height: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative; 
    border-radius: 20px;
    margin-right: -240px;
    overflow: hidden;
}

.preview-card {
    width: 350px;
    height: 300px;
    position: relative; 
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.btn-iz-cer {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 254, 254, 0.727);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    z-index: 99;
}

.btn-de-cer {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 254, 254, 0.727);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    z-index: 99;
}

.cont-txt-reco {
    width: 80%;
}

.titulo2-recono {
    font-family: var(--titulo-font-family);
    font-size: var(--40px);
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


.animacionTxtGen {
    animation: animation-up 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@keyframes animation-up {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width:1495px) {
    .main-card {
        width: 400px;
    }
    .preview-card {
        width: 400px;
    }
}

@media (max-width:1290px) {
    .main-card {
        width: 300px;
        height: 200px;
        margin-right: -105px;
    }
    .preview-card {
        width: 200px;
        height: 170px;
    }
}

@media (max-width:995px) {
    .main-card {
        width: 300px;
        height: 200px;
        margin-right: -135px;
    }
    .preview-card {
        width: 200px;
        height: 150px;
    }
}

@media (max-width:790px) {
    .cont-recono-carru {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 30px;
        min-height: 700px;
    }

    .content-reco1 {
        width: 100%;
        height: 60%;
    }

    .content-reco2 {
        width: 100%;
        height: auto;
    }

    .content-reco2 h3 {
        color: black;
        font-size: var(--24px);
    }

    .content-reco2 p {
        color: black;
    }

    .cont-recono-carru::before {
        height: 170px;
        top: 75%;
    }
    .main-card  {
        width: 80%;
        height: 300px;
    }
}

.cardG.animate-out-main2 {
    animation: slide-out-main2 0.5s forwards;
}

.cardG.animate-in-preview2 {
    animation: slide-in-preview2 0.5s forwards;
}


.cardG1.animate-out-main {
    animation: slide-out-main 0.5s forwards;
}

.cardG1.animate-in-preview {
    animation: slide-in-preview 0.5s forwards;
}


@keyframes slide-out-main {
    from {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    to {
        transform: translateX(-100%) scale(0.8);
        opacity: 0;
    }
}

@keyframes slide-in-preview {
    from {
        transform: translateX(100%) scale(0.8);
        width: auto;
        opacity: 0;
    }
    to {
        transform: translateX(-150px) scale(1);
        width: auto;
        opacity: 1;
    }
}

@keyframes slide-out-main2 {
    from {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    to {
        transform: translateX(-100%) scale(0.8);
        opacity: 0;
    }
}

@keyframes slide-in-preview2 {
    from {
        transform: translateX(100%) scale(0.8);
        width: auto;
        opacity: 0;
    }
    to {
        transform: translateX(-150px) scale(1);
        width: 50%;
        height: auto;
        opacity: 1;
    }
}

@media (max-width:790px) {
    @keyframes slide-in-preview2 {
        from {
            transform: translateX(100%) scale(0.8);
            width: auto;
            opacity: 0;
        }
        to {
            transform: translateX(-100px) scale(1);
            width: 100%;
            opacity: 1;
        }
    }
}

/*--------------------------
|
|   ods
|
|----------------------------*/

.bg-ods {
    background: #20bc34;
}

.cont-ods {
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-carru-ods {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container-ods {
    position: relative;
    width: 90%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-ods {
    width: 100%;
    height: 600px;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.cardOds {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.gridOds {
    width: 70%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 185px);
    grid-template-rows: repeat(3, 185px);
    gap: 10px;
    justify-content: center;
    align-content: center;
}

.itemOds {
    background-color: #ffffff;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    /*border-radius: 4px;*/
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.img-cont-ods {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.img-cont-ods img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    overflow: hidden;
}

.img-cont-ods-before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 247, 194, 0.6);
    /* Color de fondo con transparencia */
    z-index: 1;
    border-radius: 20px;
}

.nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.itemOds:hover {
    cursor: pointer;
}

.ante-ods {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -25px;
}

.sig-ods {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    top: 50%;
    right: 0;
    margin-top: -25px;
}

@media(max-width:1460px) {
    .gridOds {
        width: 95%;
    }
}

@media(max-width:1165px) {
    .carousel-ods {
        height: 500px;
    }
    .gridOds {
        grid-template-columns: repeat(3, 155px);
        grid-template-rows: repeat(3, 155px); 
    }
}

@media(max-width:1094px) {
    .gridOds {
        grid-template-columns: repeat(3, 100px);
        grid-template-rows: repeat(3, 100px); 
    }
}

@media(max-width:992px) {
    .carousel-ods {
        height: 340px;
    }
}

.cont-txt-ods {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cont-text-descrip-ods {
    width: 90%;
}

@media(max-width:768px) {
    .cont-ods {
        flex-direction: column-reverse;
        height: auto;
        gap: 30px;
    }

    .cont-carru-ods {
        width: 100%;
        padding-bottom: 50px;
    }

    .cont-txt-ods {
        width: 100%;
        padding-top: 50px;
    }

    .ods-carrusel-indi {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carrusel-content-mobile {
        width: 90%;
        margin: auto;
    }
}

.cont-text-descrip-ods a {
    color: white;
}

.animacionTexto {
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.w-auto-hidden {
    width: auto;
    overflow: hidden;
    height: 350px;
    margin-top: 30px;
}

/*--------------------------
|
|  menu
|
|----------------------------*/

.cont-menu-rs {
    position: sticky;
    top: 0px;
    z-index: 99;
}

.menu-container {
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    padding: 10px 20px;
    color: black;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.772);
}

.menu-icon {
    animation: heartbeat 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

.cont-menu {
    display: flex;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.menu a:hover {
    color: #7E757C;
    border-radius: 5px;
}

/*.scroll-down {
    top: 72px;
}*/

.menu-top-210 {
    top: 126px;
}

@media (max-width: 1316px) {
    .scroll-down {
        top: 72px;
    }
}

@media (max-width: 1132px) {
    .menu-top-210 {
        top: 117px;
    }
}

@media (max-width: 1047px) {
    .menu-top-210 {
        top: 135px;
    }
}

@media (max-width: 1000px) {
    .menu-top-210 {
        top: 140px;
    }
}

@media (max-width: 995px) {
    .scroll-down {
        top: 57px;
    }
    
}


@media (max-width: 768px) {
    .menu-container {
        overflow-x: auto;
    }

    .cont-menu {
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.animacion-menuRs {
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/*--------------------------
|
|  emopresas con las que se trabaja
|
|----------------------------*/


.cont-empresas-trabajos {
    width: 100%;
    min-height: 900px;
}

.titulo-empresa {
    font-family: var(--titulo-font-family);
    font-size: 3rem;
    text-align: center;
    margin-top: 3rem;
}

.cont-carrusel-traba {
    width: 100%;
    height: 700px;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-reco-carrusel1 {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cont-reco-carrusel1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 400px;
    background: #d60b7e;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

@media(max-width:1255px) {
    .cont-reco-carrusel1::before {
        height: 600px;
    }
}

@media(max-width:845px) {
    .cont-reco-carrusel1 {
        height: 600px;
    }
    .cont-reco-carrusel1::before {
        height: 100%;
    }
}

.content-reco11 {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.carousel-container-general1 {
    position: relative;
    width: 100%;
    height: 400px;
}


.carousel-general1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.cardG1 {
    transition: transform 0.5s, opacity 0.5s;
    position: relative;
}

.cardG1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenedor-card-empresas-view {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-card1 {
    width: 430px;
    height: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative; 
    overflow: hidden;
    border-radius: 20px;
    margin-right: -100px;
}

.preview-card1 {
    width: 250px;
    height: 400px;
    position: relative; 
    z-index: 1;
    overflow: hidden;
    border-radius: 20px
}

.btn-iz-cer1 {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 254, 254, 0.727);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    z-index: 99;
}

.btn-de-cer1 {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 254, 254, 0.727);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    z-index: 99;
}

.content-reco21 {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-text-reco1 {
    width: 95%;
}

.titulo-empresa2 {
    font-family: var(--titulo-font-family);
    font-size: var(--23px);
    font-weight: bold;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.empresaConocer {
    padding: 16px 24px;
    text-align: center;
    background: white;
    border-radius: 30px;
}

@media (max-width:1495px) {
    .main-card1 {
        width: 400px;
    }
    .preview-card1 {
        width: 200px;
    }
}

@media (max-width:1290px) {
    .main-card1 {
        width: 300px;
        margin-right: -11px;
    }
    .preview-card1 {
        width: 150px;
    }
}

@media (max-width:995px) {
    .main-card1 {
        width: 300px;
        height: 400px;
        margin-right: -90px;
    }
    .preview-card1 {
        width: 150px;
        height: 300px;
    }
}

@media (max-width:790px) {
    .titulo-empresa {
        font-size: var(--24px);
    }

    .cont-carrusel-traba {
        margin-top: 0rem;
        height: auto;
        min-height: 800px;
    }

    .cont-reco-carrusel1 {
        flex-direction: column-reverse;
        height: 100%;
        gap: 50px;
        margin-top: 3rem;
        margin-bottom: 4rem;
    }
    .content-reco21 {
        width: 100%;
        height: 50%;
    }
    .content-reco11 {
        width: 100%;
        height: 50%;
    }
    .cont-text-reco1 h3 {
        color: black;
        font-size: var(--24px);
    }
    .cont-text-reco1 p {
        color: black;
        font-size: var(--20px);
    }
    .cont-reco-carrusel1::before {
        height: 170px;
        top: 75%;
    }
    .empresaConocer {
        border: 3px solid #d60b7e;
    }
}

.img-seccion-3-rs {
    width: 100%;
    object-fit: contain;
}

.img-banner-uno-rs {
    width: 100%;
    height: 100%;
    /*aspect-ratio: 16/9;*/
}