.drop-p .dropdown-item .drop-text {
    height: fit-content;
}
.drop-p .dropdown-item{
    min-width: 0;
}
.drop-p .dropdown-item p {
    width: 100%;
    text-align: center;
}
.drop-p .dropdown-menu.show {
    height: fit-content;
    width: 200px;
    padding: 0;
	margin-left: -35px;

}

.navbar{
    padding: 0 6%;
    height: 75px;
    box-shadow: 0px -1px 27px #999;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: white;
}

.navbar-brand{
    height: 100%;
    min-width: fit-content;
}

.navbar-brand img{
    width: auto;
    height: 100%;
}

.nav-item{
    padding: 0 10px;
}

.nav-link{
    color: #b0b0b0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
}

.nav-link:hover, .nav-link:active, .nav-link:focus{
    color: black;
    outline: none;
}

.active .nav-link{
    color: black;
}

@media screen and (max-width: 1450px){
    .nav-item{
        padding: 0 5px;
        text-align: center;
    }

    .navbar{
        padding: 0 4%;
    }
}

.language{
    font-size: 13px;
    padding: 0;
    height: fit-content;
    align-self: center;
}

.language .nav-link{
    text-transform: capitalize;
}

.language .nav-link:hover{
    color: #c1d129;
}

.language.active .nav-link{
    color: #c1d129 !important;
}

.language .nav-link nav{
    border-right: 2px solid #b0b0b0;
    padding: 0 10px;
}

.language:last-child .nav-link nav{
    border-right: none;
    padding: 0 10px;
}

@media screen and (max-width: 1200px){
    .nav-item{
        padding: 0;
        font-size: 12px;
    }
    .navbar {
        padding: 0px 2%;
    }
}

.dropdown-menu.show{
    border: none;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    align-items: center;
    border-bottom: 10px solid #c1d129;
}

.drop2.dropdown-menu.show{
    position: absolute !important;
    top: 51px;
    left: inherit;
    transform: none;
}


/* .dropdown-item{
    max-width: 33.3%;
    min-width: 250px;
    padding: 0 40px;
} */

.dropdown-item .drop-text{
    position: relative;
    /* height: 30px; */
}

.dropdown-item img{
    padding: 5% 0;
}

.dropdown-item p{
    text-transform: uppercase;
    white-space: normal;
    color: #b0b0b0;
    font-weight: 700;
    font-size: 12px;
    bottom: 0;
	width: 150px;
}

@media screen and (max-width: 1440px){
    .dropdown-item p{
        width: 100%;
    }
}

.dropdown-item:focus, .dropdown-item:hover{
    background: none;
}

.dropdown-item:focus p, .dropdown-item:hover p{
    color: black;
}

@media screen and (max-width: 991px){

    .navbar {
        padding: 0px 4%;
    }

    .nav-item{
        text-align: left;
    }

    .navbar-collapse{
        background: white;
        width: 100%;
        position: fixed;
        top: 75px;
        left: 0px;
        right: 0px;
    }

    .navbar-collapse ul{
        padding: 20px 10%;
    }

    .language{
        font-size: 13px;
        padding: 0;
        height: fit-content;
        align-self: flex-start;
        display: inline-block;
    }

    .lang-conteiner{
        margin: 40px 0 0 -10px;
    }

    .dropdown-menu.show{
        position: inherit !important;
        top: inherit;
        left: inherit;
        transform: inherit;
        background-color: inherit;
        display: inherit;
        align-items: inherit;
        justify-content: inherit;
        padding: inherit;
        height: inherit;
        width: inherit;
        border-bottom: none;
    }

    .drop2.dropdown-menu.show{
        position: inherit !important;
        top: inherit;
        left: inherit;
        transform: none;
        padding: 0 !important;
    }

    .drop-p .dropdown-item p {
        padding: 0!important;
        border: 0 !important;
		text-align: left;
    margin-left: 30px;
    }

    .dropdown-item{
        max-width: unset;
        min-width: unset;
    }

    .dropdown-item .drop-text{
        margin: 0;
    }

    .drop-text p{
        position: inherit;
        bottom: inherit;
        width: 100%;
        margin: 0;
    }

    .dropdown-menu.show img{
        display: none;
    }

}
