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

@font-face {
  font-family: "AvenirLTStd Black";
  src: url(assets/Fonts/AvenirLTStd-Black.otf);
}

@font-face {
  font-family: "AvenirLTStd Book";
  src: url(assets/Fonts/AvenirLTStd-Book.otf);
}

@font-face {
  font-family: "Montserrat Regular";
  src: url(assets/Fonts/static/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat Italic";
  src: url(assets/Fonts/static/Montserrat-Italic.ttf);
}

@font-face {
  src: url(assets/Fonts/static/Montserrat-Light.ttf);
  font-family: "Montserrat-light";
  font-weight: normal;
}

@font-face {
  font-family: "Montserrat Bold";
  src: url(assets/Fonts/static/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat Medium";
  src: url(assets/Fonts/static/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "ITCAvantGardStd";
  src: url(assets/Fonts/ITCAvantGardeStd-XLtCn.otf);
}

@font-face {
  font-family: "ITCAvantGardStd BoldObl";
  src: url(assets/Fonts/ITCAvantGardeStd-BoldObl.otf);
}

html {
  /* a cada 1 rem será considerado 10px*/
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

/* ================================ HEADER ================================ */
header {
  background-color: black;
  width: 100%;
  height: 85px;
  display: flex;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}

header .logo {
  width: 250px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
}

.botaoAssine {
  font-family: "Montserrat-light";
  color: #b6b6b6;
  font-size: 1.5rem;
  text-decoration: none;

  border: 1px solid #b6b6b6;
  border-radius: 20px;
  padding: 5px 40px;
  transition: transform 0.3s;
}

.botaoAssine:hover {
  transform: scale(1.05);
}

header nav {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

header nav ul {
  list-style: none;
  display: flex;
}

header nav ul li {
  margin-left: 30px;
  transition: transform 0.3s;
}

header nav ul li:hover {
  transform: scale(1.2);
}

/* media queries header */
@media (max-width: 819px) {
  header .botaoAssine {
    display: none;
  }
}

@media (min-width: 520px) {
  header .botaoAssine2 {
    display: none;
  }
}

@media (max-width: 519px) {
  header nav {
    display: none;
  }

  .one,
  .two,
  .three {
    background-color: white;
    height: 5px;
    width: 100%;
    margin: 6px auto;

    transition-duration: 0.3s;
  }

  .menu-toggle {
    width: 40px;
    height: 30px;
    margin-right: 10px;
  }

  /* fullscren */
  .menu-section.on {
    position: absolute;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: black;

    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-section.on nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 150px;
  }

  .menu-section.on .menu-toggle {
    position: absolute;
    right: 40px;
    top: 15px;
  }

  .menu-section.on .menu-toggle .one {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .menu-section.on .menu-toggle .two {
    opacity: 0;
  }

  .menu-section.on .menu-toggle .three {
    transform: rotate(-45deg) translate(8px, -9px);
  }

  .menu-section.on nav ul {
    text-align: center;
    padding-right: 40px;
  }

  .menu-section.on nav ul a {
    transition-duration: 0.5s;
    display: block;
  }

  .menu-section.on .ytb {
    width: 60px;
  }

  .menu-section.on .inst {
    width: 43px;
  }

  .menu-section.on .whats {
    width: 42px;
  }

  .menu-section.on .fb {
    width: 24px;
  }

  header .botaoAssine2 {
    line-height: 2rem;
    font-family: "Heavitas";
    color: #dedede;
    font-size: 2rem;
    font-weight: normal;
    text-decoration: none;

    background-color: #009599;
    border-radius: 20px;
    padding: 30px 90px;
  }
}

/* MAIN */
/* ================================ section1 ================================*/
main section:nth-child(1) {
  background-position: center;
  background-color: #111e1f;
  background-image: url(assets/Images/FundoSection1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 315px;
  width: 100%;
}

.intro {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  margin: auto;
}

div .videoYTB {
  /* background-color: red; */
  position: relative;
  padding-bottom: 50%;
  padding: 20px;
  margin: 120px -20px 0 0;
}

div #video > iframe {
  position: absolute;
}

.intro p {
  font-size: 1.4rem;
  padding-bottom: 13px;
  color: #d1d3d3;
  font-family: "Montserrat-Light";
  line-height: 1.8rem;
}

.intro h2 {
  width: 100%;
  font-size: 3rem;
  padding-bottom: 20px;
  color: #48b3b6;
  font-family: "Heavitas";
  font-weight: normal;
  line-height: 3rem;
}

.intro a {
  position: absolute;
}

@font-face {
  src: url(assets/Fonts/Heavitas.ttf);
  font-family: "Heavitas";
  font-weight: normal;
}

/* MAIN */
/* ================================ section2 ================================ */
main section:nth-child(2) {
  background-color: #29a1a5;
  background-image: url(assets/Images/luzMaior.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  height: 670px;
}

main section:nth-child(2) .container {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  display: flex;
}

main section:nth-child(2) .desenvolvimento {
  display: flex;
  align-items: center;
}

.desenvolvimento h2 {
  font-size: 3.4rem;
  font-family: "Heavitas";
  font-weight: normal;
  line-height: 3.7rem;
  margin-bottom: -6px;
}

.desenvolvimento h1 {
  font-size: 6.9rem;
  font-family: "Heavitas";
  font-weight: normal;
  margin-bottom: 5px;
}

.desenvolvimento p {
  font-size: 1.7rem;
  color: #e8f6f6;
  font-family: "Montserrat Regular";
  margin-bottom: 5%;
  width: 460px;
  text-align: justify;
}

#cerebroEsquerdo {
  position: absolute;
  left: 3%;
  margin-top: 35px;

  width: 8%;
  min-width: 80px;
  max-width: 170px;
}

#cerebroPrincipal {
  position: absolute;
  left: 29%;
  margin-top: -105px;
  width: 16%;
  min-width: 150px;
  max-width: 300px;
}

#aparelhos {
  position: relative;
  width: 100%;
  margin-top: 100px;
  left: 14%;
}

/* ================================ section3 ================================ */
main section:nth-child(3) {
  background-color: black;
  color: #dedede;
  width: 100%;
  height: 100%;
}

main section:nth-child(3) .container h1 {
  font-family: "Heavitas";
}
main section:nth-child(3) .container p {
  font-family: "ITCAvantGardStd";
}

main section:nth-child(3) .textos {
  text-align: center;
  padding-top: 50px;
  justify-content: center;
  height: 200px;
  line-height: 5rem;
}

main section:nth-child(3) .textos h1 {
  font-size: 5rem;
  font-weight: lighter;
}

main section:nth-child(3) .textos p {
  font-size: 4.3rem;
}

main section:nth-child(3) .molduras-section-3 {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  line-height: 22px;
  padding-bottom: 10px;
}

main section:nth-child(3) .moldura1 {
  background-color: #2e3233;
  height: 100%;
  width: 550px;
  border-radius: 20px;
}

main section:nth-child(3) .moldura2 {
  background-color: #2e3233;
  height: 100%;
  width: 550px;
  border-radius: 20px;
  margin-left: 5%;
  padding-bottom: 193px;
}

main section:nth-child(3) #cabecalho1 {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 3.5rem;
}

main section:nth-child(3) #cabecalho2 {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2.5rem;
}

main section:nth-child(3) #cabecalho1 h1,
#cabecalho2 h1 {
  font-size: 2.3rem;
  font-weight: lighter;
}

main section:nth-child(3) #cabecalho1 p,
#cabecalho2 p {
  font-size: 3.4rem;
}

main section:nth-child(3) .molduras-section-3 .paragrafos1 ul li,
.molduras-section-3 .paragrafos2 ul li {
  list-style: none;
  padding: 0px 0px 30px 35px;
  font-family: "Montserrat Medium";
  text-align: left;
  font-size: 2rem;

  width: 95%;
  margin: auto;
}

main section:nth-child(3) .molduras-section-3 .paragrafos1 .paragrafoIndividual,
.paragrafos2 .paragrafoIndividual {
  display: flex;
  align-items: flex-start;
}

main
  section:nth-child(3)
  .molduras-section-3
  .paragrafos1
  .paragrafoIndividual
  img,
.molduras-section-3 .paragrafos2 .paragrafoIndividual img {
  position: absolute;
  padding-left: 15px;
  padding-top: 5px;
}

main section:nth-child(3) .barraSec3 {
  display: flex;
  justify-content: center;
}

/* MAIN */
/* ================================ section4 ================================ */

main section:nth-child(4) {
  width: 100%;
  height: 100%;
  background-color: black;
}

main section:nth-child(4) .container {
  width: 60%;
  margin: auto;

  background-image: url(assets/Images/luzBrilhoSec4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 420px;
  position: relative;
}

.gallery-wrapper {
  overflow-x: auto;
}

main section:nth-child(4) .fraseS4 {
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: "AvenirLTStd Black";
  letter-spacing: 7px;
  padding-top: 40px;
}

.gallery {
  width: 100%;
  /* margin: auto; */
  gap: 2%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 50px 0 50px 0;
}

.item {
  width: 240px;
  height: 450px;
  flex-shrink: 0;

  transition: all 600ms ease-in-out;
}

.gallery-wrapper::-webkit-scrollbar {
  display: none;
}

.gallery-wrapper {
  -ms-overflow-style: auto;
  scrollbar-width: none;
}

.arrow-left,
.arrow-right {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  font-size: 20px;
  line-height: 250px;
  width: 40px;
  color: #fff;
  transition: all 600ms ease-in-out;
  background: linear-gradient(to left, transparent 0%, black 200%);
  opacity: 0.1;
  cursor: pointer;
  border: none;
}

.arrow-left:hover,
.arrow-right:hover {
  opacity: 1;
}

.arrow-right {
  right: 0;
  left: auto;
  text-align: right;
  background: linear-gradient(to right, transparent 0%, black 200%);
}

main section:nth-child(4) .barrinhaFotos {
  width: 80px;
  height: 300px;
  margin: 0 -30px 0 -15px;
}

/* ================================ section5 ================================ */

main section:nth-child(5) {
  background-color: #e6e6e6;

  width: 100%;
  display: flex;
  height: 650px;
}

main section:nth-child(5) .container {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 6%;
  align-items: center;
}

main section:nth-child(5) .container .textos {
  color: #03a39e;
  /* width: 100%; */
}

main section:nth-child(5) .container .textos h2 {
  font-family: "ITCAvantGardStd";
  font-size: 6rem;
  font-weight: lighter;
  line-height: 5.5rem;
}

main section:nth-child(5) .container .textos h1 {
  font-family: "Heavitas";
  font-size: 6rem;
  font-weight: normal;
  line-height: 5.8rem;
}

main section:nth-child(5) .container .textos p {
  font-family: "AvenirLTStd Book";
  font-weight: lighter;
  margin-top: 25px;
  color: #0a0c09;
  font-size: 2.3rem;
}
/* ================================ section6 ================================ */

main section:nth-child(6) {
  background-color: black;
  background-image: url(assets/Images/fundoSection6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #6aeef0;
  width: 100%;
  height: 600px;
}

main section:nth-child(6) .container {
  width: 99%;
  margin: auto;
  display: flex;
  justify-content: center;
}

main section:nth-child(6) .container .brilhoFundo img {
  position: absolute;
  width: 95%;
  height: 100%;
}

main section:nth-child(6) .container .textos {
  display: flex;
  text-align: center;
  padding-top: 130px;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

main section:nth-child(6) .container .textos h1 {
  line-height: 5.5rem;
  font-family: "ITCAvantGardStd BoldObl";
  font-size: 4rem;
}

main section:nth-child(6) .container .textos p {
  font-family: "Montserrat Italic";
  font-size: 1.6rem;
}

main section:nth-child(6) .container .textos #texto1 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
  width: 100%;
}

main section:nth-child(6) .container .textos #texto2 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

main section:nth-child(6) .container .textos #texto1 #subTexto1 {
  width: 30%;
}

main section:nth-child(6) .container .textos #texto2 #subTexto2 {
  width: 30%;
}

main section:nth-child(6) .barrinhaDivisora {
  display: none;
}

main section:nth-child(6) #barrinhaDeitada-sec6 {
  display: none;
}

/* ================================ section7 ================================ */

main section:nth-child(7) {
  background-color: #29a1a5;
  width: 100%;
  height: 100%;
}

main section:nth-child(7) .container {
  width: 95%;
  margin: auto;
  padding-bottom: 80px;

  justify-content: center;
}

main section:nth-child(7) .container .textos {
  text-align: center;
  width: 100%;
  padding: 70px 0 5% 0;
}

main section:nth-child(7) .container .textos p {
  font-family: "ITCAvantGardStd";
  font-weight: lighter;
  font-size: 5.4rem;
  color: #dedede;
  line-height: 5rem;
  opacity: 0.8;
  padding-bottom: 2px;
}

main section:nth-child(7) .container .textos h2 {
  font-family: "Heavitas";
  font-size: 5.7rem;
  font-weight: normal;
  color: #dedede;
  line-height: 5.2rem;

  opacity: 0.95;
}

main section:nth-child(7) .container .videos {
  display: flex;
  justify-content: center;
  gap: 5%;
}

main section:nth-child(7) .container .videos h2 {
  font-family: "Heavitas";
  font-size: 4rem;
  font-weight: normal;
  color: #dedede;
  opacity: 0.95;
  line-height: 70px;
}

main section:nth-child(7) .container .videos p {
  font-family: "ITCAvantGardStd";
  font-weight: lighter;
  font-size: 4rem;
  color: #dedede;
  opacity: 0.8;
  line-height: 5px;
}

/* ================================ section8 ================================ */

main section:nth-child(8) {
  background-color: #dedede;
  width: 100%;
  height: 100%;
}

main section:nth-child(8) .container {
  width: 95%;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 80px;
}

main section:nth-child(8) .container .fotosDescricao {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 90px;
  line-height: 50px;
}

main section:nth-child(8) .container .fotosDescricao img {
  width: 330px;
}

main section:nth-child(8) .container .fotosDescricao h2 {
  font-family: "Heavitas";
  font-size: 4rem;
  font-weight: normal;
  color: #29a1a5;
}

main section:nth-child(8) .container .fotosDescricao p {
  font-family: "ITCAvantGardStd";
  font-weight: lighter;
  font-size: 4rem;
  color: #29a1a5;
  opacity: 0.8;
  line-height: 25px;
}

main section:nth-child(8) .container .fotosDescricao .pDescricao1 {
  color: #7f7f7f;
  font-family: "Montserrat Regular";
  font-size: 1.6rem;
  width: 345px;
  line-height: 2.8rem;
  padding-top: 30px;
}

main section:nth-child(8) .container .fotosDescricao .pDescricao2 {
  color: #7f7f7f;
  font-family: "Montserrat Regular";
  font-size: 1.6rem;
  width: 365px;
  line-height: 2.3rem;
  padding-top: 25px;
}

main section:nth-child(8) .container .fotosDescricao .pDescricao3 {
  color: #7f7f7f;
  font-family: "Montserrat Regular";
  font-size: 1.6rem;
  width: 350px;
  line-height: 2.8rem;
  padding-top: 30px;
}

/* ================================ section9 ================================ */

main section:nth-child(9) {
  /* background-color: #0f1d1e; */
  background-image: url(assets/Images/fundoSection9.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
  color: #dedede;
  width: 100%;
  height: 100%;

  background-color: #001718;
  background-position-y: top;
  background-position-x: center;
  background-size: 2500pt 850pt;
}

main section:nth-child(9) .container h1 {
  font-family: "Heavitas";
  font-weight: normal;
}
main section:nth-child(9) .container h2 {
  font-family: "ITCAvantGardStd";
  font-weight: normal;
}
main section:nth-child(9) .container p {
  font-family: "Montserrat Regular";
}

main section:nth-child(9) .textos {
  text-align: center;
  padding-top: 40px;
  justify-content: center;
  height: 200px;
  line-height: 5rem;
}

main section:nth-child(9) .textos h1 {
  font-size: 5rem;
}

main section:nth-child(9) .textos h2 {
  font-size: 4.4rem;
  line-height: 5rem;
}
main section:nth-child(9) .textos p {
  font-family: "Montserrat-light";
  font-size: 1.7rem;
  line-height: 2rem;
}

main section:nth-child(9) .molduras {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
}

main section:nth-child(9) #barrinha {
  width: 4%;
  margin: 150px 0 0 1%;
  height: 400px;
}

main section:nth-child(9) #cabecalho1 h1,
h2,
#cabecalho2 h1,
h2 {
  line-height: 4.4rem;
}

main section:nth-child(9) .molduras h2 {
  font-size: 5rem;
}

main section:nth-child(9) .moldura1 {
  background-color: #384d4e5b;
  height: 100%;
  width: 750px;
  border-radius: 20px;
}

main section:nth-child(9) .moldura2 {
  background-color: #0d898dc2;
  height: 100%;
  width: 750px;
  border-radius: 20px;
}

main section:nth-child(9) #deusMeAjudeMaster {
  display: flex;
  justify-content: center;
}

main section:nth-child(9) #deusMeAjude1 {
  display: flex;
}

main section:nth-child(9) #deusMeAjude1 h2 {
  font-size: 4rem;
  font-family: "Heavitas";
}

main section:nth-child(9) .animation {
  padding-bottom: 30px;
}

main section:nth-child(9) .paragrafos1 h1,
.paragrafos2 h1 {
  font-size: 7rem;
  display: flex;
  justify-content: center;
}

main section:nth-child(9) .moldura1 .botaoAssine2 {
  background-color: #009599;
  color: white;
}

main section:nth-child(9) .paragrafos1 h2,
.paragrafos2 h2 {
  padding: 35px;
}

main section:nth-child(9) .molduras .paragrafos1 .ultimoParagrafo {
  text-decoration: line-through;
  text-decoration-color: red;
}

main section:nth-child(9) #cabecalho1,
#cabecalho2 {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 3.1rem;
}

main section:nth-child(9) #cabecalho1 h1,
#cabecalho2 h1 {
  font-size: 2.3rem;
}

main section:nth-child(9) #cabecalho1 p,
#cabecalho2 p {
  font-size: 3.4rem;
}

main section:nth-child(9) .molduras .paragrafos1 ul li,
.molduras .paragrafos2 ul li {
  list-style: none;
  padding: 0px 0px 17px 35px;
  font-family: "Montserrat Medium";
  text-align: left;
  font-size: 2rem;

  width: 95%;
  margin: auto;
}

main section:nth-child(9) .molduras .paragrafos1 .paragrafoIndividual,
.paragrafos2 .paragrafoIndividual {
  display: flex;
  align-items: flex-start;
}

main section:nth-child(9) .molduras .paragrafos1 .paragrafoIndividual img,
.molduras .paragrafos2 .paragrafoIndividual img {
  position: absolute;
  padding-left: 15px;
  padding-top: 5px;
}

main section:nth-child(9) .valorPlanos {
  padding: 8px 0 8px 0;
}

/* ================================ section10 ================================ */
main section:nth-child(10) {
  background-color: #3da5a7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

main section:nth-child(10) .container {
  width: 95%;
  margin: 0 auto;
  padding: 0 1.5rem;
  background-image: url("assets/Images/bordaFAQ.png");
  background-repeat: no-repeat;
  background-position: center -5px;
  background-size: 90% 110px;
}

main section:nth-child(10) .container .title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white;
  margin: 10px auto 80px auto;
  gap: 10px;
}

main section:nth-child(10) .container .title h1 {
  font-family: "Heavitas";
  font-size: 5.3rem;
  font-weight: normal;
}
main section:nth-child(10) .container .title h2 {
  font-family: "ITCAvantGardStd";
  font-size: 5rem;
  font-weight: normal;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #dedede;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 60%;
  margin: auto;
  padding: 1em 0;
  color: white;
  font-size: 3rem;
  font-weight: normal;
  border: none;
  background: none;
  outline: none;
  font-family: "Heavitas";
  border-bottom: 1px solid #dedede;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #dedede;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #dedede;
  border: 1px solid #3da5a7;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #dedede;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  background-color: #084648;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;

  width: 80%;
  margin: auto;
}

.accordion .accordion-content p {
  font-family: "Montserrat Regular";
  font-size: 2rem;
  margin: 2em 0;
  color: white;

  width: 80%;
  margin: 35px auto 35px auto;
}

.accordion .resposta1 {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}

.accordion .accordion-item #intro p {
  /* width: 75%; */
  margin: 50px 120px 15px 120px;
}

main section:nth-child(10) #intro {
  align-items: center;
  width: 100%;
}

main section:nth-child(10) #numero1,
#numero2 {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 15%;
}

main section:nth-child(10) #numero1 h3,
#numero2 h3 {
  font-family: "Heavitas";
  font-size: 7rem;
  font-weight: normal;
  color: white;
}

/* ================================ section11 ================================ */

main section:nth-child(11) {
  width: 100%;
  height: 100%;
  background-color: #0f1d1e;
  background-image: url(assets/images/fundoSection11certa.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

main section:nth-child(11) .container {
  width: 95%;
  margin: auto;
  padding-top: 100px;
  color: #dedede;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Heavitas";
  padding-bottom: 80px;
}

main section:nth-child(11) .container .textoChamativo h1 {
  font-weight: normal;
  font-size: 5.5rem;
}

main section:nth-child(11) .container .textoChamativo h2 {
  font-family: "ITCAvantGardStd";
  font-weight: normal;
  font-size: 4.7rem;
  padding-bottom: 80px;
}

.botaoAssine2 {
  line-height: 8rem;
  font-family: "Heavitas";
  color: #084648;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;

  background-color: #00ff78;
  border-radius: 20px;
  padding: 30px 90px;
}

.animation {
  transition: transform 0.3s;
}

.animation:hover {
  transform: scale(1.05);
}

main section:nth-child(11) .bandeiras {
  padding-top: 100px;
}

main section:nth-child(11) .bandeiras ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

main section:nth-child(11) .container2 {
  display: flex;
  align-items: center;
  padding-top: 100px;
  gap: 50px;
}

main section:nth-child(11) .container2 .faleComigo h1 {
  font-weight: normal;
  font-size: 5.5rem;
  line-height: 55px;
}

main section:nth-child(11) .container2 .faleComigo p {
  font-family: "Montserrat-light";
  font-size: 2.5rem;
  padding-bottom: 30px;
}

main section:nth-child(11) .container2 .buttonWpp a {
  font-family: "Heavitas";
  font-weight: normal;
  color: #084648;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;
}

main section:nth-child(11) .container2 .buttonWpp {
  line-height: 8rem;
  width: 95%;
  margin: auto;
  background-color: #00ff78;
  border-radius: 20px;
  transition: transform 0.3s;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

main section:nth-child(11) .container2 .buttonWpp:hover {
  transform: scale(1.05);
}

/* ================================ footer ================================ */

footer {
  background-color: #29a1a5;
  width: 100%;
  height: 100%;
}

footer .container {
  width: 95%;
  margin: auto;
  padding-top: 65px;
  color: #0f1d1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat Bold";
  font-size: 1.9rem;
}

footer nav {
  line-height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer nav ul {
  list-style: none;
  display: flex;
  width: 320px;
}

footer nav ul li {
  padding-left: 38px;
  transition: transform 0.3s;
}

footer nav ul li:hover {
  transform: scale(1.2);
}

/* ============================= media queries ============================*/
@media ((min-width: 1227px)and (max-width: 1400px)) {
  #cerebroPrincipal {
    left: 25%;
  }

  #aparelhos {
    left: 9%;
  }

  main section:nth-child(4) .container {
    width: 80%;
  }

  main section:nth-child(7) .container .videos .video1 iframe,
  .container .videos .video2 iframe {
    width: 550px;
    height: 310px;
  }
}

@media ((min-width: 1001px) and (max-width: 1227px)) {
  main section:nth-child(1) iframe {
    width: 420px;
    height: 235px;
    margin-bottom: 120px;
  }

  #cerebroPrincipal {
    width: 19%;
    left: 35%;
    margin-top: -85px;
  }

  #aparelhos {
    left: 6%;

    min-width: 415px;
  }

  main section:nth-child(4) .container {
    width: 85%;
  }

  main section:nth-child(7) .container .videos .video1 iframe,
  .container .videos .video2 iframe {
    width: 450px;
    height: 252px;
  }

  main section:nth-child(7) .container .videos #apresentacao1 h2,
  .videos #apresentacao2 h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 1000px) {
  main section:nth-child(2) {
    height: 890px;
  }

  .desenvolvimento {
    flex-direction: column;
    align-items: center;
  }

  #aparelhos {
    margin-top: 0;
    left: 0;
    right: 0;
    width: 58%;
    min-width: 450px;
    position: absolute;

    margin: auto;
    align-items: center;
  }

  main section:nth-child(3) .molduras-section-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  main section:nth-child(3) .moldura1 {
    width: 95%;
  }

  main section:nth-child(3) .moldura2 {
    margin-left: 0;
    width: 95%;
    padding-bottom: 0;
  }

  main section:nth-child(4) .container {
    width: 90%;
  }

  main section:nth-child(4) .control {
    display: none;
  }

  main section:nth-child(6) {
    height: 100%;
  }

  main section:nth-child(6) .container .textos {
    flex-direction: row;
    margin-bottom: 80px;
  }

  main section:nth-child(6) .container .textos #texto1,
  .container .textos #texto2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  main section:nth-child(6) .container .textos #texto1 {
    margin-bottom: 18px;
  }

  main section:nth-child(6) .container .textos #texto1 #subTexto1 {
    width: 100%;
  }

  main section:nth-child(6) .container .textos #texto2 #subTexto2 {
    width: 100%;
  }

  main section:nth-child(6) .barrinhaDivisora {
    display: none;
  }

  main section:nth-child(6) #barrinhaDeitada-sec6 {
    display: none;
  }

  main section:nth-child(7) .container .videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }

  main section:nth-child(9) .molduras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  main section:nth-child(9) .moldura1 {
    width: 95%;
  }

  main section:nth-child(9) .moldura2 {
    margin-left: 0;
    width: 95%;
    padding-bottom: 0;
  }

  main section:nth-child(9) .textos {
    margin: 0 auto 30px auto;
    height: 100%;
    width: 90%;
  }

  main section:nth-child(9) .textos h1 {
    font-size: 4.4rem;
  }

  main section:nth-child(9) #barrinha {
    display: none;
  }

  main section:nth-child(10).accordion .resposta1 {
    /* width: 90%; */
    margin: auto;
    padding-bottom: 50px;
  }

  main section:nth-child(10) .accordion .accordion-item #intro p {
    width: 95%;
    margin: 50px auto 50px auto;
  }

  main section:nth-child(10) #numero1,
  #numero2 {
    width: 95%;
    margin: auto;
  }

  main section:nth-child(11) .container2 {
    flex-direction: column;
  }

  main section:nth-child(5) {
    height: 1100px;
  }

  main section:nth-child(5) .container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .fotoDiego {
    width: 100%;
  }

  main section:nth-child(10) .container .title h1 {
    font-size: 5rem;
  }
  main section:nth-child(10) .container .title h2 {
    font-size: 4.7rem;
  }
  main section:nth-child(10) .container {
    background-size: 100% 100px;
  }
  main section:nth-child(10) .container {
    background-size: 90% 100px;
  }
}

@media ((min-width: 820px) and (max-width: 1000px)) {
  main section:nth-child(1) iframe {
    width: 335px;
    height: 188px;
    margin-bottom: 120px;
  }

  #cerebroPrincipal {
    width: 25%;
    left: 70%;
    margin-top: -70px;
  }

  #cerebroEsquerdo {
    width: 14%;
    left: 12%;
    margin-top: -10px;
  }

  main section:nth-child(2) .container {
    display: flex;
    justify-content: center;
  }

  main section:nth-child(1) h2 {
    font-size: 2.5rem;
  }

  main section:nth-child(1) p {
    font-size: 1.3rem;
  }

  main section:nth-child(2) .container h2,
  main section:nth-child(2) .container h1 {
    text-align: center;
  }
}

@media (max-width: 819px) {
  .intro {
    flex-direction: column;
    justify-content: center;
  }

  #cerebroPrincipal {
    width: 16%;
    left: 50%;
    margin-top: -70px;
  }

  #cerebroEsquerdo {
    left: 0.5%;
    min-width: 11%;
  }

  main section:nth-child(1) {
    height: 480px;
  }

  main section:nth-child(2) {
    height: 810px;
  }

  main section:nth-child(1) iframe {
    width: 340px;
    height: 191px;
  }

  div .videoYTB {
    padding: 0;
    margin-top: 65px;
  }

  .intro .botaoAssine {
    font-size: 2rem;
  }

  main section:nth-child(10) .accordion button {
    width: 85%;
  }

  main section:nth-child(10) .accordion .accordion-content {
    width: 95%;
  }

  main section:nth-child(10) .container .title h1 {
    font-size: 4.3rem;
  }
  main section:nth-child(10) .container .title h2 {
    font-size: 4rem;
  }
  main section:nth-child(10) .container {
    background-size: 100% 100px;
  }
}

@media (max-width: 720px) {
  main section:nth-child(7) .container .videos .video1 iframe,
  .container .videos .video2 iframe {
    width: 450px;
    height: 252px;
  }

  main section:nth-child(7) .container .videos #apresentacao1 h2,
  .videos #apresentacao2 h2 {
    font-size: 3.8rem;
  }

  footer .container {
    font-size: 1.78rem;
  }
}

@media ((min-width: 601px) and (max-width: 819px)) {
  main section:nth-child(1) iframe {
    width: 440px;
    height: 245px;
  }

  #cerebroEsquerdo {
    left: 8%;
    width: 15%;
    min-width: 11%;
    margin-top: 1px;
  }

  #cerebroPrincipal {
    width: 16%;
    left: 70%;
    margin-top: -20px;
  }

  main section:nth-child(2) .container h2,
  main section:nth-child(2) .container h1 {
    text-align: center;
  }

  main section:nth-child(2) .container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  main section:nth-child(1) iframe {
    width: 370px;
    height: 208px;
  }

  #cerebroEsquerdo {
    left: 8%;
    width: 15%;
    min-width: 11%;
    margin-top: 1px;
  }

  #cerebroPrincipal {
    width: 16%;
    min-width: none;
    left: 70%;
    margin-top: -20px;
  }

  main section:nth-child(1) {
    height: 450px;
  }

  main section:nth-child(2) .container h2,
  main section:nth-child(2) .container h1 {
    text-align: center;
  }

  main section:nth-child(2) .container {
    display: flex;
    justify-content: center;
  }

  main section:nth-child(3) .molduras-section-3 {
    width: 95%;
  }

  main section:nth-child(6) .container .textos {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  main section:nth-child(6) #barrinha-sec6 {
    display: none;
  }

  main section:nth-child(6) #barrinhaDeitada-sec6 {
    display: block;
    width: 320px;
    height: 50px;
    padding: 15px;
  }

  main section:nth-child(9) .molduras {
    width: 95%;
  }

  main section:nth-child(10) .container .title {
    display: block;
    gap: 0;
  }

  main section:nth-child(10) .container {
    background-size: 100% 120px;
  }

  main section:nth-child(11) .container .textoChamativo h1 {
    font-size: 4.9rem;
  }

  footer .container {
    align-items: flex-start;
  }
}

@media (max-width: 550px) {
  main section:nth-child(2) .container p {
    width: 100%;
    text-align: center;
  }

  main section:nth-child(2) .container h2,
  main section:nth-child(2) .container h1 {
    text-align: center;
  }

  main section:nth-child(2) {
    height: 885px;
  }

  #cerebroEsquerdo {
    width: 17%;
    margin-top: 1px;
  }

  #cerebroPrincipal {
    width: 25%;
    left: 75%;
    margin-top: -20px;
    min-width: auto;
  }

  #aparelhos {
    width: 80%;
    min-width: 180px;
  }

  main section:nth-child(7) .container .textos p {
    font-size: 4.5rem;
  }

  main section:nth-child(7) .container .textos h2 {
    font-size: 4.8rem;
  }

  main section:nth-child(7) .container .videos .video1 iframe,
  .container .videos .video2 iframe {
    width: 360px;
    height: 207px;
  }

  main section:nth-child(7) .container .videos #apresentacao1 h2,
  .videos #apresentacao2 h2 {
    font-size: 3.2rem;
  }

  main section:nth-child(10) .accordion button {
    width: 85%;
    font-size: 2.4rem;
  }

  main section:nth-child(10) .accordion .accordion-content {
    width: 95%;
  }

  main section:nth-child(10) .accordion .accordion-content .resposta1 {
    width: 95%;
  }

  main section:nth-child(10) .accordion .accordion-content p {
    font-size: 1.6rem;
  }

  main section:nth-child(10) #numero1,
  #numero2 {
    display: block;
    padding-top: 0;
    width: 100%;
  }

  main section:nth-child(10) #numero2 {
    padding-top: 50px;
  }

  main section:nth-child(10) #numero1 h3,
  #numero2 h3 {
    justify-content: center;
    display: flex;
  }

  main section:nth-child(10) .accordion .accordion-content p {
    margin: 10px auto 10px auto;
  }

  main section:nth-child(11) .container2 .faleComigo h1 {
    font-size: 4.9rem;
  }
}

@media (max-width: 451px) {
  main section:nth-child(1) h2 {
    font-size: 2.6rem;
  }

  .intro .botaoAssine {
    font-size: 1.5rem;
  }

  main section:nth-child(1) iframe {
    width: 325px;
    height: 182px;
  }

  div .videoYTB {
    margin-right: 0px;
  }

  #cerebroEsquerdo {
    width: 15%;
    margin-top: -1px;
    left: 5%;
  }

  main section:nth-child(3) .textos {
    margin: 0 auto 30px auto;
    height: 100%;
    width: 90%;
  }

  main section:nth-child(7) .container.textos {
    height: 100%;
    width: 90%;
  }
  main section:nth-child(7) .container .textos p {
    font-size: 3.8rem;
  }

  main section:nth-child(7) .container .textos h2 {
    font-size: 4.3rem;
  }

  main section:nth-child(9) .moldura1 .botaoAssine2,
  .moldura2 .botaoAssine2 {
    padding: 30px 55px;
  }

  main section:nth-child(11) .container .textoChamativo h2 {
    line-height: 55px;
  }

  main section:nth-child(11) .container2 .faleComigo h1 {
    font-size: 4.7rem;
  }
}

@media (max-width: 400px) {
  main section:nth-child(7) .container .videos .video1 iframe,
  .container .videos .video2 iframe {
    width: 350px;
    height: 196px;
  }

  main section:nth-child(7) .container .videos #apresentacao1 h2,
  .videos #apresentacao2 h2 {
    font-size: 2.9rem;
  }

  main section:nth-child(11) .botaoAssine2 {
    padding: 30px 70px;
  }

  main section:nth-child(11) .container2 .faleComigo h1 {
    font-size: 4.7rem;
  }
}

@media (max-width: 391px) {
  main section:nth-child(1) h2 {
    font-size: 2.4rem;
  }

  main section:nth-child(1) iframe {
    width: 310px;
    height: 174px;
  }

  main section:nth-child(11) .container .textoChamativo h2 {
    font-size: 4.5rem;
  }
}