﻿@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Rubik', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #3f444d;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    a:hover {
        color: #00a651;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lora', serif;
}



.menu-principal .navbar-brand img {
    max-width: 280px;
}


.menu-principal .navbar-nav > li > a {
    display: block;
    margin: 38px 15px 38px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: #01476a;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

    .menu-principal .navbar-nav > li > a:hover {
        color: #00a651 !important;
    }


.menu-principal .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu-principal .navbar-toggler {
    color: rgb(43 255 5);
    border-color: rgb(23 113 0);
    background-color: whitesmoke;
}

.fundo-preto-transparente {
    background-color: rgb(0 0 0 / 0.72);
}

.banner-dinamico {
    background-position: left center;
    background-size: cover;
    color:#fff;
}


    .banner-dinamico h1, .banner-dinamico p {
      /*  text-shadow: 0px 0px 4px #FFFFFF;*/
        text-shadow: 0px 0px 4px #000;
    }

    .banner-dinamico h1 {
        font-size: 50px;
        /* color: #3c5b39;*/
        color: #00ce64;
    }

    .banner-dinamico p {
        line-height: 30px;
    }

.umpouco-sobre {
}

    .umpouco-sobre p {
        line-height: 30px;
    }

.text-leo {
    color: #3c5b39 !important;
}


.separador {
    font-family: 'Lora', serif;
    color: #3c5b39;
    text-align: center;
}

    .separador .fw-bold {
        font-size: 35px;
    }


    .separador strong.d-block {
        font-size: 22px;
    }

        .separador strong.d-block:after {
            content: url('/imagens/separador.png');
            display: block;
            margin-top: 10px;
        }

.btn-leo {
    color: #fff;
    background-color: #77b75c;
    border-color: #77b75c;
}

    .btn-leo:hover {
        color: #fff;
        background-color: #62b042;
        border-color: #499429;
    }

    .btn-leo:active {
        color: #fff;
        background-color: #49932b;
        border-color: #326d19;
    }

    .btn-leo:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 253 14 / 25%);
    }

.bg-verde {
    background-color: #1a5912;
}


.imagem-responsiva {
    width: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

    .imagem-responsiva div, .imagem-responsiva img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .imagem-responsiva img {
        object-fit: cover;
    }

    .imagem-responsiva.imagem-1x1 {
        padding-bottom: 100%;
    }

    .imagem-responsiva.imagem-3x4 {
        padding-bottom: 133.3%;
    }

    .imagem-responsiva.imagem-4x3 {
        padding-bottom: 75%;
    }

    .imagem-responsiva.imagem-16x9 {
        padding-bottom: 56.25%;
    }

    .imagem-responsiva.imagem-19x9 {
        padding-bottom: 47.37%;
    }

    .imagem-responsiva.imagem-21x9 {
        padding-bottom: 42.86%;
    }


    .imagem-responsiva.imagem-centraliza {
        background-position: center;
    }


.info-servico {
    margin: 0px 0px 30px 30px;
    padding: 10px 23px 9px 22px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 20px 5px rgb(196 206 213 / 10%);
    background-color: #fff;
    cursor: pointer;
}

    .info-servico i {
        margin: 30px;
        color: #333;
        width: 68px;
        display: inline-block;
        height: 68px;
        line-height: 68px;
        box-shadow: 0px 0px 30px 0px rgb(148 146 245 / 20%);
        text-align: center;
        font-size: 25px;
        border-radius: 50%;
        transition: all 0.5s ease 0s;
    }

    .info-servico h5 {
        margin: 10px 0;
        padding: 0;
        -webkit-transition: .5s;
        transition: .5s;
        font-weight: bold;
        font-size: 25px;
        color: #333;
    }

    .info-servico:hover i {
        color: #77b75c;
    }

    .info-servico:hover h5 {
        color: #77b75c;
    }

.box-breadcrumb {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

    .box-breadcrumb:before {
        background-color: rgb(0 0 0 / 0.65);
        position: absolute;
        content: ' ';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .box-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #fff;
    }

    .box-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #fff;
        font-weight: 400;
    }

    .box-breadcrumb .container, .box-breadcrumb h1 {
        position: relative;
        z-index: 11;
    }

    .box-breadcrumb h1 {
        text-align: center;
        font-size: 45px;
        color: antiquewhite;
    }

.box-diferencial {
}

    .box-diferencial h4 {
        font-size: 20px;
    }

    .box-diferencial i {
        font-size: 50px;
        color: #499429;
    }

.umpouco-fotos {
    overflow: auto;
}

    .umpouco-fotos img {
        max-width: 48%;
        float: left;
        display: inline-block;
        margin: 1%;
    }

.accordion-areas {
}

    .accordion-areas .accordion-button {
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 1px;
    }

        .accordion-areas .accordion-button i {
            color: forestgreen;
        }

.footer {
    background-image: url('/imagens/fundo-verde.jpg');
    background-position: center;
    background-size: cover;
}

    .footer a {
        color: #fff;
    }

.nav-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-footer li {
    }

        .nav-footer li a {
            display: block;
            padding: 10px 5px;
        }


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
    .menu-principal .navbar-nav > li > a {
        margin: 5px 1px 2px;
        border-bottom: solid 1px #c9dfd4;
        padding-left: 10px;
    }
}

@media (max-width: 991.98px) {
    .banner-dinamico {
        margin-top: 70px;
    }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
