/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(87,46): run-time error CSS1046: Expect comma, found '89'
(87,52): run-time error CSS1046: Expect comma, found '/'
(175,39): run-time error CSS1046: Expect comma, found '0'
(175,43): run-time error CSS1046: Expect comma, found '/'
 */
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf);
}

@media (max-width: 576px) {
    .text-center-xs {
        text-align: center;
    }
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}
.header .nav{
    margin-top: 15px;
}
    .header .nav-link {
        color: #000000;
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .header a:hover.nav-link {
        color: #C8541C;
    }
    @media (min-width: 576px) {
        .logomarca img {
            width: 154px;
        }
    }

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.sectionSeis {
    font-family: "Poppins", Sans-serif;
    color: #FFFFFF;
    background-color: #31004B;
    padding-top: 100px;
}

    .sectionSeis p {
        color: #FFFFFF;
        font-family: "Poppins", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: left;
    }

    .sectionSeis h2 {
        color: #FFFFFF;
        font-family: "Poppins", Sans-serif;
        font-size: 31px;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: 0.5px;
        word-spacing: 4px;
    }

    .btn02 {
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        fill: #360053;
        color: #360053;
        background-color: #FFFFFF;
        border-style: solid;
        border-color: #FF336600;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0px 0px 20px 0px rgb(177 89 89 / 0%);
        margin: 40px;
        padding: 11px 30px 11px 30px;
    }



.footer {
    /*    background-image: url(https://assinatura.oficinaconectada.com.br/site/wp-content/uploads/2021/09/shutterstock_727170871-scaled-1-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
*/
    padding: 60px 0px 30px 0px;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    line-height: 2em;
}

    /*.footer .container {
        position: relative;
    }

    .footer .overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg, #360053 0%, #BC3600 100%);
        opacity: 0.78;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }*/
    .footer .icon {
        border-radius: 10%;
        margin-right: 8px;
        background-color: #FFF;
        color: #4D2064;
        padding: 2px;
    }


    .footer a {
        color: #000000;
        text-decoration: none;
    }

        .footer a:hover {
            color: #000000;
        }


.modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #BC3600;
    margin: 0;
    padding: 0;
}

.modal-content {
    background-color: #BC3600;
    height: 75%;
    border: none;
}

.imgModal {
    width: 250px;
    float: right;
    margin-bottom: 25px;
}



.texto-modal {
    color: white;
}

.btn-modal {
    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-modal {
    color: #BC3600;
    background-color: #EEE;
}

.textBtn {
    margin-top: 15px;
    margin-bottom: 15px;
}
.modal-header {
    border-bottom: none !important;
    text-align: right !important;
}

@media (min-width: 576px) {
    .imgModal {
        margin-top: 80px;
    }
}
