* {
	font-family: "Be Vietnam Pro", sans-serif !important;
}

p, label{
   letter-spacing: 0px;
}

html {
	scroll-behavior: smooth;
}

/* =========================
   BANNER
========================= */

.banner-container {
	width: 100%;
	background-color: #0B0B95;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.banner-container img {
	width: 100%;
	height: auto; /* MantÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©m a proporÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o baseada nos atributos width/height */
	display: block;
	object-fit: cover;
	margin: 30px auto;
	max-width: 700px;
}

.banner-container p {
	width: 90%;
	text-align: center;
	margin: 35px auto;
	max-width: 500px;
}

.banner-container a {
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px 22px;
	text-align: center;
	background: white;
	border-radius: 5px;
	color: #0059FF;
}

/* Texto */

.texto-scroll-section{
	background-color: transparent;
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
	background: white;
	padding-top: 20px;
} 

.texto-scroll-section .container{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.texto-scroll-section h1{
	font-size: 38px;
}

.texto-scroll-section h2{ 
	font-size: 29px; 
}

.texto-scroll-section h3{
	font-size: 25px;
}

.texto-scroll-section h4{
	font-size: 18px;
}

.texto-scroll-section ul{
	list-style: auto;
	padding-left: 20px;
}

.texto-scroll-section li{
	font-size: 18px;
	list-style: circle;
	margin: 10px 0;
}


/* Scroll / Ler mais */

.scroll-box {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.scroll-box p{
    color: black;
}

.scroll-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

.scroll-content.is-collapsed {
    max-height: 220px;
}

.scroll-content p {
    margin: 10px 0;
    font-size: 18px;
}

.scroll-content.is-expanded {
    max-height: 400px; /* Altura controlada ao expandir */
    overflow-y: auto;
}

/* Fade quando fechado */
.scroll-content.is-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

/* Scrollbar suave */
.scroll-content.is-expanded::-webkit-scrollbar {
    width: 6px;
}

.scroll-content.is-expanded::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
}

.read-more-btn {
    margin-top: 25px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

/* =========================
   LOCAL
========================= */

.local {
	background: #110071;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 50px 0;
}

.local .title-section {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
}

.local .title-section p {
	font-size: 40px;
}

.local .title-section p strong {
	color: #69C3FF;
}

.local .data h4 {
	color: #69C3FF;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}

.local .data a {
	margin: 20px 0;
	padding: 10px 22px;
	text-align: center;
	background: #69C3FF;
	border-radius: 5px;
	display: block;
	max-width: fit-content;
}

/* =========================
   FORMS
========================= */

.select-form {
	margin: 0 auto;
	padding: 30px 5%;
	background: #F2E436;
}

.select-form .btn {
	max-width: 1024px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

.select-form h2 {
	max-width: 1024px;
	width: 90%;
	font-size: 56px;
	font-weight: 300;
	margin: 0 auto;
}

.select-form h2 strong {
	font-weight: 700;
	color: #FFFFA5;
}

.select-form button {
	font-size: 18px;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px;
	border: 0;
}

.select-form button.ativo {
	background: #0059FF;
	color: white;
}

.secao-contato {
	min-height: 500px;
	display: block;
	position: relative;
}

.secao-contato .container {
	margin: 0 auto;
	padding: 30px 5%;
	background: #057C42;
}

.secao-contato .container.ativo {
	display: block;
}

.secao-contato .container.candidato {
	background: #0B0B95;
}

.secao-contato .container.entidade {
	background: #07074B;
}

.secao-contato .container h2 {
	max-width: 1024px;
	color: white;
	font-weight: 400;
	margin: 30px auto;
	font-size: 40px;
}

#wpforms-submit-2063 {
	background: #fff;
	color: #091089;
}

#wpforms-submit-2139 {
	background: white !important;
}


/* Esconde todos os formulÃ¡rios */
.secao-contato .container {
	display: none;
}

/* Mostra o ativo */
.secao-contato .container.ativo {
	display: block;
}

/* =========================
   WPFORMS
========================= */

div.wpforms-container .wpforms-form .wpforms-field > * {
	max-width: 100%;
}

div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-small,
div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-medium,
div.wpforms-container .wpforms-form .wpforms-field input.wpforms-field-large,
div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-small,
div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-medium,
div.wpforms-container .wpforms-form .wpforms-field select.wpforms-field-large,
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-small,
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium,
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-large {
	max-width: 100%;
}

/* Esconde o "pulo" do carregamento */
.wpforms-container {
	max-width: 1024px;
	margin-top: 0 !important;
	opacity: 0;
	animation: fadeInForm 0.5s ease forwards;
}

.wpforms-submit{
	background: white !important;
}

@keyframes fadeInForm {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 767px) {

	.banner-container {
		aspect-ratio: 4 / 5;
	}

	.texto-scroll-section {
		margin-top: 0;
	}

	.local {
		grid-template-columns: 1fr;
	}

	.local .data {
		margin: 0 auto;
		max-width: 300px;
	}

	.select-form .btn {
		flex-direction: column;
		gap: 10px;
	}

	.select-form h2 {
		width: 100%;
		font-size: 45px;
	}
	.texto-scroll-section h1 {
	    font-size: 28px;
	}
	.texto-scroll-section h2 {
	    font-size: 25px;
	}
	.texto-scroll-section h3 {
    font-size: 22px;
}
}

@media (min-width: 768px) {
	.banner-container {
		aspect-ratio: 16 / 6;
	}
}