@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&amp;family=Montserrat:wght@200;300;400;600&amp;display=swap');

/*Estilos generales*/
body{
	font-family: 'Poppins', serif;
	font-weight:400;
	overflow-x:hidden; 
	color:#333;
	font-size:16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
iframe,embed,object {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .text-red{
	color:#FD003B;
}

.divNoticiasBusqueda{
	padding: 2rem;
}
.hrNoticiasBusqueda{
	width: 80%;
}

.liBusqueda{
	margin-left: 21%;
}
.liBusqueda .textoIconbusqueda{
	display: none;
}

.rowBusqueda{
	margin-bottom: 5%;
}

.recorte-titulo {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;	
	line-height: 1.2;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }

.recorte-titulo-columnista-home {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 38px;
	margin: 0 auto;	
	line-height: 1.2;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }

.recorte-titulo-columnista-interio{
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 38px;
	margin: 0 auto;	
	line-height: 1.4;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a {
	color:#FD003B;
}
a,a:hover,a:focus{
	text-decoration: none;
}
a:focus,button:focus{
	outline: none;
}
a:hover{
	color:#BD111D;
}
.visible-mobile {
	display:none;
}
.bg-light-grey{
	background-color:#f6f6f6;
}
.bg-black{
	background-color:#000000;
}
.bg-grey{
	background-color:#d6d6d6;
}
.bg-white{
	background-color:#fff;
}
.bg-dark-grey{
	background-color:#383f44;
}
.bg-red-pattern{
	background-image: url(../jpg/background-red.jpg);
	background-position:center bottom;
	background-size: cover;
	background-color:#df0026;
}
.bg-black-pattern{
	background-image: url(../jpg/background-cluster.jpg);
	background-position:center bottom;
	background-size: cover;
	background-color:#222;
}
.bg-videoclaves-pattern{
	background-image: url(../jpg/background-videoclaves.jpg);
	background-position:center bottom;
	background-size: cover;
	background-color:#222;
}
.btn {
	padding:10px 12px;;
}
.btn i{
	margin-left:5px;
}
.btn-red {
	color:#fff;
	background-color:#FD003B;
	border-radius:0;
	border:0;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
	color:#fff;
	background-color:#BD111D;
}
.btn-grey {
	color:#fff;
	background-color:#4C4C4C;
	border-radius:0;
	border:0;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
	color:#fff;
	background-color:#111;
}
p {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height:1.5;
}
.mt-40{
	margin-top:40px!important;
}
.mt-30{
	margin-top:30px!important;
}
.mt-20{
	margin-top:20px!important;
}

.mb-10{
	margin-bottom:0!important;
}
.mb-0{
	margin-bottom:10px!important;
}
.text-white{
	color:#fff!important;
}
.text-red{
	color:#FD003B!important;
}
.regular{
	font-weight: 400!important;
}
.light{
	font-weight: 300!important;
}
.well {
	border-radius:0;
	box-shadow:none;
	border:none;
	background-color:#F2F2F2;
}
.well-greylight {
	background-color:#FAFAFA;
}
ul.social{
	margin:17px 0;
	padding:0;
	list-style:none;
	text-align:right;
}
ul.social li{
	margin:0 2px;
	padding:0;
	list-style:none;
	text-align:right;
	display:inline-block;
}
ul.social li a{
	display:block;
	background-color:;
	border-radius:100%;
	color:#fff;
	width:26px;
	font-size:16px;
	text-align:center;
	height:26px;
	line-height:26px;
}
ul.social li a:hover{
	background-color:;
	color:#fff;
}

/*Header*/
.head{
	padding:20px 0;
	background-color:#FFF; /*#DF0126;*/
}
.head-logo .logo {
	display: block;
}
.head-logo .logo svg {
    display: inline-block;
	width:auto;
	height: 60px;
}
.head .head-date {
	display: flex;
	align-items: end;
	flex-flow: row-reverse;
}
.head .head-date .date {
	font-family: "Montserrat", sans-serif;
	font-size:40px;
	font-weight:200;
	line-height:1;
	color:#666;
	padding: 4px 0;
}
.head .head-date .date p{
	margin-top:5px;
	margin-bottom:0;
	font-weight:400;
	font-size:10px;
	color:#666;
}
.head .navbar-toggler{
	display: none;
	background-color:transparent;
	border: 0;
	padding:0;
	font-size: 26px;
	margin-right: 30px;
	color: #666666;
}
.head .search{
	display: none;
	background-color:transparent;
	border: 0;
	padding:0;
	font-size: 26px;
	margin-right: 30px;
	color: #666666;
}
.head .head-logo{
	text-align:left;
}
.navigation {
	background-color:#FD003B;
	color:#fff;
	position:relative;
	z-index:9999!important;
}
.navigation .navbar-toggle {
	float:left;
	margin:0;
}
.navigation .mobile-only {
	display:none;
	font-size:19px;
}
.navigation .navbar{
	border-radius:0;
	border:0;
	min-height:auto;
	margin:0;
}
.navigation .navbar-nav{
	margin:auto;
    position: relative;
    height: 50px;
	z-index: 9;
	text-align:center;
	display: flex;
	justify-content: left; /*center*/
	float: none;
}
.navigation .nav>li{
	float: none;
}
.navigation .navbar-nav>li>a {
	font-family: "Montserrat", sans-serif;
	color:#fff;
	font-weight:600;
	font-size:14px;
	text-transform: uppercase;
	padding: 15px 20px;
}
.navigation .navbar-nav>li>a:hover,
.navigation .navbar-nav>li>a:active,
.navigation .navbar-nav>li.active>a,
.navigation .navbar-nav>li.active>a:hover {
	border-bottom-color:#FD003B;
	background-color:transparent;
}
.navigation .navbar-collapse {
    padding:0;
}
.is-sticky .logo-mobile {
    opacity: 100;
}
.logo-mobile{
	opacity: 0;
	position: absolute;
	top: 9px;
	left: 0;
	margin: 4px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navigation .navbar-nav {
	-webkit-transition: all .4s;
	transition: all .4s;
}
.navigation .menu-newsletter{
	display: none;
}
.offcanvas-header{ 
	display:none;
	position: relative;
}
.btn-close{
	background-color:transparent;
	color:#fff;
    font-size: 40px;
    border: 0;
    outline: none;
    line-height: 1;
	padding: 10px 13px;
	position: fixed;
}
.nav-title{
	display: none;
	border-bottom: 1px solid rgba(255,255,255,.2);
    color: #fff;
	font-family:"Poppins",serif;
	font-size:18px;
	text-transform: uppercase;
	margin:20px;
	text-align:center;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.menu-newsletter{
	margin-top: 60px;
	padding:40px;
	background-color:#333;
	text-align:center;
}
.nav-social.social{
	text-align:center;
	margin:50px auto 15px;
}
.nav-social.social li a{
	border-radius: 0;
	background-color: transparent;
	padding:10px;
	width:50px;
	height: 50px;
}
.menu-newsletter h4{
    color: #fff;
	font-family:"Poppins",serif;
	font-size:34px;
	font-weight: 900;
	text-align:center;
    margin-bottom: 30px;
}
/* formulario contacto */


.contact-form {
  padding: 30px 0 80px;
  text-align: center;
}

.form {
  position: relative;
  z-index: 2;
}

.form input,
.form select, .inputBuscar {
  height: 48px;
  padding: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.form input,
.form select,
.form textarea, .inputBuscar {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #fff;
  background: #ebe8ed;
}

.form textarea {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.form input:focus,
.form select:focus,
.form textarea:focus,
.form input:active,
.form select:active,
.form textarea:active {
  box-shadow: none;
  border-color: #f0292b;
}

.form .label-form {
  position: relative;
}

.form .form-group {
  margin-bottom: 10px;
  position: relative;
}

.form .form-action {
  text-align: center;
}

/*Validacion de formularios*/
.form input:required,
.form textarea:required {
  background: #ebe8ed;
}

.form input:required:valid,
.form textarea:required:valid {
  background: url(../png/valid.png) no-repeat 98% center;
  background-color: #ebe8ed;
}

.form input:focus:invalid,
.form textarea:focus:invalid {
  background: url(../png/invalid.png) no-repeat 98% center;
  background-color: #ebe8ed;
}

.form_hint {
  background: #d45252;
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin-left: 8px;
  padding: 1px 6px;
  z-index: 999;
  position: absolute;
  display: none;
}

.form_hint::before {
  content: "\25C0";
  color: #d45252;
  position: absolute;
  top: 1px;
  left: -6px;
}

.form input:focus+.form_hint {
  display: inline;
}

.form input:required:valid+.form_hint {
  background: #28921f;
}

.form input:required:valid+.form_hint::before {
  color: #28921f;
}

.form .btn {
  margin-top: 20px;
  background-color: #FD003B;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border: 0;
}

.form .btn:hover {
  background-color: #ed1b4c;
}

#mensajes .thanks {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  background-color: #89c04a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#mensajes .thanks_error {
  font-size: 14px;
  padding: 6px;
  line-height: 120%;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 700;
  background-color: #c35f63;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.working {
  margin-bottom: 20px;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  color: #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  background-color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}

label.error {
  font-size: 13px;
  color: red;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: 13px;
  padding: 2px 0;
  background: transparent;
}

.form input.error,
.form textarea.error {
  color: #e9322d;
  border-color: #e9322d;
  background-color: #f5e0e0;
}

.form input.valid,
.form textarea.valid {
  border-color: #85b200;
}


/* fin form contacto*/


.form-newsletter{
	max-width: 600px;
    position: relative;
    margin: 0 auto 15px;
}
.form-newsletter input{
	color: #fff;
	font-size:13px;
	font-weight: 300;
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	text-transform: uppercase;
	padding: 14px 30px 15px 0;
	letter-spacing: 1px;
	outline:none;
}
.form-newsletter input:focus{
	border-bottom-color: rgba(255,255,255,.5);
}
.form-newsletter button{
	border: 0;
	background-color: transparent;
	font-size:22px;
	position: absolute;
	right: 0;
	top: 10px;
}
.menu-newsletter .text-help{
	text-align:center;
	color:#fff;
	opacity: .2;
	font-size:13px;
}
.menu-newsletter .text-help a{
	color:#fff;
	text-decoration:underline;
}
.newsletter-nav{
	margin-top: 40px;
}
.newsletter-nav svg{
	height: 40px;
	margin:auto;
}
.newsletter-nav ul{
	list-style:none;
	padding:0;
	margin:15px 0;
	text-align:center;
}
.newsletter-nav li{
	display:inline-block;
}
.newsletter-nav li a{
	padding:0 15px;
	color:#fff;
	font-size:13px;
	font-family: "Montserrat", sans-serif;
	border-left:1px solid #fff;
}
.newsletter-nav li:first-child a{
	border-left:0;
}

@media (max-width: 1199px) {
	.navigation .nav>li>a {
		padding:15px;
	}
}
@media (max-width: 991px) {
	.head{
		padding:10px 0;
	}
	.head .container{
		width:100%;
	}
	.head .head-date .date {
		font-size: 30px;
	}
	.head .head-date .date p {
		margin-top: 0;
		font-size: 8px;
	}
	.head-logo .logo svg {
		height: 40px;
	}
	.head ul.social {
		margin: 7px 0;
	}
	.head .navbar-toggler, .head .search,
  	.offcanvas-header{ 
	  	display:block;
  	}
  	.navbar-collapse {
		position: fixed;
		top:0; 
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #262626;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
	.navbar-collapse.show {
		visibility: visible;
		transform: translateX(-100%);
	}
	.navigation .menu-newsletter{
		display: block;
	}
	.nav-title{
		display: block;
	}
	.navigation .navbar-nav{
		display: flex;
		flex-flow: row wrap;
		margin:0 20px;
		height: auto;
	}
	.navigation .nav>li {
		float: none;
		flex: 25%;
		text-align: left;
	}
	.navigation .nav>li>a {
		padding: 13px 0;
		font-size: 16px;
		font-weight: 400;
		text-transform:inherit;
	}
}
@media (max-width:767px){
	.head{
		position: fixed;
		z-index: 99;
		width:100%;
		top:69px;
	}
	.head .navbar-toggler{
		line-height:1;
		margin-top: 6px;
		margin-right: 0;
	}
	.head .search{
		line-height:1;
		margin-top: 6px;
		margin-right: 0;
	}
	.head .head-date .date{
		display: none;
	}
	.head .head-logo {
		text-align: left;
	}
	.head-logo .logo svg {
		height: 34px;
	}	
	.head ul.social li a {
		width: 20px;
		height: 22px;
		line-height: 22px;
	}
	.head ul.social li {
		margin: 0 4px;
	}
	.newsletter-nav ul li a{
		padding:0 7px;
		font-size:13px;
	}
	.rowBusqueda{
		text-align: -webkit-center;		
	}
	.inputBuscar{
		width: 70%;
	}
	.liBusqueda{
		margin-left: 0px;
	}
	.liBusqueda .textoIconbusqueda{
		display: block;
	}
	.liBusqueda .iconbusqueda{
		display: none;
	}
}
@media (max-width:576px){
	.navigation .nav>li {
		flex: 50%;
	}
	.menu-newsletter h4 {
		font-size: 24px;
	}
	.newsletter-nav ul li a{
		padding:0 10px;
		font-size:11px;
		border-left:0;
	}
}
@media (max-width:360px){
	.head .search {
		font-size: 22px;
	}
	.head-logo .logo svg {
		height: 30px;
	}
}
/*Main Page*/
.ban {
	display:block;
	margin-bottom:30px;
}
.ban img {
	width:100%;
}
.segment-title{
	margin-bottom:20px;
}

.segment-title h1{
	color:#FD003B;
	font-weight: bold;
	font-size:30px;
	margin:0;
}
.news-segment-mb-primero{
	padding: 30px 0px 30px 0px !important; /*60px 0;*/
	/* 140*/
}

.news-segment{
	padding: 60px 0px; /*60px 0;*/
}
/* gonzalo alto de nota para emparejar con el resto*/
.news-segment .news-height{
	min-height: 670px; /*665*/
}

.news-segment .news-height-rel{
	min-height: 600px; /*665*/
}
/*------------------*/

.news-segment .thumbnail {
	border:0;
	padding:0;
	padding-bottom:20px;
	margin-bottom:30px;
	background-color: transparent;
	border-radius: 0;
}
.news-segment .thumbnail .thumb-image{
	position:relative;
}
.news-segment .thumbnail .thumb-image .tag{
	position:absolute;
	left:0;
	top:30px;
	background-color:#FD003B;
	color:#fff;
	line-height:1;
	padding:15px 30px;
	font-size:18px;
	z-index: 9;
}
.news-segment .thumbnail .thumb-image a img{
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.news-segment .thumbnail .thumb-image a:hover img{
	opacity:0.8;
}
.news-segment .thumbnail .thumb-image a img {
	width:100%;
	/*gonzalo */
	height: 360px;
	object-fit: cover;
	object-position: top;
	/*---------*/
}
.news-segment .thumbnail .thumb-image .social{
	margin:0;
	position:absolute;
	right:30px;
	bottom:30px;
	z-index: 9;
}
.news-segment .thumbnail .thumb-image ul.social li a {
    width: 34px;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
}
.news-segment .article-date{
	padding:15px 0;
}
.news-segment .article-date label{
	color:#FD003B;
	border-right:2px solid #666;
	margin-right: 10px;
	padding-right: 10px;
}
.news-segment .article-date span{
	color:#666;
	font-weight: 300;
}

.news-segment .thumbnail .caption {
	padding:0;
	border-radius: 0;
	background-color: transparent;
}
.news-segment .thumbnail .caption h1{
	color:#222;
	font-size: 28px;
	margin:0 0 20px;
	position: relative;
}
.news-segment .thumbnail .caption h2{
	color:#222;
	font-size: 24px;
	margin:0 0 20px;
	font-weight:300;
	position: relative;
}
.news-segment .thumbnail .caption h1 a{
	color:#222;
	font-weight: 700;
}
.news-segment .thumbnail .caption h1 span{
	background-color: #4D4D4D;
    color: #fff;
    font-size: 16px;
    padding: 7px 12px;
    font-weight: 400;
    vertical-align: top;
    top: 12px;
    position: relative;
}

/*sector negro*/
.bg-black .article-date span {
    color: #ffffff !important;
    font-weight: 300;    
}

.news-segment .thumbnail .caption h1 a{
	color:#FD003B !important;
	font-weight: 700;
}

.news-segment .thumbnail .caption .pblack {
	color:#FFFFFF;	
}
/* Fin negro */


.news-segment .thumbnail-sm .thumb-image .tag{
	top:20px;
	padding:10px 15px;
	font-size:16px;
}
.news-segment .thumbnail-sm .thumb-image .social{
	right:15px;
	bottom:15px;
}
.news-segment .thumbnail-sm .thumb-image ul.social li a {
    width: 26px;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
}
.news-segment .thumbnail-sm .caption h1{
	font-size: 26px;
	margin: 15px 0;
}
.news-segment .thumbnail-sm .caption h1 span{
    font-size: 13px;
    padding: 3px 8px;
    top: 8px;
}

/*Columnist Segment*/
.columnist-segment{
	padding:60px 0;
}
.columnist{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-flow:row wrap;
	padding:20px 10px;
}
.columnist figure{
	padding:0;
	margin:0;
	border-radius: 100%;
	height: 110px;
	width: 110px;
	overflow: hidden;
}
.columnist .caption{
	flex:60%;
	padding-left:15px;
}
.columnist .caption h2{
	margin:0 0 20px;
	font-size:18px;
	color:#111;
	font-weight: bold;
}
.columnist .caption h2 a{
	color:#111;
}
.columnist figure img{
	height: 100%;
	width: 100%;
}

/*Last editions*/
.editions-banner{
	display: block;
	position: relative;
	height: 215px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	background-color:#df0126;
}
.editions-banner h1{
	color: #fff;
	width: 200px;
	text-align:right;
	padding:10px;
	position: absolute;
	right: 0;
	top: 20px;
	line-height:1;
	margin:0;
	font-size:32px;
	font-weight: bold;
	z-index:2;
}
.editions-banner img{
	width: 150px;
	height: auto;
	transform: rotate(-16deg);
}
.owl-nav{
	display: block!important;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -28px;
}
.owl-carousel .owl-dots{
	display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	opacity: 0.9;
	z-index: 999;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	outline:none;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
	display: none;
}
.owl-carousel .owl-nav .owl-next{
	right: -35px;
	background-image: url(../svg/arrow-right.svg)!important;
	background-repeat: no-repeat!important;
	background-position:center center!important;
}
.owl-carousel .owl-nav .owl-prev{
	left: -35px;
	background-image: url(../svg/arrow-left.svg)!important;
	background-repeat: no-repeat!important;
	background-position:center center!important;
}
.slider-editions{
	padding:0 30px;
	margin-bottom:40px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 30px;
	height: 50px;
}
.owl-carousel.carousel-news .owl-nav .owl-next{
	right: -45px;
}
.owl-carousel.carousel-news .owl-nav .owl-prev{
	left: -45px;
}

/*Most Read*/
.most-read{
	/*padding:60px 0; 
	quitado para novedades
	*/ 
}
.most-read-list{
	margin:0 -15px 40px;
	padding:0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}
.most-read-list li{
	flex: 20%;
	padding:15px;
	list-style:none;
}
.most-read-list li a{
	background-color: #eee;
	padding:0 20px;
	display: block;
	position: relative;
	height: 100%;
}
.most-read-list li a span{
	font-size: 60px;
	font-style: italic;
	font-weight:900;
	color: #ddd;
	line-height:1;
	margin-bottom: 10px;
	display:block;
	text-align:right;
}
.most-read-list li a p{
	margin-bottom: 10px;
	color:#666;
	font-size:14px;
}
/*Aside page*/
.aside-module{
	margin-bottom:60px;
}
.aside-module .columnistas{
	background-color:#ddd;
	padding:15px;
}
.aside-module h2 {
	color:#FD003B;
	font-size: 26px;
}
.aside-module h3 {
	color:#FD003B;
	font-weight:700;
	font-size: 22px;
	margin:0;
	margin-bottom:10px;
}
.aside-module a {
	display:block;
	position:relative;
		transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.aside-module a:hover {
	opacity:0.8;
}
.aside-module section {
	margin-bottom:20px;
}
.aside-module hr {
	border-color:#ccc;
}
.aside-module .ban {
	margin-bottom:20px;
}
.aside-module .ban:hover {
	opacity:1;
}
.aside-module .well {
	padding:20px;
	border:0;
	box-shadow:none;
	display:block;
	border-radius:0;
}
.aside-module .well.well-red {
	background-color:#FD003B;
	color:#fff;
}
.aside-module .well:hover{
	background-color:#BD111D;
	opacity:1;
	cursor:pointer;
}
.aside-module .well.well-red h5{
	font-size:26px;
	font-weight:800;
	margin:0;
	color:#fff;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
	line-height:1;
}
.aside-module .well.well-red h4{
	font-size:28px;
	font-weight:300;
	margin:0;
	color:#fff;
	margin-bottom:10px;
	padding-bottom:5px;
	line-height:1;
}
.aside-module .well.well-red p{
	color:#fff;
	padding-bottom:15px;
}
.aside-module .well.well-red span {
	width:100%;
	display:block;
	position:relative;
	font-size:22px;
}
.aside-module .well.well-red span i{
	position:absolute;
	top:10px;
	right:0;
	font-size:18px;
}
.aside-module section h1{
	font-size:24px;
	color:#FD003B;
	font-weight:900;
}
.aside-module .prev-ediciones .btn {
	display:inline-block;
}
.aside-module .prev-edition-list {
	padding:0;
	margin:0 0 10px;
	text-align:center;
	list-style:none;
}
.aside-module .prev-edition-list li {
	width:29%;
	margin: 4px;
	display:inline-block;
}
.aside-module .prev-edition-list li a {
	display:block;
	position:relative;
}
.aside-module .prev-edition-list li a span {
	background-color:#fff;
	text-align:center;
	display:block;
	padding:5px;
	color:#333;
	font-size:11px;
}
.aside-module .prev-edition-list li a img{
	width:100%;
}
.aside-module .staff-list {
	padding:0;
	margin:15px 0;
	list-style:none;
}
.aside-module .staff-list img {
	width: 100%;
	max-width:90px;
	max-height: 90px;
    height: auto;
	border-radius: 100%;
}
.aside-module .staff-list .row{
	margin-left:-5px;
	margin-right:-5px;
}
.aside-module .staff-list .col-xs-3,
.aside-module .staff-list .col-xs-9 {
	padding-left:5px;
	padding-right:5px;
}
.aside-module .staff-list li {
	margin-bottom:15px;
}
.aside-module .staff-list li .row {
	padding-bottom:15px;
}
.aside-module .staff-list li h6 {
	margin-top:10px;
	margin-bottom:10px;
}
.aside-module .staff-list li h6 a {
	font-weight:600;
	font-size:14px;
	color:#333;
	margin:0;
	margin-bottom:5px;
}
.aside-module .staff-list li h6 a:hover{
	color:#BD111D;
}
.aside-module .staff-list li p {
	font-weight:300;
	font-size:11px;
	color:#333;
	margin-bottom:0;
}
.aside-module .staff-list li p b{
	color:#FD003B;
}
.aside-module .staff-list li p a{
	display:inline-block;
}
.aside-module .notas-aside-list {
	margin:0;
	padding:0;
	list-style:none;
}
.aside-module .notas-aside-list li{
	margin:0 0 4px;
}
.aside-module .notas-aside-list li a{
	color:#666;
}
.aside-module .notas-aside-list li a:hover{
	color:#BD111D;
	opacity:1;
}
.aside-module .notas-aside-list li a {
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	font-size:14px;
	text-overflow: ellipsis;
}
.aside-module .notas-aside-list li span{
	border-radius:100%;
	background-color:#FD003B;
	text-align:center;
	padding:5px 4px;
	line-height:1;
	font-family: 'Poppins', serif;
	width:22px;
	font-size:13px;
	font-weight:bold;
	height:22px;
	display:inline-block;
	color:#fff;
	margin-right:10px;
}
.aside-module .newsletter-aside {
	padding:10px;
	background-color:#DEDEDE;
}
.aside-module .newsletter-aside p{
	font-size:13px;
}
.aside-module .newsletter-aside form {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.aside-module .newsletter-aside .form-control {
	padding:19px 12px;
	border:0;
	font-size:14px;
	border-radius:0;
	box-shadow:none;
}
.aside-module .newsletter-aside .btn{
	padding:9px 12px;
}
.aside-module .newsletter-aside .n-mail .fa{
	font-size:18px;
	margin-right:5px;
}
.aside-module .newsletter-aside .n-phone .fa{
	font-size:24px;
	margin-right:5px;
}
.aside-module .newsletter-aside .n-mail {
	font-weight:600;
	margin-top:15px;
	margin-bottom:5px;
	color:#222;
}
.aside-module .newsletter-aside .n-phone{
	font-weight:800;
	font-size:22px;
	color:#222;
}
.aside-module .well-blue{
	background-color:#0180CD;
	color:#fff;
	position:relative;
	margin-bottom:0;
}
.aside-module .well-blue:hover{
	background-color:#0167A5;
	color:#fff;
}
.aside-module .well-blue h6{
	color:#fff;
	font-size:32px;
	margin:0;
	line-height:1;
}
.aside-module .well-blue h6 span{
	font-size:26px;
	display:block;
}
.aside-module .well-blue img {
	position:absolute;
	right:20px;
	width:auto;
	top:20px;
}
.aside-module .empresa-mes img,
.aside-module .perfil-ejec img{
	width:100%;
}

.programacion{
	background-color:#201F1D;
	padding:30px;
	margin-top:20px;
	margin-bottom:50px;
}
.programacion h2 {
	margin:0;
	font-size:32px;
}
.programacion .media-container {
	background-color:#2D2C28;
	margin-bottom:30px;
	margin-top:15px;
	float:left;
	width:100%;
}
.programacion .main-video {
	width:55%;
	float:left;
}
.programacion .video-list {
	width:45%;
	float:left;
}
.programacion .main-video{
	background-color:#2D2C28;
}
.programacion .main-video .video-lg {
	padding:20px;
}
.programacion .main-video .video-lg iframe {
	width:100%;
	height:330px;
}
.programacion .video-list ul {
	margin:0;
	padding:0;
	background-color:#3A3935;
	list-style:none;
}
.programacion .video-list ul li{
	margin:0;
	padding:20px;
	list-style:none;
}
.programacion .video-list ul li:hover{
	background-color:#585650;
}
.programacion .video-list iframe {
	width:100%;
	height:80px;
}
.programacion h3 span {
	display:block;
	color:#FD003B;
	font-size:16px;
}
.programacion h3 {
	margin:0;
	color:#fff;
	font-size:24px;
}
.programacion .btn{
	float:right;
	font-size:18px;
}

.sponsors {
	background-color:#000;
	padding:60px 0;
	text-align:center;
}
.sponsors h2{
	font-size:40px;
	font-weight:900;
	color:#fff;
	margin-bottom: 60px;
}
.sponsors .mark {
	margin-bottom:30px;
	background-color: transparent;
}
.sponsors .mark  img{
	width: 100%;
}
.news-page .head-news {
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
.news-page .head-news h2 {
	margin:0;
	font-size:32px;
	font-weight: 800;
	color: #FD003B;
	letter-spacing: -1px;
}
.news-page .head-news h2 span{
	background-color: #4D4D4D;
    color: #fff;
    font-size: 16px;
	margin-right:15px;
    padding: 7px 12px;
    font-weight: 400;
    vertical-align: top;
    top: 10px;
    position: relative;
}
.news-page h1 {
	color: #FD003B;
	font-size:44px;
}
.news-page .thumb-image{
	position:relative;
	margin-bottom:10px;
}
.news-page .thumb-image img {
	width:100%;
}
.news-page .thumb-image .social{
	margin:0;
	position:absolute;
	right:30px;
	bottom:30px;
	z-index: 9;
}
.news-page .thumb-image ul.social li a {
    width: 34px;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
}
.news-page .columnist {
	padding:20px;
	margin-bottom:60px;
	background-color:#F2F2F2;
}
.news-page .columnist img {
	width:100%;
	margin-bottom:20px;
}
.news-page .columnist h4 {
	font-size:26px;
	font-weight:400;
	margin-top:0;
	color:#FD003B;
}
.news-page .columnist h4 span{
	color:#333;
}
.news-page .columnist p {
	font-size:13px;
	color:#666;
}
.news-page .news-caption{
	position: relative;
}
.news-page .social{
	left:0;
	top:0;
	width: 30px;
	position: absolute;
	flex-flow: column wrap;
	justify-content: center;
}
.news-page .social li {
	margin-bottom: 13px;
}
.news-page .social li a{
	background-color: #fff;
	color:#ccc;
	font-size: 20px;
}
.news-page .social li a:hover{
	color:#FD003B;
	background-color:#fff;
}
.news-page .social li a svg{
	width:20px;
}
.news-page .social li a:hover svg path{
	fill:#FD003B!important;
}
.news-page .body-news {
	margin-bottom:60px;
	color:#111;
	line-height:1.6;
	padding-left: 60px;
}
.news-page .article-date{
	padding:15px 0;
}
.news-page .article-date label{
	color:#FD003B;
	border-right:2px solid #666;
	margin-right: 10px;
	padding-right: 10px;
}
.news-page .article-date span{
	color:#666;
	font-weight: 300;
}
.news-page .body-news p{
	margin-bottom:30px;
	color:#666;
	font-weight: 300;
}
.news-page .body-news p.large{
	font-weight: 300;
	font-size:20px;
	color:#111;
	line-height:1.5;
	margin-bottom:50px;
}
.news-page .body-news h1{
	font-size:36px;
	font-weight:700;
	color:#111;
	line-height:1.3;
}
.news-page .body-news .article-author {
	margin-bottom:30px;
}
.news-page .body-news .article-author a{
	display: flex;
	align-items: center;
	text-decoration:none;
}
.news-page .body-news .article-author a img{
	width:105px;
	height:105px;
	border-radius: 100%;
	margin-right: 20px;
}
@media (max-width:767px){

	
	.news-page .body-news h1 {
		font-size: 30px;
	}
	.news-page .body-news p.large {
		font-weight: 300;
		font-size: 18px;
	}
	.news-page .body-news p {
		font-size:14px;
		line-height:1.6;
	}
	.news-page .social{
		position: relative;
		width:100%;
		flex-flow: row nowrap;
		text-align:left;
		justify-content: flex-start;
		align-items: center;
	}
	.news-page .social li {
		margin-right: 13px;
		margin-bottom:0;
	}
	.news-page .body-news {
		padding-left:0;
	}
	.news-page .body-news .article-author a img {
		width: 75px;
		height: 75px;
	}
}
@media (max-width:480px){
	.news-page .body-news h1 {
		font-size: 26px;
	}
	.news-page .body-news p.large {
		font-size: 16px;
		margin-bottom:30px;
	}
}
.info-page .banner {
	margin-top:-30px;
	margin-bottom:30px;
	position: relative;
}
.info-page h1 {
    font-size: 38px;
	letter-spacing:-6px;
}
.info-page h2 {
	font-size:30px;
	font-weight:800;
}
.info-page h3 {
    font-size: 26px;
	font-weight:800;
	margin-top:30px;
	margin-bottom:0;
	letter-spacing:-1px;
}
.info-page h4{
    font-size: 26px;
	font-weight:400;
	margin-top:30px;
	letter-spacing:-1px;
}
.info-page h5{
    font-size: 28px;
	font-weight:800;
	letter-spacing:-1px;
}
.info-page  hr {
	border-color:#ccc;
	margin-top:5px;
}
.info-page .well.well-info {
	margin:60px 0;
	padding:30px;
}
.info-page ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:30px;
}
.info-page img {
	width:100%;
}
.info-page .well-greylight {
	margin:30px 0;
}
.info-page .services h3{
	margin-top:0;
	margin-bottom:30px;
}
.info-page .services img{
	margin-top:30px;
	width:100%;
}
.info-page .products{ 
	margin:60px 0;
}
.info-page .products h4{
	margin-top:0;
	margin-bottom:30px;
}
.info-page .products p {
	margin-bottom:30px;
}
.info-page .products .btn {
	font-size:18px;
	padding:10px 20px;
}
.info-page .contact-data {
	text-align:center;
	margin-bottom:40px;
}
.info-page .contact-data p{
	font-size:22px;
	margin-bottom:0;
}
.info-page .contact-data p b{
	font-weight:800;
}
.info-page .staff-data {
	text-align:center;
	margin-bottom:40px;
}
.info-page .staff-data h3{
	color:#333;
	font-size: 20px;
	font-weight: 400;
	margin-bottom:5px;
}
.info-page .staff-data p{
	font-size:16px;
	margin-bottom:5px;
	line-height:1.3;
}
.info-page .banner-team{
	height: 150px;	
	position: relative;
	/*background-image: url(../images/bg-team.jpg);-*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	margin-bottom:100px;  /*quitado por el espacio*/
}
.info-page .banner-team .container{
	position: relative;
	height:100%;
}
.info-page .banner-team h1{
	color:#4D4D4D;
	font-size:80px;
	position: absolute;
	bottom:-20px;
	left:0;
	line-height:1;
	margin:0;
	font-weight: 600;
	margin-left: 10px;
	letter-spacing: -2px;
}
.info-page .banner-contacto{
	/*height: 340px;*/
	height: 150px;	
	position: relative;
	/*background-image: url(../images/bg-contacto.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	margin-bottom:100px;
}
.info-page .banner-contacto .container{
	position: relative;
	height:100%;
}
.info-page .banner-contacto h1, .info-page .banner-legales h1 {
	color: #4D4D4D;
    font-size: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: -2px;
}
.info-page .banner-legales{
	/*height: 340px;*/
	height: 150px;	
	position: relative;
	/*background-image: url(../images/bg-legales.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	margin-bottom:100px;
}
.info-page .banner-legales .container{
	position: relative;
	height:100%;
}
.info-page .banner-legales h1{
	color: #4D4D4D;
    font-size: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: -2px;
}
.info-page .redaction{
	border-left:1px solid #999;
	padding-left: 40px;
	margin-bottom:90px;
}
.info-page .redaction p{
	font-size:18px;
	line-height:1.5;
	margin-bottom:40px;
	font-weight: 300;
	color:#666;
}
.info-page .terminos{
	margin-bottom:90px;
}
.info-page .terminos p{
	font-size:18px;
	line-height:1.5;
	margin-bottom:40px;
	font-weight: 300;
	color:#666;
}


@media (max-width:991px){
	.info-page .redaction p{
		font-size:16px;
	}
	/*
	.info-page .banner-team h1{
		font-size:120px;
		bottom:-20px;
	}
	*/
}
@media (max-width:767px){
	.info-page .banner-team{
		margin-bottom:50px;
	}
	/*.info-page .banner-team h1{
		font-size:100px;
		bottom:-20px;
		left:50%;
		margin-left:-160px;
	}
	*/
	.info-page .redaction{
		border-left: 0;
		padding-left: 0;
	}
}
@media (max-width:576px){
	.info-page .banner-team{
		margin-bottom:30px;
	}
	.info-page .banner-team h1{
		/*font-size:80px;
		bottom:-15px;
		left:50%;
		*/
		/*
		font-size: 54px;
    	bottom: -8px;
    	left: 38%;
		margin-left:-125px;
		*/
	}
	.info-page .redaction{
		text-align:center;
	}
}

.editions-module img{
	width:100%;
}
.editions-module .head-editions{
	padding:15px 0;
}
.editions-module .head-editions ul.social{
	margin-bottom:0;
}
.editions-module img:hover {
	opacity:0.8;
}
.editions-module .main-edition,
.editions-module ul li a,
.more-editions ul li a {
	display:block;
	position:relative;
		transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.editions-module a.main-edition:hover,
.editions-module ul li a:hover,
.more-editions ul li a:hover {
	opacity:0.8;
}
.editions-module h4 {
	color:#333;
	margin:0;
}
.editions-module h3 {
	font-size:20px;
}
.editions-module .editions-list{
	padding-top:25px;
}
.editions-module .editions-list ul li{
	background-color:#CCCCCC;
	text-align:center;
	padding:15px;
	margin:10px 0;
}
.editions-module .editions-list ul li span{
	color:#333;
	font-size:20px;
	display:block;
	margin-bottom:10px;
}
.more-editions {
	margin-bottom:60px;
}
.more-editions ul.row {
	margin:0 -5px;
}
.more-editions ul li {
	padding:0 5px;
}
.more-editions ul li a{
	background-color:#eee;
	text-align:center;
	display:block;
	margin-bottom:10px;
	padding:10px;
}
.more-editions ul li span{
	color:#333;
	font-size:18px;
	display:block;
	margin-bottom:10px;
}
.program-page h2{
	font-weight:800;
}
.program-page .programacion .head-program{
	width: 55%;
    float: left;
}
.program-page .programacion .head-program-list{
	width: 45%;
    float: left;
}
.program-page .programacion h1 {
	color:#fff;
	font-size:36px;
	margin:0;
}
.program-page .programacion .video-list .head-video-list h4,
.program-page .programacion h4 {
	font-size:24px;
	margin:10px 0 0;
}
.program-page .foot-program ul.social {
	margin:15px 0 0;
}
.program-page .programacion .video-list .head-video-list{
	padding:10px;
	display:none;
}
.program-page h4{
    font-size: 26px;
    font-weight: 400;
    margin-top: 30px;
    letter-spacing: -1px;
}
.more-videos ul {
	margin:0;
	padding:0;
	list-style:none;
}
.more-videos .well {
	padding:30px;
}
.more-videos h1 {
	color:#333;
	font-size:26px;
	margin:0 0 10px;
}
.more-videos h5 {
	font-size:20px;
	margin:15px 0;
	color:#333;
}
.more-videos h5 span{
	display:block;
	color:#FD003B;
	margin-bottom:10px;
}
.more-videos iframe {
	height:400px;
	width:100%;
}
.videoteca {
	margin-bottom:60px;
}
.videoteca ul{
	list-style:none;
	margin:0;
	padding:0;
}
.videoteca ul li{
	margin-bottom:20px;
}
.videoteca ul li a span{
	background-color: #4D4D4D;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}
.videoteca ul li a {
	display:block;
	color:#666;
	font-size:18px;
	padding: 2px 0 4px;
}
.videoteca ul li a:hover{
	background-color:#eee;
}
.videoteca ul li a b {
	font-weight:800;
	color:#FD003B;
}
.program-model .image-responsive {
	width:100%;
}
.program-model p {
	font-size:14px;
}

footer {
	position:relative;
	background-color:#000000;
	padding: 60px 0 20px;
	margin-top: auto;
}
footer .menu-newsletter{
	background-color: transparent;
	margin-top: 0;
	padding:0;
}
footer .menu-newsletter .text-help{
	opacity: 1;
}

footer .logofooter{
	margin-bottom: 40px;
}

/* menu footer */
footer  ul.menufooter{
	list-style:none;
	padding:0px;
	margin: 5px 0px 30px 0px;
	text-align:left;
}
footer .menufooter li{
	display:inline-block;
}
footer .menufooter li a{
	padding:0px 15px;
	color:#fff;
	font-size:13px;
	font-family: "Montserrat", sans-serif;
	border-left:1px solid #fff;
}
footer .menufooter li:first-child a{
	/*primer elemento del menu */
	border-left: 0px;
	margin-left: 0px;
	padding: 0px 15px 0px 0px !important;	
}

@media (max-width:767px) {
	}
/* fin menu footer */

.form-newsletter input {
	border-bottom: 1px solid rgba(255,255,255,1);
}
.form-newsletter ::placeholder { 
	color: white;
	opacity: 1;
}  
.form-newsletter :-ms-input-placeholder { 
	color: white;
} 
.form-newsletter ::-ms-input-placeholder { 
	color: white;
}

footer .copy{
	margin:0;
	text-align:left;
	color:#fff;
	font-size:11px;	
}
footer .agency{
	margin:20px auto;
	text-align:right;
	color:#fff;
}
footer .agency img{
	height:10px;
}
footer .footer-slogan{
	text-align:right;
	color:#fff;
	font-size:24px;	
}

footer .nav-social.social {
    text-align: right;
    margin: 20px auto 15px;
}
footer .nav-social.social li:last-child a{ /*ultimo elemento*/
	padding-right: 0px;		
	margin-right: 0px;
	width: 40px;
    height: 50px;
}


@media (max-width:767px) {

	footer .logofooter {
		margin-top: 40px;
	    margin-bottom: 40px;
	}

	footer ul.menufooter {
	    text-align: center;
	}

	footer .footer-slogan{
		text-align:center;
		color:#fff;
		font-size:20px;	
	}

	footer .nav-social.social {
	    text-align: center;
	    margin: 20px auto 20px;	
	}

	footer .agency{
		margin:20px auto;
		text-align:center;
		margin-bottom: 80px;		
	}
	footer .copy {	    
	    text-align: center;
	    font-size: 11px;
	}
	footer .agency img{
		height:10px;
	}
}


/*Directivas del Responsive*/
@media (max-width: 1199px) {
	.is-sticky .navigation .navbar-nav>li>a {
		font-weight: 700;
		font-size: 14px;
	}
	.is-sticky .navigation .nav>li>a {
		padding: 15px 15px 10px;
	}
	.aside-module .prev-edition-list li {
		width: 28%;
	}
	.aside-module .notas-aside-list li a {
		width: 230px;
	}
	.aside-module {
    	padding: 20px;
	}	
	.aside-module h3 {
		font-size: 20px;
		margin-bottom:0;
	}
	.aside-module .well.well-red h5 {
		font-size: 22px;
	}
	.aside-module .newsletter-aside .fa{
		display:none;
	}
	.aside-module .well.well-red p {
		font-size:14px;
	}
	.aside-module .newsletter-aside .n-phone {
		font-size: 20px;
	}
	.programacion .main-video .video-lg iframe {
		height: 315px;
	}
	.more-videos iframe {
		height:300px;
	}
}	
@media (max-width: 991px) {
	.info-page .banner-contacto h1{
		color:#333;
		font-size:30px;				
		font-weight: 700;
		letter-spacing: 1px
	}
	.is-sticky .logo-mobile {
		display:none;
	}
	.is-sticky .navbar-nav {
		padding-left:0;
	}
	.main .news-segment .thumbnail .thumb-image .tag {
		padding: 10px 15px;
		font-size: 16px;
	}
	.main .news-segment .thumbnail .caption h1 span {
		font-size: 13px;
		padding: 4px 6px;
		top: 10px;
	}
	.main .news-segment .thumbnail .caption h1 {
		font-size: 30px;
	}
	.aside-module {
    	padding: 15px;
	}
	.aside-module .ban {
		/* display:none; */
	}
	.aside-module .well {
		padding: 10px;
	}
	.aside-module .well.well-red h5 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.aside-module .well.well-red h4 {
		font-size: 28px;
	}
	.aside-module .well.well-red span {
    	font-size: 20px;
	}
	.aside-module .well.well-red span i {
		top: 10px;
		font-size: 16px;
	}
	.aside-module section h1 {
		padding:10px;
		font-size: 16px;
		font-weight: 400;
	}
	.aside-module .prev-edition-list li {
		width: 15%;
	}
	.aside-module .staff-list li a h6 {
		margin:15px 0 5px;
	}
	.aside-module .notas-aside-list li a {
		width: 690px;
	}
	.aside-module .newsletter-aside {
		padding: 15px;
	}
	.aside-module h3 {
		margin-bottom: 0;
	}
	.aside-module .well-blue img {
		right: 10px;
		top: 10px;
	}
	.sponsors {
		padding: 20px 0;
	}
	.programacion .main-video .video-lg iframe {
		height: 220px;
	}
	.programacion h3 span {
		font-size: 14px;
	}
	.programacion h3 {
		font-size: 18px;
	}
	.programacion .btn {
		font-size: 16px;
		padding: 8px;
	}
	.info-page .products {
		text-align:center;
	}
	.info-page .products img{
		width:auto;
	}
	.more-videos iframe {
		height:300px;
	}
	footer{
		padding:30px 0;
	}
	footer .logo-foot p {
		margin-left:0;
		margin-top:5px;
		font-size:14px;
	}
	footer nav ul li a {
		padding: 7px 10px;
		font-size: 13px;
		display:inline-block;
	}
	footer ul.social {
		text-align:left;
		margin:5px 0;
	}
	.most-read-list{
		margin:0 -10px 40px;
		padding:0;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
	}
	.most-read-list li{
		width: 20%;
		flex: 19%;
		padding:10px;
	}
}	
@media (max-width:767px) {
	.top-head {
		display:none;		
	}
	.head {
		text-align:center;
		padding: 10px 0;
	}
	.head .logo span {
		display:none;
	}
	.head .logo img{
		display:block;
		width: 250px;
	}
	.head .head-date .date{
		text-align:center;
		font-size: inherit;
	}
	.head .head-date .date span{
		font-size: 16px;
		display:inline-block;
		vertical-align:middle;
		font-weight:700;
	}
	.head .head-date .date p {
		margin-top:0;
		display: inline-block;
		font-size: 16px;
		font-weight:normal;
		vertical-align: middle;
	}
	.logo-mobile {
		display:none;
	}
	.is-sticky .navbar-nav {
		padding-left:0;
	}
	.navigation .navbar-nav {
		height:auto;
	}
	.navigation .mobile-only {
		display:block;
	}
	.navigation ul.social {
		display:block;
	}
	.navigation ul.social li a:hover{
		background-color:#fff;
		color:#BD111D;
	}
	.main .news-segment .thumbnail .caption h1{
		font-size: 26px;
		margin: 15px 0;	
	}
	.main .news-segment .thumbnail .caption h1 span {
		font-size: 13px;
		padding: 3px 8px;
		top: 8px;
	}
	.main .news-segment .thumbnail .thumb-image .tag {
		top: 20px;
		padding: 10px 15px;
		font-size: 16px;
	}

	.info-page .staff-data {
	    text-align: left;
	    margin-bottom: 40px;
	}

	.info-page .redaction p {	    
	    text-align: left;
	}

	.info-page .banner-team h1, 
	.info-page .banner-legales h1, 	
	.info-page .banner-contacto h1{
		color:#333;
		font-size:30px;
		position: absolute;
		bottom:-20px;
		left:15px;
		line-height:1;
		margin:0;
		font-weight: 700;
		letter-spacing: 1px
	}

	.aside-module {
    	padding: 0;
		background-color:#fff;
	}
	.aside-module .ban {
		/* display:none; */
	}
	.aside-module .well {
		padding: 10px;
	}
	.aside-module .well.well-red h5 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.aside-module .well.well-red h4 {
		font-size: 28px;
	}
	.aside-module .well.well-red span {
    	font-size: 20px;
	}
	.aside-module .well.well-red span i {
		top: 10px;
		font-size: 16px;
	}
	.aside-module section h1 {
		padding:10px;
		font-size: 16px;
		font-weight: 400;
	}
	.aside-module .prev-edition-list li {
		width: 14%;
	}
	.aside-module .staff-list li a h6 {
		margin:15px 0 5px;
	}
	.aside-module .notas-aside-list li a {
		width: 430px;
	}
	.aside-module .newsletter-aside {
		padding: 15px;
	}
	.aside-module h3 {
		margin-bottom: 0;
	}
	.aside-module .well-blue img {
		right: 10px;
		top: 10px;
	}
	.sponsors {
		padding: 20px 0;
	}
	.sponsors h2{
		font-size: 28px;
	}
	.programacion {
    	padding: 20px 10px 10px;
		margin-bottom:30px;
	}
	.programacion h2 {
		margin: 5px 0;
		font-size: 21px;
		font-weight: bold;
	}
	.programacion .media-container {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.programacion .main-video,
	.programacion .video-list{
		width:100%;
	}
	.programacion .main-video .video-lg {
		padding: 0;
		background:none;
	}
	.programacion .main-video .video-lg iframe {
		height:320px;
	}
	.programacion .video-list iframe {
		height: 100px;
	}
	.programacion .video-list ul li {
		padding: 10px;
	}
	.programacion h3 span {
		font-size: 16px;
	}
	.programacion h3 {
		font-size: 20px;
	}
	.programacion .btn {
		display:block;
		margin-top:15px;
		font-size: 16px;
		padding: 8px;
		float:none;
	}
	.news-page .head-news h2 {
		font-size:24px;
	}
	.news-page .head-news h2 span{
		font-size: 14px;
		margin-right:5px;
		padding: 5px 10px;
		top: 8px;
	}
	.news-page h1 {
		font-size:30px;
	}
	.news-page .columnist {
		margin-bottom:30px;
	}
	.news-page .columnist h4 {
		font-size: 20px;
	}
	.news-page .body-page {
		margin-bottom:30px;
	}
	.info-page .products img {
		width:100%;
		max-width:150px;
	}
	.editions-module .editions-list {
		padding-top:0;
	}
	.editions-module .editions-list h3 span {
		display:none;
	}
	.editions-module .editions-list ul li {
		padding: 10px;
	}
	.editions-module .editions-list ul li span {
		font-size: 15px;
	}
	.program-page .programacion .head-program{
		width: 100%;
	}	
	.program-page .programacion .head-program-list{
		display:none;
	}
	.program-page .programacion .video-list .head-video-list{
		display:block;
	}
	.program-page .programacion h1 {
		font-size:26px;
	}
	.more-editions ul li span {
		font-size:15px;
		line-height:1;
	}
	.more-videos .well {
		padding: 15px;
	}
	.more-videos iframe {
		height:340px;
	}
	.more-videos h5 span {
		margin-bottom: 0;
	}
	.more-videos h1 {
		font-size: 22px;
	}
	.more-videos ul.social {
		text-align:left;
	}
	.videoteca ul li a span {
		display:table;
		font-size: 14px;
		padding: 3px 5px;
	}
	.program-model {
		text-align:left;
	}
	.program-model p {
		font-size:13px;
	}
	.prefooter h2 {
		font-size: 24px;
    }
	footer{
		text-align:center;
		padding:20px 0 0;
	}
	footer .logo-foot a{
		display:block;
	}
	footer .logo-foot p {
		margin-left:0;
		margin-top:5px;
		font-size:14px;
	}
	footer .newsletter {
		display:none;
	}
	footer nav ul li a {
		padding: 7px 10px;
		font-size: 13px;
		display:inline-block;
	}
	footer ul.social {
		text-align:center;
		margin:5px 0;
	}
	footer .copy-1,
	footer .copy-2,
	footer .copy-3{
		display:none;
	}
	.segment-title h1 {
		font-size: 20px;
	}
	.most-read-list {
		margin: 0 0 40px;
		padding: 0;
		flex-flow: column wrap;
	}
	.most-read-list li{
		padding:0;
		margin-bottom:15px;
		flex:100%;
		width:100%;
	}
	.most-read-list li a{
		padding-bottom:15px;
	}
	.columnist .caption {
		margin-top:30px;
		text-align:center;
	}
	.navigation .nav>li>a{
		text-align:center;
	}
	.news-segment .thumbnail .thumb-image a img {
	    width: 100%;
	    height: auto !important;
	    object-fit: cover;
	    object-position: top;	   
	}
	.news-segment .news-height {
	    min-height: 530px !important;
	}
}
@media (max-width: 480px) {

	.news-segment .thumbnail .thumb-image a img {
	    width: 100%;
	    height: auto !important;
	    object-fit: cover;
	    object-position: top;	    
	}
	.news-segment .news-height {
	    min-height: 530px !important;
	}
	.columnist{
		height: 315px;
	}
	.main .ban{
		margin-bottom: 20px;
	}
	.mt-40 {
	    margin-top: 150px!important; 
	}

	.mt-30{
		margin-top:30px!important;
	}

	.main .news-segment .thumbnail .thumb-image .tag {
		top: 10px;
		padding: 5px 10px;
		font-size: 14px;
	}
	.main .news-segment .thumbnail .thumb-image .social {
		right: 10px;
		bottom: 10px;
	}
	.main .news-segment .thumbnail .caption h1 {
		font-size: 24px;
		margin: 10px 0;
	}
	.main .news-segment .thumbnail .caption h1 span {
		display:table;
		margin-bottom:15px;
	}
	.main .news-segment .thumbnail {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.aside-module {
		text-align:center;
	}
	.aside-module .empresa-mes .col-xs-6,
	.aside-module .perfil-ejec .col-xs-6{
		width:100%;
	}
	.aside-module .well.well-red span i{
		position:relative;
		right:auto;
		top:auto!important;
	}
	.aside-module .well.well-red h5 {
		font-size: 18px;
	}
	.aside-module .well.well-red h4 {
		font-size: 22px;
	}
	.aside-module .prev-edition-list li {
		width: 28%!important;
	}
	.aside-module .staff-list .col-xs-3,
	.aside-module .staff-list .col-xs-9{
		width:100%;
		text-align:center;
	}
	.aside-module .staff-list img {
		width:auto;
	}
	.aside-module .notas-aside-list li a {
		width: 100%!important;
		display:block;
		text-align:left;
	}
	.aside-module .well-blue h6 {
		text-align:left;
	}
	.programacion .head-program .col-xs-9,
	.programacion .head-program .col-xs-3{
		text-align:center;
		width:100%;
	}
	.programacion .head-program ul.social {
		text-align:center;
	}
	.programacion {
		margin-bottom: 20px;
	}
	.sponsors .mark img {
		width:100%;
	}
	.news-page .columnist {
		margin-bottom:20px;
	}
	.news-page .columnist .col-xs-3,
	.news-page .columnist .col-xs-9 {
		width:100%;
	}
	.news-page .columnist img {
		width:auto;
	}
	.info-page .products {
		text-align:center;
	}
	.info-page .products img {
		width:auto;
		max-width:100%;
	}
	.info-page .products .col-xs-4,
	.info-page .products .col-xs-8{
		width:100%;
	}
	.editions-module .big-edition,
	.editions-module .editions-list{
		width:100%;
	}
	.editions-module .editions-list ul {
		text-align:center;
	}
	.editions-module .editions-list ul li {
		width:45%;
		display:inline-block;
		vertical-align:top;
		margin:5px;
	}
	.editions-module .editions-list h3 {
		text-align:center;
		margin-bottom:10px;
		font-size:24px;
	}
	.editions-module .editions-list h3 span{
		display:inline-block!important;
		margin-right:10px;
	}
	.programacion .main-video .video-lg iframe {
		height:200px!important;
	}
	.programacion .video-list iframe {
		height: 80px!important;
	}
	.more-videos iframe {
		height:220px!important;
	}
	.program-model .col-xs-6{
		width:100%;
	}
	.prefooter {
		padding: 10px 0;
	}
	.prefooter h2{
		font-size: 20px;	
	}
	.last-edition .col-xs-6{
		width: 100%;
	}
}

/* banners */

#bannerpie {
    position: fixed;
    bottom: 0;
    z-index: 2000;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 480px) {
	#bannerpie a img{
		width: 340px;		
	}
}

#bannerpie #boton-cerrar {
    font-size: 13px !important;
    color: #ffffff;
    position: absolute;
    background: #333333;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 66px;
    top: -10px;
    right: -8px;
}


#boton-cerrar-pop {
    font-size: 13px !important;
    color: #ffffff;
    position: absolute;
    background: #333333;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 66px;
    top: -10px;
    right: -8px;
}



/* form newsletter */

.newsletter form{
	margin:12px 0;
	width:400px;
	float:right;
	position:relative;
}
.newsletter form .input-group .form-control{
	/*border-color:#fff;
	background-color:#fff;*/
	background: none;
}
.newsletter .btn{
	height:42px;
}
.newsletter #mensajes .thanks {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    position: absolute;
    width: 50%;
    
}

p.thanks{
	color:#FFF;
    background-color: #89C04A;
    /*width: 50%;*/
}

p.form-error {
    background-color: #FF0025;
    color: #FFF;
   /* width: 50%;*/
}

.newsletter-content {
	max-width:450px;
	text-align: right;
}
.newsletter-content h2{
	margin:0;
	color:#33a11e;
}
.newsletter-content h1{
	color:#005180;
}

label.error {
	font-family: 'Poppins', serif;
    color: #FFF;
}
/* fin newsletter*/

/* seccion 100 tapas */

.centrartapas{
	/*display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid red;*/
}

/* fin seccion 100 tapas*/

.bodyBusqueda{
	display: grid;
	min-height: 100vh;
	grid-template-rows: auto 1fr auto;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    /* background: #FFF; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
}



