/*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-family: 'Garnet Capitals', sans-serif !important;
    font-family: Garnet !important;
}

#wtz{
    position: fixed;
    z-index: 9999 !important;
    bottom: 30px;
    right: 20px;
}

.owl-carousel {
    cursor: grab;
}

.mapa {
    position: relative;
    z-index: 0;
    margin-top: -226px;
    margin-bottom: -445px;
}

#galery {
    position: relative;
    z-index: 3 !important;
}

.btn-primary {
    background-color: #26295e;
    border: #26295e;
}

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;
}

#frame {
    width: 135% !important;
    height: 1400px !important;
}

#frame {
    -ms-zoom: 1.0 !important;
    -moz-transform: scale(0.85) !important;
    -moz-transform-origin: 0 0 !important;
    -o-transform: scale(0.85) !important;
    -o-transform-origin: 0 0 !important;
    -webkit-transform: scale(0.85) !important;
    -webkit-transform-origin: 0 0 !important;
}



#formulario {
    background: url(../img/imgs_4.jpg);
    background-size: cover;
}

.crm-form {
    background-color: var(--bg_form);
    /* border-radius: 2rem; */
    /* padding: 2rem 1.5rem; */
}


.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/pg_vid.png);
    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: #26295e !important;
}

.nav-button {
    background-color: #26295e;
    color: #dddddd;
    text-transform: uppercase;
    padding: 10px;
    border: none;
}

#footer {
    background-color: #26295e;
    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;
    border-radius: 1px !important;
}

.small-footer {
    font-size: 12px;
    color: black !important;
}

#rodape {
    background-color:#2e2460;
}

.dados {
    display: inline-flex;
}

#copy {
    background-color: white;
}

.uk-lightbox-toolbar {
    background-color: #f2f2f2 !important;
}

.uk-lightbox-toolbar-icon {
    color: rgb(233, 86, 86) !important;
}

/* INFO*/

#info {
    background-image: url("../img/img.png");
    background-size: cover; 

}
.info-title {
    background-color: #fbfbfb;
    text-transform: uppercase;
    text-align: center;
    color: #2e2460;
    font-weight: bold;
    padding-bottom: 35px;
}

.info-container {
    /* overflow: hidden; */
    background-color: #2e2460;
    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;
    }
    #sports {
        min-height: 600px;
        padding-top: 55px;
    }
}

@media (min-width: 992px) {}

#mobile-image {
    display: none;
}

#wtz img {
    transition: all 0.3s ease;
}

#wtz img:hover {
    filter: invert(100%);
}

@media only screen and (max-width: 768px) {
    #hero-image {
        
        display: none;
    }
    
    #hero-image-mobile {
        display: block;
        width: 100%; 
    }

    #desktop-image {
        display: none;
    }

    #mobile-image {
        display: block;
    }
}
/*FIM @MEDIA*/