@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
   background-color: #fff;
   background-image: url(../images/background.png);
   font-family: 'PT Sans', sans-serif;
}


.container {
    background-color: #fff;
    min-height: 720px;
    color: #000;
    border-radius: 10px;
    
    
}

img {
    padding-top: 5px;
    padding-left: 0px;
}

.titulo {
    text-align: center;
    color: #DD0C1F;
    padding-top: 25px;
    font-size: 30px;
}

.tutorial {
    margin: 50px;
}

.center {
    text-align: center;
}

.btn {
    margin: 15px;
}

.exibir{
    display: block;
}

.ocultar{
    display: none;
}

.video {
    max-width: 920px;
}

.footer {
    
}

.rodape {
    height: 50px;
    line-height: 50px;
    text-align: right;
    min-height: 100px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

a {
    color: #ff0000;
}
@media screen and (max-width: 770px) {
    .video {
       max-width: 600px;
    }
    }

@media screen and (max-width: 640px) {
    .video {
        max-width: 500px;
    }
    }

@media screen and (max-width: 450px) {
    .video {
        max-width: 300px;
        max-height: 150px;
    }
    }
    
@media screen and (max-width: 360px) {
    .video {
        max-width: 300px;
        max-height: 150px;
    }
    }