/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
   Reset
   ========================================================================== */

/**
 * Remove anchor tex-decoration
 */

a {
  text-decoration: none;
}

/**
 * Remove list-style
 */

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
footer,
header,
nav,
section,
main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
  font-size: 1em;
  font-weight: normal;
}

/* ------------ ESTILOS GERAIS ------------ */

* {
  font-family: 'Poppins', sans-serif;
}

h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  text-align: center;
  font-size: 2rem;
  color: #2cac81;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #12ab9f;
  font-weight: 500;
}

h4 {
  color: #6ac270;
}

p {
  text-align: center;
  color: #1e5e51;
  line-height: 1.5rem;
}

.btn-verde {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 70px;
  color: #fff;
  background: #73b634;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3rem;
  font-size: 0.9rem;
}

.btn-verde:hover {
  background: none;
  border: 2px solid #73b634;
  color: #73b634;
}

.btn-branco {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 70px;
  color: #34a867;
  background: #fff;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3rem;
  font-size: 0.9rem;
}

.btn-branco:hover {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.btn-redondo {
  width: 70px;
  height: 70px;
  background: #37aba3;
  border-radius: 60px;
  cursor: pointer;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  font-size: 2.5rem;
}

.btn-redondo button {
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: none;
  cursor: pointer;
}

.btn-redondo:hover {
  background: none;
  border: 2px solid #fff;
}

.container {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ------------ HEADER ------------ */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.header a {
  cursor: pointer;
}

.header a button {
  width: 320px;
  height: 70px;
  color: #fff;
  background: #089e7f;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}

.header img {
  width: 300px;
}

.header a button:hover {
  background: none;
  border: 2px solid #089e7f;
  color: #089e7f;
}

.btn-whats-container {
  width: 100%;
  position: fixed;
  bottom: 50px;
  z-index: 100;
}

.btn-whats-fixo {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-whats-fixo a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #50b097;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: auto;
  z-index: 1000;
  cursor: pointer;
}

.btn-whats-fixo a img {
  width: 40px;
}

/* ------------ MAIN ------------ */

.main {
  background: url(../img/main-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 0 0;
}

.main img {
  margin: 0 auto;
  width: 170px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 20px;
}

.main p {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  color: #1e5e51;
  padding-bottom: 180px;
}

.main p span {
  font-weight: 600;
}

/* ------------ SER O ULTIMO DENTISTA ------------ */

.quero-aprender h2 {
  margin: 50px 0 20px 0;
}

.quero-aprender p {
  width: 80%;
  margin: 20px auto 0 auto;
}

.quero-aprender p a {
  font-weight: 600;
  color: #1e5e51;
}

/* video */

.video {
  margin: 50px auto;
  /* max-width: 800px;
  height: 400px;
  background: black; */
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  z-index: 10;
}

.video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

/* sobre */

.sobre {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 100px;
}

.sobre img {
  width: 40%;
}

.sobre h2,
.sobre h3,
.sobre p {
  text-align: left;
}

.sobre-texto {
  width: 50%;
}

.sobre-texto h4 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
}

.sobre h3 {
  margin: 5px 0 20px 0;
}

.sobre ul {
  margin-top: 30px;
}

.sobre ul li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.sobre ul li img {
  width: 30px;
  margin-right: 10px;
}

/* ------------ O QUE É ------------ */

.oque-e {
  background: url(../img/o-que-e-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.oque-e a button {
  margin: 20px auto;
}

.oque-e h3 {
  color: #fff;
  margin: 20px 0;
}

.oque-e p {
  margin-top: 20px;
  color: #fff;
  text-align: justify;
}

.slide ul {
  margin-top: 50px;
}

.slide ul li img {
  width: 750px;
  margin: 0 auto;
}

.slide ul li p {
  margin: 0 auto;
  width: 750px;
  text-align: center;
  color: #1f6b25;
  background: #fff;
  padding: 10px 0;
}

.oque-e-lista {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}

.oque-e-lista li {
  width: 23.5%;
  transition: all 0.5s;
}

.oque-e-lista li:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.oque-e-lista li div p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #1f6b25;
  text-align: center;
  padding: 30px 15px;
  background: #fff;
  margin-top: 0px;
}

/* Confiança Videos */

.confianca-videos {
  margin-bottom: 30px;
}

.confianca-videos h2 {
  color: #fff;
  text-transform: none;
  margin: 100px 0 50px 0;
}

.confianca-videos ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 21px;
}

.confianca-videos ul li {
  width: 49%;
}

.confianca-videos ul li iframe {
  display: block;
  width: 100%;
  height: 295px;
}

/* ------------ QUEBRA HISTORIA ------------ */

.quebra-historia {
  background: #3ebeb6;
  padding: 50px 0;
}

.quebra-historia h2 {
  color: #fff;
}

.quebra-historia h3 {
  color: #fff;
  margin: 10px 0 20px 0;
}

.quebra-historia dl p {
  color: #fff;
  padding-bottom: 50px;
}

/* ------------ BENEFICIOS ------------ */

.beneficios {
  padding: 100px 15px;
}

.beneficios a button {
  margin-bottom: 20px;
}

.beneficios p {
  text-align: justify;
  margin: 20px 0;
}

.beneficios-lista ul {
  display: flex;
  justify-content: space-between;
}

.beneficios-lista ul li {
  background: #3ebeb6;
  width: 13%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* transition: all 0.5s; */
}

.beneficios-lista h3 {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
}

.beneficios-lista ul li.ativo {
  background: rgba(30, 94, 81, 1);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.beneficios-lista ul li.ativo::after {
  position: absolute;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  margin-top: 90px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(30, 94, 81, 1);
  /* transition: all 0.5s; */
}

.beneficios-descricao-item p {
  margin-top: 30px;
}

/* ------------ O QUE VOCE RECEBE ------------ */

.oque-voce-recebe {
  background: url(../img/o-que-voce-recebe-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.oque-voce-recebe h2 {
  color: #fff;
}

.oque-voce-recebe p {
  margin: 20px 0;
  color: #fff;
}

.oque-voce-recebe-lista {
  margin-top: 50px;
}

.oque-voce-recebe-lista ul {
  display: flex;
  justify-content: space-between;
}

.oque-voce-recebe-lista ul li {
  width: 30%;
  transition: all 0.5s;
}

.oque-voce-recebe-lista ul li:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.oque-voce-recebe-lista ul li span {
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #3ebfb6;
  border-radius: 50%;
  z-index: 10;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 100;
}

.oque-voce-recebe-lista ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #fff;
  color: #1e5e51;
  padding: 0 25px;
  margin-top: -40px;
  z-index: 10;
}

.oque-voce-recebe-lista-texto {
  text-align: justify;
  padding: 50px 0;
}

/* ------------ DESENVOLVIDO PARA ------------ */

.desenvolvido-para {
  padding: 100px 15px;
  background: #f8fafb;
}

.desenvolvido-para ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 50px 0;
}

.desenvolvido-para ul li {
  width: 24%;
}

.desenvolvido-para ul li img {
  margin: 0 auto 20px auto;
}

.desenvolvido-para a {
  margin-top: 50px;
}

/* ------------ FOOTER ------------ */

.footer {
  padding: 100px 0;
}

.footer img {
  margin: 0 auto 30px auto;
  width: 25%;
}

.footer p {
  color: #aabbb8;
  margin-bottom: 10px;
}

.footer p:last-child {
  font-size: 0.8rem;
}

/* SLIDE JAVASCRIPT */

[data-slide] {
  position: relative;
}

[data-slide] > * {
  position: absolute;
  top: 0px;
  opacity: 0;
}

[data-slide] > .active {
  position: relative;
  opacity: 1;
  transition: opacity 500ms;
}

[data-slide-nav] {
  display: block;
  text-align: center;
  margin: 0 auto;
}

[data-slide-nav] button {
  display: inline;
  position: relative;
  background: #fff;
  background: rgba(217, 217, 214, 0.3);
  width: 8px;
  height: 8px;
  margin: 0 10px 0px 10px;
  border: none;
  border-radius: 50%;
  text-indent: 120px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  top: 50px;
  padding: 0;
  box-shadow: none;
}

[data-slide-nav] button.active {
  background: #d9d9d6;
}

/* TAB NAV */

.js-tabcontent section {
  display: none;
}

.js-tabcontent section.ativo {
  display: block !important;
  animation: show 0.5s forwards;
}

@keyframes show {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ACCORDION */

.js-accordion dd {
  display: none;
}

.js-accordion dt::after {
  display: inline-block;
  content: '';
  text-align: center;
  color: #0c4869;
  margin-left: 10px;
  font-size: 25px;
  border-radius: 4px;
  vertical-align: middle;
}

.js-accordion dt.ativo::after {
  content: '';
  color: #0c4869;
}

.js-accordion dd.ativo {
  display: block;
  animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 5000px;
  }
}

/* Mobile */

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .oque-e-lista {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .oque-e-lista li {
    width: 45%;
    transition: all 0.5s;
  }

  .oque-e-lista li img {
    width: 100%;
  }

  .beneficios-lista h3 {
    font-size: 0.7rem;
  }

  .oque-voce-recebe-lista ul li p {
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 767px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .btn-verde {
    width: 280px;
    height: 70px;
    font-size: 0.8rem;
    padding: 0 20px;
  }

  .btn-branco {
    width: 280px;
    height: 70px;
    font-size: 0.8rem;
    padding: 0 20px;
  }

  .header {
    flex-direction: column;
  }

  .header a button {
    font-size: 0.8rem;
  }

  .header img {
    margin-bottom: 20px;
  }

  .header a button {
    width: 280px;
    height: 70px;
  }

  .video {
    width: 95%;
    height: 200px;
  }

  .confianca-videos ul li {
    width: 100%;
  }

  .confianca-videos ul li iframe {
    height: 205px;
  }

  .sobre {
    flex-direction: column;
  }

  .sobre img {
    width: 70%;
    margin-bottom: 20px;
  }

  .sobre-texto {
    width: 95%;
  }

  .slide ul li p {
    width: 100%;
    padding: 10px;
  }

  /* o que é lista */

  .oque-e-lista {
    flex-direction: column;
    gap: 50px;
  }

  .oque-e-lista li {
    margin: 0 auto;
    width: 90%;
  }

  .oque-e-lista li img {
    width: 100%;
  }

  .oque-e-lista li div p {
    height: auto;
  }

  /* BENEFICIOS LISTA */

  .beneficios-tab {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .beneficios-lista ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .beneficios-lista ul li {
    background: #3ebeb6;
    width: 100%;
    height: 65px;
  }

  .beneficios-lista h3 {
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
  }

  .beneficios-descricao {
    width: 60%;
  }

  .beneficios-descricao p {
    margin: 0;
    font-size: 0.8rem;
    text-align: left;
  }

  .beneficios-lista ul li.ativo::after {
    border: none;
  }

  /* O QUE VOCE RECEBE */

  .oque-voce-recebe-lista ul {
    flex-direction: column;
  }

  .oque-voce-recebe-lista ul li {
    margin: 0 auto;
    width: 90%;
  }

  /* DESENVOLVIDO PARA */

  .desenvolvido-para ul {
    gap: 20px;
  }

  .desenvolvido-para ul li {
    width: 45%;
  }

  /* FOOTER */

  .footer img {
    width: 70%;
  }
}
