@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;400;500;600;700;800;900&display=swap');
@media screen and (max-width: 1420px) and (min-width: 1300px){

    .underline {
        font-size: 1.2rem !important;
    }

    .nav-item > a {
        font-size: 1.3rem !important;
    }

}

@media screen and (max-width: 1290px) and (min-width: 1200px){

    .underline {
        font-size: 1rem !important;
    }

    .nav-item > a {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px){

    .underline {
        font-size: 1rem !important;
    }
    .arrow{
        display: none !important;
    }

    .down::after{
        display: none !important;
    }

}


@media (max-width: 1025px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-10px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: blue }
	.dropdown-menu > li:hover > .submenu{
		display: inline-table;
	}

    .arrow{
        display: none !important;
    }

    .down::after{
        display: none !important;
    }



}

@media screen
and (max-width: 1025px){
    .dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:0%; 
        top: -7px !important;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: blue }
	.dropdown-menu > li:hover > .submenu{
		display: block !important;
	}

    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-item{
        text-align: center !important;
        font-size: 1.3rem !important;
    }

    .dropdownonly{
        display: none !important;
    }

    html{
        width: 100% !important;
    }

    .navbar{
        width: 95% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        position: relative !important;
        background-color: #686768;
        border-radius: 25px !important;
    }

    .underline:after {
        display: none !important;
    }

    nav ul li{
        font-size: 1.5rem;
    }

    .navbar-collapse{
        text-align: center !important;
    }

    .rede-social{
        margin-top: 5%;
        justify-content: center;
    }

    .rede-social li{
        padding: 3%;
    }

    .arrow {
        display: none !important;
    }

    .mobile{
        display: block !important;
        margin: 3% !important;
    }


    .home__logo{
        display: none;
    }

    .mobile__link{
        
    }

    .marca::after{
        content: none !important;
    }
    
}

.dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
}
.dropdown-menu li{
    position: relative;
}
.nav-item .submenu{
    display: none;
    position: absolute;
    left:100%; top:-10px;
}
.nav-item .submenu-left{
    right:100%; left:auto;
}
.dropdown-menu > li:hover{ background-color: blue }
.dropdown-menu > li:hover > .submenu{
    display: inline-table;
}

html { 
    max-width: 100% !important; 
    scroll-behavior: smooth;
    margin: 0 auto;
}

header{
    position: absolute;
    width: 100%;
    margin: 2% 1%;
}


body{
    font-family: 'Barlow', sans-serif !important;
    background-color: #F2F2F2 !important;
}

li a:hover{
    text-decoration: none;
    color: #686768;
}

.navbar-item{
    padding-left:30px;
    padding-right:30px;
}

.down::after{
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: .255em;
    vertical-align: .255em !important;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0 !important;
    border-left: .3em solid transparent;
}


/* -- sub menu --*/

.dropdown-item{
    color: #575756 !important;

}

.dropdown-menu{
    border: 1px solid white!important;
    background-color: white !important;
    width: 100%;
    top: auto;
}

/*
.uppercase > .dropdown-menu:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #000 transparent;
    display: inline-table;
    width: 0;
    z-index: 1;
    top: -13px;
    left: 0px;
}
 */

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #2BADBA;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu li{
    font-size: 1.2rem;
}

.icon{
    background-size: 10px;
    width: 30px !important;
    height: 30px !important;
}


.underline:after {
    display: block;
    height: 0;
    width: 20px; /* any width of your choice with any units e.g. px, em... */
    border-bottom: 2px solid;
    content: "";
}


.navbar{
    width: 95%;
    z-index: 1030;
    top: 0px;
    background-color: white;
    border-radius: 75px;
    padding: 0% 7% 0% 4%;
    margin: auto;
}

.navbar ul{
    width: 100%;
    justify-content: end;
}

.navbar ul li a{
    font-size: x-large;
}




.navbar-item{
    padding-left:30px;
    padding-right:30px;
    
}  

.uppercase{
    text-transform: uppercase;
    font-size: larger;
    color: #035024ff !important;
}



.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    right: 0%;
    height: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.mobile{
    display: none;
    
}

.forcew{
    width: auto !important;
}

.ma__bg:hover{
    background-color: #2BADBA;
}

.qualidade__bg:hover{
    background-color: #F1B45E;
}

.menu_btn{
    background-color: transparent;
    border-radius: 28px;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 7px 20px;
}

.nav-button{
    margin: auto 0px;
}

.nav-center {
    margin: auto 0px;
}