@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
#linksGovernoModal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 16px 16px 0px;
}
#linksGovernoModal .modal-dialog .modal-content .modal-header .btn-close {
  margin-top: 2%;
  margin-right: 2%;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 0 120px;
}
@media screen and (max-width: 768px) {
  #linksGovernoModal .modal-dialog .modal-content .modal-body {
    padding: 40px 20px;
  }
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .titulo-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .titulo-div img {
  height: 48px;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .titulo-div .titulo {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #linksGovernoModal .modal-dialog .modal-content .modal-body .titulo-div .titulo {
    font-size: 20px;
  }
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div {
  width: 100%;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div table tr th {
  display: flex;
  justify-content: center;
  align-items: center;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div table tr th a {
  color: #000;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div table tr th a:hover {
  color: #568328;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div table tr th a:hover svg {
  stroke: #568328;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div table tr th a:focus {
  color: #000;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div table tr th a:focus svg {
  stroke: #000;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div .table tr:last-child th,
#linksGovernoModal .modal-dialog .modal-content .modal-body .links-div .table tr:last-child td {
  border-bottom: none;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .copyright-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .copyright-div h3 {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .copyright-div .redes-sociais-governo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .copyright-div .redes-sociais-governo a {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 18px;
  background: #7AB934;
}
#linksGovernoModal .modal-dialog .modal-content .modal-body .copyright-div .redes-sociais-governo a:hover {
  background: #568328;
}

#header-governo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}
#header-governo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  transform: translateY(0px);
  max-width: 1440px;
}
#header-governo .logo-governo {
  text-decoration: none;
}
#header-governo .titulo-governo {
  cursor: pointer;
  color: #FFF;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #header-governo .titulo-governo {
    font-size: 24px;
  }
}
#header-governo .secretaria-governo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  height: 100%;
}
#header-governo .secretaria-governo .secretaria-nome {
  color: #FFF;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
#header-governo .secretaria-governo .links-governo-btn {
  background-color: transparent;
  border: 0px;
  outline: 0px;
}

/* ========== RESET E BASE ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* ========== HEADER ========== */
.topo {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(12px);
}
.topo .logo-header-mobile {
  width: 149px;
}
.topo .navbar-toggler {
  border: none;
}
.topo .container-header {
  margin: 0 auto;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
}
.topo .container-header .menu-principal ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.topo .container-header .menu-principal ul li {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.topo .container-header .menu-principal ul li:nth-child(3) {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
}
.topo .container-header .menu-principal ul li:nth-child(3)::after {
  content: "⌄";
  font-size: 22px;
  position: absolute;
  right: 0;
  top: -3px;
}
.topo .container-header .menu-principal ul li .sub-menu {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 0;
  box-shadow: 5px 5px 25px #d3d3d3, -5px -5px 25px #ededed;
  position: absolute;
  top: 40px;
  width: 225px;
  max-width: 225px;
  display: flex;
  flex-direction: column;
  display: none;
}
.topo .container-header .menu-principal ul li .sub-menu.active {
  display: block;
}
.topo .container-header .menu-principal ul li .sub-menu li {
  font-size: 12px;
  width: 100%;
}
.topo .container-header .menu-principal ul li .sub-menu li:nth-child(3)::after {
  content: "";
}
.topo .container-header .botao-matricula {
  width: 169px;
  height: 44px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 80px;
  background: linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.topo .navbar-collapse {
  height: 100vh;
  padding: 0 32px;
  margin-top: 48px;
}
.topo .navbar-collapse .nav-links {
  padding: 0;
}
.topo .navbar-collapse .nav-links li {
  padding: 25px 20px;
  font-weight: 500;
}
.topo .navbar-collapse .nav-links li:nth-child(3) {
  position: relative;
}
.topo .navbar-collapse .nav-links li:nth-child(3)::after {
  content: "⌄";
  font-size: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
.topo .navbar-collapse .nav-links .sub-menu {
  padding-left: 25px;
  padding-top: 25px;
  display: none;
}
.topo .navbar-collapse .nav-links .sub-menu.active {
  display: block;
}
.topo .navbar-collapse .nav-links .sub-menu li {
  padding: 15px 0;
}
.topo .navbar-collapse .nav-links .sub-menu li:last-child {
  padding-bottom: 0;
}
.topo .navbar-collapse .nav-links .sub-menu li::after {
  content: "";
}

.botao-matricula.menu-mobile {
  width: 169px;
  height: 44px;
  margin-left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 80px;
  background: linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
}

footer .container {
  border-bottom: solid 1px #f1f1f1;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .container img {
  filter: grayscale(100%);
  opacity: 0.4;
}
footer .container .termos {
  font-size: 14px;
}

.rodape {
  background-color: #303030;
  padding: 40px 0;
  font-family: "Roboto", sans-serif;
}
.rodape .ctn-logo {
  border-bottom: solid 1px #ccc;
  padding-bottom: 28px;
  margin-bottom: 32px;
}
.rodape .info {
  color: #FFF;
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 32px;
}
.rodape .info h3 {
  font-size: 18px;
  font-weight: 600;
}
.rodape .info ul li {
  padding: 7px 0;
}
.rodape .info #menu-menu-principal-2 {
  padding: 0px;
}
.rodape .info .menu ul {
  padding: 0px;
}
.rodape .info .menu .sub-menu {
  display: none;
}
.rodape .info .menu, .rodape .info .contact, .rodape .info .external-links {
  width: 100%;
  max-width: 379px;
}
.rodape .info .menu .label, .rodape .info .contact .label, .rodape .info .external-links .label {
  font-weight: 400;
  margin-bottom: 0;
}
.rodape .info .menu .value, .rodape .info .contact .value, .rodape .info .external-links .value {
  font-weight: 600;
}
.rodape .redes-sociais {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  margin-bottom: 32px;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .rodape .redes-sociais {
    flex-direction: column;
  }
}
.rodape .redes-sociais h3, .rodape .redes-sociais p {
  color: #fff;
}
@media screen and (max-width: 820px) {
  .rodape .redes-sociais h3, .rodape .redes-sociais p {
    text-align: center;
  }
}
.rodape .redes-sociais .social-media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 820px) {
  .rodape .redes-sociais .social-media {
    width: 100%;
    max-width: 335px;
  }
}
.rodape .redes-sociais .provisorio .arrobas {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 821px) {
  .rodape .redes-sociais .provisorio {
    text-align: right;
  }
}
.rodape .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .rodape .copyright {
    flex-direction: column;
    gap: 32px;
  }
}
.rodape .copyright p {
  color: #fff;
}
@media screen and (max-width: 820px) {
  .rodape .copyright p {
    text-align: center;
  }
}
.rodape .copyright .gov-logos {
  display: flex;
  gap: 24px;
}

#modal-form-inscricao .modal-dialog {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#modal-form-inscricao .modal-dialog input, #modal-form-inscricao .modal-dialog select {
  border-radius: 20px;
  height: 59px;
  margin-bottom: 15px;
}
#modal-form-inscricao .modal-dialog .modal-header {
  border: none;
}
#modal-form-inscricao .modal-dialog .modal-body .modal-title {
  font-size: 36px;
  font-weight: 700;
}
#modal-form-inscricao .modal-dialog .modal-body h2 {
  font-size: 20px;
  font-weight: 300;
}
#modal-form-inscricao .modal-dialog .modal-body .btn-close {
  font-size: 14px;
}
#modal-form-inscricao .modal-dialog label {
  font-weight: 600;
  opacity: 0.8;
}
#modal-form-inscricao .modal-dialog .botao-inscricao {
  border: none;
  border-radius: 26px;
  color: #fff;
  font-weight: 600;
  height: 48px;
  margin-top: 10px;
  background: #2CA942;
  background: linear-gradient(90deg, rgb(44, 169, 66) 0%, rgb(85, 177, 58) 52%, rgb(82, 185, 52) 100%);
}

#modal-pre-inscricao .modal-dialog .modal-content {
  padding: 15px;
  min-height: 50%;
  overflow-y: auto;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 0;
  padding: 0;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-header h1 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 38px;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-header p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: unset;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-body .pre-inscricao-sucesso {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* Botão OK */
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-body .pre-inscricao-sucesso h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-body .pre-inscricao-sucesso p {
  font-size: 16px;
  color: #555;
  margin: 0 auto 30px auto;
  line-height: 1.5;
  max-width: 460px;
}
#modal-pre-inscricao .modal-dialog .modal-content .modal-body .pre-inscricao-sucesso .btn-ok {
  display: inline-block;
  background: linear-gradient(90deg, #4CAF50, #3ca042);
  padding: 10px 25px;
  color: white;
  border-radius: 20px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 1024px) {
  #modal-pre-inscricao .modal-dialog {
    max-width: 764px;
    width: 100%;
  }
  #modal-pre-inscricao .modal-dialog .modal-content header h1 {
    font-size: 40px;
  }
}

#sctec-pre-inscricao-fb9070e07eb47c271926 {
  width: 100% !important;
}
#sctec-pre-inscricao-fb9070e07eb47c271926 .bricks-form__input {
  border-radius: 10px !important;
  height: 44px !important;
}
#sctec-pre-inscricao-fb9070e07eb47c271926 #rd-form-min76apw .with-select-flags > .phone-input-group > .phone {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  width: 100% !important;
}
#sctec-pre-inscricao-fb9070e07eb47c271926 .select2-container.form-control.phone-country {
  display: none !important;
}
#sctec-pre-inscricao-fb9070e07eb47c271926 .rd-button {
  border-radius: 50px !important;
  min-width: auto !important;
  width: auto !important;
  padding: 0 30px !important;
  background: linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%) !important;
}
#sctec-pre-inscricao-fb9070e07eb47c271926 #rd-static_text-mixgv3am {
  padding: 0 10px !important;
  text-align: center !important;
  margin-top: 20px !important;
}

@media screen and (min-width: 821px) {
  .rodape .info {
    display: flex;
    justify-content: space-between;
  }
  .rodape .politica .selo-gov {
    width: 150px;
  }
  #modal-pre-inscricao .modal-dialog .modal-content .modal-header h1 {
    font-size: 40px;
  }
  #sctec-pre-inscricao-fb9070e07eb47c271926 #rd-static_text-mixgv3am {
    padding: 0 100px !important;
  }
}
.ctn-contato {
  padding: 130px 0;
  border-bottom: solid 1px #f1f1f1;
}
.ctn-contato h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding-right: 50px;
}
.ctn-contato .card-parceiros {
  border-radius: var(--radius-radius-lg, 24px);
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(267deg, #DD2636 0%, #EF3576 97.5%);
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  height: 203px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
}
.ctn-contato .card-parceiros h3 {
  font-size: 96px;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  line-height: 70px;
}
.ctn-contato .card-parceiros p {
  font-size: 18px;
  font-weight: 600;
}
.ctn-contato .card-meeting {
  width: 100%;
}
.ctn-contato .list-items li {
  margin-bottom: 40px;
}
.ctn-contato .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: #FFF;
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ctn-contato .card-icon img {
  width: 32px;
  height: 32px;
}
.ctn-contato .box-info {
  width: calc(100% - 60px);
}
.ctn-contato .box-info .info-title {
  font-size: 20px;
  font-weight: 600;
}
.ctn-contato .box-info .info-description {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 27px;
}
.ctn-contato .acoes {
  margin-top: 64px;
  margin-bottom: 64px;
}
.ctn-contato .acoes .list-acoes li {
  margin-top: 26px;
}
.ctn-contato .acoes .list-acoes li p {
  opacity: 0.5;
}
.ctn-contato .acoes h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 30px;
}
.ctn-contato .form-contato {
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%), linear-gradient(276deg, #06B66D 4.95%, #0196FF 75%);
  padding-top: 64px;
}
.ctn-contato .form-contato h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}
.ctn-contato .form-contato .ctn-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px;
}
.ctn-contato .form-contato .ctn-form .wpforms-field-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctn-contato .form-contato .ctn-form .wpforms-field-label {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.ctn-contato .form-contato .ctn-form .wpforms-field {
  width: 100%;
}
.ctn-contato .form-contato .ctn-form .wpforms-field input {
  border-radius: 15px;
  height: 60px;
}
.ctn-contato .form-contato .ctn-form .wpforms-field textarea {
  border-radius: 15px;
}
.ctn-contato .form-contato .ctn-form .wpforms-field-name,
.ctn-contato .form-contato .ctn-form .wpforms-field-number,
.ctn-contato .form-contato .ctn-form .wpforms-field-email {
  margin-left: 0;
}
.ctn-contato .form-contato .ctn-form .wpforms-submit {
  border-radius: var(--button-radius-full, 80px);
  background: var(--Gradient---Default, linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%));
  width: 90%;
  left: 5%;
}
.ctn-contato .form-contato .shadows {
  width: 100%;
  z-index: 50;
  height: 80px;
}
.ctn-contato .form-contato .shadows .form-shadows {
  width: 100%;
}
.ctn-contato .form-contato .shadows .form-shadows span {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 60px;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.3);
}
.ctn-contato .form-contato .shadows .form-shadows .level-1 {
  width: 95%;
  background-color: rgba(165, 162, 162, 0.5);
  height: 30px;
  z-index: 1;
}
.ctn-contato .form-contato .shadows .form-shadows .level-2 {
  width: 90%;
  background-color: rgba(221, 220, 220, 0.5);
  top: -30px;
  height: 57px;
  z-index: 0;
}

@media (min-width: 415px) {
  .ctn-contato .list-items {
    margin-top: 40px;
  }
  .ctn-contato .card-parceiros {
    height: 250px;
    border-radius: 40px;
  }
  .ctn-contato .acoes {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ctn-contato .acoes .box-images {
    padding-top: 65px;
  }
  .ctn-contato .acoes h3 {
    margin-top: 0;
  }
  .ctn-contato .form-contato .ctn-form .wpforms-field.wpforms-field-email {
    margin-left: 15px;
  }
  .ctn-contato .form-contato .ctn-form .wpforms-field.wpforms-field-textarea {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ctn-contato {
    padding-top: 180px;
  }
  .ctn-contato h1 {
    font-size: 64px;
    line-height: 81px;
    padding-right: 15px;
  }
  .ctn-contato .card-parceiros {
    width: 50%;
    height: auto;
    margin-bottom: 0;
    border-radius: 38px;
  }
  .ctn-contato .card-meeting {
    width: 50%;
  }
  .ctn-contato .list-items {
    margin-top: 0;
  }
  .ctn-contato .list-items li {
    margin-bottom: 25px;
  }
  .ctn-contato .list-items li .card-icon {
    width: 110px;
    height: 110px;
  }
  .ctn-contato .list-items li .card-icon img {
    width: 40px;
    height: 40px;
  }
  .ctn-contato .list-items li .box-info {
    width: calc(100% - 110px);
  }
  .ctn-contato .list-items li .box-info .info-title {
    font-size: 24px;
    font-weight: 600;
  }
  .ctn-contato .list-items li .box-info .info-description {
    font-size: 18px;
    line-height: 31px;
  }
  .ctn-contato .acoes {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ctn-contato .acoes .box-images {
    padding-top: 0;
  }
  .ctn-contato .acoes h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 20px;
  }
  .ctn-contato .acoes .list-acoes li {
    margin-top: 30px;
  }
  .ctn-contato .acoes .list-acoes li p {
    font-size: 20px;
  }
  .ctn-contato .form-contato {
    padding-top: 80px;
  }
  .ctn-contato .form-contato .ctn-form {
    padding: 30px 30px 40px 30px;
  }
  .ctn-contato .form-contato .ctn-form .wpforms-field {
    width: calc(50% - 10px);
  }
  .ctn-contato .form-contato .ctn-form .wpforms-submit {
    width: 220px;
    left: calc(50% - 110px);
  }
}
.container-erros {
  min-height: 600px;
  align-items: center;
  display: flex;
}
.container-erros h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 20px;
}
.container-erros p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  opacity: 0.8;
}

@media (min-width: 431px) {
  .container-erros p {
    padding: 0 20%;
  }
}
@media (min-width: 769px) {
  .container-erros p {
    padding: 0 34%;
  }
}
.matricula-btn {
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 220px;
  border-radius: 80px;
  background: linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.matricula-btn:hover {
  background: linear-gradient(110deg, #1F8832 15.84%, #27993B 54.76%, #2CA942 86.61%);
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .matricula-btn {
    padding: 16px 20px;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.default-content {
  padding-top: 59px;
}

main {
  flex: 1;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  main {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
