/*--HEADER--*/
.jumbotron{
	background: green;
	color: #000;
	padding: 5px 0;
}
.jumbotron .container h1{
	text-shadow: 2px 3px 4px #444;
}
.jumbotron .container p{
	color: #000;
}
.jumbotron .container a{
    font-size: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-shadow: 2px 3px 4px #444;
}
.jumbotron .container i{
	color: #FFF;
	font-size: 30px;
	padding: 0 0 0 20px;
}


/*--POST--*/

.main{
	margin-top: 20px;
	margin-bottom: 20px;
}
.post{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}
.post:nth-last-child(1){
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.post .post-title a{
	color: #333;
}
.post .thumb{
	margin-right: 10px;
	width: 40%;
}
.post .thumb img{
	width: 100%;
}
.tabla tr td a{
	text-decoration: none;
}
.tabla i{
	color: red;
	font-size: 30px;
}
.tabla i:hover{
	color: #000;
}

/*--Media Querie--*/
@media screen and (max-width: 768px){
	.post .thumb{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}
.mio{
	padding: auto;
}
#menu-wrapper {
	font-family: sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
#menu-wrapper ul{
	padding:0;
	list-style:none;
}

#hmenu > li{
	display: inline-block;
}

#hmenu > li > a{
	display: block;
	padding: 10px 5px;
	width: auto;
}
#menu-wrapper, li ul{
	background: #333;
}

#hmenu {
	width: auto;
	margin: 0 auto;
}

#hmenu a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#hmenu li:hover{
	background: green;
	text-shadow: 0 0 2px #000;
}
	/*Estilos Iconos*/
.mbri-responsive{
	font-size:75px;
	color:#868e96;
	height:100px;
}
.mbri-responsive:hover{
	color: #228ae6;
}
.mbri-letter{
	font-size:75px;
	color:#868e96;
	height:100px;
}
.mbri-letter:hover{
	color: #228ae6;
}
.mbri-pin{
	font-size:75px;
	color:#868e96;
	height:100px;
}
.mbri-pin:hover{
	color: #228ae6;
}
#MJ-Ubi{
	cursor: pointer;
}
/*.padre{
	width: 100%;
	text-align: center;
	margin: 50px 0;
	padding: 0;
	clear: both;
}*/
.padre{
	width: 100%;
	padding: 5px;
	margin: 20px 0;
	text-align: center;
	display: inline-block;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	clear: both;
}
.padre h5{
	font-size: 17px;
	color: #868e96;
}
.padre h5:hover{
	color: #228ae6;
}
.padre h1{
	color: #868e96;
	text-align: center;
}
.padre a{
	text-decoration: none;
}
.padre tr{
	height: 30px;
}
.mjico{
	margin: 0;
	padding-top: 20px;
}
.list-group a:hover{
	background: #228ae6;
}
.modal-body{
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin: 1%;
}
.modal-body iframe{
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}
footer {
	padding: 20px 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #FFF;
	height:60px;
	background:#333333;
	text-align: center;
	clear: both;
}
footer a:hover{
	color: #228ae6;
	text-decoration: none;
} 
.ir {
	align-items: center;
	background: rgba(66,128,244,0.6);
	/*background: rgba(0,0,0,0.6);*/
	border-radius: 50%;
	bottom: 65px;
	color: #FFF;
	cursor: pointer;
	display: none;
	font-size: 20px;
	justify-content: center;
	padding: 15px;
	position: fixed;
	right: 15px;
	z-index: 100;
}
.ir:hover{
	background: rgba(66,128,244,0.8);
}
@media screen and (max-width: 350px){
	.ir{
		align-items: center;
		background: rgba(66,128,244,0.6);
		/*background: rgba(0,0,0,0.6);*/
		border-radius: 50%;
		bottom: 65px;
		color: #FFF;
		cursor: pointer;
		display: none;
		font-size: 15px;
		justify-content: center;
		padding: 10px;
		position: fixed;
		right: 15px;
		z-index: 100;
	}
}
.videos {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.videos h2 {
	text-align: center;
}
iframe {
	margin: 5px;
	width: 852px;
	height: 490px;
	z-index:auto;
}



@media screen and (max-width: 852px) {
    iframe {
	width: 100%;
    }
}