html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  background-color: white; 
}

a{
    font-family: "Lato";
    font-weight: 400;
    text-decoration: none;
    color:unset;
}

li{
    list-style: none;
}

ul{
    list-style: none;
    padding: 10px;
}

div{
    scroll-margin: 80px;
}

/* HEADER */

.tituloProvisorio{
    font-size: 50px;
    padding: 100px 0 100px 50px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100vw;
    transition: all .5s;
}

.displayLeftHeader{
    width: 200px;
}
.displayLeftHeader img{
    width: 200px;
}

.itemsListHeader{
    display: none;
}

.itemsListBurger{
    display: block;
    position: absolute;
    top: -27px;
    right: 0;
    font-size: 30px;
    color: #0075bb;
}

.itemsListBurger i{
    padding: 0 15px;
    transition: all 1s;
    color: #0075bb;
}

.styleBurgerMenu {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 100;
    padding-left: 20px;
    font-size: 18px;
    text-decoration: none;
    width: 300px;
    left: 500px;
    height: 100vh;
    padding-top: 30px;
    top: 58px;
    transition: all 1s;
}

.openMenu{
    left: -220px;
}


.itemsBurger {
    padding: 10px 0;
}

.itemsBurger a{
    font-size: 20px;
    color: #0075bb;
}

.itemsBurgerIcon{
    font-size: 40px;
    padding-top: 10px;
    margin-left: -10px ;
}

.subItemsBurger{
    font-size: 15px;
    font-weight: 200;
    visibility: hidden;
    height: 0;
    padding: 7px 5px;
}

.width{
    width: 300px;
}

.selected {
    font-weight: 600;
    transform: scale(1.2);
}

.selectedBurger{
    font-weight: 600;
}

.visible{
    height: 100%;
    visibility: initial;
}

.scrollHeader{
    padding: 0;
    height: 62px;
}

@media (min-width:679px) {
    header{
        height: 83px;
        padding-left: 2%;
    }
    .itemsListBurger i {
        padding: 10px 18px;
        transition: all 1s;
        color: #0075bb;
        font-size: 35px;
    }
    .scrollBurger i{
        padding: 0;
        transition: all 1s;
        color: #0075bb;
        font-size: 35px;
    }
    .itemsHeader, .itemsHeader a{
        color: #0075bb;
        font-weight: 600;
    }
    .itemsHeaderIcon {
        font-size: 35px;
        margin: -10px 10px;
    }
    .itemsHeader button{
        color: white;
        background-color: #1E3240;
        border: none;
        font-family: "Montserrat";
        font-weight: 500;
        border-radius: 3px;
        padding: 5px 10px;
        position: relative;
        top: -3px;
    }
    .itemsHeader button a{
        color: white;
        font-weight: 500;
    }
    .itemsHeaderIcon i{
        color: #0075bb;
    }
    .subItem{
        margin-bottom: 10px;
    }
    .subItem:hover{
        opacity: .6;
    }
    .subItemsHeader {
        visibility: hidden;
        position: fixed;
        z-index: 100;
        font-weight: 100;
        margin-left: -20px;
        padding: 20px 30px;
    }
    .openList{
        visibility: initial;
    }
    .openMenu{
        left: -210px;
    }

}

@media (min-width:990px) {
    header{
        justify-content: space-around;
    }
    .scrollHeader{
        display: flex;
        justify-content: space-evenly;
    }
    .itemsListBurger{
        display: none;
    }
    .displayRightHeader{
        width: 68%;
    }
    .itemsListHeader{
        display: flex;
        font-size: 20px;
        margin: 0;
        justify-content: space-evenly;
        margin-left: 20%;
    }

}

@media (min-width:1250px) {
    .itemsListHeader{
        font-size: 22px;
    }
}


/* WHATSAPP LINKEDIN */



.displayAccesoWL{
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 100000;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
}

.whatsAppLinkedin {
    font-size: 40px;
    background: transparent;
    color: #0075bb;
    padding: 10px 0;
}

.whatsAppLinkedin i{
    background-color: transparent;
}

.padding2{
    font-size: 45px;
    padding-left: 2px;
}

@media (min-width:679px) {
    .displayAccesoWL{
        right: 20px;
    }
}


@media (min-width:909px) {
    .displayAccesoWL{
        right: 30px;
    }
}

/* BANNER */

.banner{
    padding-top: 85px;
    background-image: url(../images/banner1.png);
    background-size: cover;
    width: 100vw;
    height: 150vw;
}

.containerTextoBanner{
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 120px;
    position: relative;
    top: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150vw;
}

.tituloBanner, .textoBanner, .textoBanner2{
    color: white;
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.tituloBanner{
    letter-spacing: 1px;
    font-family: "Lato";
    padding-bottom: 0;
}

.textoBanner{
    font-family: "Montserrat";
    font-weight: 200;
    color: rgba(255, 255, 255, 0.855);
    padding-top: 5px;
}

.textoBanner2{
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.855);
}

.botonBanner{
    font-family: "Montserrat";
    font-size: 14px;
    color: white;
    background-color: #0074BB;
    margin: 10px 5px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
    align-self: center;
    font-weight: 600;
}

@media (min-width:480px) {
    .containerTextoBanner{
        width: 100vw;
        height: 100vw;
    }
    .banner{
        height: 100vw;
    }
    .botonBanner{
        padding: 10px;
    }   
}

@media (min-width:679px) {
    .banner{
        margin-top: 83px;
        height: 47vw;
    }
    .containerTextoBanner{
        height: 54vw;
        position: relative;
        top: -150px;
    }
}
@media (min-width:990px) {
    .containerTextoBanner{
        height: 50vw;
    }
}

@media (min-width:990px) {
    .containerTextoBanner{
        position: relative;
        top: -120px;
    }
    .tituloBanner{
        font-size: 40px;
        margin: 10px 0;
    }
    .textoBanner{
        font-size: 30px;
        font-weight: 200;
        margin: 10px 25%;
        letter-spacing: 1px;
    }
    .textoBanner2{
        font-size: 18px;
        margin: 10px 0;
    }
    .botonBanner{
        letter-spacing: 1.5px;
        padding: 10px 20px;
    }
}

@media (min-width:1250px) {
    .containerTextoBanner{
        margin-top: 50px;
        position: relative;
        top: -140px;
        height: 47vw;
    }
    .tituloBanner{
        font-size: 48px;
    }
    .textoBanner2{
        margin: 40px 0;
    }
}


/* SERVICIOS */

.titulosServicios{
    margin: 10px 10px ;
    color: #1E3240;
    font-size: 25px;
}

.textoServicios{
    margin: 20px 10px;
    color: #504D4D;
    font-size: 15px;
    font-family: "Montserrat";
}

.displayServicios{
    width: 2500px;
    display: flex;
    flex-wrap: nowrap;
    margin: 30px 0;
    padding-left: 40px;
    align-items: center;
}

.leftArrow{
    font-size: 40px;
    position: absolute;
    left: 3vw;
    background-color: white;
    z-index: 1000;
    padding: 0 10px;
    border-radius: 100%;
    box-shadow: 1px 1px 11px #1e3240;
}

.leftArrow i{
    background-color: transparent;
    color: rgba(30, 50, 64, 0.8);
    position: relative;
    right: 2px;
    cursor: pointer;
    transition: all .5s;
}

.leftArrow i:hover{
    color: #1E3240;
}

.rightArrow {
    font-size: 40px;
    position: absolute;
    left: 83vw;
    background-color: white;
    z-index: 1000;
    padding: 0 10px;
    border-radius: 100%;
    box-shadow: 1px 1px 11px #1e3240;
}

.rightArrow i{
    background-color: transparent;
    color: rgba(30, 50, 64, 0.8);
    position: relative;
    left: 2px;
    cursor: pointer;
    transition: all .5s;
}

.rightArrow i:hover{
    color: #1E3240;
}

.cartaServicio{
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 267px;
    margin: 0 40px;
    overflow-y: hidden;
    position: relative;
    right: 0;
    transition: all 1s;
    cursor: pointer;
}

.hoverServicio{
    background-color: transparent;
    position: relative;
    top: 210px;
    transition: all 1s;
}


.nombreServicio{
    width: 200px;
    margin: 0;
    padding: 10px 15px;
    color: white;
    background-color: rgba(0, 118, 187, 0.75);
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
}

.descripcionServicios{
    background-color: rgba(30, 50, 64, 0.7);
    font-family: "Montserrat";
    font-weight: 200;
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 20px 10px;
    padding-bottom: 100%;
}


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

.marginTopTexto{
    text-align: center;
    font-weight: 600;
}

.textoServicios i{
    margin: 0 5px;
    font-size: 18px;
}

p.textoServicios.marginTopTexto {
    margin: 0;
}

.serviciosBottom {
    margin: 50px 5%;
}

.cerrarDetalle{
    display: none;
    position: fixed;
    font-size: 30px;
    top: 15%;
    color: white;
    right: 5%;
    z-index: 10;
    margin: -10px 0;
    background-color: transparent;
    cursor: pointer;
}

.cerrarDetalle i{
    background-color: transparent;
}


.show{
    display: block;
}


@media (min-width:480px) {
    .titulosServicios{
        margin: 20px 30px ;
    }
    .textoServicios{
        margin: 0 30px;
        font-size: 16px;
        margin-bottom: 50px;
    }
    .marginTopTexto{
        margin-top: -30px;
    }
    .serviciosBottom {
        margin: 80px 5%;
    }
    .listaServicio{
        top: 28%;
    }
    .listaServicio img{
        width: 380px;
    }
    .rightArrow {
        left: 85vw;
    }
}

@media (min-width:679px) {
    .servicios{
        display: flex;
        flex-direction: row-reverse;
        margin: 20px 40px;
    }
    .textoServicios{
        margin-bottom: 0;
    }
    .titulosServicios{
        font-size: 30px;
    }
   .serviciosBottom {
        margin: 100px 5%;
    } 
    .displayTextoBottom{
        flex-direction: row;
    }
    .displayTextoBottom .textoServicios{
        width: 72%;
    }
    .listaServicio{
        top: 23%;
    }
    .listaServicio img{
        width: 480px;
    }
    .displayServicios{
        width: 2940px;
        margin: 60px 0;
    }
    .rightArrow, .leftArrow{
        padding: 10px 20px;
    }
    .cartaServicio{
        margin: 0 47px;
    }
    #firstCard{
        margin-left: 80px;
    }
    
}

@media (min-width:990px) {
    .displayTextoBottom {
        justify-content: space-between;
    }
    .displayTextoBottom .textoServicios {
        width: 60%;
    }
    .listaServicio{
        top: 18%;
    }
    .listaServicio img{
        width: 700px;
    }
    .rightArrow {
        left: 90vw;
        font-size: 50px;
    }
    .leftArrow{
        font-size: 50px;
    }
    .displayServicios{
        width: 3000px;
    }
    .cartaServicio{
        margin: 0 60px;
    }
}

@media (min-width:1250px) {
    .servicios{
        margin: 5% 10%
    }
    .textoServicios{
        font-size: 20px;
    }
    .displayTextoBottom .textoServicios {
        width: 50%;
    }
    .detalleServicio{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        background-color: #000000bd;
    }
    .rightArrow {
        left: 92vw;
    }
}



/* CLIENTE */

#clientes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#clientes h3{
    width: 100vw;
    text-align: center;
    color: #1E3240;
    font-size: 25px;
}
.imagenesClientes {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    overflow: hidden;
}

.imagenesClientesJs{
    filter: grayscale(1);
    width: 130px;
    margin: 50px;
    position: relative;
    left: 810px;
    transition: all 1s;
}

.displayArrowsClientes{
    display: flex;
    align-items: center;
    height: 215px;
}

.leftArrowClientes {
    font-size: 40px;
    color: #9a9a9a;
    transition: all 1s;
    cursor: pointer;
}

.rightArrowClientes {
    font-size: 40px;
    color: #9a9a9a;
    transition: all 1s;
    cursor: pointer;
}

.leftArrowClientes:hover {
    color: black;
}

.rightArrowClientes:hover {
    color: black;
}

@media (min-width:480px) {
    .imagenesClientes{
        max-width: 380px;
    }
    .imagenesClientesJs{
        left: 635px;
        margin: 40px;
    }
}

@media (min-width:679px) {
    #clientes h3{
        font-size: 30px;
    }
    .imagenesClientes{
        max-width: 600px;
    }
    .imagenesClientesJs{
        left: 525px;
        margin: 40px;
    }
}

@media (min-width:990px) {
    .imagenesClientes{
        max-width: 900px;
    }
    .imagenesClientesJs{
        left: 410px;
        margin: 40px;
    }
}

@media (min-width:1250px) {
    #clientes h3{
        margin-bottom: 60px;
    }
    .imagenesClientes{
        max-width: 1100px;
    }
    .imagenesClientesJs{
        left: 590px;
        margin: 80px;
    }
    .leftArrowClientes {
        margin-right: 30px;
    }
    
    .rightArrowClientes {
        margin-left: 30px;
    }
}

@media (min-width:1350px) {
    .leftArrowClientes {
        margin-right: 60px;
    }
    
    .rightArrowClientes {
        margin-left: 60px;
    }
}


/* CONTACTO */

.displayContacto{
    display: flex;
    flex-direction: column-reverse;
}

.contactoLeft{
    width: 100vw;
    background-color: #e9ecf3;
    padding: 50px 0 50px 5%;
}
.containerMediosContacto{
    padding: 20px 0;
    background-color: transparent;
}

.containerMediosContacto a{
    color: #0074BB;
    background-color: transparent;
    cursor: pointer;
    font-weight: 400px;
}

.containerMediosContacto a:hover{
    text-decoration: underline;
}

.bold{
    font-weight: 600;
}

#contacto h3{
    margin: 20px 5%;
    color: #1E3240;
    font-size: 25px;
}

.contactoRight p{
    margin: 0 5%;
    margin-bottom: 30px;
    color: #504D4D;
    font-size: 15px;
    font-family: "Montserrat";
}

.tituloContactoLeft{
    background-color: transparent;
    font-size: 20px;
    padding-left: 30px;
}

.tituloMediosDeContacto{
    background-color: #e9ecf3;
    font-size: 25px;
    padding-left: 20px;
    margin: 0;
}

.descripcionMedioDeContacto{
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
    background-color: #e9ecf3;
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
}

.acomodarTexto{
    padding-left: 20px;
}

form{
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form label{
    color: #1E3240;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat";
    width: 100%;
    padding-bottom: 2px;
}

form input{
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border: none;
    background-color: #e9ecf3;
}

textarea {
    overflow: auto;
    width: 90vw;
    margin-bottom: 20px;
    border: none;
    background-color: #e9ecf3;
    height: 100px;
}

#botonEnviar{
    width: 102px;
    padding: 10px;
    background-color: #0074BB;
    color: white;
    font-family: 'Montserrat';
    border: none;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
}

.displayColumn{
    width: 100%;
}

.displayRow{
    width: 100%;
}

#mensajeEnviado{
    color: #0ba10b;
    font-size: 18px;
    margin: 0;
    position: relative;
    top: -10px;
    width: 96%;
    display: none;
}

#errorEnvio{
    color: #cb1c1c;
    font-size: 18px;
    margin: 0;
    position: relative;
    top: -10px;
    width: 96%;
    display: none;
}

.showMensaje{
    display: block;
}

.containerMaps{
    margin-bottom: -3px;
    display: none;
}

.containerMapsMobile{
    margin-bottom: -3px;
}

@media (min-width:679px) {
    form{
        margin: 0 10%;
    }
    textarea{
        width: 80vw;
    }
    #contacto h3{
        font-size: 30px;
        margin: 30px 10%;
    }
    .contactoLeft{
        padding: 50px 0 50px 10%;
    }
    .contactoRight p{
        margin: 20px 10%;
        margin-right: 20%;
    }
    .containerMaps{
        display: block;
    }
    
    .containerMapsMobile{
        display: none;
    }
}

@media (min-width:990px) {
    .displayContacto{
        flex-direction: row-reverse;
        margin-top: 100px;
    }
    .contactoLeft{
        width: 50vw;
        padding: 8%;
        padding-right: 0;
    }
    .contactoRight{
        width: 50vw;
        padding: 5%;
        padding-left: 0;
    }
    #contacto h3{
        margin: 0;
        margin-left: 10%;
    }
    .contactoRight p{
        margin: 30px 10%;
        margin-right: 20%;        
    }
    form input{
        margin-bottom: 10px;
        height: 30px;
        padding-left: 10px;
    }
    textarea{
        width: 100%;
        height: 100px;
        padding-left: 10px;
        padding-right: 30px;
    }
    form label{
        width: 100%;
    }
    .displayColumn {
        margin: 0;
        padding: 0 10px;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .displayRow{
        display: flex;
    }
    #botonEnviar{
        padding: 5px;
        margin-bottom: 10px;
    }

}
@media (min-width:1250px) {
    #contacto h3{
        margin-bottom: 20px;
    }
    form{
        margin: 0 8%;
    }
    textarea{
        height: 150px;
    }
    form input{
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }
    .contactoLeft{
        padding: 5%;
        padding-left: 8%;
    }
}


/* FOOTER */

.displayFooter {
    width: 100vw;
    background-color: #1E3240;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footerLeft {
    background-color: transparent;
    padding-bottom: 30px;
    text-align: center;
}

.footerLeft h2{
    background-color: transparent;
    color: white;
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.blkFooter{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    top: -10px;
}

.blkFooter i {
    width: 20px;
}

.parterText{
    color: white;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.iconosFooterLeft {
    background-color: transparent;
    font-size: 25px;
    color: white;
    margin-top: -10px;
    display: flex;
    justify-content: space-evenly;    
    padding: 0 10px;
}

.iconosFooterLeft i{
    background-color: transparent;
    padding: 0 5px;
}

footer h3{
    background-color: transparent;
    color: white;
    opacity: 0.5;   
    font-family: "Montserrat";
    padding-bottom: 10px;
    width: 80vw;
}


.logoIan {
    display: flex;
    align-content: center;
    align-items: center;
    background-color: black;
    justify-content: center;
}

.logoIan img{
    width: 80px;
}

.logoIan p{
    background-color: transparent;  
    color: white;
    font-family: "Montserrat";
}

.media679{
    background-color: transparent;
}

/* PROYECTOS */

.bannerProyectos{
    width: 100vw;
    height: 38.3vw;
    margin-top: 60px;
    background-image: url(../images/industriaMobile.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.containerBannerProyectos{
    width: 100vw;
    height: 38.3vw;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.tituloBannerProyectos{
    font-family: "Montserrat";
    background-color: transparent;
    padding-top: 20px;
    padding-left: 5%;
    margin-bottom: 0;
    color: #1E3240;
}

.textoBannerProyectos{
    background-color: transparent;
    font-size: 14px;
    padding-left: 5%;
    color: black;
    font-family: "Montserrat";
    font-weight: 400;
}

.displayProyectos{
    display: flex;
    flex-direction: row;
    width: 100vw;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.containerProyecto{
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin: 40px 0;
}

.imagenProyecto{
    width: 90vw;
    height: 90vw;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow-y: hidden;
    margin-bottom: 20px;
    cursor : pointer;
}

.descripcionImagenProyecto{
    background-color: rgba(30, 50, 64, 0.7);
    font-family: "Montserrat";
    padding: 10px 5px;
    margin: 0;
    color: white;
    position: relative;
    top : 100%;
    transition : all 1s;
}

.lugarProyecto, .tituloPieProyecto{
    font-family: "Montserrat";
}

@media (min-width:679px) {
    .bannerProyectos{
        margin-top: 80px;
        background-image: url(../images/industria.jpg);
        width: 100vw;
        height: 20vw;
    }
    .tituloBannerProyectos {
        font-size: 26px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .containerBannerProyectos{
        height: 20vw;
    }
    .textoBannerProyectos{
        font-size: 18px;
    }
    .containerProyecto{
        max-width: 500px;
        margin: 60px;
    }
    .imagenProyecto{
        max-width: 500px;
        max-height: 500px;
    }
}

/* AREA ESPECIALIZACION */

.areaEsp{
    display: none;
}

@media (min-width:990px) {
    .areaEsp{
        display: flex;
        width: 100vw;
    }
    .imagenEsp{
        width: 50vw;
    }
    .displayEsp{
        width: 50vw;
        display: flex;
        flex-direction: column;
        padding: 10% 5%;
    }
    .tituloEsp{
        font-family: "Montserrat";
        font-size: 22px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .textoEsp{
        font-family: "Montserrat";
        font-size: 15px;
        font-weight: 400;
        padding-top: 0;
    }
}

@media (min-width:990px) {
    .displayEsp{
        padding: 15%;
        padding-left: 5%;
        padding-bottom: 0;
    }
}