/*IMPORT*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../css/root.css');
@import url('../css/owl.carousel.min.css');
@import url('../css/owl.theme.default.min.css');

@font-face {
    font-family: Garnet;
    src: url('../fonts/GarnetCapitals-Regular.ttf')
}

/*FIM IMPORT*/

html {
    overflow-x: hidden !important;
}

body {
    /* overflow-x: hidden !important; */
    font-family: 'Montserrat', sans-serif;
    background-color: #f2f2f2 !important;
}

h1,
h2,
h3 {
    font-weight: 600 !important;
    font-size: 2.5rem;
}

.size {
    font-size: 2rem !important;
}

.bg-green {
    color: #2d5427 !important;
}

.bg-g {
    background-color: #2d5427 !important;
}

.bg-yellow {
    color: #fff718 !important;
}

#mapa {
    height: 1100px !important;
    margin-top: -260px !important;
    overflow-y: hidden !important;
    position: relative !important;
    z-index: 0 !important;
}

#galery {
    position: relative;
    z-index: 3 !important;
}

.btn-primary {
    color: black;
    background-color: #fff718;
    border: #fff718;
    font-size: 1.2rem;
    font-weight: bold !important;
    padding: 1rem 2rem;
}

.btn-primary:hover {
    background-color: #fad873;
    border: #fad873;
}

a {
    text-decoration: none !important;
    font-weight: bold !important;
    color: var(--cor_texto);
}

a:hover {
    color: var(--cor_texto2) !important;
}

#navbar-bg {
    background: var(--cor_navbar);
}

#hero {
    background: url(img/bg_hero.webp);
    background-size: cover;
}

#hero .hero-image {
    position: relative;
}

#hero .hero-image img {
    width: 100%;
    height: auto;
    filter: brightness(50%);
}

#hero .hero-image .hero-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: white;
  }

#hero .hero-image .hero-text h1 {
    font-weight: 500 !important;
    padding: 70px;
}

#frame {
    width: 135% !important;
    height: 1400px !important;
}

#frame {
    -ms-zoom: 1.0 !important;
    -moz-transform: scale(1) !important;
    -moz-transform-origin: 0 0 !important;
    -o-transform: scale(1) !important;
    -o-transform-origin: 0 0 !important;
    -webkit-transform: scale(1) !important;
    -webkit-transform-origin: 0 0 !important;
}

#formulario {
    background: url(../img/capa.webp);
    background-size: cover;
}

.crm-form {
    background-color: var(--bg_form);
}

.form-control {
    padding: 1.5rem 1.65rem;
}

.form-group {
    padding: 0.5rem 1.5rem;
}

.btn-form {
    width: 100%;
    background-color: var(--cor_padrao);
    color: var(--cor_texto);
    padding: 1rem 1rem;
}

.btn-form:hover {
    background-color: var(--cor_padrao-2);
    color: var(--cor_texto);
}

#localizacao {
    z-index: 1;
    position: relative;
    background-color: var(--bg_localiza);
}

#video {
    display: flex;
    background: url(../img/capa.webp);
    background-size: cover;
    min-height: 700px;
}

#video>.container {
    align-self: center;
}

.btn-play {
    color: white
}

.btn-play>a>.fa-solid {
    font-size: 85px;
}

.progress-bar {
    background-color: var(--cor_padrao);
}

.progress {
    background-color: #dddddd;
}

.nav-itens {
    text-transform: uppercase;
    color: #f2f2f2 !important;
}

.nav-iten {
    color: #f2f2f2;
}

.nav-button {
    background-color: #2d5427;
    color: #dddddd;
    text-transform: uppercase;
    padding: 10px;
    border: none;
}

#footer {
    background-color: #2d5427;
    color: white
}

.dados-footer {
    border: 1px;
    padding: 5px;
}

.botton-footer {
    border: none;
    background-color: #ea860e;
    width: 90px;
}

.input-footer {
    border-radius: 1px;
    padding: 10px;
    display: block;
    font-size: inherit;
}

.input-mensagem {
    border-radius: 1px;
    padding-bottom: 40px;
    display: block;
    font-size: inherit;
}

.size-footer {
    padding: 0.5rem !important;
    font-size: 2.5rem !important;
    /* border-radius: 1px !important; */
}

.small-footer {
    font-size: 12px;
    color: black !important;
}

#rodape {
    background-color: #2e2460;
}

.dados {
    display: inline-flex;
}

#copy {
    background-color: #2d5427;
}

.uk-lightbox-toolbar {
    background-color: #f2f2f2 !important;
}

.uk-lightbox-toolbar-icon {
    color: rgb(233, 86, 86) !important;
}

/* INFO*/

#info {
    background-image: url("../img/img.webp");
    background-size: cover;
}

.info-title {
    background-color: #fbfbfb;
    text-transform: uppercase;
    text-align: center;
    color: #2d5427;
    font-weight: bold;
    padding-bottom: 35px;
}

.info-container {
    /* overflow: hidden; */
    background-color: #2d5427;
    color: white;
    border-radius: 10px 20px;
}

.info-img {
    margin-top: -100px;
    position: relative;
    z-index: 9999;
    border-radius: 0px 20px 10px 0px;
}

.p-footer {
    text-transform: uppercase;
    font-weight: bold;
    color: black !important;
}

.info-video {
    border-radius: 0px 20px 10px 0px !important;
}

.sub-title {
    text-transform: uppercase;
    color: white !important;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#sports {
    display: flex;
    background-size: cover;
    min-height: 700px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(38, 41, 94, 1) 50%);
    padding-top: 100px;
    padding-bottom: 30px;
}

.text {
    font-size: 14px;
}

/*@MEDIA*/
@media (max-width: 991px) {

    .crm-form {
        padding: 3rem 1rem;
    }

    .size {
        font-size: 1.5rem !important;
    }

    #hero .hero-image .hero-text h1 {
        font-weight: 500 !important;
        padding: 15px;
    }

    .d-flex {
        flex-direction: column;
    }

    #sports {
        min-height: 600px;
        padding-top: 55px;
    }
}

@media (min-width: 992px) {}

/*FIM @MEDIA*/