.section1 {
    background-image: url('../img/img_base.png');
    background-size: cover;
    width: 100vw;
    height: 108vh;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo {
    margin-top: 25px;
    width: 254px;
    height: auto;
}

.text_slogan{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    text-align: center;
}

.align_div {
    display: flex;
    justify-content: right;
}

.div_description {
    background-color: rgba(0, 0, 0, 0.44);
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 210px;
    padding: 25px;
}

.text_description {
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 500;
    color: #fff;
    line-height: 39px;
    text-align: left;
}


.divider {
    width: 100vw;
    position: absolute;
    margin-top: -55px;
}

.section2 {
    margin-top: 65px;
    background-image: url('../img/img_base2.png');
    background-size: 100%;
    width: 100vw;
    height: 140vh;
    background-repeat: no-repeat;
}

.title-section {
    padding-top: 150px;
    padding-bottom: 80px;
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
}

.div-hr {
    border-bottom:  5px solid #FF7A00;
    border-radius: 10px;
}

.passo_conexao_estrada {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
}

.title-desc {
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
}

.description {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    color: #000;
}

.pre-cadastro {
    padding-top: 500px;
}

.title-pre-cadastro{
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 700;
    color: #000;
}

.title-desc-pre-cadastro {
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 600;
    color: #000;
}


.slogan-footer {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    color: #000;
}

.brand-footer {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    color: #000;

}

@media screen and (max-width: 1100px) {
    .div_description {
        width: 50%;
        margin-top: 110px;
    }
    .title-section {
        padding-top: 50px;
        padding-bottom: 30px;
        font-size: 30px;
    }
    .title-desc {
        font-size: 25px;
    }
    .description, .slogan-footer, .brand-footer, .title-desc-pre-cadastro {
        font-size: 16px;
    }
    .pre-cadastro {
        padding-top: 200px;
    }
    .title-pre-cadastro {
        font-size: 30px;
    }
    .section2 {
        height: 80vh;
    }
}


@media (max-width: 990px) {
    .logo {
        margin-top: 16px;
        width: 230px;
        height: auto;
    }
    .text_slogan {
        font-size: 16px;
    }
    .align_div {
        display: flex;
        justify-content: center;
    }
    .text_description {
        font-size: 17px;
        line-height: 34px;
    }
    .div_description {
        width: 70%;
        margin-top: 120px;
    }
    .passo_conexao_estrada {
        flex-direction: column;
    }
    .text-vertical {
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    .rotate-90 {
        -webkit-transform:rotate(90deg);
        align-self: center;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .title-section {
        padding-top: 25px;
        padding-bottom: 20px;
        font-size: 25px;
    }
    .title-desc {
        font-size: 20px;
    }
    .description, .slogan-footer, .brand-footer, .title-desc-pre-cadastro {
        font-size: 15px;
    }
    .pre-cadastro {
        padding-top: 50px;
    }
    .title-pre-cadastro {
        font-size: 30px;
    }
    .section2 {
        height: 85vh;
        background-size: cover;
        background-position: center;
    }
    .color {
        background-color: #ffffff47;
    }
}

@media (max-width: 460px) {
    .logo {
        margin-top: 20px;
        width: 180px;
        height: auto;
    }
    .text_slogan {
        font-size: 14px;
    }
    .align_div {
        display: flex;
        justify-content: center;
    }
    .text_description {
        font-size: 15px;
        line-height: 25px;
    }
    .div_description {
        width: 80%;
        margin-top: 150px;
    }
    .passo_conexao_estrada {
        flex-direction: column;
    }
    .text-vertical {
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    .rotate-90 {
        -webkit-transform:rotate(90deg);
        align-self: center;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .title-section {
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 22px;
    }
    .title-desc {
        font-size: 18px;
    }
    .description, .slogan-footer, .brand-footer, .title-desc-pre-cadastro {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .pre-cadastro {
        padding-top: 50px;
    }
    .title-pre-cadastro {
        font-size: 22px;
    }
    .section2 {
        margin-top: 55px;
        background-size: cover;
        height: 85vh;
        background-position: center;
    }
    .color {
        background-color: #ffffff47;
    }
}