﻿.sessao-inicio 
{ padding-top: clamp(6.075rem, 7.1vw, 16.2vh); height: 100vh; height: 100svh; box-sizing: border-box; background-color: rgb(243, 238, 234); overflow: hidden }

.conteudo-sessao-inicio 
{ width: 100%; height: 100%; display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; position: relative }

.sessao-inicio-foto-Aline, .sessao-inicio-texto { height: 100%; position: relative; }

.sessao-inicio-foto-Aline { width: 58%; display: flex; justify-content: flex-end; height: 100%; opacity: 0.6; z-index: 1 }

.sessao-inicio-foto-Aline-imagem { height: 100%; width: 100%; display: flex; justify-content: flex-end; } 

.sessao-inicio-foto-Aline-imagem img { height: 100%; width: 100%; display: block; object-fit: cover; object-position: 1% 30%; margin: 0 }

.sessao-inicio-foto-Aline-celular-em-pe, .sessao-inicio-texto-celular-em-pe, .sessao-inicio-foto-Aline-tablet-midia-movel-deitado, 
.sessao-inicio-foto-Aline-tablet-deitado, .sessao-inicio-texto-celular-deitado { display: none }

.sessao-inicio-texto 
{ position: relative; width: 44%; display: flex; flex-direction: column; justify-content: center; z-index: 2; margin-right: auto; white-space: normal }

.sessao-inicio-texto p.sessao-inicio-texto-computador 
{ font-family: "montserratlight"; color: rgb(114, 0, 46); letter-spacing: 0.05rem; font-size: clamp(1.0295rem, 1.2063vw, 2.75vh); position: relative; 
  line-height: clamp(1.874rem, 2.195vw, 5vh); text-align: left; }

.realce-sua-beleza, .com-confianca-e-cuidado { letter-spacing: 0.05rem; line-height: normal }

.realce-sua-beleza 
{ font-family: "poppinsextrabold"; font-size: clamp(2.677rem, 3.135vw, 7.15vh); color: rgb(114, 0, 46);  margin-bottom: clamp(0.92rem, 1.12vw, 2.5vh) }

.com-confianca-e-cuidado 
{ font-family: "poppinssemibold"; font-size: clamp(1.966rem, 2.303vw, 5.25vh); color: rgb(73, 16,35); margin-bottom: clamp(2.449rem, 2.817vw, 6.5vh) }

.botao-entre-em-contato-inicio 
{ width: clamp(20.05rem, 23.5vw, 53.5vh); height: clamp(3.55rem, 4.2vw, 9.5vh); border-radius: 40px; background-color: rgb(114, 0, 46); display: flex; 
  align-items: center; justify-content: center; margin-top: clamp(1.8rem, 2.15vw, 5vh) }

.botao-entre-em-contato-inicio a { letter-spacing: 0.05rem; color: #fff; font-family: "poppinslight"; font-size: clamp(0.973rem, 1.142vw, 2.6vh) }

.botao-entre-em-contato-inicio:hover { background-color: rgb(73, 16, 35) }

.botao-entre-em-contato-inicio:hover a { color: rgb(231, 180, 173) }

.botao-entre-em-contato-inicio:hover a:hover { text-decoration: none }

/*Celular em pé*/

@media only screen and (max-width : 600px) and (orientation : portrait)
{
.sessao-inicio 
{ display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; height: auto; position: relative; padding-top: 5.15rem; padding-bottom: 1.9rem; 
  background-color: rgb(243, 238, 234); transition: height 0.4s ease-in-out; overflow: hidden }

.conteudo-sessao-inicio { flex: 1; display: flex; flex-direction: column; position: relative; width: 100% }

.sessao-inicio-foto-Aline, sessao-inicio-foto-Aline-tablet-midia-movel-deitado, .sessao-inicio-foto-Aline-tablet-deitado, 
.sessao-inicio-texto-computador { display: none }

.sessao-inicio-foto-Aline-celular-em-pe 
{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; opacity: 0.25; z-index: 1; pointer-events: none; }

.sessao-inicio-foto-Aline-imagem-celular-em-pe img, .sessao-inicio-foto-Aline-imagem-celular-em-pe picture { height: 100%; width: 100% }

.sessao-inicio-foto-Aline-imagem-celular-em-pe img { width: 100%; height: 100%; object-fit: cover; object-position: 80% bottom; display: block; }

.sessao-inicio-foto-Aline-celular-em-pe, .sessao-inicio-texto p.sessao-inicio-texto-celular-em-pe { display: block }

.sessao-inicio-texto 
{ position: relative; z-index: 2; width: 100%; height: auto; margin: auto 0; padding: 1.9rem 0 0.6rem 0; box-sizing: border-box; display: flex; 
  flex-direction: column; }

.sessao-inicio-texto p.sessao-inicio-texto-celular-em-pe 
{ font-family: "montserratlight"; color: rgb(114, 0, 46); letter-spacing: 0.05rem; font-size: 1.046rem; position: relative; line-height: 1.65rem; 
  text-align: left; margin-top: 2.1rem }

.realce-sua-beleza, .com-confianca-e-cuidado { letter-spacing: 0.05rem; }

.realce-sua-beleza { font-family: "poppinsextrabold"; font-size: 1.43rem; color: rgb(114, 0, 46); margin-bottom: 1.5rem; line-height: 1rem }

.com-confianca-e-cuidado { font-family: "poppinssemibold"; font-size: 1.15rem; color: rgb(73, 16,35); margin-bottom: 0; line-height: 1rem }

.botao-entre-em-contato-inicio 
{ z-index: 99; width: 16rem; height: 3.6rem; border-radius: 87px; background-color: rgb(114, 0, 46); display: flex; align-self: center; 
  align-items: center; justify-content: center; margin-top: 4rem; position: relative }

.botao-entre-em-contato-inicio a { letter-spacing: 0.05rem; color: #fff; font-family: "poppinslight"; font-size: 0.985rem }
}

/*ipad em pé e deitado*/
@media only screen and (min-width: 601px) and (max-width: 1280px) and (min-height: 601px)
{
.sessao-inicio { padding-top: 6.2rem; height: 100vh; height: 100svh; box-sizing: border-box; background-color: rgb(243, 238, 234); }

.conteudo-sessao-inicio { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; position: relative }

.sessao-inicio-texto { height: 100%; position: relative; }

.sessao-inicio-foto-Aline, .sessao-inicio-foto-Aline-celular-em-pe, .sessao-inicio-texto-celular-em-pe { display: none }

.sessao-inicio-texto { position: relative; width: 70%; top: 0; right: 0; display: flex; flex-direction: column; justify-content: center; }

.sessao-inicio-texto p.sessao-inicio-texto-computador 
{ font-family: "montserratlight"; color: rgb(114, 0, 46); letter-spacing: 0.05rem; font-size: 1.0295rem; position: relative; line-height: 1.874rem; text-align: left; }

.realce-sua-beleza, .com-confianca-e-cuidado { letter-spacing: 0.05rem; line-height: normal }

.realce-sua-beleza { font-family: "poppinsextrabold"; font-size: 2.677rem; color: rgb(114, 0, 46); margin-bottom: 0.92rem }

.com-confianca-e-cuidado { font-family: "poppinssemibold"; font-size: 1.966rem; color: rgb(73, 16,35); margin-bottom: 2.449rem }

.botao-entre-em-contato-inicio 
{ z-index: 99; width: 20.05rem; height: 3.55rem; border-radius: 40px; background-color: rgb(114, 0, 46); display: flex; align-items: center; 
  justify-content: center; margin-top: 4rem }

.botao-entre-em-contato-inicio a { letter-spacing: 0.05rem; color: #fff; font-family: "poppinslight"; font-size: 0.973rem; padding-top: 0.2rem }
}

/*ipad em pé*/
@media only screen and (min-width: 601px) and (max-width: 1280px) and (min-height: 601px) and (orientation: portrait) 
{
.sessao-foto-Aline, .sessao-inicio-foto-Aline-tablet-deitado { display: none }

.sessao-inicio-foto-Aline-tablet-midia-movel-deitado 
{ position: absolute; top: 0; bottom: 0; right: 0; left: 0; height: 100%; width: 100%; opacity: 0.25; z-index: 1; pointer-events: none; display: flex; 
  justify-content: flex-end; overflow: hidden }

.sessao-inicio-foto-Aline-imagem-tablet-midia-movel-deitado, .sessao-inicio-foto-Aline-imagem-tablet-midia-movel-deitado picture { height: 100%; display: block }

.sessao-inicio-foto-Aline-imagem-tablet-midia-movel-deitado img 
{ height: 100%; width: auto; max-width: none; display: block; object-fit: cover; object-position: right bottom; -webkit-transform-origin: right bottom; }
}

/*Mídia móvel deitado*/

/*ipad*/
@media only screen and (min-width: 601px) and (max-width: 1280px) and (min-height: 601px) and (orientation: landscape)
{

.sessao-inicio-foto-Aline-tablet-deitado 
{ position: absolute; top: 0; bottom: 0; right: 0; left: 0; height: 100%; width: 100%; opacity: 0.25; z-index: 1; pointer-events: none; display: flex; 
  justify-content: flex-end; overflow: hidden; }

.sessao-inicio-foto-Aline-imagem-tablet-deitado, .sessao-inicio-foto-Aline-imagem-tablet-deitado picture { height: 100%; display: block }

.sessao-inicio-foto-Aline-imagem-tablet-deitado img 
{ height: 100%; width: auto; max-width: none; display: block; object-fit: cover; object-position: right bottom; -webkit-transform-origin: right bottom; }

.sessao-inicio-foto-Aline-tablet-midia-movel-deitado { display: none }
}

/*tim*/
@media screen and (max-device-width : 570px) and (orientation : landscape) 
{
.sessao-inicio { padding-top: 5.15rem; height: calc(80vw + 1.9rem); box-sizing: border-box; background-color: rgb(243, 238, 234); overflow: hidden }

.conteudo-sessao-inicio { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; position: relative }

.sessao-inicio-texto { height: 100%; position: relative; }

.sessao-inicio-foto-Aline, .sessao-inicio-foto-Aline-celular-em-pe, sessao-inicio-foto-Aline-tablet-deitado, .sessao-inicio-texto-celular-em-pe, 
.sessao-inicio-texto-computador { display: none }

.sessao-inicio-foto-Aline-tablet-midia-movel-deitado 
{ position: absolute; top: 0; bottom: 0; right: 0; left: 0; height: 100%; width: 100%; opacity: 0.25; z-index: 1; pointer-events: none; display: flex; 
  justify-content: flex-end; }

.sessao-inicio-foto-Aline-imagem-tablet-midia-movel-deitado, .sessao-inicio-foto-Aline-imagem-tablet-midia-movel-deitado picture { height: 100%; display: block }

.sessao-inicio-foto-Aline-imagem-tablet-midia-movel-deitado img 
{ height: 100%; width: auto; max-width: none; display: block; object-fit: cover; object-position: right bottom; -webkit-transform-origin: right bottom; }

.sessao-inicio-texto 
{ padding-top: 0; position: relative; width: auto; top: 0; right: 0; display: flex; flex-direction: column; justify-content: center; }

.sessao-inicio-texto p.sessao-inicio-texto-celular-deitado 
{ display: block; font-family: "montserratlight"; color: rgb(114, 0, 46); letter-spacing: 0.05rem; font-size: 1.046rem; position: relative; line-height: 1.65rem; 
  text-align: left; margin-top: 2.1rem }

.realce-sua-beleza, .com-confianca-e-cuidado { letter-spacing: 0.05rem; }

.realce-sua-beleza { font-family: "poppinsextrabold"; font-size: 1.43rem; color: rgb(114, 0, 46); margin-bottom: 1.5rem; line-height: 1rem }

.com-confianca-e-cuidado { font-family: "poppinssemibold"; font-size: 1.15rem; color: rgb(73, 16,35); margin-bottom: 0; line-height: 1rem }

.botao-entre-em-contato-inicio 
{ z-index: 99; width: 16rem; height: 3.6rem; border-radius: 87px; background-color: rgb(114, 0, 46); display: flex; align-self: center; align-items: center; 
  justify-content: center; margin-top: 4rem }

.botao-entre-em-contato-inicio a { letter-spacing: 0.05rem; color: #fff; font-family: "poppinslight"; font-size: 0.985rem; }
}

/*IPHONE MÃE*/
@media screen and (min-width: 571px) and (max-width: 670px) and (orientation: landscape) 
{
.sessao-inicio { padding-top: 5.15rem; height: 70vw; box-sizing: border-box; background-color: rgb(243, 238, 234); overflow: hidden }

.conteudo-sessao-inicio { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; position: relative }

.sessao-inicio-texto { height: 100%; position: relative; }

.sessao-inicio-foto-Aline, .sessao-inicio-foto-Aline-celular-em-pe, .sessao-inicio-foto-Aline-tablet-midia-movel-deitado, .sessao-inicio-texto-celular-em-pe, 
.sessao-inicio-texto-computador { display: none }

.sessao-inicio-foto-Aline-tablet-deitado 
{ position: absolute; top: 0; bottom: 0; right: 0; left: 0; height: 100%; width: 100%; opacity: 0.25; z-index: 1; pointer-events: none; display: flex; 
  justify-content: flex-end; }

.sessao-inicio-foto-Aline-imagem-tablet-deitado { width: 50%; height: 100%; display: block }

.sessao-inicio-foto-Aline-imagem-tablet-deitado img 
{ height: 100%; width: 100%; display: block; object-fit: cover; object-position: 10% bottom; -webkit-transform-origin: 10% bottom; }

.sessao-inicio-texto { position: relative; width: auto; top: 0; right: 0; display: flex; flex-direction: column; justify-content: center; }

.sessao-inicio-texto p.sessao-inicio-texto-celular-deitado 
{ display: block; font-family: "montserratlight"; color: rgb(114, 0, 46); letter-spacing: 0.05rem; font-size: 1.046rem; position: relative; line-height: 1.65rem; 
  text-align: left; margin-top: 2.1rem }

.realce-sua-beleza, .com-confianca-e-cuidado { letter-spacing: 0.05rem; }

.realce-sua-beleza { font-family: "poppinsextrabold"; font-size: 1.43rem; color: rgb(114, 0, 46); margin-bottom: 1.5rem; line-height: 1rem }

.com-confianca-e-cuidado { font-family: "poppinssemibold"; font-size: 1.15rem; color: rgb(73, 16,35); margin-bottom: 0; line-height: 1rem }

.botao-entre-em-contato-inicio 
{ z-index: 99; width: 16rem; height: 3.6rem; border-radius: 87px; background-color: rgb(114, 0, 46); display: flex; align-self: center; align-items: center; 
  justify-content: center; margin-top: 4rem }

.botao-entre-em-contato-inicio a { letter-spacing: 0.05rem; color: #fff; font-family: "poppinslight"; font-size: 0.985rem; }
}

/*Celulares grandes*/

@media only screen and (min-width: 671px) and (max-height: 600px) and (orientation: landscape) and (pointer: coarse)
{
.sessao-inicio-foto-Aline, .sessao-inicio-foto-Aline-celular-em-pe, .sessao-inicio-foto-Aline-tablet-midia-movel-deitado, .sessao-inicio-texto-celular-em-pe, 
.sessao-inicio-texto-computador { display: none }

.sessao-inicio { padding-top: 5.15rem; height: 70vw; box-sizing: border-box; background-color: rgb(243, 238, 234); overflow: hidden }

.conteudo-sessao-inicio { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; position: relative }

.sessao-inicio-texto { height: 100%; position: relative; }

.sessao-inicio-foto-Aline-tablet-deitado 
{ position: absolute; top: 0; bottom: 0; right: 0; left: 0; height: 100%; width: 100%; opacity: 0.25; z-index: 1; pointer-events: none; display: flex; 
  justify-content: flex-end; }

.sessao-inicio-foto-Aline-imagem-tablet-deitado, .sessao-inicio-foto-Aline-imagem-tablet-deitado picture { height: 100%; display: block }

.sessao-inicio-foto-Aline-imagem-tablet-deitado img 
{ height: 100%; width: auto; max-width: none; display: block; object-fit: cover; object-position: right bottom; -webkit-transform-origin: right bottom; }

.sessao-inicio-texto { position: relative; width: auto; top: 0; right: 0; display: flex; flex-direction: column; justify-content: center; }

.sessao-inicio-texto p.sessao-inicio-texto-celular-deitado 
{ display: block; font-family: "montserratlight"; color: rgb(114, 0, 46); letter-spacing: 0.05rem; font-size: 1.046rem; position: relative; line-height: 1.59rem; 
  text-align: left; margin-top: calc(var(--vw, 1vw) * 3.1) }

.realce-sua-beleza, .com-confianca-e-cuidado { letter-spacing: 0.05rem; }

.realce-sua-beleza { font-family: "poppinsextrabold"; font-size: 1.43rem; color: rgb(114, 0, 46); margin-bottom: calc(var(--vw, 1vw) * 1.2); line-height: 1.5 }

.com-confianca-e-cuidado { font-family: "poppinssemibold"; font-size: 1.15rem; color: rgb(73, 16,35); margin-bottom: 0; line-height: 1.75 }

.botao-entre-em-contato-inicio 
{ z-index: 99; width: 16rem; height: 3.6rem; border-radius: 87px; background-color: rgb(114, 0, 46); display: flex; align-self: center; align-items: center; 
  justify-content: center; margin-top: calc(var(--vw, 1vw) * 4.95) }

.botao-entre-em-contato-inicio a { letter-spacing: 0.05rem; color: #fff; font-family: "poppinslight"; font-size: 0.985rem; }
}
