html, body{
    overflow-x: hidden !important;
    font-family: 'Tenor Sans';
}

.font-maior{
  font-family: 'Montserrat-SemiBold';
  
}
/*Efeito para o site aparecer de vagar*/
.oi{
  -webkit-transition: all .5s;
  -webkit-animation-name: myfading;
  -webkit-animation-duration: 1.8s;
}

@-webkit-keyframes myfading {
  from {
        opacity: 0;
        -webkit-transition: opacity;
        transform: translateY(30px);
  }
  to {
        opacity: 1;
        transform: translateY(0);
  }
}

/*body *{
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
}*/
.fundo-cinza{
  background-color: #575757;
}
.fundo-most{
  background-color: #CFAB67;
}



.card-c{
  width: 600px auto;
  margin-bottom: 190px;
  height: 50px;
  border-radius: 15px; /* Ajuste esse valor para controlar a curvatura das bordas */
  box-shadow: 1 6px 3px rgba(0, 0, 0, 0.527); /* Adiciona uma sombra suave */
  background-color: white transparent ; /* Cor de fundo do card */
  padding: 5px; /* Espaçamento interno do card */
}
.bord{
  border-radius: 15px;
  width: 74%;
  display: inline-grid;
  flex-wrap: wrap;
  justify-content: space-between;
  background-position-y: bottom;
}
.imagem-grande{
  display: block;
}
.ajus{
  width: 300px;
}
@media only screen and (max-width: 992px) {
  .imagem-grande {
    display: none; /* Oculta a imagem em telas de 700 pixels de largura ou menores */
  }
  .ajus{
    width: 200px;
  }
}
.respon-d{
  display: block;
}
@media only screen and (max-width: 992px) and (min-width: 576px) {
  .respon-d {
    width: 654px;
  }
  .ajus{
    width: 200px;
  }
}

.mapa-ajuste{
  width:1250px;
  height:400;
}
@media only screen and (max-width: 1280px){
  .mapa-ajuste{
    width:1080px;
    height:200;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 876px){
  .mapa-ajuste{
    width:820px;
    height:300;
  }
}
@media only screen and (max-width: 876px) and (min-width: 768px){
  .mapa-ajuste{
    width:690px;
    height:300;
  }
}
@media only screen and (max-width: 540px){
  .mapa-ajuste{
    width:420px;
    height:200;
  }
}
@media only screen and (max-width: 576px) and (min-width: 360px){
  .mapa-ajuste{
    width:320px;
    height:200;
  }
}
@media only screen and (max-width: 360px) and (min-width: 280px){
  .mapa-ajuste{
    width:240px;
    height:200;
  }
}
.ler-mais{
  text-decoration: none;
  color: #CFAB67;
  font-size: medium;
}
.ler-mais:hover{
  color: none;
  color: #575757;
}

.topo-texto{
  
  margin-left: 3.0cm;
  text-transform: none;
  font-size: 3.0em;
  color: white;
  line-height: 1.2;
}

.topo-texto-a{
  margin-left: 3.0cm;
  font-size: 2.0em;
  line-height: 1;
}
.topo-texto-b{
  font-size: 2.8em;
  line-height: 1;
}
.topo-texto-c {
  font-size: 1.2em;
}
.btn-respo{
  margin-left: 3.0cm;
}

@media only screen and (max-width: 760px){
  .topo-texto {
    margin-left: 0.5cm;
    font-size: 2.5em;
  }
  .topo-texto-a{
    margin-left: 0.5cm;
  }
  .topo-texto-b{
    margin-left: 0.5cm;
  }
  .topo-texto-c{
    margin-left: 0.5cm;
  }
  .btn-respo{
    margin-left: 0.5cm;
  }

}


.bloquinho-la{
  background-color: #CFAB67;
  width: 60px;
  height: 13px;
  margin-bottom: 5px;
  margin-left: 3.0cm;
}

@media only screen and (max-width: 760px) {
  .bloquinho-la{
    margin-left: 0.5cm;
  }
}

.bloquinho-ba{
  background-color: #fff;
  width: 60px;
  height: 13px;
  
}
.circ-b{
  
  margin-block: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.circ-b img{
  object-fit: cover;
  height: 120%;
  width: 13%;
  border-radius: 200px;
}
.circ-b img:hover{
  border: 2px solid rgb(255, 255, 255);
    box-sizing: border-box;
}


.circ{
  margin-block: 10px;
  padding: 0.5cm;
  text-align: center;
}
.circ img{
  object-fit: cover;
  height: 80%;
  width: 70%;
  border-radius: 130px;
  box-shadow: 5px 2px 0px #575757;
}

.name-baixo{
  font-size: 1.5em;
}


.hero-top {
  background-size: cover;
}

.hero-dark{
    background-color: #000000; 
}
.cor-preto{
  color: #000;
}


.cor-fundo{
    background: none;
    background-color: #8a8a8a;
}

.cor-do-card {
    background: none;
    background-color: #CFAB67 !important;
}
.btn-100px {
    width: 100px;
}
.btn-250px {
    width: 250px;
}
.cor-link{
    text-decoration: none;
    color: #575757;
    font-size: 1.1em;
}
.cor-link:hover {
    /*Ao passar o mause*/
    color: #ffffff;
}

.card:hover{
    background-color: #CFAB67; /* Cor verde quando o mouse passa sobre o cartão */
    transition: background-color 0.3s; /* Adiciona uma transição suave de cor */
    color: none;
    color: #ffffff;
}
.unselectable {
    user-select: none;
}
.card-title {
    font-size: 1.6em;
    color: #CFAB67; /* Cor do título do cartão */
}

/*Aba de Flip box*/
.wrapper{
    display: grid;
    margin: 50px 90px auto;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  @media (max-width: 700px) {
    .wrapper{
      margin: 80px auto;
    }
  }
  .wrapper .box{
    width: 350px auto;
    margin: 0 0 auto;
    position: relative;
    perspective: 1000px;
  }
  .wrapper .box .front-face{
    background: #fff;
    height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px 20px 5px rgb(9, 255, 0);
    transition: all 0.5s ease;
  }
/*background-image: url('image/dieta.jpg');*/
  
  .box .back-face {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 220px;
    width: 100%;
    padding: 30px;
    color: #fff;
    opacity: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background: linear-gradient(-135deg, #006809, #7db90b);
    transform: translateY(110px) rotateX(-90deg);
    box-shadow: 6px 5px 20px 8px rgb(0, 255, 64);
    transition: all 0.5s ease;
  }

  .box .back-face p {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px; /* Adicione um tamanho de fonte desejado */
  }

  .box .back-face h1 {
    font-size: 24px; /* Adicione um tamanho de fonte desejado */
  }
  @media (max-width: 767px) {
    .box .back-face h5{
      font-size: 18px;
      
    }
    .box .back-face h1{
      display: none;
    }
  }

  
  @media (max-width: 1045px) {
    .wrapper .box{
      width: calc(100% - 10px);
      margin: 10px 0;
    }
  }
  @media (max-width: 702px) {
    .wrapper-a .box-a{
      width: 100%;
    }
  }
  .box:hover .back-face{
    opacity: 1;
    transform: rotateX(0deg);
  }
  .box:hover .front-face{
    opacity: 0;
    transform: translateY(-110px) rotateX(90deg);
  }
  /*fim do flip box*/
  .fim img{
    padding: 1cm;
    margin: 10px;
    width: 200px;
    height: 240px;
  }
  