@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Sarabun:ital,wght@0,300;0,700;0,800;1,700;1,800&display=swap");

figure {
  padding: 0;
  margin: 0;
}

.lp-orgulho {
  width: 100%;
  font-family: "Lato", sans-serif;
  background: #ffffff;
}

.lp-orgulho .container-content {
  width: 1280px;
  margin: 0 auto;
}

.lp-orgulho h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  line-height: 60px;
}

.lp-orgulho h2 {
  font-size: 50px;
  padding-top: 50px;
}

section.lp-letras .header h2,
section.footer h2 {
  color: #0033c6;
}

section.lp-servicos h2 {
  color: #fff;
  padding-bottom: 80px;
}

.lp-orgulho p {
  font-size: 18px;
  line-height: 25px;
}

section.lp-servicos .box p,
section.lp-mosaico .container-content .box p {
  font-size: 14px;
  line-height: 20px;
}

.lp-orgulho span {
  font-size: 26px;
}

/* MENNU */

section.lp----menu {
  background-color: #0033c6;
}

section.lp----menu .menu img {
  padding-top: 80px;
}

section.lp----menu .menu ul {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.lp----menu .menu ul li {
  color: #fff;
  font-size: 18px;
}

/* HERO */

section.lp-hero {
  height: 500px;
  background: url(images/bg-hero.png) no-repeat center;
}

section.lp-hero .container-content {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

section.lp-hero figure {
  padding: 16px 0 0px 50px;
}

section.lp-hero .container-content .texto {
  width: 40%;
}

section.lp-hero .container-content .texto p {
  color: #fff;
  padding-top: 20px;
}

/* FAIXA */

section.lp-faixa {
  height: 287px;
  display: flex;
  justify-content: center;
  background: url(images/faixa.svg) repeat-x bottom center #0033c6;
}

section.lp-faixa .texto {
  width: 50%;
  padding-top: 75px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

/* SIGLAS */

section.lp-letras .header {
  height: 271px;
  background-color: #f0efea;
  text-align: center;
  color: #0033c6;
}

section.lp-letras .header h2 {
  width: 30%;
  margin: 0 auto;
}

section.lp-letras .header figure {
  padding-top: 40px;
}

/* SIGLAS */

section.lp-letras .container-content {
  display: flex;
  justify-content: space-around;
  padding-bottom: 80px;
}

section.lp-letras .container-content .box .letter {
  height: 130px;
  display: flex;
  align-items: center;
}

section.lp-letras .container-content .box {
  width: 36%;
  padding-top: 60px;
}

section.lp-letras .container-content .box .letter span {
  color: #0033c6;
}
section.lp-letras .container-content .box .letter p {
  color: #5b5b5b;
  font-size: 14px;
}

section.lp-letras .container-content .box .letter figure {
  padding-right: 10px;
}

/* SERVIÇOS */

section.lp-servicos {
  height: 1398px;
  background: url(images/bg-servicos.png) no-repeat center;
}

section.lp-servicos .servicos {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}

section.lp-servicos .servicos .lp-box {
  display: flex;
  flex-wrap: wrap;
}

section.lp-servicos .servicos .lp-box .box {
  width: calc(90% / 3);
  height: 270px;
  margin-right: 26px;
}

section.lp-servicos .servicos .box {
  text-align: center;
  color: #fff;
}

section.lp-servicos .servicos .lp-box .box.mob {
  display: none;
}

/* MOSAICOS */

section.lp-mosaico {
  background-color: #f0efea;
}

section.lp-mosaico .container-content {
  height: 769px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

section.lp-mosaico .container-content .box {
  width: calc(100% / 3);
  text-align: center;
  color: #0033c6;
}

section.lp-mosaico .container-content figure {
  padding-bottom: 20px;
}

.lp-orgulho .btn {
  padding-top: 30px;
}

.lp-orgulho .btn a {
  border: 2px solid #0033c6;
  color: #0033c6;
  border-radius: 60px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 800;
}

/* VÍDEOS */

section.lp-videos {
  background-color: #0033c6;
  padding-bottom: 100px;
  position: relative;
}

section.lp-videos h2 {
  color: #fff;
  text-align: center;
}

section.lp-videos .slider {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
section.lp-videos .slick-slide {
  text-align: center;
  height: auto !important;
}
section.lp-videos iframe {
  width: 800px;
  height: 450px;
  border: none;
}
section.lp-videos .slick-arrow {
  position: absolute;
  z-index: 999;
  color: #f0f0f0;
  text-indent: -999em;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: url(images/arrow-v2.svg) no-repeat #fff 20px;
  border: none;
  border: 1px solid #000;
}
section.lp-videos .slick-arrow.slick-prev {
  cursor: pointer;
  top: 220px;
  left: -50px;
  transform: rotate(180deg);
}
section.lp-videos .slick-arrow.slick-next {
  cursor: pointer;
  top: 220px;
  right: -50px;
}

/* FOOTER */

section.footer {
  height: 344;
  background: url(images/faixa.svg) repeat-x bottom center #f0efea;
}

section.footer .container-content {
  height: 292px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

section.footer .container-content h2 {
  padding: 0 20px !important;
}

@media screen and (max-width: 768px) {
  .lp-orgulho h1 {
    font-size: 40px;
    line-height: 43px;
  }

  .lp-orgulho h2 {
    font-size: 34px;
  }

  .lp-orgulho p {
    font-size: 14px;
    line-height: 18px;
  }

  .lp-orgulho span {
    font-size: 18px;
  }

  .lp-orgulho .container-content {
    width: 100%;
    padding: 0 10px;
  }

  section.lp----menu .menu ul li a {
    font-size: 14px;
    padding: 0;
  }

  section.lp-hero {
    height: 700px;
    background: url(images/bg-hero-mobile.png) no-repeat center;
    text-align: center;
    display: flex;
    align-items: end;
  }

  section.lp-hero .container-content {
    height: auto;
  }

  section.lp-hero .container-content .texto {
    width: 100%;
  }

  section.lp-hero figure {
    padding-top: 26px;
  }

  section.lp-hero figure img {
    width: 90%;
  }

  section.lp-faixa .texto {
    width: 100%;
    padding-top: 50px !important;
  }

  section.lp-letras .header h2 {
    width: 100%;
  }

  section.lp-letras .container-content .box {
    width: 80%;
    padding-top: 50 !important;
  }

  section.lp-letras .container-content .box .letter {
    flex-wrap: wrap;
    align-items: normal;
    justify-content: center;
    height: 223px;
    text-align: center;
  }

  section.lp-letras .container-content .box .letter p {
    font-size: 12px;
    padding: 5px;
  }

  section.lp-letras .container-content .box .letter .copy {
    height: 140px;
  }

  section.lp-servicos {
    background: url(images/bg-servicos-mobile.png) no-repeat center;
  }

  section.lp-servicos .servicos .cb {
    display: none;
  }

  section.lp-servicos .servicos .lp-box .box {
    margin-right: 0 !important;
    width: calc(100% / 2);
  }

  section.lp-servicos {
    height: auto;
  }

  section.lp-servicos h2 {
    text-align: center;
    padding-top: 0 !important;
  }

  section.lp-servicos .servicos .lp-box .box.mob {
    display: block;
  }

  section.lp-mosaico .container-content {
    height: auto;
    padding: 100px 20px;
  }

  section.lp-mosaico .container-content .box {
    width: calc(100% / 1);
    padding-bottom: 30px;
  }

  section.lp-mosaico .container-content img {
    width: 90%;
  }

  section.lp-videos iframe {
    width: 100%;
  }

  section.footer .container-content {
    height: 250px;
    text-align: center;
  }

  section.footer .container-content h2 {
    padding: 20px 0 !important;
  }

  section.lp-faixa .texto {
    width: 80%;
  }
}
