@charset "UTF-8";

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('/font/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('/font/Poppins-Bold.woff2') format('woff2');
}

:root {
    --cor1: #3b4246;
    --cor2: #5d686e;
    --cor3: #dfe1e2;
    --cor4: #ff4c00;
    --cor5: #ffbf00;
    --cor6: #25D366;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: var(--cor2);
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body {
    overflow-x: hidden;
}

header,
main,
footer {
    zoom: 115%;
}

.block-scroll-y {
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body::-webkit-scrollbar {
    width: 0;
}

body {
    width: 100dvw;
}

.transparent {
    opacity: 0;
}

.hidden {
    opacity: 0 !important;
    z-index: -1 !important;
}

.none {
    display: none;
    max-height: 0px;
}

flex-slider f-scroller {
    overflow-y: hidden;
}

a {
    text-decoration: none;
    color: var(--cor2);
    transition: 0.25s;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
}

h2 {
    font-size: 0.9rem;
    font-weight: 400;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-top: 7px;
}

h4 {
    font-size: 1.5rem;
    z-index: 1;
}

p {
    font-size: 0.8rem;
}

.conteiner {
    width: 100%;
    max-width: 1050px;
    margin: auto;
}

header {
    margin-left: -7.5%;
    background-color: white;
    position: fixed;
    min-width: 100dvw;
    z-index: 2;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

header .conteiner {
    height: max-content;
    padding: 1dvw;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
}

.header-left {
    display: flex;
}

.header-right {
    display: flex;
    gap: 20px;
}

.header-logo {
    width: 150px;
}

header .svg-menu {
    display: none;
}

.banner-flex f-btn-back,
.banner-flex f-btn-next {
    border: none;
    z-index: 1;
}

.banner,
.banner-live {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100dvw;
    height: 580px;
    margin-top: 40px;
}

.banner {
    background-image: url("/images/Banner.avif");
}

.banner-live {
    background-image: url("/images/premio_live/bg-live-desktop.jpg");
    color: white;
}

.banner .conteiner,
.banner-live .conteiner {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-content {
    display: flex;
    flex-direction: column;
    padding-left: 16dvw;
    gap: 15px;
}

.live.banner-content {
    padding-left: 13dvw;
    width: 50%;
    gap: 5px;
}

.selo-mobile {
    display: none;
}

.banner-content h2 {
    max-width: 70%;
}

.btn-banner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 10px;
    background-color: var(--cor6);
    border-radius: 10px;
    text-align: center;
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
    transition: 0.25s;
    gap: 5px;
}

.btn-banner:active {
    transform: scale(0.8);
}

.yellow-dash-headline {
    position: relative;
    z-index: 1;
}

.yellow-dash-headline::before {
    content: " ";
    width: 102%;
    height: 6px;
    background-color: var(--cor5);
    position: absolute;
    bottom: 8px;
    left: -2px;
    z-index: -1;
    border-radius: 15px;
}

aside {
    background-color: white;
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 1050px;
    height: max-content;
    margin-top: -5dvw;
    padding: 35px 0 35px 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

aside p {
    font-size: 1.2rem;
    max-width: 45%;
}

aside hr {
    background-color: var(--cor5);
    width: 60%;
    height: 10px;
    border: none;
    position: absolute;
    border-radius: 15px;
    bottom: -5px;
}

.bold {
    font-weight: bold;
}

.svg-icon {
    background-color: white;
}

/* Iframe */

#blog-content.none {
    max-height: 0px;
}

#blog-content {
    width: 100dvw;
    margin-top: 70px;
    margin-bottom: -30px;
    /* min-height: calc(100dvh - 80px); */
    border: none;
}

/* footer */

footer {
    padding-top: 10vh;
    font-size: 0.8rem;
    color: white;
    background-color: var(--cor2);
    width: 100%;
}

.footer-form {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.newsletter-form .flex-row {
    gap: 10px;
}

footer input {
    background-color: var(--cor3);
    flex: 2;
}

.btn-footer {
    padding: 8px;
    font-weight: bold;
    width: 80px !important;
    border-radius: 5px;
    border: none;
    color: var(--cor1);
    flex: 1;
    height: 40px;
}

footer .conteiner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

footer .address {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: right;
}

footer p {
    font-size: 0.8rem;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 110px;
    gap: 10px;
}

footer a {
    color: white;
}

footer .footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

footer .media-links {
    display: flex;
    gap: 30px;
    justify-content: center;
}

footer .media-link {
    width: 40px;
}

.footer-logo {
    width: 100%;
    max-width: 250px;
}

footer img {
    width: 25px;
}

.footer-bottom {
    background-color: var(--cor1);
    color: white;
    padding: 10px 0;
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 10vh;
    width: 100%;
    justify-content: center;
}

.recaptcha-terms {
    font-size: 11px;
    color: var(--cor2);
    text-align: left;
    margin-top: 15px;
    line-height: 1rem;
}

.grecaptcha-badge {
    visibility: hidden;
}