﻿.sessao-depoimentos-foto-Aline-celular-em-pe, .sessao-depoimentos-foto-Aline-tablet-em-pe, .sessao-depoimentos-foto-Aline-tablet-deitado, 
.sessao-depoimentos-foto-Aline-celular-deitado { display: none }

.sessao-depoimentos 
{ height: calc(100vh - clamp(6.075rem, 7.1vw, 16.2vh)); height: calc(100svh - clamp(6.075rem, 7.1vw, 16.2vh)); box-sizing: border-box; 
  background-color: rgb(0, 52, 78); display: flex; align-items: center; padding-left: 0 }

.sessao-depoimentos, .sessao-depoimentos * { box-sizing: border-box; }

.sessao-depoimentos-foto-Aline, .conteudo-sessao-depoimentos { height: 100%; position: relative; }

.sessao-depoimentos-foto-Aline { width: 45%; overflow: hidden; flex-shrink: 0; }

.sessao-depoimentos-foto-Aline-imagem, .sessao-depoimentos-foto-Aline-imagem picture, .sessao-depoimentos-foto-Aline-imagem img 
{ width: 100%; height: 100%; display: block }

.sessao-depoimentos-foto-Aline-imagem img { object-fit: cover; object-position: 45% top; }

.conteudo-sessao-depoimentos 
{ height: 100%; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; padding: 0 clamp(1.8rem, 2vw, 4.1vh) 0 clamp(1.8rem, 2vw, 4.1vh); 
  box-sizing: border-box; position: relative }

.conteudo-sessao-depoimentos h2 
{ line-height: 1; color: rgb(243, 238, 234); font-family: "poppinssemibold"; letter-spacing: 0.05rem; font-size: clamp(1.98rem, 2.325vw, 5.3vh); 
  margin-bottom: clamp(0.85rem, 1vw, 2.3vh); padding-top: clamp(1.8rem, 2vw, 4.1vh); text-align: left }

.banner-depoimentos 
{ flex-grow: 1; height: 100%; margin: 0; display: flex; justify-content: center; align-items: center; width: calc(100% - clamp(0.6rem, 0.7vw, 1.6vh)); }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado 
{ display: flex; align-items: center; justify-content: center; width: 100%; margin-top: clamp(0.4rem, 0.45vw, 0.9vh); margin-bottom: clamp(1.1rem, 1.16vw, 2.4vh) }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado > * + * { margin-left: clamp(1.8rem, 2vw, 4.1vh) }

.barra-progresso-celular-deitado { flex-grow: 1; display: block }

.depo-progress-container 
{ position: relative; bottom: auto; left: auto; width: calc(100% - clamp(1.8rem, 2vw, 4.1vh)); height: 4px; background-color: rgba(243, 238, 234, 0.2); 
  display: block; margin: 0; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado button { all: unset; cursor: pointer; display: flex; z-index: 10; flex-shrink: 0 }

.barra-de-progresso-depoimento-celular, .depo-controles-botoes-mobile { display: none }

.depo-progress-bar 
{ height: 100%; width: 0%; background: rgb(243, 238, 234); display: block; -webkit-animation: depoProgress 10s linear infinite; 
  animation: depoProgress 10s linear infinite; }

.prev-depoimentos img, .next-depoimentos img { height: clamp(0.78rem, 1vw, 2.15vh); width: auto; aspect-ratio: 41 / 33; transition: filter 0.3s ease; }

@-webkit-keyframes depoProgress { from { width: 0%; } to { width: 100%; } }

@keyframes depoProgress { from { width: 0%; } to { width: 100%; } }

.depoimento-secao.paused .depo-progress-bar { -webkit-animation-play-state: paused; animation-play-state: paused; }

.depoimento-secao { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; margin: 0; }

.depoimento-container-central 
{ display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; align-items: center; transform: translateZ(0); 
  -webkit-transform: translateZ(0) }

.texto-depoimento 
{ grid-area: 1 / 1; width: 100%; opacity: 0; visibility: hidden; position: relative; pointer-events: none; text-align: center; transform: translate3d(0, 0, 0); 
  -webkit-transform: translate3d(0, 0, 0); backface-visibility: hidden; -webkit-backface-visibility: hidden; perspective: 1000px; -webkit-perspective: 1000px; 
  will-change: transform, opacity }

.texto-depoimento.active-slide 
{ opacity: 1; visibility: visible; position: relative; transform: none; -webkit-transform: none; pointer-events: auto; z-index: 10; 
  -webkit-transform: translateZ(0); }

.texto-depoimento:not(.active-slide) .depoimento-inner * { opacity: 0; }

.texto-depoimento.active-slide .depoimento-inner * { visibility: visible; opacity: 1; }

.depoimento-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; }

.depoimento-inner p, .depoimento-inner span { font-family: "montserratlight"; color: rgb(243, 238, 234); letter-spacing: 0.05rem }

.depoimento-inner p 
{ font-size: clamp(0.9735rem, 1.14vw, 2.6vh); width: 100%; margin: 0 0 clamp(0.85rem, 1vw, 2.3vh) 0; line-height: clamp(1.75rem, 1.85vw, 3.8vh);
  letter-spacing: 0.05rem }

.depoimento-inner span { font-style: italic }

.depo-controles-mobile { display: none }

@keyframes slideInFromRight { from { transform: translate3d(50px, 0, 0); opacity: 0; } to { transform: translate3d(0, 0, 0); opacity: 1; } }

@-webkit-keyframes slideInFromRight 
{ from { -webkit-transform: translate3d(50px, 0, 0); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }

@keyframes slideInFromLeft { from { transform: translate3d(-50px, 0, 0 ); opacity: 0; } to { transform: translate3d(0, 0, 0); opacity: 1; } }

@-webkit-keyframes slideInFromLeft 
{ from { -webkit-transform: translate3d(-50px, 0, 0); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }

/*Celular em pé*/

@media only screen and (max-device-width : 600px)  and (orientation: portrait) 
{
.sessao-depoimentos 
{ min-height: 500px; height: auto; width: 100%; display: flex; flex-direction: column; contain: paint; padding: 1.7rem 0.6rem 1.7rem 0.6rem; 
  box-sizing: border-box; position: relative; overflow: visible; margin: 0; background-color: rgb(0, 52, 78); }

.conteudo-sessao-depoimentos 
{ height: 100%; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; padding: 0; box-sizing: border-box; position: relative }

.conteudo-sessao-depoimentos h2 
{ color: rgb(243, 238, 234); font-family: "poppinssemibold"; letter-spacing: 0.05rem; font-size: 1.46rem; margin-bottom: 1.5rem; padding-top: 0; 
  line-height: 1 }

.sessao-depoimentos-foto-Aline { display: none }

.sessao-depoimentos-foto-Aline-celular-em-pe, .sessao-depoimentos-foto-Aline-celular-em-pe-imagem 
{ position: relative; width: 100%; height: auto; aspect-ratio: 500 / 309; }

.sessao-depoimentos-foto-Aline-celular-em-pe { display: block; margin-bottom: 0.7rem; }

.sessao-depoimentos-foto-Aline-celular-em-pe-imagem { border: none }

.sessao-depoimentos-foto-Aline-celular-em-pe-imagem img { width: 100%; height: 100%; }

.banner-depoimentos { width: 100%; margin: 0; padding: 0; position: relative; min-height: 320px; display: flex; align-items: flex-start; }

.depoimento-secao { position: relative; display: block; align-items: none; justify-content: none; width: 100%; margin: 0; }

.barra-de-progresso-depoimento-celular { display: block }

.depo-progress-container 
{ position: relative; top: 0; left: 0; width: 100%; height: 4px; background-color: rgba(243, 238, 234, 0.2); margin-bottom: 1.1rem; display: block }

.depo-controles-mobile 
{ position: relative; width: 51.5%; left: 50%; margin-left: -25.75%; height: 2.5rem; padding: 0; margin-bottom: 0.55rem; display: flex; 
  justify-content: space-between; align-items: center; }

.depo-controles-mobile button { all: unset; cursor: pointer; display: flex; z-index: 10; }

.prev-depoimentos, .next-depoimentos { position: relative; bottom: 0; top: 0; background: none; border: none; cursor: pointer; padding: 0; z-index: 10; }

.prev-depoimentos { left: 0; }

.next-depoimentos { right: 0; }

.prev-depoimentos img, .next-depoimentos img { height: 1.18rem; width: 1.44rem; aspect-ratio: 41 / 33; transition: filter 0.3s ease;  }

.prev-depoimentos:hover img, .next-depoimentos:hover img { filter: brightness(5) sepia(1) hue-rotate(300deg); }

.banner-depoimentos { width: 100%; margin: 0; padding: 0; position: relative; height: auto; }

.depoimento-container-central { display: grid; align-items: start; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; }

.texto-depoimento { grid-area: 1 / 1 / 2 / 2; display: flex; flex-direction: column; position: relative; width: 100%; margin: 0 }

.texto-depoimento.active-slide { opacity: 1; visibility: visible; pointer-events: auto; z-index: 10; }

.texto-depoimento:not(.active-slide) .depoimento-inner * { opacity: 0; visibility: hidden; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado { display: none; }

.depoimento-inner { display: flex; flex-direction: column; height: auto; width: 100%; }

.depoimento-inner p, .depoimento-inner span { font-family: "montserratlight"; color: rgb(243, 238, 234); font-size: 0.99rem; letter-spacing: 0.05rem }

.depoimento-inner p { width: 100%; margin: 0; text-align: left; line-height: 1.77rem; }

.depoimento-inner span { display: block; text-align: right; padding-right: 0.2rem; box-sizing: border-box; width: 100%; margin-top: 1.3rem; }
}

/*ipad em pé e deitado*/
@media only screen and (min-width: 601px) and (max-width: 1280px) and (min-height: 601px) 
{
.sessao-depoimentos 
{ width: 100%; display: flex; box-sizing: border-box; position: relative; overflow: visible; margin: 0; background-color: rgb(0, 52, 78); }

.conteudo-sessao-depoimentos 
{ height: 100%; flex: 1; display: flex; flex-direction: column; align-self: flex-start; box-sizing: border-box; position: relative; }

.conteudo-sessao-depoimentos h2 
{ line-height: 1; color: rgb(243, 238, 234); font-family: "poppinssemibold"; letter-spacing: 0.05rem; font-size: 1.98rem; margin-bottom: 1.45rem; 
  padding-top: 0 }

.sessao-depoimentos-foto-Aline, .depo-control-btn { display: none; }

.depoimento-inner { display: flex; flex-direction: column; height: auto; width: 100%; margin: 0 }

.depoimento-inner p { width: 100%; margin: 0; text-align: left; font-size: 0.9735rem; line-height: 1.77rem; letter-spacing: 0.05rem }

.depoimento-inner span { display: block; text-align: right; padding-right: 0.2rem; box-sizing: border-box; width: 100%; margin-top: 1.7rem; }
}

/*ipad em pé*/
@media only screen and (min-width: 601px) and (max-width: 1280px) and (min-height: 601px) and (orientation: portrait) 
{
.sessao-depoimentos { height: auto; min-height: calc(100vh - 6.2rem); min-height: calc(100svh - 6.2rem); padding: 1.7rem 0 1.7rem 0; }

.conteudo-sessao-depoimentos { width: 100%; position: relative; padding: 0 0.6rem 0 0.6rem; }

.conteudo-sessao-depoimentos h2 { padding-top: 0 }

.sessao-depoimentos-foto-Aline-tablet-em-pe, .sessao-depoimentos-foto-Aline-tablet-em-pe-imagem 
{ position: relative; width: 100%; height: auto; aspect-ratio: 850 / 485 }

.sessao-depoimentos-foto-Aline-tablet-em-pe { display: block; margin-bottom: 0.7rem; }

.sessao-depoimentos-foto-Aline-tablet-em-pe-imagem img { width: 100%; height: 100% }

.depoimento-secao { position: relative; display: block; align-items: none; justify-content: none; width: 100%; margin: 0; }

.barra-de-progresso-depoimento-celular { display: block }

.barra-de-progresso-depoimento-computador, .depo-control-btn { display: none; }

.depo-progress-container 
{ position: relative; top: 0; left: 0; width: 100%; height: 4px; background-color: rgba(243, 238, 234, 0.2); margin-bottom: 2rem; display: block }

.depo-controles-mobile 
{ position: relative; width: 51.5%; left: 50%; margin-left: -25.75%; height: 2.5rem; padding: 0; margin-bottom: 1.4rem; display: flex; 
  justify-content: space-between; align-items: center; }

.depo-controles-mobile button { all: unset; cursor: pointer; display: flex; z-index: 10; }

.prev-depoimentos, .next-depoimentos { position: relative; bottom: 0; top: 0; background: none; border: none; cursor: pointer; padding: 0; z-index: 10; }

.prev-depoimentos img, .next-depoimentos img { height: 1.18rem; width: 1.44rem; aspect-ratio: 41 / 33; transition: filter 0.3s ease; }

.prev-depoimentos { left: 0; }

.next-depoimentos { right: 0; }

.banner-depoimentos { width: 100%; margin: 0; padding: 0; position: relative; height: auto; }

.depoimento-container-central { display: grid; align-items: start; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; }

.texto-depoimento { grid-area: 1 / 1 / 2 / 2; display: flex; flex-direction: column; position: relative; width: 100%; margin: 0 }

.depoimento-secao .depo-control-btn { display: none; }
}

/*Mídia móvel deitado*/

/*ipad deitado*/
@media only screen and (min-width: 601px) and (max-width: 1280px) and (min-height: 601px) and (orientation: landscape) 
{
.sessao-depoimentos { height: calc(100vh - 6.2rem); height: calc(100svh - 6.2rem); padding: 0; flex-direction: row; align-items: stretch }

.conteudo-sessao-depoimentos { align-items: flex-start; flex: 1; padding: 0 0.6rem 0 0.6rem }

.conteudo-sessao-depoimentos h2 { padding-top: 1.7rem; flex-shrink: 0 }

.sessao-depoimentos-foto-Aline-tablet-deitado { flex-shrink: 0; display: flex; justify-content: flex-end; }

.sessao-depoimenntos-foto-Aline-imagem-tablet-deitado img { width: 100%; height: 100% }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado 
{ display: flex; align-items: center; justify-content: center; width: 100%; margin-top: -0.05rem; margin-bottom: 1.45rem }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado > * + * { margin-left: 0.6rem; }

.barra-progresso-celular-deitado { flex-grow: 1; display: block }

.depo-progress-container 
{ position: relative; bottom: auto; left: auto; width: calc(100% - 0.6rem); height: 4px; background-color: rgba(243, 238, 234, 0.2); display: block; 
  margin: 0; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado button { all: unset; cursor: pointer; display: flex; z-index: 10; flex-shrink: 0 }

.prev-depoimentos img, .next-depoimentos img { height: 1.18rem; width: 1.44rem; aspect-ratio: 41 / 33; transition: filter 0.3s ease; }

.banner-depoimentos { flex-grow: 1; height: auto; min-height: 0; margin: 0; display: block; width: 100%; padding: 0 0 1.85rem 0 }

.depoimento-secao { position: relative; display: block; align-items: none; justify-content: none; width: 100%; margin: 0; }

.depoimento-container-central 
{ display: grid; align-items: start;; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; }

.texto-depoimento { grid-area: 1 / 1; display: flex; flex-direction: column; position: relative; width: 100%; margin: 0 }

.barra-de-progresso-depoimento-celular, .depo-controles-botoes-mobile { display: none }

.texto-depoimento.active-slide { opacity: 1; visibility: visible; pointer-events: auto; z-index: 10; -webkit-transform: translateZ(0); }

.depoimento-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; }

.depo-control-btn { display: none !important; }
}

/*tim*/
@media screen and (max-device-width : 570px) and (orientation : landscape) 
{
.sessao-depoimentos-foto-Aline, .barra-de-progresso-depoimento-computador, .depoimento-secao .depo-control-btn, .depo-controles-mobile { display: none; }

.sessao-depoimentos 
{ height: auto; min-height: 0; display: flex; flex-direction: row; align-items: stretch; width: 100%; padding: 0; box-sizing: border-box; position: relative; }

.conteudo-sessao-depoimentos 
{ width: auto; height: auto; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; padding: 0 0.6rem 0 0.6rem; position: relative; 
  min-height: 0 }

.conteudo-sessao-depoimentos h2 { line-height: 1; font-size: 1.46rem; margin-bottom: 1.5rem; padding-top: 1.7rem; }

.sessao-depoimentos-foto-Aline-celular-deitado { display: block; flex: 0 0 47%; min-height: 100%; position: relative; overflow: hidden; }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado, .sessao-depoimentos-foto-Aline-imagem-celular-deitado img { width: 100%; height: 100%; }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado { position: absolute; top: 0; left: 0; display: block }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado img { object-fit: cover; object-position: top center; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado { display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 1.45rem }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado > * + * { margin-left: 0.6rem; }

.barra-progresso-celular-deitado { flex-grow: 1; display: block }

.depo-progress-container 
{ position: relative; bottom: auto; left: auto; width: calc(100% - 0.6rem); height: 4px; background-color: rgba(243, 238, 234, 0.2); display: block; 
  margin: 0; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado button { all: unset; cursor: pointer; display: flex; z-index: 10; flex-shrink: 0 }

.prev-depoimentos img, .next-depoimentos img { height: 1.18rem; width: 1.44rem; aspect-ratio: 41 / 33; transition: filter 0.3s ease; }

.banner-depoimentos { flex-grow: 1; height: auto; min-height: 0; margin: 0; display: block; width: 100%; padding: 0 0 1.85rem 0 }

.depoimento-secao { position: relative; display: block; align-items: none; justify-content: none; width: 100%; margin: 0; }

.depoimento-container-central { display: grid; align-items: start; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; }

.texto-depoimento { grid-area: 1 / 1; display: flex; flex-direction: column; position: relative; width: 100%; margin: 0 }

.depoimento-inner p, .depoimento-inner span { font-family: "montserratlight"; color: rgb(243, 238, 234); font-size: 0.99rem; letter-spacing: 0.05rem }

.depoimento-inner p { width: 100%; margin: 0; text-align: left; line-height: 1.77rem; letter-spacing: 0.05rem }

.depoimento-inner span { display: block; text-align: right; padding-right: 0.2rem; box-sizing: border-box; width: 100%; margin-top: 1.3rem; }
}

/*IPHONE MÃE*/
@media screen and (min-width: 571px) and (max-width: 670px) and (orientation: landscape) 
{
.sessao-depoimentos-foto-Aline, .sessao-depoimentos-foto-Aline-tablet-deitado, .barra-de-progresso-depoimento-computador, .depoimento-secao .depo-control-btn, 
.depo-controles-mobile { display: none; }

.sessao-depoimentos 
{ height: auto; min-height: 0; display: flex; flex-direction: row; align-items: stretch; width: 100%; padding: 0; box-sizing: border-box; position: relative; }

.conteudo-sessao-depoimentos 
{ width: auto; height: auto; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; padding: 0 0.6rem 0 0.6rem; position: relative; 
  min-height: 0 }

.conteudo-sessao-depoimentos h2 { line-height: 1; font-size: 1.46rem; margin-bottom: 1.5rem; padding-top: 1.7rem; }

.sessao-depoimentos-foto-Aline-celular-deitado { display: block; flex: 0 0 35%; min-height: 100%; position: relative; overflow: hidden; }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado, .sessao-depoimentos-foto-Aline-imagem-celular-deitado img { width: 100%; height: 100%; }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado { position: absolute; top: 0; left: 0; display: block }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado img { object-fit: cover; object-position: top center; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado { display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 1.45rem }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado > * + * { margin-left: 0.6rem; }

.barra-progresso-celular-deitado { flex-grow: 1; display: block }

.depo-progress-container 
{ position: relative; bottom: auto; left: auto; width: calc(100% - 0.6rem); height: 4px; background-color: rgba(243, 238, 234, 0.2); display: block; margin: 0 }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado button { all: unset; cursor: pointer; display: flex; z-index: 10; flex-shrink: 0 }

.prev-depoimentos img, .next-depoimentos img { height: 1.18rem; width: 1.44rem; aspect-ratio: 41 / 33; transition: filter 0.3s ease;  }

.banner-depoimentos { flex-grow: 1; height: auto; min-height: 0; margin: 0; display: block; width: 100%; padding: 0 0 1.85rem 0 }

.depoimento-secao { position: relative; display: block; align-items: none; justify-content: none; width: 100%; margin: 0; }

.depoimento-container-central { display: grid; align-items: start; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; }

.texto-depoimento { grid-area: 1 / 1; display: flex; flex-direction: column; position: relative; width: 100%; margin: 0 }

.depoimento-inner p, .depoimento-inner span { font-family: "montserratlight"; color: rgb(243, 238, 234); font-size: 0.99rem; letter-spacing: 0.05rem }

.depoimento-inner p { width: 100%; margin: 0; text-align: left; line-height: 1.77rem; }

.depoimento-inner span { display: block; text-align: right; padding-right: 0.2rem; box-sizing: border-box; width: 100%; margin-top: 1.3rem; }
}

/*Celulares grandes*/

@media only screen and (min-width: 671px) and (max-height: 600px) and (orientation: landscape) and (pointer: coarse)
{
.sessao-depoimentos-foto-Aline, .sessao-depoimentos-foto-Aline-tablet-deitado, .barra-de-progresso-depoimento-computador, .depoimento-secao .depo-control-btn, 
.depo-controles-mobile { display: none; }

.sessao-depoimentos 
{ height: auto; min-height: 0; display: flex; flex-direction: row; align-items: stretch; width: 100%; padding: 0; box-sizing: border-box; position: relative; }

.conteudo-sessao-depoimentos 
{ width: auto; height: auto; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; padding: 0 0.6rem 0 0.6rem; position: relative; 
  min-height: 0 }

.conteudo-sessao-depoimentos h2 { line-height: 1; font-size: 1.46rem; margin-bottom: 1.5rem; padding-top: 1.7rem; }

.sessao-depoimentos-foto-Aline-celular-deitado { display: block; flex: 0 0 35%; min-height: 100%; position: relative; overflow: hidden; }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado, .sessao-depoimentos-foto-Aline-imagem-celular-deitado img { width: 100%; height: 100%; }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado { position: absolute; top: 0; left: 0; display: block }

.sessao-depoimentos-foto-Aline-imagem-celular-deitado img { object-fit: cover; object-position: top center; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado { display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 1.45rem }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado > * + * { margin-left: 0.6rem; }

.barra-progresso-celular-deitado { flex-grow: 1; }

.depo-progress-container 
{ position: relative; bottom: auto; left: auto; width: calc(100% - 0.6rem); height: 4px; background-color: rgba(243, 238, 234, 0.2); display: block; margin: 0; }

.botoes-de-navegacao-e-barra-de-progresso-celular-deitado button { all: unset; cursor: pointer; display: flex; z-index: 10; flex-shrink: 0 }

.prev-depoimentos img, .next-depoimentos img { height: 1.18rem; width: 1.44rem; aspect-ratio: 41 / 33; transition: filter 0.3s ease;  }

.banner-depoimentos { flex-grow: 1; height: auto; min-height: 0; margin: 0; display: block; width: 100%; padding: 0 0 1.85rem 0 }

.depoimento-secao { position: relative; display: block; align-items: none; justify-content: none; width: 100%; margin: 0; }

.depoimento-container-central { display: grid; align-items: start; grid-template-columns: 1fr; grid-template-rows: 1fr; width: 100%; position: relative; }

.texto-depoimento { grid-area: 1 / 1; display: flex; flex-direction: column; position: relative; width: 100%; margin: 0 }

.depoimento-inner p, .depoimento-inner span { font-family: "montserratlight"; color: rgb(243, 238, 234); font-size: 0.99rem }

.depoimento-inner p { width: 100%; margin: 0; text-align: left; line-height: 1.77rem; letter-spacing: 0.05rem }

.depoimento-inner span { display: block; text-align: right; padding-right: 0.2rem; box-sizing: border-box; width: 100%; margin-top: 1.3rem; }
}

