.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Inter, sans-serif;
  color: #404062;
  font-size: 14px;
  line-height: 20px;
}
body, html {
  margin: 0;
  padding: 0;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3c4359;
  font-size: 6em;
  line-height: 0.9;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #404062;
  font-size: 4.5em;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #404062;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #234156;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d6b773;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #404062;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #3c4359;
  font-size: 1em;
  line-height: 1.5;
}

a {
  color: #e9b782;
  text-decoration: none;
}

strong {
  font-weight: bold;
  color: #234156;
}
.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c4359;
  color: #be6e46;
  text-align: left;
  text-transform: uppercase;
}
#nperca{
  margin-top: -118px;
  width: 100%;
  background: #fefefe;
  margin-bottom: 5%;
  padding-left: 8%;
}
@media screen and (max-width: 1020px) {
   #nperca{
    margin-top: -118px;
    width: 100%;
    background: #fefefe;
    margin-bottom: 5%;
    padding-left: 0%;
  }
}
.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.home {
  margin-bottom: 5rem;
}

.h1-coming-soon {
  max-width: 900px;
  margin-bottom: 2rem;
  color: #fdf9f3;
  letter-spacing: -0.03em;
}

.heading {
  color: #d6b773;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #417c91;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  font-family: system-ui;
  font-weight: 600;
}
.scroll-to-top {
    display: none; /* Oculta a seta por padrão */
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #404062;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 9999;
    cursor: pointer;
}
.nav-link:hover {
  font-weight: bold;
}

.nav-link.w--current {
  color:#417c91;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  font-family: system-ui;
  font-weight: 600;
}

.nav-conteudo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1e578c;
}

.drop-toggle {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color:#417c91;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  font-family: system-ui;
  font-weight: 600;
}

.drop-toggle:hover {
  font-weight: bold;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.drop-pointer {
  position: relative;
}

.nav-link-detalhes {
  color: #1e578c;
  font-size: 14px;
  white-space: normal;
}

.brand {
  margin-right: 44px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.containerr {
  display: flex;
}

.blockr {
	
width: 100%;
    color: #fff;
    text-align: center;
    height: 100%;
    margin-left: 17px;
    margin-top: unset;
    margin-right: 17px;
    background: #404062;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    border-radius: 9px;
}
.blockr a{
	color: #fff;
}
.blockr:hover {
 
}
#lucky{
	background: #404062;
    color: #fff;
    padding: 19px;
    width: 35%;
    margin-top: 38px;
    border-radius: 49px;
    margin-left: 32%;
    padding-left: 80px;
}
@media screen and (max-width: 480px) {
   #lucky{
   	    width: 289px;
	    text-align: center;
	    padding-left: 15px;
	    margin-left: 16px;
	    
   }
}
#lucky:hover{
	background: #2b3046;
	cursor: pointer;
	  transition: background-color 250ms ease;
}
#luckylogo{
	    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 69px;
    padding-top: 35px;
    padding-left: 8px;
    position: absolute;
        margin-top: -104px;
    margin-left: 320px;
}

@media screen and (max-width: 1020px) {
  #luckylogo{
         margin-top: -111px;
    margin-left: 240px;
   }
}
@media screen and (max-width: 480px) {
  #luckylogo {
	  display: none;
   }
   .botaoo{
   	margin-left: 9%;
   }
   .bemvindos{
   	font-size: 25px;
   }
}


#abblogo{
	
}
.cliquee{
	color: #234156;
    margin-top: 94px;
    position: absolute;
    text-decoration: blink;
    background: #aeeaff;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 23px;
    font-family: 'Inter';
    font-weight: bold;
}
.titul{
	height: 63px;
    text-align: center;
    padding-top: 9px;
}
@media screen and (max-width: 480px) {
   .titul{
   	font-size: 9px;
   }
}
.icoon{
	    margin-top: 28px;
	    text-align: center;
}
@media screen and (max-width: 480px) {
   .icoon{
   	    width: 58px;
    padding-left: 13px;
   }
}

.contentr {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.blockr:hover .contentr {
	cursor: pointer;
  transform: scale(1.1);
}

.dropdown-coluna-esq2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown-coluna-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bemvindos{
	    text-align: center;
    color: #404062;
    padding-top: 39px;
    padding-bottom: 30px;
    font-size: 51px;
    font-family: 'Dancing Script';
    font-weight: bold;
}
@media screen and (max-width: 480px) {
   #lucky{
   	    width: 289px;
	    text-align: center;
	    padding-left: 15px;
	    margin-left: 16px;
	    
   }
}
.apresn{
	text-align: center;
    color: #404062;
    padding-top: 39px;
    padding-bottom: 30px;
    font-size: 36px;
    font-family: 'Lato';
    font-weight: bold;
}
@media screen and (max-width: 480px) {
   .apresn{
   	    font-size: 15px;
	    
   }
}
.botao-cadastro {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 42px;
    margin-right: -10rem;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #1c374a;
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 215px;
}
.botao-cadastro:hover{

	background:#aeeaff;
	color: #264357;
}
.botao-cadastro2:hover{

	background:#1d384b;
	color: #ffffff;
}
.botao-cadastro2 {
      -webkit-box-pack: center;
      padding: 17px 39px;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      background-color: #aeeaff;
      box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.2);
      transition: all 400ms ease-out;
      color: #1e394c;
      font-size: 17px;
      font-weight: bolder;
      letter-spacing: 1px;
      text-decoration: none;
      white-space: nowrap;
      width: 411px;
      border-radius: 45px;
      font-family: system-ui;
  }
.associese{ 
  text-align: center;
}
.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-dropdown {
  min-width: 140px;
}

.nav-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.nav-dropdown.dropdown-long2 {
  left: -84px;
  min-width: 320px;
}

.nav-dropdown.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.nav-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-bloco {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fcf9f5;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #ffffff;

  box-shadow: 4px -19px 35px 0 rgba(90, 64, 32, 0.08), 11px 11px 30px -10px rgba(90, 64, 32, 0.15);
}
.button {
  min-height: 59px;
  left: 10px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #1e578c;
  background-image: url(../images/Button-Wave.svg);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
  width: 421px;
  margin-left: 32%;
  margin-top: 30%;
}

/* Efeito de hover para o botão */
.button:hover {
  background-color: #174e6a;  /* Cor de fundo ao passar o mouse */
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.3);  /* Efeito de sombra maior ao passar o mouse */
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.drop-titulo {
  margin-bottom: 2px;
  color: #417c91;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-family: system-ui;
    font-weight: 600;
    text-align: left;
}
.drop-titulo2 {
  margin-bottom: 2px;
  color: #417c91;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-family: system-ui;
}
.nav-dir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.section-conteudo11 {
  position: relative;
  margin-top: -2px;
  background-color: #fefefe;
  width: 100%;
  min-height: 600px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section-conteudo11 .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  margin-top: -2px;
}

.section-conteudo11 .container {
  position: relative;
  z-index: 1;
}

.drop-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fcf9f5;
  box-shadow: 4px -19px 35px 0 rgba(90, 64, 32, 0.08), 11px 11px 30px -10px rgba(90, 64, 32, 0.15);
}


/* Estilo para os inputs de radio (controle do slider) */
input[type="radio"] {
    display: none;
}

/* Quando o custom-slide1 é selecionado */
#custom-slide1:checked ~ .custom-slides {
    transform: translateX(0);
}

/* Quando o custom-slide2 é selecionado */
#custom-slide2:checked ~ .custom-slides {
    transform: translateX(-100%);
}

/* Quando o custom-slide3 é selecionado */
#custom-slide3:checked ~ .custom-slides {
    transform: translateX(-200%);
}

/* Para navegar pelas setas */
#custom-prev:checked ~ .custom-slides {
    transform: translateX(-100%);
}

#custom-next:checked ~ .custom-slides {
    transform: translateX(-200%);
}

.drop-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}





/* Estilo do slider */
.custom-slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden; /* Esconde os elementos fora da tela */
}

/* Container das caixas (slides) */
.custom-slides {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Transição suave para o slide */
}

/* Cada slide */
.custom-slide {
  min-width: 100%;
  box-sizing: border-box;
  background: #f0f0f0;
  padding: 20px;
  text-align: center;
}


/* Estilo para os inputs de radio (controle do slider) */
input[type="radio"] {
  display: none;
}

/* Quando o custom-slide1 é selecionado */
#custom-slide1:checked ~ .custom-slides {
  transform: translateX(0);
}

/* Quando o custom-slide2 é selecionado */
#custom-slide2:checked ~ .custom-slides {
  transform: translateX(-100%);
}

/* Quando o custom-slide3 é selecionado */
#custom-slide3:checked ~ .custom-slides {
  transform: translateX(-200%);
}

/* Estilo para a navegação das setas */
.custom-controls label {
  cursor: pointer;
}

.custom-controls .custom-prev {
  left: 10px;
}

.custom-controls .custom-next {
  right: 10px;
}














.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383028;
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  .logo {
   width: 75px;
   }
}
@media screen and (min-width: 993px) {
  .logo {
   width: 84px;
   margin-left: -33px;
   }
}


.icone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(195, 186, 170, 0.2);
}

.icone {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fcf9f5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.botoes-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: #be6e45;
  font-size: 14px;
  white-space: normal;
}

.dropdown-coluna-dir {
  width: 50%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fcf9f5;
}

.drop-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.drop-link:hover {
  background-color: #f8f5ee;
  color: #be6e45;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.videoo{
	
}
.videoo video{
	width: 718px;
    border: 12px solid #f29f05;
    border-radius: 5px;
    text-align: center;
    margin-left: 0%;
    margin-bottom: 38px;
}
.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.body {
  background-color: #c3baaa;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-titulo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #be6e45;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
}

.text-block {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #be6e45;
  font-size: 2em;
  line-height: 1;
}

.botao {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #be6e46;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fcf9f5;
  font-size: 18px;
  text-align: center;
}

.botao:hover {
  background-color: #9b5b3a;
}

.botao.mt-1 {
  margin-top: 1rem;
  background-color: #3c4359;
}

.botao.mt-1.gold {
  background-color: #F29F05;
  color: #3c4359;
}
#banner{
	background: #ff0000;
}
.recife{
	background: #F29F05;
}
html, body {
  margin: 0;  /* Remove qualquer margem do body e html */
  padding: 0; /* Remove qualquer padding padrão */
  height: 100%;  /* Faz o body ocupar toda a altura da tela */
  width: 100%;   /* Garante que o body ocupe toda a largura da tela */
}

.header {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Faz o vídeo cobrir toda a área */
  z-index: 0;  /* Fica atrás do conteúdo */
  margin-top: -1px;
}

.background-video2 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* importante para cortar o excesso e manter o preenchimento */
  z-index: -1;
}

.conteudo-header {
  position: relative;
  z-index: 1;  /* Fica na frente do vídeo */
  color: white;
}



.review-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}

.botao-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-paragraph {
  color: #5d4c4a;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
}

.hero-h1 {
  max-width: 580px;
  margin-bottom: 20px;
  color: #5d4c4a;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
}
     
      	.botike{
      		    position: fixed;
		    width: 150px;
		    z-index: 99999;
		    margin-left: 80%;
  
      	}
        .botaoo{
           min-height: 60px;
          padding: 20px 35px;
          border-radius: 6px;
          background-color: #3d3e61;
          background-image: url(images/Button-Wave.svg);
          background-position: 0px 0px;
          background-size: cover;
          background-repeat: no-repeat;
          color: #fcf9f5;
          font-size: 18px;
          text-align: center;
          width: 290px;
border: 2px solid #ebe3e3;
          font-weight: bold;
      }
      .botaoo:hover{
         background-color: #f29f05;
        -webkit-transition: background-color 250ms ease;
          transition: background-color 250ms ease;
      }
      .botaoo2{
         min-height: 61px;
    padding: 20px 35px;
    border-radius: 6px;
    background-color: #3d3e61;
    background-image: url(images/Button-Wave.svg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f29f05;
    font-size: 18px;
    text-align: center;
    width: 277px;
    font-family: xilosa;
    border: 2px solid #ebe3e3;
    font-weight: bold;
    margin-left: 37%;
    margin-top: 40px;
      }
      .botaoo2:hover{
         background-color: #f29f05;
        -webkit-transition: background-color 250ms ease;
          transition: background-color 250ms ease;
          color: #fff;
      }
      @media screen and (max-width: 480px) {
	   .botaoo2{
	   	   font-size: 15px;
	   	   margin-left: 7%;
		    
	   }
}
.sliders{
    overflow: hidden;

}
.sliders > .slider-content{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: all 500ms ease;

}

.sliders > .slider-content > .slider-item {
    flex: 0 0 auto;
    width: 100%;
}

.sliders > input:nth-child(1):checked ~ .slider-content{
    transform: translateX(0%);
}

.sliders > input:nth-child(2):checked ~ .slider-content{
    transform: translateX(-100%);
}
.sliders > input:nth-child(3):checked ~ .slider-content{
    transform: translateX(-200%);
}

.sliders > input:nth-child(4):checked ~ .slider-content{
    transform: translateX(-300%);
}
.sliders > input:nth-child(5):checked ~ .slider-content{
    transform: translateX(-400%);
}
.radioa {
  width: 25px;
    height: 52px;
    margin: 11px
   
}
.number{
	
}
.dias1{
	    color: #f29f05;
    font-family: xilosa;
    font-size: 40px;
    margin-top: -15px;
}
.setaesq{
	    float: left;
    width: 22px;
    position: absolute;
    margin-left: 199px;
    margin-top: 20px;
}
.setadir{
	    float: right;
    width: 22px;
    position: absolute;
    margin-left: 496px;
    margin-top: 20px;
}
input{
	cursor: pointer;
}
@media screen and (max-width: 1067px) {
	.setaesq{
		  display: none;
}
.setadir{
	   display: none;
}
}
.fotografias{
	    color: #1e578c;
    font-family: xilosa;
    height: 62px;
    font-size: 46px;
    margin-bottom: 29px;
    text-align: center;

    padding: 19px;

    border-radius: 41px;
    background: #f29f05;
}
#caixa-fotos{
	
}
.hidden {
  display: none;
}
.box{
	color: #1e578c;
    font-size: 23px;
    float: left;
    background: #f29f05;
    margin-left: 50px;
    padding: 14px;
    border-radius: 18px;
    font-family: xilosa;
    text-align: center;
    cursor: pointer;
}
.box:hover{
	background: #e7ad00;
}
@media screen and (max-width: 767px) {
	.box{ color: #1e578c;
    font-size: 17px;
    float: left;
    background: #f29f05;
    margin-left: 50px;
    padding: 14px;
    border-radius: 18px;
    font-family: xilosa;
    text-align: center;
    cursor: pointer;
	}
}
	#content-1{
		
	}
    .button-container {
      text-align: center;
    }

    .button {
      padding: 10px 20px;
      margin: 5px;
      border: none;
      cursor: pointer;
    }

    .contente-container {
      margin-top: 20px;
    }

    .contente {
      display: none;
      padding: 10px;
   
    }
#espaco{
	    height: 148px;
    padding-top: 1px;
    background: #f0b934;
    width: 100%;

}
.boi1{
	width: 200px;
    margin-top: -86px;
    margin-left: 10%;
     opacity: 0.8;
}
.boi2{
	    width: 198px;
    margin-top: -128px;
    margin-left: 70%;
    opacity: 0.8;
}
.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-flex.vertical.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-flex.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.span-marrom {
  color: #be6e46;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.hero-image {
  border-radius: 20px;
}

.review-logo {
  margin-right: 16px;
  margin-bottom: 10px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 5px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #264356;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-texto {
  color: #aeeaff;
  font-family: system-ui;
}
.banner-texto a{
  color: #aeeaff;
  font-family: system-ui;
}

.link-branco {
  color: #1e578c;
  font-weight: 700;
  text-decoration: none;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 70px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcf9f5;
  background-image: linear-gradient(180deg, rgb(60 68 99 / 92%), rgb(33 38 60 / 77%)), url(../images/01.jpg);
  background-image: linear-gradient(
180deg
, rgb(60 68 99 / 92%), rgb(33 38 60 / 77%)), url(../images/01.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cbb-logo {
  position: absolute;
  left: auto; 
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 500px;
}

.titulo-wrap-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-h1 {
  color: #dad2c5;
  font-size: 4em;
}

.header-h1.light {
  color: #dad2c5;
}

.section-conteudo {
  position: relative;
  padding: 50px 3%;
  background-color: #fefefe;
}

.section-conteudo.bggold {
  background-color: #fdf9f3;
}
 
.section-conteudo.hidden {
  display: none;
}

.section-conteudo.bg-amarelo {
  background-color: #fcf9f5;
}

.section-conteudo.bg-white {
  background-color: #fcf9f5;
};

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-link-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: #f0e5cc;
  font-size: 16px;
}

.tab-link-round.w--current {
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #F29F05;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #404062;
}

.menu-item {
  margin-bottom: 20px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-detalhe-esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 3% 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e578c;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #3c4359;
  text-decoration: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  border-color: rgba(61, 52, 44, 0.5);
}

.redes-sociais-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-grid {
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(126, 130, 143, 0.09);
  font-size: 15px;
}

.social-icon {
  width: 2rem;
  opacity: 1;
}

.footer-detalhe-link {
  color: #F29F05;
  text-decoration: none;
}

.footer-link {
  margin-bottom: 12px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  color: #F29F05;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(243, 197, 58, 0.75);
}

.legal {
  color: #353448;
}

.footer-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-detalhe-dir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo {
  margin-bottom: 20px;
  color: #fdf9f3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-right: 15px;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #221f19;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-conteudo-faq {
  position: relative;
  padding: 60px 3%;
  background-color: #fff4d3;
}

.question-title {
  color: #bd6e46;
  font-size: 18px;
  font-weight: 600;
}

.faq-plus {
  width: 20px;
  opacity: 0.5;
}

.faq-paragrafo {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5d4c4a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.cor-bloco {
  height: 120px;
  background-color: #404062;
}

.cor-bloco.c9 {
  background-color: #3c4359;
}

.cor-bloco.c8 {
  background-color: #1e578c;
}

.cor-bloco.c2 {
  background-color: #F29F05;
}

.cor-bloco.c3 {
  background-color: #a83435;
}

.header-h4 {
  color: #5d4c4a;
  font-size: 30px;
}

.style-guide-section {
  padding: 100px 3%;
}

.cor-hex {
  margin-top: 4px;
  color: #c3baaa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.label-guia {
  color: #c3baaa;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.guia-titulo-wrap-esq {
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.cor-titulo {
  float: left;
  color: #5d4c4a;
  font-size: 16px;
  font-weight: 700;
}

.colour-grid {
  margin-bottom: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.colour-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colour {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 17px 0 rgba(82, 76, 76, 0.06);
}

.p1 {
  max-width: 600px;
  color: #5d4c4a;
  font-size: 18px;
  font-weight: 400;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.block {
  margin-bottom: 45px;
}

.fonte-tamanho {
  margin-left: 8px;
  color: #be6e46;
}

.guia-bloco-detalhe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.highlight-default {
  background-color: rgba(255, 171, 0, 0.23);
}

.formulario-pp {
  margin-bottom: 1rem;
  font-size: 13px;
  text-align: left;
}

.abstract-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: -6%;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-image: url('../images/Path-3--Path-3--Path-3--Path-3--Path-3--Path-3--Path-3-Mask.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-cadastro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 3.5rem 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e578c;
}

.formulario {
  margin-bottom: 0px;
}

.campo {
  position: relative;
  z-index: 1;
  height: 50px;
  padding-top: 11px;
  border-style: none;
  border-width: 1px;
  border-color: #dcdcdd;
  border-radius: 5px;
  background-color: #fff;
}

.campo:focus {
  border-color: #5d4c4a;
}

.campo::-webkit-input-placeholder {
  color: #a0a0a0;
}

.campo:-ms-input-placeholder {
  color: #a0a0a0;
}

.campo::-ms-input-placeholder {
  color: #a0a0a0;
}

.campo::placeholder {
  color: #a0a0a0;
}

.campo.select-field {
  padding-top: 8px;
}

.campo.select-field.wide {
  line-height: 35px;
  cursor: pointer;
}

.campo.textarea {
  height: 200px;
}

.formulario-painel {
  width: 100%;
  max-width: 30vw;
}

.formulario-painel.left {
  height: 100%;
  background-image: url('../images/hero-img-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.formulario-painel.dir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.campo-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  color: #5d4c4a;
  line-height: 14px;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 25px;
}

.component-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  height: 50px;
  min-width: 170px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #ffd000;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #000;
}

.submit-button:hover {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.campo-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.line-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 100%;
  height: 1px;
  border-style: dashed none none;
  border-width: 1.3px;
  border-color: #d1cdcd;
}

.content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.works-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.step-image {
  margin-bottom: 40px;
}

.content-grid {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid.regionais {
  margin-bottom: 4rem;
}

.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


/* Estilo do botão fixo no canto inferior direito */
.buttonc {
  display: flex;
  justify-content: center;  /* Centraliza o conteúdo do botão */
  align-items: center;  /* Centraliza verticalmente o conteúdo do botão */
  border-radius: 20px;  /* Bordas arredondadas */
  background-color: #1e578c;  /* Cor de fundo */
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.2);  /* Sombras para dar um efeito de profundidade */
  -webkit-transition: all 400ms ease-out;  /* Transição suave para o efeito hover no Safari */
  transition: all 400ms ease-out;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  height: 63px;
  cursor: pointer;
  text-align: center;
  padding: 28px;
  
  /* Fixa o botão no canto inferior direito */
  position: fixed;
  bottom: 20px;  /* Distância do fundo da tela */
  right: 20px;   /* Distância da direita da tela */
  z-index: 1000;  /* Garante que o botão fique acima de outros elementos */
}

/* Esconde o botão em telas menores (celulares) */
@media (max-width: 1268px) {
  .buttonc {
    display: none;  /* Oculta o botão em telas pequenas */
  }
}




/* Efeito de hover para o botão */
.buttonc:hover {
  background-color: #f2be3c;  /* Cor de fundo ao passar o mouse */
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.3);  /* Efeito de sombra maior ao passar o mouse */
}
@media (max-width: 66.66vw) { /* A largura da janela diminui com o zoom */
  .buttonc {
    display: none;  /* Oculta o botão */
  }
}

.progg{
}

.button.button-space {
  margin-top: 40px;
}

.header-h2 {
  color: #3c4359;
  font-size: 55px;
  line-height: 1;
}

.section-conteudo-antigo {
  position: relative;
  padding: 140px 3%;
  background-color: #d6b773;
  background-image: url('../images/bg-forma-2.svg');
  background-position: 50% 50%;
  background-size: 96% 90%;
  background-repeat: no-repeat;
}

.section-conteudo-antigo.off {
  background-image: none;
}

.section-conteudo-antigo.bg-branco {
  background-color: #fff;
}

.tab-inner {
  background-position: 0% 50%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-2 {
  background-color: #c3baaa;
}

.campo-senha {
  min-height: 50px;
  padding-left: 20px;
  border-radius: 20px;
}

.ml-2 {
  margin-left: 2rem;
}

.text-block-2 {
  color: #fdf9f3;
}

.paragraph {
  color: #fdf9f3;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 700;
}

.pricing-page-desc {
  margin-bottom: 40px;
  color: #999;
}

.plan-desc {
  margin-bottom: 30px;
}

.feature-desc {
  margin-bottom: 0px;
  padding-right: 30%;
  color: #978b6f;
  font-size: 1.15rem;
}

.feature-name {
  margin-top: 0px;
}

.cc-functions__heading {
  margin-bottom: 0px;
}

.feature-info {
  margin-top: 0px;
  margin-bottom: 70px;
  color: #1e578c;
  font-weight: 500;
}

.div-block {
  width: 25%;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
}

.text-span {
  font-size: 16px;
  font-weight: 300;
}

.plan-name {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
}

.cc-functions__p {
  opacity: 0.5;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fcf9f5;
}

.precos-grid {
  width: 95%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.cc-functions {
  text-align: center;
}

.tag-feature {
  color: #999;
  font-size: 10px;
}

.plan-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
}

.plan-info-wrapper.pro {
  color: #434343;
}

.plan-info-wrapper.functions {
  display: none;
  border-style: none;
}

.pricing-grid-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "feature plan-1 plan-2 plan-3 plan-4"
    "feature Todos Todos Todos Todos";
  -ms-grid-columns: 1.75fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-grid-row.cc-plans {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-bottom: 40px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-style: none;
  background-color: #fcf9f5;
}

.pricing-grid-row.coming {
  color: #6c6c6c;
}

.pricing-grid-row.top {
  grid-auto-flow: row;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-style: none;
}

.plan-price {
  padding: 10px 10px 10px 0px;
  font-size: 18px;
  font-weight: 500;
}

.cc-functions__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.text-block-3 {
  color: #404062;
  font-size: 12px;
  text-align: justify;
}

.text-block-3.metade {
  width: 50%;
  font-size: 13px;
}

.text-block-3.metade.dir {
  padding-left: 1rem;
}

.text-block-3.metade.esq {
  padding-right: 1rem;
}

.text-block-4 {
  color: #d6b773;
}

.text-block-5 {
  color: #d6b773;
}

.heading-3 {
  text-align: center;
}

.paragraph-2 {
  color: #3c4359;
}

.div-sect {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  text-align: center;
}

.trab-cient {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.text-block-6 {
  line-height: 2;
  font-size: 18px;
}

.hidden {
  display: none;
}

.section-conteudo-2 {
  position: relative;
  padding: 120px 3%;
  background-color: #fcf9f5;
}

.tab-link-round-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: #f0e5cc;
  font-size: 16px;
}

.tab-link-round-2.w--current {
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #F29F05;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #404062;
}

.image {
  border-radius: 12px;
  box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.48);
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.half-list {
  width: 50%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.texto-estatuto {
  line-height: 2.3;
  text-align: justify;
}

.link {
  color: #404062;
  font-weight: 700;
  text-decoration: none;
}

.subtitulo-hero {
  margin-top: 0rem;
  color: #3d3e61;
  font-size: 1.9em;
  color: #fffefc;
}

.linha-rodape {
  width: 100%;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #F29F05;
}

.linha-rodape.in-center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.home-flex-unit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-flex-unit.mr-40px {
  padding-right: 40px;
}

.home-flex-unit.mr-40px.is--66 {
  width: 66.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;text-align: center;
}

.home-flex-unit.is--palestr {
  padding-right: 30px;
}

.home-h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #d7f0f8;
  line-height: 16px;
  color: #234156;
}

.home-linha-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 25px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-linha-wrap.home-linha-small {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-conteudo-novo {
  position: relative;
  padding: 120px 20% 120px 12.5%;
}

.section-conteudo-novo.is--evento {
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 120px;
}

.section-conteudo-novo.is--agenda {
  padding-top: 120px;
  padding-right: 12.5%;
  padding-bottom: 120px;
  background-color: #F29F05;
}

.section-conteudo-novo.is--contact {
  padding-right: 12.5%;
}

.home-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-highlight {
  margin-bottom: 30px;
    color: #234156;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: system-ui;
}

.home-texto {
  margin-bottom: 25px;
  text-align: justify;
  font-family: Gadugi;
  font-size: 17px;
  color: #234156;
  font-family: system-ui;
}
.embrev{
  align-items: center;
  border-radius: 20px;
  background-color: #234156;
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 276px;
  padding: 22px;
}
.home-texto.with-margin-left {
  padding-left: 20px;
}

.span1 {
  color: #F29F05;
  font-style: italic;
}
.span192 {
  color: #1d9277;
  font-style: italic;
}

.text-span-3 {
  color: #F29F05;
  font-style: italic;
}

.imagem-esq {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 480px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-linha {
  width: 100%;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ade8fd;
}

.home-linha.in-center {
  margin-top: 5px;
  margin-bottom: 5px;
}

.texto-h4 {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.texto-h4.branco {
  color: #F29F05;
}

.c-type__h2-2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #F29F05;
  line-height: 16px;
}

.c-evento__edicao-ant {
  margin-top: 120px;
}

.home-apoio-logo {
  margin-right: 2rem;
  margin-left: 2rem;
  text-decoration: none;
}

.home-apoio-titulo {
  margin-bottom: 10px;
  color: #23245f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.home-hotel-img {
  margin-top: 25px;
}

.home-apoios-mob {
  display: none;
}

.c-evento__album-thumb {
  width: 215px;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.home-wrap-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 210px;
  background-color: #F29F05;
}

.home-apoios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-type__highlighted-2 {
  margin-bottom: 30px;
  color: #333a50;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.home-apoio-wrap {
  display: inline-block;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-apoiadores {
  margin-top: 40px;
  margin-bottom: 80px;
}

.home-h4-mob {
  display: none;
}

.agenda-heading {
  display: inline-block;
  margin-bottom: 110px;
  padding-right: 10px;
  border-bottom: 15px solid #d6b773;
  line-height: 16px;
}

.c-type__paragraph-mob {
  display: none;
}

.c-agenda__day {
  height: 100px;
  margin-bottom: 40px;
  border-bottom: 4px solid #23245f;
}

.c-agenda__day.observation {
  height: 120px;
  padding-top: 5px;
  padding-left: 20px;
  border-bottom-color: #404062;
  background-color: #404062;
  color: #fff;
}

.c-agenda__day-name {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.agenda-bloco {
  height: 110px;
  padding-top: 20px;
  border-bottom: 2px solid #23245f;
}

.agenda-bloco._90mins {
  height: 150px;
}

.agenda-bloco.bigger {
  height: 260px;
}

.agenda-bloco._3h {
  height: 300px;
}

.agenda-atividade {
  display: block;
  margin-top: 10px;
}

.c-type__date {
  margin-top: 20px;
  font-size: 50px;
  line-height: 40px;
}

.agenda-horario-bg {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 5px;
  background-color: #404062;
  color: #fff;
  font-size: 16px;
}

.home-parag {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-h4 {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-h4.pb-4 {
  margin-bottom: 1rem;
}

.home-header2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 10px;
  border-bottom: 15px solid #F29F05;
  line-height: 16px;
}

.home-span-bold {
  font-weight: 700;
}

.hero-div-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-holder {
  width: 50%;
  margin-right: 0%;
  margin-left: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-holder.home {
  width: auto;
  margin-right: 10%;
  margin-left: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.agenda-texto {
  font-size: 14px;
  line-height: 24px;
}

.agenda-texto.light {
  color: #e0e7f0;
}

.agenda-texto.light.hero-subhead {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  font-size: 19px;
  font-weight: 200;
}

.agenda-texto.mb-20px {
  margin-bottom: 20px;
}

.btn {
  height: 50px;
  margin-top: 30px;
  padding: 14px 50px;
  border-radius: 25px;
  background-color: #f5b62e;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.btn:hover {
  background-color: #df9d0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
}

.btn._2 {
  margin-left: 20px;
  background-color: #fff;
  background-image: none;
  color: #404062;
  text-align: center;
}

.btn._2:hover {
  background-color: #a83435;
  color: #fff;
}

.btn.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.full-width {
  display: block;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width:hover {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width.inner {
  margin-top: auto;
  padding: 15px 15px 11px;
  background-image: none;
}

.hero1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 190px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #404062;
}

.hero1.hidden {
  display: none;
}

.white-heading {
  margin: 0px 0px 20px;
  color: #F29F05;
  font-size: 72px;
  line-height: 82px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}

.white-heading.home-centred {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.position {
  font-size: 14px;
  font-weight: 300;
}

.agenda-palestrante-foto {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 20px;
  background-image: url('../images/logo-bovino.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.agenda-palestrante-foto._2 {
  background-image: url('../images/logo-bovino.svg');
}

.agenda-palestra-titulo {
  font-size: 14px;
  text-align: left;
}

.agenda-palestra-titulo.padding {
  margin-top: 20px;
}

.agenda-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 20px 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.agenda-item.break {
  border-style: solid;
  border-width: 1px;
  border-color: #f5b62e;
}

.agenda-horario-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.agenda-coluna {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.agenda-tab {
  padding-right: 0px;
  padding-left: 0px;
}

.agenda-horario {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.agenda-paragrafo {
  font-size: 14px;
  font-weight: 700;
}

.agenda-paragrafo.no-inner-padding {
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
}

.agenda-paragrafo.no-padding {
  margin-bottom: 0px;
}

.atividade-descricao {
  display: inline-block;
  width: 78%;
}

.heading-5 {
  display: inline-block;
  margin-top: 0px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e0e0e0;
  color: #11244d;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

.heading-5.thinner {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.heading-5.thinner.less-space {
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
}

.agenda-card {
  position: static;
  top: 32px;
  z-index: 1001;
  margin: 0px 0px -20px;
  padding: 35px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 3px rgba(6, 15, 24, 0.06);
  text-align: left;
}

.agenda-palestrante-nome {
  color: #29334e;
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  text-align: left;
}

.agenda-palestrante {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.agenda-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11%;
  margin-left: 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}