@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
}
/* ICONS VALIDATOR*/
.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 10px;
    right: 15px;
}

/*GENERAL*/
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
footer {
	padding: 50px 0px 50px;
}

.margin-left-25 {
	margin-left: 25px;
}
/*ALERTAS*/
.alert {
	border: none;
    border-left: 2px solid;
}
.col-no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*SECTIONS*/
.bg-grey-2 {
  background-color: #4C4C4C !important;
  color: #fff !important;
}
.bg-grey-2 h1 {
	color: #fff !important;
}
.border-grey-2 {
  border-color: #4C4C4C !important;
}
.btn-grey-2 {
  background-color: #4C4C4C;
  border-color: #4C4C4C;
  color: #fff;
}
.btn-grey-2:hover,
.btn-grey-2:focus,
.btn-grey-2.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff;
}
.btn-bordered.btn-grey-2 {
  color: #4C4C4C;
}
.text-grey-2 {
  color: #4C4C4C !important;
}
.alert-grey-2 {
  color: #000000 !important;
}
.panel-grey-2 {
  border-color: #000000 !important;
}
.panel-grey-2 .panel-heading {
  background-color: #4C4C4C !important;
  border-color: #4C4C4C !important;
  border-radius: 0px;
}
.panel-grey-2 .panel-heading a,
.panel-grey-2 .panel-title {
  color: #4C4C4C;
}

/*LISTAS SORTABLE*/
ul.sortable-list {
	list-style-type: none;
}
.sortable-element {
	border-bottom: 1px dashed rgba(200,200,200,1);
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.sortable-element:hover {
	cursor:move;
}

/*HEAD*/
#main-navigation li a {
	text-transform: uppercase !important;
}
/*PERFIL USUARIO*/
.profile-title {
	position: absolute;
	bottom: -60px;
}
.profile-avatar {
    margin: 160px auto 0px;
    background-color: #F3F3F3;
 	border: 4px solid #F3F3F3;
}
.topbar-profile .topbar-profile-image {
	/*border: none !important;*/
	border: 1px solid rgba(200, 200, 200, 0.5);
}
.profile-image {
    border: 1px solid rgba(150, 150, 150, 0.5);
}

/*LANDING PAGE*/
#landing-element p {
	text-align: justify;
}

/*COLOR PRIMARY*/
.topbar, .topbar .topbar-left {
    background: none repeat scroll 0% 0% #00539B;
}
.bg-primary, .btn-primary, .panel-primary .panel-heading {
  background-color: #00539B !important;
}
.border-primary, .btn-primary {
  border-color: #00539B !important;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-color: #003c71 !important;
  border-color: #003c71 !important;
  color: #fff;
}
.btn-bordered.btn-primary, .text-primary {
  color: #00539B !important;;
}

.alert-primary {
  color: #464749 !important;
}
.panel-primary {
  border-color: #464749 !important;
}
.panel-primary .panel-heading {
  border-color: #464749 !important;
  border-radius: 0px;
}

/* MENU HEAD */
header.inverted {
    height: 87px;
}
header .navbar-default ul.navbar-nav {
    padding-top: 25px !important;
}

header .navbar-default .navbar-brand {
    padding-top: 15px !important;
}
header .navbar-default .navbar-brand .logo {
    height: 50px;
}
#topbar .top-divider {
	margin-top: -12px !important;
}
/*SECTION VIDEO*/
.post-video-header {
	position:relative;
    overflow: hidden;
}
.post-video-header .post-video-background,
.post-video-header .post-video-overback {
    position: absolute;
    width: 110%;
    height: 110%;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    filter:blur(6px);
    -webkit-filter:blur(6px);
    overflow: hidden;
    margin: -8px;
}

.post-video-header .post-video-overback {
	background-color: rgba(50,50,50,0.5);
}

.post-video-header .featured-video,
.post-video-header .featured-ads {
    margin-top: 25px;
    z-index: 3;
    position: relative;
}

.post-video-header h1, .post-video-header h2, .post-video-header .h1, .post-video-header .h2, .post-video-header .post-header-content {
	color: #fff;
	font-weight: 300 !important;
}
.post-video-header h2, .post-video-header .h2 {
	margin-top: 5px !important;
	font-size: 0.45em !important;
	text-align: justify;
}
.post-video-header .post-header-content {
	margin-bottom: 20px;
}
.post-video-header h1, .post-video-header .h1 {
	border-bottom: 1px solid #fff;
	width: 100%;
}
.post-video-header .post-author {
	font-size: 1.5em;
}
.post-resumen {
	font-size: 2.5em !important;
}
header .navbar-default.scrolled {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0% !important;
}
.post-video-social,
.post-secion-title {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(60, 60, 60, 0.1);
}

.post-date {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	color: rgba(150,150,150,1);
}
.video-breadcrumb {
	font-size: 1em;
}
#wrapper {
background-color: #F7F7F7;
}
.post-secion-title {
	font-size: 1.5em;
}
.main-slider {
    height: 220px;
}
.main-slider .slider-caption h1, .slider-caption .h1 {
    margin-top: 50px !important;
    width: 90% !important;
    margin: auto;
}

/*HEAD*/
@media (max-width: 767px) {
	header .navbar-default {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	header.inverted {
    	height: 60px;
	}
	header .navbar-default.scrolled {
 		background: rgba(0, 83, 155, 0.95) none repeat scroll 0% 0% !important;
	}
	header.inverted .navbar-default.scrolled .navbar-header,
	header .navbar-default.scrolled .navbar-header {
    	background: none;
	}
	header.inverted .navbar-default {
		background: rgba(0, 83, 155, 0.95) none repeat scroll 0% 0% !important;
	}
	header .navbar-default.scrolled .navbar-toggle,
	header .navbar-default .navbar-toggle, header .navbar-default .navbar-toggle:hover {
		color: #ffffff !important;
		margin-top: 2px !important;
		margin-bottom: 2px !important;
		margin-right: 0px !important;
	}
	header .navbar-default .navbar-toggle {
		font-size: 25px;
	}
	header .navbar-default.scrolled .navbar-brand img {
    	max-height: 50px;
	}
	header .navbar-default.scrolled .navbar-brand,
	header .navbar-default .navbar-brand {
    	padding: 5px !important;
    }
    .nav.navbar-nav.navbar-right {
    	background: none;
    }
    header.inverted .navbar-default ul.navbar-nav li a:hover,
    header .navbar-default.scrolled ul.navbar-nav li a:hover {
    	color: rgba(200,200,200,1);
    }
    #topbar {
    	visibility: hidden;
    }
    .main-slider {
	    height: 130px;
	}
	.main-slider .slider-caption h1 {
    	margin-top: 30px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-default ul.navbar-nav li a {
    font-size: 11.5px;
    padding: 7px 2px;
    margin: 0px 2px;
    }
}
/*FOOTER MV*/
	.footer-mv a {
		color: #fff !important;
	}
	.share-fb, .share-tw, .share-ws, .share-ml {
		margin: 0px !important;
		padding: 5px 0px 0px 0px;
		text-align: center;
		color: #fff;
		font-size: 30px;
	}
	.share-fb {
		background-color: #3B5998;
	}
	.share-tw {
		background-color: #0084B4;
	}
	.share-ws {
		background-color: #43D854;
	}
	.share-ml {
		background-color: rgba(200,200,200,1);
	}
	
	.wa_btn {
		width: 100%;
		height: 100%;
		
		background-image: none;
    	border: none;
    	display: inline-block !important;
    	position: relative;
    	font-family: Arial, sans-serif;
    	letter-spacing: .4px;
    	cursor: pointer;
    	font-weight: 400;
    	text-transform: none;
    	color: #fff;
    	border-radius: none;
    	background-color: #43D854;
    	line-height: 1;
    	text-decoration: none;
    	text-align: left;
	}
	.wa_btn_s {
		font-size: 20px;
	    background-size: 30px;
	    background-position: 0px;
	    padding: 0px;
	}
@media (min-width: 768px) {
	.share-fb, .share-tw, .share-ws, .share-ml {
		padding-top: 0px;
		height: 35px;
	}
}
@media (max-width: 767px) {
	.tothetop.showup {
    	bottom: 60px;
    }
}
footer .btn.btn-link:hover {
	color: rgb(200,200,200) !important;
}
/*MINIATURAS VÍDEO*/
.video-item,
.CoverImage {
	overflow:hidden;
}
.CoverImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 28px;
  height: 200px;
  max-width: 1000px;
}
.video-item h2, .video-item .h2 {
	color: #fff;
	font-size: 1.5em;
	border-bottom: 1px solid rgba(240, 240, 240, 0.8);
}
.video-item h3, .video-item .h3 {
	color: #fff;
	font-size: 1.1em;
	margin-top: 0px;
}

.video-item .video-content {
	position: absolute;
	bottom: 28px;
	padding: 0px 25px;
	width: 100%;
}
.section-categorias .btn {
	border-radius: 0px;
}
.description-block {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
}
.description-block h2, .description-block .h2 {
	font-size: 1.6em;
}
/*
.CoverImage:hover {
	filter: blur(5px);
}
.CoverImage:hover,
.CoverImage {
	transition: all 0.25s ease-in-out 0s;
}
*/
/*VÍDEO MV*/
@media (max-width: 767px) {
	.video-item .video-content {
    	bottom: 23px;
	}
}
.btn-social, .btn-social:hover {
	transition: all 0.25s ease-in-out 0s;
	color: #ffffff;
	font-size: 55px;
	margin: 0px 20px;
}
@media screen and (max-width: 767px) {
	.btn-social, .btn-social:hover {
		font-size: 45px;
		margin: 0px 15px;
	}
}
.btn-social:hover {
	color: #4a525f;
}

/*404*/
.full-content-center h1, .full-content-center .h1 {
    font-size: 150px;
    font-family: "Open Sans";
    line-height: 150px;
    font-weight: 700;
    color: #252932;
    text-align: center !important;
}

.full-content-center h2, .full-content-center .h2 {
    font-family: "Open Sans";
    font-weight: 300;
    color: #505458;
    line-height: 35px;
    margin: 10px 0px;
    text-align: center !important;
    font-size: 30px;
}

/*Tooltip*/
.ui-tooltip{
	padding:5px;
	position:absolute;
	z-index:9999;
	max-width:300px;
	-webkit-box-shadow:0 0 1px #aaa;
	box-shadow:0 0 1px #aaa
}
.ui-tooltip-content {
	font-size: 12px;
}
body .ui-tooltip{
	border-width:1px
}
.video-breadcrumb ol {
padding-left: 0px;
}
.video-breadcrumb ol li {
	display: inline;
	list-style: none;
}
.main-slider .slider-caption .h1 {
  font-size: 60px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .main-slider .slider-caption .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider .slider-caption .h1 {
    font-size: 24px;
  }
}

.md-overlay {
	background-color: rgba(1,1,1,0.3) !important;
}