
*{
    padding: auto; 
    margin: auto;
    box-sizing: border-box;
    font-family: Inter;
    box-sizing: border-box;
}
.container-header, .header, .secao-02, .secao-04 {
    background-color: #F3F0ED;
    
}

/* Estilos para o cabeçalho */
.header-logo{
    width: 20%;
    margin-top: 4%;
    margin-left: 4%;
}

@media screen and (min-width: 768px) {
    .header-logo{
        width: 10%;
        margin-top: 2%;
        margin-left: 4%;
    }
    
}

/* Estilos para o titulo */

.header-title{

    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #523A35;
    margin-top: 2%;
}

@media screen and (min-width: 768px) {
    .header-title{

        font-size: 48px;
    }
    
}

/* Estilos para o subtitulo */
.subtitle-header{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #7C6A65;
    margin-top: 1%;
}

@media screen and (min-width: 768px) {
    .subtitle-header{
        font-size: 16px;
    }
}

.teste-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    font-size: 16px;
}

.header-button {
  width: 180px;
  height: 50px;
  background: linear-gradient(135deg, #F89584, #F47C6A);
  border-radius: 100px;
  font-family: Inter;
  border: none;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  cursor: pointer;

  animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(248, 149, 132, 0.35);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 12px 30px rgba(248, 149, 132, 0.55);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(248, 149, 132, 0.35);
  }
}


/* Estilos para o foto mulher com celular */
.woman-phone{
    width: 100%;
    padding: 2%;

}

@media screen and (min-width: 768px) {
    
    .woman-phone{
        width: 70%;
        padding: 2%;
        display: flex;
    }

    
}


/* Estilos para card title */
.card-title{
    
 
    background-color: #FFFFFF;
    padding: 3%;
    width: 30%;
    border-radius: 100px;
    display: flex;
    font-size: 12px;
    color: #523A35;
    margin-top: 2%;

}

@media screen and (min-width: 768px) {
    
    .card-title{
        margin-left:38%;
        margin-top: 4%;
        width: 20%;
        display: none;
    }
    
}

/* Estilos para secao 02 */
.secao-02{
   margin-left: 4%;
    margin-top: 4%;
   
}
.title-secion2{

    margin-top: 4%;
    font-weight: 400;
    font-size: 32px;

}

@media screen and (min-width: 768px) {
    .title-secion2{
        font-size: 48px;
    }
}

.text-rose{
    color: #F89584;

}

.img-bebe{
    width: 100%;
    padding: 2%;
    margin-top: 4%;
}

@media screen and (min-width: 768px) {
    .img-bebe{
        width: 50%;
        padding: 2%;
        display: flex;
    }
}

/* Estilos para secao 03 */

.title-secion3{
    margin-top: 4%;
    font-weight: 400;
    text-align: center;
    font-size: 32px;
}

@media screen and (min-width: 768px) {
    .title-secion3{
        font-size: 48px;
    }
}

.container-cards{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 2%;
}

@media screen and (min-width: 768px) {
    .container-cards{
        flex-direction: row;
        gap: 16px;
    }
}

.img-card {
  width: 100%;
  margin-top: 4%;

  transform: scale(0.85) translateY(40px);
  opacity: 0;

  animation: scaleUp linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

@keyframes scaleUp {
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.card-title-4{
     background-color: #FFFFFF;
    padding: 3%;
    width: 30%;
    border-radius: 100px;
    display: flex;
    font-size: 12px;
    color: #523A35;
    top: 4%;
    position: relative;
}

.title-secion4{
    margin-left: 4%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 32px;
    font-weight: 300;

}

@media screen and (min-width: 768px) {
    .title-secion4{
        font-size: 48px;
        text-align: center;
      }

}
.subtitle-secion4{
    font-size: 12px;
    color: #7C6A65;
    margin-top: 2%;
}

@media screen and (min-width: 768px) {
    .subtitle-secion4{
        font-size: 16px;
        text-align: center;
      }

}


.container-testimonials {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-direction: row;
  gap: 16px;
  padding: 2%;
}

@media screen and (min-width: 768px) {
    .container-testimonials {
        justify-content: center;
      }
}

.card-testimonial {
  background-color: #FFFFFF;
  padding: 3%;
  width: 90%;
  max-width: 320px;
  border-radius: 20px;
  flex-shrink: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
    .card-testimonial {
        width: 50%;
        
      }
}


.img-testimonial{
    width: 15%;
    height: 6vh;
    border-radius: 100px;
    margin-top: 4%;
    margin-bottom: 2%;
    margin-left: 4%;
    
}

@media screen and (min-width: 768px) {
    .img-testimonial{
        width: 30%;
        height: 8vh;
      }
}
.text-testimonial{
    font-weight: 400;
    font-size: 12px;
    color: #7C6A65;
    text-align: center;
    margin-left: 4%;
}

@media screen and (min-width: 768px) {
    .text-testimonial{
        font-size: 16px;
      }

}

.name-testimonial{
    font-weight: 500;
    font-size: 14px;
    color: #523A35;
    margin-top: 2%;
     margin-left: 4%;
    margin-bottom: 2%;
}


.secao-05{
    background-image: url(/assets/img/img-renasc.png);
    background-size: cover;
    background-position: center;
    padding: 4%;
    margin-top: 4%;
    height: 40vh;

}

@media screen and (min-width: 768px) {
    .secao-05{
        height: 100vh;
      }
}

.title-secion5{
      margin-top: 4%;
    margin-left: 4%;
    font-size: 32px;
    font-weight: 300;
    color: #523A35;

}

@media screen and (min-width: 768px) {
    .title-secion5{
        font-size: 48px;
      }
}

.subtitle-secion5{
    
    font-size: 22px;
    
}
.imgs-lojas{
    width: 20%;
    margin-top: 4%;
    margin-left: 4%;
    gap: 30px;
}

@media screen and (min-width: 768px) {
    .imgs-lojas{
        display: flex;
        align-items: center;
        justify-content: center;
      }
}

.img-loja{
    gap: 30px;
}


.logo-escrita{
    width: 40%;
    margin-top: 4%;
    margin-left: 30%;
}

@media screen and (min-width: 768px) {
    .logo-escrita{
        width: 20%;
        margin-top: 4%;
        margin-left: 40%;
      }
}

.title-secion6{

    margin-left: 5%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 32px;
    font-weight: 300;
    position: relative;
}

@media screen and (min-width: 768px) {
    .title-secion6{
        font-size: 48px;
        text-align: center;
      }
}
.subtitle-secion6{
    font-size: 12px;
    color: #7C6A65;
    margin-top: 2%;
    margin-left: 4%;
}

@media screen and (min-width: 768px) {
    .subtitle-secion6{
        font-size: 16px;
        text-align: center;
      }
}

.imgs-lojas6{
    width: 20%;
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4%;
}

@media screen and (min-width: 768px) {
    .imgs-lojas6{
        display: flex;
        align-items: center;
        justify-content: center;
      }
}

footer{
    background-color: #F3F0ED;
    padding: 2%;
    height: 5vh;
    text-align: center;
}
