
body{
    margin: 0%;
    padding: 0%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.afacad-flux-afacad-flux {
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}


.navbar-mobile{
    background-color: #ffffff !important;
}

.navbar-mobile a{
    width: 30vw;
}
.navbar-mobile img{
    width: 100%;
}


.contact-icon{
    background-color: #080048;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-decoration: none;
}


@media (min-width:750px){
     /* INCIO NAV */
    .container-fluid{
        padding: 1%;
        height: 15vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
    }
    .lenz-logo{
        height: 80%;
        width: fit-content;
        overflow:hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lenz-logo img{
        height: 100%;
        width: auto;
        object-fit: cover;
    }
    
    #navbarNav{
        width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav{
        height: 60px;
        padding: 0%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        list-style: none;
    }
    .nav-item{
        border-style: none;
        min-width: fit-content;
        height: fit-content;
        margin-right: 2%;
        margin-left: 2%;
        padding-top: .5%;
        padding-bottom: .5%;
        padding-right: 3%;
        padding-left: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-item a{
        text-decoration: none;
        font-size:x-large;
        font-weight: 500;
        color: #030351;
    }
        /* FIN NAV  */
/* ----------------------------------- */


        /* Iconos de contacto */
    h1{
        margin-top: 4vh;
        font-size: xx-large;
        text-align: center;
        color: #000;
    }
    .div-contact-icons{
        background-color: rgba(255, 255, 0, 0.095);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20vw;
        margin-right: 20vw;
        padding: 2%;
        height: 40vh;  
    }
    .contact-icon{
        margin-left: .2%;
        margin-right: .2%;
        width: 30%;
        height: 90%;
    }   

    .div-contact-icons :nth-child(1){
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .div-contact-icons :nth-child(3){
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .contact-icon:hover{
        transform: scale(1.3);
        cursor: pointer;
    }
    .contact-icon img{
        width: 30%;
        margin-bottom: 5%;
    }
    .contact-icon p{
        text-align: center;
        color: #ffffff;
    }
        /* Iconos de contacto */    
}

@media (max-width:750px){
    h1{
        margin-top: 4vh;
        margin-bottom: 4vh;
        font-size: xx-large;
        text-align: center;
        color: #000;
    }

    .div-contact-icons{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 2%;
        padding-left: 5vw;
        padding-right: 5vw;
        min-height: 70vh;
        width:100%; 
    }
    
    .contact-icon{
        width: 70vw;
        height: 35vh;
    }
    .div-contact-icons :nth-child(1){
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .div-contact-icons :nth-child(3){
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .contact-icon:hover{
        transform: scale(1.1);
        cursor: pointer;
        background-color: rgb(0, 0, 32);
    }
    

    .contact-icon img{
        width: 30%;
        margin-bottom: 5%;
    }
    
    .contact-icon p{
        margin-top: 5%;
        font-family: afacad-flux;
        font-size: larger;
        text-align: center;
        height: 10px;
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    .contact-icon :nth-child(3){
        font-size:small;
    }

    .div-mapa h3{
        margin-top: 14vh;
        text-align: center;
    }
}

.div-mapa{
    padding-top: 1%;
    width: 100vw;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div-mapa h3{
    margin-top: 5vh;
    font-size: xx-large;
    color: #000000;
}

#zona-operacion{
    height: 60vh;
    width:90vw;
}






.grid-contacto{
    margin:5vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    width: 90vw;
}

.grid-contacto li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 1vh;
    margin-bottom: 2vh;
}

.campo-contacto{    
    display: flex;
    width: 100%;
    height: fit-content;
}

.valor-contacto, .campo-contacto p{
    font-size: x-large;
}
.email{
    font-size: large;
}
.icono-contacto{
    width: 10%;
    overflow: hidden;
}

.icono-contacto img{
    width: 100%;
    object-fit: contain;
}
