/*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;
}

#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;
}

 
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(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;
}

.dropdown-menu{
    min-width: unset;
}

.fake-sel{
    display: none;
 }

 .fake-sel-wrap:hover{
    cursor: pointer !important;
 }
 
 .fake-sel-wrap{
    
    margin-top: 4px;
    display: inline-block;
    position: relative;
    height: 46px;
 }
 
 .fake-sel-wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Arial;
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    background-color: none !important;
 }
 
 .fake-sel-wrap ul li{
    padding: 3px;
    line-height: 1em;
    display: flex;
    align-items: center;
 }
 
 
 .fake-sel-wrap ul li:nth-child(1){
    border-bottom:none !important;
 }
 
 .fake-sel-wrap ul li.ativo{
    background-color: none !important;
    color: white;
 }
 
 .fake-sel-wrap ul li:not(:nth-child(1)):not(.ativo):hover{
    background-color: none !important;
 }
 
 
 .fake-sel-wrap ul.ativo{
    overflow: auto;
    height: auto;
 }
 
 .fake-sel-wrap ul li img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
 }
 
 /* ESTE É O CSS DA SETINHA */
 .fake-sel-wrap ul li:nth-child(1)::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    margin-left: 1px;
 }
#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-control{
    padding: 1.5rem 1.65rem;
}

.form-group{
    padding:  1rem !important;
}

.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;
}

#footer{
    background-color: var(--cor_padrao-2);
    color: var(--cor_texto-claro);
}

.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;
}

/*@MEDIA*/
@media (max-width: 991px){

    .crm-form{
        padding: 3rem 1rem;
    }
}

@media (min-width: 992px){
   
}
/*FIM @MEDIA*/