#box-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #5D9500 !important;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#box {
    height: 70px !important;
    width: 97% !important;
    max-width: 1700px !important;
    padding: 5px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px ;
}

.navbar-brand {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
}

.navbar-brand .img {
    height: 50px;
    width: 55px;
}

.navbar-brand .img img {
    height: 50px;
    width: 53px;
}

.navbar-brand .texto {
    margin-left: 10px;
    font-weight: bolder;
    font-size: 1rem;
    color: #fff;
}

.navbar-nav li {
    margin-left: 10px;
    border-radius: 5px;
}

.navbar-nav li:hover {
    background-color: #946846;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.navbar-nav li a:hover {
    color: #fff;
}

.dropdown a:focus{
    color: #fff !important;
}

.dropdown a {
    color: #fff !important;
}

.dropdown-menu{
    background-color: #5D9500 !important;
}

.dropdown-menu li{
    width: auto;
    margin-right: 9px;
    border-radius: 5px !important;
}

.dropdown-menu li a:hover {
    background-color: #946846;
    border-radius: 5px !important;
}

.colegiados {
    background-color: #946846;
}

.dropdown-divider {
    background-color: #fff;
}

.texto::before {
    content: "Colegio de Licenciados en Turismo";
}

@media screen and (max-width: 1000px){
    #box-menu {
        height: auto !important;
    }
    
    #box {
        height: auto !important;
        justify-content: space-between !important;
    }
    .navbar-toggler {
        border: 1px solid #fff !important;
        padding: 5px !important;
        font-size: 15px !important;
    }
    .navbar-nav li {
        padding: 5px;
        margin-left: 0px;
    }
    .dropdown-menu li{
        margin-left: 9px;;
    }
}

@media screen and (max-width: 400px) {
    .texto::before {
        content: "CLT Callao";
    }

    .navbar-brand {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
    }
}