main{
    padding-top: 130px;
}

.bg-check {
    display: flex;
    width: 40px; height: 40px;
    background: url('../imagens/sprite1.png') -283px -10px;
}
.bg-red {
    display: flex;
    width: 51px; height: 29px;
    background: url('../imagens/sprite1.png') -343px -10px;
}

/* ----- MENU ----- */
.header{
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 50;
    background-color: var(--bg1);
}
.header-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 130px;
}
.header-logo img{
  	width: 130px;
    height: 94px;
}
.header-menu{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header-menu ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    position: relative;
}
.header-menu ul li{
    height: 100%;
    align-content: center;
}
.header-menu .header-link {
    text-decoration: none;
    color: var(--cor-2);
    font-size: 24px;
    font-weight: 700;
    transition: ease .3s;
    padding: 10px 20px;
    border-radius: 50px;
    transition: ease .3s;
}
.header-menu ul li .hover1,
.header-mobile ul li .hover1{
    display: none;
}
.header-menu .header-link:hover,
.header-menu .header-link.active,
.header-mobile .header-link:hover,
.header-mobile .header-link.active  {
    background-color: var(--cor-1);
    font-weight: 700;
    transition: ease .3s;
}
.header-menu .hover-btn:hover .hover1{
    min-width: 200px;
    max-width: 300px;
    display: flex;
    position: absolute;
    background-color: var(--bg1);
    flex-direction: column;
    z-index: 10;
    border-radius: 5px;
    top: 90px;
}
.header-menu .hover-btn:hover .hover1 a{
    font-size: 20px;
    padding: 10px 15px;
    border-radius: unset!important;
    -webkit-transition: ease .3s;
       -moz-transition: ease .3s;
        -ms-transition: ease .3s;
         -o-transition: ease .3s;
            transition: ease .3s;
}
.header-menu .hover-btn:hover .hover1 a:hover{
    background-color: var(--cor-1);
    color: var(--titulo)!important;
    -webkit-transition: ease .3s;
       -moz-transition: ease .3s;
        -ms-transition: ease .3s;
         -o-transition: ease .3s;
            transition: ease .3s;
}
.header .icones{
    display: flex;
    align-items: center;
    width: 114px;
    height: 100%;
    gap: 50px;
}
.header .icones .btn-carrinho{
    position: relative;
    width: 32px; 
    height: 32px;
    background: url('../imagens/header/css_sprites.png') -10px -128px;
}
.header .icones .btn-carrinho span{
    position: absolute;
    border-radius: 50%;
    background-color: var(--cor-1);
    color: #fff;
    font-size: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    top: -8px;
    right: -8px;
}
.header .icones a:hover{
    filter: brightness(0) saturate(100%) invert(73%) sepia(91%) saturate(1416%) hue-rotate(358deg) brightness(105%) contrast(105%);
}
.header .icones .pesquisar.ativo{
    top: 37px;
    transition: top 0.5s;
}
.header .icones .pesquisar{
    display: flex;
    align-items: center;
    position: absolute;
    width: 300px;
    height: 50px;
    background-color: var(--bg1);
    border: 1px solid var(--titulo);
    border-radius: 5px;
    right: 9%;
    top: -150px;
    transition: top 0.5s;
    z-index: 10;
}
.header .icones .pesquisar input{
    width: 100%;
    height: 100%;
    padding: 0 40px 0 15px;
    border-radius: 5px;
    background-color: var(--bg1);
    color: var(--titulo);
    font-size: 20px;
}
.header .icones .pesquisar button{
    position: absolute;
    right: 5px;
    height: 32px;
}
/* MOBILE */
.menu-hamburguer{
    display: none;
}
.close-mobile{
    display: none;
}
.header-mobile,
.mobile-menu{
    display: none;
}
.open-mobile i{
    color: #000;
    font-size: 25px;
    -webkit-transition: ease .3s;
       -moz-transition: ease .3s;
        -ms-transition: ease .3s;
         -o-transition: ease .3s;
            transition: ease .3s;
}
.open-mobile i:hover{
    color: var(--cor-1);
    -webkit-transition: ease .3s;
       -moz-transition: ease .3s;
        -ms-transition: ease .3s;
         -o-transition: ease .3s;
            transition: ease .3s;
}
a.close-mobile{
    display: flex;
    position: absolute;
    right: 25px;
    top: 25px;
    border-bottom: none!important;
    padding: 0!important;
}
.close-mobile i{
    color: #000;
    font-size: 25px;
    transition: ease .3s;
}
a.close-mobile:hover i{
    color: red;
    transition: ease .3s;
}



/* FOOTER */
.main-footer{
    width: 100%;
    gap: 70px;
    padding: 100px 0;
    position: relative;
    background-color: var(--cor-2);
}
.main-footer .container{
    display: flex;
    justify-content: space-between;
}
/* COLUNA LOGO */
.main-footer .footer-logo{
    width: 290px;
    flex-direction: column;
    gap: 30px;
}
.main-footer .footer-logo a.logo{
    width: 255px;
}
.main-footer .footer-logo .logo img{
	width: 255px;
    height: 183px;
}
.main-footer .footer-logo .redes{
    gap: 10px;
}
.main-footer .footer-logo .redes a:hover{
    filter: brightness(0) saturate(100%) invert(73%) sepia(91%) saturate(1416%) hue-rotate(358deg) brightness(105%) contrast(105%);
}
.main-footer .footer-logo .redes a.face{
    width: 48px; height: 49px;
    background: url('../imagens/header/css_sprites.png') -10px -10px;
}
.main-footer .footer-logo .redes a.insta{
    width: 48px; height: 49px;
    background: url('../imagens/header/css_sprites.png') -78px -10px;
}
.main-footer .footer-logo .redes a.linke{
    width: 48px; height: 49px;
    background: url('../imagens/header/css_sprites.png') -146px -10px;
}
/* MENU OPÇÕES */
.main-footer .footer-itens{
    display: flex;
    max-width: calc(100% - 340px);
    width: 100%;
    justify-content: space-between;
    gap: 30px;
}
.main-footer .footer-itens .titulo{
    width: 100%;
    gap: 10px;
}
.main-footer .footer-itens .titulo h5{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.main-footer .footer-itens .menu-footer{
    gap: 25px;
}
.main-footer .footer-itens .menu-footer a{
    width: 100%;
    display: flex;
    font-size: 20px;
    color: var(--branco1);
    transition: ease .3s;
}
.main-footer .footer-itens .menu-footer a:hover{
	color: var(--cor-1);
	transition: ease .3s;
}
/* COPYRIGHT */
.main-footer .footer-bottom{
    display: flex;
    align-items: center;
    width: 100%;
}
.main-footer .footer-bottom .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    border-top: 1px solid #fff;
    gap: 30px;
}
.main-footer .container h5{
    font-size: 20px;
    font-weight: 400;
}
.main-footer .container .politica,
.main-footer .container .copyright{
    text-align: center;
    display: flex;
    gap: 20px;
    align-items: center;
}


.flutuante{
    position: fixed;
    bottom: 15%;
    right: 20px;
    z-index: 11;
    transition: ease .3s;
}
.flutuante:hover{
    scale: 1.2;
    transition: ease .3s;
}
.flutuante img{
    width: 70px;
    height: 69px;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    .header-container{
        gap: 30px;
    }
    .header-container{
        justify-content: unset;
    }
    .header .icones{
        width: unset;
        margin-left: auto;
        gap: 30px;
    }
    /* MENU MOBILE */
    .mobile-menu{
        display: flex;
    }
    .header-menu{
        display: none;
        font-size: 25px;
    }
    .header-mobile{
        display: flex;
        flex-direction: column;
        padding: 10px 30px 50px 30px;
        position: fixed;
        max-width: 600px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        top: 0;
        right: -100%;
        z-index: 50;
        transition: right 0.5s;
        margin-top: 0;
        gap: 20px;
    }
    .header-mobile.opened {
        right: 0;
    }
    .header-mobile ul{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .header-mobile .header-logo{
        width: 130px;
        height: 94px;
        margin-bottom: 50px;
    }
    .header-mobile ul{
        gap: 20px;
    }
    .header-mobile .header-link{
        font-size: 30px;
        transition: ease .3s;
        display: flex;
        align-items: center;
        color: #000;
        transition: ease .3s;
    }
    .header-mobile .header-link i{
        color: #000;
        font-size: 12px;
        margin-left: 7px;
    }
    .header-mobile .header-link:hover{
        color: var(--cor-1);
        background-color: unset;
        transition: ease .3s;
    }
    .header-mobile .hover-btn .hover1.opened{
        display: flex;
        transition: ease .3s;
    }
    .header-mobile .hover-btn .hover1{
        display: none;
        flex-direction: column;
        padding: 10px 20px;
        gap: 15px;
        transition: ease .3s;
    }
    .header-mobile .hover-btn .hover1 a{
        font-size: 25px;
        color: #000;
    }
    .header-mobile .hover-btn .hover1 a:hover{
        color: red;
        transition: ease .3s;
    }

    .main-footer .footer-logo p,
    .main-footer .footer-itens .menu-footer a,
    .main-footer .container .politica p,
    .main-footer .container .copyright p{
        font-size: 18px;
    }
    .main-footer .footer-itens .titulo h6{
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px){

}

/* MOBILE */
@media screen and (max-width: 1100px){
    
}

@media screen and (max-width: 1020px){
    .main-footer .container{
        flex-direction: column;
        align-items: center;
        grid-gap: 50px;
    }
    .main-footer .footer-logo{
        align-items: center;
        text-align: center;
    }
    .main-footer .footer-itens{
        max-width: 100%;
    }

    .main-footer .container .copyright{
        flex-direction: column;
    }
}

@media screen and (max-width: 800px){
    .main-footer .footer-itens{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 50px;
    }
    .main-footer .footer-itens .menu-footer a{
        justify-content: center;
    }
}

@media screen and (max-width: 600px){
    .header-mobile{
        right: -100%;
    }

    .main-footer .container .copyright{
        flex-direction: column;
    }
    .main-footer .container .copyright h5, 
    .main-footer .container .copyright h5 span{
        justify-content: center;
    }
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}