
@font-face {
    font-family: 'helveticaLtCd';
    src: url('../fonts/HelveticaNeueLTStd-LtCn.otf');
}

@font-face {
    font-family: 'helveticaBdCd';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.otf');
}
@font-face {
    font-family: 'helveticaMd';
    src: url('../fonts/HelveticaNeue.ttc');
}
@font-face {
    font-family: 'outfit';
    src: url('../fonts/Outfit-VariableFont_wght.ttf');
}

/* Móvil (menos de 576px) */
@media (max-width: 575.98px) {
   .logo-header {
        width: 274px !important;
        height: 49px !important;
    }
    .img-gif-header {
        width: 56px !important;
        height: 32px !important;
        top: 0px !important;
        right: 0 !important;
    }
    .cont-btn-home {
        width: 100%;
    }
    .info-2-footer h2 {
        margin-top: 20px;
    }
    .info-3-footer h2 {
        margin-top: 20px;
    }
    .cnt-logo-footer {
        text-align: left;
    }
    .cnt-header-contacto {
    width: 80%;
    }
    .ctn-txt-nuestro-valores {
    display: inline-block;
    }
    .tabla-plantas td {
        font-size: 7.8px;
    }
    .cnt-icon-redes {
        width: 100%;
    }
}

/* Tablet (576px a 768px) */
@media (min-width: 576px) and (max-width: 990.98px) {
   /*  .logo-header {
        width: 548px;
    } */
    .cont-btn-home {
        width: 50%;
    }
    .info-2-footer h2 {
        margin-top: 20px;
    }
    .info-3-footer h2 {
        margin-top: 20px;
    }
    .cnt-logo-footer {
        text-align: left;
    }
    .cnt-header-contacto {
    width: 65%; 
    }
    .tabla-plantas td {
        font-size: 12.5px;
    }
    .cnt-icon-redes {
        width: 50%;
    }
}

/* Desktop (768px en adelante) */

@media (min-width: 991px) {
    /* .logo-header {
        width: 548px;
    } */
    .cont-btn-home {
        width: 70%;
    }
    .info-2-footer h2 {
        margin-top: 70px;
    }
    .info-3-footer h2 {
        margin-top: 70px;
    }
    .cnt-logo-footer {
        text-align: right;
    }
    .cnt-header-contacto {
    width: 65%;
    }
    .ctn-txt-nuestro-valores {
    display: flex;
    justify-content: space-between;
    }
    .tabla-plantas td {
        font-size: 18px;
    }
    .cnt-icon-redes {
        width: 50%;
    }
}
footer {
    color: #fff;
}
#menu {
    background: url('../asset/back-header.png')no-repeat center bottom;
    background-size: cover;
}
#menu-clientes {
    background: none;
}
.txt-1 {
    font-size: clamp(1rem, 12vw, 12rem); /* Mínimo, preferido, máximo */;
    text-align: center;
    color: #fff;
}

#btn-menu {
    width: 32px;
    height: 32px;
    background: url('../asset/btn-menu.png')no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
#menu-desplegable {
    width: 360px;
    height: auto;
    text-align: left;
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    display: none;
}
#menu-desplegable a {
    text-decoration: none;
    color: #000;
}
#menu-desplegable li {
    width: 100%;
    height: 32px;
    border-bottom: 2px solid #8e8e8e;
    border-top: 2px solid transparent;
    padding-left: 28px;
}
.menu-sec-main {
    background-color: #243e91;
    color: #fff;
    border-bottom: 2px solid #fff !important;
     padding-left: 15px !important;
}
.cont-1 {
    background: url('../asset/back-content.png')no-repeat center center;
    background-size: contain;
}
#clientes {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.btn-cotizar {
    margin: 10px 0;
}
.btn-manual {
    margin: 10px 0;
}

.footer {
    background: #234090 url('../asset/back-footer.png')no-repeat center center;
    background-size: cover;
}
.footer-info h1 {
    font-family: 'helveticaBdCd';
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.footer-info ul {
    font-family: 'helveticaLtCd';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.list-1-footer li:nth-child(1) {
    list-style-image: url('../asset/icon-correo.png');
}
.list-1-footer li:nth-child(2) {
    list-style-image: url('../asset/icon-telefono.png');
}
.list-1-footer li:nth-child(3) {
    list-style-image: url('../asset/icon-what.png');
}
.list-1-footer li:nth-child(4) {
    list-style-image: url('../asset/icon-ubi.png');
}
.list-2-footer li:nth-child(1) {
    list-style-image: url('../asset/icon-correo.png');
}
.list-2-footer li:nth-child(2) {
    list-style-image: url('../asset/icon-telefono.png');
}
.list-2-footer li:nth-child(3) {
    list-style-image: url('../asset/icon-what.png');
}
.list-2-footer li:nth-child(4) {
    list-style-image: url('../asset/icon-ubi.png');
}

.info-1-footer p {
    font-family: 'helveticaMd';
    font-size: 36px;
}
.info-1-footer ul {
    width: 100%;
    font-family: 'helveticaLtCd';
    font-size: 14px;
    line-height: 18px;
}
.info-1-footer ul li:nth-child(1){
    list-style-image: url('../asset/icon-correo.png');
}
.info-1-footer ul li:nth-child(2), .info-1-footer ul li:nth-child(3) {
    list-style-image: url('../asset/icon-telefono.png');
}
.info-1-footer ul li:nth-child(4){
    list-style-image: url('../asset/icon-ubi.png');
}
.info-1-footer h2 {
    width: 100%;
    font-family: 'helveticaBdCd';
    font-size: 14px;
    line-height: 18px;
}
.info-2-footer ul {
    width: 100%;
    font-family: 'helveticaLtCd';
    font-size: 14px;
    line-height: 18px;
}
.info-2-footer ul li:nth-child(1){
    list-style-image: url('../asset/icon-correo.png');
}
.info-2-footer ul li:nth-child(2), .info-2-footer ul li:nth-child(3) {
    list-style-image: url('../asset/icon-telefono.png');
}
.info-2-footer ul li:nth-child(4){
    list-style-image: url('../asset/icon-ubi.png');
}
.info-2-footer h2 {
    width: 100%;
    font-family: 'helveticaBdCd';
    font-size: 14px;
    line-height: 18px;
}
.info-3-footer p {
    width: 100%;
    font-family: 'helveticaLtCd';
    font-size: 14px;
    line-height: 18px;
}
.info-3-footer h2 {
    width: 100%;
    font-family: 'helveticaBdCd';
    font-size: 14px;
    line-height: 18px;
}
.text-info-aviso {
    width: 90%;
    font-family: 'helveticaLtCd';
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-align: center;
    margin: 0 auto;
}
.ctn-logo-header {
    position: relative;
}
.logo-header {
    width: 548px;
    height: 98px;
    background: url('../asset/logo-header.png')no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}
.img-gif-header {
    width: 117px;
    height: 66px;
    /* background-color: rgba(255,0,0,0.2); */
    background: url('../asset/29b.gif')no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.carousel-control-next-icon {
    background: url('../asset/flecha-carrusel.png')no-repeat;
    background-size: contain;
}
.carousel-control-prev-icon {
    background: url('../asset/flecha-carrusel.png')no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.carousel-indicators [data-bs-target] {
    background-color: #243e91;
}
.cnt-video_institucional {
    background: url('../asset/back-fondo-video.png')no-repeat center center;
    background-size: contain;
}
/* -------------------------------------------------------------------------------------------------Clientes */
.titulo-clientes {
    width: 150px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
/* -------------------------------------------------------------------------------------------------certificaciones */
.titulo-certificaciones {
    width: 220px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
.cnt-certificaciones {
    width: 90%;
    background-color: rgba(36, 110, 163, 0.5);
    border-radius: 20px;
    border: 8px solid #246ea3;
    padding: 30px 0;
}
#certificaciones {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.txt-1-certificados {
    width: 90%;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin: 0 auto;
    border-radius: 10px 0 10px 0;
}
/* -------------------------------------------------------------------------------------------------casos-exito */
.titulo-casos-exito {
    width: 220px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
.cnt-casos-exito {
    width: 70%;
    background-color: rgba(36, 110, 163, 0.5);
    border-radius: 20px;
    border: 8px solid #246ea3;
    padding: 30px 20px;
}
.titulo-casos-cnt {
    width: 70%;
}
#casos-exito {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.list-casos-1 {
    text-align: left;
    font-family: 'helveticaLtCd';
    font-size: 24px;
    line-height: 30px;
    list-style-image: url('../asset/icon-play.png');
}
.list-casos-1 li {
    margin-bottom: 5px;
}
.list-casos-1 li a {
    text-decoration: none;
    color: #000;
}
.list-casos-2 li a {
    text-decoration: none;
    color: #000;
}
.list-casos-2 {
    text-align: left;
    font-family: 'helveticaLtCd';
    font-size: 24px;
    line-height: 30px;
    list-style-image: url('../asset/icon-play.png');
}
.list-casos-2 li {
    margin-bottom: 5px;
}
/* -------------------------------------------------------------------------------------------------casetas-acusticas */
#casetas-acusticas {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-casetas-acusticas {
    width: 250px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
.info-casetas {
    width: 80%;
}
.info-casetas h1 {
     font-family: 'helveticaBdCd';
     font-size: 18px;
     color: #243e91;
}
.info-casetas ul {
    width: 80%;
    font-family: 'helveticaLtCd';
    font-size: 18px;
    line-height: 24px;
}
.info-casetas p {
     font-family: 'helveticaLtCd';
     font-size: 18px;
}
.info-casetas p strong {
    color: #243e91;
}
#btn-plano-casetas {
    width: 121px;
    height: 121px;
    background: url('../asset/btn-plano-general-casetas-acusticas.png');
    background-size: contain;
    margin: 50px auto 0 auto;
}
#btn-recomendaciones-limpieza {
    width: 151px;
    height: 121px;
    background: url('../asset/btn-recomendaciones-limpieza.png');
    background-size: contain;
    margin: 50px auto 0 auto;
}
/* -------------------------------------------------------------------------------------------------remolques */
#remolques {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-remolques {
    width: 220px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
.info-remolques h1 {
    width: 80%;
    font-family: 'helveticaBdCd';
     font-size: 25px;
     line-height: 27px;
     text-align: left;
     color: #243e91;
}
.info-remolques ul {
    width: 90%;
    font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}
.nota-remolques {
     font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
    color: #000;
}
.btn-chatea {
    width: 158px;
    height: 89px;
    background: url('../asset/btn-cli-chatea.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-chatea:hover, .btn-chatea:active {
    background: url('../asset/btn-cli-chatea-on.png')no-repeat;
    background-size: contain;
}
.btn-casos-exito {
    width: 255px;
    height: 89px;
    background: url('../asset/btn-cli-casos-de-exito.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-casos-exito:hover, .btn-casos-exito:active {
    width: 255px;
    height: 89px;
    background: url('../asset/btn-cli-casos-de-exito-on.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-videos {
    width: 255px;
    height: 89px;
    background: url('../asset/btn-cli-video.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-videos:hover, .btn-videos:active {
    width: 255px;
    height: 89px;
    background: url('../asset/btn-cli-video-on.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-todos-los-productos {
    width: 335;
    height: 89px;
    background: url('../asset/btn-todos-los-productos.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-todos-los-productos:hover, .btn-todos-los-productos:active {
    width: 335;
    height: 89px;
    background: url('../asset/btn-todos-los-productos-on.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-clientes {
    width: 255px;
    height: 89px;
    background: url('../asset/btn-clientes.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.btn-clientes:hover, .btn-clientes:active {
    width: 255px;
    height: 89px;
    background: url('../asset/btn-clientes-on.png')no-repeat;
    background-size: contain;
    margin: 0 auto;
}
/* -------------------------------------------------------------------------------------------------equipos_especiales */
#equipos_especiales {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-equipos_especiales {
    width: 260px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
/* -------------------------------------------------------------------------------------------------contacto */
#contacto {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-contacto {
    width: 260px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
.header-contacto {
    display: flex;
    align-items: center;
}
/* -------------------------------------------------------------------------------------------------sucursales */
.info-sucursales {
    width: 70%;
    font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin: 20px auto 0 auto;
}
/* -------------------------------------------------------------------------------------------------nosotros */
#nosotros {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-nosotros {
    width: 260px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
   /*  margin: 0 auto; */
}
.list-1-nosotros {
    font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
    color: #000;
    text-align: left;
}
.list-1-nosotros li strong {
     font-family: 'helveticaBdCd';
     color: #243e91;
}
.info-nosotros h1 {
    font-family: 'helveticaBdCd';
    font-size: 24px;
    line-height: 26px;
    color: #243e91;
}
.info-nosotros p {
    width: 85%;
    font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
    color: #000;
    text-align: left;
}
.txt-2-nosotros {
    font-family: 'helveticaBdCd';
    font-size: 24px;
    line-height: 26px;
    color: #243e91;
}
.ctn-txt-nuestro-valores {
    font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
    color: #000;
}
.ctn-txt-nuestro-valores img {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* -------------------------------------------------------------------------------------------------plantas-electricas */
#plantas-electricas {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.header-capacidad {
    background-color: #00aaff;
    font-family: 'helveticaBdCd';
    font-size: 24px;
    line-height: 26px;
}
#capacidad {
    font-family: 'helveticaLtCd';
    font-size: 17px;
    line-height: 24px;
}
.titulo-plantas-electricas {
    width: 260px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}
.img-gif-planta {
    min-width: 80%;
}
.tabla-plantas {
    width: 90%;
    background-color: #243e91;
    color: #fff;
    margin: 0 auto;
    border-radius: 10px;
}
.tabla-plantas td {
    height: 35px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.txt-secciones {
    font-family: 'helveticaBdCd';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.tabla-plantas td img {
    cursor: pointer;
}
.none-border {
    border-left: none !important;
    border-right: none !important;
}
.txt-bold {
     font-family: 'helveticaBdCd';
}
.titulo-info-planta {
    font-family: 'outfit';
    font-size: 30px;
    color: #243e91;
    padding: 10px 10px;
}
.titulo-info-planta span {
    width: 350px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
}
.info-planta {
    width: 330px;
    height: auto;
    padding: 30px 20px;
    background-color: #ebebeb;
    border: 5px solid #243e91;
    border-radius: 20px;
    margin: 0 auto;
}
.txt-info-tabla-bold {
    font-family: 'helveticaBdCd';
    font-size: 24px;
    line-height: 26px;
    color: #243e91;
}
.txt-info-tabla {
    font-family: 'helveticaLtCd';
    font-size: 18px;
    line-height: 22px;
    color: #243e91;
}
.w-info {
    width: 230px;
}
.btn-especificaciones {
    width: 211px;
    height: 47px;
    background: url('../asset/btn-especificaciones.png') no-repeat;
    background-size: contain;
    margin: 20px auto 20px auto;
    cursor: pointer;
}
.btn-ficha-emisiones {
    width: 211px;
    height: 47px;
    background: url('../asset/btn-ficha-emisiones.png') no-repeat;
    background-size: contain;
    margin: 20px auto 20px auto;
    cursor: pointer;
}
.btn-ficha-tecnica-motor {
    width: 211px;
    height: 47px;
    background: url('../asset/btn-ficha-tecnica-motor.png') no-repeat;
    background-size: contain;
    margin: 20px auto 20px auto;
    cursor: pointer;
}
.btn-ficha-tecnica-generador {
    width: 211px;
    height: 47px;
    background: url('../asset/btn-ficha-tecnica-generador.png') no-repeat;
    background-size: contain;
    margin: 20px auto 20px auto;
    cursor: pointer;
}
.btn-plano {
    width: 211px;
    height: 47px;
    background: url('../asset/btn-plano.png') no-repeat;
    background-size: contain;
    margin: 20px auto 20px auto;
    cursor: pointer;
}
.cnt-info-plantas {
    background: url('../asset/back-info-plantas.png')no-repeat center center;
    background-size: cover;
}
.btn-regresar {
    width: 179px;
    height: 43px;
    background: url('../asset/btn-regresar.png')no-repeat;
    background-size: contain;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.popUp-plantas {
    display: none;
}
#liena-025G4D0023:hover, #liena-025G4D0023:active {
    background-color: #246ea3 !important;
}
#liena-033G2D0036:hover, #liena-033G2D0036:active {
    background-color: #246ea3 !important;
}
#liena-033G18D0042:hover, #liena-033G18D0042:active {
    background-color: #246ea3 !important;
}
#liena-033G17D0053:hover, #liena-033G17D0053:active {
    background-color: #246ea3 !important;
}
#liena-033G12D0063:hover, #liena-033G12D0063:active {
    background-color: #246ea3 !important;
}
#liena-059G6D0082:hover, #liena-059G6D0082:active {
    background-color: #246ea3 !important;
}
#liena-059G6D0110:hover, #liena-059G6D0110:active {
    background-color: #246ea3 !important;
}
#liena-059G6D0138:hover, #liena-059G6D0138:active {
    background-color: #246ea3 !important;
}
#liena-070G5D0212:hover, #liena-070G5D0212:active {
    background-color: #246ea3 !important;
}
#liena-090G3D0267:hover, #liena-090G3D0267:active {
    background-color: #246ea3 !important;
}
#liena-090G5D0311:hover, #liena-090G5D0311:active {
    background-color: #246ea3 !important;
}
#liena-120G12D0361:hover, #liena-120G12D0361:active {
    background-color: #246ea3 !important;
}
#liena-130G5D0450:hover, #liena-130G5D0450:active {
    background-color: #246ea3 !important;
}
#liena-150G9D0500:hover, #liena-150G9D0500:active {
    background-color: #246ea3 !important;
}
#liena-280G5D0616:hover, #liena-280G5D0616:active {
    background-color: #246ea3 !important;
}
#liena-230G3D0820:hover, #liena-230G3D0820:active {
    background-color: #246ea3 !important;
}
#liena-300G3D0915:hover, #liena-300G3D0915:active {
    background-color: #246ea3 !important;
}
#liena-300G4D1016:hover, #liena-300G4D1016:active {
    background-color: #246ea3 !important;
}
#liena-500G3D1260:hover, #liena-500G3D1260:active {
    background-color: #246ea3 !important;
}
#liena-500G9D1545:hover, #liena-500G9D1545:active {
    background-color: #246ea3 !important;
}
#liena-600G6D2048:hover, #liena-600G6D2048:active {
    background-color: #246ea3 !important;
}
#liena-780G8D2560:hover, #liena-780G8D2560:active {
    background-color: #246ea3 !important;
}

/* -------------------------------------------------------------------------------------------------todos-los-productos */
#todos-los-productos {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-todos-los-productos {
    width: 260px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
   /*  margin: 0 auto; */
}
/* .botones-todos-los-productos {
    margin-left: 10px;
    margin-right: 10px;
} */

/* -------------------------------------------------------------------------------------------------videos */
#videos {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-videos {
    width: 200px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
   /*  margin: 0 auto; */
}
 /* Header principal */
        .main-header {
            text-align: center;
            color: white;
            margin-bottom: 50px;
        }
        
        .main-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .main-header p {
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        /* Contenedor de proyectos */
        .projects-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* Tarjeta de proyecto */
        .project-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            cursor: pointer;
        }
        
        .project-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        }
        
        /* Imagen del proyecto */
        .project-image {
            position: relative;
            overflow: hidden;
            height: 250px;
            background: #f0f0f0;
        }
        
        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .project-card:hover .project-image img {
            transform: scale(1.05);
        }
        
        /* Overlay con ícono de video */
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .project-card:hover .video-overlay {
            opacity: 1;
        }
        
        .play-icon {
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #0a1a3a;
            transition: transform 0.3s ease;
        }
        
        .play-icon:hover {
            transform: scale(1.1);
            background: white;
        }
        
        /* Información del proyecto */
        .project-info {
            padding: 20px;
        }
        
        .project-number {
            display: inline-block;
            background: #0a1a3a;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .project-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
            margin-bottom: 10px;
        }
        
        .project-location {
            color: #666;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .project-location i {
            color: #0a1a3a;
        }
        
        /* Modal personalizado */
        .custom-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.9);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            animation: fadeIn 0.3s ease;
        }
        
        .custom-modal.active {
            display: flex;
        }
        
        .modal-content {
            position: relative;
            max-width: 90%;
            width: 800px;
            background: black;
            border-radius: 15px;
            overflow: hidden;
            animation: slideInUp 0.4s ease;
        }
        
        .modal-header {
            background: #0a1a3a;
            color: white;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .modal-header h3 {
            margin: 0;
            font-size: 1.2rem;
        }
        
        .close-modal {
            background: none;
            border: none;
            color: white;
            font-size: 28px;
            cursor: pointer;
            transition: transform 0.3s;
        }
        
        .close-modal:hover {
            transform: scale(1.1);
            color: #ffd700;
        }
        
        .modal-body {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
        }
        
        .modal-body iframe,
        .modal-body video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            body {
                padding: 20px 15px;
            }
            
            .main-header h1 {
                font-size: 1.8rem;
            }
            
            .project-image {
                height: 200px;
            }
            
            .project-title {
                font-size: 1rem;
            }
            
            .modal-content {
                width: 95%;
            }
        }
        
        /* Loading spinner */
        .loading-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 2rem;
        }
/* -------------------------------------------------------------------------------------------------cotizador */
#cotizador {
    background: url('../asset/back-clientes.png')no-repeat top center;
    background-size: contain;
}
.titulo-cotizador {
    width: 200px;
    padding: 10px 10px;
    background-color: #243e91;
    font-family: 'outfit';
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
   /*  margin: 0 auto; */
}

.form-container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            overflow: hidden;
        }
        
        .form-header {
            background: #0a1a3a;
            color: white;
            padding: 25px 30px;
            text-align: center;
        }
        
        .form-header h2 {
            margin: 0;
            font-size: 28px;
            font-weight: 700;
        }
        
        .form-header p {
            margin: 10px 0 0;
            opacity: 0.9;
        }
        
        .form-body {
            padding: 30px;
        }
        
        .form-label {
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }
        
        .form-control, .form-select {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px 15px;
            transition: all 0.3s;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: #243e91;
            box-shadow: 0 0 0 0.2rem rgba(10, 26, 58, 0.25);
        }
        
        .required-field::after {
            content: " *";
            color: red;
            font-weight: bold;
        }
        
        .btn-enviar {
            background: #243e91;
            color: white;
            border: none;
            padding: 14px 30px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s;
            width: 100%;
            margin-top: 20px;
        }
        
        .btn-enviar:hover {
            background: #1a2a4a;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .btn-enviar:disabled {
            background: #6c757d;
            cursor: not-allowed;
            transform: none;
        }
        
        .btn-group-custom {
            display: flex;
            gap: 15px;
            margin-top: 10px;
            margin-bottom: 5px;
            flex-wrap: wrap;
        }
        
        .btn-opcion {
            flex: 1;
            padding: 12px;
            border: 2px solid #243e91;
            background: white;
            color: #243e91;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s;
            cursor: pointer;
            font-size: 14px;
        }
        
        .btn-opcion:hover {
            background: #243e91;
            color: white;
            transform: translateY(-2px);
        }
        
        .btn-opcion.active {
            background: #243e91;
            color: white;
            box-shadow: 0 5px 15px rgba(10,26,58,0.3);
        }
        
        .alert-message {
            margin-top: 20px;
            display: none;
        }
        
        textarea.form-control {
            resize: vertical;
            min-height: 100px;
        }
        
        .recaptcha-note {
            font-size: 12px;
            color: #666;
            text-align: center;
            margin-top: 15px;
        }
        
        hr {
            margin: 25px 0;
        }
        
        .destino-seleccionado {
            margin-top: 10px;
            font-size: 14px;
            color: #243e91;
            font-weight: 500;
            text-align: center;
        }
        
        @media (max-width: 768px) {
            .form-body {
                padding: 20px;
            }
            
            .btn-group-custom {
                flex-direction: column;
                gap: 10px;
            }
            
            .form-header h2 {
                font-size: 24px;
            }
            
            .btn-opcion {
                padding: 10px;
            }
        }
        
        .loading {
            display: none;
            text-align: center;
            margin-top: 20px;
        }
        
        .spinner-border {
            width: 1.5rem;
            height: 1.5rem;
        }
        
        .destino-badge {
            background: #e9ecef;
            padding: 8px 15px;
            border-radius: 20px;
            display: inline-block;
        }

/* -------------------------------------------------------------------------------------------------hitec */   
.back-naranja {
    background-color: #e9530e;
}
.back-gris {
    background-color: #e6e6e6;
}
#text1_hitec {
    width: 80%;
    font-family: 'helveticaBdCd';
	font-size: 26px;
	line-height: 28px;
    color: #fff;
    margin: 0 auto 15px auto;
}
#text2_hitec {
    width: 80%;
    font-family: 'helveticaLtCd';
	font-size: 17px;
	line-height: 18px;
    text-align: justify;
	color: #fff;
    margin: 0 auto;
}
.text3_hitec {
    width: 80%;
    font-family: 'helveticaBdCd';
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
}
#text4_hitec {
    width: 80%;
    font-family: 'helveticaBdCd';
	font-size: 26px;
	line-height: 28px;
    color: #e9530e;
    margin: 0 auto 15px auto;
}
#text5_hitec {
    width: 80%;
    font-family: 'helveticaLtCd';
	font-size: 17px;
	line-height: 18px;
    text-align: justify;
	color: #4d4d4d;
    margin: 0 auto;
}
#text5_hitec li {
    margin-bottom: 7px;
}
.btn-hitec {
    width: 250px;
    height: auto;
    background-color: #e9530e;
    font-family: 'helveticaBdCd';
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin: 15px auto 0 auto;
    
}
.btn-hitec p {
    padding: 10px 0;
}
.cnt-power {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.power_2700 {
	width: 142px;
	height: 231px;
	background: url('../asset/power_2700.png')no-repeat;
	background-size: 142px 231px;
    margin: 10px 20px;
}
.power_3600 {
	width: 142px;
	height: 231px;
	background: url('../asset/power_3600.png')no-repeat;
	background-size: 142px 231px;
    margin: 10px 20px;
}
.back-power {
    background: url('../asset/back_sec_hitec.jpg')no-repeat;
    background-size: cover;
}
.back-power a {
    text-decoration: none;
}
/* 
#box1_hitec {
	width: 100%;
	height: 350px;
}
.content_hitec {
	width: 960px;
	height: 350px;
	margin: 0 auto 0 auto;
}
#img_hitec {
	width: 894px;
	height: 269px;
	background-image: url('../asset/img_hitec.png');
	background-size: 894px 269px;
	margin: 0 auto 0 auto;
	position: relative;
}

#box2_hitec {
	width: 100%;
	height: 330px;
	background-color: #e9530e;
}
#planta_hitec {
	width: 480px;
	height: 332px;
	background-image: url('../asset/planta_hitec.png');
	background-size: 480px 332px;
	margin-top: -1px;
	display: inline-block;
	float: left;
}

#box3_hitec {
	width: 100%;
	height: 730px;
	background-color: #fff;
}
#tabla_hitec {
	width: 988px;
	height: 506px;
	background-image: url(../img/tabla_hitec.png);
	background-size: 988px 506px;
	margin: 30px auto;
}
#text_tabla_hitec {
		width: 800px;
		font-family: "Helvetica Neue", Helvetica, sans-serif; 
		font-size: 18px;
		line-height: 21px;
		font-style: italic;
		font-weight: bold;
		text-align: justify;
		margin: -10px auto 0 auto;
}
#box4_hitec {
	width: 100%;
	height: 330px;
	background-color: #e6e6e6;
}
#planta2_hitec {
	width: 501px;
	height: 331px;
	background-image: url(../img/planta2_hitec.png);
	background-size: 501px 331px;
	margin-top: -1px;
	display: inline-block;
	float: left;
}
#text2_hitec {
	width: 380px;
	font-family: "Helvetica Neue", Helvetica, sans-serif; 
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
	color: #e9530e;
	height: 25px;
	float: left;
	margin: 47px 0 0 32px;
}
#list_hitec { 
	width: 400px;
	font-family: "Helvetica Neue", Helvetica, sans-serif; 
	font-size: 18px;
	line-height: 20px;
	color: #4d4d4d;
	float: left;
	margin: 40px 0 0 10px;
}
#list_hitec li span {
	font-size: 14px !important;
}
#box5_hitec {
	width: 100%;
	height: 330px;
	background: url(../img/back_sec_hitec.jpg)no-repeat;
	background-size: contain;
}

#content_btn_hitec {
	width: 280px;
	height: 130px;
	margin-top: 105px;
	display: inline-block;
	float: left;
}
#btn_libro_hitec {
	width: 270px;
	display: inline-block;
	background-color: #e9530e;
	border: none;
	font-family: 'helvetivaLtCn'; 
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 15px 15px 10px 15px;
	cursor: pointer;
	margin-top: 20px;
}
#btn_libro_hitec:active {
	opacity: 0.9;
	color: #000;
} 
#btn_caso_hitec {
	width: 270px;
	display: block;
	background-color: #e9530e;
	border: none;
	font-family: 'helvetivaLtCn'; 
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 15px 15px 10px 15px;
	cursor: pointer;
	clear: left;
}
#btn_caso_hitec:active {
	opacity: 0.9;
	color: #000;
} 
#content_img_hitec {
	width: 370px;
	height: 240px;
	display: inline-block;
	float: left;
	margin: 52px 0 0 202px;

}
#power_2700 {
	width: 142px;
	height: 231px;
	background: url(../img/power_2700.png)no-repeat;
	background-size: 142px 231px;
	float: left;
	margin-right: 70px;
}
#power_3600 {
	width: 142px;
	height: 231px;
	background: url(../img/power_3600.png)no-repeat;
	background-size: 142px 231px;
	float: left;
}

#box1_casos_hitec {
	width: 100%;
	height: 990px;
	background-size: contain;
	position: relative;
}
#titulo_casos_hitec  {
	width: 961px;
	height: 56px;
	background: url(../img/pleca_titulo_casos_hitec.png)no-repeat;
	background-size: 961px 61px;
	overflow: visible;
	font-family: 'AlatsiReg';
	font-size: 35px;
	padding: 5px 0 0 15px;
	color: #fff;
	margin: 65px auto 0 auto;
	display: inline-block;
}
#list_casos_hitec {
	width: 890px;
	height: 750px;
	list-style: none;
	position: relative;
	margin: 60px auto 0 auto;
}
#list_casos_hitec li {
	width: 142px;
	height: 300px;
	float: left;
	margin: 0 15px 20px 15px;
}
#list_casos_hitec li p {
	width: 142px;
	font-family: 'AlatsiReg';
	font-size: 20px;
	line-height: 20px;
	color: #e9530e;
	text-align: center;
}
#list_casos_hitec li div:hover {
	opacity: 0.7;
	color: #000;
}
.pdf_casos_hitec {
	width: 142px;
	height: 201px;
}
#img1_pdf_casos_hitec {
	background: url(../img/img1_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img2_pdf_casos_hitec {
	background: url(../img/img2_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img3_pdf_casos_hitec {
	background: url(../img/img3_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img4_pdf_casos_hitec {
	background: url(../img/img4_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img5_pdf_casos_hitec {
	background: url(../img/img5_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img6_pdf_casos_hitec {
	background: url(../img/img6_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img7_pdf_casos_hitec {
	background: url(../img/img7_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img8_pdf_casos_hitec {
	background: url(../img/img8_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img9_pdf_casos_hitec {
	background: url(../img/img9_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#img10_pdf_casos_hitec {
	background: url(../img/img10_pdf_casos_hitec.png)no-repeat;
	background-size: 142px 201px;
}
#logo_hitec_power {
	width: 241px;
	height: 107px;
	background: url(../img/logo_hitec_power.png)no-repeat;
	background-size: 241px 107px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.content_hitec_libro {
	width: 100%;
	height: 681px;
	background: url(../img/content_hitec_libro.png)no-repeat 0 50px;
	background-size: contain;
	margin: 60px auto 0 auto;
}
#box1_libro_hitec {
	width: 100%;
	height: 681px;
	background-size: contain;
	position: relative;
}
#titulo_libro_hitec  {
	width: 961px;
	height: 56px;
	background: url(../img/pleca_titulo_libro_hitec.png)no-repeat;
	background-size: 961px 61px;
	overflow: visible;
	font-family: 'AlatsiReg';
	font-size: 35px;
	padding: 5px 0 0 15px;
	color: #fff;
	margin: 0 auto 0 auto;
}
#list_libro_hitec {
	width: 990px;
	height: 550px;
	list-style: none;
	position: relative;
	margin: 30px auto 0 auto;
}
#list_libro_hitec li {
	width: 161px;
	height: 201px;
	float: left;
	margin: 0 15px 20px 15px;
}
#list_libro_hitec li:hover {
	opacity: 0.8;
}
.pdf_libro_hitec {
	width: 161px;
	height: 201px;
}
#img1_pdf_libro_hitec {
	background: url(../img/img1_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img2_pdf_libro_hitec {
	background: url(../img/img2_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img3_pdf_libro_hitec {
	background: url(../img/img3_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img4_pdf_libro_hitec {
	background: url(../img/img4_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img5_pdf_libro_hitec {
	background: url(../img/img5_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img6_pdf_libro_hitec {
	background: url(../img/img6_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img7_pdf_libro_hitec {
	background: url(../img/img7_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#img8_pdf_libro_hitec {
	background: url(../img/img8_pdf_libro_hitec.png)no-repeat;
	background-size: 161px 201px;
}
#logo_hitec_power_white {
	width: 241px;
	height: 107px;
	background: url(../img/logo_hitec_power_white.png)no-repeat;
	background-size: 241px 107px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#video_hitec {
	position: absolute;
	top: 30px;
	right: 0px;
}      */