@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-size: 16px;
}
body{
    font-family: "Poppins", sans-serif;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #001217;
    color: #fff !important;
}

STRONG{
    color: inherit;
    font-size: inherit;
}
.azul{
    color: #b4f54d ;
}
.wrap{
    width: 85%;
    margin: 0 auto;
}
#banner-home .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    max-height: 100vh;
    min-height: 100vh;
}
#banner-home video {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
#iconos-home{
    background: #000000;
}
.servicios-home .column{
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-vermas{
    color: #ffffff;
    font-size: 0.7em;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 5px 20px;
    text-transform: uppercase;
}
.bg-somos{
    background-position: left !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.bg-somos .wrap{
    z-index: 1;
}
.bg-somos::after {
    z-index: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%; /* Ajusta la altura del gradiente */
    background: linear-gradient(to bottom, rgba(27,73,96,0), rgba(27,73,96,1));
    pointer-events: none;
}
p.titulos{
    font-weight: bold;
    font-size: 2.2em;
    color: #fff;
    line-height: 35px;
}
.nuestros-proyectos{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.indicadores .bg {
    background-color: #b4f54d;    
    padding: 1em;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    min-width: 200px;
    align-items: center;
    height: 100%;
    position: relative;
}
.indicadores .bg:hover{
    background-color: #a8e644;
}
.ico-indicador{
    position: absolute;
    left: 5%;
    top: 5%;
    max-width: 30px;
    filter: brightness(0);
}
footer{
    background: #000000;
    min-height: 30vh;
    z-index: 999;
    position: relative;
}
.cliente-container{
    background: #ffffff;
    border-radius: 15px;
}
figure img{
    object-fit: cover;
}
.banner{
    min-height: 90vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.subtitulos{
    font-size: 1.8em;
    color: #fff;
    line-height: 30px;
}
.contenido-banner{
    position: absolute;
    top: 50%;
    left: 5%;
    border-left: 4px solid #fff;
    padding-left: 15px;
    max-width: 1000px;
    width: 90%;
    transform: translate(0, -50%);
}
#que-hacemos{
    padding-bottom: 100px;
}
.proyectos-banner{
    margin-top: auto;
}
.proyectos-banner p{
    line-height: 20px;
}
.proyectos-banner img{
    max-width: 40px;
}
.nombres-proyectos .column div{
    border: 1px solid #fff;
}
.nombres-proyectos .column a:hover div, .nombres-proyectos .column div.active{
    background: #b4f54d;
}
.nombres-proyectos .column a:hover div p, .nombres-proyectos .column div.active p{
    color: #000000 !important;
}
.nombres-proyectos .column div p{
    font-size: 0.9em;
    line-height: 15px;
}
.titulo-proyecto{
    color: #b4f54d;
}
.datos-proyecto{
    background: rgba(9, 27, 32, 0.5);
}
.fecha{
    font-size: 0.85em;
    font-weight: bold;
    color: #fff;
}
.titulo-nota{
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pagination-link.is-current {
    background-color: #b4f54d;
    border-color: #b4f54d;
    color: #000;
}
.pagination-link, .pagination-next, .pagination-previous {
    border-color: #ffffff;
    color: #ffffff;
    min-width: 2.5em;
}
.paginador .pagination-list {
        justify-content: center !important;
    }
.noticias-relacionadas{
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
.volver{
    background: #152D39;
    color: #ffffff;
    padding: 5px 15px;
}
.volver img{
    vertical-align: middle;
    max-width: 20px;
}
.submit{
    background: #b4f54d;
    border: none;
    width: 100%;
    color: #000000;
    font-weight: 500;
    border-radius: 0;
}
a:hover,
.submit:hover{
    color:inherit
}
.bg-celeste{
    background: #091b20;
}
.bg-celeste.container{
    height: 100%;
}
.historia figure{
    height: 100%;
}
.column.historia{
    max-width: 1088px;
    width: 100%;
}
.columns.directorio{
    max-width: 810px;
    width: 100%;
}
.card-content.nombre-directorio{
    background-color: #102836 !important;
    color: #fff;
}
.card{
    background-color: transparent !important;
    border-radius: 0 !important;
}
.card-image:first-child img {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
.card-content:last-child, .card-footer:last-child, .card-header:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bg2{
    position: absolute;
    top: 50%;
    mix-blend-mode: multiply;
}
.titular{
    font-weight: 500;
    max-width: 85%;
}
.noticia-container div,
.proyecto-container .columns{
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.noticia-container figure::before,
.proyecto-container figure::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
      z-index: 1; /* Ensure the gradient is above the image */
    }
.slick-prev{
   position: absolute;
    left: 2%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
    
}
.slick-prev img,
.slick-next img{
   filter: brightness(4); 
}
.slick-prev:hover img,
.slick-next:hover img{
   filter: brightness(1); 
}
.slick-next{
   position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
}
.slider-clientes .slick-prev{
   position: absolute;
    left: -3%;
    top: 50%;
    transform: translate(0, -50%);
}
.slider-clientes .slick-next{
   position: absolute;
    right: -3%;
    top: 50%;
    transform: translate(0, -50%);
}
.slider-proyectos .slick-prev{
    left: -3%;
}
.slider-proyectos .slick-next{
    right: -3%;
}

.slick-dots {
    margin-top: 15px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-dots li {
    margin-right: 15px;
}
.slick-dots li button {
    background: none;
    border: 1px solid #FFF;
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    outline: none;
    display: block;
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slider-noticias .slick-dots li.slick-active button {
    background: #FFF;
}
.slider-somos{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.noticia-container a{
    color: #fff;
}
.slider-noticias .slick-dots li button {
    background: none;
    border: 1px solid #FFF;
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 10px;
    padding: 0;
     border-radius: 0;
    outline: none;
    display: block;
    cursor: pointer;
}
.play{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
}
.input, .select select, .textarea {
    background-color: transparent;
    color: #fff;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: red;
}

.input::placeholder,
.textarea::placeholder
 {
  color: #ffffff;
}
select option {
      background-color: white; /* Cambia el color de fondo de las opciones */
      color: black; /* Cambia el color del texto de las opciones */
    }
footer .wrap .columns .column p {
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    word-break: break-word;
}
footer .wrap .columns .column h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    text-align: left;
}
footer .wrap .columns .column ul {
    padding: 0;
    margin: 0;
}
footer .wrap .columns .column ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}
footer .wrap .columns .column ul li a {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: left !important;
}
footer .wrap .columns .column.links {
    padding: 0 40px 0 0;
    border-right: 1px solid #fff;
}
.footer-container {
    display:inline-block;
}
header .cont-idioma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.78em;

}
header .cont-idioma .idioma {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 1px 7px;
    border-radius: 5px;
}
header  .cont-idioma .idioma a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 7px;
    font-size: 0.7em;
}
form.formulario{
    padding: 0;
    background: unset;
}
 .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 69, 121, 0.78);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99;
}
 .over div {
    width: 90%;
    margin: 0 auto;
    text-align: center !important;
}
 .over div h3,.over div p {
    color: #fff;
}
.persona:hover .over {
    opacity: 1;
}
/*nuevos css*/
.idioma a.active{
    font-weight: bold;
}
.servicios-home .column:hover{
    background: #a8e644 !important;
}
.servicios-home .column:hover img{
   filter: brightness(0);
}
.servicios-home .column:hover p{
   color: #000000 !important;
}
.servicios-home .column:hover .btn-vermas,
.servicios-home .column:hover .btn-vermas:hover{
   background: #ffffff !important;
   color: #000000 !important;
}

.productos:hover .btn-vermas,
a.btn-vermas:hover{
    background: #b4f54d !important;
    color: #000000;
    font-weight: 600;
}

.productos:hover{
    background-color: rgba(180, 245, 77, 0.3);
}

.logo-premio, .logo-ava {
    transition: opacity 0.3s ease;
}

.logo-ava {
    display: none;
}
.logo:hover .logo-premio {
    display: none;
}

.logo:hover .logo-ava {
    display: block;
}
.slider-seccion-noticias .slick-dots{
    margin-top: -23px;
    position: relative;
}
.item-mapa{
    width: 615px;
}
.city{
    width: 212px;
    border-radius: 15px;
    color: #000 !important;
    font-weight: 500;
    background: #b4f54d;
    color: blue;
    position: absolute;
    text-align: left;
    padding: 3px 10px;
    border:1px solid #fff;
    position: absolute;
}
.city::after {
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 15px;
        transform: rotate(-45deg);
        transform-origin: center;
        width: 0.625em;
        border-color: #000;
        right: 10px;
    }
.city#iquique{
    left: 10%;
    top: 7%;
    z-index: 11;
}
.city#calama{
    right: 0%;
    top: 15%;
    z-index: 10;
}
.city#sierra-gorda{
    right: 1%;
    top: 20%;
    z-index: 9;
}
.city#antofagasta {
    left: 9%;
    top: 20.5%;
    z-index: 8;
}
.city#el-salvador {
    right: 2.3%;
    top: 30.7%;
    z-index: 7;
}
.city#copiapo {
    left: 9%;
    top: 33%;
    z-index: 6;
}
.city#los-andes {
    right: 6.4%;
    top: 50.7%;
    z-index: 5;
}
.city#valparaiso {
    left: 5.7%;
    top: 54.3%;
    z-index: 4;
}
.city#santiago {
    right: 6.5%;
    top: 57%;
    z-index: 3;
}
.city#concepcion {
    left: 1%;
    top: 70%;
    z-index: 2;
}
.city#puerto-montt {
    right: 14.5%;
    top: 87.3%;
    z-index: 1;
}
/*.city#puerto-montt .puerto,
.city#puerto-montt .puerto span{
    font-size: 0.7em;
}*/
.city .txt-ciudad{
    display: none;
}
.city .txt-ciudad p{
    font-size: 0.7em;
}
.city.active .txt-ciudad{
    display: block;
}
.mapa-desk{
    display: block;
}
.mapa-mobile{
    display: none;
}
/*nuevos css*/
@media(max-width: 1366px) {
.wrap{
    width: 90%;
    margin: 0 auto;
}
}
@media(max-width: 1266px) {
.is-12-until-widescreen{
    width: 100% !important;
}
}
@media(max-width: 768px) {
    .servicios-home .column.py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.servicios-home .column img {
    max-width: 50px;
}
footer .wrap .columns .column.links {
    padding: 0 ;
    border-right: none;
}

.slick-prev{
    left: -4%;
}
.slick-next{
    right: -4%;
}
.slider-noticias .slick-prev{
    left: 0%;
}
.slider-noticias .slick-next{
    right: 0%;
}
.slick-prev img{
   max-width: 20px;
}
.slick-next img{
   max-width: 20px;
}
.slider-somos{
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}
.banner {
    min-height: 780px;
}
p.titulos {
    font-size: 1.8em;
}
}

@media(max-width: 665px) {
.item-mapa{
    width: 150px;
}
.mapa-desk{
    display: none;
}
.mapa-mobile{
    display: block;
    max-width: 74%;
}
.titulo-ciudad{
    font-size:0.6em;
}
.city{
    width: 130px;
}
.city#puerto-montt .puerto{
    font-size: 0.6em;
}
.city#iquique{
    left: -38%;
}
.city#calama{
    right: -61%;
    top: 14%;
}
.city#sierra-gorda{
    right: -58%;
}
.city#antofagasta {
    left: -40%;
}
.city#el-salvador {
    right: -57.7%;
}
.city#copiapo {
    left: -40%;
}
.city#los-andes {
    right: -41.6%;
}
.city#valparaiso {
    left: -46.3%;
}
.city#santiago {
    right: -47.5%;
}
.city#concepcion {
    left: -60%;
}
.city#puerto-montt {
    right: -29.5%;
}
.city .txt-ciudad p{
    font-size: 0.6em;
}
.city::after {
        top: 10px;
    }
}

form .form-group.has-error select{
    border: 2px solid red;
}

form .form-group input[type=text]::-webkit-input-placeholder,form .form-group input[type=email]::-webkit-input-placeholder,form .form-group input[type=file]::-webkit-input-placeholder {
    text-transform: none
}

form .form-group input[type=text]:-ms-input-placeholder,form .form-group input[type=email]:-ms-input-placeholder,form .form-group input[type=file]:-ms-input-placeholder {
    text-transform: none
}

form .form-group input[type=text]::-ms-input-placeholder,form .form-group input[type=email]::-ms-input-placeholder,form .form-group input[type=file]::-ms-input-placeholder {
    text-transform: none
}

form .form-group input[type=text]::placeholder,form .form-group input[type=email]::placeholder,form .form-group input[type=file]::placeholder {
    text-transform: none
}