@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');

html{
    overflow-x: hidden;
    
}

body *{
    font-family: 'Roboto Slab', serif;
}

/*Capa*/
.coverbg{
    position: absolute;
    filter:brightness(0.5);
    background-size: cover;
}
.coverbgmobile{
    position: absolute;
    filter:brightness(0.5);
    background-size: cover;
    display: none;
    width: 100%;
    height: 100%;
}

.covercontent{
    overflow: hidden;
    position: relative;
}

.covercontent h1{
    font-weight: bold;
    font-size: 40px;
    text-shadow: 0px 0px 10px #080808;
}

.covercontent h3{
    font-size: 40px;
    text-shadow: 0px 0px 10px #080808;
    margin-bottom:25px;
}
@media (max-width:767px){
    .covercontent h1{
        font-size: 30px;
    }

    .covercontent h3{
        font-size: 30px;
    }
}

a.btn{
    background-color: #b8db03!important;
    background-image: url(img/icone_btn.png)!important;
    background-repeat: no-repeat!important;
    background-position: 90% 50%!important;
    border-radius: 0;
    color: #000000!important;
    padding: 15px 60px 15px 15px!important;
    margin-top: 100px;
    margin-bottom: 100px;
}

a.btn:hover{
    background-color: #60036c!important;
    background-image: url(img/icone_btn_white.png)!important;
    color: #fff!important;
}

.covercontent .col-md-5, .navbar{
    padding: 0 60px;
}

.covercontent .col-md-5{
    position: relative;
    color: #fafafa;
}

.navbar-brand{
    margin-top: 20px;
    margin-bottom: 60px;
}

.covercontent .col-md-7{
    width: 100%;
    text-align: center;
}

.covercontent .col-md-7 img{
    position: relative;
    height: 45px;
    width: 83.5px;
    margin-bottom: 10px;
}

/* whatsapp popup */
.btn-whatsapp-pulse {
	background: #4caf50;
	color: #fafafa;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 36px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    z-index: 100;
    transition: 0.3s;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(250, 250, 250, 0);
	}
}

.btn-whatsapp-pulse:hover{
    color: #4caf50;
    background-color: #fafafa;
}

/*Serviços*/
.serviços{
    background: #242424 url(img/bg-servicos.png) no-repeat left bottom;
    color: #fafafa;
}

.serviçosinfo{
    padding: 50px 0;
    text-align: -webkit-center;
    place-content: center;
}

.serviçosinfo h2{
    text-align: initial;
}

.serviçosinfo p{
    text-align: initial;
}

.serviçosinfo .col-md-6{
    padding: 0 4%;
}

.serviçosinfo .col-md-4{
    min-width: 365px;
    max-width: 365px;
    padding: 0;
}

.serviçosinfo strong{
    font-weight: normal;
    color: #888888;
    font-size: 32px;
}

.serviçosinfo h2{
    font-size: 36px;
    white-space: nowrap;
}

.serviços a{
    float: right;
    margin-block-start: auto;
    background-color: #2e2e2e;
}

.cardapio{
    justify-content: space-around;
    padding-bottom: 50px;
}

.cardapioitem{
    /*background-color: #343434;*/
    padding: 30px 30px 50px 30px!important;
    min-width: 365px;
    max-width: 365px;
    max-height: 520px;
    margin: 15px;
}

.cardapioitem p, .cardapioitem div{
    display: inline-block;
    font-size: 16px;
}

.cardapioitem div{
    background-color: #4d4d4d;
    height: 2px;
    margin-bottom: 3px;
    border-radius: 100px;
}

.cardapioitem p.subinfo{
    position: relative;
    bottom: 20px;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
}

.nomargin{
    margin: 0;
}

.cardall p{
    margin-bottom: 30px;
}

.serviços .col-md-12{
    place-content: center;
    margin: 0;
}

.serviços .col-md-12 a{
    margin-bottom: 45px;
    width: 15%;
}

/*Sobre/equipe*/
.sobre{
    background-color: #171717;
    margin-bottom: -250px;
}
.foto{
    background-color: #2f2f2f;
    height: 280px;
    width: 280px;
    
}
.quadro{
    width: 74%!important;
    text-align: center;
    height: 580px;
    background-color: #dcdcdc;
}
.quadro div{
    padding: 130px;
}
.quadro h2{
    font-size: 20px;
}
.quadro p{
    font-size: 16px;
}
div.line{
    padding: 0;
    margin:30px 0 15px;
    background-color: #171717;
    width: 25%;
    height: 2.5px;
    position: relative;
    left: 43.5%;
    bottom: 5px;
    max-width: 200px;
}
div.line2{
    padding: 0;
    margin:30px 0 15px;
    background-color: #171717;
    width: 50%;
    height: 2.5px;
    position: relative;
    left: 25%;
    bottom: 5px;
}
.redescall{
    background-color: #2f2f2f;
    text-align: center;
    color: #fafafa;
    padding:50px 0!important;
    height: 280px;
    width: 24%!important;
}
.redescall h4{
    font-size: 12px;
}
.redescall p{
    font-size: 12px;
}
.redescall a,.redescall a:hover{
    color: transparent;
}
.redescall svg{
    margin: 10px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fafafa;
}
.redescall svg:hover{
    color: #8ABF2A;
}

.redescall div{
    background-color: #fafafa;
    margin: 25px 115px;
    height: 2px;
}

/*slider*/
#photoslider{
    display: none;
    
}

.carousel-item{
    height: 342px;
}



/*Youtube*/
.youtube{
    background-color: #2e2e2e;
    padding: 50px 0;
    text-align: center;
}
.youtube iframe{
    width: 92.5%;
    height: 500px;
}
.youtube .row{
    place-content: center;
    margin: 0;
}

.youtube .row a{
    margin: 45px 0 0 0;
    width: 15%;
    background: #242424;
}
.youtube .row a:hover{
    background: #8ABF2A;
    color: #242424;
}

/*Rodape*/
footer{
    color: #fafafa;
    background-color: #2e2e2e;
}
.footerbox{
    text-align-last: center;
}
.footerbox h6{
    font-weight: bold;
}
.footerbox p{
    font-weight: 100;
}
footer img{
    height: 110px;
    width: 139px!important;
}
.footerline{
    padding: 0 80px 50px 80px;
    justify-content: center;
}
.line3{
    height: 2px;
    margin: 50px 5% 50px 5%;
    border-radius: 100px;
    background-color: #606060;
    left: 0;
}


/* Alguns retoques para alinhamentos perfeitos*/
@media (min-width: 1501px){
    .sobre{
        padding: 50px 3.6%!important;
    }
    /*youtube*/
    .youtube{
        padding: 50px 0!important;
    }
    /*footer*/
    .line3{
        margin: 50px 3.5% 50px 3.5%!important;
    }
}

/* Apenas para o alinhamento perfeito de alguns itens*/
@media (max-width: 1500px) {
    /*Servicos*/
    .serviçosinfo .col-md-4{
        margin: 0 15px!important;
    }
}

@media (max-width: 1300px){
    .sobre .col-md-3{
        padding: 0;
    }
}

@media (min-width: 1300px) {
    .cardapioitem{
        margin: 0 3.45%;
    }
}

@media (max-width:1100px){
    .foto{
        width: 250px;
        height: 250px;
    }
    .mobadapt{
        margin-bottom: 30px;
    }
    .redescall{
        height: 250px;
    }
    .carousel-item{
        height: 632px;
    }
    .cardapioitem{
        min-width: 530px;
    }
}

/*Dispositivos extragrandes (desktops grandes, 1200 px e superior)*/
@media (min-width: 1200px) {
    /*Capa*/
    .coverbg{
        width: 100%;
    }

    /*Servicos*/
    .serviçosinfo .col-md-4{
        margin: 0 30px;
    }
    
    /*Sobre/equipe*/
    .sobre{
        padding: 50px 5.5%;
    }
    /*youtube*/
    .youtube{
        padding: 50px 0;
    }
    /*footer*/
    .line3{
        margin: 50px 5% 50px 5%;
    }
}

@media (max-width:1178px){
    .cardapioitem{
        margin: 5px;
    }
}

/*Dispositivos médios (tablets, menos de 992 px)*/
@media (max-width: 991.98px) {
    /*serviços*/
    .btnhidden{
        display: none;
    }
    .serviçosinfo h2{
        text-align: center;
    }
    .serviçosinfo p{
        text-align: center;
    }
    .cardapio{
        min-width: 370px;
    }
    .serviçosinfo{
        padding: 25px 15px 25px 15px;
    }
    .serviçosinfo strong{
        display: none;
    }
    .serviços a{
        float: none;
        margin: 15px 0 60px 0;
    }
    .mobhidden{
        display: none;
    }
    .serviços .col-md-12 a{
        width: 50%;
    }
    .serviços .col-md-3 {
        text-align: center;
    }
    .cardapioitem p.subinfo{
        position: relative;
        bottom: 20px;
        float: none;
        text-align: left;
        font-size: 12px;
        margin-bottom: 0;
    }
    .youtube .row a{
        width: 80%;
    }

    /*Sobre/equipe*/
    .sobre{
        margin-bottom: 0;
        padding: 50px;
    }
    .foto{
        display: none;
    }
    .redescall{
        position: relative;
        top: 300px;
        width: 96%!important;
        margin: 0 12px 30px 12px;
        padding: 35px 10px!important;
    }
    .quadro{
        height: fit-content;
        width: 97%!important;
        margin: 0 12px;
        
    }

    /*slider*/
    #photoslider{
        margin-top: 10px;
        display: block;
    }
    
    /*Youtube*/
    .youtube{
        padding: 35px 50px;
    }
    .youtube iframe{
        width: 100%;
        height: 300px;
    }

    /*Footer*/
    .footerbox{
        padding: 25px;
        text-align: center;
        padding: 25px 25px 0 25px;  
    }
    .footerbox p{
        margin: 0;
    }

}


/*Dispositivos extra pequenos (telefones retrato, menos de 576 px)*/
@media (max-width: 575.98px) {
    .coverbg{
        display: none;
    }
    .coverbgmobile{
        display: block;
    }
    .sobre{
        padding: 0;
    }
    .cardapioitem{
        min-width: 50%;
    }
    .redescall{
        margin: 0 12px 85px 12px;

    }
    
    .quadro div{
        padding: 80px 15px;
    }
    div.line{
        padding: 0;
    }
    div.line2{
        padding: 0;
    }
    .line3{
        margin: 50px 10% 50px 10%;
    }
    .carousel-item{
        height: 342px;
    }
}