/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(114,42): run-time error CSS1046: Expect comma, found '89'
(114,49): run-time error CSS1046: Expect comma, found '/'
(179,39): run-time error CSS1046: Expect comma, found '0'
(179,43): run-time error CSS1046: Expect comma, found '/'
(201,39): run-time error CSS1046: Expect comma, found '0'
(201,43): run-time error CSS1046: Expect comma, found '/'
(216,39): run-time error CSS1046: Expect comma, found '0'
(216,43): run-time error CSS1046: Expect comma, found '/'
(339,39): run-time error CSS1046: Expect comma, found '0'
(339,43): run-time error CSS1046: Expect comma, found '/'
(358,39): run-time error CSS1046: Expect comma, found '0'
(358,43): run-time error CSS1046: Expect comma, found '/'
 */
.sectionUm {
    font-family: "Poppins", Sans-serif;
    background-image: url(https://oficinaconectada.com.br/site/wp-content/uploads/2022/01/MODELO.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px 0px 25px 0px;
    position: relative;
}

    .sectionUm .overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg, #FFFFFF 0%, #CC3B0000 60%);
        opacity: 0.89;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    .sectionUm .container {
        position: relative;
    }

    .sectionUm h1 {
        color: #000000;
        font-family: "Poppins", Sans-serif;
        font-weight: 600;
        font-size: 35px;
        line-height: 41px;
        letter-spacing: 0px;
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
    }

@media (min-width: 576px) {
    .sectionUm h1 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}

.sectionUm h2 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

.sectionUm h3 {
    color: #1F1F1F;
    font-family: "Poppins", Sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0px;
    padding: 0px;
    margin: 0px;
}


h4 {
    font-family: "Poppins", Sans-serif;
}

.breadcrumb {
    text-decoration: none;
}

p {
    font-family: "Poppins", Sans-serif;
    text-align: center;
}

.sectionDois {
    background-color: #BC3600;
    padding: 60px 0px 60px 0px;
    font-family: "Poppins", Sans-serif;
    color: #FFFFFF;
}

    .sectionDois h2 {
        font-family: "Poppins", Sans-serif;
        font-weight: bold;
        font-size: 35px;
    }

h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    margin: 50px 0px 50px 0px;
}

.btnSectionDois {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    fill: #F26522;
    color: #F26522;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #FF336600;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 20px 0px rgb(177 89 105 / 20%);
    padding: 11px 30px 11px 30px;
    margin: 0px !important;
}

.sectionBreadcrumb {
    margin: 23px 0px;
    text-align: left;
}

    .sectionBreadcrumb li {
        padding-left: 0px;
    }

    .sectionBreadcrumb .breadcrumb {
        color: #1F1F1F;
        font-family: "Poppins", Sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0.06px;
        text-align: left;
    }

    .sectionBreadcrumb .breadcrumb-item {
        color: #1F1F1F;
        font-family: "Poppins", Sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0.06px;
    }

        .sectionBreadcrumb .breadcrumb-item a {
            color: #1F1F1F;
            text-decoration: none;
        }

.sectionTres {
    font-family: "Poppins", Sans-serif;
    padding: 50px 0px 50px 0px;
}

    .sectionTres .d-flex {
        padding-top: 50px;
    }

@media (min-width: 576px) {
    .card-group {
        margin-bottom: 30px;
    }
}

.btnSectionTres {
    position: static;
    width: 200px;
    height: 50px;
    margin: 2rem auto 0 auto;
    padding: 0 0;
    font-family: "Montserrat", Sans-serif;
    font-size: auto;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    margin: 30px;
}

.sectionTres .card {
    display: flex;
    flex: 1 0 0%;
    box-sizing: border-box;
    background-color: #FFF !important;
    border: none !important;
}

.btn-item {
    width: 97%;
    min-height: 50px;
    padding: 0 0;
    font-family: "Montserrat", Sans-serif;
    font-size: auto;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    margin: 2px;
}

a:hover.btn-item {
    background-color: #EEE;
}

.dinamicobuttons {
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
}

.sectionTres h3 {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0px;
}

.sectionTres p {
    color: #1F1F1F;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.06px;
    text-align: left;
    margin-bottom: 50px;
}

.sectionQuatro {
    font-family: "Poppins", Sans-serif;
    color: #ffffff;
    background-color: #360053;
    padding-top: 50px;
    padding-bottom: 50px;
}

.card {
    font-family: "Poppins", Sans-serif;
    margin-left: 30px;
    background-color: #360053;
    height: calc(100% - 15px);
    margin-bottom: 15px;
}


.sectionQuatro .card {
    font-family: "Poppins", Sans-serif;
    margin-left: 30px;
    background-color: #360053;
    height: calc(100% - 15px);
    margin-bottom: 15px;
}


.card-title {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 45px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 16px;
}

.card-text {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    text-align: left !important;
}

.sectionQuatro ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

    .sectionQuatro ul li {
        margin: 0px;
        padding: 0px;
        border-bottom: solid #FFF 2px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Montserrat", Sans-serif;
        font-size: 19px;
        font-weight: 300;
    }

        .sectionQuatro ul li i {
            color: #FFFFFF;
            width: 1.25em;
            font-size: 25px;
        }

        .sectionQuatro ul li span {
            padding-left: 10px;
        }

.SeciontCinco {
}

.btnSectionCinco {
    position: static;
    width: 200px;
    height: 50px;
    margin: 2rem auto 0 auto;
    padding: 0 0;
    font-family: "Montserrat", Sans-serif;
    font-size: auto;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    margin: 30px;
}

.sectionSete {
    font-family: "Poppins", Sans-serif;
    padding-top: 25px;
}

.btnSectionSete {
    width: 200px;
    height: 50px;
    justify-content: center;
    font-family: "Montserrat", Sans-serif;
    font-size: auto;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    margin: 30px;
}

