@import url(/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;600&display=swap');

.body{
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
   

}

.header{
    
    
    
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    
}
.header a{
    color: #fd8c30;
}
#mynav{
    background-color: transparent;
    
    
}
.backvideo{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
.content p{
    line-height: 2.5rem;
}
span{
    font-size: 6rem;
}
@media (min-aspect-ratio: 16/9){
    .backvideo{
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9){
    .backvideo{
        width: auto;
        height: 100%;
    }
}
#hero{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
   
    
    height: 100vh;
    margin: 0;
    
}   
#hero img{
    width: 360px;
    opacity: 70%;
}

#hero p{
    color: #fff;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
#hero button{
    background-color: #fd8c30;
    width: 120px;
    border: transparent;
}
.btn a{
    text-decoration: none;
    color: #fff;
}
.content{
    align-items: center;
    justify-content: center;
}
#aovivo{
    
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
 
    
}
.live h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fd8c30;
    
}
#player{
    padding-top: 20px;
    
}
#video{
    width: 100%;

}
#prog{
    background-image: radial-gradient(#ffffff 1px, transparent 1px), radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 83px 83px;
    background-position: 0 0, 41.5px 41.5px;
    background-color: #fd8c30;
    padding-top: 100px;
    padding-bottom:120px;
}
#prog h2{
    color: white;
    padding-bottom:10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 40px;
}
#coluna{
    display: flex;
    justify-content: center;
    min-height: auto;
    padding-bottom: 20px;
    
}
#quem{
    padding-top: 120px;
    padding-bottom: 120px;
}
#quem h2{
    color: #fd8c30;
    padding-bottom:20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
#quem h4{
    color: #8831fc;
    padding-bottom:10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
#quem p{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.info{
    font-size: 10px;
    padding-top: 20px;
}
#contato{
    min-height: auto;
    background-color: #fd8c30;
    padding-top: 40px;
}
#contato h2{
    color: white;
}
#contato p{
    color: white;
}

#copy{
    font-size: 10px;
}
