@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #d74b2a;
  border: 0px none #000;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d74b2a;
}
::-webkit-scrollbar-thumb:active {
  background: #d74b2a;
}
::-webkit-scrollbar-track {
  background: #ddd;
  border: 0px none #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}



html{
    scroll-behavior: smooth;
}
body{
    min-height: 1000px;
}

.left{
    float: left;
}
.right{
    float: right;
}

.col_25{
    width: 25%;
}
.col_50{
    width: 50%;
}
.col_75{
    width: 75%;
}
.col_100{
    width: 100%;
}

/*Paragrafos*/
    h3{
        font-size: 40px;
        font-weight: 200;
        margin-bottom: 10px;
    }
    p{
        position: relative;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
/*Fim Paragrafos*/

.btn{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #000;
    text-decoration: none;
    color: #fff;
}

/* imagens */
.img_1{
    background: url(../images/bg_img_1.jpg) no-repeat fixed; 
    background-size: 100% 100%;
    padding: 140px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxTop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    z-index: 1000;
    transition: 0.6s;
    background: #b64300;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.boxTop .area_franqueado{    
    text-align: right;
    width: 50%;
}
.boxTop a{
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
    text-align: center;
}

header{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    z-index: 1000;
    transition: 0.6s;
    background: #f05e22;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .logo{
    position: relative;
    /* width: 300px; */
    transition: 0.6s;
}
header .logo span{
    border-left: 2px solid #000;
    padding-left: 15px;
}

header ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    transition: 0.6s;
}

.banner{
    position: relative;
    width: 100%;
    min-height: 80vh;
    background: url("../images/banner.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}
.banner h2{
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
}
.banner h2 span{
    color: #4978ff;
}
.banner .sci{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background: #ea5128;
    z-index: 1000000;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.banner .sci li{
    list-style: none;
}
.banner .sci li a{
    display: inline-block;
    transform: scale(0.5);
}
.banner .sci img{
    width: 100px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.biografia{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 140vh;
    background: #ea5128;
    padding-top: 20px;
}
.biografia::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #f05e22;
}
.biografia .container{
    position: relative;
    min-width: 90%;
    height: 500px;
    display: flex;
}
.biografia .container .photoinfo{
    position: absolute;
    top: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.biografia .container .photoinfo img{
    padding-top: 30px;
    width: 350px;
}

.biografia .container .biografiaForm{
    position: absolute;
    padding: 70px 50px;
    background: #fff;
    margin-left: 150px;
    padding-left: 250px;
    width: calc(100% - 150px);
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);   
    height: 500px;
}
.biografia .container .biografiaBox{
    height: 440px;
    overflow: auto;
    margin-top: -40px;
}
.biografia .container .biografiaForm h2{
    color: #d74b2a;
    font-size: 24px;
    font-weight: 500;
}
.biografia .container .biografiaForm h3{
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.franquia{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 120px;
}
.franquia .container{
    position: relative;
    min-width: 90%;
    height: 250px;
    display: flex;
}
.franquia .container .franquiainfo{
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 1;
    justify-content: space-between;
}
.franquia .container .franquiainfo img{
    width: 350px;
    float: right;
}

.franquia .container .franquiaForm{
    position: absolute;
    padding: 70px 50px;    
    height: 250px;
    width: 65%;
}
.franquia .container .franquiaBox{
    height: 330px;
    overflow: auto;
    margin-top: -40px;
}
.franquia .container .franquiaForm h2{
    color: #d74b2a;
    font-size: 24px;
    font-weight: 500;
}
.franquia .container .franquiaForm p{
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.franquia .container a{
    width: 300px;
    height: 50px;    
    background: #d74b2a;
    text-decoration: none;
    margin-top: 0px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

.cardapio{
    background: #fff;
    padding-top: 180px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardapio .content{
    position: relative;
    text-align: center;
    width: 100%;
}
.cardapio .titleBox{
    max-width: 800px;
    margin: 0 auto;
}
.cardapioBox{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}
.cardapioBox .box{
    width: 300px;
    margin:0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.cardapioBox .box .imgBox{
    margin-top: 25px;
}
.cardapioBox .box .imgBox img{
    max-height: 220px;
    max-width: 200px;
}
.cardapioBox .box h2{
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.cardapioBox .box p.valor{
    font-size: 20px;
    font-weight: 700;
}


.pedidos{
    background: #fff;
    padding-top: 120px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pedidos .content{
    position: relative;
    text-align: center;
    width: 100%;
}
.pedidos .titleBox{
    max-width: 800px;
    margin: 0 auto;
}
.pedidosBox{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}
.pedidosBox .box{
    width: 300px;
    margin:0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.pedidosBox .box h2{
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}
.pedidosBox .box p{
    font-size: 20px;
    font-weight: 700;
}
.pedidosBox .box a{
    font-size: 14px;
    color: #000;
}



.lojas{
    background: #fff;
    padding-top: 190px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lojas .content{
    position: relative;
    text-align: center;
    width: 100%;
}
.lojas .titleBox{
    margin: 0 auto;
}

.lojas .boxLojas{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform-style: preserve-3d;
}
.lojas .card{
    position: relative;
    width: 150px;
    height: 150px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.lojas .card .box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s ease;
}
.lojas .card:hover .box{
    transform: rotateY(-180deg);
}
.lojas .card .box .imgBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lojas .card .box .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lojas .card .box .contentBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.lojas .card .box .contentBx{
    transform-style: preserve-3d;
    padding: 20px;
    background: #ff7223;
    transform: translateZ(100px);
}
.lojas .card .box .contentBx div h2{
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.lojas .card .box .contentBx div p{
    color: #ddd;
    font-size: 12px;
    letter-spacing: 1px;
}
.lojas .link_app_lojas{
    position: relative;
    width: 45px;
    height: 150px;
    margin-right: 10px;
    margin-left: -25px;
    background: #fff;
    border: 4px #d74b2a solid; 
    border-left: 4px #fff solid;
    -webkit-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lojas .link_app_lojas img{
    width: 30px;
    padding-left: 5px;
}



.video{
    background: #fff;
    padding-top: 190px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video .content{
    position: relative;
    text-align: center;
    width: 100%;
}
.video .titleBox{
    max-width: 800px;
    margin: 0 auto;
}
.video .videoBox{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}
.video .videoBox .box{
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.video .videoBox iframe {    
    width: 100%;
    height: 300px;
}




.fale_conosco{
    position: relative;
    min-height: 100vh;
    padding: 190px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f05e22;
    background-size: cover;
}
.fale_conosco .content{
    max-width: 800px;
    text-align: center;
}
.fale_conosco .content h2{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.fale_conosco .content p{
    font-weight: 300;
    color: #fff;
}
.fale_conosco p.email{
    font-weight: 300;
    color: #fff;
}
.fale_conosco .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;   
    
}
.fale_conosco .container .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.fale_conosco .container .contactInfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.fale_conosco .container .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}
.fale_conosco .container .contactInfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}
.fale_conosco .container .contactInfo .box .text h3{
    font-weight: 500;
    color: #555;
}
.fale_conosco .contactForm{
    width: 40%;
    padding: 40px;
    background: #fff;
}
.fale_conosco .contactForm h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}   
.fale_conosco .contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.fale_conosco .contactForm .inputBox input,
.fale_conosco .contactForm .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}
.fale_conosco .contactForm .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.fale_conosco .contactForm .inputBox input:focus ~ span,
.fale_conosco .contactForm .inputBox input:valid ~ span,
.fale_conosco .contactForm .inputBox textarea:focus ~ span,
.fale_conosco .contactForm .inputBox textarea:valid ~ span
{
    color: #d74b2a;
    font-size: 12px;
    transform: translateY(-20px);
}
.fale_conosco .contactForm .inputBox input[type="submit"]{
    width: 100%;
    background: #d74b2a;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}


.redes_sociais{
    background: #fff;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.redes_sociais .redesBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.redes_sociais img{
    max-width: 150px;
}

footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 100%;
    background: #f05e22;
}
footer .copyright{    
    color: #fff;
    text-align: left;
    padding: 10px;
    width: 50%;
    float: left;
    padding-left: 40px;
}
footer .credito{ 
    color: #fff;
    text-align: right;
    padding: 10px;
    width: 50%;
    float: right;
    padding-right: 40px;
}
footer a{
    color: #001c4f;
    list-style: none;
    text-decoration: none;
}

.toggle{
    display:none
}
    @media (max-width: 992px){
        .toggle{
            display: block;
            position: relative;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }
        .toggle::before{
            content: '';
            position: absolute;
            top: 4px;
            width: 100%;
            height: 2px;
            background: #000;
            z-index: 1;
            box-shadow: 0 10px 0 #000;
            transition: 0.5s;
        }
        .toggle::after{
            content: '';
            position: absolute;
            bottom: 4px;
            width: 100%;
            height: 2px;
            background: #000;
            z-index: 1;
            transition: 0.5s;
        }

        header{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 90px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 30px;
            z-index: 1000;
            transition: 0.6s;
            background: #fff;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        header .logo{
            position: relative;
            color: #000;
            text-decoration: none;
            padding-top: 5px;
            font-size: 1em;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: 0.6s;
        }
        header .logo span{
            border-left: 2px solid #000;
            padding-left: 5px;
        }
        header img.logo{
            width: 120px;
        }
        header img.bandeira{
            visibility: hidden;
        }
        header ul{
            position: absolute;
            top: 59px;
            left: 0;
            width: 100%;
            height: 100vh;
            text-align: center;
            overflow: auto;
            background: #fff;
            visibility: hidden;
            opacity: 0;
        }
        header.active ul{
            visibility: visible;
            opacity: 1;
            display: block;
            padding-top: 20px;
        }
        header.active ul li a{
            display: inline-block;
            margin: 10px 0;
            font-size: 20px;
        }        
        header ul li a{
            color: #000;
        }
 
        .banner{
            min-height: 25vh;
            margin-top: 90px;
        }


        .biografia{
            position: relative;
            justify-content: center;
            display: flex;
            align-items: center;
        }
        .biografia::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
        }
        .biografia .container{
            position: relative;
            min-width: 90%;
            height: 850px;
            display: flex;
        }
        .biografia .container .photoinfo{
            position: absolute;
            top: 0px;
            z-index: 1;
            width: 250px;
            margin: 0 auto;
        }
        .biografia .container .photoinfo img{
            max-width: 250px;
            padding-top: 0px;
        }

        .biografia .container .biografiaForm{
            position: absolute;
            padding: 50px 30px;
            background: #fff;             
            height: 500px;
            margin-top: 300px;
            margin-left: -1px;
            width: 100%;
        }  
        
               
        .franquia{
            position: relative;
            justify-content: center;
            display: flex;
            align-items: center;
        }       
        .franquia .container{
            position: relative;
            min-width: 90%;
            height: 1100px;
            display: flex;
        }
        .franquia .container .franquiainfo{
            position: absolute;
            z-index: 1;
            width: 250px;
            margin: 0 auto;
        }
        .franquia .container .franquiainfo img{
            max-width: 250px;
        }

        .franquia .container .franquiaForm{
            position: absolute;
            padding: 20px 20px;
            background: #fff;             
            height: 600px;
            margin-top: 400px;
            margin-bottom: 20px;
            margin-left: -1px;
            width: 100%;
        }      
        .franquia .container a{
            width: 300px;
            height: 80px; 
            padding: 25px;
            font-size: 20px;            
        }
        .franquia .container .franquiaBox{
            height: 480px;
            overflow: auto;
            margin-top: -40px;
        }

        .cardapio{            
            padding-top: 90px;            
        }
        .cardapio .contentBox img{
            width: 100%;
            padding-right: 0px;
        }
                
        .lojaBox{
            position: relative;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            grid-gap: 30px;
            max-width: 100%;
            margin-top: 40px;
            margin-left: -40px;
        }
        .lojaBox .box{
            width: 300px;
            margin:0 auto;
            background: #fff;
            padding: 20px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        }
        .lojaBox .box .imgBox{
            margin-top: 25px;
        }
        .lojaBox .box .imgBox img{
            height: 220px;
        }
        .lojaBox .box h2{
            font-size: 20px;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-weight: 700;
        }
        .lojaBox .box p.valor{
            font-size: 20px;
            font-weight: 700;
        }
        .lojas .link_app_lojas{
            position: relative;
            width: 50px;
            height: 150px;            
        }
        .lojas .link_app_lojas img{
            width: 30px;
            padding-top: 15px;
        }



        .video .videoBox iframe {    
            width: 300px;
            height: 300px;
        }
        
        .fale_conosco{
            padding: 50px;
        }
        .fale_conosco .container{
            flex-direction: column;
        }
        .fale_conosco .container .contactInfo{
            margin-bottom: 40px;
        }
        .fale_conosco .container .contactInfo,
        .fale_conosco .contactForm{
            width: 100%;
        }
        .fale_conosco p.email{
            font-weight: 200;
            color: #fff;
            font-size: 10px;
        }
   
        .redes_sociais img{
            max-width: 100px;
        }

        footer .copyright{    
            width: 100%;  
            text-align: center;         
        }
        footer .copyright img{
            float: left;
        }
        footer .credito{             
            width: 100%;      
            text-align: center;     
        }
        
        
    }



/* Scroll Top */
.scrollTop{
    position: fixed;
    bottom: 800px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: rgba(190, 190, 190, 0.5) url("../images/up.png");
    border-radius: 50%;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
} 
.scrollTop.active{
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}
