:root {
    --cor-primaria: #0d8377;
    /* Vermelho */
    --cor-secundaria: #ea9d36;
    /* Verde */
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,h2,h3,h4,h5,h6{
    text-decoration:none !important;
}

body{
    font-family: "Montserrat", sans-serif;
}
.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;
    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;
        padding-top: 450px !important;
    }

    .left {
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
    }
    .left-out{
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
        padding-right:0px !important;

    }
    .right {
        width: 100% !important;
    }

    .right img {
        object-fit: cover;
    }

    .section1 {
        background-size: cover !important;
        background-position-x: 70% !important;
        background-position-y: center !important;
        height: 800px !important;
    }
    .section1 h3{
        font-size: 22px !important;
    }
    .retirar{
        background-image: none;
    }
    .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;
    }

    .section2 p{
        font-size: 16px;
    }
    .h4-footer {
        font-size: 14px !important;
    }
}