#inicio {
  background-image: url('../assets/images/capa.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  height: calc(100vh - 70px);
  min-height: 400px;
  position: relative;
}

#inicio::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  z-index: 1;
}

.svg-redondo {
  height: 50px;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
}
.svg-redondo path {
  fill: #fff;
}

.svg-redondo-bottom{
  bottom: 0;
}
.svg-redondo-top{
  transform: rotate(180deg);
  top: 0;
}



.inicio-float {
  position: absolute;
  top: calc(30%);
  right: 0;
  margin: auto;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.capa-inicio {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.inicio-titulo {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.inicio-titulo h1 {
  color: #fff;
  font-size: 48px !important;
  margin: 0;
}
.inicio-titulo h3 {
  color: #fff;
  /* font-size: 64px; */
}

.inicio-redes-sociais {
  display: flex;
}
.rede-social-inicio {
  width: 30px;
  height: 30px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.link-rede-social{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 50px;
  margin: 5px;
}
.link-rede-social:hover {
  background-color: rgba(255,90,90);
}

@media (max-width: 725px) {
  .inicio-titulo h1 {
    font-size: 22px;
  }
  ul { margin-left: 0;}
  li.nav-item {padding: 0;}

  #inicio {
    height: 80vh;
  }

  .link-rede-social {
    padding: 10px;
  }
  .rede-social-inicio {
    width: 20px;
    height: 20px;
  }
}



/*About*/
#about {
  margin-top: 80px;
}
.about-container {

display: flex;

justify-content: center;

align-items: center;
}
.about-box {
  text-align: center;
  padding: 0 40px;
}

.about-box h3 {
  font-size: 36px;
}

.about-box img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.about-slider img {
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.about-slider-box-img {
  height: 300px;
  width: 180px;
  position: relative;
}
.about-slider-box-img::before {
  position: absolute;
  content: '';
  z-index: 1;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  border: 2px solid #fff;
  margin: 10px 5px;
  border-radius: 10px;
}


.qt-background {
  text-align: center;
  background: url(../assets/images/bolo-brownie-02-min.jpg) no-repeat;
  background-size: cover;
  padding: 100px 20px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.qt-background2 {
  background-image: url(../assets/images/docinhos-02-min.png);
}
.qt-background p {
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 20px;
}

.qt-background span {
  color: #a9a9a9;
  font-size: 22px;  
  font-weight: 600;	
}


@media (max-width:768px) {
  .about-container{
    flex-direction: column;
  }
  .about-slider-box-img {
    height: 300px;
    width: 100%;
  }
  .about-box {
    margin-top: 30px;
  }
}



#meus-produtos h2, #cursos h2, .recomendacoes h2 {
  font-size: 36px !important;
}

.svg-redondo-rosa path{
  fill:#f5e8ef;
}
#meus-produtos, #cursos {
  padding: 80px 0;
  background-color: #f5e8ef;
}
.meus-produtos-titulo-box {
  margin: 0 auto;
  text-align: center;
}
#meus-produtos p {
  max-width: 600px;
  margin: 0 auto;
}
.produtos-botoes{
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
.btn-select-product, .btn-select-curso{
  margin: 0 10px;
  padding: 0 15px;
  border-radius: 60px;
  font-weight: 500;
  cursor: pointer;
  color: rgb(255,90,90);
  border: 1px solid rgb(255,90,90);
}
.btn-select-product-active, .btn-select-curso-active {
  background-color: rgb(255,90,90);
  border: 1px solid rgb(255,90,90);
  color: #fff;
  border: none;
}
.btn-select-product:hover, .btn-select-curso:hover {
  background-color: rgb(252 143 143);
  color: #fff;
  border: none;
  border: 1px solid rgb(252 143 143);
}

.galeria{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galeria-box-img{
  position: relative;
}
.galeria-box-img img{
  border-radius: 10px;
  margin: 5px;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.galeria-box-img::before {
  position: absolute;
  content: '';
  z-index: 1;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #fff;
  margin: 10px 10px;
  border-radius: 10px;
}

.box-btn-cardapio {
  margin-top: 20px;
}
.btn-cardapio {
  text-decoration: none !important;
  color: #fff;
}
  
.btn-cardapio div {
  background-color: #ff5a5a;
  width: 200px;
  height: 30px;
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cardapio:hover {
  color: #fff;
}

.box-btn-cardapio-secundario div {
  background: #fff;
  color: #ff5a5a;
  border: 1px solid;
}

.box-btn-cardapio-secundario div:hover {
  box-shadow: 0 0 3px;
}
@media (max-width: 550px) {
  .produtos-botoes {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .btn-select-product, .btn-select-curso {
    width: 300px;
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .galeria-box-img img {
    width: 150px;
    height: 150px;
  }
}



.recomendacoes{
  position: relative;
  min-height: 200px;
  text-align: center;
  margin: 80px 0;
}

.recomendacao-box {
  max-width: 300px;
  margin: 20px auto 0;
  display: none;
}
.recomendacao-actived{
  display: block;
}
.recomendacao-box h3 {
}

.recomendacao-box img {
  width: 80px;
  height: 80px;
  border-radius:40px;
  margin-bottom: 15px;
  object-fit: contain;
}
.recomendacao-botoes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recomendacao-icon {
  width: 35px;
  height: 35px;
  margin: 0 3px;
  cursor: pointer;
}






