body {
    font-family: 'Montserrat';
}
.container-fluid{
    padding-left: 80px;
}
.navbar-light .navbar-nav .nav-link {
    color: #18A0FB;
    font-size: 15px;
  }
.nav-2{
    display: none;
}
a.nav-link {
    display: flex;
    align-items: center;
}
a.nav-link i{
    color: #eea539;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    padding: 15px 20px;
    font-size: 20px;
}
.carousel-control-next, .carousel-control-prev {
    filter: invert(50%);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}
.btn-ingresar{
    width: 192px;
    height: 52px;
    background: #18A0FB;
    margin-top: -100px;
}
h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
}
h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.btn-leerMas{
    color: #18A0FB;
    border-color: #18A0FB;
}
.banner-nosotros{
    height: 600px;
    align-items: center;
}
.texto-nosotros{
    padding-right: 5rem;
}
.banner-gris{
    height: 600px;
    background: #F5F5F5;
    align-items: center;
    padding-left: 80px;
}
footer{
    height: auto;
    align-content: center;
}
footer .nav-item{
    padding-left: 60px;
    padding-right: 60px;
    color: black;
}
footer .nav-link{
    color: black;
    font-size: 15px;
    font-weight: 700;
}
footer .footer-logo2{
    display: none;
}
form{
    width: 500px;
}
.btn-enviar{
    background: none;
    border: 1px solid #b0b4b6;
    width: 150px;
}
.productos{
    display:flex;
}

@media (max-width: 767px){
    .container-fluid{
        padding-left: 10px;
    }
    .nav-1{
        display: none;
    }
    .nav-2{
        display: flex;
    }
    .btn-ingresar {
        width: 150px;
        height: 42px;
        margin-top: -60px;
      }
    .banner-nosotros{
        display: table;
        height: auto;
    }
    .texto-nosotros{
        display: table-caption;
        padding: 10px;
    }
    .banner-gris{
        padding: 10px;
    }
    .banner-testimonio{
        height: auto;
    }
    .mapa iframe{
        width: 100%;
    }
    footer .footer-logo1{
        display: none;
    }
    footer .footer-logo2{
        display: flex;
    }
    footer .nav{
        display: grid;
    text-align: center;
    }
    form{
    width: 100%;
    }
    .productos{
        display:block;
    }
}
