.parte15{
    background-image: url(../assets/img/fundo_escuro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.parte15 .textos{
    color: white;
    padding: 80px 40px 40px 40px;
}

.parte15 .textos p{
    font-size: 15.5px;
}

.parte15 .textos a{
    color: #ffffff;
 }
 .parte15 .textos img{
    width: 30px;
 }
 .parte15 .textos .orcamento a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
 }


@media screen and (min-width: 420px) and (max-width: 800px) {
    .parte15 .textos p{
        font-size: 21.7px;
    }
}

.parte15 .textos h2{
    padding: 20px 0;
    font-size: 26px;
    color: #ff7200;
}

.parte15 .imagem_seguranca_parte15 img:nth-child(1){
    width: 100%;
}
.parte15 .imagem_seguranca_parte15 img:nth-child(2){
    width: 0%;

}


@media screen and (min-width: 800px){
    .parte15{
        background-image: url(../assets/img/fundo_escuro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        display: flex;
        align-items: start;
        justify-content: center;
    }
    
    .parte15 .textos{
        color: white;
        padding: 40px 0px 100px 40px;
        width: 40%;
    }
    
    .parte15 .textos p{
        font-size: 16px;
    }
    
    .parte15 .textos h2{
        padding: 20px 0;
        font-size: 26px;
        color: #ff7200;
    }

    .parte15 .imagem_seguranca_parte15{
        width: 35%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .parte15 .imagem_seguranca_parte15 img:nth-child(1){
        width: 0%;
    }
    .parte15 .imagem_seguranca_parte15 img:nth-child(2){
        width: 100%;
    
    }
}




