@media screen and (max-width: 479px) {
    /*::::::: PAGINA INICIAL ::::::::::::*/

    /*-------------- SECCIÓN INICIAL -----------------*/

    .intro-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        background-color: rgba(19, 23, 42, 0.539);
        /*animation: fadeBackground 1s ease-in-out forwards;
        animation-delay: 2s;/*
        /* Retraso de 4 segundos antes de iniciar */
    }

    #backgroundVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    /* Content overlay styling */
    .content-overlay {
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: -5%;
    }

    .intro-title {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.8rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        letter-spacing: 8px;
        color: #fff;
        margin: 0%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-img {
        width: 45%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-text {
        font-family: 'Helios', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 1.2;
        color: #fff;
        margin: 0%;
        padding-top: 10px;
        padding-bottom: 15px;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    /*.btn-intro {
        opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;
    }

    .btn-intro:hover {
        background-color: #004182;
    }*/

    /*----------------- SECCIÓN NOSOTROS ----------------------*/
    .us-section {
        background-image: url(../image/seiec_background1.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: auto;

    }

    .colarea {
        display:flex;
        flex-direction: column;
    }

    ._colArea {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        padding-top: 0px;
    }

    .Title_leftUs {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3rem;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 8px;
        margin: 0;
        margin-left: 0%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #000;
    }

    .Text_rightUs {
        font-family: 'Helios', sans-serif;
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
        color: #fff;
        padding-left: 0px;
    }

    .videoArea-us {
        padding-top: 5%;
        padding-bottom: 10%;
        width: 100%;
    }

    .videoUs {
        border-radius: 25px;
    }

    /*----------------- SEGUNDA SECCIÓN ----------------------*/
    .section-services {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: auto;

    }

    .col-services {
        display: grid;
        justify-content: center;
        gap: 2rem;
        padding: 15% 0;
    }

    .titleServices {
        font-family: 'TT Bluescreens Normal', sans-serif;
        font-size: 5.2rem;
        text-transform: uppercase;
        letter-spacing: 15px;
        color: #fff;
        margin: 0;
        padding: 10px 0;
    }

    ._linkServices {
        display: inline-block;
        width: 160px;
    }

    ._imgServices {
        width: 80%;
    }

    ._textServices {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        margin: 0;
        padding-top: 10px;
    }

    /*----------------- TERCERA SECCIÓN ----------------------*/
    .section-success {
        background-image: url(../image/seiec_background3.jpg);
        background-size: cover;
        height: auto;
    }

    ._corruselPortfolio {
        gap: 0px;
    }

    ._titleSuccess {
        font-size: 4.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 10px;
        color: #333;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .col-success {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 1rem;
        padding-bottom: 5%;
    }

    .dateText-success {
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .card-carrousel_Text {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #004182;
    }

    .imgCarrousel {
        position: absolute;
        width: 70%;
        top: 30%;
        left: 15%;
        height: auto;
        transition: opacity 0.5s ease-out;
    }

    .carrouselBackgroundCard-1 {
        background-image: url(../image/background_porafolio1.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-2 {
        background-image: url(../image/background_porafolio2.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-3 {
        background-image: url(../image/background_porafolio3.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-4 {
        background-image: url(../image/background_porafolio4.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-5 {
        background-image: url(../image/background_porafolio5.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-6 {
        background-image: url(../image/background_porafolio6.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-7 {
        background-image: url(../image/background_porafolio7.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-8 {
        background-image: url(../image/background_porafolio8.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-9 {
        background-image: url(../image/background_porafolio9.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-10 {
        background-image: url(../image/background_porafolio10.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-11 {
        background-image: url(../image/background_porafolio11.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-12 {
        background-image: url(../image/background_porafolio12.jpg);
        background-size: cover;
    }

    ._contentCard {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    .infoCard-carrousel {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.5s ease-out;
        background-color: #000000b5;
    }

    ._contentCard:hover .imgCarrousel {
        opacity: 0; /* Oculta la imagen */
    }

    ._contentCard:hover .infoCard-carrousel {
        opacity: 1;
    }

    .titleCard-corrousel {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.5rem;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        color: #fff;
        margin: 0;
        padding: 24px;
    }

    .textCard-carrousel {
        font-family: 'Helios', sans-serif;
        font-size: 1rem;
        text-align: left;
        color: #fff;
        margin: 0;
        margin-bottom: 30px;
        padding: 0 24px;
    }

    .col-servicesArea {
        display: grid;
        grid-template-columns: 1.8fr 1fr;
        gap: 2rem;
    }

    .dialogTitle {
        font-size: 4rem;
        text-transform: uppercase;
        color: #333;
        margin: 0 20%;
        padding-bottom: 1rem;
    }

    .textForm-area {
        text-align: left;
        margin: 0;
        padding-bottom: 5px;
    }

    .col-projectAreas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .title-actions {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        margin: 0;
        padding-bottom: 20px;
    }

    .text-actions {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-align: left;
    }

    /* ------------------- FOTTER ------------------------ */
    .section-footer {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        height: auto;
    }

    .responsive-iframe {
        width: 100%;
        /* Se ajusta al ancho del contenedor */
        height: auto;
        /* Ajusta la altura automáticamente */
        min-height: 400px;
        /* Evita que se vuelva demasiado pequeño */
        border: none;
        /* Opcional: Elimina el borde */
        border-radius: 8px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    ._titleFooter {
        font-size: 4rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.1;
        color: #fff;
        margin: 0%;
        padding-top: 10%;
        padding-bottom: 3%;
    }

    .buttonWhatsapp {
        text-align: center;
        padding: 15px 0;
    }

    .btn-whatsapp {
        font-family: "TT Bluescreens Bold", serif;
        font-size: 2rem;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
        background-color: #4fc364;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        display: inline-block;
        padding: 0 3.5rem;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: background-color 0.2s ease-out;
    }

    .col-footer {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        gap: 2rem;
    }

    .social-media {
        padding-top: 5%;
        padding-bottom: 10%;
    }

    footer .social-link {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 2%;
    }

    .footer-imgSocial {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .footer-imgSocial:hover {
        transform: scale(1.1);
    }

    .copyright-text {
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
   /*::::::: PAGINA INICIAL ::::::::::::*/

    /*-------------- SECCIÓN INICIAL -----------------*/

    .intro-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        background-color: rgba(19, 23, 42, 0.539);
        /*animation: fadeBackground 1s ease-in-out forwards;
        animation-delay: 2s;/*
        /* Retraso de 4 segundos antes de iniciar */
    }

    #backgroundVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    /* Content overlay styling */
    .content-overlay {
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: -5%;
    }

    .intro-title {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 5.8rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 0.9;
        letter-spacing: 8px;
        color: #fff;
        margin: 0 15%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-img {
        width: 35%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-text {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1.2;
        color: #fff;
        margin: 0 11%;
        padding-top: 10px;
        padding-bottom: 15px;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    /*.btn-intro {
        opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;
    }

    .btn-intro:hover {
        background-color: #004182;
    }*/

    /*----------------- SECCIÓN NOSOTROS ----------------------*/
    .us-section {
        background-image: url(../image/seiec_background1.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: auto;

    }

    .colarea {
        display:flex;
        flex-direction: column;
    }

    ._colArea {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding-top: 10px;
    }

    .Title_leftUs {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 2.1rem;
        text-transform: uppercase;
        text-align: right;
        letter-spacing: 8px;
        margin: 0;
        margin-left: 10%;
        padding-right: 30px;
        border-right: 2px solid #000;
    }

    .Text_rightUs {
        font-family: 'Helios', sans-serif;
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
        padding-left: 30px;
    }

    .videoArea-us {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 50%;
    }

    .videoUs {
        border-radius: 25px;
    }

    /*----------------- SEGUNDA SECCIÓN ----------------------*/
    .section-services {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: 100vh;

    }

    .col-services {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

    .titleServices {
        font-family: 'TT Bluescreens Normal', sans-serif;
        font-size: 5.2rem;
        text-transform: uppercase;
        letter-spacing: 15px;
        color: #fff;
        margin: 0;
        padding: 50px 0;
    }

    ._linkServices {
        display: inline-block;
        width: 160px;
    }

    ._imgServices {
        width: 80%;
    }

    ._textServices {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        margin: 0;
        padding-top: 10px;
    }

    /*----------------- TERCERA SECCIÓN ----------------------*/
    .section-success {
        background-image: url(../image/seiec_background3.jpg);
        background-size: cover;
        height: auto;
    }

    ._corruselPortfolio {
        gap: 0px;
    }

    ._titleSuccess {
        font-size: 6.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 10px;
        color: #333;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .col-success {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 1rem;
        padding-bottom: 5%;
    }

    .dateText-success {
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .card-carrousel_Text {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #004182;
    }

    .imgCarrousel {
        position: absolute;
        width: 70%;
        top: 30%;
        left: 15%;
        height: auto;
        transition: opacity 0.5s ease-out;
    }

    .carrouselBackgroundCard-1 {
        background-image: url(../image/background_porafolio1.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-2 {
        background-image: url(../image/background_porafolio2.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-3 {
        background-image: url(../image/background_porafolio3.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-4 {
        background-image: url(../image/background_porafolio4.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-5 {
        background-image: url(../image/background_porafolio5.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-6 {
        background-image: url(../image/background_porafolio6.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-7 {
        background-image: url(../image/background_porafolio7.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-8 {
        background-image: url(../image/background_porafolio8.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-9 {
        background-image: url(../image/background_porafolio9.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-10 {
        background-image: url(../image/background_porafolio10.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-11 {
        background-image: url(../image/background_porafolio11.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-12 {
        background-image: url(../image/background_porafolio12.jpg);
        background-size: cover;
    }

    ._contentCard {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    .infoCard-carrousel {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.5s ease-out;
        background-color: #000000b5;
    }

    ._contentCard:hover .imgCarrousel {
        opacity: 0; /* Oculta la imagen */
    }

    ._contentCard:hover .infoCard-carrousel {
        opacity: 1;
    }

    .titleCard-corrousel {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.5rem;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        color: #fff;
        margin: 0;
        padding: 24px;
    }

    .textCard-carrousel {
        font-family: 'Helios', sans-serif;
        font-size: 1rem;
        text-align: left;
        color: #fff;
        margin: 0;
        margin-bottom: 30px;
        padding: 0 24px;
    }

    .col-servicesArea {
        display: grid;
        grid-template-columns: 1.8fr 1fr;
        gap: 2rem;
    }

    .dialogTitle {
        font-size: 4rem;
        text-transform: uppercase;
        color: #333;
        margin: 0 20%;
        padding-bottom: 1rem;
    }

    .textForm-area {
        text-align: left;
        margin: 0;
        padding-bottom: 5px;
    }

    .col-projectAreas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .title-actions {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        margin: 0;
        padding-bottom: 20px;
    }

    .text-actions {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-align: left;
    }

    /* ------------------- FOTTER ------------------------ */
    .section-footer {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        height: auto;
    }

    .responsive-iframe {
        width: 100%;
        /* Se ajusta al ancho del contenedor */
        height: auto;
        /* Ajusta la altura automáticamente */
        min-height: 400px;
        /* Evita que se vuelva demasiado pequeño */
        border: none;
        /* Opcional: Elimina el borde */
        border-radius: 8px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    ._titleFooter {
        font-size: 4.7rem;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.1;
        color: #fff;
        margin: 0%;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .buttonWhatsapp {
        text-align: left;
        padding-bottom: 20px;
    }

    .btn-whatsapp {
        font-family: "TT Bluescreens Bold", serif;
        font-size: 2rem;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
        background-color: #4fc364;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        display: inline-block;
        padding: 0 3.5rem;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: background-color 0.2s ease-out;
    }

    .col-footer {
        display: grid;
        grid-template-columns: 2fr 1fr;
        justify-items: center;
        align-items: center;
        gap: 1rem;
    }

    .social-media {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    footer .social-link {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 2%;
    }

    .footer-imgSocial {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .footer-imgSocial:hover {
        transform: scale(1.1);
    }

    .copyright-text {
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    /*::::::: PAGINA INICIAL ::::::::::::*/

    /*-------------- SECCIÓN INICIAL -----------------*/

    .intro-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        background-color: rgba(19, 23, 42, 0.539);
        /*animation: fadeBackground 1s ease-in-out forwards;
        animation-delay: 2s;/*
        /* Retraso de 4 segundos antes de iniciar */
    }

    #backgroundVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    /* Content overlay styling */
    .content-overlay {
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: -5%;
    }

    .intro-title {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 5.8rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 0.9;
        letter-spacing: 8px;
        color: #fff;
        margin: 0 15%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-img {
        width: 35%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-text {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1.2;
        color: #fff;
        margin: 0 11%;
        padding-top: 10px;
        padding-bottom: 15px;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    /*.btn-intro {
        opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;
    }

    .btn-intro:hover {
        background-color: #004182;
    }*/

    /*----------------- SECCIÓN NOSOTROS ----------------------*/
    .us-section {
        background-image: url(../image/seiec_background1.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: auto;

    }

    .colarea {
        display:flex;
        flex-direction: column;
    }

    ._colArea {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding-top: 10px;
    }

    .Title_leftUs {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 2.1rem;
        text-transform: uppercase;
        text-align: right;
        letter-spacing: 8px;
        margin: 0;
        margin-left: 10%;
        padding-right: 30px;
        border-right: 2px solid #000;
    }

    .Text_rightUs {
        font-family: 'Helios', sans-serif;
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
        padding-left: 30px;
    }

    .videoArea-us {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 50%;
    }

    .videoUs {
        border-radius: 25px;
    }

    /*----------------- SEGUNDA SECCIÓN ----------------------*/
    .section-services {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: 100vh;

    }

    .col-services {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

    .titleServices {
        font-family: 'TT Bluescreens Normal', sans-serif;
        font-size: 5.2rem;
        text-transform: uppercase;
        letter-spacing: 15px;
        color: #fff;
        margin: 0;
        padding: 50px 0;
    }

    ._linkServices {
        display: inline-block;
        width: 160px;
    }

    ._imgServices {
        width: 80%;
    }

    ._textServices {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        margin: 0;
        padding-top: 10px;
    }

    /*----------------- TERCERA SECCIÓN ----------------------*/
    .section-success {
        background-image: url(../image/seiec_background3.jpg);
        background-size: cover;
        height: auto;
    }

    ._corruselPortfolio {
        gap: 0px;
    }

    ._titleSuccess {
        font-size: 6.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 10px;
        color: #333;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .col-success {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 1rem;
        padding-bottom: 5%;
    }

    .dateText-success {
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .card-carrousel_Text {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #004182;
    }

    .imgCarrousel {
        position: absolute;
        width: 70%;
        top: 30%;
        left: 15%;
        height: auto;
        transition: opacity 0.5s ease-out;
    }

    .carrouselBackgroundCard-1 {
        background-image: url(../image/background_porafolio1.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-2 {
        background-image: url(../image/background_porafolio2.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-3 {
        background-image: url(../image/background_porafolio3.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-4 {
        background-image: url(../image/background_porafolio4.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-5 {
        background-image: url(../image/background_porafolio5.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-6 {
        background-image: url(../image/background_porafolio6.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-7 {
        background-image: url(../image/background_porafolio7.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-8 {
        background-image: url(../image/background_porafolio8.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-9 {
        background-image: url(../image/background_porafolio9.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-10 {
        background-image: url(../image/background_porafolio10.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-11 {
        background-image: url(../image/background_porafolio11.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-12 {
        background-image: url(../image/background_porafolio12.jpg);
        background-size: cover;
    }

    ._contentCard {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    .infoCard-carrousel {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.5s ease-out;
        background-color: #000000b5;
    }

    ._contentCard:hover .imgCarrousel {
        opacity: 0; /* Oculta la imagen */
    }

    ._contentCard:hover .infoCard-carrousel {
        opacity: 1;
    }

    .titleCard-corrousel {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.5rem;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        color: #fff;
        margin: 0;
        padding: 24px;
    }

    .textCard-carrousel {
        font-family: 'Helios', sans-serif;
        font-size: 1rem;
        text-align: left;
        color: #fff;
        margin: 0;
        margin-bottom: 30px;
        padding: 0 24px;
    }

    .col-servicesArea {
        display: grid;
        grid-template-columns: 1.8fr 1fr;
        gap: 2rem;
    }

    .dialogTitle {
        font-size: 4rem;
        text-transform: uppercase;
        color: #333;
        margin: 0 20%;
        padding-bottom: 1rem;
    }

    .textForm-area {
        text-align: left;
        margin: 0;
        padding-bottom: 5px;
    }

    .col-projectAreas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .title-actions {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        margin: 0;
        padding-bottom: 20px;
    }

    .text-actions {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-align: left;
    }

    /* ------------------- FOTTER ------------------------ */
    .section-footer {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        height: auto;
    }

    .responsive-iframe {
        width: 100%;
        /* Se ajusta al ancho del contenedor */
        height: auto;
        /* Ajusta la altura automáticamente */
        min-height: 400px;
        /* Evita que se vuelva demasiado pequeño */
        border: none;
        /* Opcional: Elimina el borde */
        border-radius: 8px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    ._titleFooter {
        font-size: 4.7rem;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.1;
        color: #fff;
        margin: 0%;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .buttonWhatsapp {
        text-align: left;
        padding-bottom: 20px;
    }

    .btn-whatsapp {
        font-family: "TT Bluescreens Bold", serif;
        font-size: 2rem;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
        background-color: #4fc364;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        display: inline-block;
        padding: 0 3.5rem;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: background-color 0.2s ease-out;
    }

    .col-footer {
        display: grid;
        grid-template-columns: 2fr 1fr;
        justify-items: center;
        align-items: center;
        gap: 1rem;
    }

    .social-media {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    footer .social-link {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 2%;
    }

    .footer-imgSocial {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .footer-imgSocial:hover {
        transform: scale(1.1);
    }

    .copyright-text {
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    /*::::::: PAGINA INICIAL ::::::::::::*/

    /*-------------- SECCIÓN INICIAL -----------------*/

    .intro-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        background-color: rgba(19, 23, 42, 0.539);
        /*animation: fadeBackground 1s ease-in-out forwards;
        animation-delay: 2s;/*
        /* Retraso de 4 segundos antes de iniciar */
    }

    #backgroundVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    /* Content overlay styling */
    .content-overlay {
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: -5%;
    }

    .intro-title {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 5.8rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 0.9;
        letter-spacing: 8px;
        color: #fff;
        margin: 0 15%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-img {
        width: 35%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-text {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1.2;
        color: #fff;
        margin: 0 11%;
        padding-top: 10px;
        padding-bottom: 15px;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    /*.btn-intro {
        opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;
    }

    .btn-intro:hover {
        background-color: #004182;
    }*/

    /*----------------- SECCIÓN NOSOTROS ----------------------*/
    .us-section {
        background-image: url(../image/seiec_background1.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: auto;

    }

    .colarea {
        display:flex;
        flex-direction: column;
    }

    ._colArea {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding-top: 10px;
    }

    .Title_leftUs {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 2.1rem;
        text-transform: uppercase;
        text-align: right;
        letter-spacing: 8px;
        margin: 0;
        margin-left: 10%;
        padding-right: 30px;
        border-right: 2px solid #000;
    }

    .Text_rightUs {
        font-family: 'Helios', sans-serif;
        font-size: 14px;
        line-height: 1.2;
        text-align: justify;
        padding-left: 30px;
    }

    .videoArea-us {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 50%;
    }

    .videoUs {
        border-radius: 25px;
    }

    /*----------------- SEGUNDA SECCIÓN ----------------------*/
    .section-services {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: 100vh;

    }

    .col-services {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }

    .titleServices {
        font-family: 'TT Bluescreens Normal', sans-serif;
        font-size: 5.2rem;
        text-transform: uppercase;
        letter-spacing: 15px;
        color: #fff;
        margin: 0;
        padding: 50px 0;
    }

    ._linkServices {
        display: inline-block;
        width: 160px;
    }

    ._imgServices {
        width: 80%;
    }

    ._textServices {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        margin: 0;
        padding-top: 10px;
    }

    /*----------------- TERCERA SECCIÓN ----------------------*/
    .section-success {
        background-image: url(../image/seiec_background3.jpg);
        background-size: cover;
        height: auto;
    }

    ._corruselPortfolio {
        gap: 0px;
    }

    ._titleSuccess {
        font-size: 6.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 10px;
        color: #333;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .col-success {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 1rem;
        padding-bottom: 5%;
    }

    .dateText-success {
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .card-carrousel_Text {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #004182;
    }

    .imgCarrousel {
        position: absolute;
        width: 70%;
        top: 30%;
        left: 15%;
        height: auto;
        transition: opacity 0.5s ease-out;
    }

    .carrouselBackgroundCard-1 {
        background-image: url(../image/background_porafolio1.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-2 {
        background-image: url(../image/background_porafolio2.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-3 {
        background-image: url(../image/background_porafolio3.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-4 {
        background-image: url(../image/background_porafolio4.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-5 {
        background-image: url(../image/background_porafolio5.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-6 {
        background-image: url(../image/background_porafolio6.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-7 {
        background-image: url(../image/background_porafolio7.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-8 {
        background-image: url(../image/background_porafolio8.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-9 {
        background-image: url(../image/background_porafolio9.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-10 {
        background-image: url(../image/background_porafolio10.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-11 {
        background-image: url(../image/background_porafolio11.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-12 {
        background-image: url(../image/background_porafolio12.jpg);
        background-size: cover;
    }

    ._contentCard {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    .infoCard-carrousel {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.5s ease-out;
        background-color: #000000b5;
    }

    ._contentCard:hover .imgCarrousel {
        opacity: 0; /* Oculta la imagen */
    }

    ._contentCard:hover .infoCard-carrousel {
        opacity: 1;
    }

    .titleCard-corrousel {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.5rem;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        color: #fff;
        margin: 0;
        padding: 24px;
    }

    .textCard-carrousel {
        font-family: 'Helios', sans-serif;
        font-size: 1rem;
        text-align: left;
        color: #fff;
        margin: 0;
        margin-bottom: 30px;
        padding: 0 24px;
    }

    .col-servicesArea {
        display: grid;
        grid-template-columns: 1.8fr 1fr;
        gap: 2rem;
    }

    .dialogTitle {
        font-size: 4rem;
        text-transform: uppercase;
        color: #333;
        margin: 0 20%;
        padding-bottom: 1rem;
    }

    .textForm-area {
        text-align: left;
        margin: 0;
        padding-bottom: 5px;
    }

    .col-projectAreas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .title-actions {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        margin: 0;
        padding-bottom: 20px;
    }

    .text-actions {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-align: left;
    }

    /* ------------------- FOTTER ------------------------ */
    .section-footer {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        height: auto;
    }

    .responsive-iframe {
        width: 100%;
        /* Se ajusta al ancho del contenedor */
        height: auto;
        /* Ajusta la altura automáticamente */
        min-height: 400px;
        /* Evita que se vuelva demasiado pequeño */
        border: none;
        /* Opcional: Elimina el borde */
        border-radius: 8px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    ._titleFooter {
        font-size: 4.7rem;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.1;
        color: #fff;
        margin: 0%;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .buttonWhatsapp {
        text-align: left;
        padding-bottom: 20px;
    }

    .btn-whatsapp {
        font-family: "TT Bluescreens Bold", serif;
        font-size: 2rem;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
        background-color: #4fc364;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        display: inline-block;
        padding: 0 3.5rem;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: background-color 0.2s ease-out;
    }

    .col-footer {
        display: grid;
        grid-template-columns: 2fr 1fr;
        justify-items: center;
        align-items: center;
        gap: 1rem;
    }

    .social-media {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    footer .social-link {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 2%;
    }

    .footer-imgSocial {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .footer-imgSocial:hover {
        transform: scale(1.1);
    }

    .copyright-text {
        font-weight: 700;
        color: #fff;
        margin: 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    /*::::::: PAGINA INICIAL ::::::::::::*/

    /*-------------- SECCIÓN INICIAL -----------------*/

    .intro-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        background-color: rgba(19, 23, 42, 0.539);
        /*animation: fadeBackground 1s ease-in-out forwards;
        animation-delay: 2s;/*
        /* Retraso de 4 segundos antes de iniciar */
    }

    #backgroundVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    /* Content overlay styling */
    .content-overlay {
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: -5%;
    }

    .intro-title {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 5.8rem;
        text-transform: uppercase;
        text-align: center;
        line-height: 0.9;
        letter-spacing: 8px;
        color: #fff;
        margin: 0 15%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-img {
        width: 25%;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    .intro-text {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1.2;
        color: #fff;
        margin: 0 11%;
        padding-top: 10px;
        padding-bottom: 15px;
        /*opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;*/
    }

    /*.btn-intro {
        opacity: 0;
        animation: fadeIn 1s ease-out forwards;
        animation-delay: 2s;
    }

    .btn-intro:hover {
        background-color: #004182;
    }*/

    /*----------------- SECCIÓN NOSOTROS ----------------------*/
    .us-section {
        background-image: url(../image/seiec_background1.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: 100vh;

    }

    .colarea {
        display:flex;
        flex-direction: column;
    }

    ._colArea {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding-top: 0px;
    }

    .Title_leftUs {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 4.2rem;
        text-transform: uppercase;
        text-align: right;
        letter-spacing: 8px;
        margin: 0;
        margin-left: 10%;
        padding-right: 30px;
        border-right: 2px solid #000;
    }

    .Text_rightUs {
        font-family: 'Helios', sans-serif;
        font-size: 1.3rem;
        line-height: 1.2;
        text-align: justify;
        padding-left: 30px;
    }

    .videoArea-us {
        padding-top: 8%;
        width: 50%;
    }

    .videoUs {
        border-radius: 25px;
    }

    /*----------------- SEGUNDA SECCIÓN ----------------------*/
    .section-services {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        display: flex;
        height: 100vh;

    }

    .col-services {
        display: flex;
        justify-content: space-between;
        gap: 4rem;
    }

    .titleServices {
        font-family: 'TT Bluescreens Normal', sans-serif;
        font-size: 5.2rem;
        text-transform: uppercase;
        letter-spacing: 15px;
        color: #fff;
        margin: 0;
        padding: 50px 0;
    }

    ._linkServices {
        display: inline-block;
        width: 160px;
    }

    ._imgServices {
        width: 80%;
    }

    ._textServices {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        margin: 0;
        padding-top: 10px;
    }

    /*----------------- TERCERA SECCIÓN ----------------------*/
    .section-success {
        background-image: url(../image/seiec_background3.jpg);
        background-size: cover;
        height: auto;
    }

    ._corruselPortfolio {
        gap: 0px;
    }

    ._titleSuccess {
        font-size: 6.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 10px;
        color: #333;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .col-success {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        gap: 1rem;
        padding-bottom: 5%;
    }

    .dateText-success {
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .card-carrousel_Text {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #004182;
    }

    .imgCarrousel {
        position: absolute;
        width: 70%;
        top: 30%;
        left: 15%;
        height: auto;
        transition: opacity 0.5s ease-out;
    }

    .carrouselBackgroundCard-1 {
        background-image: url(../image/background_porafolio1.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-2 {
        background-image: url(../image/background_porafolio2.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-3 {
        background-image: url(../image/background_porafolio3.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-4 {
        background-image: url(../image/background_porafolio4.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-5 {
        background-image: url(../image/background_porafolio5.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-6 {
        background-image: url(../image/background_porafolio6.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-7 {
        background-image: url(../image/background_porafolio7.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-8 {
        background-image: url(../image/background_porafolio8.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-9 {
        background-image: url(../image/background_porafolio9.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-10 {
        background-image: url(../image/background_porafolio10.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-11 {
        background-image: url(../image/background_porafolio11.jpg);
        background-size: cover;
    }

    .carrouselBackgroundCard-12 {
        background-image: url(../image/background_porafolio12.jpg);
        background-size: cover;
    }

    ._contentCard {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    .infoCard-carrousel {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.5s ease-out;
        background-color: #000000b5;
    }

    ._contentCard:hover .imgCarrousel {
        opacity: 0; /* Oculta la imagen */
    }

    ._contentCard:hover .infoCard-carrousel {
        opacity: 1;
    }

    .titleCard-corrousel {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.5rem;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        color: #fff;
        margin: 0;
        padding: 24px;
    }

    .textCard-carrousel {
        font-family: 'Helios', sans-serif;
        font-size: 1rem;
        text-align: left;
        color: #fff;
        margin: 0;
        margin-bottom: 30px;
        padding: 0 24px;
    }

    .col-servicesArea {
        display: grid;
        grid-template-columns: 1.8fr 1fr;
        gap: 2rem;
    }

    .dialogTitle {
        font-size: 4rem;
        text-transform: uppercase;
        color: #333;
        margin: 0 20%;
        padding-bottom: 1rem;
    }

    .textForm-area {
        text-align: left;
        margin: 0;
        padding-bottom: 5px;
    }

    .col-projectAreas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .title-actions {
        font-family: 'TT Bluescreens Bold', sans-serif;
        font-size: 3.8rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1;
        margin: 0;
        padding-bottom: 20px;
    }

    .text-actions {
        font-family: 'Helios', sans-serif;
        font-size: 1.2rem;
        text-align: left;
    }

    /* ------------------- FOTTER ------------------------ */
    .section-footer {
        background-image: url(../image/seiec_background2.jpg);
        background-size: cover;
        text-align: center;
        height: auto;
    }

    .responsive-iframe {
        width: 100%;
        /* Se ajusta al ancho del contenedor */
        height: auto;
        /* Ajusta la altura automáticamente */
        min-height: 400px;
        /* Evita que se vuelva demasiado pequeño */
        border: none;
        /* Opcional: Elimina el borde */
        border-radius: 8px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    ._titleFooter {
        font-size: 4.7rem;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.1;
        color: #fff;
        margin: 0%;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .buttonWhatsapp {
        text-align: left;
    }

    .btn-whatsapp {
        font-family: "TT Bluescreens Bold", serif;
        font-size: 2rem;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
        background-color: #4fc364;
        cursor: pointer;
        border: none;
        border-radius: 25px;
        display: inline-block;
        padding: 0 3.5rem;
        height: 40px;
        line-height: 40px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: background-color 0.2s ease-out;
    }

    .col-footer {
        display: grid;
        grid-template-columns: 2fr 1fr;
        justify-items: center;
        align-items: center;
        gap: 1rem;
    }

    .social-media {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    footer .social-link {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 2%;
    }

    .footer-imgSocial {
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .footer-imgSocial:hover {
        transform: scale(1.1);
    }

    .copyright-text {
        font-weight: 700;
        margin: 0;
        padding-bottom: 10px;
    }
}