/*
Autor: Willy Cruz
www.dznbox.com

ec1c24 red

*/


body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  color: #444;
}

::selection {
  color: #fff;
  background-color: #ec1c24;
}

a,
a:link,
a:focus,
a:active,
a:visited{
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, strong{
  font-weight: 800;
}
.btn01{
  font-size: 16px;
  padding: 9px 22px;
  color: #fff !important;
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn01:hover{
  background-color: #fff;
  color: #4334af !important;
}
.btn02{
  font-size: 16px;
  padding: 10px 25px;
  color: #fff !important;
  border-radius: 40px;
  background-color: rgba(0,0,0,0.2);
  border: 1px solid #fff;
}
.btn02:hover{
  color: #555 !important;
  background-color: #fff;
}
.btnTopo{
  font-size: 30px;
  padding: 10px;
  color: #ec1c24;
}
.btnTopo:hover{
  color: #900;
}
.btnWhats{
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 40px;
  transition: 0.25s;
  color: #fff !important;
  background-color: #25b366;
}
.btnWhats:hover{
  background-color: #109050;
}



/* TITULO */
.titulo{
  user-select: none;
  margin-top: 60px;
}
.titulo p:nth-child(1){
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 10px;
  color: #f5f5f5;
  margin-bottom: -110px;
}
.titulo p:nth-child(2){
  font-size: 40px;
  font-weight: 900;
  color: #ec1c24;
  word-spacing: 10px;
  margin-bottom: -35px;
}
.titulo p:nth-child(3){
  color: #555;
  font-size: 45px;
  margin-bottom: -15px;
}
/* END TITULO */


/* MENU */
.logoMenu{
  width: 100%;
  max-width: 120px;
  margin-left: 10px;
  transition: .2s;
}
.menuGradient{
  background: #ec1c24;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.navbar{
  transition: background .4s ease;
}
.nav-link,
.nav-link:link,
.nav-link:focus,
.nav-link:active,
.nav-link:visited {
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #ec1c24;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 15px;
}
.nav-link:hover {
  color: #444;
  background-color: #fff;
}
/* END MENU */


/* CARROSSEL */
.carousel{
  background-image: url("../img/bgHome01.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.carousel-inner{
  background-color: rgba(50,0,0,.3);
}
.carousel-item{
  min-height: 650px;
}
.carousel-caption{
  bottom: 150px;
}
.carousel-caption strong{
  font-size: 45px;
}
.carousel-caption p{
  font-size: 18px;
}
.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 8px;
  border-radius: 10px;
  border: none;
  transition: .4s;
}
.carousel-indicators .active {
  width: 30px;
}
/* END CARROSSEL */


/* ICONS */
.iconsHome{
  color: #fff;
  padding-bottom: 80px;
  background-color: #fb2;
}
.iconsHome i{
  font-size: 56px;
  margin-bottom: 30px;
}
.iconsHome p:nth-child(2){
  font-size: 22px;
  font-weight: 300;
}
.iconsHome p:last-child{
  font-size: 17px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
/* END ICONS */


/* SUGESTOES CHEFE */
.sugestoesChefe{
  padding-top: 170px;
}
.sugestoesChefe strong{
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #ec1c24;
}
.sugestoesChefe span{
  color: #888;
}
.sugestoesChefe p:nth-child(odd){
  margin-bottom: 0px;
}
/* END SUGESTOES CHEFE */


/* MOSTRAR PRODUTOS */

.table > tbody > tr > th {
  font-family: "Saira Extra Condensed", sans-serif;
  color: #ec1c24;
  font-size: 20px;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: #fff4e1;
}

.table .ingredientes{
  color: #707070;
  font-weight: 300;
}
.mostrarProdutos .subTitulo{
  font-family: "Saira Extra Condensed", sans-serif;
  color: #ec1c24;
  font-weight: 700;
  font-size: 40px;
}
.mostrarProdutos hr{
  border-top: 5px dotted #ec1c24;
  opacity: 1;
  margin-top: -20px;
}
.mostrarProdutos strong{
  color: #555;
  font-weight: 600;
}

/* END MOSTRAR PRODUTOS */


/* EXTRAS */
.txtExtras{
  padding-top: 120px;
  padding-bottom: 120px;
}
.txtExtras span{
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 36px;
  color: #ec1c24;
  font-weight: 700;
}
.txtExtras hr{
  border-top: 5px dotted #ec1c24;
  opacity: 1;
  margin-top: -5px;
  margin-bottom: 50px;
}
.txtExtras p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  margin-top: -10px;
}
.txtExtras strong{
  font-weight: 600;
  color: #000;
}

/* END EXTRAS */

/* CALZONE E CROSTINI */
.calzone img{
  width: 100%;
  border-radius: 40px;
}
.calzone hr{
  border-top: 5px dotted #ec1c24;
  opacity: 1;
  margin-top: -20px;
}
.calzone p:nth-child(3){
  font-size: 23px;
  font-weight: 300;
  color: #777;
  margin-top: 30px;
}
.calzone p:first-child{
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 50px;
  color: #ec1c24;
  font-weight: 700;
}
/* END CALZONE E CROSTINI */



/* CONTATO */
.fotoContato{
  border-radius: 20px;
}
.contato p{
  font-size: 18px;
}
.imgGoogle{
  width: 100%;
  max-width: 110px;
  margin-top: 20px;
}
/* END CONTATO */


/* FOOTER */
footer{
  color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
  background: #ec1c24;

}
footer a,
footer a:link,
footer a:focus,
footer a:active,
footer a:visited{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}
footer a:hover {
  color: #791e18;
  text-decoration: none;
  outline: none;
}
.menuFooter a{
  margin-left: 12px;
  margin-right: 12px;
}
footer i{
  font-size: 21px;
  margin-left: 5px;
  margin-right: 5px;
}
.logotipoFooter{
  width: 100%;
  max-width: 250px;
}
footer hr{
  border-top: 1px solid #fff;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  opacity: .4;
}

/* END FOOTER */

@media (min-width: 1200px) {

}
@media (min-width: 992px) {


/* TITULO */
.titulo{
  user-select: none;
}
.titulo p:nth-child(1){
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 200px;
  font-weight: 900;
  letter-spacing: 10px;
  margin-bottom: -210px;
}
.titulo p:nth-child(2){
  font-size: 70px;
  font-weight: 900;
  word-spacing: 10px;
  margin-bottom: -35px;
}
.titulo p:nth-child(3){
  color: #555;
  font-size: 45px;
  margin-bottom: -15px;
}
/* END TITULO */

/* MENU */
.logoMenu{
  max-width: 180px;
}
.logoMenu2{
  max-width: 120px;
  filter: brightness(0) invert(1);
}
.menuGradient{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  box-shadow: none;
}
.menuGradient2{
  background: #ec1c24;
/*  box-shadow: 0px 0px 7px rgba(0,0,0,.4);*/
}
/* END MENU */

/* CAROUSEL */
.carousel-caption strong{
  font-size: 70px;
}
.carousel-caption p{
  font-size: 22px;
}
/* END CAROUSEL */

/* EXTRAS */
.txtExtras span{
  font-size: 50px;
}
.txtExtras p{
  font-size: 22px;
}
/* END EXTRAS */
}

@media (max-width: 991px) {
.titulo{
  padding-top: 55px;
}
.table > tbody > tr > th {
  font-size: 17px;
  font-weight: 500;
}
.table .ingredientes{
  font-size: 15px;
}
.mostrarProdutos strong{
  font-size: 14px;
}

}