@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Permanent+Marker&family=Roboto+Slab:wght@100;200;300;500;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Lato', sans-serif;
    font-family: 'Permanent Marker', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: white;
}

.bg-primari {
    background-color: #faa61a;
    color: #fff;
}

.color-primari {
    color: #faa61a;
}

.fw-3 {
    font-weight: 300;
}

.fs-2 {
    font-size: 20px;
}

.hr {
    padding-top: 15px;
    margin: 0px auto;
    width: 15%;
    border-bottom: 2px solid #fff;
}

.border-primari {}

.btn-primari {
    background-color: #faa61a;
    color: #fff;
    border-radius: 0;
    border: 2px solid;
    border-color: #fff;
}

.btn-primari:hover {
    background-color: #fff;
    color: #faa61a;
}

#header {
    background-color: #fff;
    width: 100%;
    height: 104px;
    z-index: 1000;

}

#corp {
    z-index: -1;
    position: absolute;
}

.banner {
    width: 100%;
    height: 600px;
    background-image: url("../uploads/imagens/banner.jpeg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box-btn-menu {
    display: none;
}

.main .logo-mb {
    display: none;
}

.logo img {
    width: 40%;
}

.contact {
    padding: 1.5rem;
}

.contact ul {
    display: flex;
    list-style: none;
    color: #d5a033 !important;
    margin-right: 1.5rem;
}

.contact ul li a {
    color: #d5a033 !important;
}

.contact ul li {
    margin-right: 15px;
}

.main-menu {
    position: absolute;
    width: 100%;
    background-color: #d5a033;
    /* color: #000; */
    height: 70px;
    /* margin-left: 10%; */
    top: 100px;
    z-index: 999;

}

.box-border-menu {
    position: absolute;
    width: 100%;
    background-color: #d5a033;
    color: #000;
    height: 70px;
    top: 150px;
    border-bottom-left-radius: 320px 50px;
    border-bottom-right-radius: 320px 50px;
    z-index: 998;
}

.main-menu .menu {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    justify-content: center;


}

.main-menu .menu li {
    display: flex;
    margin-right: 1rem;
    padding: 1rem;
    height: 100%;
    align-items: center;
    font-size: 20px;
}

.main-menu .menu li:hover {
    background-color: #b7882a;

}

.main-menu .menu li a {
    color: #000;
    text-decoration: none;
}

.carousel-item img {
    height: auto;
    max-height: 100%;
}

#servicos {
    background-color: #ffffff;
    background-image: url('../uploads/imagens/4.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.68);
}

.subtitle {
    color: white;
}

.subtitle:hover {
    color: white;
}

.subtitle:hover~.hr-mini {
    width: 70px;
}

.hr-mini {
    border-top: 2px solid #dda128;
    transition: 0.4s ease-in-out;
    width: 30px;
}

.subtitle-2 {
    color: #fff !important;
    text-decoration: none;
    transition: 0.6s ease-in-out;
    font-size: 2.5rem;
}

.subtitle-2:hover {
    color: #dda128 !important;

}

.grid_parceiros {
    display: grid;
    grid-template-columns: 20% 20% 20%;
    justify-content: center;
    align-items: center;

}

.grid_parceiros img {
    width: 100%;
    border-radius: 10%;
}

.sub-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.612);
    color: #fff !important;
    top: 70px;
    list-style: none;
    left: 50%;
    display: none;
}

.sub-menu li:hover>ul:first-of-type {
    display: block;
}

.menu li:hover>ul:first-of-type {
    display: block;
}

.l-100 {
    top: 0;
    left: 100%;
}

.sub-menu li a {
    color: white !important;
}

.sub-menu li {
    width: 100%;
}

.row {
    margin: 0;
}

.margin-menu {
    margin-top: 60px;
}

.how-works-list {
    list-style: none;
}

.how-works-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.button-action {
    margin-left: 1rem;
}

.counter-list {
    background-color: #dda128;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

.img-sobre {
    margin-top: -80px;
}

footer {
    clip-path: ellipse(90% 100% at 50% 100%);
    position: relative;
    background-color: #faa61a;
    padding-top: 30px;
    height: 150px;
}


@media (max-width: 767px) {

    .img-sobre {
        margin-top: 0px;
    }

    .banner {
        max-height: 250px;
    }

    #header .row {
        margin: 0;
    }

    .logo {
        padding: 0;
        display: block;
    }

    .main .logo-mb {
        width: 100%;
        display: block;
    }

    .main .logo-mb img {
        width: 100%;
    }

    .contact {
        padding: 0;
        font-size: 11px;
    }

    .contact ul {
        margin-right: 0;
        margin-left: 1.5rem;
    }

    .main {
        padding: 0;
        justify-content: center;
    }

    .main-menu {
        display: none;
        top: 70px;
        width: 100%;
        height: 100%;
        background-color: #d5a033de;
        margin-left: 0;
    }

    .box-border-menu {
        display: none;
    }

    .main-menu .menu {
        display: list-item;
        height: auto;
    }

    .main-menu .menu li {
        /* padding-left: 2.5rem; */
        height: auto;
        display: grid;
    }

    /* .main-menu .menu li div {
        padding: 15px;
    } */

    .box-btn-menu {
        display: block;
        position: absolute;
        right: 7px;
        width: 72px;
        top: 5px;
    }

    .btn-menu {
        border: none;
        background-color: #d5a033;
        color: white;
        outline: none;
        width: 60px;
        padding: 0.5rem;
        font-size: 24px;
    }

    .carousel-item img {
        max-height: 250px;
    }

    .subtitle {
        font-size: 18px;
    }

    .sub-menu {
        top: auto;
        left: auto;
        position: relative;
    }


}

@media (min-width: 1800px) {
    .logo img {
        width: 30%;
    }
}

@media (min-width: 2300px) {
    .logo img {
        width: 20%;
    }
}