.videos .navbar-desktop {
    top: 0;
    width: 100%;
    height: auto;
    bottom: inherit;
}


#videos {
	    height: 100vh;
	    min-height: 900px;
}

.row.primeira{
    margin-bottom: 100px;
}

footer{
	bottom:0;
	position:absolute;
	width:100%;
}


.menu-mobile{
    position:fixed;
    top:0;
}

body.videos {
    background: url(../img/perfil.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

p {
    color: #b1b1b1;
    font-size: 17px;
    font-family: 'times-regular';

}
h1 {
    color: var(--vermelho);
    padding: 20px 0px;
    font-size: 5em;
}


.overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #231f2099;
    display: none;
}

.overlay img{
	height:70px;
	width:auto;
}

.foto .flex-center {
    position: relative;
}

.foto .flex-center:hover .overlay{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}



.capa-youtube {
    position: relative;
    border: 1px solid #b1b1a5;
    padding: 10px;
}

.js-video-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-youtube {
    width: auto;
    height: 80px;
}
.button-player {
    fill: #a91d21;
}
polygon {
    fill: white;
}

.video-youtube {
	cursor: pointer;
}

.video-youtube:hover .button-player{
    fill: red;
}

.video-youtube:hover polygon {
    fill: white;
}






@media(max-width:991px){
	h1{
		text-align:center;
		margin:0;
        font-size: 4em;
	}

	p{
		text-align:left;
	}
    
    #videos {
        margin-bottom: 50px ;
    }
    
    .img-video img{
        width:55%;
    }

}

@media (min-width: 768px){
.col-md-auto {
    margin: 0 auto;
    }
}


@media(max-width:576px){
    .img-video img{
        width: 70%;
    }
    
    .row.primeira{
        margin: 0;
        padding: 0;
    }
    
    
    
    #videos{
        margin: 10px 0px;
        margin: 15vh 0px;
        margin-bottom: 20vh;
    }
}

@media(max-width:414px){
    .img-video img{
        width: 100%;
    }
}