:root{

    --verde: #5dc169;
    --azul: #0099d7;
    --azulescuro:#034167;
    --laranja: #ff6000;
}

html{

    scroll-behavior: smooth;
    overflow-x: hidden;
}

.bg-azulescuro{
background-color: var(--azulescuro);
}

.bg-azul{
    background-color: var(--azul);
}

.bg-verde{
    background-color: var(--verde);
}


.text-verde{
    color: var(--verde);
}

.text-azul{

    color: var(--azul) !important;

}

.text-azul-escuro{

    color: var(--azulescuro) !important;
}



header{
background-image: url('../img/bg-home.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
height: 90vh;
}


.apartir{
font-size: 13px;
position: relative;
top: 15px;
}

.valor{
line-height: 0.4rem !important;
}

.bg-valor{
    background: rgb(255,255,255);
    background: linear-gradient(114deg, rgba(255,255,255,1) 0%, rgba(0,153,215,1) 33%, rgba(0,153,215,1) 66%, rgba(255,255,255,1) 100%);

}

h2.mb-0.valor.h1.font-weight-bold {
    border-right: 1px solid #000 !important;
}


.gardens{

    min-inline-size: max-content;
}


.ondas{
background-image: url('../img/ondas.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: ;

}

.cardprojeto{

    min-height: 700px;
    height: 60vh;

}


.card-verde{
    position: relative;
    left: -20px;
}
.card-azul{
    position: relative;
    left: -10px; top: 10vh;
}



button.btn.btn-danger.formulario.btn-block.py-3 {
    background: var(--laranja) !important;
    border: none !important;
    border-radius: 0 !important;
}



a.btn.btn-block.btn-danger {
    font-size: 1.7rem;
    background: var(--verde);
    border: none;
    border-radius: 0px;
}



.logob {
    height: 70px;
}

img.img-fluid.logo-home {
    width: 150px;
}

@media (max-width: 800px){

    header{
        height: unset;
        min-height: 350px;

    }

    h2.mb-0.valor.h1.font-weight-bold {
        border-right: unset !important;
    }

    h2.mb-0.h1.font-weight-bold.gardens.text-center {
        font-size: 1rem;
        padding-top: 1rem;
    }

    h2.mb-0.valor.h1.font-weight-bold {
        font-size: 1rem;
    }

    span.display-4.font-weight-bold {
        font-size: 33px;
    }


    .cardprojeto{


        height: unset !important;
        min-height: unset !important;
    }


    .card-verde{
        position: unset !important;

    }
    .card-azul{
        position: unset !important;

    }


    img.img-fluid.logomobile {
        width: 150px;
    }


    element.style {
    }
    nav.navbar.navbar-expand-md.navbar-dark.bg-cinzaescuro.navegacao.p-0 {
        background: var(--azul) !important;
    }
    .bg-site{
        position: fixed ;
        top: 0;
        left: 0;
        z-index: -10;
        background:unset !important;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: ;
        height: 100vh;
        width: 100vw;
    }
    

}


nav.navbar.navbar-expand-md.navbar-dark.bg-cinzaescuro.navegacao.p-0 {
    position: sticky;
    top: 0;
    z-index: 999999999;
    transition: all 1s;
}

nav.navbar.navbar-expand-md.navbar-dark.bg-cinzaescuro.navegacao.p-0 {
    background: #fff;
}


#home{
    transition: all  0.5s;

}

.bg-site{
    position: fixed ;
    top: 0;
    left: 0;
    z-index: -10;
    background: url('../img/bg.png') center left,  url('../img/bg-2.png') center right;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: ;
    height: 100vh;
    width: 100vw;
}

a.btn.btn-dark.btn-block.py-3 {
    border-radius: unset !important;
    background: var(--laranja) !important;
    border: none !important;
    font-size: 1.3rem !important;
}