*{
	margin: 0px;
	padding: 0px;
}

.clearfix{
	float: none;
	clear: both;
}

#global{
	width: 65%;
	margin: 0px auto;
	margin-top: 30px;
	padding: 25px;
	background: white;
	box-shadow: 0px 0px 2px gray;
}

#logo {
	font-family: Verdana, Arial;
	font-size: 28px;
	letter-spacing: 4px;
	line-height: 75px;
	color: white;
	text-align: center;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	float: left;
	text-transform: uppercase;
	overflow-wrap: break-word;
	white-space: normal;
}


#menu{
	font-family: Helvetica, Arial;
	background: #333;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#menu ul{
	line-height: 46px;
	list-style: none;
}

#menu ul li{
	height: 46px;
	display: inline-block;
	transition: all 300ms;
}

#menu a{
	display: block;
	color:white;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

#posts{
	width: 60%;
	float: left;
	font-family: Helvetica, Arial;
}

.post{
	padding: 7px;
}

h2{
	font-family: Helvetica, Arial;
	font-size: 30px;
	color:#333;
}

.post .date{
	display: block;
	color: gray;
	margin-top:5px;
}

.post p{
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 22px;
	text-align: justify;
}

#sidebar{
	font-family: Helvetica, Arial;
	width: 31%;
	float: right;
}

#sidebar h4{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 50px;
	margin-bottom:20px;
	text-align: center;
	line-height: 14px;
	color:#333;
	background: url("../img/lines.png") repeat-x;
}

#sidebar h4 span{
	background: white;
	padding: 1px;
}

#sidebar img{
	width: 100%;
}

#sidebar p{
	font-size: 15px;
	text-align: justify;
}


footer {
	font-family: Helvetica, Arial;
	color:white;
	height: 47px;
	background: rgba(51, 51, 51, 0.70);
	margin:0px auto;
	width: 65%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
	line-height: 47px;
}

.bx-wrapper, .bx-viewport {
	height: 250px !important;
}

#selector-theme{
	position: fixed;
	top:40%;
	background: rgba(51, 51, 51, 0.5);
	width: 50px;
	height: 100px;
}

#to-green,
#to-red,
#to-blue{
	width: 25px;
	height: 25px;
	border: 1px solid white;
	display: block;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#to-green{
	background: #235E3D;
}

#to-red{
	background: #CA3413;
}

#to-blue{
	background: #1F87C4;
}


.subir{
	color: white;
	text-decoration: none;
	display: block;
	float:right;
}

.video-miniatura {
    position: relative;
    max-width: 800px;
    margin: 20px 0;
    display: block;
}

.video-thumbnail {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-icon svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    filter: drop-shadow(0 0 8px #000);
    transition: transform 0.3s ease;
}

.video-miniatura:hover .play-icon svg {
    transform: scale(1.1);
}
