html, body {
	font-family				: 'roboto', sans-serif;
	-webkit-font-smoothing	: antialiased;
    -moz-osx-font-smoothing	: grayscale;
    font-size: 0.9rem;
}

nav {
	font-family				: 'roboto', sans-serif;
}
nav .nav-link {
	color					: #fff !important;
	font-size				: 10pt;
	padding-top				: 120px
}

.navbar-dark .navbar-toggler {
	border-color			: rgba(255,255,255,0);

}

.div_gradient {
	background: rgb(0,118,166);
	background: -moz-linear-gradient(top,  rgba(0,118,166,1) 0%, rgba(0,173,238,1) 50%, rgba(0,118,166,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,118,166,1) 0%,rgba(0,173,238,1) 50%,rgba(0,118,166,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,118,166,1) 0%,rgba(0,173,238,1) 50%,rgba(0,118,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076a6', endColorstr='#0076a6',GradientType=0 );
	width: 100%;
	height:5px
}

a {
	text-decoration			: none;
	outline					: 0 !important;
	color					: inherit;
}
h1 {
	font-family				: 'roboto', sans-serif;
}
h2, h4 {
	font-family				: 'roboto', sans-serif;
}
.bold {
	font-weight				: 700;
}
.roboto, p, span {
	font-family				: 'roboto', sans-serif;
}

.size8 { font-size			: 8pt; }
.size9 { font-size			: 9pt; }
.size10 { font-size			: 10pt; }
.size11 { font-size			: 11pt; }
.size12 { font-size			: 12pt; }
.size14 { font-size			: 14pt; }
.size16 { font-size			: 16pt; }
.size18 { font-size			: 18pt; }
.size20 { font-size			: 20pt; }
.size24 { font-size			: 24pt; }
.size30 { font-size			: 30pt; }
.size36 { font-size			: 36pt; }

.lh11 { line-height			: 11pt; }
.lh12 { line-height			: 12pt; }
.lh14 { line-height			: 14pt; }
.lh16 { line-height			: 16pt; }
.lh18 { line-height			: 18pt; }
.lh20 { line-height			: 20pt; }
.lh24 { line-height			: 24pt; }


.h-50px { height			: 50px; }
.h-40 { height				: 40px; }
.h-30 { height				: 30px; }
.h-20 { height				: 20px; }

.h-90 { height				: 90%; }

.opacity-40 { opacity		: .4 }
.opacity-50 { opacity		: .5 }
.opacity-60 { opacity		: .6 }
.opacity-70 { opacity		: .7 }
.opacity-80 { opacity		: .8 }
.opacity-90 { opacity		: .9 }

.w-30 {	width: 30%	}
.w-50 {	width: 50%	}


.light { font-weight		: 100; }
.weight300 { font-weight	: 300 !important; }


.navbar {
	height					: 169px
}

.fixed-top {
	z-index					: 99999999;
}

.navbar-brand, .navbar-brand img {
	max-width				: 250px;
	max-height				: 170px;
}
.navbar-brand img {
	height					: 170px
}

.brand-container {
	left					: calc(50% - 110px);
	top						: 20px!important;
}
.menu_bk {
	background-image		: url(../img/bk_menu.jpg), url(../img/bk_menu2.jpg);
	background-position		: center top !important;
	background-repeat		: no-repeat, repeat;
}

.img_bk {
	background-position		: center center !important;
	background-size			: cover !important;
	background-repeat		: no-repeat !important;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mt-80 {
	margin-top				: 80px
}
.mt-120 {
	margin-top				: 120px
}

.min-h-300 {
	max-height				: 300px
}
.max-h-50 {		max-height				: 50px }
.max-h-100 {	max-height				: 100px }
.max-h-250 {	max-height				: 250px }
.max-h-350 {	max-height				: 350px }

.h-300 {
	height					: 300px
}
.img-responsive {
	width					: 100%;
}

.gradient_celeste {
	background				: rgb(0,173,238);
	background				: -moz-linear-gradient(top,  rgba(0,173,238,1) 0%, rgba(0,118,166,1) 100%);
	background				: -webkit-linear-gradient(top,  rgba(0,173,238,1) 0%,rgba(0,118,166,1) 100%);
	background				: linear-gradient(to bottom,  rgba(0,173,238,1) 0%,rgba(0,118,166,1) 100%);
	filter					: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0076a6',GradientType=0 );
}

.bk_gris { background		: #f4f5f2; }
.bk_gris_claro { background : #e0dfde; }
.bk_white { background		: #ffffff;}
.bk_white50 { background		: rgba(255,255,255,.5);}
.bk_black50 { background		: rgba(0,0,0,.5);}

.color_gris { color 		: #84847e; }

.containervideo {
	position				: relative;
	height					: 450px;
	overflow				: hidden;
}
.containervideo video {
	position				: absolute;
	left					: 0px;
	width					: 100%;
	top						: 50%;
	transform				: translateY(-50%);
	z-index					: -1;
}
.containervideo_main {
	position				: relative;
	height					: 520px;
	height					: 520px;
	margin-top				: 169px;
	overflow				: hidden;
}
.containervideo_main video {
	position				: absolute;
	left					: 0px;
	width					: 100%;
	top						: 50%;
	transform				: translateY(-50%);
	z-index					: -1;
}

.bk_celeste {
	background				: #62aada;
}

.bk_gris { background		: #262625;}

.sombra {
	box-shadow				: 0px 0px 15px rgba(0,0,0,.2);
}
.celeste {
	color					: #038fef;
}

.rounded-5 { border-radius			: 5px; }
.rounded-8 { border-radius			: 8px; }
.rounded-10 { border-radius			: 10px; }
.rounded-12 { border-radius			: 12px; }
.rounded-15 { border-radius			: 15px; }
.rounded-20 { border-radius			: 20px; }

.marrocito {
	color							: #4a4a4a
}

.bk_marrocito {
	background						: #4a4a4a;
}

/* 
.flexslider_principal li {
	height					: 500px
}
 */

.row-color {
	border: #e9e9e9 1px solid;
	border-radius:5px;
	padding:5px;
	margin-bottom:8px;
	overflow:hidden;
	font-weight:500;
	cursor:pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.row-color:hover, div.row-color.active {
	border: 1px solid #000;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > div {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > div.active img {
    opacity: 0.7;
}

.carousel-control-next i, .carousel-control-prev i  {
	font-size: 30px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
.carousel-control-prev, .carousel-control-next {
	width: 37px !important;
}
.card-header, .card-footer  {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  color: rgba(0,0,0,.8);
	font-family				: 'roboto', sans-serif;
	font-weight:400;
	font-size: 10pt;
	line-height: 12pt;
}
.canal_cuadro {
	border-bottom			: rgba(71, 95, 138, 0.6) 2px solid;
	border-left				: rgba(71, 95, 138, 0.3) 2px solid;
	border-right			: rgba(71, 95, 138, 0.3) 2px solid;
}
.canal_numero {
	top						: -8px;
	left					: -8px;
	background				: #5fa6d4;
	width					: 35px;
	border-bottom			: rgba(71, 95, 138, 0.6) 2px solid;
	border-left				: rgba(71, 95, 138, 0.4) 2px solid;
	border-right			: rgba(71, 95, 138, 0.4) 2px solid;	
}

.nav-dias {
	background				: #4a4a4a;
	cursor					: pointer;
}
.nav-dias a {
	color					: white !important;
	text-transform			: uppercase;
	font-size				: 12pt
}
.nav-dias a.active {
	background				: #6b6b6d
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
	.navbar {
		height					: auto
	}
	.brand-container {
		left				: 0;
		top					: 0px!important;
	}
	.navbar-brand img {
		height				: 84px;
		margin-top			: 5px;
	}
	nav .nav-link {
		padding-top			: 8pt
	}
	.containervideo_main {
		height				: 150px;
		margin-top			: 50px;
	}
}