@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}


.columnas {
	padding:0px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#header	{
	height:70px;
	background-color:#000000;
}

.titulo img {
	max-width: 328px;
	margin-top:20px;
	margin-left:35px;
	float:left;
}

.logo img {	
	max-width: 110px;
	margin-top:20px;
	margin-right:35px;
	float:right;
}

.notaplayer {
    font-family: "Libre Franklin", sans-serif;
	font-weight:500;
	margin-left:35px;
	margin-right:35px;
	margin-top:35px;
    font-size: 17px;
    color: #000000;
}

.support{
    font-family: "Libre Franklin", sans-serif;
	font-weight:500;
	margin-left:35px;
	margin-right:35px;
	margin-top:5px;
    font-size: 17px;
    color: #000000;
}

.soporte img {	
	max-width: 290px;
	margin-top:20px;
	margin-left:35px;
	margin-bottom:20px;
}

#video {
  width: 100%;
  height: 48.5vw;
  text-align: center;
  background-color: #000;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


