@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
text-decoration: none;
border: none;
text-transform: capitalize;
transform: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    }

.btn{
    display: inline-block;
    font-size: 1.7rem;
    color: red;
    background: none;
    margin-top: 1rem;
    padding: .8rem 3rem;
    border: 1px solid red;
    border-radius: .5rem;
    cursor: pointer;
}
    
    .btn:hover{
        background: red;
        color: white;
    }

    section{
        padding: 3rem 7%;
    }

.titulo{
    font-size: 2.8rem;
    color: #130f40;
    padding: 1.2rem 0;
    text-align: center;
    border-bottom: 1rem solid rgba(0,0,0,0.1);
}

.titulo span{
    color: red;
}

    /* INICIO CABEÇALHO DO SITE fornoesaborRN.COM.BR */
.topo-site{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;
    z-index: 1000;
    background: red;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.topo-site .logo{
    font-size: 2.5rem;
    color: white;
    font-weight: bolder;
}

.topo-site .logo i{
    color: yellow;
    padding-right: .5rem;
    rotate: 175deg;
}

.topo-site .menu-site a{
    color: white;
    font-size: 1.7rem;
    margin: 0 1rem;
}

.topo-site .menu-site a:hover{
    color: yellow;
}

.topo-site .icons div{
    color: azure;
    font-size: 2.5rem;
    margin-left: .7rem;
    cursor: pointer;
}

.topo-site .icons div:hover{
    color: yellow;
}

#menu{
    display: none;
}

.topo-site .carrinho {
    width: 35rem;
    background: white;
    border-radius: .5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    position: absolute;
    top: 115%;
    right: -105%;
    padding: 2rem;
}

.topo-site .carrinho.active{
    right: 2rem;
    transition: .3s linear;
}

.topo-site .carrinho .box{
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
    gap: 1.5rem;
    align-items: center;
}

.topo-site .carrinho .box .fa-times{
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #777;
    cursor: pointer;
}

.topo-site .carrinho .box .fa-times:hover{
    color: red;
}

.topo-site .carrinho .box img{
    height: 10rem;
}

.topo-site .carrinho .box .content h3{
    font-size: 1.7rem;
    padding-bottom: .5rem;
    color: #130f40;
}

.topo-site .carrinho .box .content span{
    font-size: 1.75rem;
    color: #777;
}

.topo-site .carrinho .box .content span.multiplica{
    margin: .5rem;
}

.topo-site .carrinho .total{
    font-size: 2.2rem;
    color: #130f40;
    text-align: center;
}

.topo-site .carrinho .btn{
    width: 100%;
    text-align: center;
}

.topo-site .login-form{
    position: absolute;
    top: 115%;
    right: -115%;
    background: white;
    border-radius: .5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    width: 35rem;
    padding: 2rem;
}

.topo-site .login-form.active{
    right: 2rem;
    transition: .3s linear;
}

.topo-site .login-form h3{
    font-size: 2.2rem;
    color: #130f40;
    text-transform: uppercase;
    margin-bottom: .7rem;
    text-align: center;
}

.topo-site .login-form .box{
    margin: .7rem 0;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: .5rem;
    width: 100%;
    text-transform: none;
    color: #130f40;
    }

.topo-site .login-form .lembrar-senha{
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: .7rem 0;
}

.topo-site .login-form .lembrar-senha.label{
    font-size: 1.5rem;
    color:#777;
    cursor: pointer;
}

.topo-site .login-form .btn{
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

/*galeria */
.topo-pagina{
    background: url(../img/topo-paginas-bg.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 20rem;
    padding-bottom: 8rem;
}

.topo-pagina h1{
    color: white;
    font-size: 4rem;
}

.topo-pagina p{
    padding-top: 1rem;
    color: white;
    font-size: 2rem;
}

.topo-pagina p a{
    color: red;
    padding-right: .5rem;
}
/* destaque e slides */
.fornoesabor-destaque .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
}

.fornoesabor-destaque .swiper-slide .content{
 
    width: 60rem;
    text-align: center;
}

.fornoesabor-destaque .swiper-slide .content h3{
    font-size: 5rem;
    line-height: 1.3;
    color: white;
    padding: 2rem 0;
    text-transform: uppercase;
    animation: slideFornoesabor 1s ease forwards;
}

.fornoesabor-destaque .swiper-slide .content span{
    color: yellow;
}

.fornoesabor-destaque .swiper-slide .content .btn{
    background: red;
    color: white;  
}
.fornoesabor-destaque .swiper-slide .content .btn:hover{
    background: yellow;
    color: #130f40;
}

.fornoesabor-destaque .swiper-slide-active .content{
    display: inline-block;
}

.fornoesabor-destaque .swiper-slide-active{
    animation: FornoesaborScale 4s linear forwards;
}

@keyframes slideFornoesabor{
    0%{
        transform: translateY(30px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes FornoesaborScale{
        0%{
            transform: scale(1);
           }
        100%{
            transform: scale(1.15);
        }
}

.swiper-button-prev,
.swiper-button-next{
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    margin-left: 1.5rem;
    color: red;
    border: .1rem solid red;
    transform: translateY(-50%);
    rotate: 45deg;
}

.swiper-button-prev::after,
.swiper-button-next::after{
    font-size: 1rem;
    transform: rotate(-45deg);
}


.swiper-button-prev:hover,
.swiper-button-next:hover{
 color: white;
 background-color: red;
}

/*COMO FUNCIONA*/
.como-funciona .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.como-funciona .box-container .box{
    flex: 1 1 25rem;
    text-align: center;
    padding: 1rem;
}

.como-funciona .box-container .box img{
    width: 170px;
    border: 1rem solid white;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1);
}

.como-funciona .box-container .box h3{
    font-size: 2.1rem;
    color: #130f40;
    padding: 1rem;
}

/*lOJA F&S*/

.loja .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}

.loja .box-container .box{
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0 2.5rem;
}

.loja .box-container .box img{
    height: 29rem;
    transition: .4s linear;
}

.loja .box-container .box img:hover{
    transform: scale(1.1);
}

.loja .box-container .box h3{
    font-size: 2.5rem;
    color: #130f40;
    padding: 1.5rem;
}

.loja .box-container .box p{
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.loja .box-container .box .estrelas{
    padding: 1rem 0;
}

.loja .box-container .box .estrelas i{
    font-size: 1.7rem;
    color: goldenrod;
}

.loja .box-container .box .loja_valor{
    font-size: 2.5rem;
    font-weight: bolder;
    margin-right: 1rem;
    color: #130f40;
}

.loja .box-container .box .loja_valor span{
    color: red;
    font-size:  1.5rem;
    font-weight: lighter;
    text-decoration: line-through;
}

/*EMPRESA*/

.empresa{
    background-color: red;
}

.empresa .row{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background: red;
    align-items: center;
}

.empresa .row .empresa-img{
    flex: 1 1 32rem;
}

.empresa .row .empresa-img img{
    width: 100%;
    box-shadow: 0 5rem 1rem rgba(0,0,0,0.1);
}

.empresa .row .content{
    flex: 1 1 50rem; 
}

.empresa .row .content h3{
    font-size: 3.5rem;
    color: white;
    text-align: center;
}

.empresa .row .content h3 span{
    color: yellow;
}

.empresa .row .content p{
    font-size: 1.6rem;
    color: white;
    padding: 2rem;
    line-height: 2rem 0;
    text-align: justify;  
}

.empresa .btn{
    background: yellow;
    color: #130f40;
}

.empresa .btn:hover{
    background-color: red;
    color: white;
    border: 1px solid white;
}


/*BLOGS*/

.blogs .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 4rem;
} 

.blogs .box-container .box{
    text-align: center;
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1);
}

.blogs .box-container .box:hover{
   transform: scale(1.1);
    transition: .4s linear;
}

.blogs .box-container .box img{
    width: 100%;
    height: 25rem;
    border-radius: .5rem;
    object-fit: cover;
}

/*.blogs .box-container .box img:hover{
    height: 49rem;
    transition: .4s linear;
}*/

.blogs .box-container .box .icons{
    display: inline-block;
    top: -2rem;
    background: red;
    padding: 2rem;
    border-radius: .5rem;
    position: relative;
}

.blogs .box-container .box .icons a{
    color: white;
    font-size: 1.4rem;
    margin: 0 1rem;
}

.blogs .box-container .box .icons a:hover{
    color: goldenrod;
}

.blogs .box-container .box .icons i{
    color: #130f40;
    padding-right: .5rem;
}

.blogs .box-container .box h3{
    font-size: 2rem;
    color: #130f40;
    padding: 1.5rem;
}

.blogs .box-container .box p{
    color: #777;
    font-size: 1.5rem;
    padding: 1rem 0;
    line-height: 2;
}


/*RODAPÉ*/

.rodape{
    background-color: red;
    text-align: center;
    margin: auto;
    padding: auto;
}

.rodape .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
}

.rodape .box-container .box h3{
    font-size: 2.2rem;
    text-transform: capitalize;
    color: white;
    padding: 1rem 0;
}

.rodape .box-container .box .redes-sociais{
    margin-top: 1rem;
}

.rodape .box-container .box .redes-sociais a{
    color: white;
    border-radius: 10%;
    border: 1px solid white;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    margin-right: .3rem;
}

.rodape .box-container .box .redes-sociais a:hover{
    background-color: yellow;
    color: #130f40;
    border: 1px solid #130f40;
}

.rodape .box-container .box p{
    font-size: 1.2rem;
    color: white;
    line-height: 2;
    padding: 1rem 0;
}

.rodape .box-container .box .link{
    display: block;
    font-size: 1.7rem;
    line-height: 2;
    padding: .5rem 0;
    text-decoration: underline;
    color: white;
}

.rodape .box-container .box .link:hover{
    color: #130f40;
}

.direitos{
    text-align: center;
    color: wheat;
    font-size: 2rem;
    margin-top: 3rem;
    padding-top: 3rem;
    text-transform: capitalize;
    border-top: .1rem solid white;
}

.direitos a{
    color: rgb(29, 24, 52);
}

.direitos a:hover{
    color: yellow;
}

/*GALERIA DE FOTOS*/

.galeria-fotos .galeria-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
}

.galeria-fotos .galeria-container .box{
    height: 30rem;
    position: relative;
    overflow: hidden;
}

.galeria-fotos .galeria-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria-fotos .galeria-container .box .icon{
    justify-content: center;
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}

.galeria-fotos .galeria-container .box .icon i{
    font-size: 5rem;
    color: white;
}

.galeria-fotos .galeria-container .box .icon:hover{
   display: flex;
}

/*CELULAR*/
@media(max-width: 991px){
    html{
        font-size: 55%
    }
    section{
        padding: 3rem;
    }
    .topo-site{
        padding: 2rem;	
    }
}

@media(max-width: 768px){
    .topo-site .icons #menu{
        display: inline-block;
    }
    .topo-site .menu-site{
        position: absolute;
        top: 110%;
        right: 110%;
        width: 30rem;
        background-color: white;
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1);    }
    
     .topo-site .menu-site.active{
        right: 2rem;
        transition: .4s linear;
     }
    .topo-site .menu-site a{
        display: block;
        font-size: 2rem;
        margin: 2rem 2.5rem;
    }

    .fornoesabor-destaque .swiper-slide .content h3{
        font-size: 4rem;
  }

    .topo-site .menu-site a{
        color: #000;
        border-bottom: #000;
        border-bottom-style: dotted;
    }
}

@media (max-width: 450px) {
    html{
        font-size: 50%;
    }

    .fornoesabor-destaque .swiper-slide .content h3{
        font-size: 3rem;
    }
    
    .topo-site .menu-site a{
        color: #000;
        border-bottom: #000;
        border-bottom-style: dotted;
    }
}

/*destaque*/

.destaque .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}

.destaque .box-container .box{
    position: relative;
    overflow: hidden;
    text-align: center;
    background: red;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.1);
}

.destaque .box-container .box .msimg{
    width: 100%;
}

.destaque .box-container .box .msimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destaque .box-container .box .content{
    padding: 2rem;
}

.destaque .box-container .box .content h3{
    font-size: 2rem;
    color: white;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

    

/* FIM CABEÇALHO DO SITE fornoesaborRN.COM.BR */