@charset "UTF-8";
@import url("https://use.typekit.net/rxe4gph.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
/* Fonts & Colors */
/* Breakpoints (based on chrome) não utilizado quando criado a lp com bootstrap */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "filson-pro", sans-serif; }

body,
p,
input,
label {
  font-family: "filson-pro", sans-serif; }

html {
  scroll-behavior: smooth; }

.modal-backdrop.show {
  z-index: 1; }

/* Modal  */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #fff;
  background: rgba(57, 57, 57, 0.8); }
  @media (max-width: 1199.98px) {
    .modal {
      padding-top: 5%; } }
  @media (max-width: 767.98px) {
    .modal {
      padding-top: 6%; } }

.modal-content {
  background-color: #090a11 !important;
  margin: auto;
  padding: 20px;
  border: 1px solid #090a11;
  width: 85%;
  max-width: 530px;
  z-index: 9;
  position: relative; }

.close {
  color: #fff;
  float: right;
  font-size: 40px;
  font-weight: 700;
  z-index: 99;
  width: 20px;
  right: 20px;
  position: absolute;
  top: 0; }
  @media (max-width: 575.98px) {
    .close {
      top: -15px;
      right: 13px; } }

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.modal form p.titulo {
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 41px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  max-width: 100%;
  margin: 20px auto 25px; }
  .modal form p.titulo span {
    color: #ffb800; }
  @media (max-width: 991.98px) {
    .modal form p.titulo {
      font-size: 30px;
      line-height: 35px;
      margin: 20px auto 20px; } }
  @media (max-width: 767.98px) {
    .modal form p.titulo {
      font-size: 25px;
      line-height: 30px;
      margin: 15px auto 20px; } }
  @media (max-width: 575.98px) {
    .modal form p.titulo {
      font-size: 22px;
      line-height: 27px; } }
  @media (max-width: 375.98px) {
    .modal form p.titulo {
      font-size: 17px;
      line-height: 23px;
      margin: 10px auto 15px; } }

.modal form p.aviso {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 7px; }

.modal form input {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.3em;
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: 400;
  background: 0 0;
  border-bottom: 1.2px solid #fff;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  margin-top: 25px;
  outline: none; }

.modal form input#email {
  margin-bottom: 25px; }

.modal form ._submit {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #090a11;
  display: table;
  margin: 25px 0 10px 0;
  cursor: pointer;
  background: #ffb800;
  border: 2px solid #ffb800;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 6px; }
  .modal form ._submit:hover {
    transition: all 0.2s ease-in;
    background: #000;
    color: #ffb800; }
  @media (max-width: 575.98px) {
    .modal form ._submit {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 375.98px) {
    .modal form ._submit {
      font-size: 15px;
      line-height: 20px; } }

.modal form ._error-inner {
  color: #ffc75c;
  font-size: 12px;
  position: absolute;
  padding: 1px 0 0 10px; }
  @media (max-width: 575.98px) {
    .modal form ._error-inner {
      font-size: 10px; } }

.modal form .parabens {
  display: none;
  text-align: center;
  margin: 20px auto 10px; }

/* Barra de progresso  */
#myProgresss,
#myProgress {
  width: 100%;
  background-color: #60522d;
  border-radius: 20px; }

#myBars,
#myBar {
  width: 10%;
  height: 22px;
  text-align: right;
  line-height: 22px;
  color: #fff;
  background: #ff4800;
  background: -moz-linear-gradient(90deg, #ff4800 0%, #ff4800 100%);
  background: -webkit-linear-gradient(90deg, #ff4800 0%, #ff4800 100%);
  background: linear-gradient(90deg, #ff4800 0%, #ff4800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4800",endColorstr="#ff4800",GradientType=1);
  border-radius: 20px;
  font-size: 12px !important;
  font-weight: bold;
  padding-right: 10px; }

/* Formulario Active Campaign */
#js-msg-termos {
  color: #aeb8cd;
  text-align: center;
  font-size: 11px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 18px; }

#js-msg-termos a {
  color: #aeb8cd;
  text-align: center;
  font-size: 11px;
  cursor: pointer; }

#barra-rodape {
  width: 100%;
  height: auto;
  z-index: 999 !important;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  background: linear-gradient(94deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%);
  transform: translate3d(0, 0, 0); }
  #barra-rodape .linha {
    width: 60%;
    height: 2px;
    border-radius: 13px;
    display: table;
    margin: 5px auto;
    background: #ffffff;
    border: solid #ffffff 1px;
    box-shadow: 0 0 11px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 11px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 11px rgba(255, 255, 255, 0.8);
    padding: 3px; }
  #barra-rodape a.bottom-button {
    font-family: "filson-pro", sans-serif;
    background: #ffb800;
    border-radius: 15px;
    font-weight: 700;
    max-width: 510px;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    min-height: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #0b0b0b;
    text-decoration: none;
    margin: 6px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      #barra-rodape a.bottom-button {
        font-size: 14px;
        width: 95%; } }
    @media (max-width: 575.98px) {
      #barra-rodape a.bottom-button {
        width: 95%; } }
    @media (max-width: 475.98px) {
      #barra-rodape a.bottom-button {
        width: 95%; } }
    #barra-rodape a.bottom-button:hover {
      transition: all 0.3s ease-in;
      background: #ff4900;
      color: #0b0b0b;
      box-shadow: 0 14px 80px rgba(255, 73, 0, 0.49), 0 5.84887px 33.4221px rgba(255, 73, 0, 0.352239), 0 3.12708px 17.869px rgba(255, 73, 0, 0.292093), 0 1.75302px 10.0172px rgba(255, 73, 0, 0.245), 0 0.931014px 5.32008px rgba(255, 73, 0, 0.197907), 0 0.387416px 2.21381px rgba(255, 73, 0, 0.137761); }

@media (max-width: 767.98px) {
  .f-nav {
    display: block !important; } }

.animated {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px); } }

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); } }

@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px); } }

@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); } }

.box-rodape {
  background: #141414; }
  .box-rodape img {
    text-align: center;
    width: 132px;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
    display: block; }
    @media (max-width: 767.98px) {
      .box-rodape img {
        padding: 25px 0 15px 0; } }
    @media (max-width: 575.98px) {
      .box-rodape img {
        width: 130px; } }
  .box-rodape p {
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    margin: 27px 0 0 0; }
    @media (max-width: 767.98px) {
      .box-rodape p {
        margin: 10px 0; } }

#page-depoimentos {
  background-image: url(../../img/bg-depoimentos2.webp);
  background-repeat: repeat;
  background-position: center;
  background-color: #e5e5e5; }
  #page-depoimentos .logo {
    margin: 40px auto 30px;
    display: table; }
    @media (max-width: 991.98px) {
      #page-depoimentos .logo {
        margin: 10px auto 0; } }
    #page-depoimentos .logo img {
      width: 100%;
      height: auto;
      max-width: 307px; }
  #page-depoimentos h1 {
    font-family: "trajan-pro-3", serif;
    color: #bfa47e;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    text-align: center; }
    @media (max-width: 1399.98px) {
      #page-depoimentos h1 {
        font-size: 54px;
        line-height: 60px; } }
    @media (max-width: 1199.98px) {
      #page-depoimentos h1 {
        font-size: 50px;
        line-height: 58px; } }
    @media (max-width: 991.98px) {
      #page-depoimentos h1 {
        font-size: 45px;
        line-height: 55px; } }
    @media (max-width: 767.98px) {
      #page-depoimentos h1 {
        font-size: 35px;
        line-height: 45px; } }
    @media (max-width: 575.98px) {
      #page-depoimentos h1 {
        font-size: 24px;
        line-height: 26px; } }
  #page-depoimentos a.bottom-button {
    font-family: "trajan-pro-3", serif;
    background-image: url(../../img/bg-btn4.webp);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #010307;
    width: 100%;
    display: table;
    max-width: 410px;
    padding: 44px 0px;
    margin: 20px auto 60px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in; }
    #page-depoimentos a.bottom-button:hover {
      opacity: 0.7; }
    @media (max-width: 767.98px) {
      #page-depoimentos a.bottom-button {
        background-size: 100%;
        font-size: 18px;
        line-height: 17px;
        margin-bottom: 25px;
        margin-top: 0; } }
    @media (max-width: 575.98px) {
      #page-depoimentos a.bottom-button {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 15px;
        margin-top: 0; } }
  #page-depoimentos .video-box {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto 30px; }
    @media (max-width: 1399.98px) {
      #page-depoimentos .video-box {
        max-width: 550px; } }
    @media (max-width: 767.98px) {
      #page-depoimentos .video-box {
        width: 100%; } }
    @media (max-width: 375.98px) {
      #page-depoimentos .video-box {
        width: 100%; } }
    #page-depoimentos .video-box .youtube {
      height: 0;
      margin: 0 auto;
      padding-bottom: 56.25%;
      padding-top: 0px;
      position: relative !important; }
    #page-depoimentos .video-box iframe {
      height: 100%;
      left: 0;
      position: absolute !important;
      top: 0;
      width: 100%; }
  #page-depoimentos .box-depoimentos {
    display: table;
    width: 100%;
    margin-bottom: 100px; }
    @media (max-width: 767.98px) {
      #page-depoimentos .box-depoimentos {
        padding: 0; } }
    #page-depoimentos .box-depoimentos .depoimento {
      background-image: url(../../img/linha-depoimentos.webp);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 80%;
      float: left;
      display: inline-block;
      width: 50%;
      padding: 2% 2% 2.7% 2%; }
      @media (max-width: 767.98px) {
        #page-depoimentos .box-depoimentos .depoimento {
          width: 100%;
          max-width: 100%;
          padding: 10px 0 25px 0; } }
      #page-depoimentos .box-depoimentos .depoimento h2 {
        display: none;
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
        text-align: center;
        color: #272932; }
        @media (max-width: 767.98px) {
          #page-depoimentos .box-depoimentos .depoimento h2 {
            font-size: 16px;
            line-height: 20px; } }
      #page-depoimentos .box-depoimentos .depoimento img {
        margin-top: 10px;
        vertical-align: middle;
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.47);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.47); }
  #page-depoimentos .cta {
    background-image: url(../../img/bg-cta-depoimentos.webp);
    background-repeat: repeat;
    background-position: center;
    background-color: #e5e5e5;
    background-size: 100% 100%;
    height: 288px;
    display: table;
    width: 100%;
    margin: 30px 0 0 0; }
    #page-depoimentos .cta .center {
      vertical-align: middle;
      display: table-cell; }
      #page-depoimentos .cta .center h2 {
        font-family: "trajan-pro-3", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: 0;
        text-align: center;
        color: #fff;
        width: 100%;
        max-width: 600px;
        margin: 0 auto; }
        @media (max-width: 991.98px) {
          #page-depoimentos .cta .center h2 {
            font-size: 30px;
            line-height: 33px; } }
        @media (max-width: 767.98px) {
          #page-depoimentos .cta .center h2 {
            font-size: 27px;
            line-height: 33px;
            margin-bottom: 10px;
            width: 69%; } }
        @media (max-width: 375.98px) {
          #page-depoimentos .cta .center h2 {
            width: 100%; } }
      #page-depoimentos .cta .center a.bottom-button {
        font-family: "trajan-pro-3", serif;
        background-image: url(../../img/btn-topo-bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #010307;
        width: 100%;
        display: table;
        max-width: 410px;
        padding: 44px 0;
        margin: 0 auto;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease-in; }
        #page-depoimentos .cta .center a.bottom-button:hover {
          opacity: 0.7; }
        @media (max-width: 767.98px) {
          #page-depoimentos .cta .center a.bottom-button {
            background-size: 100%;
            font-size: 18px;
            line-height: 17px; } }
        @media (max-width: 575.98px) {
          #page-depoimentos .cta .center a.bottom-button {
            font-size: 17px;
            line-height: 17px;
            padding: 25px 0; } }

/* LOADING */
/* Loader 3 */
#loading {
  display: none; }

.loader-3 {
  display: block;
  height: 32px;
  width: 32px;
  margin: 16px auto; }

.loader-3 span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px; }

.loader-3 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-3-1 {
  0% {
    -webkit-transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(180deg); }
  60% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-3-1 {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  60% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.loader-3 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@-webkit-keyframes loader-3-2 {
  0% {
    -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
    opacity: 0; }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
    opacity: 0; } }

@keyframes loader-3-2 {
  0% {
    transform: translate3d(0, -32px, 0) scale(0, 2);
    opacity: 0; }
  50% {
    transform: translate3d(0, 0, 0) scale(1.25, 1.25);
    opacity: 1; }
  100% {
    transform: translate3d(0, 8px, 0) scale(0, 0);
    opacity: 0; } }

#valida {
  display: none; }

#send {
  justify-content: center;
  align-items: center; }

#lp-depoimentos {
  background-color: #09090A; }
  #lp-depoimentos .area-depoimentos {
    background: #121212;
    padding-top: 150px;
    margin-bottom: -24px; }
    @media (max-width: 1899.98px) {
      #lp-depoimentos .area-depoimentos {
        background-position: 30% -30px; } }
    @media (max-width: 1399.98px) {
      #lp-depoimentos .area-depoimentos {
        background-position: 38%;
        padding-top: 140px; } }
    @media (max-width: 1199.98px) {
      #lp-depoimentos .area-depoimentos {
        background-position: 40%;
        padding-top: 140px; } }
    @media (max-width: 991.98px) {
      #lp-depoimentos .area-depoimentos {
        background-position: 43%;
        padding-top: 120px; } }
    @media (max-width: 767.98px) {
      #lp-depoimentos .area-depoimentos {
        padding-top: 18%;
        background-position: 53% top; } }
    @media (max-width: 575.98px) {
      #lp-depoimentos .area-depoimentos {
        padding-top: 20%;
        padding-bottom: 0; } }
    @media (max-width: 475.98px) {
      #lp-depoimentos .area-depoimentos {
        padding-top: 23%; } }
    @media (max-width: 375.98px) {
      #lp-depoimentos .area-depoimentos {
        padding-top: 27%; } }
    #lp-depoimentos .area-depoimentos .content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #lp-depoimentos .area-depoimentos .content h1 {
        font-weight: bold;
        font-size: 56px;
        line-height: 130%;
        text-align: center;
        color: #FFFFFF;
        max-width: 800px;
        margin: 72px auto 24px; }
        #lp-depoimentos .area-depoimentos .content h1 span {
          color: #FF4900; }
        @media (max-width: 1399.98px) {
          #lp-depoimentos .area-depoimentos .content h1 {
            font-size: 48px; } }
        @media (max-width: 1199.98px) {
          #lp-depoimentos .area-depoimentos .content h1 {
            font-size: 40px; } }
        @media (max-width: 991.98px) {
          #lp-depoimentos .area-depoimentos .content h1 {
            font-size: 32px; } }
        @media (max-width: 767.98px) {
          #lp-depoimentos .area-depoimentos .content h1 {
            margin: 56px auto 24px; } }
        @media (max-width: 575.98px) {
          #lp-depoimentos .area-depoimentos .content h1 {
            margin: 42px auto 24px; } }
      #lp-depoimentos .area-depoimentos .content .texts {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 392px;
        margin: 32px auto 70px auto;
        padding-right: 20px; }
        #lp-depoimentos .area-depoimentos .content .texts .alunos, #lp-depoimentos .area-depoimentos .content .texts .mundo {
          display: flex;
          align-items: center;
          text-align: center;
          flex-direction: column; }
        #lp-depoimentos .area-depoimentos .content .texts .alunos {
          width: 50%;
          padding-right: 30px; }
        #lp-depoimentos .area-depoimentos .content .texts .mundo {
          width: 50%;
          border-left: 1px solid rgba(255, 255, 255, 0.15);
          padding-left: 30px; }
          #lp-depoimentos .area-depoimentos .content .texts .mundo img {
            margin-bottom: 6px; }
        #lp-depoimentos .area-depoimentos .content .texts h2 {
          font-style: normal;
          font-weight: bold;
          font-size: 32px;
          line-height: 38px;
          color: #FF4900; }
          @media (max-width: 575.98px) {
            #lp-depoimentos .area-depoimentos .content .texts h2 {
              font-size: 26px; } }
        #lp-depoimentos .area-depoimentos .content .texts p {
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 140%;
          color: #FFFFFF;
          max-width: 120px; }
          @media (max-width: 1199.98px) {
            #lp-depoimentos .area-depoimentos .content .texts p {
              font-size: 18px; } }
          @media (max-width: 767.98px) {
            #lp-depoimentos .area-depoimentos .content .texts p {
              margin: 0 auto 36px;
              font-size: 18px; } }
          @media (max-width: 575.98px) {
            #lp-depoimentos .area-depoimentos .content .texts p {
              margin: 0 auto 32px;
              font-size: 16px; } }
      #lp-depoimentos .area-depoimentos .content a.bottom-button {
        background: #FF4900;
        border: 2px solid #FF4900;
        font-weight: 700;
        font-size: 16px;
        line-height: 31px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
        width: 100%;
        max-width: 380px;
        margin: 0 auto 0 auto;
        float: left;
        border-radius: 4px;
        min-height: 48px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 14px 80px rgba(255, 73, 0, 0.49), 0px 5.84887px 33.4221px rgba(255, 73, 0, 0.352239), 0px 3.12708px 17.869px rgba(255, 73, 0, 0.292093), 0px 1.75302px 10.0172px rgba(255, 73, 0, 0.245), 0px 0.931014px 5.32008px rgba(255, 73, 0, 0.197907), 0px 0.387416px 2.21381px rgba(255, 73, 0, 0.137761); }
        #lp-depoimentos .area-depoimentos .content a.bottom-button:hover {
          transition: all 0.3s ease-in;
          background: rgba(0, 0, 0, 0);
          color: #FF4900; }
        @media (max-width: 1399.98px) {
          #lp-depoimentos .area-depoimentos .content a.bottom-button {
            font-size: 16px; } }
        @media (max-width: 1199.98px) {
          #lp-depoimentos .area-depoimentos .content a.bottom-button {
            font-size: 16px; } }
        @media (max-width: 991.98px) {
          #lp-depoimentos .area-depoimentos .content a.bottom-button {
            font-size: 16px;
            max-width: 350px; } }
        @media (max-width: 767.98px) {
          #lp-depoimentos .area-depoimentos .content a.bottom-button {
            font-size: 14px; } }
        @media (max-width: 575.98px) {
          #lp-depoimentos .area-depoimentos .content a.bottom-button {
            font-size: 14px;
            max-width: 335px;
            margin: 0 auto 0;
            float: none; } }
  #lp-depoimentos .depoimentos-texto {
    background-color: #09090A;
    padding-top: 120px; }
    #lp-depoimentos .depoimentos-texto .content {
      background-color: #fff; }
      #lp-depoimentos .depoimentos-texto .content .content-one {
        padding: 5.5%; }
        #lp-depoimentos .depoimentos-texto .content .content-one .pessoa {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 100%; }
          #lp-depoimentos .depoimentos-texto .content .content-one .pessoa img {
            max-width: 138px;
            margin: 5px auto 32px auto; }
          #lp-depoimentos .depoimentos-texto .content .content-one .pessoa h2 {
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 150%;
            text-align: center;
            color: #000000; }
            @media (max-width: 767.98px) {
              #lp-depoimentos .depoimentos-texto .content .content-one .pessoa h2 {
                font-size: 20px;
                margin-bottom: 32px; } }
        #lp-depoimentos .depoimentos-texto .content .content-one .depoimento .btn-ver-mais {
          display: table;
          padding: 10px 0 0 0;
          -webkit-appearance: none;
          background: rgba(0, 0, 0, 0); }
          @media (max-width: 575.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento .btn-ver-mais {
              display: table; } }
        #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-mais {
          display: none;
          width: 100px;
          height: auto;
          margin: 32px auto 0 auto; }
          @media (max-width: 991.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-mais {
              margin: 16px auto 0 auto; } }
          @media (max-width: 767.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-mais {
              margin: 32px auto 0 auto; } }
          @media (max-width: 575.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-mais {
              width: 100px; } }
        #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-menos {
          display: block;
          width: 120px;
          height: auto;
          margin: 32px auto 0 auto; }
          @media (max-width: 991.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-menos {
              margin: 16px auto 0 auto; } }
          @media (max-width: 767.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-menos {
              margin: 32px auto 0 auto; } }
          @media (max-width: 575.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais .ver-menos {
              display: table;
              width: 105px; } }
        #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais.collapsed .ver-menos {
          display: none; }
        #lp-depoimentos .depoimentos-texto .content .content-one .depoimento a.btn-ver-mais.collapsed .ver-mais {
          display: block; }
        #lp-depoimentos .depoimentos-texto .content .content-one .depoimento h3 {
          font-style: normal;
          font-weight: normal;
          font-size: 20px;
          line-height: 150%;
          display: flex;
          align-items: center;
          color: #1A1A1A;
          margin: 0 auto; }
          @media (max-width: 991.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento h3 {
              font-size: 18px; } }
          @media (max-width: 767.98px) {
            #lp-depoimentos .depoimentos-texto .content .content-one .depoimento h3 {
              font-size: 16px; } }
