.ocultarInicial {
    display: none !important;
}

.ftco-navbar-light.scrolled .navbar-nav > .ocultarInicial {
    display: block !important;
}

.hero-wrap .overlay {
    opacity: .4;
    background: #072458;
}

.logo {
    margin-left: 17px;
    margin-bottom: 10px;
    margin-right: 17px;
}

.ftco-navbar-light .navbar-brand .logo {
    content: url('../images/mendez_logo.png');
    width: auto;
    height: 140px;
}

.ftco-navbar-light.scrolled .navbar-brand .logo {
    content: url('../images/mendez.png');
    width: 100px;
    height: auto;
    margin-top: 5px;
}


@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #214486 !important;
    }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand .logo {
    margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    text-align: right;
    border-top-color: #335dab;
    border-top-width: 1px;
    border-top-style: solid;
    padding-bottom: 15px;
    padding-top: 5px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .nav-item > .nav-link {
        border-top-color: #cfdaef !important;
    }
}

@media (max-width: 360px) {
    .ftco-navbar-light .navbar-brand .logo {
        width: 130px;
        height: auto;
    }
}
        
.ftco-project p {
    text-align: left;
}

.imagen_novedad {
    max-width: 150px;
    max-height: 100px;
    margin-bottom: 20px;
}

.contact-section .form-group label {
    font-size: 10pt !important;
    font-weight: bold !important;
}

#enviando {
    display: none;
    margin: 10px;
}

#enviando_imagen {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    width: 20px;
    height: 20px;
    background:transparent url('../images/enviando.gif') center no-repeat;
    background-size: cover;
}

.fh5co-cta {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-left: 30px;
}

@media (max-width: 640px) {
    .fh5co-cta {
        padding-left: 0px;
    }
}