﻿/* FONTES */
@import url("https://fonts.googleapis.com/css2?family=Montserrat Alternates:wght@700;800&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
/*
    font-family: 'Montserrat Alternates', sans-serif;
    font-family: 'Roboto', sans-serif;

    Montserrat Alternates
    - bold        -> 700
    - extrabold   -> 800

    Roboto
    - regular     -> 400
    - bold    -> 700
*/

/* VARIÁVEIS */
:root {
  --gray-0: #f2f2f2;
  --gray-1: #efecf0;
  --gray-2: #e2dee4;
  --gray-3: #aea6a3;
  --gray-4: #706e6e;
  --yellow: #fdc334;
  --gold: #cd9539;
  --blue: #183660;
  --red: #ce0032;
  --green: #13ac0e;
  --pink: #bd024e;
  --purple: #a80030;
  --wine: #9d0040;
  --white: #ffffff;
  --black: #000000;
  --dummy: #ffcc00;
}

/* MAIN */
main {
  background: rgba(247, 242, 231, 1);
}

.monly {
  display: none !important;
}

/* GERAL */
html,
body {
  height: auto;
  width: 100%;
  overflow-x: hidden;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: var(--gray-4);
  scroll-behavior: smooth;
}
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus {
  outline: 0;
  outline-width: 0;
  border: none;
  text-decoration: none;
}
a {
  text-decoration: none;
}
h1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 3.2em;
  font-weight: 800;
}
h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 4em;
  font-weight: 800;
}
h3 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.8em;
  font-weight: 800;
}
h4 {
  font-size: 2.4em;
  font-weight: 800;
  margin-bottom: 15px;
}
p {
  font-size: 1.6em;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.img {
  width: 100%;
  text-align: center;
}
.img img {
  width: 100%;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

details {
  transition: all linear 0.3s;
}

details[disabled] {
  background: gray !important;
  cursor: none !important;
  border: gray !important;
}

button[disabled] {
  background-color: gray !important;
  cursor: default !important;
}
button[disabled]:hover {
  background-color: gray !important;
  cursor: default;
  margin: 0px !important;
  transition: none !important;
}
button:hover {
  background: rgba(247, 185, 67, 1) !important;
  margin: 5px 0;
  transition: all 0.5s ease;
}

/* NAV */
nav {
  position: absolute;
  width: 100%;
  z-index: 2;
}
nav .holder {
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
}
nav .holder .logo {
  position: relative;
  z-index: 2;
}

nav .holder .menu a {
  color: rgba(247, 242, 231, 1);
  padding: 0;
  margin: 0 15px;
  transition: all 0.5s ease;
  font-family: Barlow;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  border-right: 0.5px solid #000;
  padding-right: 30px;
}

nav .holder .menu a:last-child {
  border-right: 0px;
}
nav .holder .menu a:hover {
  color: var(--yellow);
}
nav.universidade-gratuita .holder .row {
  gap: 10px;
}
nav .bt-menu {
  position: absolute;
  right: 15px;
  top: 37px;
  display: none;
}
nav .bt-menu a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
}
nav .bt-menu .bar {
  width: 27px;
  height: 3px;
  background: var(--white);
  margin-bottom: 5px;
  border-radius: 3px;
}
nav .bt-menu .bar-1 {
  transform: rotate(0);
  transition: all 0.2s ease;
}
nav .bt-menu .bar-2 {
  opacity: 1;
  transition: all 0.2s ease;
}
nav .bt-menu .bar-3 {
  transform: rotate(0);
  transition: all 0.2s ease;
}

nav.open .bt-menu .bar {
  background: var(--white);
}
nav.open .bt-menu .bar-1 {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  transition: all 0.2s ease;
  margin-right: 0;
  margin-top: 0px;
  width: 30px;
}
nav.open .bt-menu .bar-2 {
  opacity: 0;
  transition: all 0.2s ease;
}
nav.open .bt-menu .bar-3 {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  transition: all 0.2s ease;
  margin-left: 0;
  margin-top: 0px;
  width: 30px;
}
nav.open .menu-mobile {
  top: 0;
}

nav.universidade-gratuita .holder .logo img {
  width: 100px;
  margin-right: 20px;
}
nav.universidade-gratuita .holder .row.desktop-only {
  display: flex;
}

footer .logos img.logo-gov {
  width: 8% !important;
}

@media (min-width: 991.98px) {
  nav.universidade-gratuita .container {
    display: flex;
    justify-content: center;
  }
}

nav.universidade-gratuita .holder {
  padding-top: 0;
  background: rgba(12, 59, 93, 1);
  border-radius: 0 0 30px 30px;
  height: 72px;
  justify-content: center;
  gap: 5%;
  width: 1600px;
}

nav.universidade-gratuita .holder .logo-universidade-2 img {
  width: 45px;
}
nav.universidade-gratuita .holder .logo-universidade img {
  width: 36px;
}

/*' 'CONTEÚDO */
main .topo {
  background-image: url("../../images/lp/catolica-001 1.png"),
    linear-gradient(1deg, #651028 3.35%, rgb(81 8 28 / 93%) 50%);
  background-repeat: no-repeat, no-repeat;
  background-position-y: 0%;
  background-position-x: 9%;
  background-size: 100%;
}
main .bloco-inicial .col-lg-12 {
  padding-top: 105px;
}

main .topo.full .inicio {
  padding-left: 50px;
  position: relative;
  bottom: 180px;
}

main .topo.full .formulario {
  background: linear-gradient(0deg, #0c3b5d, #0c3b5d),
    linear-gradient(99.47deg, #e42141 -18.43%, #651028 67.93%);
  border-radius: 50px;
  padding: 30px;
  margin: 10px;
  width: 48%;
  height: 100%;
  position: relative;
  border: 4.26px solid rgb(228, 33, 65);
  left: 4%;
}

main .topo.full .formulario .form {
  width: 520px;
}

main .topo.full .formulario .form p {
  font-family: Barlow;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

main .topo.full {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 820px;
}

main .topo.full .overlay {
  height: 130%;
  width: 100%;
  background: linear-gradient(1deg, #651028 12.35%, rgb(101 16 40 / 80%) 66%);
  position: absolute;
  overflow: 72%;
}

main .bloco-inicial {
  position: relative;
  top: 150px;
}

main .topo .holder {
  padding: 160px 0 90px 0;
  position: relative;
}
main .topo .holder:before {
  content: "";
  position: absolute;
  left: -73px;
  bottom: 75px;
  width: 48px;
  height: 48px;
  border: solid 2px var(--yellow);
  border-radius: 50%;
}
main .topo h1 {
  color: var(--white);
  letter-spacing: -0.04em;
  text-align: left;
  font-family: Barlow;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  margin: 100px 0px 12px;
}
main .topo h1 strong {
  color: var(--yellow);
  font-weight: 800;
}
span.com-a-catolica {
  font-family: Barlow;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  background: rgba(228, 33, 65, 1);
}
.imagens-topo {
  padding-top: 25%;
  gap: 0px;
}
.imagens-topo .col {
  width: 50%;
}

.imagens-topo .col:first-child {
  margin-right: -31px;
}
.imagens-topo .col:last-child {
  margin-left: -15px;
}

main .topo .form .radio input[type="radio"] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 81%;
  background: var(--white);
  transform: scale(0.01);
  transition: all 0.4s ease;
  opacity: 0;
  transform-origin: 50% 50%;
}
main .topo .form .checkbox input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--white);
  transform: scale(0.01);
  transition: all 0.4s ease;
  opacity: 0;
  transform-origin: 50% 50%;
}

main .topo h2.tempor {
  color: #fff;
  font-size: 24px;
  padding: 10px;
  background: red;
  display: inline-block;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  text-transform: uppercase;
}
main .topo p {
  color: var(--white);
}
main .topo a {
  color: var(--white);
  text-decoration: underline;
}
main .topo a:hover {
  text-decoration: underline;
}
main .topo .bt a {
  text-decoration: none;
}
main .topo .bt a:hover {
  text-decoration: none;
}
main .topo .form p {
  margin-bottom: 15px;
}
main .topo .form .hld-input {
  width: 100%;
  margin-bottom: 10px;
}
main .topo .form .hld-input.flex {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
main .topo .form .hld-input.flex.pl {
  padding-left: 15px;
}
main .topo .form .hld-input input[type="text"] {
  width: 498px;
  border: 0px;
  border-radius: 10px;
  background: none;
  padding: 0 15px;
  font-family: Barlow;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  height: 48.5px;
  text-align: left;
  margin-bottom: 20px;
  background: rgba(247, 242, 231, 1);
  color: black !important;
}
main .topo .form .hld-input input[type="text"]::placeholder {
  color: rgba(175, 175, 175, 1);
}
main .topo .form .hld-input label {
  font-size: 1.5em;
  color: var(--white);
}
main .topo .form ::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}
main .topo .form ::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
main .topo .form :-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
}
main .topo .form :-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
main .topo .form .checkbox {
  position: relative;
  display: block;
  margin-top: 15px;
  padding: 0 0 0 15px;
}
main .topo .form .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  left: 0;
  font-size: 1.4em;
  color: var(--white);
  line-height: 1.2;
  text-align: left;
}
main .topo .form .checkbox input[type="checkbox"] {
  display: none;
}
main .topo .form .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
  background: none;
  border-radius: 2px;
  border: solid 2px var(--white);
}

main .topo .form .checkbox input[type="checkbox"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
main .topo .form .radio {
  position: relative;
  display: block;
  margin: 0 15px;
}
main .topo .form .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  left: 0;
  font-size: 1.6em;
  color: var(--white);
  text-align: left;
}
main .topo .form .radio input[type="radio"] {
  display: none;
}
main .topo .form .radio label:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: -2px;
  background: none;
  border-radius: 50%;
  border: solid 2px var(--white);
}

main .topo .form .radio input[type="radio"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
main .topo .form .bt {
  margin-top: 15px;
}

main .topo .form .bt a {
  margin-top: 15px;
  display: inline-block;
  line-height: 48px;
  border: 2px solid var(--yellow);
  padding: 0 25px;
  border-radius: 48px;
  font-size: 2em;
  color: rgba(101, 16, 40, 1);
  background: rgba(247, 185, 67, 1);
  margin: 5px 0;
  transition: all 0.5s ease;
  font-family: Barlow;
  font-size: 19px;
  border: 1px solid rgba(228, 33, 65, 1);
  font-weight: 800;
  line-height: 25px;
  padding: 5px 15px;
  letter-spacing: 0em;
  text-align: left;
}
main .topo .form .bt a:hover {
  background: var(--yellow);
  color: var(--white);
}
main .topo .form .bt.disabled {
  opacity: 0.5;
  pointer-events: none;
}

section.sobre-programa {
  margin: 0 auto;
  height: 921px;
  width: 100%;
  background: rgba(101, 16, 40, 1);
  padding: 0% 1%;
}
@media screen and (min-width: 1600px) {
  section.sobre-programa {
    margin: 0 auto;
    height: 1010px;
    width: 100%;
    background: rgba(101, 16, 40, 1);
    padding: 0% 1%;
  }
}

@media screen and (min-width: 1900px) {
  section.sobre-programa {
    margin: 0 auto;
    height: 1150px;
    width: 100%;
    background: rgba(101, 16, 40, 1);
    padding: 0% 1%;
  }
  section.criterios .box.b5 {
    width: 621px;
    height: 317px;
  }
}
section.criterios .row {
  margin-bottom: 30px;
}

section.sobre-programa .flex-center {
  margin-bottom: 50px;
  padding-right: 10%;
  gap: 30px;
}

section.sobre-programa .flex-center .w-70 {
  padding: 5% 0% 0%;
}
section.sobre-programa .flex-center .w-70 a {
  z-index: 1;
  position: relative;
}
section.sobre-programa h1 {
  font-family: "Montserrat Alternates";
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
section.criterios .box.b4 {
  height: 290px;
}

section.criterios .box.b5 {
  width: 656px;
  height: 290px;
}

section.criterios .box.b6 {
  width: 656px;
  background: linear-gradient(0deg, #651028, #651028),
    linear-gradient(0deg, #901235, #901235);
  border: 3px solid rgba(144, 18, 53, 1);
}
section.criterios .box.b4 h1,
section.criterios .box.b5 h1,
section.criterios .box.b6 h1 {
  margin-bottom: 35px;
}

section.criterios .titulo:after {
  content: "x";
  background-image: url(../../images/lp/bandeira-listrada.svg);
  width: 92px;
  height: 600px;
  position: absolute;
  margin-top: 40px;
  left: 90%;
}

section.criterios .titulo:before {
  content: "x";
  background-image: url(../../images/lp/bandeira-listrada.svg);
  width: 92px;
  height: 600px;
  position: absolute;
  margin-top: 40px;
  right: 90%;
}

section.criterios .elementos img {
  width: 90%;
  position: relative;
  left: 5%;
}

section.criterios button.btn-elegivel {
  width: 318px;
  height: 56px;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(180deg, #7f142e 0%, #c31d3b 100%);
  margin-bottom: 10px;
}

section.sobre-programa span {
  font-family: Barlow;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(247, 242, 231, 1);
}

section.sobre-programa .col.w-30 {
  background: url(../../images/lp/fundo-amarelo-sobre.png);
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  background-size: 52%;
}

button.btn-saiba {
  width: 200px;
  padding: 5px 0px 10px;
  background: rgba(228, 33, 65, 1);
  border: 0;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(247, 242, 231, 1);
  border-radius: 30px;
  margin: 20px 0;
}

section.sobre-programa .col.w-30 img {
  position: relative;
  bottom: 40px;
  width: 60%;
}

section.sobre-programa .elemento {
  width: 100%;
  height: 550px;
  background: url(https://www.catolicasc.org.br/wp-content/themes/catolicasc_v1/assets/dist/images/lp/xfundo-saiba-elegivel.png.pagespeed.ic.lE5IlXWRRU.webp);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: 0%;
  top: -185px;
  z-index: 0;
  background-size: 18%;
}

.inscricoes {
  margin: 0 auto;
  width: 950px;
  height: 185px;
  text-align: center;
  background: rgba(12, 59, 93, 1);
  border-radius: 50px;
  padding: 30px;
  position: relative;
  bottom: 550px;
}

.inscricoes h3 {
  font-family: "Montserrat Alternates";
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 242, 231, 1);
}

.inscricoes span {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 242, 231, 1);
}

button.btn-elegivel {
  background: linear-gradient(180deg, #651028 0.18%, #e42141 114.09%);
  width: 400px;
  height: 58px;
  border: 5px solid rgba(228, 33, 65, 1);
  border-radius: 50px;
  font-family: Barlow;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  color: rgba(247, 242, 231, 1);
  margin-top: 5px;
}
button.btn-elegivel.off,
button.btn-elegivel.off:hover {
  background: linear-gradient(180deg, #333 0.18%, #ccc 114.09%) !important;
  cursor: default !important;
  border: 4px solid rgba(200, 200, 200, 0.3) !important;
  margin-top: 20px !important;
}

section.criterios {
  width: 1211px;
  margin: 0 auto;
  background: rgba(241, 234, 222, 1);
  padding: 3% 8%;
}

section.criterios h1 {
  font-family: Barlow;
  font-size: 60px;
  font-weight: 800;
  line-height: 71px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(18, 73, 110, 1);
}
section.criterios .titulo img {
  width: 80%;
}

section.criterios .box {
  width: 220px;
  min-height: 175px;
  border: 3px;
  border: 3px solid rgba(12, 76, 107, 1);
  border-radius: 20px;
  background: linear-gradient(132.71deg, #0c3b5d 2.36%, #1a5f89 127.47%),
    linear-gradient(0deg, #0c4c6b, #0c4c6b);
  color: white;
  padding: 0px 30px;
}

section.criterios .box h3 {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.4);
  margin-bottom: 20px;
}

section.criterios span {
  line-height: 18px;
  font-weight: 400;
  font-family: Barlow;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

section.criterios .elementos {
  width: 319px;
  padding: 10px 0px;
}

section.passo-a-passo {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background: rgba(101, 16, 40, 1);
  padding: 5% 5% 10%;
  text-align: center;
}

section.passo-a-passo .row::after {
  content: "";
  background-image: url(https://www.catolicasc.org.br/wp-content/themes/catolicasc_v1/assets/dist/images/lp/bg-passo.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  left: -10%;
  margin: -15% 0px;
  width: 100%;
  height: 100%;
}

section.passo-a-passo .row::before {
  content: "";
  background-image: url(https://www.catolicasc.org.br/wp-content/themes/catolicasc_v1/assets/dist/images/lp/bg-passo-2.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  left: 90%;
  margin: -15% 0px;
  width: 100%;
  height: 100%;
}

section.passo-a-passo .titulo h1 {
  font-family: "Montserrat Alternates";
  font-size: 60px;
  font-weight: 900;
  line-height: 71px;
  letter-spacing: 0em;
  color: rgba(247, 242, 231, 1);
  text-align: center;
}

section.passo-a-passo .titulo span {
  font-family: Barlow;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 242, 231, 1);
}

section.passo-a-passo .imagem {
  position: relative;
  top: 45px;
  z-index: 1;
}

section.passo-a-passo .imagem img {
  width: 66%;
}

section.passo-a-passo .card {
  width: 335px;
  height: 400px;
  color: white;
  padding: 70px 43px 100px 43px;
  position: relative;
}

section.passo-a-passo .card:nth-child(1) {
  background: rgba(91, 14, 38, 1);
}

section.passo-a-passo .card:nth-child(2) {
  background: rgba(84, 13, 35, 1);
}

section.passo-a-passo .card:nth-child(3) {
  background: rgba(71, 10, 32, 1);
}

section.passo-a-passo .card span {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(247, 242, 231, 1);
  min-height: 130px;
}
section.passo-a-passo .card button {
  z-index: 99;
  position: absolute;
  left: 5px;
  bottom: 10px;
  top: auto;
}

section.passo-a-passo button.btn-elegivel {
  width: 95%;
  height: 58px;
  padding-bottom: 5px;
  border: 3px solid rgba(228, 33, 65, 1);
  background: linear-gradient(180deg, #651028 -97.21%, #e42141 129.1%);
  font-family: Barlow;
  font-size: 25px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
}

section.passo-a-passo button.btn-elegivel a {
  color: rgba(247, 242, 231, 1);
}

section.documentos {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 5% 5% 10% !important;
  text-align: center;
  background: linear-gradient(270deg, #072a3f 3.04%, #0c3b5d 75.34%) !important;
}

section.documentos .titulo {
  margin-bottom: 60px;
}

section.documentos .titulo h1 {
  font-family: "Montserrat Alternates";
  font-size: 60px;
  font-weight: 900;
  line-height: 71px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 242, 231, 1);
  margin-bottom: 40px;
}

section.documentos .titulo span {
  font-family: Barlow;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 242, 231, 1);
}

section.documentos .row {
  display: flex;
  justify-content: center;
  gap: 70px;
}
section.documentos .row.flex-center.docs {
  margin-bottom: 80px;
}

section.documentos details summary {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(247, 242, 231, 1);
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(228, 33, 65, 1);
  margin-bottom: 20px;
  padding-right: 10%;
}

section.documentos details p {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(247, 242, 231, 1);
}

section.documentos details {
  width: 541px;
  height: auto;
  padding: 0px;
}

section.documentos details[open] {
  background: rgba(228, 33, 65, 1);
  width: 541px;
  height: 100%;
  padding: 5px;
  margin: 10px 0px;
}

section.documentos details[open] summary::after {
  content: url(../../images/lp/arrow-down.svg);
  font-size: 24px;
  float: right;
}

section.documentos details summary:after {
  content: "+";
  color: rgba(241, 234, 222, 1);
  font-size: 44px;
  float: right;
  position: relative;
  left: 9%;
}

section.documentos .box {
  width: 261px;
  height: 177px;
  padding: 30px 0px;
  border-radius: 20px;
  border: 2px solid rgba(247, 242, 231, 1);
}

section.documentos .box h3 {
  font-family: Barlow;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: rgba(247, 242, 231, 1);
  height: 60px;
}

button.btn-download {
  position: relative;
  top: 35px;
  background: rgba(228, 33, 65, 1);
  font-family: Barlow;
  font-size: 22px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0em;
  color: rgba(247, 242, 231, 1);
  width: 100%;
  height: 50px;
  border: 0px;
  border-radius: 50px;
}

section.duvidas {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 5% 2% 10% !important;
  text-align: center;
  background: rgba(247, 242, 231, 1);
}

section.duvidas .row {
  display: flex;
  justify-content: center;
  gap: 30px;
}

section.duvidas .titulo {
  position: relative;
  right: 8%;
  margin-bottom: 60px;
}

section.duvidas .titulo .w-60 {
  padding-top: 25px;
}

section.duvidas .titulo img {
  width: 60%;
}

section.duvidas .titulo .imagem-esquerda {
  position: relative;
  top: 12%;
  text-align: right;
}

section.duvidas .titulo .col.textos {
  text-align: left;
}

section.duvidas .titulo h1 {
  font-family: Barlow;
  font-size: 60px;
  font-weight: 900;
  line-height: 71px;
  letter-spacing: 0;
  text-align: left;
  margin: 40px 0px 0px;
  color: rgba(228, 33, 65, 1);
}

section.duvidas .titulo span {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(12 59 93);
}

section.duvidas .duvidas {
  margin-bottom: 40px;
  gap: 40px;
}

section.duvidas details summary {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(7, 42, 63, 1);
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(228, 33, 65, 1);
  margin-bottom: 20px;
  padding-right: 15px;
}

section.duvidas details,
section.duvidas details p,
section.duvidas details a {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(7, 42, 63, 1);
}

section.duvidas details {
  width: 541px;
  padding: 0px 40px;
  height: 100%;
}

section.duvidas details[open] {
  background: rgba(255, 255, 255, 1);
  width: 541px;
  height: 100%;
  padding: 25px;
  margin: 10px 0px;
}

section.duvidas details[open] summary:after {
  content: url(../../images/lp/arrow-down-2.svg);
  font-size: 24px;
  float: right;
}

section.duvidas details summary:after {
  content: "+";
  color: rgba(7, 42, 63, 1);
  font-size: 44px;
  float: right;
  position: relative;
  left: 15px;
}

section.duvidas h3 {
  font-size: 20px;
  width: 80%;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: "Barlow";
  color: rgba(228, 33, 65, 1);
}

.row.flex-center.downloads.mobile-only {
  display: none;
}

section.duvidas span.titulo {
  /* background: rgba(228, 33, 65, 1); */
  height: 10px;
  width: 274px;
  padding: 10px;
  border-radius: 20px;
  right: 0px;
  font-family: Barlow;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 242, 231, 1);
}
section.duvidas iframe {
  border-radius: 30px;
}
.tutorial.card {
  background: transparent;
  border: 0px;
  background: rgba(228, 33, 65, 1);
  border-radius: 30px;
}

.tutorial.card a {
  padding: 20px 0px;
}
.tutorial.card a:hover {
  background: #cd1a1a;
  border-radius: 50px;
}
section.cronograma {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 5% 5% 10% !important;
  text-align: center;
  background: rgba(12, 59, 93, 1);
  background-image: url(../../images/lp/bg-cronograma.svg);
  background-repeat: no-repeat;
  background-position-y: -300%;
  background-position-x: -10%;
}

section.cronograma .titulo h2 {
  font-family: Barlow;
  font-size: 40px;
  font-weight: 900;
  line-height: 63px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 185, 67, 1);
  margin-bottom: 30px;
}

section.cronograma .titulo h1 {
  font-family: Barlow;
  font-size: 60px;
  font-weight: 900;
  line-height: 71px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0px;
  color: rgba(255, 255, 255, 1);
}

section.cronograma .bloco {
  margin: 0 auto;
  width: 800px;
  height: auto;
  background: rgba(7, 42, 63, 1);
  border-radius: 25px;
  color: rgba(255, 255, 255, 1);
  padding: 19px 30px;
}

section.cronograma .bloco .row .w-60 {
  border-right: 2px solid rgba(214, 214, 214, 1);
}
section.cronograma .bloco .row .w-40 {
  padding-left: 0;
  text-align: center;
}

section.cronograma .bloco span.legenda {
  position: relative;
  bottom: 8px;
}

/* section.cronograma .bloco .row:nth-child(3) {
  border-bottom: 0px;
} */

section.cronograma .bloco .row {
  font-family: Barlow;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin: 10px 0px 20px;
  display: flex;
  gap: 0px;
  padding-bottom: 7px;
  border-bottom: 2px solid rgba(214, 214, 214, 1);
}

section.cronograma .bloco span.data {
  text-align: center;
}

section.cronograma .bloco-2 h2 {
  font-family: Barlow;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(247, 185, 67, 1);
  margin-bottom: 20px;
}

section.cronograma .bloco-2 summary {
  font-family: Barlow;
  font-size: 22px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
section.cronograma .bloco-2 details {
  width: 791px;
  height: 60px;
  text-align: left;
  margin-bottom: 20px !important;
  padding: 12px 50px;
  background: rgba(7, 42, 63, 1);
  border-radius: 20px;
  margin: 0 auto;
}

section.cronograma .bloco-2 details {
  height: auto;
  padding-right: 10px;
}

section.cronograma details[open] summary:after {
  content: url(../../images/lp/arrow-down-2.svg);
  color: rgba(247, 185, 67, 1);
  font-size: 24px;
  float: right;
}

section.cronograma details summary:after {
  content: "+";
  color: rgba(241, 234, 222, 1);
  font-size: 44px;
  float: right;
}

section.cronograma details[open] {
  background: rgba(228, 33, 65, 1);
  width: 791px;
  height: 100%;
  padding: 25px;
  margin: 10px 0;
  margin: 0 auto;
}

section.cronograma details a {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(247, 242, 231, 1);
}

.border-space {
  margin: 0 auto;
  border-radius: 50px;
  width: 232.8px;
  height: 14.4px;
  background: rgba(221, 221, 221, 1);
  margin-top: 50px;
  margin-bottom: 30px;
}

main .cronograma {
  padding: 80px 0;
  text-align: center;
}
/* main .cronograma h2 { color: var(--black); margin-bottom: 60px; } */
main .cronograma .box {
  padding: 30px 35px;
  border: 4px solid var(--purple);
  border-radius: 12px;
}
main .cronograma .box h3 {
  color: var(--black);
}
main .cronograma .box .bts {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .cronograma .box .bts a {
  display: inline-block;
  border: 2px solid var(--pink);
  padding: 9px 25px;
  text-align: center;
  line-height: 1.2;
  border-radius: 40px;
  font-size: 1.6em;
  color: var(--pink);
  margin: 5px 0;
  transition: all 0.5s ease;
}
main .cronograma .box .bts a:hover {
  background: var(--pink);
  color: var(--white);
}

main .sacday {
  padding: 40px 0 15px 0;
  background: var(--yellow);
  text-align: center;
}
main .sacday h2 {
  color: var(--purple);
  margin-bottom: 30px;
}
main .sacday p {
  margin-bottom: 60px;
}
main .sacday a {
  display: inline-block;
  border: 2px solid var(--purple);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  background: var(--purple);
  color: var(--white);
  margin: 5px 0;
  transition: all 0.5s ease;
}
main .sacday a:hover {
  background: none;
  color: var(--purple);
}

main .faq {
  padding: 50px 0;
  background: var(--gray-1);
}
main .faq h2 {
  color: var(--black);
  margin-bottom: 40px;
}
main .faq h3 {
  margin-bottom: 15px;
}
main .faq .filtro {
  margin-top: 60px;
}
main .faq .filtro .txt {
  font-size: 1.6em;
  color: var(--wine);
  display: inline-block;
}
main .faq .filtro .hld-select {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
main .faq .filtro .hld-select select {
  font-size: 1.6em;
  cursor: pointer;
  color: var(--wine);
  padding: 0 40px 0 16px;
  height: 40px;
  border: solid 2px var(--wine);
  border-radius: 8px;
  background: none;
  display: block;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main .faq .filtro .hld-select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 8px;
  display: block;
  z-index: 2;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: var(--wine);
  font-size: 1.6em;
}
main .faq .img {
  text-align: right;
}
main .faq .img img {
  max-width: 347px;
}
main .faq .hld-grid {
  height: 500px;
  overflow: hidden;
  margin-top: 30px;
  transition: all 1s ease;
}
main .faq .grid {
  flex-wrap: wrap;
}
main .faq .grid .grid-sizer {
  width: 25%;
}
main .faq .grid .box {
  width: 25%;
  padding: 12px;
}
main .faq .grid .box a {
  display: block;
  background: var(--wine);
  border-radius: 12px;
  padding: 45px 15px;
}
main .faq .grid .box a .titulo {
  height: 65px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}
main .faq .grid .box a .hld-bt .bt {
  display: inline-block;
  border: 2px solid var(--white);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  color: var(--white);
  transition: all 0.5s ease;
}
main .faq .grid .box a:hover .hld-bt .bt {
  background: var(--white);
  color: var(--wine);
}
main .faq .hld-bt {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .faq .hld-bt .bt-carregar {
  margin-top: 30px;
}
main .faq .hld-bt .bt-carregar a {
  display: block;
  border: 2px solid var(--wine);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  color: var(--white);
  background: var(--wine);
  transition: all 0.5s ease;
}
main .faq .hld-bt .bt-carregar a:hover {
  background: none;
  color: var(--wine);
}
main .faq.all .hld-grid {
  height: auto;
}
main .faq.all .bt-carregar {
  display: none;
}

main .chamadas {
  padding: 60px 0;
}
main .chamadas .box a {
  display: block;
  border-radius: 12px;
  padding: 40px 25px;
  min-height: 380px;
}
main .chamadas .box a h2 {
  font-size: 3.2em;
}
main .chamadas .box a p {
  margin: 15px 0 25px 0;
}
main .chamadas .box a .hld-bt .bt {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  transition: all 0.5s ease;
}
main .chamadas .box.wine a h2,
main .chamadas .box.wine a p {
  color: var(--white);
}
main .chamadas .box.gray a h2 {
  color: var(--black);
}
main .chamadas .box.gray a p {
  color: var(--gray-4);
}
main .chamadas .box.wine a {
  background: var(--wine);
}
main .chamadas .box.wine a .hld-bt .bt {
  border-color: var(--white);
  color: var(--white);
}
main .chamadas .box.wine a:hover .hld-bt .bt {
  background: var(--white);
  color: var(--wine);
}
main .chamadas .box.gray a {
  background: var(--gray-2);
}
main .chamadas .box.gray a .hld-bt .bt {
  border-color: var(--black);
  color: var(--black);
}
main .chamadas .box.gray a:hover .hld-bt .bt {
  background: var(--black);
  color: var(--white);
}

main .chamadas .full-box {
  display: block;
  border-radius: 12px;
  padding: 40px 25px;
  margin-top: 30px;
}
main .chamadas .full-box h2 {
  font-size: 3.2em;
}
main .chamadas .full-box p {
  margin: 15px 0 25px 0;
}
main .chamadas .full-box p a {
  color: var(--gray-4);
  font-weight: 800;
}
main .chamadas .full-box .hld-bt {
  display: flex;
}
main .chamadas .full-box .hld-bt .bt {
  margin-right: 15px;
}
main .chamadas .full-box .hld-bt .bt a {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  transition: all 0.5s ease;
}
main .chamadas .full-box.wine h2,
main .chamadas .box.wine a p {
  color: var(--white);
}
main .chamadas .full-box.gray h2 {
  color: var(--black);
}
main .chamadas .full-box.gray p {
  color: var(--gray-4);
}
main .chamadas .full-box.wine {
  background: var(--wine);
}
main .chamadas .full-box.wine .hld-bt .bt a {
  border-color: var(--white);
  color: var(--white);
}
main .chamadas .full-box.wine .hld-bt .bt a:hover {
  background: var(--white);
  color: var(--wine);
}
main .chamadas .full-box.gray {
  background: var(--gray-2);
}
main .chamadas .full-box.gray .hld-bt .bt a {
  border-color: var(--black);
  color: var(--black);
}
main .chamadas .full-box.gray .hld-bt .bt a:hover {
  background: var(--black);
  color: var(--white);
}

main .documentos {
  padding-top: 60px;
  background: var(--gray-1);
}
main .documentos h2 {
  color: var(--black);
  margin-bottom: 40px;
}
main .documentos h3 {
  margin-bottom: 15px;
}
main .documentos .img {
  text-align: right;
}
main .documentos .img img {
  max-width: 566px;
}
main .documentos .box-documentos {
  position: relative;
  margin-top: 90px;
}
main .documentos .box-documentos a {
  display: block;
  padding: 40px 0;
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 2;
}
main .documentos .box-documentos a .hld-txt {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .documentos .box-documentos a p {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  color: var(--white);
  transition: all 0.5s ease;
}
main .documentos .box-documentos a .hld-bt .bt {
  display: inline-block;
  border: 2px solid var(--white);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  color: var(--white);
  transition: all 0.5s ease;
}
main .documentos .box-documentos.wine:after {
  content: "";
  width: 60vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--wine);
}
main .documentos .box-documentos.red:after {
  content: "";
  width: 60vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--red);
}
main .documentos .box-documentos a:hover p {
  font-size: 2.4em;
}
main .documentos .box-documentos.wine a:hover .hld-bt .bt {
  background: var(--white);
  color: var(--wine);
}
main .documentos .box-documentos.red a:hover .hld-bt .bt {
  background: var(--white);
  color: var(--red);
}

main .diferenca {
  padding: 60px 0;
  background: var(--gray-1);
}
main .diferenca h2 {
  color: var(--black);
  margin-bottom: 40px;
}
main .diferenca h3 {
  margin-bottom: 15px;
}
main .diferenca .img {
  text-align: right;
}
main .diferenca .img img {
  max-width: 449px;
}
main .diferenca .holder {
  margin-top: 80px;
}
main .diferenca .box a {
  display: block;
  background: var(--wine);
  border-radius: 12px;
  padding: 45px 15px;
  margin-bottom: 30px;
}
main .diferenca .box a .titulo {
  height: 65px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}
main .diferenca .box a .hld-bt {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .diferenca .box a .hld-bt .bt {
  display: inline-block;
  border: 2px solid var(--white);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  color: var(--white);
  transition: all 0.5s ease;
}
main .diferenca .box a:hover .hld-bt .bt {
  background: var(--white);
  color: var(--wine);
}

main .resultado {
  padding: 50px 0 60px 0;
  text-align: center;
}
main .resultado h2 {
  color: var(--black);
  margin-bottom: 40px;
}
main .resultado .box {
  margin-top: 50px;
}
main .resultado .box a {
  display: block;
  padding: 40px;
  border: solid 4px;
  border-radius: 12px;
  border-color: var(--wine);
  background: var(--wine);
  min-height: 305px;
}
main .resultado .box a h3 {
  font-size: 3.2em;
  color: var(--white);
}
main .resultado .box a p {
  margin: 30px 0;
  color: var(--white);
}
main .resultado .box a .hld-bt .bt {
  display: inline-block;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  transition: all 0.5s ease;
}
main .resultado .box.em-breve a {
  border-color: var(--gold);
  background: var(--white);
  pointer-events: none;
}
main .resultado .box.em-breve a h3 {
  color: var(--gold);
}
main .resultado .box.em-breve a p {
  color: var(--gold);
}
main .resultado .box.em-breve a .hld-bt .bt {
  border: 2px solid var(--gold);
  color: var(--white);
  background: var(--gold);
}
main .resultado .box a:hover .hld-bt .bt {
  color: var(--wine);
  background: var(--white);
}

main .depoimentos {
  background: var(--wine);
  padding: 70px 0;
  color: var(--white);
  text-align: center;
}
main .depoimentos .slider {
  margin-top: 60px;
}
main .depoimentos .slider .slide {
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
main .depoimentos .slider .slide .holder:before {
  content: "";
  width: 92px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 30px;
  background: url("../../images/lp/aspas.png") no-repeat top left;
}
main .depoimentos .slider .slide .holder:after {
  content: "";
  width: 92px;
  height: 68px;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url("../../images/lp/aspas.png") no-repeat top left;
  transform: rotate(180deg);
}
main .depoimentos .slider .slide .foto {
  width: 160px;
  height: 160px;
  border: solid 8px var(--white);
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
main .depoimentos .slider .slide p {
  margin: 20px 100px 40px 100px;
}
main .depoimentos .slider .slide h3 {
  font-weight: 700;
}

main .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
main .slick-dots li {
  list-style: none;
  margin: 0 5px;
}
main .slick-dots li button {
  width: 12px;
  height: 12px;
  border: solid 2px var(--white);
  border-radius: 50%;
  padding: 0;
  background: none;
  cursor: pointer;
}
main .slick-dots li.slick-active button {
  background: var(--white);
}

footer {
  text-align: center;
  padding: 40px 0 30px 0;
}
footer a:hover {
  color: var(--wine);
}
footer a img {
  margin-left: 15px;
  margin-top: -10px;
}

/* SCROLL */
.hld-scrl {
  padding: 20px 0;
  position: relative;
}
.nicescroll-rails-vr {
  left: 100%;
}
.nicescroll-rails-vr:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 8px;
  height: 100%;
  background: var(--gray-1);
  z-index: 998;
}
.nicescroll-rails-vr .nicescroll-cursors:after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: var(--purple);
  position: absolute;
  z-index: 999;
  left: 5px;
  top: 0;
}

.modal-content .mdl-scrl {
  padding-right: 30px;
  max-height: calc(90vh - 310px);
}

/* MODAL */
.modal {
  padding-right: 0 !important;
}
.modal .container {
  height: 100vh;
  overflow: hidden;
}
.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
.modal .modal-content {
  border: none;
  padding: 50px 50px 30px 50px;
  box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-height: 90vh;
}
.modal.modal-info .modal-content {
  padding: 70px 50px;
}
.modal.modal-info .modal-content a {
  color: var(--purple);
  font-size: 16px;
}
.modal .modal-dialog {
  max-width: 80%;
}
.modal .bt-fechar {
  position: absolute;
  right: 12px;
  top: 12px;
}
.modal .bt-fechar svg * {
  transition: all 0.5s ease;
}
.modal .bt-fechar:hover .base {
  fill: var(--wine);
}
.modal .bt-fechar:hover .linha {
  stroke: var(--gray-1);
}
.modal .modal-content .modal-body {
  display: flex;
  padding: 0;
}
.modal .modal-content .modal-body .conteudo {
  width: 100%;
}
.modal .modal-content .modal-body .conteudo h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 3.2em;
  font-weight: 800;
  text-align: center;
  color: var(--black);
  margin-bottom: 90px;
}
.modal .modal-content .modal-body .conteudo h3 {
  margin-top: 30px;
}
.modal .modal-content .modal-body .conteudo .wp-block-embed-youtube {
  margin: 0 auto;
  padding-left: 30px;
  text-align: center;
  msax-height: calc(90vh - 310px);
  max-width: 83vh;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  max-height: calc(90vh - 310px) !important;
}
/*.modal .modal-content .modal-body .conteudo .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.modal .modal-content .modal-body .conteudo .wp-block-embed__wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
.modal .modal-content .modal-body .sac {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.modal .modal-content .modal-body .sac .infos {
  flex: 1;
  padding-right: 10vw;
}
.modal .modal-content .modal-body .sac h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 4em;
  font-weight: 800;
  color: var(--purple);
  margin-bottom: 30px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.modal .modal-content .modal-body .sac h3 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 15px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.modal .modal-content .modal-body .sac .img {
  text-align: right;
  width: auto;
}
.modal .modal-content .modal-body .sac .img img {
  max-width: 347px;
}
.modal .modal-content .modal-body .fixo {
  width: 30%;
  padding-right: 15px;
}
.modal .modal-content .modal-body .fixo h2 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 2.4em;
  font-weight: 800;
  color: var(--black);
}
.modal .modal-content .modal-body .fixo .etapas {
  margin-top: 30px;
  font-size: 1.6em;
  color: var(--black);
  display: flex;
  justify-content: flex-start;
}
.modal .modal-content .modal-body .fixo .etapas .hld {
  margin-left: 10px;
  display: flex;
  padding: 4px 2px;
  background: var(--gray-0);
  border-radius: 24px;
}
.modal .modal-content .modal-body .fixo .etapas .hld .bull {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 8px;
  background: var(--gray-3);
}
.modal .modal-content .modal-body .fixo .etapas .hld .bull-mobile {
  display: none;
}
.modal .modal-content .modal-body .etapa {
  width: 70%;
  padding-left: 15px;
  position: relative;
}
.modal .modal-content .modal-body .etapa .inelegivel {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  opacity: 0;
  pointer-events: none;
  color: var(--purple);
  transition: all 0.5s ease;
}
.modal .modal-content .modal-body .etapa .inelegivel.on {
  opacity: 1;
  pointer-events: all;
}
.modal .modal-content .modal-body .etapa .inelegivel .hld-bts {
  display: flex;
  justify-content: center;
}
.modal .modal-content .modal-body .etapa .inelegivel .bt {
  margin: 50px 10px 0 10px;
}
.modal .modal-content .modal-body .etapa .inelegivel .bt a {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  margin: 5px 0;
  transition: all 0.5s ease;
  border-color: var(--gray-3);
  background: none;
  color: var(--gray-3);
  margin-right: 15px;
}
.modal .modal-content .modal-body .etapa .inelegivel .bt a:hover {
  background: var(--gray-3);
  color: var(--white);
}

.modal .modal-content .modal-body .etapa .hld-pergunta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--gray-0);
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 8px;
}
.modal .modal-content .modal-body .etapa .hld-pergunta p {
  margin-bottom: 0;
}
.modal .modal-content .modal-body .etapa .hld-pergunta small {
  line-height: 1;
  font-size: 10px;
  color: var(--purple);
}
.modal .modal-content .modal-body .etapa .hld-mobile {
  display: none;
}
.modal .modal-content .modal-body .etapa .hld-tablet {
  display: none;
}
.modal .modal-content .modal-body .etapa .hld-desk {
  display: flex;
}
.modal .modal-content .modal-body .etapa .txt {
  padding-right: 30px;
}
.modal .modal-content .modal-body .etapa .input {
  display: flex;
  justify-content: flex-end;
}
.modal .modal-content .modal-body .etapa .input input[type="text"] {
  font-size: 1.6em;
  color: var(--purple);
  border: solid 2px var(--purple);
  border-radius: 8px;
  padding: 10px 25px;
  background: none;
  max-width: 80%;
}
.modal .modal-content .modal-body .etapa .input input[type="number"] {
  font-size: 1.6em;
  color: var(--purple);
  border: solid 2px var(--purple);
  border-radius: 8px;
  padding: 10px 25px;
  background: none;
  max-width: 80%;
}
.modal .modal-content .modal-body .etapa .input ::-webkit-input-placeholder {
  color: var(--purple);
  opacity: 1;
}
.modal .modal-content .modal-body .etapa .input ::-moz-placeholder {
  color: var(--purple);
  opacity: 1;
}
.modal .modal-content .modal-body .etapa .input :-ms-input-placeholder {
  color: var(--purple);
  opacity: 1;
}
.modal .modal-content .modal-body .etapa .input :-moz-placeholder {
  color: var(--purple);
  opacity: 1;
}
.modal .modal-content .modal-body .etapa .radio {
  position: relative;
  display: flex;
  margin: 0 15px;
}
.modal .modal-content .modal-body .etapa .radio input[type="radio"] {
  display: none;
}
.modal .modal-content .modal-body .etapa .radio label {
  display: inline;
  font-size: 1.6em;
  color: var(--purple);
  border: solid 2px var(--purple);
  border-radius: 8px;
  padding: 10px 25px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.modal .modal-content .modal-body .etapa .radio label:hover {
  background: var(--purple);
  color: var(--white);
}
.modal
  .modal-content
  .modal-body
  .etapa
  .radio
  input[type="radio"]:checked
  + label {
  background: linear-gradient(74.82deg, #6e0028 -6.61%, #183660 116.06%);
  color: var(--white);
  cursor: default;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
}
.modal
  .modal-content
  .modal-body
  .etapa
  .radio
  input[type="radio"]:checked
  + label:hover {
  background: linear-gradient(74.82deg, #6e0028 -6.61%, #183660 116.06%);
  color: var(--white);
}
.modal .modal-content .modal-body .etapa .hld-select {
  position: relative;
  display: inline-block;
  min-width: 280px;
}
.modal .modal-content .modal-body .etapa .hld-select select {
  font-size: 1.6em;
  cursor: pointer;
  color: var(--purple);
  padding: 0 40px 0 16px;
  height: 40px;
  border: solid 2px var(--purple);
  border-radius: 8px;
  background: none;
  display: block;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 280px;
}
.modal .modal-content .modal-body .etapa .hld-select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 8px;
  display: block;
  z-index: 2;
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: var(--purple);
  font-size: 1.6em;
}
.modal .modal-content .modal-body .etapa .hld-select.grd {
  min-width: 305px;
}
.modal .modal-content .modal-body .etapa .hld-select.grd select {
  min-width: 305px;
}

.modal .modal-content .modal-body .etapa .hld-bts {
  margin-top: 16px;
}
.modal .modal-content .modal-body .etapa .hld-bts a {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  margin: 5px 0;
  transition: all 0.5s ease;
}
.modal .modal-content .modal-body .etapa .hld-bts a.bt-avancar {
  border-color: var(--purple);
  background: var(--purple);
  color: var(--white);
}
.modal .modal-content .modal-body .etapa .hld-bts a.bt-avancar:hover {
  background: none;
  color: var(--purple);
}
.modal .modal-content .modal-body .etapa .hld-bts a.bt-avancar.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.modal .modal-content .modal-body .etapa .hld-bts a.bt-voltar {
  border-color: var(--gray-3);
  background: none;
  color: var(--gray-3);
  margin-right: 15px;
}
.modal .modal-content .modal-body .etapa .hld-bts a.bt-voltar:hover {
  background: var(--gray-3);
  color: var(--white);
}

.modal .modal-content .modal-body .resultado {
  width: 100%;
}
.modal .modal-content .modal-body .resultado h2 {
  text-align: center;
  color: var(--black);
  margin-bottom: 30px;
  font-size: 3.2em;
}
.modal .modal-content .modal-body .resultado p {
  text-align: center;
}
.modal .modal-content .modal-body .resultado p span {
  font-weight: 700;
  color: var(--purple);
}
.modal .modal-content .modal-body .resultado p a {
  color: var(--gray-4);
}
.modal .modal-content .modal-body .resultado p a:hover {
  text-decoration: underline;
  color: var(--purple);
}
.modal .modal-content .modal-body .resultado .hld-bts {
  display: flex;
  justify-content: center;
}
.modal .modal-content .modal-body .resultado .bt {
  margin: 50px 10px 0 10px;
}
.modal .modal-content .modal-body .resultado .bt a {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  margin: 5px 0;
  transition: all 0.5s ease;
  border-color: var(--gray-3);
  background: none;
  color: var(--gray-3);
  margin-right: 15px;
}
.modal .modal-content .modal-body .resultado .bt a:hover {
  background: var(--gray-3);
  color: var(--white);
}
.modal .modal-content .modal-body .resultado .box a {
  display: block;
  border-radius: 12px;
  padding: 40px 25px;
  min-height: 340px;
}
.modal .modal-content .modal-body .resultado .box {
  margin-top: 30px;
}
.modal .modal-content .modal-body .resultado .box a h2 {
  text-align: left;
  margin-bottom: 0;
}
.modal .modal-content .modal-body .resultado .box a p {
  margin: 15px 0 25px 0;
  color: var(--white);
  text-align: left;
}
.modal .modal-content .modal-body .resultado .box a .hld-bt .bt {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  transition: all 0.5s ease;
}
.modal .modal-content .modal-body .resultado .box.wine a h2,
main .chamadas .box.wine a p {
  color: var(--white);
}
.modal .modal-content .modal-body .resultado .box.gray a h2 {
  color: var(--black);
}
.modal .modal-content .modal-body .resultado .box.gray a p {
  color: var(--gray-4);
}
.modal .modal-content .modal-body .resultado .box.wine a {
  background: var(--wine);
}
.modal .modal-content .modal-body .resultado .box.wine a .hld-bt .bt {
  border-color: var(--white);
  color: var(--white);
}
.modal .modal-content .modal-body .resultado .box.wine a:hover .hld-bt .bt {
  background: var(--white);
  color: var(--wine);
}
.modal .modal-content .modal-body .resultado .box.gray a {
  background: var(--gray-2);
}
.modal .modal-content .modal-body .resultado .box.gray a .hld-bt .bt {
  border-color: var(--black);
  color: var(--black);
}
.modal .modal-content .modal-body .resultado .box.gray a:hover .hld-bt .bt {
  background: var(--black);
  color: var(--white);
}
 {
  background: var(--gray-3);
  color: var(--white);
}
.modal .modal-content .modal-body .resultado .infos {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.modal .modal-content .modal-body .resultado .infos a {
  min-height: auto;
}
.modal .modal-content .modal-body .resultado .infos .txt-legal {
  font-size: 1.2em;
  font-style: italic;
}
.modal .modal-content .modal-body .resultado .infos a {
  display: inline-block;
  border: 2px solid;
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  margin: 5px 0;
  transition: all 0.5s ease;
  border-color: var(--gray-3);
  background: none;
  color: var(--gray-3);
  margin-right: 15px;
}
.modal .modal-content .modal-body .resultado .infos a:hover {
  background: var(--gray-3);
  color: var(--white);
}
.modal .modal-content .modal-body .resultado .result {
  display: none;
}
.modal .modal-content .modal-body .resultado .result a {
  text-decoration: underline;
}
.modal .modal-content .modal-body .resultado .situacao.elegivel {
  color: var(--green);
}
.modal .modal-content .modal-body .resultado .situacao.naoelegivel {
  color: var(--red);
}

.modal .modal-content .modal-body .hld-bt {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.modal .modal-content .modal-body .hld-bt a {
  display: block;
  border: 2px solid var(--wine);
  padding: 9px 25px;
  text-align: center;
  border-radius: 40px;
  font-size: 1.6em;
  color: var(--white);
  background: var(--wine);
  transition: all 0.5s ease;
  margin: 0 10px;
}
.modal .modal-content .modal-body .hld-bt a:hover {
  background: none;
  color: var(--wine);
}

.modal .modal-content .modal-body .etapa .etapa-1 {
  display: block;
}
.modal .modal-content .modal-body .etapa .etapa-2 {
  display: none;
}
.modal .modal-content .modal-body .etapa .etapa-3 {
  display: none;
}
.modal .modal-content .modal-body .etapa .etapa-4 {
  display: none;
}
.modal .modal-content .modal-body .etapa .etapa-5 {
  display: none;
}
.modal .modal-content .modal-body .etapa .etapa-6 {
  display: none;
}
.modal .modal-content .modal-body .resultado {
  display: none;
}
.modal .modal-content .modal-body.fase-1 .fixo .etapas .hld .bull:nth-child(1) {
  background: var(--purple);
}

.modal .modal-content .modal-body.fase-2 .fixo .etapas .hld .bull:nth-child(1) {
  background: var(--purple);
}
.modal .modal-content .modal-body.fase-2 .fixo .etapas .hld .bull:nth-child(2) {
  background: var(--purple);
}

.modal .modal-content .modal-body.fase-3 .fixo .etapas .hld .bull:nth-child(1) {
  background: var(--purple);
}
.modal .modal-content .modal-body.fase-3 .fixo .etapas .hld .bull:nth-child(2) {
  background: var(--purple);
}
.modal .modal-content .modal-body.fase-3 .fixo .etapas .hld .bull:nth-child(3) {
  background: var(--purple);
}

.modal .modal-content .modal-body.fase-4 .fixo .etapas .hld .bull:nth-child(1) {
  background: var(--purple);
}
.modal .modal-content .modal-body.fase-4 .fixo .etapas .hld .bull:nth-child(2) {
  background: var(--purple);
}
.modal .modal-content .modal-body.fase-4 .fixo .etapas .hld .bull:nth-child(3) {
  background: var(--purple);
}
.modal .modal-content .modal-body.fase-4 .fixo .etapas .hld .bull:nth-child(4) {
  background: var(--purple);
}

.modal .modal-content .modal-body.fase-5 .resultado {
  display: block;
}

.formHidden {
  display: none;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important;
}

/* MEDIA QUERY */
@media (min-width: 1460px) {
  /* XXL */
}
@media (max-width: 1459.98px) {
  /* XL */
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  /* LG */
  nav .holder .menu a {
    padding: 10px;
    margin: 0 10px;
  }
  main .topo .form .hld-input.flex {
    display: block;
  }
  main .topo .form .hld-input.flex label {
    width: 100%;
  }
  main .topo .form .hld-input.flex .radio {
    display: inline-block;
  }
  main .topo .form .checkbox label br {
    display: none;
  }

  main .faq .grid .grid-sizer {
    width: 33.333%;
  }
  main .faq .grid .box {
    width: 33.333%;
  }

  main .resultado .box p br {
    display: none;
  }

  .modal .modal-dialog {
    max-width: 96%;
  }
  .modal .modal-content .modal-body .resultado p br {
    display: none;
  }
}

section#matricula-especial {
  margin: 0 auto;
  padding: 0% 10% 5%;
  position: relative;
  background-image: url("../../images/lp/csc-bg-matricula.png"),
    linear-gradient(107.69deg, #651028 6.29%, #cb2050 76.56%);
  background-repeat: no-repeat, no-repeat;
  background-position-y: 0%;
  background-position-x: 9%;
  background-size: 100%;
}

section#matricula-especial .row.flex-center.first img {
  width: 90%;
}

section#matricula-especial .col.w-50.first {
  padding: 10% 10% 0% 12%;
  position: relative;
  z-index: 1;
}

section#matricula-especial h1 {
  font-family: Montserrat\Alternates;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff;
}

section#matricula-especial .col.w-50.first span {
  font-family: Barlow;
  font-size: 32px;
  font-weight: 400;
  line-height: 44.84px;
  text-align: left;
  color: white;
}

section#matricula-especial .col.w-50.first span.com-a-catolica {
  font-family: Barlow;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  background: rgba(228, 33, 65, 1);
}

.balao-mensagem {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  background: rgba(241, 234, 222, 1);
  color: rgba(101, 16, 40, 1);
  padding: 5% 10%;
  border-radius: 28px;
  margin-bottom: 5%;
  position: relative;
  z-index: 1;
  margin-right: 12%;
  margin-left: 12%;
}

span.titulo-botao {
  position: relative;
  left: 2%;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 700;
  line-height: 40.84px;
  color: rgba(241, 234, 222, 1);
  width: 35%;
  text-align: center;
  background: rgba(228, 33, 65, 1);
  border-radius: 13px;
  height: auto;
  max-height: 70px;
  min-height: 30px;
  align-content: center;
  margin-bottom: 3%;
  padding: 0;
}

div.second button.botao {
  cursor: pointer;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 400;
  line-height: 40.84px;
  color: rgba(241, 234, 222, 1);
  background: transparent;
  border: 0;
}
.second {
  position: relative;
  z-index: 1;
}
.second a {
  width: 35%;
  text-align: center;
  border-radius: 13px;
  height: auto;
  min-height: 70px;
  max-height: 70px;
  margin-bottom: 3%;
  align-content: center;
  background: rgba(86, 11, 34, 1);
  border: 2.94px solid rgba(229, 33, 65, 1);
}

section#matricula-especial .overlay {
  content: "";
  height: 78%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(101, 16, 40, 0) 0%, #651028 19%);
  z-index: 0;
}

section#matricula-especial img {
  position: relative;
  width: 105%;
  right: 15%;
}

/* MOBILE */
@media (max-width: 991.98px) {
  .logos.mobile-only {
    display: flex !important;
    gap: 10px;
  }
  footer .logos img.logo-gov {
    width: 14% !important;
  }
  .monly {
    display: flex !important;
    justify-content: center !important;
    gap: 0px !important;
    position: relative;
  }

  .monly a img {
    height: 24px !important;
    width: 24px !important;
    position: relative;
  }

  button[disabled] {
    background-color: gray !important;
    cursor: default !important;
    border: gray !important;
  }
  button[disabled]:hover {
    background-color: gray !important;
    cursor: default;
    margin: 0px !important;
    transition: none !important;
    border: gray !important;
  }

  nav.universidade-gratuita .holder .row.sociais .desktop-only {
    display: none;
  }

  nav .holder .menu a {
    border-right: 0px;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  nav.open .holder .menu {
    padding: 50px;
    top: 65px;
    background: rgba(101, 16, 40, 1);
    z-index: 0;
  }

  main .topo {
    background-image: url("../../images/lp/bg-topo-mobile.png"),
      linear-gradient(1deg, #651028 3.35%, rgb(81 8 28 / 93%) 50%);
  }
  main .topo.full .inicio {
    padding-left: 0px;
    padding: 0px 25px 0px;
  }

  main .topo.full .formulario .form p {
    font-family: Barlow;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
  }

  main .topo .form {
    margin-top: 0px;
  }

  span.com-a-catolica {
    font-size: 19.5px;
    display: flex;
    line-height: 28px;
    padding: 0px 0px 5px 5px;
    width: 189px !important;
  }

  main .topo .form .hld-input.flex.pl {
    padding-left: 0px;
    margin-top: 0px;
  }
  main .topo .form .checkbox label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -15px;
    top: 6px;
    background: none;
    border-radius: 2px;
    border: solid 0.55px var(--white);
  }

  main .topo .form .radio label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    background: none;
    border-radius: 15%;
    border: solid 0.55px var(--white);
  }

  main .topo .form .radio label {
    padding-left: 20px;
  }

  button {
    width: 100% !important;
  }
  .w-75,
  .w-60,
  .w-50,
  .w-40,
  .w-25 {
    width: 100% !important;
  }

  nav.universidade-gratuita .holder {
    justify-content: space-between;
    width: auto !important;
    border-radius: 0;
  }
  .logo-universidade.mobile-only img {
    width: 40px !important;
  }
  .logo-universidade-2.mobile-only img {
    height: 42px;
  }
  nav.universidade-gratuita .holder .logo img {
    width: 113px !important;
  }

  section.sobre-programa .row {
    padding: 30px;
    display: block;
  }

  /* .row.flex-center.bloco-inicial > .col-lg-12 .row {
    display: block!important;
} */
  section.passo-a-passo .row::after,
  section.passo-a-passo .row::before,
  section.criterios .titulo:after,
  section.criterios .titulo:before,
  .row.imagens-topo {
    display: none !important;
  }

  main .topo.full .formulario {
    width: 100%;
    height: auto;
    left: 0%;
    top: 0px;
    border: 1px solid rgb(228, 33, 65);
    border-radius: 20px;
    padding: 25px;
    margin: 40px 0px;
  }

  main .topo .form .bt.disabled {
    opacity: 1;
    text-align: center;
  }

  main .topo.full .overlay {
    height: 145%;
  }
  nav .bt-menu {
    position: relative;
    left: 15px;
    top: 15px;
  }

  main .topo.full .formulario .form {
    width: 100%;
  }

  main .topo .form .hld-input {
    margin-bottom: 0px;
  }
  main .topo .form .hld-input input[type="text"] {
    width: 100%;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
    padding: 15px;
    height: 22px;
    border-radius: 5px;
  }

  main .topo .form .hld-input.flex .radio {
    width: 10% !important;
  }

  main .topo .form .bt a {
    text-align: center;
    width: 140px;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0em;
    color: rgba(12, 59, 93, 1);
  }

  main .topo h1 {
    font-size: 38px;
    line-height: 47px;
    margin: 0px 0px 20px;
  }

  section.sobre-programa .col.w-30 img {
    width: 85%;
  }

  section.sobre-programa .col.w-30 {
    background: url(../../images/lp/fundo-amarelo-sobre-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 50px;
    text-align: center;
  }

  section.sobre-programa h1 {
    font-size: 36px;
    line-height: 35px;
  }

  section.sobre-programa span {
    font-size: 13px !important;
    line-height: 18px;
    font-weight: 500;
  }
  section.sobre-programa .elemento {
    width: 100%;
    height: 550px;
    background: url(https://www.catolicasc.org.br/wp-content/themes/catolicasc_v1/assets/dist/images/lp/xfundo-saiba-elegivel.png.pagespeed.ic.lE5IlXWRRU.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 58%;
    position: relative;
    left: 0%;
    top: -185px;
  }

  button.btn-saiba {
    padding: 5px;
    font-size: 15px;
    text-transform: uppercase;
  }

  .inscricoes {
    width: 86%;
    padding: 30px 30px 0px;
    text-align: center;
    bottom: 570px;
    border-radius: 20px;
    height: 198px;
    margin: 0px 30px;
  }

  .inscricoes h3 {
    text-align: left;
    font-size: 18px;
    line-height: 24.3px;
  }

  section.criterios {
    width: 100%;
    background: none;
  }

  section.sobre-programa {
    margin: 0 auto;
    height: 1153px;
    width: 100%;
    background: rgba(101, 16, 40, 1);
    padding: 0% 1%;
  }

  section.sobre-programa .w-70 a {
    z-index: 1;
    position: relative;
  }

  section.sobre-programa .flex-center {
    margin-bottom: 50px;
  }
  section.criterios .row {
    padding: 0px 30px;
    margin-bottom: 0px;
  }

  section.criterios .box {
    width: 100% !important;
    height: 100% !important;
    padding: 1% 10% 10%;
    margin-bottom: 20px;
  }
  section.criterios .titulo,
  section.criterios h1 {
    text-align: center;
  }

  section.criterios .titulo {
    display: flex;
    flex-direction: column-reverse;
  }

  section.criterios .titulo .w-25:after {
    content: " ";
    background-image: url(../../images/lp/bandeira-listrada-mobile.png);
    width: 100%;
    height: 45px;
    position: absolute;
    z-index: 0;
    left: 0;
    margin-top: 45px;
  }

  section.criterios .titulo .w-75 {
    background: rgba(241, 234, 222, 1);
    border-radius: 20px;
    padding: 20px 0px;
    margin-top: -35px;
  }

  section.criterios .titulo img {
    width: 130px;
    z-index: 1;
    position: relative;
  }

  section.criterios h1 {
    font-family: Barlow;
    font-size: 27px;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: -0.04em;
    text-align: center;
  }

  section.criterios .row.flex-between {
    background: rgba(241, 234, 222, 1);
    border-radius: 20px;
    margin: 0px 20px;
    padding: 0px !important;
  }

  section.criterios .elementos .mobile-only {
    display: flex !important;
    width: 92%;
  }

  section.criterios .elementos {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
  }

  section.criterios .elementos div {
    display: flex;
  }

  section.criterios button.btn-elegivel {
    font-family: Barlow;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    border: 2px solid rgba(228, 33, 65, 1);
    height: 44px;
    background: linear-gradient(180deg, #7f142e 0%, #c31d3b 100%);
    letter-spacing: 0em;
    text-align: center;
  }

  section.documentos .titulo {
    margin-bottom: 20px;
  }

  section.documentos .titulo h1 {
    font-family: Montserrat Alternates;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    /* font-size: 37px; */
    /* line-height: 50px; */
    margin: 20px 0px 10px;
    width: 100%;
  }

  section.documentos .titulo span {
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(247, 242, 231, 1);
  }

  section.documentos details summary {
    font-family: Barlow;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }

  section.documentos .row.flex-center.docs {
    margin-bottom: 0px;
    padding: 0px 30px;
  }

  section.documentos .row {
    gap: 0px;
  }

  section.documentos .flex-center.downloads {
    margin: 40px 0px;
    gap: 30px;
  }

  .downloads .desktop-only {
    display: flex !important;
  }
  .downloads .mobile-only {
    display: none !important;
  }

  section.passo-a-passo {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: rgba(101, 16, 40, 1);
    padding: 2% 10% 10%;
    text-align: center;
  }

  section.passo-a-passo .titulo h1 br {
    display: none;
  }

  section.passo-a-passo .titulo h1 {
    font-family: Montserrat Alternates;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0em;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
  }

  /* slick duvidas */
  .row.flex-center.tutoriais.slider-tutoriais.slick-initialized.slick-slider {
    display: flex;
    width: 100%;
  }
  .slick-list {
    padding: 0 20% 0 0 !important;
  }

  .row.flex-center.tutoriais.slider-tutoriais.slick-initialized.slick-slider
    .slick-track {
    opacity: unset !important;
  }

  section.duvidas .titulo {
    display: flex;
    position: unset;
    flex-direction: column-reverse;
    right: 0%;
    margin-bottom: 0px;
  }

  section.duvidas .titulo .imagem-esquerda {
    display: none;
  }

  section.duvidas .titulo .col.textos {
    text-align: center;
    margin-bottom: 60px;
    margin-left: 15px;
  }

  section.duvidas .titulo img {
    width: 50%;
  }
  section.duvidas .titulo .w-40 {
    padding-top: 50px;
  }

  section.duvidas .titulo h1 {
    font-family: Barlow;
    font-size: 57px;
    font-weight: 800;
    line-height: 67px;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(12, 59, 93, 1);
    margin: 0px;
    /* text-align: center; */
    /* line-height: 90px; */
    margin-bottom: 20px;
    /* font-size: 80px; */
  }

  section.duvidas .titulo span {
    font-family: Barlow;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
  }

  section.cronograma .bloco {
    width: 100%;
    height: 100%;
    font-size: 20px !important;
    padding: 40px 40px 1px 40px;
  }
  section.cronograma details summary:after {
    display: none;
  }
  section.duvidas .duvidas {
    gap: 0px;
  }

  section.duvidas details,
  section.duvidas details[open] {
    width: 100%;
    height: 100%;
  }
  section.duvidas details summary {
    font-family: Barlow;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 17%;
  }

  section.duvidas details summary:after {
    left: 50px;
    top: -20px;
  }
  section.documentos details summary:after {
    top: -15px;
  }

  .downloads .mobile-only {
    display: block !important;
  }

  section.documentos .box {
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: none;
    padding: 0px 0px 30px;
  }
  section.documentos .flex-center.downloads h3 {
    font-family: Barlow;
    font-size: 25px;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
  }
  section.documentos .box button.btn-download {
    border: 2px solid rgba(228, 33, 65, 1);
    background: linear-gradient(180deg, #7f142e 0%, #c31d3b 100%);
    font-family: Barlow;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 30px;
  }

  section.documentos .box button.btn-download[disabled] {
    background: gray !important;
    cursor: default !important;
    border: gray !important;
  }

  section.cronograma {
    background-image: none;
    background: rgba(10, 49, 76, 1);
  }

  section.cronograma .bloco .row {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  section.cronograma .titulo {
    margin: 40px 0px;
  }
  section.cronograma .titulo h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
  }
  section.cronograma .titulo h2 {
    font-size: 26px;
  }

  section.cronograma .bloco .row .w-60 {
    border-right: 0px;
  }

  section.cronograma .bloco span.legenda {
    font-size: 19px;
    font-weight: 400;
  }

  section.cronograma .bloco span.data {
    text-align: left !important;
    font-size: 19px;
    color: rgba(247, 185, 67, 1);
    font-weight: 700;
  }

  section.cronograma .bloco .row .w-40 {
    text-align: left;
    padding-left: 0px;
  }

  .border-space {
    background: none;
    width: 80%;
    height: 0px;
  }

  section.cronograma .bloco-2 h2 {
    font-weight: 900;
    text-transform: uppercase;
  }

  section.cronograma .informacoes details {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(10, 70, 106, 1);
    background: rgba(228, 33, 65, 1);
  }

  section.cronograma .informacoes summary {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(247, 242, 231, 1);
  }

  section.documentos details {
    width: 100%;
    height: 100%;
  }
  section.documentos details[open] {
    width: 100%;
    height: 100%;
  }

  section.cronograma .bloco-2 details {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(10, 70, 106, 1);
  }
  section.cronograma .bloco-2 summary {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  section.passo-a-passo .titulo span br {
    display: none;
  }

  section.passo-a-passo .titulo span {
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left !important;
  }
  section.passo-a-passo .imagem img {
    display: none;
  }

  section.passo-a-passo button.btn-elegivel {
    height: 30px;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0em;
    width: 140px !important;
    text-align: center;
  }
  section.passo-a-passo .card:nth-child(2):after {
    content: " ";
    background-image: url(../../images/lp/imagem-passo.png);
    width: 45px;
    height: 498px;
    position: absolute;
    z-index: 99;
    left: -25px;
    margin-top: -65%;
  }
  section.sobre-programa button.btn-elegivel {
    position: absolute;
    height: 55px;
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 1px;
    right: 0%;
    background: linear-gradient(180deg, #7f142e 0%, #c31d3b 100%);
    border: 2px solid rgba(228, 33, 65, 1);
  }

  section.passo-a-passo .card:nth-child(1) a {
    position: relative;
    top: 20px;
  }

  section.passo-a-passo .card {
    width: 100%;
    height: auto;
    min-height: 200px;
    color: white;
    padding: 43px;
    padding-bottom: 50px !important;
    position: relative;
    left: 20px;
  }
  section.passo-a-passo .card button {
    position: relative !important;
  }
  section.passo-a-passo .card span {
    font-family: Barlow;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    min-height: 45px;
  }

  section.passo-a-passo .imagem {
    height: 30px;
  }

  section.passo-a-passo .imagem img {
    width: 95%;
  }

  footer .logos {
    text-align: center;
    gap: 50px;
    padding-left: 20px !important;
    width: 100% !important;
  }

  section.duvidas span.titulo {
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 5px 10px 15px;
    margin: 0px;
  }

  section.duvidas .tutoriais {
    padding: 20px;
  }

  section.duvidas iframe {
    border-radius: 30px;
    width: 100%;
  }

  .tutorial.card {
    margin: 10px;
  }
  /* MD */
  nav .holder {
    padding: 60px 30px 0 30px;
  }
  nav .holder .menu a {
    font-family: Barlow;
    font-size: 33px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.04em;
    text-align: center;
    display: block;
    margin: 5px 0;
    text-align: center;
  }
  main .topo .holder {
    padding: 160px 30px 90px 30px;
    position: relative;
  }
  main .topo h1 br:not(.all) {
    display: none;
  }
  main .topo p br:not(.all) {
    display: none;
  }
  main .topo .form .hld-input.flex {
    display: flex !important;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
  }
  main .topo .form .hld-input.flex label {
    width: 150% !important;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
  }
  main .topo .form .checkbox label br {
    display: inline;
  }
  main .topo h2.tempor {
    margin-top: 30px;
  }

  main .topo .form .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    left: 0px;
    font-weight: 300;
    font-size: 9px;
    color: rgba(247, 242, 231, 1);
    line-height: 10.6px;
    text-align: left;
  }

  main .topo .form .checkbox label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -18px;
    top: 3px;
    background: none;
    border-radius: 2px;
    border: solid 0.66px var(--white);
  }
  main .topo.full {
    height: auto;
  }

  main .sacday {
    padding: 40px 30px 15px 30px;
  }

  main .faq .filtro {
    position: absolute;
    width: 165%;
    margin-top: 15px;
    z-index: 2;
  }
  main .faq .hld-grid {
    height: 560px;
  }
  main .faq .grid {
    margin-top: 50px;
  }
  main .faq .grid .grid-sizer {
    width: 50%;
  }
  main .faq .grid .box {
    width: 50%;
  }

  main .chamadas .box {
    margin-bottom: 15px;
  }
  main .chamadas .box {
    text-align: center;
  }
  main .chamadas .box a {
    min-height: auto;
  }
  main .chamadas .box h2 br {
    display: none;
  }
  main .chamadas .box p br {
    display: none;
  }

  main .chamadas .full-box {
    text-align: center;
    margin-top: 0;
  }
  main .chamadas .full-box {
    min-height: auto;
  }
  main .chamadas .full-box h2 br {
    display: none;
  }
  main .chamadas .full-box p br {
    display: none;
  }
  main .chamadas .full-box .hld-bt {
    justify-content: center;
  }

  main .documentos .img {
    text-align: center;
  }
  main .diferenca .img {
    text-align: center;
  }
  main .diferenca .box {
    margin-bottom: 15px;
  }

  .modal .modal-content {
    padding: 50px 30px 30px 30px;
  }
  .modal .modal-content .modal-body {
    display: block;
  }
  .modal .modal-content .modal-body .sac {
    display: block;
    text-align: center;
  }
  .modal .modal-content .modal-body .sac .img {
    text-align: center;
  }
  .modal .modal-content .modal-body .sac .infos {
    padding-right: 0;
  }
  .modal .modal-content .modal-body .fixo {
    width: 100%;
    padding-bottom: 45px;
    position: relative;
  }
  .modal .modal-content .modal-body .fixo h2 br {
    display: none;
  }
  .modal .modal-content .modal-body .fixo .etapas {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin-top: 0;
  }
  .modal .modal-content .modal-body .etapa {
    width: 100%;
    padding: 0;
  }
  .modal .modal-content .modal-body .resultado a {
    min-height: 455px;
  }
  .modal .modal-content .modal-body .resultado .infos .txt-legal {
    padding-right: 15px;
  }
  .modal .modal-content .modal-body .resultado .infos .txt-legal br {
    display: none;
  }
  .modal .modal-content .modal-body .resultado .bt-reiniciar a {
    white-space: nowrap;
  }

  footer {
    text-align: center;
    padding: 40px 0px 60px;
    background: rgba(247, 242, 231, 1);
  }

  footer.main {
    display: none;
  }

  footer .logos img {
    width: 17% !important;
  }
  footer .logos {
    display: flex;
    gap: 20px;
  }

  section#matricula-especial .row.flex-center {
    display: block;
  }

  section#matricula-especial h1 {
    font-family: Montserrat\Alternates;
    font-size: 36px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
  }

  section#matricula-especial .col.w-50.first span.com-a-catolica {
    font-family: Barlow;
    font-size: 27px;
    font-weight: 600;
    white-space: pre;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    background: rgba(228, 33, 65, 1);
  }

  section#matricula-especial .col.w-50.first {
    padding: 5% 5% 0%;
  }
  section#matricula-especial .col.w-50.first span {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    text-align: left;
    color: #fff;
  }

  .balao-mensagem {
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    background: rgba(241, 234, 222, 1);
    color: rgba(101, 16, 40, 1);
    padding: 5%;
    border-radius: 28px;
    margin-bottom: 5%;
    position: relative;
    z-index: 1;
  }

  section#matricula-especial .overlay {
    height: 80%;
    background: linear-gradient(180deg, rgba(101, 16, 40, 0) 0%, #651028 36%);
  }

  section#matricula-especial .second .row.flex-center.botoes {
    display: flex !important;
  }
  span.titulo-botao {
    padding: 2%;
    min-height: 55px;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: -5px;
    width: 100%;
    left: 0;
    top: 10px;
  }
  .second a {
    width: 100%;
    min-height: 70px;
  }
  div.second button.botao {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  main .topo .form .radio input[type="radio"] + label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 11px;
    height: 11px;
    border-radius: 10%;
    background: var(--white);
    transform: scale(0.01);
    transition: all 0.4s ease;
    opacity: 0;
    transform-origin: 50% 50%;
  }
  main .topo .form .checkbox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--white);
    transform: scale(0.01);
    transition: all 0.4s ease;
    opacity: 0;
    transform-origin: 50% 50%;
  }
  section.sobre-programa .elemento {
    background-size: 65%;
  }
  section.criterios .elementos .mobile-only {
    width: 68%;
  }

  /* XXS */
  h1 {
    font-size: 2.8em;
  }
  h2 {
    font-size: 3.2em;
  }
  h3 {
    font-size: 2.4em;
  }

  nav .holder {
    padding-top: 30px;
  }
  nav .bt-menu {
    display: block;
  }
  nav .holder .menu {
    position: fixed;
    width: 100vw;
    left: 0;
    top: -110vh;
    background: var(--wine);
    padding: 120px 30px 30px 30px;
    transition: all 0.5s ease;
  }

  main .topo .holder {
    padding: 100px 30px 60px 30px;
  }

  main .cronograma h2 br {
    display: none;
  }
  main .cronograma .box {
    margin-bottom: 15px;
  }
  main .cronograma .box .bts {
    height: auto;
  }

  main .sacday p .break {
    display: none;
  }

  main .faq .img {
    display: none;
  }
  main .faq .filtro {
    position: relative;
  }
  main .faq .hld-grid {
    margin-top: 0;
    height: 525px;
  }
  main .faq .grid {
    margin-top: 25px;
  }

  main .documentos .box-documentos.wine:after {
    width: 150vw;
    left: -25vw;
  }
  main .documentos .box-documentos.red:after {
    width: 150vw;
    left: -25vw;
  }
  main .documentos .box-documentos.red {
    margin-top: 0;
  }

  main .depoimentos .slider .slide p {
    margin: 20px 30px 40px 30px;
  }
  .modal .modal-content .modal-body .etapa .hld-pergunta {
    display: block;
  }
  .modal .modal-content .modal-body .etapa .hld-mobile {
    display: none;
  }
  .modal .modal-content .modal-body .etapa .hld-desk {
    display: none;
  }
  .modal .modal-content .modal-body .etapa .hld-tablet {
    display: flex;
  }

  .modal .modal-content .modal-body .etapa .txt {
    padding-right: 0;
  }
  .modal .modal-content .modal-body .etapa .input {
    justify-content: center;
    margin-top: 15px;
  }
  .modal .modal-content .modal-body .resultado a {
    padding: 25px;
    min-height: auto;
  }
  .modal .modal-content .modal-body .resultado h2 {
    margin-bottom: 10px;
    font-size: 2.8em;
  }
  .modal .modal-content .modal-body .resultado .box {
    text-align: center;
    margin-top: 15px;
  }
  .modal .modal-content .modal-body .resultado .box a h2 {
    text-align: center;
  }
  .modal .modal-content .modal-body .resultado .box a p {
    text-align: center;
  }
  .modal .modal-content .modal-body .resultado .box a h2 br {
    display: none;
  }
  .modal .modal-content .modal-body .etapa .hld-bts a.bt-voltar {
    margin-right: 5px;
  }
  .modal .modal-content .modal-body .resultado .infos .txt-legal {
    font-size: 0.8em;
  }

  .modal .modal-content .modal-body .etapa .inelegivel {
    padding: 50px 25px;
  }
  .modal .modal-content .modal-body .etapa .inelegivel .hld-bts {
    flex-direction: column;
  }
  .modal .modal-content .modal-body .etapa .inelegivel .bt {
    margin: 20px 10px 0 10px;
  }

  .modal .modal-content {
    padding: 30px;
  }

  .modal-content .mdl-scrl {
    max-height: calc(90vh - 190px);
  }
  .modal.modal-info .modal-content {
    padding: 40px 15px 30px 30px;
  }
  .modal .modal-content .modal-body .conteudo h2 {
    font-size: 2.8em;
    margin-bottom: 50px;
  }
}
@media (max-width: 568.98px) {
  /* XXXS */

  main .topo .form .hld-input.flex {
    display: block;
  }
  main .topo .form .hld-input.flex label {
    width: 100%;
  }
  main .topo .form .hld-input.flex .radio {
    display: inline-block;
  }
  main .topo .form .checkbox label br {
    display: none;
  }

  main .faq .filtro {
    width: 100%;
  }
  main .faq .filtro .txt {
    display: block;
  }
  main .faq .filtro .hld-select {
    display: block;
    margin-left: 0;
  }
  main .faq .filtro .hld-select select {
    font-size: 1.4em;
  }
  main .faq .grid .grid-sizer {
    width: 100%;
  }
  main .faq .grid .box {
    width: 100%;
  }

  .modal .modal-content .modal-body .sac .img {
    display: none;
  }

  .modal .modal-content .modal-body .fixo {
    margin-bottom: 10px;
  }
  .modal .modal-content .modal-body .fixo h2 {
    font-size: 2em;
  }
  .modal .modal-content .modal-body .fixo .etapas span {
    display: none;
  }
  .modal .modal-content .modal-body .fixo .etapas .hld .bull-mobile {
    display: block;
  }
  .modal .modal-content .modal-body .etapa .hld-bts {
    margin-top: 0px;
  }
  .modal .modal-content .modal-body .etapa .hld-desk {
    display: none;
  }
  .modal .modal-content .modal-body .etapa .hld-tablet {
    display: none;
  }
  .modal .modal-content .modal-body .etapa .hld-mobile {
    display: block;
  }
  .modal .modal-content .modal-body .etapa .hld-pergunta p {
    font-size: 1.4em;
  }

  .modal .modal-content .modal-body .etapa .inelegivel .hld-bts {
    margin-top: 0;
  }

  .modal .modal-content .modal-body .etapa .hld-select {
    min-width: 250px;
  }
  .modal .modal-content .modal-body .etapa .hld-select select {
    min-width: 250px;
    font-size: 1.2em;
  }
  .modal .modal-content .modal-body .etapa .hld-select.grd {
    min-width: 250px;
  }
  .modal .modal-content .modal-body .etapa .hld-select.grd select {
    min-width: 250px;
  }

  .modal
    .modal-content
    .modal-body.fase-4
    .fixo
    .etapas
    .hld
    .bull:nth-child(1) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-4
    .fixo
    .etapas
    .hld
    .bull:nth-child(2) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-4
    .fixo
    .etapas
    .hld
    .bull:nth-child(3) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-4
    .fixo
    .etapas
    .hld
    .bull:nth-child(4) {
    background: var(--purple);
  }

  .modal
    .modal-content
    .modal-body.fase-5
    .fixo
    .etapas
    .hld
    .bull:nth-child(1) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-5
    .fixo
    .etapas
    .hld
    .bull:nth-child(2) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-5
    .fixo
    .etapas
    .hld
    .bull:nth-child(3) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-5
    .fixo
    .etapas
    .hld
    .bull:nth-child(4) {
    background: var(--purple);
  }
  .modal
    .modal-content
    .modal-body.fase-5
    .fixo
    .etapas
    .hld
    .bull:nth-child(5) {
    background: var(--purple);
  }

  .modal .modal-content .modal-body.fase-6 .fixo .etapas .hld .bull {
    background: var(--purple);
  }

  .modal .modal-content .modal-body.fase-5 .resultado {
    display: none;
  }
  .modal .modal-content .modal-body .resultado h2 {
    font-size: 2em;
  }
  .modal .modal-content .modal-body .resultado a {
    padding: 15px;
    min-height: auto;
  }
  .modal .modal-content .modal-body .resultado .box a .hld-bt {
    margin-top: 15px;
  }
  .modal .modal-content .modal-body .resultado .box h2 {
    font-size: 1.6em;
  }
  .modal .modal-content .modal-body .resultado .box p {
    display: none;
  }
  .modal .modal-content .modal-body .resultado .infos {
    display: block;
  }
  .modal .modal-content .modal-body .resultado .infos .bt-reiniciar {
    text-align: center;
  }
  .modal .modal-content .modal-body .resultado .box a .hld-bt .bt {
    font-size: 1.4em;
  }
  .modal .modal-content .modal-body .resultado .infos {
    margin-top: 10px;
  }
  .modal .modal-content .modal-body .resultado .infos .txt-legal {
    margin-bottom: 10px;
  }

  .modal .modal-content {
    padding: 40px 15px 15px 15px;
    overflow-y: scroll;
    height: auto;
  }
  .modal-content .mdl-scrl {
    max-height: calc(90vh - 150px);
  }
  .modal.modal-info .modal-content {
    padding: 40px 15px 30px 15px;
  }
  .modal .modal-content .modal-body .conteudo h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .page-content h6 {
    font-size: 0.875rem;
  }
}
.page-content--center-block {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
footer.main {
  border-bottom: 15px solid transparent;
}
footer.main .sep {
  margin: 30px 0 75px;
  border-top: 3px solid #eeedf0;
}
footer.main .footer-canais .item-atendimento {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  color: #767676;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.main .footer-canais .item-atendimento:hover {
  background: #f6f6f6;
}
footer.main .footer-canais .item-atendimento .ico {
  display: block;
  max-width: 50px;
  margin: auto;
  height: 50px;
  position: relative;
}
footer.main .footer-canais .item-atendimento .ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
footer.main .footer-canais .item-atendimento h3 {
  color: #9b1536;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
footer.main .footer-canais .item-atendimento .description a {
  color: #999;
}
footer.main .footer-canais .item-atendimento .description a:hover {
  color: #9b1536;
}
footer.main .footer_unidades .unidades-list {
  width: 100%;
}
footer.main .footer_unidades .unidades-list .item {
  width: 100%;
  padding: 0 15px;
}
footer.main .footer_unidades .unidades-list .item h5 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #9b1536;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
}
footer.main .footer_unidades .unidades-list .item ul {
  margin: 0;
  padding: 0;
}
footer.main .footer_unidades .unidades-list .item ul li {
  padding-top: 15px;
  font-size: 0.8rem;
  list-style: none;
}
footer.main .footer_unidades .unidades-list .item ul li:first-child {
  padding-top: 0;
}
footer.main .footer_unidades .unidades-list .item ul li h6 {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
}
footer.main .footer_unidades .unidades-list .item ul li h6 .tag {
  text-transform: none;
}
footer.main .footer_unidades .unidades-list .item ul li address {
  font-style: normal;
}
footer.main .footer_unidades .unidades-list .item ul li address a {
  color: #767676;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.main .footer_unidades .unidades-list .item ul li address a:hover {
  color: #9b1536;
}
footer.main .footer_unidades .unidades-list .slick-arrow {
  position: absolute;
  top: 50%;
}
footer.main .footer_menus {
  padding-bottom: 75px;
}
footer.main .footer_menus .widget-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer.main .footer_menus .widget-menu h5 {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
footer.main .footer_menus .widget-menu ul.menu {
  margin: 0;
  padding: 0;
}
footer.main .footer_menus .widget-menu ul.menu li {
  list-style: none;
  font-size: 0.8rem;
  display: block;
  padding: 5px 0;
}
footer.main .footer_menus .widget-menu ul.menu li a {
  color: #767676;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer.main .footer_menus .widget-menu ul.menu li a:hover {
  color: #9b1536;
}
footer.main .footer_menus .widget-menu .menu-outros-container ul.menu li {
  text-transform: uppercase;
  font-weight: bold;
}
footer.main .footer_menus .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  footer.main .footer_menus .socials {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
footer.main .footer_menus .socials li {
  list-style: none;
  padding: 5px;
}
footer.main .footer_menus .socials li a {
  color: #282828;
  font-size: 22px;
}
footer.main .footer_menus .socials li a:hover {
  color: #9b1536;
}
footer.main .logos-footer {
  padding-bottom: 75px;
}
footer.main .logos-footer img {
  width: auto;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
footer.main .logos-footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.main .logos-footer .container .logos-parceiros {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
  order: 1;
}
@media screen and (min-width: 992px) {
  footer.main .logos-footer .container .logos-parceiros {
    order: 0;
    flex: 1 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
footer.main .logos-footer .container .logos-parceiros a {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 992px) {
  footer.main .logos-footer .container .logos-parceiros a {
    width: calc((100% - 140px) / 7);
  }
}
@media screen and (min-width: 1400px) {
  footer.main .logos-footer .container .logos-parceiros a {
    width: calc((100% - 140px) / 7);
  }
}
footer.main .logos-footer .container .logos-parceiros a img {
  width: 100%;
}
footer.main .logos-footer .container .logos-parceiros img {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 992px) {
  footer.main .logos-footer .container .logos-parceiros img {
    width: calc((100% - 140px) / 7);
  }
}
@media screen and (min-width: 1400px) {
  footer.main .logos-footer .container .logos-parceiros img {
    width: calc((100% - 140px) / 7);
  }
}

footer .logos {
  gap: 50px;
  padding: 2%;
  width: 1400px;
}

footer .logos img {
  width: 10%;
  height: 10%;
}

footer .buttons {
  display: none;
}

footer.main {
  border-bottom: 15px solid transparent;
}

footer.main .sep {
  margin: 30px 0 75px;
  border-top: 3px solid #eeedf0;
}

footer.main .footer-canais .item-atendimento {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  color: #767676;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer.main .footer-canais .item-atendimento:hover {
  background: #f6f6f6;
}

footer.main .footer-canais .item-atendimento .ico {
  display: block;
  max-width: 50px;
  margin: auto;
  height: 50px;
  position: relative;
}

footer.main .footer-canais .item-atendimento .ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

footer.main .footer-canais .item-atendimento h3 {
  color: #9b1536;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

footer.main .footer-canais .item-atendimento .description a {
  color: #999;
}

footer.main .footer-canais .item-atendimento .description a:hover {
  color: #9b1536;
}

footer.main .footer_unidades .unidades-list {
  width: 100%;
}

footer.main .footer_unidades .unidades-list .item {
  width: 100%;
  padding: 0 15px;
}

footer.main .footer_unidades .unidades-list .item h5 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #9b1536;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
}

footer.main .footer_unidades .unidades-list .item ul {
  margin: 0;
  padding: 0;
}

footer.main .footer_unidades .unidades-list .item ul li {
  padding-top: 15px;
  font-size: 0.8rem;
  list-style: none;
}

footer.main .footer_unidades .unidades-list .item ul li:first-child {
  padding-top: 0;
}

footer.main .footer_unidades .unidades-list .item ul li h6 {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
}

footer.main .footer_unidades .unidades-list .item ul li h6 .tag {
  text-transform: none;
}

footer.main .footer_unidades .unidades-list .item ul li address {
  font-style: normal;
}

footer.main .footer_unidades .unidades-list .item ul li address a {
  color: #767676;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer.main .footer_unidades .unidades-list .item ul li address a:hover {
  color: #9b1536;
}

footer.main .footer_unidades .unidades-list .slick-arrow {
  position: absolute;
  top: 50%;
}

footer.main .footer_menus {
  padding: 0px 0px 75px 45px;
}

footer.main .footer_menus .widget-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}

footer.main .footer_menus .widget-menu h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #767676;
}

footer.main .footer_menus .widget-menu ul.menu {
  margin: 0;
  padding: 0;
}

footer.main .footer_menus .widget-menu ul.menu li {
  list-style: none;
  font-size: 12px;
  display: block;
  padding: 5px 0;
  text-align: left;
}

footer.main .footer_menus .widget-menu ul.menu li a {
  color: #767676;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.main .footer_menus .widget-menu ul.menu li a:hover {
  color: #9b1536;
}

footer.main .footer_menus .widget-menu .menu-outros-container ul.menu li {
  text-transform: uppercase;
  font-weight: bold;
}

footer nav {
  position: unset;
  width: 100%;
  z-index: 2;
}

.logos-footer,
div#nossas-unidades,
.container.footer-canais {
  display: none;
}
