@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONRAMP';
    src: url('fonts/ONRAMP.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    background: #e9ebea;
    margin: 0 0;
}


.dmen {
    padding: 0.4vw 0.25vw;
    background-color: white;
    position: absolute;
    left: 65.6vw;
    top: 6.5vw;
    border-radius: 0.4vw;
    display: none; /* Cambiar a flexbox para centrar fácilmente */
    flex-direction: column; /* Coloca los elementos en una columna */
    align-items: baseline; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    text-align: left; /* Asegura que el texto esté centrado */
}

.dmen div {
    margin: 0.15vw 0.5vw; /* Opcional: espacio entre los enlaces */
}

.dmen a {
    text-align: left;
    text-decoration: none; /* Opcional: elimina subrayado */
    color:#002e48; /* Opcional: estilo del texto */
    font-family: 'Gotham', sans-serif;
    font-size: 0.7vw;
}

.dmen a:hover{
    color: #F89C31;
}



.bk1{
    padding-bottom: 10.4vw;
    background-image: url(Elementosci8/coverDesk.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.bk11{
    padding-bottom: 10.4vw;
    background-image: url(Elementosci8/coverMetald.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.bk12{
    padding-bottom: 10.4vw;
    background-image: url(Elementosci8/coverDryDesk.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.bk13{
    padding-bottom: 10.4vw;
    background-image: url(Elementosci8/coverCeilingDesk.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.bk14{
    padding-bottom: 10.4vw;
    background-image: url(Elementos/coverEmpresa.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.botmentel{
    display: none;
}


.navbar{
    margin-left: 10.15vw;
    padding: 3.3vw 0vw;
    display: flex;   
}

.LogPrin img{
    width: 9.2vw;
}


.elemen{
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.089); 
    max-height: 2.5vw;
    border-radius: 0.5vw;

    margin-left: 41.5vw;
    margin-top: 0.98vw;

    display: flex;
    overflow: hidden;
    align-items: center;
    
}


.bele {
    margin-left: 0.5vw;
    max-height: 1vw;
    overflow: hidden;
    
}

.bele a{
    padding: 0vw 1.1vw;
    font-size: 0.7vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 520;
    text-decoration: none;
    color: #002e48;
    display: block;
    transition: color 0.3s ease; /* Removed the extra comma */
}

.belei a {
    display: flex; /* Make the link a flex container */
    align-items: center; /* Center items vertically */
    text-decoration: none; /* Remove underline from link */
}

.bele a:hover, .belei span:hover{
    color: #F89C31;
}

.belei span{
    transition: color 0.3s ease; /* Removed the extra comma */
}

.phone-text {
    font-size: 0.7vw; /* Font size */
    font-family: 'Gotham', sans-serif;
    font-weight: 520;
    color: #2b5642;
    margin-top: 0vw; /* Raise the text */
}

.telmen {
    margin-left: 1.45vw;
    width: 1.2vw; /* Image width */
    margin-right: 0.4vw; /* Space to the right */
}

.beleim img{
    margin-top: 0.1vw;
    margin-right: 0.55vw;
    width: 1.6vw;
    display: block;

}

.sep1m{
    margin-left: 2.2vw;
}

.sep2m{
    margin-left: 1.8vw;
}

.TT1, .TT1PA{
   padding-top: 0.6vw;
   padding-left: 15.3vw;
   color: white;
   line-height: 5vw;

}

.TTT1{
    font-size: 1.11vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 550;
    margin-bottom: -2vw;
}

.TTT2{
    font-size: 6.2vw;
    font-family: 'ONRAMP', sans-serif;
    font-weight: 200;
}


.TTT22{
    font-size: 2.2vw;
    font-family: 'ONRAMP', sans-serif;
    font-weight: 200;
}

.TTT3{
    margin-top: -1.5vw;
    font-size: 6.2vw;
    font-family: 'ONRAMP', sans-serif;
    font-weight: 100;
    margin-bottom: -1vw;
}

.BTT1{
    padding-top: 2vw;
    display: flex;
}

.BTT1 button {
    font-family: 'Gotham', sans-serif;
    background-color: #e77b00;
    font-size: 0.7vw;
    border-radius: 0.5vw;
    padding: 0.55vw 1.6vw;
    border-style: none;
    font-weight: 500;
    transition: background-color 0.3s ease; /* Removed the extra comma */
}

.naranjatex{
    color: #e77b00;
    display: inline; /* Asegura que el texto "NOW" esté en la misma línea */

}

.targ1:hover .BTT1 button {
    background-color: #F89C31;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.targ2:hover .BTT1 button {
    background-color: #F89C31;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.targ3:hover .BTT1 button {
    background-color: #F89C31;
    transition: background-color 0.3s ease, color 0.3s ease;
}




.BTT1 button:hover, .BTT2 button:hover, .BTT3 button:hover{
    background-color: #F89C31;
}


.BTT2 {
    padding-top: 0.7vw;
    display: flex;
}

.BTT2 button {
    font-family: 'Gotham', sans-serif;
    background-color: #e77b00;
    font-size: 0.7vw;
    border-radius: 0.5vw;
    padding: 0.55vw 2.35vw;
    border-style: none;
    color: #002337;
    font-weight: 500;
    transition: background-color 0.3s ease; /* Removed the extra comma */
}


.sepbut{
    padding-left: 1.935vw;
}

.bk2{
    background-image: url(Elementosci8/forma1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -4.1vw;
    padding-bottom: 4.1vw;
}

.bk22{
    background-image: url(Elementosci8/forma2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -4.1vw;
    padding-bottom: 4.1vw;
}

.gr1{
    color: white;
    margin-left: 15.7vw;
    margin-right: 11.5vw;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    grid-template-rows: auto; /* 1 row */
}

.TG1{
   margin-top: 8.1vw;
}

.TA1{
    font-family: 'ONRAMP', sans-serif;
    font-size: 2.65vw;
    padding-left: 0.1vw;
    padding-right: 1vw;
}

.TA2{
    font-family: 'Gotham', sans-serif;
    padding-top: 0.7vw;
    padding-left: 0.15vw;
    line-height: 1.3vw;
    font-size: 0.95vw;
    padding-right: 8vw;
    padding-bottom: 0.3vw;
}

.TG2{
    margin-top: 4vw;
 }

.gr2 {
    margin-left: -2.35vw;
    padding-top: 6.6vw;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas de igual ancho */
    grid-template-rows: 1fr 1fr;    /* Dos filas de igual alto */
    column-gap: 3vw; /* Espacio horizontal entre columnas */
    row-gap: 0.7vw;  /* Espacio vertical entre filas */
}



.gr21 {
    margin-left: -8.35vw;
    padding-top: 3.6vw;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas de igual ancho */
    grid-template-rows: 1fr 1fr;    /* Dos filas de igual alto */
    column-gap: 3vw; /* Espacio horizontal entre columnas */
    row-gap: 0.7vw;  /* Espacio vertical entre filas */
}





.EleCal {
    display: flex;
    align-items: center;    /* Centra verticalmente la imagen y el texto */
    padding-left: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    text-align: left; /* Asegura que el texto esté alineado a la izquierda */
}

.ImgContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Ajusta el tamaño para adaptarse a las imágenes */
    width: 4.5vw; /* Ajusta el tamaño para adaptarse a las imágenes */
}

.ImgContainer img {
    max-width: 3.3vw;
    height: auto;
}

.TextCal {
    margin-top: -0.5vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 600;
    font-size: 0.86vw;
    letter-spacing: 0.02vw;
    color: #002e48;
    line-height: 0.3vw; /* Ajusta la altura de línea para un mejor espaciado del texto */
    margin-left: 1.2vw; /* Ajusta la distancia entre el contenedor de la imagen y el texto */
}

.TextCalp {
    margin-top: -0.5vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 0.86vw;
    letter-spacing: 0.02vw;
    line-height: 0.3vw; /* Ajusta la altura de línea para un mejor espaciado del texto */
    margin-left: 1.2vw; /* Ajusta la distancia entre el contenedor de la imagen y el texto */
}


.bk3{
    margin: 0 15.9vw;
    margin-top: 6.1vw;
}



.TBK1{
    font-family: 'ONRAMP', sans-serif;
    font-size: 2.65vw;
    color: #002e48;
}

.TBK2{
    font-family: 'Gotham', sans-serif;
    font-size: 0.98vw;
    font-weight: 400;
    padding-top: 0.65vw;
    line-height: 1.15vw;
    margin-right: 40vw;
    margin-left: 12vw;
    color: #707070;
}

.TBK2p{
    font-family: 'Gotham', sans-serif;
    font-size: 0.98vw;
    font-weight: 400;
    padding-top: 0.65vw;
    line-height: 1.15vw;
    margin-right: 40vw;
    margin-left: 0vw;
    color: #002e48;
}

.TBK4p{
    font-family: 'Gotham', sans-serif;
    font-size: 0.98vw;
    font-weight: 400;
    padding-top: 0.65vw;
    line-height: 1.15vw;
    margin-right: 40vw;
    margin-left: 0.75vw;
    color: #002e48;
}

.TBK1p-container {
    display: flex;
    align-items: center;
    margin-left: -3vw;
    margin-right: 0vw;
    margin-bottom: 3vw;
}

.TBK1-container {
    display: flex;
    align-items: center;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
    margin-bottom: 3vw;
}

.TBK2-container {
    display: flex;
    align-items: center;
    margin-left: 12vw;
    margin-right: 12vw;
}

.TBK2p-container {
    display: flex;
    align-items: center;
    margin-left: 0vw;
    margin-right: 0vw;
}


.TBK5p-container {
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    margin-left: 0.7vw;
    margin-right: 0vw;
}


.divider {
    flex-grow: 1;
    border: none;
    height: 0.10vw;
    background-color: #d6d6d6;
    margin-left: 2.5vw;
    margin-right: 1vw;

}





.grid-container2 {
    display: grid;
    grid-template-columns: 1.37fr 1fr; /* Dos columnas con la proporción especificada */
    gap: 2vw; /* Espacio entre la imagen y el texto */
    align-items: center; /* Alinea el contenido al centro */
    padding-top: 5vw; /* Ajusta el padding superior si es necesario */
    max-width: 1200px; /* Limita el ancho máximo para centrar */
    margin: 0 auto; /* Centra todo el contenedor */
}

.image2 img {
    width: 100%;
    border-radius: 0.7vw; /* Esquinas redondeadas en las imágenes */
}

.title-right {
    text-align: right;
    padding-bottom: 0.8vw;
    font-size: 1.8em; /* Ajustar según sea necesario */
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end; /* Alinea el contenido a la derecha */
}

.text-container p {
    padding-left: 1.3vw;
    margin: 5px 0; /* Ajusta el espacio entre párrafos */
    text-align: justify; /* Alineación del texto */
}

.horizontal-divider {
    width: 57vw; /* Abarca todo el ancho */
    height: 1px; /* Línea delgada */
    background-color: #ccc; /* Color gris claro para la línea */
    margin-bottom: -8vw;
}







.acotar{
    margin-top: 3.65vw;
    margin-left: -3vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;    /* Dos filas de igual alto */
    column-gap: 1vw; /* Espacio horizontal entre columnas */
    margin-right: -3vw;

}

.targ1,
.targ2,
.targ3  {
    position: relative; /* Necesario para el posicionamiento de los pseudo-elementos */
    max-width: 24.8vw;
    height: 31.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; /* Cambia el cursor para indicar que es clickeable */

    padding: 1vw;
    overflow: hidden; /* Evita que el contenido se desborde */
    border-radius: 10px; /* Establece un borde redondeado */
}

.image-container {
    position: absolute; /* Posiciona la imagen de fondo de forma absoluta */
    top: 0; /* Alinea en la parte superior */
    left: 0; /* Alinea a la izquierda */
    right: 0; /* Alinea a la derecha */
    bottom: 0; /* Alinea en la parte inferior */
    background-repeat: no-repeat;
    background-size: cover; /* Mantiene la imagen ajustada al contenedor */
    background-position: center; /* Centra la imagen de fondo */
    z-index: -1; /* Envía el pseudo-elemento detrás del contenido */
    transition: transform 0.5s ease-in-out; /* Suaviza la transición del escalado */
}

.targ1 .image-container {
    background-image: url(Elementosci8/Desk-Metal.webp); /* Imagen de fondo para .targ1 */
}

.targ2 .image-container {
    background-image: url(Elementosci8/Desk-Dry.webp); /* Imagen de fondo para .targ2 */
}

.targ1:hover .image-container,
.targ2:hover .image-container {
    transform: scale(1.1); /* Aumenta el tamaño del fondo al hacer hover */
    clip-path: inset(0 round 10px); /* Mantiene los bordes redondeados */
}


.image-container {
    position: absolute; /* Posiciona la imagen de fondo de forma absoluta */
    top: 0; /* Alinea en la parte superior */
    left: 0; /* Alinea a la izquierda */
    right: 0; /* Alinea a la derecha */
    bottom: 0; /* Alinea en la parte inferior */
    background-image: url(Elementosci8/Desk-ceiling.webp); /* Establece la imagen de fondo */
    background-repeat: no-repeat;
    background-size: cover; /* Mantiene la imagen ajustada al contenedor */
    background-position: center; /* Centra la imagen de fondo */
    z-index: -1; /* Envía el pseudo-elemento detrás del contenido */
    transition: transform 0.5s ease-in-out; /* Suaviza la transición del escalado */
    border-radius: 10px; /* Asegúrate de que la imagen de fondo también tenga bordes redondeados */
}

.targ3:hover .image-container {
    transform: scale(1.1); /* Aumenta el tamaño del fondo al hacer hover */
    clip-path: inset(0 round 10px); /* Mantiene los bordes redondeados */
}

.ajusindus{
    margin: 1vw 11.65vw;
}


.listindus{
    margin-bottom: 4vw;
    display: flex;
    justify-content: space-between;
    padding: 2vw;
    margin-right: 20vw;
    font-size: 1.1vw;
    color: #002e48;
    font-weight: 600;
    font-family: 'Gotham', sans-serif;
    line-height: 1.7vw;
}

.listindus li::marker {
    color: #f28125;
}

.ATB1 {
    color: white;
    display: flex;
    margin-left: -8.8vw;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: -0.7vw;
    overflow: hidden; /* Asegura que el contenido dentro de ATB1 no se desborde */
}

.ATB3 {
    color: white;
    display: flex;
    margin-left: -11.8vw;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: -0.7vw;
    overflow: hidden; /* Asegura que el contenido dentro de ATB1 no se desborde */
}

.ATB1 img {
    max-height: 3.5vw;
    width: auto;
    margin-right: 1vw;
    transition: transform 0.3s ease-in-out; /* Agrega una transición para suavizar el hover */
    display: block; /* Asegura que se comporte como un elemento de bloque */
}



.solocen {
    display: flex; /* Alinea los elementos horizontalmente */
    align-items: center; /* Centra la línea y el texto verticalmente */
    justify-content: flex-start; /* Asegura que ambos elementos estén a la izquierda */
    gap: 1vw; /* Espaciado entre la línea y el texto */
}

.dividerer {
    margin-left: 6.5vw;
    width: 0.4vw; /* Ancho de la línea */
    height: 1.7vw; /* Alto de la línea */
    background-color: #f27e21; /* Color de la línea */
    border-radius: 2px; /* Redondea los bordes de la línea */
}

.tc1 {
    font-family: 'ONRAMP', sans-serif;
    font-size: 2.8vw;
    color: white; /* Asegura que el texto sea visible */
    margin: 0; /* Quita márgenes extras */
}

.tc2{
    font-family: 'ONRAMP', sans-serif;
    font-size: 1.72vw;
}

.sep2g{
    padding-top: 6vw;
}



.Gr3{
    margin-top: 2.3vw;
    margin-left: 14vw;
    margin-right: 14vw;
    padding-bottom: 2.5vw;
    display: grid;
    gap: 0.2vw;
    grid-template-columns: repeat(4, 1fr); /* 6 columnas iguales */
    grid-template-rows: repeat(2, auto); 
}

.Gr3 img {
    padding-bottom: 2vw;
    max-width: 92%; /* Las imágenes no serán más anchas que su contenedor */
    height: auto; /* Mantiene la proporción */
    object-fit: contain; /* Asegura que las imágenes se mantengan dentro de su marco */
}

.Gr3p{
    margin-top: 2.3vw;
    margin-left: 1vw;
    margin-right: 0vw;
    padding-bottom: 2.5vw;
    display: grid;
    gap: 0.2vw;
    grid-template-columns: repeat(4, 1fr); /* 6 columnas iguales */
    grid-template-rows: repeat(2, auto); 
}

.Gr3p img {
    padding-bottom: 2vw;
    max-width: 92%; /* Las imágenes no serán más anchas que su contenedor */
    height: auto; /* Mantiene la proporción */
    object-fit: contain; /* Asegura que las imágenes se mantengan dentro de su marco */
}

.TBK11{
    margin-left: 3.65vw;
    font-family: 'ONRAMP', sans-serif;
    font-size: 2.65vw;
    color: #002e48;
}

.TBK22p{
    margin-top: -2vw;
    margin-left: 0.7vw;
    font-family: 'Gotham', sans-serif;
    font-size: 0.98vw;
    padding-top: 0.65vw;
    line-height: 1.15vw;
    font-weight: 400;
    margin-right: 40vw;
    color: #002e48;
}

.TBK22{
    margin-top: -2vw;
    margin-left: 12vw;
    font-family: 'Gotham', sans-serif;
    font-size: 0.98vw;
    padding-top: 0.65vw;
    line-height: 1.15vw;
    font-weight: 400;
    margin-right: 40vw;
    color: #707070;
}

.ultimg1p img{
    border-radius: 0.4vw;
    margin-top: 3.5vw;
    margin-left: -3vw;
    width: 73.3vw;
    height: auto;
}

.ultimg1 img{
    border-radius: 0.4vw;
    margin-top: 3.5vw;
    margin-left: 8.5vw;
    width: 81.6vw;
    height: auto;
}








.foot {
    margin-top: 8.8vw;
    background-image: url(Elementosci8/fondofooter.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0vw 22.15vw;
    padding-bottom: 13vw;
    z-index: 3;
    position: relative;

}

.gr4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.FTPR {
    font-family: 'ONRAMP', sans-serif;
    font-size: 3.25vw;
    padding: 6.7vw 0 5.1vw 0;
    color: white;
    text-align: center;
    white-space: nowrap; /* Esto evita que el texto se divida en varias líneas */
}


.forc form {
    display: flex;
    flex-direction: column;
    width: 100%; /* Asegura que el formulario ocupe todo el ancho del contenedor */
}

.forc input {
    width: 23.3vw; /* Ajusta el ancho para que se vea consistente */
    max-width: 23.3; /* Limita el tamaño máximo */
    padding: 0.6vw 1vw; /* Ajusta el relleno */
    border-radius: 0.2vw;
    border: none;
    margin-bottom: 1.5vw;
    font-size: 0.9vw; /* Ajusta el tamaño de fuente */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); /* Añade un efecto de sombra suave */
}

.forc input:last-of-type {
    height: 2.5vw; /* Ajusta la altura para que sea más grande */
    padding: 1vw 1vw; /* Ajusta el relleno */
}


.STPA {
    color: white;
    font-family: 'Gotham', sans-serif;
    font-size: 0.95vw;
}

.telimg {
    width: 1.45vw;
    height: auto;
}

.TAEFD2 {
    display: flex;
    align-items: center;
    gap: 1.65vw;
    font-size: 1.25vw;
    color: white;
}

.TAEFD2 a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
    font-family: 'Gotham', sans-serif;
}

.TAEFD2 a:hover {
    color: #F89C31;
}

.InfoContactos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75vw;
    padding-top: 2.9vw;
}


.acoinyt{
    padding-left: 9.5vw;
    padding-top: 0.1vw;
}

.Redeico {
    padding-top: 1.5vw;
    display: flex; /* Activa Flexbox */
    gap: 1.65vw; /* Ajusta el espacio entre los íconos */

}

.Redeico img{
   width: 1.95vw;
   height: auto;
}

.footerl {
    background-color: #29292900;
    display: flex; /* Activa Flexbox */
    align-items: center; /* Centra los elementos verticalmente */
    gap: 20px; /* Espacio entre los elementos */
    padding: 2.4vw 15vw;
    z-index: 4;
    position: relative;
    margin-top: -9vw

}

.footerl img {
    width: 8.5vw; /* Ajusta el tamaño de la imagen */
    height: auto; /* Mantiene la proporción de la imagen */
}

.ftex{
    padding-left: 33vw;
}

.ftex a{
    margin-left: -1vw;
    font-weight: 700;
}


.footerl div {
    font-family: 'Gotham', sans-serif;
    font-size: 0.86vw;
    color: white;
    display: flex; /* Aplica Flexbox al div interno */
    flex-direction: row; /* Coloca los elementos en fila */
    gap: 1.5vw; /* Espacio entre los elementos de texto */
}


.footerl div a{
    color: white;
    display: flex; /* Aplica Flexbox al div interno */
    flex-direction: row; /* Coloca los elementos en fila */
    gap: 20px; /* Espacio entre los elementos de texto */
    text-decoration: none;
}

.imgprefo{
    margin: auto auto;
    position: absolute;
}

.imgprefo img{
    margin-top: -2.6vw;
    padding-left: 24vw;
    width: 6vw;
    height: auto;
}


.nocom{
    display: none;
}

.nocomi{
    display: none;
}

.gr22 {
    padding: 0vw 10vw;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Adjust column sizes */
    gap: 1.2vw;
    align-items: center;
    font-family: Arial, sans-serif;
    
}

.T2p {
    padding-top: 10.5vw;
    padding-left: 5.6vw;
    padding-right: 6vw;
    display: flex;
    flex-direction: column;
}

.T3p {
    padding-top: 9vw;
    text-align: left;
}

.TT1T {
    font-size: 1.05vw;
    font-weight: 600;
    font-weight: bolder;
    color: #002e48; /* Darker green */

}

.TT2T {
    font-size: 1.5vw;
    font-weight: 600;
    color: #6a6b6c; /* Dark grey */
    margin-right: 4vw;
    margin-top: 1vw;
}



.TT3T {
    font-size: 1.05vw;
    font-weight: 500;
    color: #838383; 
    margin-bottom: 0.5vw;
}

.icons {
    display: flex;
    justify-content: space-between; /* Ensures space between each icon */
    align-items: center; /* Vertically centers content */
    gap: 4.5vw; /* Space between the icon containers */
    width: 100%; /* Full width of the parent container */
}

.icon {
    
    display: flex; /* Flex layout for the icon container */
    align-items: center; /* Vertically center the image and text */
    gap: 0.7vw; /* Space between the image and text */
    text-align: left; /* Ensure text is left-aligned */
}

.icon img {
    width: 3vw;
    height: 3vw;
}

.icon p {
    font-weight: 600;
    font-size: 0.9vw;
    color: #838383; 
    line-height: 1.2;
}







.container {
    margin-left: -5.8vw;
    margin-right: -5.8vw;
    display: flex;
    justify-content: space-between; /* Ensures equal spacing */
    align-items: center; /* Aligns elements vertically */
    border-radius: 0.6vw; /* Smooth rounded corners */
    gap: 1vw; /* Space between sections */
    padding-bottom: 1.9vw;
}
.container img {
    width: 13.4vw;
}

.cuaver, .cuaver2, .cuaver3, .cuaver4, .cuaver5{
    align-items: center; 
    font-size: 2vw;
    color: white; /* Assuming this section has a darker background */
    background-image: url(Elementos/cuadroVerde.webp);
    background-size: cover;
    padding: 2vw; /* Adjusted padding */
    border-radius: 0.5vw; /* Rounded corners */
    width: 20.4vw; /* Set a fixed width */
    height: 15vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
}

.cuaver img{
    margin: 5vw 1vw;
    width: 18vw;
}

.cuaver2 img{
    margin: 3.5vw 3.5vw;
    width: 13.5vw;
}

.cuaver3 img{
    margin: 3.5vw 1.7vw;
    width: 16vw;
}

.cuaver4 img{
    margin: 4.6vw 3.9vw;
    width: 13.5vw;
}

.cuaver5 img{
    margin: 4vw 0vw;
    width: 20.5vw;
}




.description {
    display: flex;
    justify-content: center; /* Si también deseas centrarlo horizontalmente */
    font-family: 'Gotham', sans-serif;
    background-color: #002e48; /* Light gray background */
    padding: 2vw; /* Ajusted padding for better layout */
    font-weight: 500;
    border-radius: 0.5vw;
    font-size: 1vw;
    line-height: 1.6;
    width: 34.4vw; /* Set a fixed width */
    height: 15vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
    color: #ffffff;
}

.descriptionR {
    display: flex;
    justify-content: center; /* Si también deseas centrarlo horizontalmente */
    font-family: 'Gotham', sans-serif;
    background-color: #ffffff; /* Light gray background */
    padding: 2vw; /* Ajusted padding for better layout */
    font-weight: 500;
    border-radius: 0.5vw;
    font-size: 1vw;
    line-height: 1.6;
    width: 34.4vw; /* Set a fixed width */
    height: 15vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
    color: #002e48;
}


.Condes {
    padding: 0vw 0.6vw;
    margin-top: -0.4vw;
}

.sepbut2 {
    width: 2vw;
}


.BTT3 {
    padding-top: 3.4vw;
    display: flex;
}


.TTDES{
    color: #e77b00;
    font-family: 'ONRAMP', sans-serif;
    font-size: 3vw;
    text-transform: uppercase;
    line-height: 2.5vw;
    padding-bottom: 1vw;
}




.BTT3 button {
    font-family: 'Gotham', sans-serif;
    background-color: #F89C31;
    font-size: 0.7vw;
    border-radius: 2vw;
    padding: 0.55vw 2.6vw;
    border-style: none;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s ease; /* Removed the extra comma */
}


.BTC {
    margin-bottom: 1vw;
    margin-right: 0vw;
    margin-left: -11.6vw;
}



.sep4{
    padding-bottom: 4.5vw;
}





.highlighted-number {
    font-family: 'arial', sans-serif; /* Replace 'YourSpecialFont' with the desired font name */
}




.container2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5vw;
    margin-left: 15.6vw; /* or use any other unit like px or % as needed */
    margin-right: 14.7vw;
    font-family: 'gotham', sans-serif;
}

.text-section, .image-section {
    margin-top: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.text-section p {
    line-height: 1.5;
    font-size: 0.95vw;
    margin-right: 5.6vw;
    color: #585858;
    font-weight: 400;
}


/* styles.css */
.image-section {
    margin-top: 6vw;
    color: #585858;
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    justify-content: flex-start; /* Aligns content to the left */
    text-align: left;
    flex-direction: row; /* Ensures the logo and text are in a row */
}

.image-section img {
    max-width: 9.8vw; /* Adjust this size as needed */
    margin-right: 2.1vw; /* Adds space between the logo and the text */
}

.image-section h2 {
    margin: 0;
    font-weight: bold;
    font-size: 1.5vw;
}





.dexper img{
   width: 26vw;
   height: auto;
}


.imgNut img{
    width: 26vw;
    height: auto;
    margin-bottom: -2vw;
}

.imgNut{
    display: flex; /* Alinea los elementos horizontalmente */
    align-items: center; /* Centra la línea y el texto verticalmente */
    justify-content: flex-start;
}

.dividerertit{
    margin-left: 0vw;
    width: 0.4vw; /* Ancho de la línea */
    height: 2vw; /* Alto de la línea */
    background-color: #f27e21; /* Color de la línea */
    border-radius: 1px; 
    margin-bottom: -0.2vw;
}

.tc1tit {
    font-family: 'ONRAMP', sans-serif;
    font-size: 3.3vw;
    color: white; /* Asegura que el texto sea visible */
    margin: 0; /* Quita márgenes extras */
    margin-left: 0.85vw;
}




/* General Text Styles */
.textote,
.text-container p {
    font-family: 'gotham', sans-serif;
    font-size: 1vw;
    color: #585858;
    font-weight: 400;
    line-height: 1.5;
}

.textote {
    padding-right: 0.4vw;
}

/* Section Styling */
.section {
    margin: 0  -0.6vw 40px -0.6vw;
}

.section h2 {
    font-family: 'BlackthornsDemoRegular', sans-serif;
    font-size: 2vw;
    font-weight: 200;
    color: #2c5f2d; /* Replace with the desired color for the titles */
    margin-bottom: 10px;
}

/* Title Alignment */
.title-right {
    padding-bottom: 0.8vw;
    text-align: right;
}

/* Grid Container Styles */
.grid-container,
.grid-container2 {
    display: grid;
    gap: 1vw; /* Space between columns */
    align-items: start; /* Aligns content to the top */
}

.grid-container {
    grid-template-columns: 1fr 1.37fr; /* Two columns with specified ratio */
}

.grid-container2 {
    grid-template-columns: 1.37fr 1fr; /* Two columns with specified ratio */
}

/* Text Container Styling */
.text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end; /* Aligns the content to the right */
}

.text-container p {
    padding-left: 1.3vw;
    margin: 5px 0; /* Adjust spacing between paragraphs */
}

/* Image Styling */
.image img,
.image2 img {
    width: 100%;
    border-radius: 0.7vw; /* Adds rounded corners to the images */
}

.image2 img {
    padding-top: 5.8vw;
}

.image{
    padding-top: 0.9vw;
}

.vision-section{
    padding-top: 2vw;
}


.sitel{
    display: none;
}


.menutel{
    display: none;
}

@media (max-width: 700px) {
   
    .sitel{
        display: contents;
    }
   
.bk1{
    padding-bottom: 30vw;
    background-image: url(Elementosci8/coverCel.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
    


  
.navbar{

    margin-left: 8.5vw;
    padding: 3vw 0vw;
    display: flex;   
}


  .LogPrin{
    margin-top: 11vw;
    width: 20vw;
  }

  .LogPrin img{
    width: 23.2vw;
}

.elemen{
    display: none;
}

.TT1{
    padding-top: 9vw;
    padding-left: 8.6vw;
    color: white;
    line-height: 11.5vw;

 }
 
.TT1PA{
    padding-top: 9.2vw;
    padding-left: 8.6vw;
    color: white;
    margin-top: 14vw;
    margin-bottom: -20vw;
    line-height: 11.5vw;
}

 .TTT1{
     font-size: 3.09vw;
     font-family: 'Gotham', sans-serif;
     font-weight: 550;
     
 }
 
 .TTT2{
     font-size: 15.88vw;
     font-family: 'ONRAMP', sans-serif;
     font-weight: 200;
 }
 

 .TTT3{
     margin-top: -1.9vw;
     font-size: 15.88vw;
     font-family: 'ONRAMP', sans-serif;
     font-weight: 100;
     padding-bottom: 5vw;
 }
 



 .BTT1{
    padding-top: 2.3vw;
}

.BTT1 button {
    font-family: 'Gotham', sans-serif;
    background-color: #e77b00;
    font-size: 2.2vw;
    border-radius: 1.5vw;
    padding: 1.8vw 4.8vw;
    border-style: none;
    font-weight: 700;
    color: #002e48;
    transition: background-color 0.3s ease; /* Removed the extra comma */
}


.sepbut{
    padding: 1vw 3vw;

}

.sepbut{
    margin-top: -4vw;
}



.bk2{
    background-image: url(Elementosci8/formaVerdeCel.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -8vw;
    padding-bottom: 18.1vw;
}


.bk22{
    background-image: url(Elementosci8/formaBlancaCel.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -4.2vw;
    padding-bottom: 18.1vw;
}

.gr1{
    padding-top: 10vw;
    color: white;
    margin-left: 8.3vw;
    margin-right: 8.3vw;
    display: inline-block;
 
}

.TG1{
   margin-top: 8.1vw;
}






.TA1{
    font-family: 'ONRAMP', sans-serif;
    font-size: 8vw;
    padding-left: 0.1vw;
}

.TA2{
    font-family: 'Gotham', sans-serif;
    padding-top: 7vw;
    padding-left: 0.3vw;
    line-height: 3.5vw;
    font-size: 3.2vw;
    padding-right: 8vw;
    padding-bottom: 5.5vw;
}



.TG2{
    margin-top: 4vw;
 }


 .gr2 {
    margin-left: -2.35vw;
    padding-top: 2.6vw;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas de igual ancho */
    grid-template-rows: 1fr 1fr;    /* Dos filas de igual alto */
    column-gap: 3vw; /* Espacio horizontal entre columnas */
    row-gap: 1.1vw;  /* Espacio vertical entre filas */
}



.EleCal {
    display: flex;
    align-items: center;    /* Centra verticalmente la imagen y el texto */
    justify-content: center; /* Centra el contenido en su conjunto */
    padding-left: 4vw;
    padding-top: 4vw;
    padding-bottom: 1vw;

    text-align: left; /* Asegura que el texto esté alineado a la izquierda */
}

.ImgContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Ajusta el tamaño para adaptarse a las imágenes */
    width: 4.5vw; /* Ajusta el tamaño para adaptarse a las imágenes */
}

.ImgContainer img {
    max-width: 10vw;
    height: auto;
}

.TextCal {
    padding-left: 5vw;
    margin-top: -0.5vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 2.75vw;
    letter-spacing: 0.02vw;
    line-height: 1.2; /* Ajusta la altura de línea para un mejor espaciado del texto */
    margin-left: 1.2vw; /* Ajusta la distancia entre el contenedor de la imagen y el texto */
}


.bk3{
    margin: 0 9.1vw;
    margin-top: 6.1vw;
}


.TBK1{
    font-family: 'ONRAMP', sans-serif;
    font-size: 7.3vw;
    color: #002e48;
}

.TBK2p{
    font-family: 'Gotham', sans-serif;
    font-size: 2.8vw;
    padding-top: 2.5vw;
    font-weight: 400;
    margin-left: 0vw;
    line-height: 3.3vw;
    margin-right: 10vw;
    color: #002e48;
}


.TBK2{
    font-family: 'Gotham', sans-serif;
    font-size: 2.8vw;
    padding-top: 2.5vw;
    font-weight: 400;
    margin-left: 8vw;
    line-height: 3.3vw;
    margin-right: 10vw;
    color: #002e48;
}



.acotar{
    width: 81.4vw;
    margin-top: 3.65vw;
    margin-left: 0vw;
    margin-right: 0vw;
    display: inline-block;
}



.targ1,
.targ2,
.targ3 {
    position: relative; /* Necesario para el posicionamiento de los pseudo-elementos */
    max-width: 100%;
    height: 50vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; /* Cambia el cursor para indicar que es clickeable */
    padding: 1vw;
    overflow: hidden; /* Evita que el contenido se desborde */
    border-radius: 10px; /* Establece un borde redondeado */
    margin-bottom: 4vw;
}



.ATB1 {

    color: white;
    display: flex;
    margin-top: auto;
    margin-left: 2.9vw;
    margin-bottom: 4vw;
    overflow: hidden; /* Asegura que el contenido dentro de ATB1 no se desborde */
}


.ATB1 img {
    max-height: 8vw;
    width: auto;
    margin-right: 4vw;
    transition: transform 0.3s ease-in-out; /* Agrega una transición para suavizar el hover */
    display: block; /* Asegura que se comporte como un elemento de bloque */
}

.tc1{
    font-family: 'ONRAMP', sans-serif;
    font-size: 7vw;
}

.tc2{
    font-family: 'ONRAMP', sans-serif;
    font-size: 4.5vw;
}



.BTC {
    margin-bottom: -34vw;
    margin-right: 2.5vw;
}


.Gr3 {
    margin-top: 7vw;
    margin-left: 7.5vw;
    margin-right: 0vw;
    padding-bottom: 2.5vw;
    display: flex;
    overflow-x: auto; /* Habilita el desplazamiento horizontal */
    scroll-behavior: smooth; /* Suaviza el desplazamiento */
}

.Gr3 img {
    width: 60%;
    flex-shrink: 0; /* Evita que las imágenes se reduzcan en el espacio disponible */
    margin-right: 4vw; /* Espaciado opcional entre imágenes */
}


.Gr3p{
    margin-top: 7vw;
    margin-left: 0vw;
    margin-right: -9.1vw;
    padding-bottom: 2.5vw;
    display: flex;
    overflow-x: auto; /* Habilita el desplazamiento horizontal */
    scroll-behavior: smooth; /* Suaviza el desplazamiento */
}

.Gr3p img {
    width: 60%;
    flex-shrink: 0; /* Evita que las imágenes se reduzcan en el espacio disponible */
    margin-right: 4vw; /* Espaciado opcional entre imágenes */
}




.TBK11{
    margin-top: 4.5vw;
    margin-left: -0.6vw;
    font-family: 'ONRAMP', sans-serif;
    font-size: 7.3vw;
    color: #002e48;
}

.TBK22{
    margin-top: 2vw;
    margin-left: 8vw;
    font-family: 'Gotham', sans-serif;
    font-size: 2.8vw;
    padding-top: 0.65vw;
    line-height: 3.3vw;
    font-weight: 400;
    margin-right: 10vw;
    color: #002e48;
}


.forc{
    display: none;
}




.foot {
    margin-top: 8.8vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0vw 22.5vw;
    padding-bottom: 15vw;
    background: #012d46;
}



.imgprefo{
    margin: auto auto;
    position: absolute;
}

.imgprefo img{
    margin-top: -8.6vw;
    padding-left: 20.3vw;
    width: 15vw;
    height: auto;
}


.gr4 {
    display: grid;
    grid-template-columns: 1fr ;
}

.FTPR {
    font-family: 'ONRAMP', sans-serif;
    font-size: 12vw;
    padding: 14vw 0 5.1vw 0;
    color: white;
    text-align: left;
    margin-left: -3.5vw;
    white-space: normal; /* Esto evita que el texto se divida en varias líneas */

}


.acoinyt{
    margin-left: -13vw;
    padding-top: 0.1vw;
}



.STPA {
    margin-top: -1vw;
    color: white;
    font-family: 'Gotham', sans-serif;
    font-size: 3vw;
    font-weight: 100;
    margin-bottom: 4.5vw;
}



.InfoContactos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
    padding-top: 8vw;
}


.telimg {
    width: 4.5vw;
    height: auto;
}

.TAEFD2 {
    display: flex;
    align-items: center;
    gap: 2.3vw;
    font-size: 4.5vw;
    color: white;
    padding-bottom: 3vw;
}

.TAEFD2 a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
    font-family: 'Gotham', sans-serif;
    padding-bottom: 1vw;
}

.TAEFD2 a:hover {
    color: #F89C31;
}

.TAEFD2 img{
    margin-top: -0.7vw;
    width: 6vw;
    height: auto;
    margin-right: 1vw;
}

.Redeico {
    padding-top: 7vw;
    display: flex; /* Activa Flexbox */
    gap: 5.7vw; /* Ajusta el espacio entre los íconos */

}

.Redeico img{
   width: 6.7vw;
   height: auto;
   padding-right: 3vw;
}


.ftex{
    padding-left: 0vw;
    font-size: 12vw;
}




.BTT2{
    color: white;
}


.footerl {
    background-color: #012d46;
    display: flex; /* Activa Flexbox */
    flex-direction: column; /* Coloca los elementos en fila */
    align-items: center; /* Centra los elementos verticalmente */
    gap: 20px; /* Espacio entre los elementos */
    padding: 2.4vw 0vw;
    padding-bottom: 12vw;
}


.footerl img {
    margin: 0vw 15.5vw;
    margin-top: 12.5vw;
    margin-bottom: 6vw;
    width: 49vw; /* Ajusta el tamaño de la imagen */
    height: auto; /* Mantiene la proporción de la imagen */
}



.footerl div {
    padding-top: 2vw;
    font-family: 'Gotham', sans-serif;
    font-size: 3vw;
    color: white;
    display: flex; /* Aplica Flexbox al div interno */
    flex-direction: row; /* Coloca los elementos en fila */
    gap: 5.5vw; /* Espacio entre los elementos de texto */
}


.footerl div a{
    color: white;
    display: flex; /* Aplica Flexbox al div interno */
    flex-direction: column; /* Coloca los elementos en fila */
    gap: .1px; /* Espacio entre los elementos de texto */
    text-decoration: none;
    margin-left: -4vw;
}


.ffcos {
    display: flex;
    flex-direction: row;
    align-items: center;
}












































.container {
    margin-left: -5.8vw;
    margin-right: -5.8vw;
    display: flex;
    justify-content: space-between; /* Ensures equal spacing */
    align-items: center; /* Aligns elements vertically */
    border-radius: 0.6vw; /* Smooth rounded corners */
    gap: 1vw; /* Space between sections */
    padding-bottom: 1.9vw;
}
.container img {
    width: 13.4vw;
}

.cuaver, .cuaver2, .cuaver3, .cuaver4, .cuaver5{
    align-items: center; 
    font-size: 2vw;
    color: white; /* Assuming this section has a darker background */
    background-image: url(Elementos/cuadroVerde.webp);
    background-size: cover;
    padding: 2vw; /* Adjusted padding */
    border-radius: 0.5vw; /* Rounded corners */
    width: 20.4vw; /* Set a fixed width */
    height: 15vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
}

.cuaver img{
    margin: 5vw 1vw;
    width: 18vw;
}

.cuaver2 img{
    margin: 3.5vw 3.5vw;
    width: 13.5vw;
}

.cuaver3 img{
    margin: 3.5vw 1.7vw;
    width: 16vw;
}

.cuaver4 img{
    margin: 4.6vw 3.9vw;
    width: 13.5vw;
}

.cuaver5 img{
    margin: 4vw 0vw;
    width: 20.5vw;
}







.Condes {
    padding-top: 2vw;
    padding-left: 4.4vw;
    padding-right: 4.4vw;
    margin-top: -0.4vw;
}

.Condes2 {
    padding-top: 2vw;
    padding-left: 4.4vw;
    padding-right: 4.4vw;
    margin-top: -0.4vw;
}




.Condes3 {
    padding: 9vw 3.3vw;
    margin-top: -0.4vw;
}


.Condes4 {
    padding-top: 11vw;
    padding-left: 4.4vw;
    padding-right: 4.4vw;
    margin-top: -0.4vw;
}


.Condes5 {
    padding-top: 5vw;
    padding-left: 4.4vw;
    padding-right: 4.4vw;
    margin-top: -0.4vw;
}



.sepbut2 {
    width: 2vw;
}

.notel{
    display: none;
}




.Telcontainer{
    margin-left: 5.5vw;
    margin-right: -5.9vw;
    margin-bottom: 8.5vw;
}


.container{
    width: 100%;
}

.container img {
    width: 21.5vw;
    border-radius: 1vw; /* Rounded corners */

}



.cuaver, .cuaver2, .cuaver3, .cuaver4, .cuaver5{
    align-items: center; 
    font-size: 2vw;
    color: white; /* Assuming this section has a darker background */
    background-image: url(Elementos/cuadroVerde.webp);
    background-size: cover;
    padding: 2vw; /* Adjusted padding */
    border-radius: 1vw; /* Rounded corners */
    width: 54.5vw; /* Set a fixed width */
    height: 26.55vw; /* Set a fixed height */
    margin-top: -1.1vw;
    overflow: hidden; /* Hide overflow if text exceeds the container */
}

.cuaver img{
    margin: 10vw 8.5vw;
    width: 39vw;
}

.cuaver2 img{
    margin: 6.5vw 13.5vw;
    width: 27vw;
}

.cuaver3 img{
    margin: 6.5vw 10.5vw;
    width: 34vw;
}

.cuaver4 img{
    margin: 9.5vw 13.5vw;
    width: 23.5vw;
}

.cuaver5 img{
    margin: 9vw 10.5vw;
    width: 41vw;
}



.TTDES{
    padding-top: 2.8vw;
    color: #e77b00;
    font-family: 'ONRAMP', sans-serif;
    font-size: 6.5vw;
    line-height: 4.2vw;
    text-transform: uppercase;
    padding-bottom: 3.5vw;
}

.TTDES2{
    margin-top: -1.8vw;
    color: #e77b00;
    font-family: 'ONRAMP', sans-serif;
    font-size: 6.5vw;
    line-height: 4.2vw;
    text-transform: uppercase;
    padding-bottom: 3.5vw;
}

.description {
    font-family: 'Gotham', sans-serif;
    background-color: #002e48; /* Light gray background */
    padding: 2vw; /* Adjusted padding for better layout */
    font-weight: 200;
    border-radius: 1.5vw;
    font-size: 3.6vw;
    line-height: 1.2;
    width: 95%; /* Set a fixed width */
    height: 45.5vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
    color: #ffffff;
    margin-left: -6vw;
    margin-top: 0.1vw;
   
}

.description {
    font-family: 'Gotham', sans-serif;
    background-color: #002e48; /* Light gray background */
    padding: 2vw; /* Adjusted padding for better layout */
    font-weight: 200;
    border-radius: 1.5vw;
    font-size: 3.6vw;
    line-height: 1.2;
    width: 95%; /* Set a fixed width */
    height: 45.5vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
    color: #ffffff;
    margin-left: -6vw;
    margin-top: 0.1vw;
   
}



.descriptionR {
    font-family: 'Gotham', sans-serif;
    background-color: #ffffff; /* Light gray background */
    padding: 7vw 2vw; /* Adjusted padding for better layout */
    font-weight: 500;
    border-radius: 1.5vw;
    font-size: 3.6vw;
    line-height: 1.2;
    width: 95%; /* Set a fixed width */
    height: 45.5vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
    color: #002e48;
    margin-left: -6vw;
    margin-top: 0.1vw;
   
}

.descriptionR2 {
    font-family: 'Gotham', sans-serif;
    background-color: #ffffff; /* Light gray background */
    padding: 7vw 2vw; /* Adjusted padding for better layout */
    font-weight: 500;
    border-radius: 1.5vw;
    font-size: 3.6vw;
    line-height: 1.2;
    width: 95%; /* Set a fixed width */
    height: 45.5vw; /* Set a fixed height */
    overflow: hidden; /* Hide overflow if text exceeds the container */
    color: #002e48;
    margin-left: -6vw;
    margin-top: 0.1vw;
   
}


.sepbut2 {
    width: 2vw;
}


.BTT3 {
    padding-top: 3.4vw;
    display: flex;
}

.BTT3 button {
    font-family: 'Gotham', sans-serif;
    background-color: #F89C31;
    font-size: 2.1vw;
    border-radius: 4vw;
    padding: 2vw 9.6vw;
    border-style: none;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s ease; /* Removed the extra comma */
}








.bk11{
    padding-bottom: 41.4vw;
    background-image: url(Elementosci8/coverMetalc.webp);
    background-repeat: no-repeat;
    background-size: cover;
}




.bk12{
    padding-bottom: 41.4vw;
    background-image: url(Elementosci8/coverDryCel.webp);
    background-repeat: no-repeat;
    background-size: cover;
}



.bk13{
    padding-bottom: 41.4vw;
    background-image: url(Elementosci8/coverCeilingCel.webp);
    background-repeat: no-repeat;
    background-size: cover;
}



.bk14{
    padding-bottom: 41.4vw;
    background-image: url(Elementos/coverEmpresaCel.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


.TBK4p{
    font-family: 'Gotham', sans-serif;
    font-size: 2.8vw;
    font-weight: 400;
    padding-top: 4vw;
    line-height: 3.2vw;
    margin-right: 7.1vw;
    margin-left: 7.1vw;
    color: #002e48;
}



.gr22 {
    padding: 0vw 9.5vw;
    display: grid;
    grid-template-columns: 1fr ; /* Adjust column sizes */
    gap: 1.2vw;
    align-items: center;
    font-family: Arial, sans-serif;
    
}

.nocom{
    display: contents;
}


.nocomi{
    display: inline-block;
}


.T2p {
    padding-top: 10.5vw;
    padding-left: 0vw;
    margin-left: -0.3vw;
    padding-right: 6vw;
    display: flex;
    flex-direction: column;
}

.T3p {
    padding-top: 9vw;
    text-align: left;
}

.TT1T {
    margin-top: 6vw;
    font-size: 3.6vw;
    font-weight: bolder;
    color: #002e48; /* Darker green */
    margin-bottom: -10vw;
}

.TT2T {
    font-size: 3.4vw;
    font-weight: 600;
    color: #6a6b6c; /* Dark grey */
    margin-right: 4vw;
    margin-top: 4vw;
}



.TT3T {
    font-size: 3vw;
    font-weight: normal;
    color: #838383; 
    margin-bottom: 0.5vw;
    padding-bottom: 5vw;

}

.icons {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas iguales */
    justify-content: space-between; /* Ensures space between each icon */
    align-items: center; /* Vertically centers content */
    gap: 4.5vw; /* Space between the icon containers */
    width: 100%; /* Full width of the parent container */
}

.icon {
    
    display: flex; /* Flex layout for the icon container */
    align-items: center; /* Vertically center the image and text */
    gap: 3vw; /* Space between the image and text */
    text-align: left; /* Ensure text is left-aligned */
}

.icon img {
    width: 9vw;
    height: 9vw;
}

.icon p {
    font-weight: 600;
    font-size: 3vw;
    color: #838383; 
    line-height: 1.2;
}

.container2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5vw;
    margin-left: 15.6vw; /* or use any other unit like px or % as needed */
    margin-right: 14.7vw;
    font-family: 'gotham', sans-serif;
}



.text-section, .image-section {
    margin-top: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.text-section p {
    line-height: 1.4;
    font-size: 2.9vw;
    margin-left: -5.5vw;
    margin-right: -5vw;
    color: #585858;
    font-weight: 500;
}

.TBK2-container {
    display: flex;
    align-items: center;
    margin-left: 8vw;
    margin-right: 7.5vw;
}

.TBK2p-container {
    display: flex;
    align-items: center;
    margin-left: 0vw;
    margin-right: 7.5vw;
}


.listindus{
    margin-top: 4vw;
    margin-bottom: 4vw;
    display: flex;
    justify-content: space-between;
    padding: 2vw;
    margin-right: 20vw;
    font-size: 3.5vw;
    color: #003452;
    font-weight: 400;
    font-family: 'Gotham', sans-serif;
    line-height: 1.7vw;
}

.listindus li::marker {
    color: #f28125;
}

.listindus li{
    padding-bottom: 3vw;
}






/* styles.css */
.image-section {
    margin-top: 6vw;
    color: #585858;
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    justify-content: flex-start; /* Aligns content to the left */
    text-align: left;
    flex-direction: row; /* Ensures the logo and text are in a row */
}

.image-section img {
    max-width: 17vw; /* Adjust this size as needed */
    margin-right: 2.8vw; /* Adds space between the logo and the text */
}

.image-section h2 {
    margin: 0;
    font-weight: bold;
    font-size: 3.8vw;
}




.section {
    margin: 0 2.3vw 40px 1.3vw;
}

.section h2 {
    font-family: 'BlackthornsDemoRegular', sans-serif;
    font-size: 5vw;
    font-weight: 200;
    color: #2c5f2d; /* Replace with the desired color for the titles */
    margin-bottom: 10px;
}



.grid-container{
    display: grid;
    gap: 1vw; /* Space between columns */
    align-items: start; /* Aligns content to the top */
}

.grid-container {
    grid-template-columns: 1fr; /* Two columns with specified ratio */
}


.textote,
.text-container p {
    font-family: 'gotham', sans-serif;
    font-size: 3vw;
    color: #585858;
    font-weight: 400;
}

.textote {
    margin-right: -5vw;
}

.grid-container2 {
    grid-template-columns: 1.37fr; /* Two columns with specified ratio */
}


.horizontal-divider {
    width: 57vw; /* Abarca todo el ancho */
    height: 1px; /* Línea delgada */
    background-color: #ccc; /* Color gris claro para la línea */
    margin-bottom: -13vw;
}




.text-container p {
  padding-top: 5.5vw;
}



.ultimg1 img{
    border-radius: 2vw;
    margin-top: 7.5vw;
    margin-left: 7.5vw;
    width: 85%;
    height: auto;
}

.ultimg1p img{
    border-radius: 2vw;
    margin-top: 7.5vw;
    margin-left: 0vw;
    width: 100%;
    height: auto;
}


.TTT22{
    font-size: 4vw;
    font-family: 'BlackthornsDemoRegular', sans-serif;
    font-weight: 200;
}


.menutel{
    display: block;
    position: absolute;
    left: 82vw;
    top: 15.5vw;
    
}


.TBK1-container {
    display: flex;
    align-items: center;
    margin-left: 8vw;
    margin-right: 0vw;
}

.TBK1p-container {
    display: flex;
    align-items: center;
    margin-left: 0vw;
    margin-right: 0vw;
}








.ATB3 {
    color: white;
    display: flex;
    margin-left: 3.1vw;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 4.5vw;
    overflow: hidden; /* Asegura que el contenido dentro de ATB1 no se desborde */
}


.TBK5p-container {
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    margin-left: 7.3vw;
    margin-right: 7.3vw;
}




.botmentel{
    margin: 5vw 6vw;
    padding-top: 10vw;
    font-size: 6vw;

}




.cerrmentel{
    z-index: 3;
    left: 86vw;
    top: 12vw;
    position: absolute;
}

.dividerertit{
    margin-left: 0vw;
    width: 1vw; /* Ancho de la línea */
    height: 5vw; /* Alto de la línea */
    background-color: #f27e21; /* Color de la línea */
    border-radius: 1px; 
    margin-bottom: -0.2vw;
}


.dividerer{
    margin-left: 0vw;
    width: 1vw; /* Ancho de la línea */
    height: 5vw; /* Alto de la línea */
    background-color: #f27e21; /* Color de la línea */
    border-radius: 1px; 
    margin-bottom: -1.8vw;
}


.tc1tit {
    font-family: 'ONRAMP', sans-serif;
    font-size: 9.3vw;
    color: white; /* Asegura que el texto sea visible */
    margin: 0; /* Quita márgenes extras */
    margin-left: 1.4vw;
}




.cerrmentel img{
    width: 5.5vw;
}




.btelmen img{
    top: 6vw;
    right: 6vw;
    position: absolute;
    width: 7vw;
}

.botmentel{
    padding-left: 5vw;
    z-index: 3;
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0vw;
    margin-top: -1vw;
    margin-left: -0.05vw;
    box-sizing: content-box;
    background-color: #e9ebea   ;
    font-family: 'Metropolis-Medium', 'Metropolis', sans-serif;
    font-weight: 700;
 }


 .botmentel a{
    text-decoration: none;
    color: #002e48;
}
.botmentel ul{
    padding-bottom: 0.003vh;
}


.dexper img{
    width: 71vw;
    height: auto;
 }



 .imgNut img{
    width: 60vw;
    height: auto;
    margin-bottom: -4vw;
}




.targ1 .image-container {
    background-image: url(Elementosci8/Cel-Metal.webp); /* Imagen de fondo para .targ1 */
}

.targ2 .image-container {
    background-image: url(Elementosci8/Cel-Dry.webp); /* Imagen de fondo para .targ2 */
}

.targ3 .image-container {
    background-image: url(Elementosci8/Cel-ceiling.webp); /* Imagen de fondo para .targ1 */
}





.TBK22p{
    margin-top: -2vw;
    margin-left: -0.6vw;
    font-family: 'Gotham', sans-serif;
    font-size: 2.8vw;
    padding-top: 2vw;
    line-height: 1.15vw;
    font-weight: 400;
    margin-right: 4vw;
    color: #002e48;
}


.TextCalp {
    margin-top: -0.5vw;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 2.86vw;
    letter-spacing: 0.02vw;
    line-height: 0.3vw; /* Ajusta la altura de línea para un mejor espaciado del texto */
    margin-left: 6.2vw; /* Ajusta la distancia entre el contenedor de la imagen y el texto */
}





  }
  


  

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}


.modal-content {
    margin: 2vw auto;
    display: block;
    width: 80%;
    max-width: 70vh;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



.VdImggr video{
    width: 100%;
}

.imgico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-image: url('ElementosWeb/sobreico.webp');
    opacity: 1;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.37));
    transition: opacity 0.16s ease, filter 0.2s ease; /* Smooth transition for the transform property */
  }
  
  .imageg:hover .imgico {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.226));
    opacity: 0.7; /* Scale the overlay on hover */
  }


.imageg {
  position: relative;
  display: inline-block; /* Adjust according to your layout needs */
  width: 100%; /* Ensure the container is the same width as the image */
  height: auto; /* Maintain the aspect ratio of the image */
}

.imageg img {
  display: block;
  height: auto; /* Maintain the aspect ratio of the image */
}


.vidico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-image: url('ElementosWeb/sobreico2.webp');
    opacity: 1;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.37));
    transition: opacity 0.16s ease, filter 0.2s ease; /* Smooth transition for the transform property */
  }
  
  .vidgeg:hover .vidico {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.226));
    opacity: 0.7; /* Scale the overlay on hover */
  }


.vidgeg {
  position: relative;
  display: inline-block; /* Adjust according to your layout needs */
  width: 100%; /* Ensure the container is the same width as the image */
  height: auto; /* Maintain the aspect ratio of the image */
}

.vidgeg video{
  display: block;
  height: auto; /* Maintain the aspect ratio of the image */
}



