/* html, body {
    background-color: #FFF !important;
} */


.section-hero {
    position: relative;
    background-image: url('/static/images/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    /* margin-bottom: 100px; */
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    padding: 0 20px; 
    box-sizing: border-box; 
}

.section-hero .hero-content {
    max-width: 800px;
    width: 100%; 
    padding: 0 20px;
}

.section-hero h1 {
    font-size: 1.7em; 
}

.section-hero h1 strong {
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    color: #FFE700;
}

.button-cadastrar {
    display: inline-block;
    padding: 15px 30px;
    background-color: #FFE700;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 30px;
}

.button-cadastrar:hover {
    background-color: #fff;
    color: black;
    text-decoration: none;
}

.section-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}


.hero-content {
    position: relative;
    z-index: 2;
}

.container-sobre-nos {
    position: relative;
    font-size: 1.1em;
    max-width: 800px; 
    margin: 0 auto; 
    padding: 1em 0; 
}

.container-sobre-nos h2 {
    color: #000;
    font-size: 1.8em;
    font-weight: 700; 
    margin-bottom: 0.5em; 
    text-align: center; 
}

.container-sobre-nos p {
    color: #333;
    line-height: 1.6; 
    font-weight: 400; 

}

.cta-button:hover {
    background-color: #ffffff;
    color: #0C213A;
    text-decoration: none; 
}

.btn-home {
    position: relative;
    top: 90px;
    padding: 15px 30px;
    background-color: #0C213A;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1em;
    text-decoration: none;
    border-radius: 30px;
    font-family: 'Verdana', sans-serif;
    text-align: center;
    right: 0%;
}

.btn-home:hover {
    background-color: #fff; 
    color: #0C213A;
}

.about {
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 100px;
    font-family: 'Verdana', sans-serif;
}

.about h2 {
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #0C213A;
    text-align: center;
}

.about p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5em;
    margin-bottom: 50px;
    color: #0C213A;
}

.energy-info {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 60px 20px;
    background-color: #0C213A;
    margin-bottom: 50px;
    color: white;
    border-radius: 15px;
    font-family: 'Seaford', serif;
}

.energy-info .feature {
    font-family: 'Verdana', sans-serif !important;
    text-align: left;
    margin-right: 20px;
}

.energy-info .feature h3 {
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 10px;
}

.energy-info .feature p {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 20px;
}

.energy-info .energy-image {
    flex: 1;
    text-align: center; 
}

.energy-info .energy-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.benefit {
    display: flex;
    align-items: center;
    margin: 15px 0;
}


.benefit .icon-image {
    width: 24px; 
    height: 24px;
    margin-right: 15px; 
}

#vantege {
    background-color: #0C213A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    color: white;
}

.container-vantege {
    background-color: #0C213A;
    width: 90%; 
    max-width: 800px; 
    padding: 40px; 
    text-align: center;
    font-family: 'Verdana', sans-serif;
    border-radius: 8px;
}

.container-vantege h1 {
    font-size: 2em; 
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.benefit {
    display: flex;
    align-items: center;
    font-family: 'Verdana', sans-serif;
    margin: 15px 0; 
}

.benefit .icon-correct {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF; 
    border-radius: 50%;
    margin-right: 15px; 
}

.benefit span {
    font-size: 1.1em; 
    color: #FFFFFF;
}

.container-vantege p {
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
    font-family: 'Verdana', sans-serif;
    margin-top: 30px;
}

.container-vantege .button {
    display: inline-block;
    padding: 15px 30px; 
    background-color: #FFE700;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 30px;
}
.container-vantege strong {
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    color: #FFE700;
}

.container-vantege .button:hover {
    background-color: #fff;
    color: #000;
}

.call-to-action {
    background-color: #fff;
    margin: 0 auto; /* Remove margem superior e inferior */
    max-width: 1200px; /* Limita a largura máxima */
    padding: 0; /* Remove padding */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.call-to-action h2 {
    font-family: 'Verdana', sans-serif;
    font-size: 4.5em;
    margin-bottom: 50px;
    text-align: center;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    text-align: center;
}

.container {
    text-align: center;
    color: #fff;
}
#como-funciona {
    background-color: #ffffff;
    padding: 60px 20px;
}

.container-como-funciona {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.container-como-funciona h2 {
    font-size: 2.5em;
    color: #0C213A;
    margin-bottom: 40px;
}

.steps-container {
    display: flex;
    justify-content: center; 
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.step {
    flex: 1 1 250px;
    max-width: 250px;
    text-align: center; 
}

.icon-circle {
    width: 250px; 
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    border: none;
}

.icon-circle img {
    width: 150px; /* Ajusta a imagem para caber no círculo */
    height: 150px;
    object-fit: contain;
}

.step-link {
    color: #0C213A;
    font-weight: bold;
    text-decoration: none;
}

.step-link:hover {
    color: #FFE700;
    text-decoration: underline;
}

.step p {
    color: #333;
    font-size: 1.1em;
}

#promo-energy {
    background-color: #FFF;
    padding: 40px 20px;
    text-align: center;
}

.container-energy {
    background-color: #0C213A;
    color: #FFF;
    padding: 30px 40px; /* Mantém o padding existente */
    border-radius: 12px;
    max-width: 1200px; /* Aumenta o max-width para expandir o retângulo */
    margin: 0 auto;
    font-family: 'Verdana', sans-serif;
    text-align: center;
}


.container-energy p {
    font-size: 1.3em; /* Tamanho do texto */
    line-height: 1.8; /* Altura da linha para legibilidade */
    margin: 0;
}

.link-register {
    color: #0C213A;
    text-decoration: underline;
    display: block;
    font-weight: bold;
    font-size: 1em;
    margin: 40px 0;
}

.link-register:hover {
    color: #FFE700; /* Cor do link ao passar o mouse */
}

.figcaption-custom {
    /* color: #0C213A; */

    /* color: #FFFFFF; */
    font-size: 1em;
    font-weight: bold;
}

.img-custom {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}
.container-galeria {
    /* background-color: #0C213A; */
    background: linear-gradient(to bottom, #006fbf, #053561, #043157);
    color: #FFFFFF;
}

.container-vantege-galeria {
    /* background-color: #0C213A; */
    background: linear-gradient(to top, #006fbf, #053561, #043157);
    color: #FFFFFF;
    padding: 40px; 
    text-align: center;
    font-family: 'Verdana', sans-serif;
}

.container-vantege-galeria h1 {
    font-size: 2em; 
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.container-vantege-galeria p {
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
    font-family: 'Verdana', sans-serif;
    margin-top: 30px;
}

.container-vantege-galeria .button {
    display: inline-block;
    padding: 15px 30px; 
    background-color: #FFE700;
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 30px;
}
.container-vantege-galeria strong {
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    color: #FFE700;
}

.container-vantege-galeria .button:hover {
    background-color: #fff;
    color: #000;
}

