:root {
  --primary-font: "Montserrat", serif;
  --second-font: "Anton", serif;
  --primary-color: black;
  --red: #ff0000;
  --semi-bold: 700;
  --med-bold: 600;
  --low-bold: 500;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg_red {
  background-color: var(--red);
}

*:focus {
  outline: none;
}

.relative {
  position: relative;
}

.all {
  transition: all 0.4s ease;
}

ul li {
  list-style: none;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

.al-center {
  align-items: center;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slick-dots li button:before {
  display: none;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-disabled {
  opacity: 0.4;
}

strong {
  font-weight: var(--semi-bold);
}

html {
  padding: 0;
  margin-top: 0 !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--primary-font);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  padding: 40px 0 0;
  background-color: #fff;
}
@media (max-width: 990px) {
  body {
    padding: 0;
  }
}

p {
  margin: 0.75rem 0;
  line-height: 24px;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 0.95rem;
  position: relative;
}
@media (max-width: 1190px) {
  .container {
    max-width: 990px;
    padding-inline: 1rem;
  }
}
.container-large {
  max-width: 1400px;
}
@media (max-width: 1390px) {
  .container-large {
    max-width: 1210px;
  }
}
.container-space {
  max-width: 1240px;
}
.container-small {
  max-width: 1112px;
}
@media (min-width: 1440px) {
  .container-small {
    max-width: 70%;
  }
}
.container-litle {
  max-width: 880px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

h2 {
  font-weight: initial;
}

@keyframes arrows_banner {
  0% {
    bottom: -9rem;
  }
  50% {
    bottom: -8rem;
  }
  100% {
    bottom: -9rem;
  }
}
@keyframes arrows_mobile_banner {
  0% {
    bottom: -18rem;
  }
  50% {
    bottom: -20rem;
  }
  100% {
    bottom: -18rem;
  }
}
@keyframes arrows_depoimento {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -2rem;
  }
  100% {
    bottom: 0;
  }
}
#banner h2 {
  color: black;
  font-family: var(--second-font);
  font-size: 150px;
  text-transform: uppercase;
  line-height: 146px;
  position: relative;
  z-index: 2;
}
#banner .cardio{
  background: url(../imgs/cardio.svg) no-repeat;
  width: 685px;
  height: 115px;
  position: absolute;
  left: 52%;
  transform: translate(-50%, 50%);
  top: 10%;
  @media(max-width:1190px){
    left: 66%;
  }
  @media(max-width:990px){
    left: 61%;
    width: 578px;
  }
  @media(max-width:700px){
    /* background: url(../imgs/cardio_mob.svg) no-repeat; */
    left: 0;
    width: 100%;
    transform: initial;
    top: -43%;
  }
  @media(max-width:420px){
    background: url(../imgs/cardio_mob.svg) no-repeat;

  }

}
#banner h2 span {
  display: block;
  font-size: 350px;
  color: var(--red);
  padding-top: 90px;
}
#banner .banner_otaviano {
  position: absolute;
  top: 6px;
  left: 699px;
  transform: translate(50%, -5%);
}
#banner .banner_arrows {
  animation: arrows_banner 1.5s infinite ease-in;
  position: absolute;
  bottom: -9rem;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
  z-index: 3;
}
#banner .play {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 50%);
  z-index: 3;
}
#banner .play a {
  text-decoration: none;
  color: black;
  display: block;
}
#banner .play span {
  font-size: 22px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 62px;
  height: 62px;
  z-index: 2;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  display: none;
}

#oct2 {
  margin-top: 12rem;
  padding-block: 90px;
  padding-block-end: 164px;
}
#oct2 .grid {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 8rem;
}
#oct2 .grid p {
  line-height: 33px;
}
#oct2 .title {
  color: black;
  text-transform: uppercase;
  font-family: var(--second-font);
}
#oct2 .title h2 {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 75px;
}
#oct2 .title h2 span {
  color: white;
  display: block;
  font-size: 300px;
  margin-top: -38px;
  margin-left: -8px;
  letter-spacing: -9px;
  line-height: 353px;
}
#oct2 .text {
  color: white;
  font-size: 14px;
  margin-bottom: 24px;
}

#oct3 .swiper-slide {
  position: relative;
}
#oct3 .swiper-slide:after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(59deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 51%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#oct3 .swiper .swiper-button-next,
#oct3 .swiper .swiper-button-prev {
  width: 62px;
  height: 62px;
  z-index: 2;
}
#oct3 .swiper .swiper-button-next:after,
#oct3 .swiper .swiper-button-prev:after {
  display: none;
}
#oct3 .swiper .swiper-button-next {
  right: 2rem;
  background: #fff url(../imgs/arrow_right.svg) center no-repeat;
}
#oct3 .swiper .swiper-button-prev {
  left: 2rem;
  background: #fff url(../imgs/arrow_left.svg) center no-repeat;
}
#oct3 .swiper .swiper-button-prev:after {
  display: none;
}
#oct3 .swiper .swiper-pagination-bullet {
  background-color: white;
  width: 16px;
  height: 16px;
  opacity: 1;
}
#oct3 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid white;
}
#oct3 .swiper .text {
  position: absolute;
  bottom: 0;
  font-family: var(--second-font);
  color: white;
  font-size: 44px;
  width: 100%;
  padding-inline: 24px;
  padding-block-end: 60px;
  text-transform: uppercase;
  left: 0;
  z-index: 2;
}
#oct3 .swiper .text p {
  line-height: 50px;
}
#oct3 .swiper .text strong {
  color: var(--red);
}
#oct3 .swiper {
  width: 100%;
  height: 100%;
}
#oct3 .swiper-pagination {
  bottom: 22px !important;
}
#oct3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  #oct3 .swiper-slide img {
    width: 100%;
  }
}

#oct4 {
  background: url(../imgs/imagem_torax.jpg) center no-repeat;
  background-size: cover;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#oct4 h2 {
  font-size: 300px;
  font-family: var(--second-font);
  color: white;
  text-transform: uppercase;
  letter-spacing: -13px;
  padding-inline-start: 5rem;
}
#oct4 h2 span {
  color: #00ff1a;
  font-size: 90px;
  display: block;
  padding-inline-start: 12rem;
  letter-spacing: -1px;
  margin-top: -29px;
}
#oct4 .galeria_arrows {
  animation: arrows_banner 1.5s infinite ease-in;
  position: absolute;
  bottom: -9rem;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
  z-index: 3;
}

@keyframes coracao {
  to {
    transform: scale(1.07);
  }
}
#oct5 {
  padding-block: 11rem;
}
#oct5 .grid {
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
#oct5 .title {
  color: black;
}
#oct5 .title img {
  position: absolute;
  left: 50%;
  transform: translate(0%, 0%);
  top: -7rem;
  animation: coracao 0.7s infinite alternate;
}
#oct5 .title h2 {
  font-family: var(--second-font);
  font-size: 70px;
  letter-spacing: -2px;
  line-height: 63px;
}
#oct5 .title span {
  display: block;
  font-size: 300px;
  margin-top: 7rem;
}
#oct5 .text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2rem;
}
#oct5 .text p {
  line-height: 33px;
  margin-bottom: 2rem;
}

#toggle-paragraphs {
  display: none;
}

#oct6 {
  background-color: #00ff1a;
  padding-block: 4rem;
}
#oct6 .title {
  margin-bottom: 12rem;
}
#oct6 h2 {
  color: black;
  font-family: var(--second-font);
  font-size: 80px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 74px;
}
#oct6 h2 span {
  display: block;
  color: white;
  font-size: 300px;
  letter-spacing: -6px;
  margin-top: 7rem;
}
#oct6 .grid {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 2rem;
}
#oct6 .depoimento_arrows {
  animation: arrows_depoimento 1.5s infinite ease-in;
  position: absolute;
  bottom: 0rem;
  right: 10rem;
  transform: translate(0, 50%);
  cursor: pointer;
  z-index: 3;
}

#oct7 {
  background: black;
  color: white;
  min-height: 1630px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#oct7 .perfil {
  position: absolute;
  top: 0;
  right: -8rem;
  z-index: 2;
  pointer-events: none;
}
#oct7 h2 {
  color: white;
  font-size: 250px;
  text-transform: uppercase;
  font-family: var(--second-font);
  line-height: 225px;
}
#oct7 h2 span {
  font-size: 100px;
  display: block;
  line-height: 124px;
}
#oct7 .grid {
  grid-template-columns: 1fr 1fr;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  align-items: end;
}
#oct7 .grid .text {
  font-size: 14px;
  margin-top: 6rem;
  width: 50%;
}
#oct7 .grid .text p {
  line-height: 33px;
  margin-bottom: 2rem;
}
#oct7 .galeria {
  width: 50%;
  display: flex;
  justify-content: end;
}
#oct7 .galeria .swiper-slide {
  position: relative;
  overflow: hidden;
}
#oct7 .galeria .swiper-slide:after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#oct7 .galeria .swiper-button-next,
#oct7 .galeria .swiper-button-prev {
  width: 62px;
  height: 62px;
  z-index: 2;
  transition: all 0.4s ease;
}
#oct7 .galeria .swiper-button-next:after,
#oct7 .galeria .swiper-button-prev:after {
  display: none;
}
#oct7 .galeria .swiper-button-next {
  right: initial;
  left: 8rem;
  top: 70%;
  background: #fff url(../imgs/arrow_right.svg) center no-repeat;
}
#oct7 .galeria .swiper-button-next.swiper-button-disabled,
#oct7 .galeria .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#oct7 .galeria .swiper-button-next.swiper-button-disabled,
#oct7 .galeria .swiper-button-next:hover {
  background: #393939 url(../imgs/next_w.svg) center no-repeat;
}
#oct7 .galeria .swiper-button-prev.swiper-button-disabled,
#oct7 .galeria .swiper-button-prev:hover {
  background: #393939 url(../imgs/prev_w.svg) center no-repeat;
}
#oct7 .galeria .swiper-button-prev {
  left: 8rem;
  top: 60%;
  background: #fff url(../imgs/arrow_left.svg) center no-repeat;
}
#oct7 .galeria .swiper-button-prev:after {
  display: none;
}
#oct7 .slider_otaviano {
  width: 444px;
  display: flex;
  justify-content: end;
  margin: initial;
}
#oct7 .slider_otaviano .swiper-slide img {
  width: 444px;
  height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
}
#oct7 .swiper-slide {
  position: relative;
}
#oct7 .swiper-slide .text {
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  font-size: 20px;
  width: 90%;
  padding-left: 2rem;
  font-weight: 500;
  z-index: 3;
  height: auto;
  display: flex;
  align-items: end;
  padding-left: 4rem;
  padding-bottom: 38px;
}
#oct7 .swiper-slide .text p {
  margin-bottom: 0;
}
#oct7 .swiper-slide .text:before {
  content: "";
  height: 2px;
  width: 90px;
  position: absolute;
  top: 9px;
  left: 61px;
  background-color: white;
}
#oct7 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
#oct7 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 0;
}
#oct7 .swiper-horizontal {
  height: 609px;
  padding-bottom: 3rem;
}
#oct7 .swiper-pagination-bullet {
  background-color: white;
  width: 16px;
  height: 16px;
  opacity: 1;
}
#oct7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid white;
}

.perfil_mob {
  display: none;
}

#oct8 {
  min-height: 766px;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 80px;
  form{
    label{
      margin-bottom: 15px;
      display: block;
      font-weight: 600;
    }
    input{
      border: 1px solid #000;
      border-radius: 5px;
      height: 40px;
      padding: 0 1rem;
      margin-top: 8px;
      width: 100%;
      transition: all .4s ease;
      &:focus{
        border-color: #3CEC4E;
      }
      &[type=submit]{
        text-transform: uppercase;
        border: 1px solid #3CEC4E;
        background: #3CEC4E;
        font-weight: 800;
        font-family: var(--second-font);
        font-size: 20px;
        height: 56px;
        border-radius: 2rem;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all .4s ease;
        &:hover{
          background-color: transparent;
          color: #3CEC4E;
        }
      }
    }
    textarea{
      padding: 1rem;
      margin-top: 8px;border-radius: 5px;
    }
  }
  .aceite{
    font-size: 11px;
    line-height: 20px;
    a{
      text-decoration: underline;
      color: black;
    }
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    border-color: red;
    border-radius: 2rem;
    font-size: 12px;
    margin: 0;
    padding: 1rem;
    text-align: center;
  }
}
@media (max-width: 770px) {
  #oct8 #_form_79_ {
    width: 300px !important;
    max-width: initial !important;
    min-width: initial !important;
    background-color: transparent !important;
  }
}
#oct8 .grid {
  grid-template-columns: 788px 1fr;
  gap: 5rem;
  align-items: start;
}
#oct8 .title {
  position: relative;
}
#oct8 .title img {
  position: absolute;
  top: -35px;
  right: 0;
}

#oct8 .text p {
  margin-top: 0;
  @media (max-width: 770px) {
    margin-top: 2rem;
  }
}
#oct8 h2 {
  font-size: 70px;
  font-family: var(--second-font);
  text-transform: uppercase;
  line-height: 69px;
}
#oct8 h2 span {
  display: block;
  font-size: 250px;
  line-height: 226px;
}
#oct8 p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  margin-block: 2rem;
}
#oct8 .text .whats {
  margin-block: 44px;
  background-color: #00ff1a;
  color: black;
  font-size: 25px;
  text-transform: uppercase;
  border-radius: 2rem;
  font-family: var(--second-font);
  display: flex;
  align-items: center;
  gap: 20px;
  width: 254px;
  height: 66px;
  justify-content: center;
  transition: all 0.4s ease;
}
#oct8 .text .whats:hover {
  transform: scale(1.02);
}
#oct8 .text a[href^="mailto:"] {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
#oct8 .text .social {
  margin-top: 53px;
}
#oct8 .text .social h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
#oct8 .text .social .flex {
  gap: 30px;
}
#oct8 .text{
  width: 100%;
  textarea{
    width: 100%;
    height: 124px;
    border-color: black;
    transition: all .4s ease;
    &:focus{
      border-color: #3CEC4E;
    }
  }
  
}
.social{
  span{
    font-size: 14px;
    display: block;
    font-weight: 800;
    margin-top: 3rem;
    padding-bottom: 1rem;
  }
  img{
    position: initial!important;
  }
  .flex{
    gap: 19px;
    margin-top: 1rem;
  }
}
footer {
  background-color: black;
  color: white;
}
footer .agencia {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 56px;
}
footer .agencia a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  transform: all 0.4s ease;
}
footer .agencia a svg path {
  transform: all 0.4s ease;
}
footer .agencia a:hover {
  color: #00ff1a;
}
footer .agencia a:hover svg path {
  fill: #00ff1a;
}
footer .infos {
  background: hsla(0, 0%, 52%, 0.29);
  font-size: 12px;
  color: #b4b4b4;
  padding-block: 30px;
  margin-top: 56px;
  padding-inline: 2rem;
}
footer .infos .flex {
  justify-content: space-between;
}
footer .links {
  display: flex;
  gap: 2rem;
}
footer .links a {
  font-size: 12px;
  color: #b4b4b4;
  text-decoration: underline;
}
footer .dev {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #b4b4b4;
  align-items: center;
  gap: 10px;
  padding-block: 30px;
}

#politica h2 {
  font-size: 60px;
  font-family: var(--second-font);
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.24);
  padding-bottom: 24px;
  margin-bottom: 38px;
  line-height: 40px;
}
#politica h2 span {
  display: block;
  font-size: 30px;
}

#contentP h2 {
  font-size: 45px;
  font-weight: 700;
}
#contentP .container {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.24);
  margin-bottom: 2rem;
}
#contentP .link {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}
#contentP .link a {
  border-radius: 2rem;
  border: 1px solid black;
  width: 352px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 24px;
  height: 53px;
  font-size: 14px;
  color: black;
}

@media (max-width: 1240px) {
  #oct5 {
    padding-block-end: 3rem;
  }
  #oct5 .grid,
  #oct2 .grid,
  #oct8 .grid {
    grid-template-columns: 1fr;
  }
  #oct2 {
    padding-block-end: 90px;
  }
  #oct2 .grid {
    gap: 1rem;
  }
  #oct7 .grid {
    flex-wrap: wrap;
  }
  #oct7 .grid .text {
    width: 100%;
  }
  #oct7 .galeria {
    width: initial;
  }
  #oct7 .galeria .swiper-button-prev,
  #oct7 .galeria .swiper-button-next {
    left: -3rem;
  }
  #oct8 .title img {
    right: 12rem;
  }
}
@media (max-width: 990px) {
  #banner {
    min-height: 724px;
    display: flex;
    align-items: center;
  }
  #banner h2 span {
    font-size: 250px;
    padding-top: 40px;
  }
  #banner .banner_otaviano {
    left: initial;
    right: 0;
    transform: inherit;
    top: -3rem;
  }
  #banner .banner_arrows {
    bottom: -18rem;
  }
  #oct2 {
    margin-top: 6rem;
    padding-block-end: 17px;
  }
  #oct2 .grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  #oct2 .title h2 {
    line-height: 75px;
  }
  #oct2 .title h2 span {
    font-size: 180px;
    margin-top: 41px;
    line-height: 82px;
  }
  #oct3 .swiper-button-next,
  #oct3 .swiper-button-prev {
    display: none !important;
  }
  #oct3 .swiper .text {
    font-size: 36px;
  }
  #oct4 {
    background: url(../imgs/imagem_torax_mob.png) center no-repeat;
    min-height: 700px;
    background-size: cover;
  }
  #oct4 h2 {
    font-size: 120px;
    letter-spacing: -5px;
    padding-inline-start: 0;
  }
  #oct4 h2 span {
    font-size: 50px;
    padding-inline-start: 76px;
    letter-spacing: -1px;
    margin-top: -18px;
  }
  #oct5 {
    padding-top: 8rem;
    padding-block-end: 2rem;
  }
  #oct5 .grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  #oct5 .title h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 41px;
  }
  #oct5 .title h2 span {
    font-size: 150px;
    margin-top: 3rem;
  }
  #oct5 .title img {
    top: -7rem;
    right: -3rem;
    left: initial;
    transform: initial;
    width: 200px;
  }
  #oct6 .container {
    padding-inline: 0;
  }
  #oct6 .grid {
    grid-template-columns: 1fr;
  }
  #oct6 .depoimento_arrows img {
    width: 22px;
  }
  #oct6 .img img {
    width: 100%;
  }
  #oct6 .title {
    margin-bottom: 1rem;
    padding-inline: 1rem;
  }
  #oct6 h2 span {
    font-size: 140px;
    margin-top: 2rem;
  }
  #oct7 {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 77%, rgba(255, 255, 255, 0) 100%);
    min-height: auto;
    margin-bottom: 4rem;
  }
  #oct7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: black;
  }
  #oct7 .swiper-pagination-bullet {
    border-color: black;
    background-color: black;
  }
  #oct7 .perfil_mob {
    position: absolute;
    right: -179px;
    top: 2rem;
    z-index: 2;
    display: block;
  }
  #oct7 .slider_otaviano .swiper-slide img {
    border-radius: 20px;
    height: 332px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #oct7 .swiper-slide:after {
    border-radius: 20px;
  }
  #oct7 .swiper-slide .text {
    font-size: 14px;
    line-height: 26px;
    bottom: 0rem;
    padding-inline: 2rem;
  }
  #oct7 .swiper-slide .text p {
    line-height: 26px;
  }
  #oct7 .swiper-slide .text:before {
    top: 15px;
    left: 36px;
  }
  #oct7 .galeria .swiper-button-prev.swiper-button-disabled,
  #oct7 .galeria .swiper-button-prev:hover,
  #oct7 .galeria .swiper-button-next,
  #oct7 .galeria .swiper-button-prev {
    display: none !important;
  }
  #oct7 .swiper-horizontal {
    height: 380px;
  }
  #oct7 .galeria {
    width: 100%;
  }
  #oct7 .perfil {
    display: none;
  }
  #oct7 .grid {
    flex-wrap: wrap;
  }
  #oct7 .grid .text {
    width: 100%;
  }
  #oct7 h2 {
    font-size: 75px;
    line-height: 72px;
  }
  #oct7 h2 span {
    font-size: 40px;
    line-height: 47px;
  }
  #oct7 .text p:nth-of-type(n + 2) {
    display: none;
  }
  #oct7 .toggle-button {
    align-items: center;
    margin-top: 10px;
    background-color: transparent;
    border: none;
    color: #007bff;
    font-size: 16px;
    cursor: pointer;
    font-family: var(--second-font);
    color: white;
    border: 1px solid white;
    border-radius: 2rem;
    padding: 18px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    min-width: 252px;
    display: flex;
    justify-content: space-between;
    font-weight: initial;
    letter-spacing: 1px;
  }
  #oct7 .toggle-button svg {
    margin-left: 10px;
  }
  #oct7 .toggle-button.active svg {
    transform: rotate(180deg);
  }
  #oct7 .toggle-button .arrow-icon {
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  #oct7 .toggle-button.active .arrow-icon {
    transform: rotate(180deg);
  }
  #oct8 {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  #oct8 .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #oct8 .title img {
    position: absolute;
    top: 7rem;
    right: -5rem;
  }
  #oct8 .text {
    width: 100%;
    p{
      width: 60%;
    }
  }
  #oct8 .text .whats {
    margin-block: 24px;
  }
  #oct8 h2 {
    font-size: 35px;
    line-height: 36px;
  }
  #oct8 h2 span {
    font-size: 145px;
    line-height: 130px;
  }
  footer .infos .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  #oct3 .swiper .text p {
    line-height: 37px;
  }
  #banner {
    min-height: 670px;
    display: flex;
    align-items: center;
  }
  #banner h2 {
    font-size: 80px;
    line-height: 72px;
  }
  #banner h2 span {
    font-size: 120px;
    padding-top: 20px;
  }
  #banner .banner_otaviano {
    top: -13rem;
    height: 600px;
  }
  #banner .banner_arrows {
    animation: arrows_mobile_banner 1.6s ease infinite;
    animation: initial;
    bottom: -15rem;
  }
  #banner .play {
    left: 1rem;
    top: 18rem;
    transition: initial;
    transform: initial;
  }
  #banner .play span {
    font-size: 21px;
    margin-top: 5px;
  }
  #oct3 .swiper-slide img {
    width: 100%;
  }
}
.whats_mob {
  width: 51px;
  height: 51px;
  display: flex;
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 999999;
}

.img_mob {
  display: none;
}

@media (max-width: 700px) {
  .img_desk {
    display: none;
  }
  .img_mob {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */

.wpcf7-not-valid-tip{
  margin-top: 10px;
}
@media (max-width: 700px) {
.formulario{
	margin-top:5rem;
}
}

.cf-turnstile-badge {
  display: none !important;
}