/** Body **/

@import url('https://fonts.googleapis.com/css2?family=Quicksand&family=Ubuntu:wght@300&display=swap');

*{
    font-family: 'Quicksand';
}

main{
    text-align: center;
    margin-top: 50px;
    margin-bottom: -20px;
    font-family: 'Ubuntu' !important;
}

p{
    style: "text-align: justify;"
}

.parte1{
    margin-bottom: 100px;
    margin-right: 0 !important;
}


h2{
    color: #003589 !important;
}

.p-sobrenos{
    list-style: none;
    color: #000 !important;
    font-weight: bold;
}

.parte2{
    background-color: #003589 !important;
    height: max-content;
}

.parte2 img{
    width: 300px;
    height: 300px;
    background-color: #fff;
}

.videoparagrafo{
    color: #fff !important;
}

.videoparagrafo .tjpr{
    color: #fff !important;
}

.borda{
    border-top: #003589 1px outset !important;
    margin-top: 0;
}

.video-pos{
    margin: 150px 0;
}

.video-text{
    text-align: center !important;
    margin: 0 !important;
    
}

@media screen and (max-width: 800px) {
    .centralizarText{
        margin-top: 200px;
        width: 200px !important;
        margin-right: auto;
        margin-left: auto;
    } 

    .centralizarImg img{
        width: 200px !important;
        height: 150px !important;
    }   

    .centralizarImg{
        margin: 0;
        padding: 0;    
        margin-top: auto;
        margin-bottom: auto;
    }

    .video-pos{
        width: 300px !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px !important;
        margin-top: 20px !important;
    }

    .parte1{
        width: 100% !important;
    }

    .parte2{
        height: max-content;
        width: 100% !important;
        margin: 0 auto;
    }
} 

@media screen and (max-width: 1000px) {
    .centralizarImg{
        width: 500px !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .centralizarText{
        width: 500px !important;
        margin: 0 !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px){
    .p-sobrenos{
        margin-top: 10px !important;
    }

    .parte1{
        margin-top: 90px !important;
    }

    .separar{
        margin-top: 100px !important;
    }

    .centralizarText{
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 2040px){
    .separar{
        font-size: 1.5em !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .video-text{    
    margin-top: -60px !important;
    margin-bottom: 10px !important;
    }
}
 
@media screen and (min-width: 1000px){
    .video-pos{    
        margin: 100px !important;
    }

    .video-text{    
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

}
