:root {
    --cor-primaria: #0d8377;
    /* Vermelho */
    --cor-secundaria: #ea9d36;
    /* Verde */
}
h1,h2,h3,h4,h5,h6{
    text-decoration:none !important;
}

.nav-header {
    background-color: var(--cor-primaria);
}

.nav1-header,
.dev {
    background-color: var(--cor-secundaria);
}

.section1,
.section11 {
    background-color: var(--cor-primaria);
}

.btn-cust {
    background-color: var(--cor-secundaria);
    color: #fff !important;
    margin-bottom: 100px;
    border-radius: 0px !important;
}

.section4 {
    background-color: var(--cor-secundaria);
}

.title-cust {
    color: var(--cor-secundaria);
    font-size: 60px;
    font-weight: 800;
}

.title-cust2 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
}

p {
    color: var(--cor-primaria);
    font-weight: 600;
    font-size: 25px;
}

.h4-footer {
    color: var(--cor-primaria);
}

.links-uteis .ul {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.fot {
    background-color: #0d8377;

}


.modal-content {
    background: var(--cor-primaria);
    color: #fff;
}

.modal-header {
    color: var(--cor-secundaria);
}


@media (max-width: 927px) {
    .title-cust {
        font-size: 40px;
    }

    .title-cust2 {
        font-size: 40px;

    }

    .first-sec {
        flex-direction: column !important;
        height: auto !important;
        padding-bottom: 20px;

    }

    .outracoisa {
        margin-top: 350px;
    }

    .divteste {
        background-image: none !important;
    }

    .left {
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .right {
        width: 100% !important;
    }

    .right img {
        object-fit: cover;
    }

    .section1 {
        background-image: url('../img/foto1.webp') !important;
        background-size: cover !important;
        background-position-x: center !important;
        background-position-y: center !important;

    }

    .section11 {
        background-size: cover !important;
        background-position-x: center !important;
        background-position-y: center !important;
    }

    .second-sec {
        flex-direction: column !important;
        height: auto !important;
        padding-bottom: 20px;
    }

    .second-sec .left {
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: start !important;
        gap: 10px !important;
        margin-bottom: 20px !important;
        padding-right: 0px !important;
    }

    .second-sec .right {
        width: 100% !important;
    }

    .second-sec .right h2 {
        text-align: start !important;

    }

    .cardss .cards {
        width: 10rem !important;
    }

    .sect-images {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .sect-images div {
        justify-content: center !important;
        align-items: center !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .sect-parc div,
    .sect-cert div {
        width: 40% !important;
    }

    .foot-sec {
        flex-direction: column !important;
    }

    .foot-sec .left,
    .foot-sec .center,
    .foot-sec .right {
        width: 100% !important;
        text-align: start !important;
        margin-bottom: 20px;
    }

    .foot-sec .right img {
        width: 200px !important;
    }

    .fot {
        background-size: 50% !important;
    }

    .h4-footer {
        font-size: 14px !important;
    }
    .section2 p{
        font-size: 19px;
    }
    .section11 h3{
        color: var(--cor-secundaria) !important;
        font-size:45px !important;
    }
    .section4 .abaixar{
        justify-content: end !important;
        padding-bottom: 40px !important;
    }
}