::-moz-selection { /* Code for Firefox */
  color: #45435B;
  background: #1C9BD6;
}

::selection {
  color: #45435B;
  background: #1C9BD6;
}

.page,
.post {
  margin: 0 !important;
}

html {
  scroll-padding-top: 80px;
}
@media (max-width: 800px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
}

body {
  max-width: 100%;
  font-family: "Fira Sans", sans-serif !important;
  color: #fff !important;
  background-color: #1F2145 !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #FBB801;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: bold;
  font-style: normal;
}
body dl, body ol, body ul {
  padding-left: 20px;
  margin-left: 0;
}
body a {
  color: #FBB801;
  text-decoration: none;
}
body a:visited {
  color: #FBB801;
}
body a:hover {
  color: #DE007C;
}
body .bold {
  font-weight: 700;
}
body .upper {
  text-transform: uppercase;
}
body .topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
}
body .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #FBB801;
  font-size: 16px;
  line-height: 20px;
  border: none;
  border-radius: 80px;
  color: #fff !important;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}
body .btn:hover {
  background: #DE007C;
  color: white !important;
}
body .btn:visited {
  color: #DE007C;
}
body .btn.btn-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .btn.black {
  background: #2D2D2C;
  color: #fff !important;
}
body .btn.black:hover {
  background-color: #DE007C;
  color: #fff !important;
}
body .btn.line {
  font-weight: bold;
  background: transparent;
  color: #DE007C !important;
  border: 1px solid #DE007C;
}
body .btn.line:hover {
  background-color: #DE007C;
}
body .grecaptcha-badge {
  display: none !important;
}
body .wpp-float {
  position: fixed;
  display: flex;
  bottom: 25px;
  right: 25px;
  background-color: #1ED56C;
  color: white;
  text-decoration: none;
  font-size: 40px;
  z-index: 2;
  padding: 20px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1960784314);
}
body .wpp-float:hover {
  background-color: #1bbf62;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1960784314);
}
body .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
body .social.dark a {
  color: white;
}
body .social.dark a:hover {
  color: #FBB801;
  background-color: transparent;
}
body .social a {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
body .social a:hover {
  opacity: 0.7;
}
body .social a svg {
  width: 30px;
  height: 30px;
}
body .form {
  margin: 20px 0;
  position: relative;
}
body .form .botao-enviar {
  position: relative;
}
body .form .botao-enviar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body .form form.loading {
  pointer-events: none;
}
body .form form.loading .botao-enviar {
  cursor: none;
  pointer-events: none;
}
body .form form.loading .botao-enviar::before {
  opacity: 1;
}
body .form form.loading .botao-enviar input {
  color: transparent !important;
  background-color: none !important;
}
body .form form.loading .botao-enviar input:hover {
  color: transparent !important;
  background-color: none !important;
}
body .form .form-row {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
}
body .form .form-row:focus-within label {
  font-size: 15px;
  top: 25%;
}
body .form .form-row.mensagem textarea {
  padding: 25px 20px 0;
  font-size: 15px;
}
body .form .form-row.mensagem textarea:focus ~ label, body .form .form-row.mensagem textarea:not(:placeholder-shown) ~ label {
  font-size: 15px;
  top: 5%;
}
body .form .form-row.mensagem label {
  top: 15%;
  transform: none;
}
body .form .form-row input {
  width: 100%;
  border: 1px solid #C1C1C1;
  background: transparent;
  border-radius: 50px;
  height: 50px;
  padding: 0 20px;
  outline: none !important;
  color: #2D2D2C;
}
body .form .form-row input::placeholder {
  color: transparent;
}
body .form .form-row input:focus-visible {
  outline-color: #c3cfdc;
}
body .form .form-row input:focus ~ label, body .form .form-row input:not(:placeholder-shown) ~ label {
  font-size: 10px;
  top: 28%;
  color: #2D2D2C;
}
body .form .form-row input:not([type=submit]):focus, body .form .form-row input:not([type=submit]):not(:placeholder-shown) {
  padding: 20px 20px 10px;
  font-size: 16px;
}
body .form .form-row input[type=submit] {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  height: auto;
  border-radius: 50px;
  padding: 10px 35px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: auto;
  margin: 0 0 0 auto;
  font-weight: bold;
  background: #FBB801;
  color: #FFF;
  border: 1px solid #FBB801;
}
body .form .form-row input[type=submit]:hover {
  color: #fff;
  background-color: #1C9BD6;
  border-color: #1C9BD6;
}
body .form .form-row textarea {
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: #d1d1d1;
  background: transparent;
  border-radius: 0px;
  padding: 0 20px;
  outline: none !important;
  color: #363636;
}
body .form .form-row textarea::placeholder {
  color: transparent;
}
body .form .form-row textarea:focus-visible {
  outline-color: #c3cfdc;
}
body .form .form-row.select:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' fill='%231b4855'%3E%3Cpath d='M23.245 4l-11.245 14.374-11.219-14.374-.781.619 12 15.381 12-15.391-.755-.609z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body .form .form-row.select.focus:before {
  transform: translateY(-50%) rotate(180deg);
}
body .form .form-row.select select {
  position: relative;
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: rgba(162, 110, 76, 0.5019607843);
  background: transparent;
  border-radius: 0px;
  height: 50px;
  padding: 0 20px;
  outline: none !important;
  color: #4F4F4F;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
body .form .form-row label {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #2D2D2C;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 15px;
}
body .form .form-row .icon-right {
  position: absolute;
  display: flex;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body .form .form-row .icon-right svg {
  width: 25px;
  height: 25px;
}
body .form .form-row.hide {
  display: none;
}
body .form .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F4F4F4;
}
body .form .wpcf7-response-output {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 767px) {
  body .form .form-row input[type=submit] {
    font-size: 16px;
  }
}
body .opacity {
  opacity: 0;
}
body .thumb_link {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body .thumb_link:hover {
  opacity: 0.7;
}
body .color {
  color: #FBB801;
}
body #cookies {
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 90%;
  max-width: 900px;
  height: auto;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3803921569);
  transition: all 0.3s ease-in-out;
  transform: translateY(150%) translateX(-50%);
}
body #cookies.active {
  transform: translateY(0%) translateX(-50%);
}
body #cookies .col-12 {
  display: flex;
  align-items: center;
  gap: 20px;
}
body #cookies .col-12 > div:last-child {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
body #cookies p {
  margin: 0;
  font-size: 14px;
}
body #cookies .btn.accept {
  line-height: 19px;
  padding: 5px 10px;
}
body #cookies .btn.line {
  line-height: 19px;
  background: transparent;
  color: #FBB801;
  border: 1px solid #FBB801;
  padding: 5px 10px;
}
body #cookies .btn.line:hover {
  background-color: #FBB801;
}
@media only screen and (max-width: 800px) {
  body #cookies {
    padding: 15px;
  }
  body #cookies .col-12 {
    flex-wrap: wrap;
    gap: 10px;
  }
  body #cookies .col-12 > div {
    width: 100%;
  }
  body #cookies .col-12 > div:last-child {
    width: 100%;
  }
  body #cookies p {
    font-size: 14px;
    line-height: 17px;
  }
  body #cookies .btn {
    width: 100%;
    font-size: 15px;
  }
  body #cookies .btn.accept {
    margin-bottom: 5px;
  }
}
body .modal-text .modal-dialog {
  max-width: 700px;
}
body .modal-text .modal-content {
  border-radius: 0;
  border: none;
}
body .modal-text .modal-content .modal-header {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
body .modal-text .modal-content .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
body .modal-text .modal-content .modal-body .img {
  width: 40%;
}
body .modal-text .modal-content .modal-body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .modal-text .modal-content .modal-body .text {
  width: 60%;
  padding: 30px;
}
body .modal-text .modal-content .modal-body .text h3 {
  font-size: 23px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
body .modal-text .modal-content .modal-body .text p {
  font-size: 15px;
}
@media (max-width: 800px) {
  body .modal-text .modal-content .modal-header .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z'/%3E%3C/svg%3E");
    background-color: #F4F4F4;
    border-radius: 100%;
    background-size: 20px;
  }
  body .modal-text .modal-content .modal-body .img {
    width: 100%;
    height: 150px;
  }
  body .modal-text .modal-content .modal-body .text {
    width: 100%;
    padding: 20px;
  }
}
body.popup_open {
  overflow: hidden;
}
body #popup {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px;
  margin: 0;
  background: rgba(0, 0, 0, 0.831372549);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
}
body #popup .container {
  position: relative;
  max-width: 600px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease-in-out;
}
body #popup.form .close {
  margin: 0;
  right: -30px;
}
body #popup.visible {
  z-index: 9999;
  opacity: 1;
}
body #popup.visible .container {
  opacity: 1;
  transform: translateY(0);
}
body #popup .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  margin-left: 20px;
  cursor: pointer;
}
body #popup .close span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 0;
  margin: 5px 7px;
  transition: 0.5s all;
  transform-origin: center;
  cursor: pointer;
  background: #1C9BD6;
}
body #popup .close span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body #popup .close span:nth-child(2) {
  opacity: 0;
}
body #popup .close span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
body #popup::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}
body #popup::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
body #popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #929292;
}
@media only screen and (max-width: 800px) {
  body #popup {
    padding: 30px;
    background-image: none;
  }
  body #popup .close {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #000;
    padding: 5px;
  }
}
body #filtros {
  padding: 10px 0;
  background: #F4F4F4;
  color: #fff;
}
body #filtros.paginas .col-form {
  width: 70%;
}
body #filtros.paginas .form .form-row {
  width: 27% !important;
}
body #filtros.paginas .form .form-row.enviar {
  width: 19% !important;
}
body #filtros .title {
  width: 15%;
}
body #filtros .col-form {
  width: 85%;
}
body #filtros h3 {
  max-width: 120px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
body #filtros .form {
  margin: 0;
}
body #filtros .form form.loading .form-row.enviar input.btn {
  color: transparent !important;
  background: none !important;
}
body #filtros .form form.loading .form-row.enviar input.btn:hover {
  color: transparent !important;
  background: none !important;
}
body #filtros .form .form-row {
  margin: 0;
}
body #filtros .form .form-row:not(.enviar) {
  width: 25%;
}
body #filtros .form .form-row.col-tipo {
  width: 20%;
}
body #filtros .form .form-row.col-localizacao {
  width: 20%;
}
body #filtros .form .form-row.col-status {
  width: 20%;
}
body #filtros .form .form-row.enviar {
  height: auto;
  width: 15%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
body #filtros .form .form-row input,
body #filtros .form .form-row select {
  color: #fff;
  border-bottom-color: #fff;
}
body #filtros .form .form-row input option,
body #filtros .form .form-row select option {
  padding: 10px;
  color: #000;
  background-color: #fff;
  border: none;
}
body #filtros .form .form-row input.btn,
body #filtros .form .form-row select.btn {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 0 0 auto;
  padding: 10px 20px;
  outline: none !important;
  box-shadow: none !important;
}
body #filtros .form .form-row input.btn:hover,
body #filtros .form .form-row select.btn:hover {
  color: #FBB801 !important;
  background-color: #fff;
}
body #filtros .form .form-row.select {
  padding: 0 7px;
}
body #filtros .form .form-row.select:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9648 1.52692L7.96484 8.52692L0.964844 1.52692' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body #filtros .form .form-row.select select {
  padding: 0px 12px;
}
@media screen and (max-width: 768px) {
  body #filtros.paginas {
    padding: 10px;
  }
  body #filtros.paginas .col-form {
    width: 100%;
  }
  body #filtros.paginas .col-form .form .row {
    flex-direction: column;
    gap: 10px;
  }
  body #filtros.paginas .col-form .form .form-row {
    width: 100% !important;
  }
  body #filtros.paginas .col-form .form .form-row.enviar {
    width: 100% !important;
    justify-content: center;
  }
  body #filtros:not(.paginas) {
    padding: 10px 15px;
  }
  body #filtros:not(.paginas) .col-filtros-mobile-title {
    padding: 0 5px;
  }
  body #filtros:not(.paginas) .col-filtros-mobile-title #open-filtros {
    position: relative;
    width: 100%;
    padding: 5px 0 10px;
    appearance: none;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.431372549);
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  body #filtros:not(.paginas) .col-form {
    width: 100%;
    padding-top: 0px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #filtros:not(.paginas) .col-form.open {
    max-height: 300px;
  }
  body #filtros:not(.paginas) .col-form .form .row {
    flex-direction: column;
    gap: 10px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row {
    width: 100% !important;
  }
  body #filtros:not(.paginas) .col-form .form .form-row:first-child {
    margin-top: 10px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row.enviar {
    width: 100% !important;
    justify-content: flex-start;
    margin-top: 5px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row.enviar #btn-pesquisa {
    padding: 5px 30px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row select {
    height: 30px;
    border: none;
    padding: 0;
  }
  body #filtros:not(.paginas) .col-form .form .form-row select option {
    padding: 10px;
  }
}
body .is-search-form.is-form-style-3 {
  margin-left: 20px;
}
body .is-search-form.is-form-style-3 label {
  width: 120px !important;
}
body .is-search-form.is-form-style-3 input.is-search-input {
  font-family: "Galano Grotesque", sans-serif !important;
  border-top: 0 !important;
  border-left: 0 !important;
}
body .is-search-form.is-form-style-3 button.is-search-submit .is-search-icon {
  border: none;
  border-bottom: 1px solid #A26E4C;
}
body .is-search-form.is-form-style-3 button.is-search-submit .is-search-icon svg path {
  fill: #A26E4C;
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  body .is-search-form.is-form-style-3 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  body .is-search-form.is-form-style-3 label {
    width: 87% !important;
  }
}
body #is-ajax-search-result-1015 {
  max-width: 200px;
  padding: 0;
}
body #is-ajax-search-result-1015 .is-ajax-search-post {
  padding: 10px;
}
body #is-ajax-search-result-1015 .is-ajax-search-post .is-title a {
  font-size: 13px;
  line-height: 15px;
  color: #FBB801;
}
body #is-ajax-search-result-1015 .is-ajax-search-post .meta {
  display: none;
}
body .modal.autor .modal-dialog {
  max-width: 700px;
}
body .modal.autor .modal-content {
  border-radius: 15px;
}
body .modal.autor .modal-header {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
body .modal.autor .modal-header .close {
  width: 30px;
  height: 30px;
  appearance: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  font-size: 50px;
  line-height: 50px;
  color: #404040;
}
body .modal.autor .modal-body {
  padding: 30px;
}
body .modal.autor .modal-body .header-autor {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
body .modal.autor .modal-body .header-autor .imagem {
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FBB801;
  border-radius: 100px;
  margin: 0;
}
body .modal.autor .modal-body .header-autor .imagem img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 100px;
  box-shadow: 0 20px 50px rgba(28, 155, 214, 0.2196078431);
}
body .modal.autor .modal-body .header-autor h3 {
  margin: 0;
  color: #272953;
}
body .modal.autor .modal-body .header-autor p {
  color: #000;
  margin: 0;
}
body .modal.autor .modal-body .content-autor {
  color: #2c2c2c;
}
body .modal.autor .modal-body .content-autor p,
body .modal.autor .modal-body .content-autor span {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  body .modal.autor .modal-body {
    padding: 20px;
  }
  body .modal.autor .modal-body .header-autor {
    gap: 10px;
  }
  body .modal.autor .modal-body .header-autor .imagem {
    width: 80px;
    height: 80px;
  }
  body .modal.autor .modal-body .header-autor .imagem img {
    width: 70px;
    height: 70px;
  }
  body .modal.autor .modal-body .header-autor h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
  }
  body .modal.autor .modal-body .header-autor p {
    font-size: 14px;
    margin-top: 10px;
  }
  body .modal.autor .modal-body .content-autor p,
  body .modal.autor .modal-body .content-autor span {
    font-size: 15px !important;
  }
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #929292;
}
@media (min-width: 1400px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm {
    max-width: 95%;
  }
}

#aviso-top {
  padding: 20px 0;
  background-color: #fbb801;
  top: 0;
  width: 100%;
  z-index: 991;
  position: sticky;
  text-align: center;
}
#aviso-top .col-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#aviso-top .col-flex svg {
  fill: #1f2145;
}
#aviso-top .col-flex p {
  color: #1f2145;
  font-weight: bold;
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  #aviso-top {
    padding: 15px;
  }
  #aviso-top .col-flex {
    gap: 10px;
    text-align: left;
  }
  #aviso-top .col-flex svg {
    display: none;
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  #aviso-top .col-flex p {
    font-size: 16px;
    line-height: 20px;
  }
}

#aviso-top-concurso {
  padding: 20px 0;
  background-color: #ef0d0d;
  top: 67px;
  width: 100%;
  z-index: 991;
  position: sticky;
  text-align: center;
}
#aviso-top-concurso .col-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#aviso-top-concurso .col-flex svg {
  fill: #fff;
}
#aviso-top-concurso .col-flex p {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 800px) {
  #aviso-top-concurso {
    top: 90px;
    padding: 15px;
  }
  #aviso-top-concurso .col-flex {
    gap: 10px;
    text-align: left;
  }
  #aviso-top-concurso .col-flex svg {
    display: none;
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  #aviso-top-concurso .col-flex p {
    font-size: 16px;
    line-height: 20px;
  }
}

#newsletter {
  padding: 60px 0;
  background: #FBB801;
  color: #fff;
}
#newsletter .col-texto h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
#newsletter .col-texto p {
  margin: 0;
}
#newsletter .col-form .form .col-field {
  padding-right: 15px !important;
}
#newsletter .col-form .form input:not([type=submit]) {
  background: #fff;
  color: #320394;
  border: none;
  font-weight: bold;
}
#newsletter .col-form .form input[type=submit] {
  background: #2D2D2C;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 40px 10px 20px;
}
#newsletter .col-form .form input[type=submit]:hover {
  border-color: #1C9BD6;
  background-color: #1C9BD6;
}
#newsletter .col-form .form label {
  font-weight: bold;
  color: #320394;
  padding: 0 12px;
}
#newsletter .col-form .form .enviar {
  position: relative;
}
#newsletter .col-form .form .enviar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.835' height='7.835' viewBox='0 0 7.835 7.835'%3E%3Cg id='Icon_feather-arrow-up-right' data-name='Icon feather-arrow-up-right' transform='translate(-9.793 0.707)'%3E%3Cpath id='Caminho_11' data-name='Caminho 11' d='M10.5,16.921,16.921,10.5' transform='translate(0 -10.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Caminho_12' data-name='Caminho 12' d='M10.5,10.5h6.421v6.421' transform='translate(0 -10.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  #newsletter {
    padding: 40px 20px;
  }
  #newsletter .col-form .form .col-field {
    padding: 0 !important;
  }
  #newsletter .col-form .form .enviar {
    width: 135px;
  }
}

footer {
  position: relative;
  padding: 60px 0 50px;
  background-color: #1F2145;
}
footer .image-float {
  position: absolute;
  left: -150px;
  top: -80px;
  max-width: 250px;
}
footer .col-text {
  position: relative;
}
footer h3 {
  font-size: 20px;
  text-align: center;
}
footer h4 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 40px 20px 30px;
  }
  footer .image-float {
    max-width: 120px;
    left: -15%;
    top: -60px;
  }
  footer h3 {
    font-size: 15px;
  }
  footer h4 {
    font-size: 15px;
  }
}

#primary.home #introducao {
  padding: 100px 0;
  overflow: hidden;
}
#primary.home #introducao .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#primary.home #introducao .col-text h4 {
  font-size: 30px;
  margin-bottom: 0px;
}
#primary.home #introducao .col-text h4 span {
  color: #DE007C;
}
#primary.home #introducao .col-text img {
  display: block;
  margin: 30px auto;
}
#primary.home #introducao .col-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}
#primary.home #introducao .col-text h3:not(:last-of-type) {
  margin-bottom: 30px;
}
#primary.home #introducao .col-text h3.text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#primary.home #introducao .col-text h5 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fff;
}
#primary.home #introducao .col-text .contador {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
#primary.home #introducao .col-text .contador > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
}
#primary.home #introducao .col-text .contador > div.dias {
  padding: 10px 20px;
  border-radius: 10px;
  background: #DE007C;
}
#primary.home #introducao .col-text .contador > div.dias span {
  color: #fff;
}
#primary.home #introducao .col-text .contador span:first-child {
  display: block;
  font-size: 50px;
  line-height: 45px;
  font-weight: bold;
  color: #FBB801;
}
#primary.home #introducao .col-text .contador span:last-child {
  font-size: 14px;
  line-height: 15px;
}
#primary.home #introducao .col-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
#primary.home #introducao .col-video .box-video {
  position: relative;
  display: inline-flex;
  padding: 15px;
  border: 1px solid #1C9BD6;
  border-radius: 20px;
  margin: 0 auto;
}
#primary.home #introducao .col-video .box-video .image-float {
  position: absolute;
  right: -130px;
  max-width: 300px;
  z-index: 2;
}
#primary.home #introducao .col-video .box-video .video {
  position: relative;
  width: 320px;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1C9BD6;
  border-radius: 20px;
  overflow: hidden;
}
#primary.home #introducao .col-video .box-video .video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 3;
}
#primary.home #introducao .col-video .box-video .video svg.visible {
  opacity: 1;
}
#primary.home #introducao .col-video .box-video .video #video_player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
#primary.home #introducao .col-video .box-video .video:not(.reproduzindo) #video_player {
  opacity: 0.4;
}
@media only screen and (max-width: 800px) {
  #primary.home #introducao {
    padding: 50px 0;
  }
  #primary.home #introducao .col-text h4 {
    font-size: 20px;
  }
  #primary.home #introducao .col-text img {
    max-width: 90%;
  }
  #primary.home #introducao .col-text h3 {
    font-size: 16px;
  }
  #primary.home #introducao .col-video {
    margin-top: 50px;
    padding: 0 20px;
  }
  #primary.home #introducao .col-video .box-video .image-float {
    max-width: 170px;
    top: -17px;
    right: -10px;
  }
  #primary.home #introducao .col-video .box-video .video {
    height: 400px;
  }
}
#primary.home #autores {
  padding: 80px 0;
  background-image: linear-gradient(180deg, #1F2145, #2D305F);
}
#primary.home #autores .col-title {
  margin-bottom: 70px;
}
#primary.home #autores .col-title p {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
#primary.home #autores .col-palestrante {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
#primary.home #autores .col-palestrante .open_modal {
  cursor: pointer;
}
#primary.home #autores .col-palestrante .imagem {
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FBB801;
  border-radius: 100px;
  margin: 0 auto 15px;
}
#primary.home #autores .col-palestrante .imagem img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 100px;
  box-shadow: 0 20px 50px rgba(28, 155, 214, 0.2196078431);
}
#primary.home #autores .col-palestrante h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
#primary.home #autores .col-palestrante p {
  text-align: center;
  margin: 4px 0 0;
}
@media only screen and (max-width: 800px) {
  #primary.home #autores {
    padding: 20px 20px 40px;
  }
  #primary.home #autores .col-title {
    margin-bottom: 30px;
  }
  #primary.home #autores .col-title p {
    font-size: 15px;
    max-width: 100%;
  }
  #primary.home #autores .col-palestrante {
    align-items: flex-start;
  }
  #primary.home #autores .col-palestrante h3 {
    font-size: 16px;
  }
  #primary.home #autores .col-palestrante p {
    font-size: 14px;
  }
}
#primary.home #atividades {
  padding: 80px 0;
  background-image: linear-gradient(180deg, #1F2145, #2D305F);
}
#primary.home #atividades .col-title {
  position: relative;
  margin-bottom: 70px;
}
#primary.home #atividades .col-title p {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
#primary.home #atividades .col-title .image-float {
  position: absolute;
  right: 10%;
  top: -200px;
}
#primary.home #atividades .col-box {
  margin-bottom: 50px;
}
#primary.home #atividades .col-box .box-icon {
  padding: 30px;
  border-radius: 25px;
  background: #2B2E5B;
  min-height: 320px;
}
#primary.home #atividades .col-box .box-icon h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  margin: 10px 0;
}
#primary.home #atividades .col-box .box-icon p {
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  #primary.home #atividades {
    padding: 40px 20px;
  }
  #primary.home #atividades .col-title .image-float {
    max-width: 150px;
    left: -6%;
    top: -76px;
  }
  #primary.home #atividades .col-title p {
    font-size: 15px;
    max-width: 100%;
  }
  #primary.home #atividades .col-box {
    margin-bottom: 20px;
  }
  #primary.home #atividades .col-box .box-icon {
    min-height: 0;
  }
}
#primary.home #programacao {
  padding: 80px 0;
  background-color: #fff;
}
#primary.home #programacao .col-title {
  margin-bottom: 0px;
}
#primary.home #programacao .col-title .title-sub h2 {
  color: #2c2f5d;
}
#primary.home #programacao .col-title p {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
#primary.home #programacao #programacao-tab {
  justify-content: space-between;
}
#primary.home #programacao #programacao-tab .nav-link {
  border: 1px solid #2d305e;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
  color: #2d305e;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
#primary.home #programacao #programacao-tab .nav-link.active, #primary.home #programacao #programacao-tab .nav-link:hover {
  background: #2d305e;
  color: #fff;
}
#primary.home #programacao #programacao-tabContent {
  color: #1f2145;
  border-color: #1f2145;
}
#primary.home #programacao #programacao-tabContent table {
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden;
}
#primary.home #programacao #programacao-tabContent thead th {
  background: #1f2145;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  vertical-align: middle;
  padding: 15px;
}
#primary.home #programacao #programacao-tabContent thead th p {
  margin: 0;
}
#primary.home #programacao #programacao-tabContent tbody tr {
  transition: all 0.3s ease-in-out;
}
#primary.home #programacao #programacao-tabContent tbody tr:hover {
  color: #FFF;
  background-color: #1f2145 !important;
}
#primary.home #programacao #programacao-tabContent tbody tr:hover td:first-child {
  color: #FBB801;
}
#primary.home #programacao #programacao-tabContent tbody tr:nth-child(even) {
  background: #f3f3f3;
}
#primary.home #programacao #programacao-tabContent tbody tr td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}
#primary.home #programacao #programacao-tabContent tbody tr td p {
  margin: 0;
}
#primary.home #programacao #programacao-tabContent tbody tr td:first-child {
  font-weight: bold;
  color: #2d305f;
}
#primary.home #programacao .agendamento {
  text-align: center;
  margin-top: 30px;
}
#primary.home #programacao .agendamento h4 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #45435B;
}
#primary.home #programacao .agendamento h4 a {
  font-weight: 500;
  color: #45435B;
  transition: all 0.3s ease-in-out;
}
#primary.home #programacao .agendamento h4 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  #primary.home #programacao {
    padding: 30px 0;
  }
  #primary.home #programacao #programacao-tab {
    justify-content: flex-start;
    gap: 5px;
  }
  #primary.home #programacao #programacao-tab .nav-item {
    width: calc(50% - 5px);
  }
  #primary.home #programacao #programacao-tab .nav-item button {
    width: 100%;
  }
  #primary.home #programacao #programacao-tabContent table {
    width: 600px;
  }
}
#primary.home #autografos {
  padding: 80px 0;
  background-color: #fff;
}
#primary.home #autografos .col-title {
  margin-bottom: 0px;
}
#primary.home #autografos .col-title .title-sub h2 {
  color: #2c2f5d;
}
#primary.home #autografos .col-title p {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
#primary.home #autografos #autografos-tab {
  justify-content: space-between;
}
#primary.home #autografos #autografos-tab .nav-link {
  border: 1px solid #2d305e;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
  color: #2d305e;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
#primary.home #autografos #autografos-tab .nav-link.active, #primary.home #autografos #autografos-tab .nav-link:hover {
  background: #2d305e;
  color: #fff;
}
#primary.home #autografos #autografos-tabContent {
  color: #1f2145;
  border-color: #1f2145;
}
#primary.home #autografos #autografos-tabContent table {
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden;
}
#primary.home #autografos #autografos-tabContent thead th {
  background: #1f2145;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  vertical-align: middle;
  padding: 15px;
}
#primary.home #autografos #autografos-tabContent thead th:nth-child(3) {
  width: 45%;
}
#primary.home #autografos #autografos-tabContent thead th p {
  margin: 0;
}
#primary.home #autografos #autografos-tabContent tbody tr {
  transition: all 0.3s ease-in-out;
}
#primary.home #autografos #autografos-tabContent tbody tr:hover {
  color: #FFF;
  background-color: #1f2145 !important;
}
#primary.home #autografos #autografos-tabContent tbody tr:hover td:first-child {
  color: #FBB801;
}
#primary.home #autografos #autografos-tabContent tbody tr:nth-child(even) {
  background: #f3f3f3;
}
#primary.home #autografos #autografos-tabContent tbody tr td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}
#primary.home #autografos #autografos-tabContent tbody tr td p {
  margin: 0;
}
#primary.home #autografos #autografos-tabContent tbody tr td:first-child {
  font-weight: bold;
  color: #2d305f;
}
@media only screen and (max-width: 800px) {
  #primary.home #autografos {
    padding: 30px 0;
  }
  #primary.home #autografos #autografos-tab {
    justify-content: flex-start;
    gap: 5px;
  }
  #primary.home #autografos #autografos-tab .nav-item {
    width: calc(50% - 5px);
  }
  #primary.home #autografos #autografos-tab .nav-item button {
    width: 100%;
  }
  #primary.home #autografos #autografos-tabContent table {
    width: 600px;
  }
  #primary.home #autografos #autografos-tabContent thead th:nth-child(3) {
    width: 30%;
  }
}
#primary.home #programa-padrinhos {
  padding: 80px 0;
}
#primary.home #programa-padrinhos .col-image {
  padding: 0;
}
#primary.home #programa-padrinhos .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
#primary.home #programa-padrinhos .col-texto {
  background: #2B2E5B;
  padding: 60px;
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 800px) {
  #primary.home #programa-padrinhos {
    padding: 40px 20px;
  }
  #primary.home #programa-padrinhos .col-image img {
    height: 200px;
    border-radius: 20px 20px 0 0;
  }
  #primary.home #programa-padrinhos .col-texto {
    padding: 20px;
  }
  #primary.home #programa-padrinhos .col-texto p {
    font-size: 15px;
  }
}
#primary .title-sub {
  text-align: center;
  margin-bottom: 40px;
}
#primary .title-sub h2 {
  font-size: 45px;
  line-height: 45px;
  margin: 0;
}
#primary .title-sub h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  #primary .title-sub {
    margin-bottom: 20px;
  }
  #primary .title-sub h2 {
    font-size: 35px;
  }
  #primary .title-sub h3 {
    font-size: 16px;
  }
}

#apoio {
  padding: 50px 0 80px;
  background: #fff;
  text-align: center;
}
#apoio h4 {
  font-size: 20px;
  color: #1F2145;
  margin-bottom: 20px;
}
#apoio .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#apoio .logos.governo {
  margin-bottom: 50px;
}
#apoio .logos.patrocinadores {
  margin-bottom: 70px;
}
#apoio .logos.patrocinadores img {
  max-height: 70px;
}
#apoio .logos .logo-conjunta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#apoio .pt-40 {
  padding-top: 40px;
}
#apoio .pt-70 {
  padding-top: 70px;
}

@media only screen and (max-width: 800px) {
  #apoio {
    padding: 40px 20px;
  }
  #apoio h4 {
    font-size: 15px;
  }
  #apoio .logos {
    gap: 20px;
  }
  #apoio .logos img {
    max-width: 130px;
    max-height: 40px;
  }
  #apoio .logos img.brasil {
    max-width: 200px;
    max-height: 50px;
  }
  #apoio .logos.patrocinadores img {
    max-height: 60px;
    max-width: 110px;
  }
}

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