.logo{
    max-width: 180px;
}
.bg-light-box {
    background-color: #ffffff!important;
    box-shadow: 3px 3px 27px #eaeaea!important;
}
.form-control:focus {
    color: #9B9B9B;
    background-color: #fff;
    border-color: #97d6d9!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(3 153 161 / 25%)!important;
}
.btn-primary:hover {
    color: #000;
    background-color: #03c0c9!important;
    border-color: #00777c!important;
}
a:hover {
    color: #039AA1!important;
}
.page-header.nosotros {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .3)), url('../img/nosotros/banner.jpg') center center no-repeat;
    background-size: cover;
}
.page-header.servicios {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .3)), url('../img/servicios/banner.jpg') center center no-repeat;
    background-size: cover;
}
.page-header.contacto {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .3)), url('../img/contacto/banner.jpg') center center no-repeat;
    background-size: cover;
}
body{
    font-family: 'Montserrat'!important;
    font-size: 15px;
}
.row-footer{
    display: flex;
    align-items: center;
}