@font-face {
  font-family: "MyriadPro";
  src: url("MyriadPro-Regular.eot");
  src: url("MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("MyriadPro-Regular.woff") format("woff"),
    url("MyriadPro-Regular.ttf") format("truetype"),
    url("MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("MyriadPro-Bold.eot");
  src: url("MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("MyriadPro-Bold.woff") format("woff"),
    url("MyriadPro-Bold.ttf") format("truetype"),
    url("MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: MyriadPro, sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}

header .chamada {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.41em;
  text-transform: uppercase;
  color: #687681;
}

header a.telefone {
  font-weight: 700;
  font-size: 20px;
  color: #00DE45;
}

header a.telefone .data {
  font-weight: normal;
  font-size: 15px;
}

section.conteudo.banner {
  background-image: url(../images/banner.gif);
  background-size: cover;
  background-position: left center;
  box-shadow: inset 0px 0px 3000px 2000px rgba(219, 219, 219, 0.29);
}

section.conteudo.banner h1 {
  font-weight: 700;
  font-size: 48px;
  color: #00DE45;
}

section.conteudo.banner p {
  font-weight: 400;
  font-size: 38px;
  color: #404041;
}

.bg-verde {
  background-color: #00DE45;
}

section.conteudo.atendimento {
  color: #ffffff;
}

section.conteudo.atendimento h2 {
  font-weight: 700;
  font-size: 39px;
}

section.conteudo.atendimento p,
section.conteudo.gold p {
  font-size: 24px;
}

section.conteudo.gold h2 {
  font-weight: 700;
  font-size: 48px;
}

section.conteudo.dificuldade h2,
section.conteudo.escolher h2,
section.conteudo.facil h2,
section.conteudo.paixao h2 {
  font-weight: 700;
  font-size: 55px;
}

section.conteudo.dificuldade p {
  font-size: 32px;
}

section.conteudo.escolher p,
section.conteudo.facil p {
  font-size: 29px;
}

section.conteudo.paixao p {
  font-size: 20px;
}

/* .form-header{
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(194, 186, 186, 0.25);
    border-radius: 15px;
} */
.conteudo {
  padding: 0px 0 50px;
}
.conteudo h2,
.conteudo-novo h2 {
  font-size: 60px;
  font-weight: 700 !important;
  padding-bottom: 30px;
}
.conteudo p {
  font-size: 21px;
  font-weight: 300;
}
.conteudo-novo p {
  font-size: 21px;
  font-weight: 300;
}
.beneficios-deep {
  display: flex;
  flex-direction: column;
  max-width: 228px;
  justify-content: center;
  align-items: center;
}
.beneficios-deep img {
  width: 150px !important;
  height: 150px !important;
}
.beneficios-deep span {
  color: #00DE45;
  font-size: 26px;
  text-align: center;
}
.img-deep {
  width: 500px;
  height: 525px;
}
@media (max-width: 540px) {
  .conteudo.infinio h2,
  .conteudo-novo h2 {
    font-size: 40px;
    text-align: center;
  }
  .img-infinio {
    margin-top: -145px;
    margin-bottom: 10px;
  }
  .beneficios-deep img {
    width: 100px !important;
    height: 100px !important;
  }
  .img-deep {
    width: 100%;
    height: 100%;
  }
  .conteudo a,
  .conteudo-novo a {
    display: flex;
    justify-content: center;
  }
  .form-checkbox a {
    display: inline;
  }
}

.btn-agende {
  background: #f88e1e;
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.btn-agende.verde {
  background: #00DE45;
}

section.conteudo.paixao .btn-agende {
  font-size: 24px;
}

.btn-agende:focus,
.btn-agende:hover {
  background: #ff8400;
  color: #ffffff;
}

section.conteudo.audicao h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
  color: #231a36;
}

.texto-verde {
  color: #00DE45;
}

.texto-cinza {
  color: #687681;
}

section.conteudo.audicao .comece h3 {
  font-weight: 700;
  font-size: 80px;
  color: #222223;
}

section.conteudo.audicao .comece p {
  font-weight: 400;
  font-size: 27px;
  color: #6d6e71;
}

labe.error {
  color: #ff0000;
}

#modalenviado {
  font-size: 40px;
  text-align: center;
}

footer {
  font-size: 27px;
}

.icone-redes {
  background-color: #ffffff;
  color: #00DE45;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 50%;
}

.bola-verde {
  padding: 35px;
  border-radius: 50%;
  background-color: #00DE45;
  text-align: right;
}

.border-radius {
  border-radius: 25px;
}

.bg-obrigado {
  background-image: url(../images/bg-obrigado.png);
  background-position: center;
  background-size: cover;
}

section.conteudo.bg-obrigado h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.conteudo.bg-obrigado h3 {
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.conteudo.bg-obrigado p {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.conteudo.bg-obrigado a {
  text-decoration: none;
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }

  section.conteudo.banner {
    background: #00DE45;
  }

  section.conteudo.banner-mobile {
    background-image: url(../images/banner.gif);
    background-size: cover;
    background-position: 30% center;
  }

  section.conteudo.banner {
    background-position: center;
  }

  section.conteudo.banner h1 {
    font-size: 30px;
    color: #ffffff;
  }

  section.conteudo.banner p {
    font-size: 18px;
    color: #ffffff;
  }

  .btn-agende {
    font-size: 20px;
  }

  section.conteudo.paixao .btn-agende {
    font-size: 20px;
  }

  section.conteudo.gold h2 {
    font-size: 25px;
  }

  section.conteudo.atendimento p,
  section.conteudo.gold p {
    font-size: 16px;
  }

  section.conteudo.dificuldade h2,
  section.conteudo.escolher h2,
  section.conteudo.facil h2,
  section.conteudo.paixao h2 {
    font-weight: 700;
    font-size: 25px;
  }

  section.conteudo.dificuldade p,
  section.conteudo.escolher p,
  section.conteudo.facil p,
  section.conteudo.paixao p {
    font-size: 16px;
  }

  .texto-verde-mobile {
    color: #00DE45;
  }

  footer {
    font-size: 18px;
  }

  section.conteudo.atendimento h2 {
    font-size: 18px;
  }

  .bg-obrigado {
    background-image: url(../images/bg-obrigado-mobile.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
  }

  section.conteudo.bg-obrigado h2 {
    font-size: 49px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  section.conteudo.bg-obrigado h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  section.conteudo.bg-obrigado p {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/*desk */
.titulo-mobile,
.texto-mobile {
  display: none;
}

.texto-desktop {
  display: block;
}

/*mobile */
@media (max-width: 991px) {
  .titulo-mobile,
  .texto-mobile {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    padding: 0 1rem;
  }

  .texto-desktop {
    display: none;
  }
}
