    .parte5{
        background-image: url(../assets/img/fundo_escuro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .parte5 .textos{
        color: white;
        padding: 80px 40px 40px 40px;
    }

    .parte5 .textos p{
        font-size: 15.5px;
    }

    .parte5 .textos a{
        color: #ffffff;
     }
     .parte5 .textos img{
        width: 30px;
     }
     .parte5 .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) {
        .parte5 .textos p{
            font-size: 21.7px;
        }
    }

    .parte5 .textos h2{
        padding: 20px 0;
        font-size: 26px;
        color: #ff7200;
    }

    .parte5 .imagem_seguranca_parte5 img:nth-child(1){
        width: 100%;
    }
    .parte5 .imagem_seguranca_parte5 img:nth-child(2){
        width: 0%;

    }



    @media screen and (min-width: 800px) {
        .parte5{
            background-image: url(../assets/img/fundo_escuro.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: start;
        }
    
        .parte5 .textos{
            color: white;
            padding: 40px 0px 100px 40px;
            width: 40%;

        }
    
        .parte5 .textos p{
            font-size: 16px;
        }
    
        .parte5 .textos h2{
            padding: 20px 0;
            font-size: 26px;
            color: #ff7200;
        }

        .parte5 .imagem_seguranca_parte5{
            width: 35%;
            padding-top: 100px;
            padding-bottom: 100px;
        }
    
        .parte5 .imagem_seguranca_parte5 img:nth-child(1){
            width: 0%;
        }
        .parte5 .imagem_seguranca_parte5 img:nth-child(2){
            width: 100%;
    
        }
    
    }

    
