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