@import url('font/stylesheet.css');
header{
    background-image: url('../img/galeria/CLI_30_Gazebo_REV_03b.webp');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 700px;
}

*{
    font-family: 'Flama';
}

.h1, .h2 ,.h3 ,.h4 ,.h5 ,.h6{

    font-family: 'Marisa';


}



.text-azul{
    color: #00425F !important;
}

.bg-azul{
    background-color: #00425F;
}

#contato{
    background-image: url('../img/bg-contato.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

input{
    border: none !important;
    background: #0000 !important;
    border-bottom: 1px solid #00425F !important;
    border-radius: 0px !important;
    padding-left: .5rem !important;
}

input:active, input:focus{
 
    box-shadow: none !important;
}

input::placeholder{
    color: #00425F !important;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: .9rem !important;
}

button.btn.btn-warning.mt-4.mb-4.text-uppercase ,
a.btn.btn-warning.text-uppercase {
    background: #ff7e00;
    color: #000;
    border-radius: 0px !important;
    padding: 5px 6rem;
    font-weight: bold;
}


.bg-galeria{
    background-image: url('../img/bg-menu.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: ;
}

.galeria{

    object-fit: cover;
    height: 50vh;
    min-height: 600px;

    

}

.bg-gradiente{
      background: linear-gradient(to bottom , #00425F 30%, #fff 30%);
}

.bg-refugio{

background-image: url('../img/elementos/ladodireito.webp') , url('../img/elementos/ladoesquerdo.webp');
background-position: left bottom, right top;
background-repeat: no-repeat;
background-size: 200px , 300px;
 

}



@media (max-width: 800px){


header{
    height: unset !important;
    min-height: 300px;
    padding-bottom: 2rem !important;
}




.galeria{

    object-fit: cover;
    height: 50vh;
    min-height: 300px;

}

}

nav{
    background-image: linear-gradient(#00000080, #00000080) , url('../img/bg-menu.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

a.nav-link {
    color: #fff;
    text-transform: uppercase;
}


nav{
    position: sticky !important;
    top: 0px;
    z-index: 99999;
}

.navbar-toggler {
    border-color: #fff !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

@media (max-width: 800px) {
    .navbar .navbar-toggler {
        margin-left: auto; /* joga para a direita */
    }

    header{
        height: 40vh !important;
        min-height: 300px !important;
    }
.img-box{
    visibility: hidden;
}
}


