/*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');
 @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;
    color: var(--cor_padrao) !important;
}

a{
    text-decoration: none !important;
    font-weight: bold !important;
    color: var(--cor_texto);
}

a:hover{
    color: var(--cor_texto2) !important;
}

#navbar-bg{
    background: #facc89;
}

#hero{
    
    background-size: cover;
    position: relative;
    z-index: 99;
}

.galery{
    position: relative;
    z-index: 1;
}

#frame { width: 135% !important; height: 1400px !important;}
#frame {
    -ms-zoom: 1.0 !important;
    -moz-transform: scale(0.75) !important;
    -moz-transform-origin: 0 0 !important;
    -o-transform: scale(0.75) !important;
    -o-transform-origin: 0 0 !important;
    -webkit-transform: scale(0.75) !important; 
    -webkit-transform-origin: 0 0 !important;
}

#mapa{
    height: 948px !important;
    margin-top: -81px !important;
    overflow-y: hidden !important;   
    position: relative !important;  
    z-index: 0 !important;
}

#formulario{
    background: url(../img/fundo-novo.png);
    background-size: cover;
}

.crm-form{
    background-color: var(--bg_form);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    margin-bottom: -56px;
    margin-top: 132px;
}

.form-control{
    padding: 1.5rem 1.65rem;
}

.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/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: 4rem 2rem;
    }
}

@media (min-width: 992px){
   
}

@media (max-width: 991px) {

    #mapa {
        height: 920px !important;
        width: 2800px !important;
    }

}

@media only screen and (max-width:1365px) {
    #frame {
        -ms-zoom: 1 !important;
        -moz-transform: scale(0.758) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(0.758) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(0.758) !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media only screen and (min-width:1366px) {
    #mapa {
        width: 1400px;
        height: 700px;
        overflow: hidden;
    }
    
    
    #frame {
        -ms-zoom: 1 !important;
        -moz-transform: scale(0.76) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(0.76) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(0.76) !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media only screen and (min-width:1440px) {
    #frame {
        -ms-zoom: 1 !important;
        -moz-transform: scale(0.8) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(0.8) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(0.8) !important;
        -webkit-transform-origin: 0 0 !important;
    }

    #mapa {
        height: 900px !important;
        width: 2050px;
    }

}

@media only screen and (min-width:1650px) {
    #mapa {
        height: 1016px !important;
        width: 2100px;
    }

    #frame {
        -ms-zoom: 1 !important;
        -moz-transform: scale(0.9) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(0.9) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(0.9) !important;
        -webkit-transform-origin: 0 0 !important;
    }

    #frame {
        width: 140% !important;
        height: 1715px !important;
    }
}

@media only screen and (min-width:1920px) {
    #mapa {
        height: 1200px !important;
        margin-top: 10px;
        width: 1920px;
        overflow: hidden;
    }

    #formulario {
        padding-bottom: 9rem;
        
    }

    #frame {
        -ms-zoom: 1 !important;
        -moz-transform: scale(1.06) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(1.06) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(1.06) !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #mapa {
        height: 1500px !important;
        margin-top: 10px;
    }

    #frame {
        -ms-zoom: 1 !important;
        -moz-transform: scale(0.456) !important;
        -moz-transform-origin: 0 0 !important;
        -o-transform: scale(0.456) !important;
        -o-transform-origin: 0 0 !important;
        -webkit-transform: scale(0.456) !important;
        -webkit-transform-origin: 0 0 !important;
    }

    #frame {
        width: 225% !important;
    }
}

@media all and (device-width: 300px) and (device-height: 990px) and (orientation:portrait) {
    #mapa {
        height: 1500px !important;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 2048px) {
    #mapa {
        height: 1197px !important;
        width: 2100px;
    }

    #formulario {
        padding-bottom: 9rem;
        margin-top: 80px;
    }
}

@media only screen and (min-width:1700px) {
    #mapa {
        height: 1200px !important;
        width: 2100px;
    }
}

/*FIM @MEDIA*/