#back{
	background: url(../img/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
.logo{
	max-height: 131px;
}
.bienvenida{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.bienvenida p{
	font-weight: 900;
	font-size: 1.3rem;

}
.bienvenida p i{
	font-size: 0.8rem;
	vertical-align: middle;
	color: #ec7318;
	text-align: left;	
}
.texto{
	font-weight: 400;
	font-size: 1.125rem;
}
.texto span{
	color: #eac21e;
	font-weight: 900;
	text-transform: uppercase;
}
.btn-primary{
	background-color: #ec7318;
	border-color: #ec7318;
	border-radius: 0;
	font-weight: 700;
	font-size: 1.125rem;
	cursor: pointer;
	border-radius: 20px;
}
.btn-primary:hover{
	background-color: #d15a00;
	border-color: #d15a00;

}
.btn-primary a{
	color: #fff;
	text-decoration: none;
}

.nuevo{
	font-size: 0.875rem;
	position: relative;
	bottom: 0;
	padding-top: 0.5rem;
}
.nuevo a{
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}
.video{
	margin-top: -20px;
	text-align: center;
	cursor: pointer;
}
video{
	height: 200px;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
@media (min-width: 576px){
		.nuevo{
		font-size: 0.875rem;
		position: absolute;
		bottom: 0;
	}
	#back{
		height: 100vh;
	}
	.logo{
		max-width: 400px;
		z-index: 60;
	}
	.video{
    margin-top: -20px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.28);
    padding: 2% 0 2% 0;
        border-radius: 20px;
	}
	video{
		height: 400px;
	}
}