    .parte1{
        background-image: url(../assets/img/fundo_site.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .parte1 .logomarca_div{
        position: relative;
        top: 30px;
        width:50%;
        margin-left: 25%;

        background-image: url(../assets/img/fundo_escuro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .parte1 .logomarca_div_texto{
        position: relative;
        width:50%;
        margin-left: 25%;
        padding-bottom: 30px;
        margin-top: 50px;
        padding-top: 50px;
    }
    .parte1 .logomarca_div_arrasta{
        position: relative;
        width:30%;
        margin-left: 35%;
        padding-bottom: 100px;
        padding-top: 50px;


    }

    .parte1 .logomarca{
        width: 100%;
        padding-bottom: 20px;
    }

    .parte1 .logomarca_texto{
        width: 100%;
    }
    .parte1 .logomarca_arrasta{
        width: 100%;
    }

    .parte1 h1{
        margin-top: 50px;
        padding-bottom: 100px;
        padding-top: 50px;
        text-align: center;
        color: white;
        font-size: 30px;
    }

    .parte1 h1 span{
        color: #ff7200;
        font-size: 52px;
    }

    .parte1 .img_estrelas{
        width: 100%;
    }



    @media screen and (min-width: 800px) {

        .parte1 .logomarca_div{
            position: relative;
            top: 30px;
            width:15%;
            margin-left: 42.5%;
    
            background-image: url(../assets/img/fundo_escuro.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .parte1 .logomarca_div_texto{
            position: relative;
            width:14%;
            margin-left: 43%;
            padding-bottom: 20px;
            margin-top: 50px;
            padding-top: 50px;
        }
        .parte1 .logomarca_div_arrasta{
            position: relative;
            width:10%;
            margin-left: 45%;
            padding-bottom: 100px;
    
    
        }
    
        .parte1 .logomarca{
            width: 100%;
            padding-bottom: 20px;
        }
    
        .parte1 .logomarca_texto{
            width: 100%;
        }
        .parte1 .logomarca_arrasta{
            width: 100%;
        }
    
        .parte1 h1{
            margin-top: 50px;
            padding-bottom: 100px;
            padding-top: 50px;
            text-align: center;
            color: white;
            font-size: 30px;
        }
    
        .parte1 h1 span{
            color: #ff7200;
            font-size: 52px;
        }
    
        .parte1 .img_estrelas{
            width: 30%;
        }

    }
