#banners .carousel-indicators li {
  width: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 10px;
  border-top: 0px;
  border-bottom: 0px;    
}

#banners .carousel-indicators .active {
  width: 30px;
}

#banners .carousel-inner{
  width: 100%;
}

#banners .carousel-inner img{
  width: 100%;
}

.banner-desktop{
  width: 100%;
}

.banner-mobile{
  width: 100%;
  display: none;
}

@media(max-width: 767px){
  .banner-desktop{
    display: none;
  }
  .banner-mobile{
    display: block;
  }
}

/*************************************/
#cardapio{
  margin-top: 60px;
  margin-bottom: 60px;
}

#cardapio .btn-link:focus{
  box-shadow: none;
}

#cardapio .titulo, #cardapio .titulo strong{
  text-transform: uppercase;
  color: var(--main-empresa);
  font-size: 52px;
  line-height: 55px;
}

#cardapio .card{
  border: 0;
  margin-bottom: 40px;
}

#cardapio .card-header{
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 150px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#cardapio .card-header.vermelho{
  background-color: var(--main-empresa);
}

#cardapio .card-header.amarelo{
  background-color: var(--main-amarelo);
}

#cardapio .card-header button{
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: right;
  font-size: 42px;
  font-weight: 500;
  text-decoration: none;
}

#cardapio .card-header button i{
  color: #fff;
  margin-left: 40px;
}

#cardapio .menu{
  list-style: none;
}

#cardapio .menu li{
  margin-bottom: 20px;
}

#cardapio .menu a{
  text-decoration: none;
}

#cardapio .menu .box{
  display: flex;
  align-items: center;
}

#cardapio .menu .box .imagem{
  margin-right: 20px;
}

#cardapio .menu .box .imagem img{
  width: 100%;
  max-width: 150px;
}

#cardapio .menu .box .info{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#cardapio .box .info .texto .nome{
  color: var(--main-empresa);
  font-weight: bold;
  font-size: 31px;
}

#cardapio .box .info .texto .desc{
  font-size: 18px;
}

#cardapio .box .info .preco{
  color: var(--main-empresa);
  font-weight: bold;
  font-size: 21px;
  display: flex;
  align-items: center;
}

@media(max-width: 767px){
  #cardapio .titulo, #cardapio .titulo strong{
    font-size: 32px;
    line-height: 35px;
  }
}

@media(max-width: 767px){
  #cardapio .menu .box {
    display: block;
  }

  #cardapio .menu .box .imagem {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

  #cardapio .card-header button{
    font-size: 36px;
  }
}

@media(max-width: 450px){
  #cardapio .menu .box .imagem img{
    max-width: 250px;
  }
}

/*************************************/

#sobre{
  background-color: var(--main-empresa);
  padding-top: 30px;
  padding-bottom: 30px;
}

#sobre .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sobre .box .title{
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-weight: 500;
  font-size: 32px;
}

#sobre .box .faixa{
  width: 70%;
  height: 3px;
  background-color: #fff;
}

#sobre .texto1{
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  text-transform: uppercase;
}

#sobre .texto2, #sobre .texto2 span{
  color: #fff;
  font-size: 300px;
  line-height: 300px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -30px;
}

#sobre .texto2 span{
  color: var(--main-amarelo);
  letter-spacing: 0px;
  margin-right: -50px;
}

#sobre .texto3{
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: bold;
}

#sobre p{
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

#sobre ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#sobre ul li{
  float: left;
  width: 25%;
}

#sobre .foto{
  width: 100%;
}

@media(max-width: 1200px){
  #sobre .texto2, #sobre .texto2 span{
    font-size: 240px;
    line-height: 210px;
  }
}

@media(max-width: 992px){
  #sobre .box .title {
    font-size: 16px;
  }

  #sobre .texto2, #sobre .texto2 span{
    font-size: 180px;
    line-height: 150px;
  }
}

@media(max-width: 767px){
  #sobre .box .title {
    font-size: 16px;
  }

  #sobre .texto2, #sobre .texto2 span{
    font-size: 150px;
    line-height: 130px;
  }

  #sobre ul li{
    width: 50%;
  }
}

@media(max-width: 550px){
  #sobre .box .title {
    font-size: 10px;
  }

  #sobre .texto2 span{
    margin-right: -10px;
  }

  #sobre .texto2, #sobre .texto2 span{
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -10px
  }
}
/*************************************/












