.navbar-custom {
    background: #43A4AD;
}

.navbar-custom .topbar .nav-link {
    color: white;
}

.navbar-custom .topbar .nav-link:hover {
    color: black !important;
}

.footer{
    background: #43A4AD;
    color:white;
}
.menu .menu-item .menu-link>.menu-text:hover{
    color:#43A4AD;
}
.text-hover-primary{
    color:white;
}
.logo-box .logo-lg {
    height: 40px;
}

.logo-box .logo-sm{
    height: 40px;

}

.menu .menu-item.menuitem-active>.menu-link {
    color: #43A4AD;

}

.navbar-custom .topbar .nav-link:hover {
    color: black !important;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}


.menu .menu-item .menu-link.show, .menu .menu-item .menu-link:focus, .menu .menu-item .menu-link:hover, .menu .menu-item .menu-link[aria-expanded=true] {
    color: #43A4AD;
}
.navbar-custom .topbar li .nav-link.show {
    color: black;
}

.logo-lg img{
    height: 80px !Important;
    margin-bottom: 3rem;
}

.login-h4{
    margin: 10px 0;
    font-family: "Cerebri Sans,sans-serif";
    color: #343a40;
    font-size: 1.125rem;
    font-weight: 600;
}
.login-h2{
    font-size: 1.875rem;
    font-family: "Cerebri Sans,sans-serif";
    line-height: 1.1;
    font-weight: 500;
}

.auth-user-testimonial p.lead {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px;
    font-weight: 400;
}
@media (min-width: 992px) {
    .texto-login {
        margin-top: 10% !Important;
    }
}
