

/* Compass v1.8.4 */ 

@media screen and (max-width: 768px){
    html{
        width: 100%;
        overflow-x: hidden;
    }
    body {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .container-geral {
        padding: 0 0%;
        max-width: 100%;
    }
    .container-geral.sobre .quem-somos {
        padding: 8% 4%;
    }
    .barra-superior-filiais, .barra-superior, .barra-inferior {
        left: 0;
        height: auto; 
    }
    .container-geral.sobre .barra-superior-filiais,.barra-superior,.barra-inferior{
        height: auto;
        left: 4%;
    }
    .barra-inferior h1, .text-quem-somos h1, .barra-superior h1, .barra-superior-filiais h1{
        font-size: 1.5rem;
        margin-left: 0px;
    }

    header{
        position:relative;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background-size: cover !important;        
        z-index: 0;
    }
    header::before{
        content: '';	
	    position: absolute;
	    top: calc(-100% - var(--height-menu-bar)); 
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    height: calc(var(--height-menu-bar)); 
	    transition: top 1.65s ease-in-out;
	    background-size: cover !important; 
	    z-index: 1;
        
    }
    header::after{
        content: '';	
	    position: absolute;
	    top: 0; 
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.3); 
	    z-index: 1;
        /* background-size: cover !important; */
    }
    #page-blog header::after{
	    background-color: rgba(0,0,0,0.5); 
    }
    
    .container-geral .box-publicacoes{
        margin: 40px 0;
    }
   
    .container-sobre,.container-banner{
        height: 300px;
        /* margin-top: 100px; */
    }

    .header-search-single{
        top: 0px;
        width: 100%;
        right: 0px;
    }

    .header-search-single form {
        width: 100%;
    }

    .login {
        justify-content: center;
        width: 100%;
    }

    #campo-atendimento{
        height: auto;
        position: relative;
        top: -50px;
        background-image: none !important;
    }

    #campo-atendimento .overlay{
        display: none;
    }

    .wrapper-pesquisa {
        justify-content: flex-end;
    }

    .container-menu .menu-links {
        max-width: 100vw;
        width: 100vw;
        justify-content: center;
        align-items: center;
    }

    .retangulo1 > img{
        display: none;
        position: static;
    }

    .voltar-home {
        margin-left: 0px;
        position: absolute;
        margin-top: 0px;
        left: calc(-1.875rem - 2px);
        top: 0px;

    }

    .img-divisoria {
        position: relative;
        margin-top: 50px;
        background-color: var(--background-color);
        padding: 50px 0;
    }

    .img-divisoria img {
        display: none;
        position: relative;
        width: auto;
        left: 0;
    }

    .campo-left, .campo-right{
        display: none;
    }

    .retangulo-icons-geral-mobile {
        background-color: var(--primary-color);
        display: block;
    }

    .descricao-icons-mobile > div {
        margin: 0px 0px 30px 0px;
        width: 100%;
    }

    .descricao-icons-mobile img {
        width: 85px;
        margin: 0px auto 20px auto;
    }


    .icon-menu {
        display: block;
    }

    .menu-text {
        display: none;
    }
 
    .descricao-container {
        width: 100%;
    }

    .descricao-container h3 {
        font-size: 21px;
    }

    nav.login {
        margin-top: 140px;
        opacity: 1;
        margin-right: 0px;
    }

    .redes-sociais{
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
        padding: 0px 6%;
    }

    .signin-btn, #menu-top.active > .nav > div.controls .signin-btn {
        width: 40px;
        height: 40px;
        padding: 0px;
    }

    .container-pesquisa-btn, .btn-input-active {
        height: 40px;
    }

    .signin-btn a:last-child{
        display: none;
    }

    .icon-person,
    #menu-top.active > .nav > div.controls .signin-btn > a .icon-person {
        margin-right: 0px;
    }
    
    .container .elipse{
        left: -45%;
        height: 620px;
    }

    .social-icons {
        margin-top: 110px;
        margin-right: 0px;
    }

    .line {
        margin-left: 0px;
        height: 100px;
        margin-right: auto;
        position: absolute;
        right: 53px;
        /* position: relative;
        right: 17px; */
    }

    .container-pesquisa {
        margin-left: 0px;
    }

    .social-icons a {
        margin-left: auto;
    }

    
    .container .text-home{
        position: relative;
        top: -20px;
        z-index: 2;
    }

    .container .text-home p{
        padding: 0px 23px;
    }

    .container .text-home p, .container .text-home span {
        margin-left: 0px;
        font-size: 1.9rem;
        margin-top: 12px;
        text-align: center;
    }

    .container .text-home p br {
        display: none;
    }

    .container .text-home p strong {
        font-size: 2rem;
    }

    .container-menu .menu-imagem {
        display: none;
    }

    .modal-content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .container-lojas {
        flex-direction: column;
        gap: 28px;
    }

    .container-historia-texto-geral{
        position: relative;
        width: 100%;
        left: 0px;
        padding: 0px 30px;
        top: calc(50% - 200.5px);
    }

    .container-historia-texto-geral h1, .servicos .servicos-titulo,
    .ondas-text-newsletter{
        font-size: 1.5rem;
        width: 100%;
    }

    .ondas-text-newsletter{
        text-align: center;
    }

    .compras-online {
        top: -90px;
        right: 0;
    }

    .compras-online img {
        /* margin-top: 114px; */
        width: 100px;
        /* margin-right: 80px; */
    }

    .compras-online .sombra-cart{
        left: -7px;
        width: 90px;
    }

    .retangulo-icons-geral {
        display: none;
    }

    .container-segmentos {
        margin-left: 0px;
        padding: 0px 30px;
        width: 100%;
        margin-top: 0px;
        flex-direction: column;
    }

    .ondas-text{
        margin-top: 0px !important;
    }

    .servicos {
        margin-bottom: 40px;
    }

    .container-ondas {
        align-items: center;
        margin-top: 20px;
        background-color: var(--background-color);
    }

    .container-ondas .onda1,.container-ondas .onda2{
        display: none;
    }

    .circle-container {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }

    /* .retangulo-icons-geral {
        overflow-x: scroll;
    } */

    /* .retangulo1 {
        width: 0%;
        background: #BA181A;;
    } */

    .descricao-icons {
        margin-left: 7.25rem;
        gap: 33px;
    }

    .descricao-icons-mobile {
        padding: 30px 0px;
    }

    .descricao-icons-mobile h3 {
        color: var(--secondary-color);
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: 6px;
        text-align: center;
    }
    .descricao-icons-mobile p {
        text-align: center;
    }

    .frota, .centro-distribuicao, .agilidade, .produtos, .expertise{
        /* padding: 0px; */
        gap: 0px;
        height: auto;
    }

    .circle-container img {
        width: 100%;
    }

    .container-ondas-text {
        padding: 0px 30px;
        flex-direction: column;
        height: auto;
    }

    .onda2 {
        width: 100%;
        height: 100%;
    }

    .container-form form {
        position: static
     }

    .ondas-text {
        position: static;
        margin-left: 0px;
        margin-top: 200px;
        width: 100%;
    }

    .ondas-text2, .ondas-text-bottom {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .ondas-text-gratis{
        font-size: 1.5rem;
        text-align: left;
        text-align: center;
        width: 100%;
    }

    .container-form {
        margin-right: 0px;
    }

    .container-form form {
        width: 100%;
        padding: 0px;
    }

    .wrapper-btn-send {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .wrapper-btn-send .botao-enviar {
        margin-left: 0px;
    }

    .clientes{
        height: auto;
        padding: 50px 30px;
    }

    .carousel .card .img {
        width: 160px;
    }

    .wrapper .carousel, .clientes .wrapper .carousel {
        grid-auto-columns: 50%;
    }
   
    .container-menu > .menu-links > nav > ul{
        margin-left: 0px;
    }

    nav {
        margin: 1.25rem 0.5rem;
        align-items: flex-start;
        position: relative;
    }

    /* ########################### BLOG ############################# */

    #page-blog .container-geral {
        padding: 0 4%;
    }
 
    .container-blog {
        margin-bottom: 0px;
        width: 100%;
        min-height: 400px;
    }

    .container-blog > .post-update {
        margin-top: 29%;
        position: static;
        border-right:0px;
        background-color: var(--primary-color);
        width: 100%;
        height: auto;
        border-bottom: 0px;
        margin-bottom: 35px;
    }

    .container-blog > .post-update > .box{
        left: 62%;
        top: auto;
        padding: 20px;
        text-align: left;
        position: static;
        width: 100%;
    }

    #page-blog .post-principal{
        flex-direction: column;
        width: 90%;
        margin: 0% 0 2% 0;
        z-index:2;
    }

    #page-blog .post-principal > .left-img {
        width: 100%;
    }

    #page-blog .post-principal > .right-info {
        width: 100%;
        padding: 0px;
        margin-top: 15px;
    }

    #page-blog .post-principal > .right-info h2, #page-blog .publicacao > .bottom-info h2 {
        font-size: 1.5rem;
    }

    #page-blog .post-principal > .right-info a {
        width: 60%;
        height: 35px;
        font-size: 18px;
    }

    #page-blog .publicacao {
        width: 100%;
    }
    
    .container-blog-menu{
        position: absolute;
        top: 0px;

        width: 100%;
        padding: 0px;
        margin-left: 0px;
        border-radius: 0px;
    }

    .container-blog-menu img {
        margin-left: 0px;
    }

    .container-blog-menu a {
        width: 100%;
        text-align: center;
    }

    .container-blog-menu #clickmenu{
        width: 100%;
        text-align: center;
    }

    .section-chat form {
        width: 100%;
    }

    nav.blog {
        width: 100%;
        position: static;
        float: none;
        margin-top: 0px;
    }

    .barra-sobre {
        margin-right: 0px;
    }

    /* ############### BLOG END ##################### */

    /* ############# SINGLE POST ################## */

    .container-blog > .post-update {
        display: block;
    }

    .waves {
        display: none;
    }

    .banner-main{
        margin-top: 0px;
    }

    .wrapper-description article h2 br{

        display: none;
    }

    .banner-main h2, .section-ready-more h2, .wrapper-cards .card-ready-more .title-card h2{
        font-size: 1.5rem;
    }

    .wrapper-cards{
        flex-direction: column;
    }

    .section-chat form {
        padding: 0;
    }

    .section-chat .wrapper-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .content-work-us h2 {
        font-size: 1.4rem;

    }

    .curriculum {
        margin-bottom: 50px;
    }

    .content-work-us h2 br {
        display: none;
    }

    .content-work-us {
        width: 100%;
        padding-right: 0px;
    }

    .section-chat .content-user {
        width: 100%;
    }

    .section-chat .content-user:after {
        top: -14px;
        left: 12%;
        transform: rotate(0);
    }

    .section-chat .messages {
        margin-top: 20px;
    }

    .icon-next-message {
        margin-left: 0;
    }

    .section-chat .messages:last-child {
        margin-left: 0;
    }

    .wrapper-cards .card-ready-more {
        width: 100%;
    }

    .section-chat form textarea {
        width: 100%;
    }

    .banner-main h2 br {
        display: none;
    }

    .wrapper-description {
        flex-direction: column;
        gap: 0px;
    }

    .wrapper-description article {
        width: 100%;
    }
    /* ############# SINGLE POST END ################## */

    /* ############## SOBRE ################*/
    nav.sobre {
        width: 100%;
        float: none;
        margin: 0px;
        align-items: flex-start;
    }

    .container-sobre-menu, .container-menu-1{
        width: 100%;
        margin-left: 0px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0px;
        top: 0px;
        z-index: 99;
        position: absolute;
        margin-top: -100px;
    }

    .container-menu-1 .element-bar-1{
        margin-right: unset;
    }

    .marcas-festpan-titulo {
        margin-bottom: 20px;
        text-align: center;
    }

    .container-sobre-menu img{
        margin-left: 0px;
        width: 75%;
    }

    .container-sobre-menu a, .container-menu-1 a{
        width: 100%;
        text-align: center;
    }

    .text-sobre-nos, .text-title-menu, .barra-vermelha-sobre, .element-bar-2 {
        display: none;
    }

    .quem-somos {
        flex-direction: column;
    }

    .text-quem-somos {
        width: 100%;
        margin-top: 40px;
        padding: 0px;
    }

    .container-area-atuacao {
        flex-direction: column;
        padding: 2% 4%;
    }

    .area-atuacao-icon{
        flex-direction: column;
        width: 50%;
    }

    .container-area-atuacao-icon {
        width: 100%;
    }

    .area-atuacao-text p, .area-atuacao-text2 p {
        width: 100% !important;
        padding: 0px;
        margin-bottom: 25px;
    }

    .area-atuacao-moldes {
        padding-left: 4%;
        padding-right: 4%;
        flex-direction: column;
        gap: 20px;
    }

    .area-atuaÃ§Ã£o-molde {
        margin: 0px;
        width: 100%;
    }

    .area-atuaÃ§Ã£o-molde h1 {
        font-size: 1.2rem;
    }

    .container-marcas-festpan {
        margin-top: 25px;
    }

    .marcas-festpan {
        flex-direction: column;
        gap: 20px;
    }

    .logo-marcas-festpan1, .logo-marcas-festpan2, .logo-marcas-festpan3 {
        width: 100%;
    }

    .logo-marcas-festpan1 img, .logo-marcas-festpan2 img, .logo-marcas-festpan3 img {
        width: 200px;
    }

    .filiais-estado {
        width: 100%;
    }

    .filiais-titulo p {
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .selecionar-estado{
        width: 100%;
    }

    .container-filiais {
        padding: 6% 4%;
    }

    .barra-superior-filiais {
        margin-top: 25px;
    }

    .wrapper-info-map {
        flex-direction: column;
        align-items: flex-start;
    }

    .descricao-container {
        height: auto;
        margin-bottom: 40px;
    }

    .mapa-container {
        width: 100%;
        height: 400px;
    }

    /* ############## SOBRE END ################*/
    
    /* ############# CONTATO ################## */
    .infozap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .infozap > div {
        width: 50%;
        text-align: center;
    }

    .infozap .socialrede {
        width: 100% !important;
    }

    .container-sobre nav,  .container-banner nav{
        
        width: 100%;
        margin: 0;
        top: 0;
        float: none;
    }

    .container-contato {
        padding: 4% 0;
    }

    .container-contato {
        flex-direction: column;
    }

    .leftside, .infozap, .rightside {
        width: 100%;
    }

    .leftside h3, .title h2 {
        font-size: 1.5rem;
    }

    .leftside p {
        font-size: 20px;
    }

    .socialrede  {
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .socialrede a{
        width: 56px;
        height: 56px;
    }

    /* ############# CONTATO END ################## */

    /* ############# LOGIN ################## */

    .portal-cliente{
        flex-direction: column;
        gap: 25px;
    }

    .sou-cliente, .sou-vendedor {
        width: 90%;
    }

    /* ############# LOGIN END ################## */

    /* ############# FOOTER ################## */

    .container-footer {
        flex-direction: column;
        padding: 2.5rem 0px;
    }

    .footer-links, .footer-endereco {
        width: 100%;
        text-align: center;
    }

    .footer-catalago {
        margin: 50px 0px;
    }

    .footer-redes-sociais {
        width: 100%;
    }

    .footer-logo{
        width: 10.5rem;
    }

    .footer-redes-sociais img {
        width: 45px;
        margin-bottom: 0px;
    }
    
    .arrow-footer {
        width: 50px;
        height: 50px;
        left: calc(50% - (50px / 2));
        top: calc(-50px / 2);
    }

    .arrow-footer img {
        width: 50px;
    }

    .wrapper-links-mobile {
        display: block;
        width: 100%;
    }

    .wrapper-links-mobile .accordion{
        border-bottom: 1px solid var(--border-color-light);
    }

    .wrapper-links-mobile .accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }
    .wrapper-links-mobile .accordion-header p{
        font-size: 16px;
        font-weight: bold;
    }

    .wrapper-links-mobile .accordion-header p i{
        font-size: 30px;
    }

    .wrapper-links-mobile .accordion-body {
        padding: 0px 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .wrapper-links-mobile .accordion-body ul li{
        color: #ffffff;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .footer-container-redes-sociais{
        justify-content: center;
        align-items: center;
    }

    .footer-links, .footer-endereco {
        display: none;
    }

    /* ############# FOOTER END ################## */

    /* ############# TRABALHE CONOSCO 2 ################## */

    .barra-search {
        flex-direction: column;
        gap: 12px;
        width: 93% !important;
    }

    .header-form {
        height: auto;
        text-align: center;
        padding: 10px 0px;
    }

    .search-barra {
        width: 100%;
    }

    .barra-search form input {
        width: 100% !important;
    }

    .personal-data .wrapper-input .form-group, .address .wrapper-input .form-group, .language .wrapper-input .form-group, .training .wrapper-input .form-group, .professional .wrapper-input .form-group{
        flex-direction: column;
    }

     .line-form {
        width: 100% !important;
    }

    body  .personal-data .wrapper-input .form-group.w33 .line-form{
        width: 100% !important;
    }

    .address .wrapper-input .form-group.w25 .line-form{
        width: 100% !important;
    }

    .personal-data, .address, .language, .training, .description-course, .professional{
        padding: 0 4%;
    }

    /* ############# TRABALHE CONOSCO 2 END ################## */

    /* ############# RECEITAS ################## */

    .modo-preparo h2, .wrapper-preparo h2{
        font-size: 2rem;
    }

    .modo-preparo {
        margin-top: 20px;
    }

    .video-big iframe {
        width: 100%;
    }

    .option-revenue {
        margin-top: 0px;
    }

    .amount-revenue .wrapper-like {
        width: 100%;
    }

    .section-video, .amount-revenue{
        padding: 0px;
    }

    .wrapper-revenue, .wrapper-video {
        flex-direction: column;
        padding: 0px;
    }

    .option-revenue .link-revenue {
        width: 100% !important;
    }

    .video-big {
        width: 100% !important;
    }

    .wrapper-like {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0px;
        width: 100%;
    }

    .section-compartilhar {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .amount-revenue{
        margin-top: 48px;
    }

    .section-like {
        margin-bottom: 50px;
    }

    .barra-recomendado {
        margin: 40px 0 50px 0;
    }

    /* ############# RECEITAS END ################## */

    /* ############# RECEITA SINGLE ################## */

    .wrapper-header {
        flex-direction: column;
        gap: 30px;
    }

    .btn-back {
        width:40%;
        margin-right: auto;
        height: 50px;
    }

    .title-revenue {
        margin-left: 0px;
        margin-right: 0px;
    }

    .info-revenue {
        width: 100%;
        padding-bottom: 30px;
    }

    .wrapper-info{
        flex-direction: column;
    }

    .box-info{
        width: 90%;
        text-align: center;
    }

    .wrapper-preparo, .wrapper-compartilhar{
        flex-direction: column;
    }

    .ingredientes, .modo-preparo{
        width: 100%;
    }

    .ingredientes ul li {
        margin-bottom: 20px;
    }

    .wrapper-compartilhar .redes h2, .wrapper-compartilhar .favoritos h2 {
        font-size: 2rem;
    }

    .wrapper-compartilhar .redes {
        margin-bottom: 50px;
    }

    .wrapper-compartilhar .redes, .wrapper-compartilhar .favoritos{
        flex-direction: column;
        gap: 30px;
    }

    /* ############# RECEITA SINGLE END ################## */
    
    /* ############## MENU MOBILE ####################*/
    #menu-top{
        max-width:100%;
    }
    #menu-top.active{
        backdrop-filter: blur(10px);
        background-color: rgb(0 0 0 / 50%);
    }
    #menu-top .nav{	
	    --padding-total-menu: calc(((6% + 20px)* 2));
	    --height-menu-bar: calc(30px + 30px);
        --width-menu-bar: 100%;/* calc((100% - var(--padding-total-menu)) + 20px) */
        max-width:100%;
        margin:15px 0;
    }
    #menu-top .menu-box{
        gap: 30px;
    }
    #menu-top.active .nav{
        transform:scale(1);
    }
    #menu-top.active .menu-box{
        gap: 25px;
    }
    #menu-top.active .nav{
        padding:0 2%;
    }
    #menu-top.header #menu-dotts.active-icon{
        --dimension-dotts-menu: 20px;
        --space-menu: 20px;
    }
    #menu-top.active .menu-box #menu-dotts .menu{
    
    }
    #menu-top.active .nav::after{
        height: calc(var(--height-menu-bar) + 10px);
    }
    #menu-top.active .nav::before{
        top: calc(var(--height-menu-bar) + 20px);
    }
    #menu-top #nav-menu .menu-title{
        display:none;
    }
    #menu-top.active #nav-menu.nav__menu{
        opacity:1;
    }
    #menu-top #nav-menu .menu-container{
        display:none;
    }
    #menu-top #nav-menu.nav__menu{
        display:none;
    }
    #menu-top.active #nav-menu.nav__menu{
        padding: unset;
        top: unset;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        
        max-height: 430px;
    }
    #menu-top #nav-menu .menu-options-list{
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap: 25px;
        margin: 0;
        padding: 30px 0;
    }
    
    #menu-top.active > .nav > div.controls .signin-btn p{
        display: none;
    }
    
    #menu-top.active > .nav > div.controls{
        display: none;
    }
    
    #menu-top.active > .nav > div.controls .container-search{
        display: none;
    }
    
    /* ############## MENU MOBILE END ####################*/

    /* SEARCH */
    header.banner-search::after{
        z-index: -1;
    }
    /* .banner-search form{
        
    } */
    .banner-search .text-search{
        bottom: calc((300px / 4) - (40px + 15px + 4px));
    }
    .container-geral .container-result{
        margin: 40px 0;
        padding: 0 4%;
    }
    .container-geral .box-result > .bottom-info h2{
        font-size: 30px;
        text-align: start;
    }
    .container-geral .box-result > .bottom-info p{
        font-size: 19px;
    }
    .container-geral .box-result > .bottom-info{
        width: 100%;
    }

    
}

/* @media screen and (max-width: 290px){
    .container-blog > .post-update{
        margin-top: 102px;
    }
    .container-blog-menu{
        margin-left: -5px;
    }
    nav.elipse > div{
        left: 140px;
        bottom: 11%;
    }
    nav.elipse > div > img{
        width: 140px !important;
    }
}

@media screen and (max-width: 835px) and (min-width: 780px){
    .container-blog > .post-update{
        margin-top: 102px;
    }
    .container-blog-menu{
        margin-left: -5px;
    }
    nav.elipse > div{
        left: 140px;
        bottom: 11%;
    }
    nav.elipse > div > img{
        width: 140px !important;
    }
} */

/* MENU BANNER MOBILE */

@media screen and (max-width: 1118px) {
    #menu-top .nav__menu {
        /* background-color: var(--color-body); */
        position: absolute;
        left: 0;
        top: 2.5rem;
        width: 100%;
        height: calc(100vh - 3.5rem);
        overflow: auto;
        padding-block: 1.5rem 4rem;
        opacity: 0;
        transition: top 0.4s, opacity 0.3s;
    }

    #menu-top .nav__menu::-webkit-scrollbar {
        width: 0.5rem;
    }

    #menu-top .nav__menu::-webkit-scrollbar-thumb {
        background-color: hsl(220, 12%, 70%);
    }
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 300px) {
    #menu-top .dropdown__group {
        padding-left: 1.5rem;
    }
}

/* For large devices */
@media screen and (min-width: 1118px) {

    /* Nav */
    #menu-top .nav {
        /*height: calc(var(--header-height) + 2rem);*/
        display: flex;
        justify-content: space-between;
    }

    #menu-top .nav__toggle {
        display: none;
    }

    #menu-top .nav__list {
        display: flex;
        column-gap: 3rem;
        height: 100%;
    }

    #menu-top .nav li {
        display: flex;
    }

    #menu-top .nav__link {
        padding: 0;
    }

    #menu-top .nav__link:hover {
        background-color: initial;
    }

    /* Dropdown */
    #menu-top .dropdown__button {
        column-gap: 0.25rem;
        pointer-events: none;
    }

    #menu-top .dropdown__container {
        height: max-content;
        position: absolute;
        left: 0;
        right: 0;
        top: 6.5rem;
        background-color: var(--color-body);
        box-shadow: 0 6px 8px hsla(220, 68%, 12%, 0.05);
        pointer-events: none;
        opacity: 0;
        transition: top 0.4s, opacity 0.3s;
    }

    #menu-top .dropdown__content {
        grid-template-columns: repeat(4, max-content);
        column-gap: 6rem;
        max-width: 1120px;
        margin-inline: auto;
    }

    #menu-top .dropdown__group {
        padding: 4rem 0;
        align-content: baseline;
        row-gap: 1.25rem;
    }

    #menu-top .dropdown__group:first-child,
    #menu-top .dropdown__group:last-child {
        margin: 0;
    }

    #menu-top .dropdown__list {
        row-gap: 0.75rem;
    }

    #menu-top .dropdown__icon {
        width: 60px;
        height: 60px;
        background-color: var(--color-first-lighten);
        border-radius: 50%;
        display: grid;
        place-items: center;
        margin-bottom: 1rem;
    }

    #menu-top .dropdown__icon i {
        font-size: 2rem;
    }

    #menu-top .dropdown__title {
        font-size: var(--normal-font-size);
    }

    #menu-top .dropdown__link {
        font-size: var(--small-font-size);
    }

    #menu-top .dropdown__link:hover {
        color: var(--color-first);
    }

    #menu-top .dropdown__item {
        cursor: pointer;
    }

    #menu-top .dropdown__item:hover .dropdown__arrow {
        transform: rotate(180deg);
    }

    #menu-top.active .dropdown__item>.dropdown__container {
        top: calc(((30px + 44px) * 2) + var(--space-bottom-menu));
        opacity: 1;
        pointer-events: initial;
        cursor: initial;
    }
}

@media screen and (min-width: 1152px) {
    #menu-top .container {
        margin-inline: auto;
    }
}