/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 900; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content img {
	width:100%;
}

/* The Close Button */
.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@font-face {
    font-family: 'glegoo_regular';
    src: url('fonts/glegoo-regular-webfont.eot');
    src: url('fonts/glegoo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/glegoo-regular-webfont.woff') format('woff'),
         url('fonts/glegoo-regular-webfont.ttf') format('truetype'),
         url('fonts/glegoo-regular-webfont.svg#glegooregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_semibold';
    src: url('fonts/titilliumweb-semibold-webfont.eot');
    src: url('fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-semibold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-semibold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-semibold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_bold';
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_regular';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/robotocondensed-light-webfont.eot');
    src: url('fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed-light-webfont.woff') format('woff'),
         url('fonts/robotocondensed-light-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/robotocondensed-regular-webfont.eot');
    src: url('fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fjalla_oneregular';
    src: url('fonts/fjallaone-regular-webfont.eot');
    src: url('fonts/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fjallaone-regular-webfont.woff') format('woff'),
         url('fonts/fjallaone-regular-webfont.ttf') format('truetype'),
         url('fonts/fjallaone-regular-webfont.svg#fjalla_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'glegoo_regular';
    font-weight: 400;
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.ir {
    border:0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.row {
    margin: 15px 0;
}
.row.long{
    margin: 10px 10px 0 10px;
}

.row-large-top {
    margin: 15px 0 40px 0;
}

.row-bottom {
    margin: 0 0 15px 0;
}

.row-bottom {
    margin: 15px 0 0 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.site-body {
	background-color:#e2e2f2;
}

div.banner.row.long{
	text-align:center;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 20px;
}


.wrapper-content {
    padding: 10px 10px 0;
}

.wrapper-content.home {
     padding: 25px 80px 40px 80px;
}
.wrapper-content.listado-interna{
	padding:40px 80px;
}
.wrapper-content.ampliado{
	padding:40px 80px;
}
.wrapper-content.encuestas.clearfix{
	padding:40px 80px;
}

.wrapper-content.home .media iframe{
    top:0;
    left:0;
    width:100%;
    height:200px;
}

#header .wrapper-header {
    width: 100%;
	background-color:#002a43;
}


#header .block {
    max-width: 100%;
	padding: 20px 0px 20px 20px;
	overflow: hidden;
}

#header .top {
    width: 910px;
    margin-bottom: 40px;
}

#header h1 {
    background: url("../img/logo.png") no-repeat;
    float: left;
}

#header h1 a {
    width: 300px;
    height: 77px;
    display: block;
}


#header .nav {
    float: left;
    background: #003555;
    clear: left;
	width:100%;
	position:relative;
}

#header .nav li {
    float: left;
    margin: 10px 20px 7px 20px;
}

#header .nav li a,
#footer .nav li a,
#header .nav li span  {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

#header .nav li a,
#header .nav li span {
    display: block;
    line-height: 36px;
    border-bottom: 2px solid transparent;
}

#header .nav li a.active,
#header .nav li a:hover {
    border-bottom: 2px solid #FFFFFF;
}

#header .date-time {
    float: right;
	margin-top:20px;
}


#header .date-time .fox-logo {
    float: left;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#FFF;
	font-size:22px;
	padding:5px 10px 5px 10px;
	background-color:#ff3366;
}

#header .date-time .net-logo {
    float: left;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#FFF;
	font-size:22px;
	padding:5px 10px 5px 10px;
	background-color:#fff;
}


#header .date-time.special .fox-logo {
    margin: 45px 16px 0 0;
}

#header .date-time .info {
    float: left;
    background-color: #00b6ea;
    height: 45px;
}

#header .date-time.special .info {
    background: url("../img/special_hour.png") left top no-repeat;
    padding-top: 35px;
}

#header .date-time .info .day {
    font-family: 'Oswald', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

#header .date-time .info ul {
	padding:5px 0px 1px 3px;
}

#header .date-time .info ul li div {
	float:left;
	margin-right:7px;
	margin-left:7px;
}

#header .date-time .info ul li {
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    font-size: 22px;
	display:inline-block;
}
#header .date-time .info ul li:first-child{
	border-right:1px solid #000;
	padding-right:5px;
}
#header .date-time .info ul li span {
    color: #000;
	font-style:italic;
	font-size:14px;
	font-weight:200;
	line-height:15px;
}

#header .search-social {
    float: left;
    width: 280px;
    margin: 29px 0 0 10px;
}

#header .search-social > div,
#header .search-social > iframe {
    display: block;
    float: left;
    margin-right: 5px;
}

#header .search-input {
	position:absolute;
	right:0px;
	bottom: -57px;
}

#header .search-input input[type="text"] {
	border: none;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight:200;
	float:right;
	padding: 15px 10px 15px 10px;
	width: 250px;
	text-align: center;
	border-top: 2px solid #00B6EA;
	background: url("../img/lupa-2.png") 15px center no-repeat #003555;
}

::-webkit-input-placeholder {
   color: #FFF;
}

:-moz-placeholder { /* Firefox 18- */
   color: #FFF;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;
}

:-ms-input-placeholder {
   color: #FFF;
}

.section-nav .search-input input[type="submit"] {
    background: url("../img/lupa.png") no-repeat;
    width: 14px;
    height: 14px;
    border: none;
    position: relative;
    top: 0px;
}

/* FOOTER */

#footer {
    width: 100%;
}

#footer .wrapp-foot {
  background: #002a43;
  padding: 50px;
  /* width: 1100px; */
  display: block;
}

#footer .nav {
    width: 205px;
    float: left;
    margin: 0 7px;
}

#footer .nav li {
    border: none;
    margin: 0 11px 7px 11px;
}

#footer .nav li a {
    color: #00bdf0;
    font-family: 'Oswald', sans-serif;
	font-weight:200;
    font-size: 18px;
}

#footer .copy {
    font-family: 'Oswald', sans-serif;
    color: #00bdf0;
    font-size: 16px;
	font-weight:200;
    float: left;
    margin: 10px 0  0 5px;
    line-height: 14px;
}

#footer .creatos {
    background: url("../img/logo-creatos.png") no-repeat;
    width: 151px;
    height: 51px;
    display: block;
    float: right;
    margin: 0px 5px 0 0;
}

#footer .bottom-footer {
    clear: both;
    margin-top: 10px;
}

/* AMPLIADO */

#content {
    width: 100%;
    background: #FFFFFF;
}

.large-column {
    width: 70%;
    /* float: left; */
	/* margin-right:40px; */
    margin-bottom: 20px;
}

.sidebar {
    width: 300px;
    float: right;
	margin-bottom:40px;
}

#content .head-content {
    padding: 15px;
    margin-bottom: 10px;
    background: #00BDF0;
}

#content .listado-interna .head-content {
    max-width: 100%;
	margin-bottom:40px;
}

#content .ampliado .head-content,
#content .encuestas .head-content {
    width: 100%;
	margin-bottom:40px;
}

#content .head-content span.date {
    display: block;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

#content .head-content h2 {
    margin: 5px 0;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

#content .listado-interna .head-content h2 {
    text-transform: uppercase;
}

#content .head-content p {
    margin: 0;
    font-family: 'roboto_condensedlight';
    color: #000000;
    font-size: 19px;
}

#content .head-content .bottom-data {
    margin-top: 20px;
}

.breadcrumb {
    position: relative;
    bottom: -2px;
    left: 10px;
}

.breadcrumb ul li {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-left: 5px;
    line-height: 20px;
}

.breadcrumb ul li a, .breadcrumb ul li span {
    color: #FFFFFF;
    background: #000000;
    padding: 5px 10px;
}

.breadcrumb ul li a.active, .breadcrumb ul li span.active {
    background: #00BDF0;
}

.bottom-data {
    display: block;
}

.bottom-data .fb-like {
    width: 150px;
    float: left;
    margin-top: 3px;
}

.bottom-data .info {
    font-family: 'glegoo_regular';
    float: right;
}

.bottom-data .info ul li,
.bottom-data .info ul li a {
    font-size: 13px;
    text-transform: uppercase;
}

.bottom-data .info > ul > li {
    float: left;
    line-height: 27px;
    margin: 0 5px;
    color: #FFFFFF;
}

.bottom-data .info > ul > li:first-child {
    /* background: url("../img/divider.png") right center no-repeat; */
    padding-right: 5px;
}

.bottom-data .info > ul > li span {
    color: #000000;
    font-size: 22px;
    line-height: 12px;
    display: inline-block;
}

.bottom-data .info > ul > li > ul > li {
    float: left;

}

.bottom-data .info > ul > li .fb,
.bottom-data .info > ul > li .tw,
.bottom-data .info > ul > li .more {
    background: url("../img/fb_tw.png") no-repeat;
    display: block;
}

.bottom-data .info > ul > li .mail {
    background: url("../img/mail.png") 1px 1px no-repeat;
    display: block;
    width: 26px;
    height: 26px;
}

.bottom-data .info > ul > li .mail span {
    display: none !important;
}

.bottom-data .info > ul > li .fb {
    background-position: 0 0;
    width: 27px;
    height: 26px;
    margin-left: 5px;
}

.bottom-data .info > ul > li .tw {
    background-position: -28px 0px;
    width: 24px;
    height: 26px;
}

.bottom-data .info > ul > li .more {
    background-position: -8px -47px;
    width: 33px;
    height: 26px;
    margin-left: 3px;
}

.bottom-data span.at15t_compact {
    visibility: hidden !important;
}

.editable-content {
    font-size: 18px;
    color: #333333;
    font-family: 'roboto_condensedlight';
    line-height: 21px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;*/
}

.editable-content table{
	font-family:Arial;
	font-size:11px;
	color:#333;
	width:600px;
	border:none;
}

.editable-content iframe {
    max-width: 100%;
}

.editable-content table tr td{
	padding:2px 0 3px 5px;
	border:none;
	border-bottom:1px solid  #eaeaea;
}

.editable-content .image-wide,
.editable-content .video-wide,
.editable-content .image-wide-full {
    display: block;
    clear: both;
}

.editable-content .image-wide,
.editable-content .video-wide,
.editable-content .image-wide-half {
    margin: 10px 0;
}

.editable-content .image-wide .image {
    width: 780px;
    overflow: hidden;
}
.editable-content .image-wide .image img {
    width: 100%;
}
.editable-content .image-half .image {
    width: 237px;
    overflow: hidden;
}

.editable-content .image-half-wide {
   width: 379px;
}

.editable-content .image-half-wide .image {
    width: 379px;
    height: 260px;
    overflow: hidden;
}

.editable-content .video-wide .image {
    width: 388px;
    overflow: hidden;
}

.editable-content .image-half.right,
.editable-content .video-half.right,
.editable-content .image-half-wide.right {
    margin: 10px 0 10px 20px;
}

.editable-content .image-half.left,
.editable-content .video-half.left,
.editable-content .image-half-wide.left {
    margin: 10px 20px 10px 0;
}

.editable-content .epigrafe {
    background: #00BDF0;
}

.editable-content .epigrafe p {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    background: #000000;
    margin: 0 0 0 20px;
    padding: 5px 0 5px 8px;
}
.autor {
    height: 100px;
    margin: 0 0 30px 0;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 19px;
}
.autor span {
  font-family: 'roboto_condensedlight';
  display: block;
  padding-top: 20px;
}

.autor .foto_autor{
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

.button-back a{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
	color:#000;
	background-image:url(../img/arr_back.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	height:20px;
}

h3.heading {
    border-left: 20px solid #333333;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    padding: 3px 15px;
    background: #00BDF0;
    display: inline-block;
}

.related-news h3.heading {
    margin-bottom: 10px;
}

.related-news ul {
    display: block;
}

.related-news.big ul li,
.related-news ul li {
    /* width: 240px; */
	/* float:left; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.related-news.big ul li {
    /* width: 370px; */
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

@media (min-width:768px) {
    .large-column,
    .related-news.big ul li,
    .related-news ul li {
        float: left;
    }
    /* .related-news ul li {
	    float:left;
    }
    .related-news.big ul li {
        float: left;
    } */
}

/* .related-news.big ul li:first-child {
    margin-left: 0;
} */

.related-news.big-video ul li {
    width: 780px;
	margin-left:auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.related-news.big-video ul li .image{
	width: 780px;
	height:450px;
}
.related-news.big-video ul li .image iframe{
	width: 100%;
	height:450px;
}
.related-news.big ul li:first-child,
.related-news ul li:first-child {
    margin-left: auto;
    margin-right: auto;
}

.related-news ul li .image {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-bottom: 5px;
}
.related-news ul li .image img{
    width: 100%;
}

.related-news.big ul li .image {
    max-width: 100%;
    height: auto;
}
.related-news.big ul li .image img {
    max-width: 100%;
	/* min-height:175px; */
}

.related-news ul li .image .sec {
    background: #001928;
    color: #ff3366;
    font-family: 'Oswald', sans-serif;
	font-weight:400;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    z-index: 3;
}
.related-news.big ul li .image .sec {
    background: #001928;
    color: #ff3366;
    font-family: 'Oswald', sans-serif;
	font-weight:400;
    text-transform: uppercase;
    font-size: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    z-index: 3;
}

.related-news ul li .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    display: none;
}
.related-news.big ul li .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.related-news.big ul li .image .overlay .share a.tw{
	bottom: 10px !important;
	top:auto !important;
}
.related-news.big ul li .image .overlay .share a.fb{
	bottom:10px !important;
	top:auto !important;
}

.share a {
    background: url("../img/fb_tw-2.png") no-repeat;
    display: inline-block;
}

.share a.fb {
    background-position: 0 0;
    width: 33px;
    height: 33px;
}

.overlay .share a.fb {
    position: absolute;
    top: 10px;
	right: 50px;
}

.share a.tw {
    background-position: -35px 0px;
	width: 33px;
	height: 33px;
}

.overlay .share a.tw {
    position: absolute;
    top: 10px;
    right: 10px;
}

.related-news ul li:hover .image .overlay {
    display: block;
}

.related-news ul li h4 {
	font-size: 21px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #001928;
	/* letter-spacing: -1px; */
	line-height: 24px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
}
.related-news.big ul li h4 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #001928;
	line-height: 28px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
}

.encuestas .related-news ul li h4 {
    font-family: 'Oswald', sans-serif;
    max-height: 130px;
    overflow: hidden;
}

.encuestas .related-news ul li {
    height: 335px;
    position: relative;
}

.related-news ul li p {
	font-family: 'roboto_condensedlight';
    font-size: 16px;
    color: #666;
	margin:0px;
	padding:10px 0px 0px 0px;
}

.related-news ul li .options {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    padding: 20px 5px 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 135px;
}

.related-news ul li .options a,
.related-news ul li .options span {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.related-news ul li .options a.vote,
.related-news ul li .options span.ended {
    color: #FFFFFF;
    font-size: 16px;
    background: #00B1E5;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 7px;
}

.related-news ul li .options span.ended {
    background: #CCCCCC;
}

.related-news ul li .options a.results {
    font-size: 12px;
    color: #333333;
}
.contenido-internas{
	margin-bottom:20px;
}
.contenido-internas .related-news ul {
    margin-bottom: 10px;
}

.contenido-internas .related-news ul li .image .sec {
    background: #FFFFFF;
    color: #00BDF0;
}

.tags {
    padding: 10px 0;
}

.wrapper-tags {
    padding-bottom: 10px;
	float:left;
	width:300px;
	border-top:22px solid #00bdf0;
}

.tags .title {
    float: right;
	width: 105px;
	background: #FFF url("../img/tags_title_bg.png") right center no-repeat;
	height: 60px;
	font-family: 'Oswald', sans-serif;
	color: #00BDF0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 70px;
	text-indent: 11px;
	margin-top: -55px;
	margin-bottom: 15px;
	padding-left: 10px;
}

.tags ul {
    width: 300px;
    float: left;
}

.tags ul li {
    display: inline-block;
    margin: 3px 0px 0px 0px;
	padding:2px 5px;
	font-size:16px;
	color:#FFF;
	background-color:#71c1ff;
}

.tags ul li a {
    color: #fff;
    font-family: 'roboto_condensedregular';
}


.tags ul li.size1 {
	background-color: #71c1ff;
}

.tags ul li.size2 {
    background-color: #48aeff;
}

.tags ul li.size3 {
    background-color: #1a98fa;
}

.tags ul li.size4 {
    background-color: #007ddf;
}

.tags ul li.size5 {
    background-color: #0070c8;
}

.wide-column {
    width: 70%;
    clear: both;
	margin-top:40px;
}

.also-look {
	float:left;
    width: 100%;
    position: relative;
	margin-right:40px;
}

.also-look h3 {
    text-transform: uppercase;
    color: #00BDF0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
	float:left;
}

.also-look .image {
    width: 100px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.also-look .info {
    width: 170px;
    float: left;
}
.also-look ul {
    float: left;
	width: 100%;
	margin-left: 20px;
	border-top: 22px solid #00bdf0;
	padding-top: 20px;
}
.also-look ul li {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 280px;
}

.also-look ul li .info h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #000000;
}

.also-look ul li span {
    display: block;
    font-family: Arial;
}

.also-look ul li span.site {
    font-size: 14px;
    color: #00BDF0;
}

.also-look ul li span.date {
    text-transform: uppercase;
    font-size: 11px;
    color: #666666;
}

.facebook-follow {
    border-top: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    margin-bottom: -2px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.twitter-feed{
	margin-bottom:10px;
    width: 300px;
	height:250px;
}

.ranking {
    background: #000000;
    border-radius: 15px;
    width: 300px;
}

.ranking .logo {
    float: left;
}

.ranking.row {
    margin: 20px 0 15px 0;
}

.ranking .subtitle {
    background: url("../img/ranking_title_bg.png") no-repeat;
    font-family: 'Oswald', sans-serif;
    float: right;
    width: 85px;
    height: 50px;
    text-align: center;
}

.ranking .subtitle a {
    position: relative;
    top: 12px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    left: -2px;
    line-height: 14px;
}

.ranking .top {
    padding: 10px 10px 0;
    width: 280px;
}

.ranking .body {
    background: url("../img/ranking_bg.png") center top no-repeat;
    padding: 10px 0 10px 10px;
    width: 290px;
}

.ranking .body .highlight {
    width: 124px;
    float: left;
    margin-right: 10px;
}

.ranking .body .highlight .image {
    width: 124px;
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ranking .body .list {
    width: 156px;
    float: left;
}

.ranking .body h4 {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
}

.ranking .body p {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #EB1D78;
    margin: 0;
}

.ranking .body .numb {
    font-family: 'Oswald', sans-serif;
    color: #0071BC;
    font-size: 14px;
    text-align: center;
    background: #000000;
    border-radius: 3px;
    width: 10px;
    padding: 3px 5px;
    float: left;
    margin-right: 5px;
}

.ranking .list .info {
    width: 115px;
    float: left;
}

.ranking .body .list ul li {
    padding: 5px 0;
    border-top: 1px solid #FFFFFF;
    width: 100%;
}

.ranking .body .list ul li:first-child {
    border: none;
    padding: 0 0 5px 0;
}

.paginator {
    clear: both;
    border-top: 1px solid #EEEEEE;
	width:100%;
}

.paginator p {
    margin: 0;
}

.paginator .info {
    width: 50%;
    float: left;
}

.paginator .info ul li {
    float: left;
    border-left: 1px solid #EEEEEE;
    padding: 10px 10px 0;
    font-size: 13px;
    color: #999999;
}

.paginator .info ul li:first-child {
    padding: 10px 10px 0 0;
    border: none;
}

.paginator .info ul li span,
.paginator .info ul li p {
    display: block;
    float: left;
}

.paginator .info ul li span {
    color: #00BDF0;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    margin-right: 5px;
}

.paginator .info ul li p {
    line-height: 30px;
}

.paginator .pages {
    width: 350px;
    float: right;
    position: relative;
    padding-top: 8px;
}

.paginator .pages > a {
    background: url("../img/arr_pag.png") no-repeat;
    width: 20px;
    height: 36px;
    display: block;
    float: right;
}

.paginator .pages ul {
    float: right;
}

.paginator .pages > a.prev {
    background-position: 0px 6px;
}

.paginator .pages > a.next {
    background-position: -17px 6px;

}

.paginator .pages ul li {
    float: left;
}

.paginator .pages ul li::before {
    content: ".";
    color: #000000;
    margin: 0 2px;
    font-size: 30px;
}

.paginator .pages ul li:first-child::before {
    content: "";
    margin: 0;
}

.paginator .pages ul li a {
    color: #7F7F7F;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    padding: 2px 5px;
}

.paginator .pages ul li a:hover,
.paginator .pages ul li a.active {
    background: #00BDF0;
    color: #FFFFFF;
}

.whats-next {
    background: #000000;
    width: 280px;
    padding: 0 10px;
    position: relative;
	margin-bottom:0;
}

.whats-next .content {
    display: none;
}

.whats-next .content.first {
    display: block;
}

.whats-next h4 {
    display: inline;
    position: relative;
    top: -15px;
    background: #00BDF0;
    color: #FFFFFF;
    left: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 5px;
}

.whats-next .twc {
    display: block;
    position: absolute;
    top: -15px;
    right: 15px;
	background: url("/img/logo-twc.jpg") no-repeat;
	width:46px;
	height:46px;
}


.whats-next .fecha {
    float: left;
    background: #444444;
    padding: 2px;
    text-align: center;
    width: 30px;
    font-family: 'Oswald', sans-serif;
    margin-right: 5px;
}

.whats-next .fecha span {
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
}

.whats-next .fecha small {
    color: #DC4E4D;
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.whats-next .weather {
    float: left;
    margin-right: 5px;
}

.whats-next .info {
    width: 200px;
    float: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.whats-next .info span {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
}

.whats-next .info p {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    color: #00BDF0;
    margin: 0;
}

.whats-next .nav {
    clear: both;
    display: block;
}

.whats-next .nav li {
    float: left;
}

.whats-next .nav li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding: 2px 5px;
}

.whats-next .nav li a.active,
.whats-next .nav li a:hover {
    background: #FFFFFF;
    color: #000000;
}

.section-nav {
	background-color: #002a43;
	overflow:hidden;
}
.section-nav ul{
	float:left;
	padding:15px 20px;
}

.section-nav ul li {
    float: left;
    margin-left: 15px;
}

.section-nav ul li:first-child {
    margin: 0;
}

.section-nav ul li a {
    color:#00b6ea;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.section-nav ul li a:hover,
.section-nav ul li a.active {
    border-bottom: 2px solid #00b6ea;
}

.main-carousel {
    width: 100%;
    position: relative;
}

.main-carousel .block {
    position: relative;
    width: 940px;
}

.main-carousel .block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-carousel .block .info {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
    width: 940px;
}

.main-carousel .title {
    padding: 10px 20px;
    background: #001928;
    display: inline-block;
    position: relative;
    min-height: 51px;
    min-width: 170px;
	border-bottom:5px solid #ff3366;
}

.main-carousel .title h2 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
	float:left;
	margin-right:20px;
}

.main-carousel .data {
    padding: 20px;
	background: rgba(0, 0, 0, .7);
    position: relative;
    overflow: hidden;
    color: #FFF;
    display: block;
    width: fit-content;
}

.main-carousel .left.carousel-control,
.main-carousel .right.carousel-control {
    display: block;
    position: absolute;
    width: 60px;
    height: 73px;
    bottom: 101px;
	top:296px;
    z-index: 20;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.main-carousel .left.carousel-control {
    background: url("../img/arr_slider_prev.png") no-repeat;
    left: 0;
	z-index:99999;
}

.main-carousel .right.carousel-control {
    background: url("../img/arr_slider_next.png") no-repeat;
    right: 0;
	z-index:99999;

}

.main-carousel .right.carousel-control a,
.main-carousel .left.carousel-control a {
	z-index:99999;
}

.main-carousel .data a {
    color: #000000;
}

.main-carousel .data p {
    color: #FFF;
    font-size: 18px;
    font-family: 'roboto_condensedlight';
	padding:0px;
	margin:0px;
}

.main-carousel .title .share {
	float:right;
	margin-top:-3px;
}

.main-carousel .data .share a {
    float: left;
}

.main-carousel > img {
    position: absolute;
    z-index: 0;
}

.main-carousel .info {
    position: absolute;
    bottom: 0px;
	width:100%;
	right:0px;
}

.gap-right {
    margin-right: 10px;
}

.gap-left {
    margin-left: 10px;
}

.content-big-block {
    width: 280px;
    padding: 10px;
    position: relative;
    background: #001928; /* Old browsers */
 }
.content-big-block.video-vivo{
	width:fit-content;
	/* padding:20px; */
	/* height: 400px; */
}
.content-big-block.video {
    height: auto;
	background:none;
	padding:0;
	width:300px;
}

.content-big-block.express {
    height: 325px;
}
.content-big-block .info {
    width: 100%;
 }

 .content-big-block .motorplay {
    width: 100%;
    padding-top: 10px;
 }

 .content-big-block .motorplay img {
    height: 40px;
 }



.content-big-block .title {
	color:#FFF;
	margin-bottom:20px;
	font-size:24px;
	font-family: 'roboto_condensedlight';
	float:left;
}
.content-big-block .title span {
	font-family: 'roboto_condensedregular';
}
.content-big-block .envivo {
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:400;
	float: right;
}
.content-big-block .link-videos{
	color:#FFF;
	font-family: 'roboto_condensedregular';
	font-size:20px;
    line-height: 20px;
    margin-bottom: 7px;
	font-weight:bold;
	float:left;
    width: 43%;
}
.content-big-block .link-videos a{
	color:#FFF;
	text-decoration:none;
}
.content-big-block .link-videos a:hover{
	opacity:0.9;
}
.content-big-block .descripcion-videos{
	color:#FFF;
	font-family: 'roboto_condensedlight';
	font-size:16px;
	font-weight:200;
	margin-top:20px;
}
.content-big-block .envivo div{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #F00;
	margin-right: 10px;
	margin-top: 9px;
}
.content-big-block.express .title {
    position: relative;
    top: -35px;
	left:50px;
}

.content-big-block .upload-link {
    position: absolute;
    top: 5px;
    right: 0;
}

.content-big-block .media {

}

.content-big-block .date {
    background: url("../img/bg_date.png") no-repeat;
    float: left;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    width: 35px;
    height: 39px;
    margin-right: 10px;
}

.content-big-block .date span {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.content-big-block .date small {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.content-big-block .data {
    float: left;
    width: 180px;
}
.content-big-block.express .data {
    width: 280px;
}
.content-big-block .data p {
    color: #FFFFFF;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.content-big-block .data span {
    color: #BBBBBB;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
}

.content-big-block.encuesta {
	/*height: 502px;SOPORTA 10 OPCIONES*/
    padding: 0 10px 10px;
    position: relative;
	margin-top:40px;
    background: #001928; /* Old browsers */
}

.content-big-block.encuesta .image {
    width: 280px;
    height: 133px;
    position: relative;
    overflow: hidden;
    top: -31px;
}

.content-big-block.encuesta .image img {
    position: relative;
    z-index: 1;
}

.content-big-block.encuesta .image .overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width:  280px;
    height: 78px;
    background: url("../img/over_image_encuesta.png") center bottom no-repeat;
}

.content-big-block.encuesta .options li {
    display: block;
	margin-bottom:10px;
}

.content-big-block.encuesta h4 {
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #008ec3;
    padding: 3px 5px;
    display: inline-block;
    position: relative;
	z-index:100;
    font-size: 18px;
}

.content-big-block.encuesta h5 {
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
	font-weight:200;
    font-size: 20px;
    position: relative;
    margin: 0px;
	padding-bottom:15px;
	top:-20px;
	border-bottom:1px solid #334753;
    z-index: 3;
}


.content-big-block.encuesta.nophoto h5 {
    top: 0px;
}

.content-big-block.encuesta .options {
    position: relative;
    top: -5px;
    left: 9px;
}

.content-big-block.encuesta.nophoto .options {
    top: 20px;
}



.content-big-block.encuesta .options li {
    margin-top: 5px;
}

.content-big-block.encuesta .options li:first-child {
    margin-top: 0;
}

.content-big-block.encuesta label {
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
	font-weight:200;
}

.content-big-block.encuesta .options li label,
.content-big-block.encuesta .options li input {
    display: block;
    float: left;
    line-height: 16px;

}

.content-big-block.encuesta .options li input {
    margin: 1px 5px 0 0;
    width: 13px;
}

.content-big-block.encuesta .options li label {
    width: 250px;
}

.content-big-block.encuesta .buttons {
    bottom: 0;
	overflow:hidden;
	margin-top:20px;
}

.content-big-block.encuesta .buttons a,
.content-big-block.encuesta .buttons input {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	font-weight:200;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    float: left;
    background: transparent;
    border: none;
}

.content-big-block.encuesta .buttons input[type="submit"] {
    background: #ff3366;
	padding-right:50px;
	padding-left:50px;
	border-radius:5px;
    color: #FFF;
}

.content-big-block.loqueviene {
	width:300px;
	padding:0;
	background:none;
}


.layer-pub,
.layer,
.layer-contact {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url("../img/layer_bg.png");
    z-index: 100;
    display: none;
}

.layer body {
    margin: 0;
    padding: 0;
}

.layer-reg .container {
    position: relative;
    background: #FFFFFF;
    margin: 50px auto 0;
    padding: 10px 10px 40px;
}

.layer-reg .container.resultados {
    padding: 10px;
}

.layer-pub .container,
.layer-contact .container {
    position: relative;
    background: #FFFFFF;
    margin: 50px auto 0;
    padding: 5px;
    width: 550px;
}

.layer-reg .container.encuesta,
.layer-reg .container.resultados,
.layer-reg .container.votacion {
    width: 307px;
}

.layer-contact .container {
    width: 380px;
    padding: 0 25px 40px;
}

.close {
    background: url("../img/layer_close.png") no-repeat;
    width:;
    height:;
    display: block;
    position: Absolute;
    top: -5px;
    right: -15px;
    width: 29px;
    height: 28px;
}

.wrapper-iframe .close {
    top: 40px;
    right: -3px;
}

.layer-reg  p {
    margin: 0;
}

.layer-reg  .captcha {
    margin-bottom: 10px;
}

.layer-reg  .stats {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
}

.layer-reg .stats li {
    float: left;
}

.layer-reg .stats li:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #B5B5B5;
}

.layer-reg .stats li .date {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}

.layer-reg .stats li p span{
    font-size: 23px;
    color: #00BDF0;
    display: block;
    float: left;
    line-height: 23px;
    margin-right: 5px;
}

.layer-reg .stats li p small {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 25px;
}

.layer-reg .options {
    margin-left: 5px;
}

.layer-reg .options li input {
    display: block;
    float: left;
    width: 13px;
}

.layer-reg .options li label {
    color: #666666;
    font-family: 'roboto_condensedregular';
    font-size: 16px;
    padding-left: 5px;
    display: block;
    float: left;
    width: 270px;
}

.layer-reg .results li {
    display: block;
    margin-top: 5px;
}

.layer-reg .results span {
    width: 120px;
    float: left;
    display: block;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #999999;
    text-transform: uppercase;
    line-height: 26px;
}

.layer-reg .results .percentage {
    float: left;
    padding: 5px 10px;
    background: #D6D6D6;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
}

.layer-reg .results .percentage.size2 { width: 30px;}
.layer-reg .results .percentage.size3 { width: 40px;}
.layer-reg .results .percentage.size4 { width: 50px;}
.layer-reg .results .percentage.size5 { width: 60px;}
.layer-reg .results .percentage.size6 { width: 75px;}
.layer-reg .results .percentage.size7 { width: 90px;}
.layer-reg .results .percentage.size8 { width: 110px; background: url("../img/size8.jpg")}

.layer-reg .question {
    padding: 5px 10px;
    background: #00BDF0;
    margin-bottom: 15px;
}

.layer-reg .question h3 {
    background: #00BDF0;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    display: inline;
}

.layer-reg .body,
.layer-contact .body {
    margin-bottom: 15px;
}

.layer-reg .body p,
.layer-contact .body p {
    color: #666666;
    font-family: 'roboto_condensedregular';
    font-size: 16px;
}

.layer-reg .body p span,
.layer-contact .body p span  {
   color: #00BDF0;
   font-size: 22px;
}

.layer-reg .validation {
    padding-top: 15px;
    border-top: 1px solid #DBDBDB;
}

.layer-reg .validation > p,
.layer-contact .validation > p {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 14px;
    margin-bottom: 15px;
}

.layer-reg .captcha .image,
.layer-contact .captcha .image  {
    float: left;
    width: 100px;
    height: 28px;
    margin-right: 5px;
}

.layer-reg .captcha input,
.layer-contact .captcha input  {
    height: 28px;
    width: 150px;
    float: left;
    border: 1px solid #CFCFCF;
    background: #E4E4E4;
    color: #999999;
    font-style: italic;
    font-size: 14px;
    text-indent: 10px;
}

.layer-reg div.error,
.layer-contact div.error {
    background: url("../img/ico_error.png") left center no-repeat;
    padding-left: 20px;
}

.layer-reg .error p,
.layer-contact .error p  {
    color: #FC3900;
    font-size: 13px;
    font-family: 'Arial'
}

.layer-reg .container input[type="submit"],
.layer-contact .container input[type="submit"] {
    position: absolute;
    bottom: 0;
    background: #00BDF0;
    padding: 3px 7px;
    border: none;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    left: 130px;
}

.layer-reg iframe {
    display: block;
    margin: 0 auto;
}

.wrapper-iframe {
    width: 350px;
    position: relative;
    margin: 0 auto;
}

textarea {
    resize: none;
}

.layer-contact .head-info {
    margin-bottom: 10px;
}

.layer-contact .head-info h2 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    padding: 10px 0 5px;
    border-top: 4px solid #00B1E5;
    display: inline-block;
}

.layer-contact .head-info p {
    font-family: 'roboto_condensedregular';
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.layer-contact .input-fields input,
.layer-contact .input-fields textarea {
    background: #E4E4E4;
    width: 265px;
    padding: 10px;
    border: 1px solid #CFCFCF;
    float: right;
}

.layer-contact .input-fields input.error {
    background: #FFE680;
    border: 1px solid #F0C000;
}

.layer-contact .input-fields textarea {
    height: 212px;
}

.layer-contact label {
    width: 105px;
    display: block;
    float: left;
    color: #333333;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
}

.layer-contact .input-fields {
    width: 380px;
}

.layer-contact .input-fields li {
    margin-bottom: 10px;
    width: 380px;
}

.layer-contact .captcha {
    float: right;
    margin-bottom: 15px;
}

.layer-contact .captcha input {
    width: 172px;
}

.layer-contact div.error {
    clear: both;
    margin-left: 54px;
}

.layer-contact .container input[type="submit"] {
    font-size: 22px;
    padding: 5px 10px;
    left: 170px;
}

.online-show {
    background: #000000;
    border-radius: 15px;
    padding: 10px;
	margin-top:25px;
}
.online-show.masterdepilotos {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 0;
	margin-top:25px;
}
.content-big-block.video .online-show {
	width:279px;
	margin:0;
}


.online-show h4,
.online-show p,
.all-shows a {
    color: #FFFFFF;
}

.all-shows {
    text-align: center;
    position: relative;
    bottom: -10px;
    line-height: 30px;
}

.online-show h4 {
    text-align: center;
    position: relative;
    top: -15px;
}
.online-show.masterdepilotos h4 {
    text-align: center;
    position: relative;
    top: 5px;
}


.online-show h4 span {
    padding: 5px 7px;
    background: #004160;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.online-show.masterdepilotos h4 span {
    background: #e2dd08;
	color:#000;
}


.online-show p {
    font-family: 'Oswald', sans-serif;
    margin: 10px 0 0;
}

.online-show .media-block {
    width: 280px;
    overflow: hidden;
}

.online-show.masterdepilotos .media-block {
    width: 300px;
    overflow: hidden;
}



.all-shows a {
    background: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 7px;
    font-family: 'Oswald', sans-serif;
    color: #00BDF0;
}

.showcase-thumbnail {
    display: none;
}

/*TABLAS DE POSICIONES*/

.posiciones {
	background-color:#00bdf0;
	margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    width: 280px;
}

.posiciones .datos {
    display: none;
}

.posiciones .datos.TC {
    display: block;
}

.posiciones .nav {
    clear: both;
    display: block;
}

.posiciones .nav li {
    float: left;
}

.posiciones .nav li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding: 2px 5px;
	margin-right:18px;
}

.posiciones .nav li a.active,
.posiciones .nav li a:hover {
    background: #eaeaea;
    color: #000000;
}

.posiciones table{
	font-family: Arial;
	color:#ffffff;
	font-size:13px;
	margin:7px 0;
}
.posiciones table tr{
	border-bottom:1px solid #70d7f3;
}
.posiciones table tr td{
	padding:5px 0;
}
.posiciones .vermas {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    display: block;
	text-align:center;
	padding: 3px 7x;
	margin:auto;
}

.ttlposiciones{
	width:280px;
	padding:3px 10px;
	background-color:#eaeaea;
	border-top:1px solid #dadada;
	font-family: 'Oswald', sans-serif;
    font-size: 18px;
	color:#00bdf0;
	margin-top:10px;
}
table.tablaposiciones{
    font-size: 14px;
}
table.tablaposiciones .encabezado{
    font-size: 16px;
}

.nav.tablas {
    display: block;
	margin-bottom:15px;
	border-bottom:1px solid #eaeaea;
	padding:0 0 8px 0;
}
.nav.tablas .ttl {
	float:left;
	width:130px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
	padding: 2px 5px;
}
.nav.tablas .buttons {
	float:left;
	width:350px;
}

.nav.tablas ul {
    clear: both;
    display: block;
	float:left;
}

.nav.tablas li {
    float: left;
}

.nav.tablas li a {
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding: 2px 5px;
	margin-right:18px;
}
.onlinerace {
	width:100%;
	margin:40px 0px 40px 0px;
	overflow:hidden;
}
.onlinerace .button {
	background: #001926;
	margin:auto;
	font-size:23px;
	color:#FFF;
	border-right:4px solid #ff3366;
	cursor:pointer;
	float:left;
	width:576px;
	overflow:hidden;
	padding:22px 0px 22px 20px;
}
.onlinerace .button.off {
	cursor:default;
}

.onlinerace .button .logo-media-tv{
	width:141px;
	height:112px;
	float:left;
}
.onlinerace .button .texto {
	float: right;
	text-align:right;
	font-family: 'titillium_bold';
	margin-right:15px;
	margin-left:40px;
	line-height:22px;
	margin-top:32px;
}
.onlinerace .button .texto span {
    font-family: 'titillium_regular';
}
.onlinerace .button .en-vivo {
	background-color:#DE0101;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#FFF;
	padding: 3px 0px 3px 10px;
	float: right;
	margin-top: 36px;
}
.onlinerace .button .en-vivo span{
	background-color: #910000;
	margin-left: 10px;
	font-size: 21px;
	padding: 5px 5px 3px 10px;
}
.onlinerace .button .icono {
	float:left;
	width:53px;
	margin-top:13px;
}
.onlinerace .schedule{
	height:auto;
	font-family: 'roboto_condensedlight';
	width:600px;
	float:left;
}
.onlinerace .schedule ul {
	width:100%;
	min-height: 194px;
	background-color: #f7f7f7;
}
.onlinerace .schedule ul li {
	overflow:hidden;
	padding:8px 20px 8px 20px;
	background-color: #FFF;
}
.onlinerace .schedule ul li:nth-child(odd){
	background-color:#f2f2f2;
}
.onlinerace .schedule ul li:last-child{
	border:none;
}
.onlinerace .schedule ul li .dia{
	color:#00b6ea;
	float:left;
	margin-right:20px;
	width:40px;
}
.onlinerace .schedule ul li .dia strong{
	background-color:#FFFFFF;
	padding: 3px 5px;
	font-family: 'roboto_condensedregular';
	color:#DE0101;
}
.onlinerace .schedule ul li .dia span{
	background-color:#DE0101;
	font-family: 'roboto_condensedregular';
	color:#F9F9F9;
	padding: 3px 5px;
}
.onlinerace .schedule ul li .evento{
	font-size:17px;
	color:#333;
	float:left;
}
.onlinerace .schedule ul li .ver-evento{
	font-size:12px;
	color:#FFF;
	float:right;
	padding:2px 7px;
	text-align:center;
	cursor:pointer;
	background-color:#ff3366;
}
.onlinerace .player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    height: 0;
    overflow: hidden;
	background-color:#000;
}
.onlinerace .player iframe, .onlinerace .player  object, .onlinerace .player embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.onlinerace #reproductor, .onlinerace #hide {
	display:none;
}
/* .main-carousel,
.main-carousel img {
	width: 100vw;
} */

.showcase-content-container {
	height: 470px !important;
}

@media only screen and (max-width: 1199px)  {
	#container{
		width:100%;
	}
	#header .wrapper-header{
		width:100%;
	}
	#header .block{
		width:970px;
	}
	#content{
		width:100%;
	}
	#header .search-input{
		bottom: 0;
	}
	.onlinerace .button{
		width:475px;
	}
	.onlinerace .schedule{
		width:490px;
	}
	.main-carousel, .main-carousel img{
		width:100%;
	}
	.large-column{
		width:100%;
	}

	.also-look{
		width:570px;
	}
	#footer .wrapp-foot{
		width:fit-content;
	}
	.wide-column{
		width:910px;
	}
	.content-big-block.video-vivo{
		width:fit-content;
	}
	.content-big-block .descripcion-videos{
		margin-top:5px;
	}
	.related-news.big ul li{
		width:163px;
	}
	/* .related-news.big ul li .image {
		width:265px;
		height:160px;
	} */
	.related-news.big ul li .image img{
		width:265px;
		height:160px;
	}
	.related-news ul li{
		width:163px;
	}
    .related-news.big ul li .image,
	.related-news ul li .image{
		width:265px;
		height:auto;
	}
	.related-news ul li .image img{
		width:163px;
		height:113px;
	}
	.also-look ul{
		margin-left:0px;
		width:570px;
	}
	.also-look ul li{
		width:275px;
	}
	.also-look .info{
		width: 165px;
	}
	.wrapper-tags{
		margin-top:32px;
	}
	#header .search-social{
		float: right;
    	margin: 0px 0 0 10px;
	}
	#content .ampliado .head-content, #content .encuestas .head-content, #content .listado-interna .head-content{
		max-width:100%;
	}
	.paginator{
		width:100%;
	}
	.paginator .info {
		width: 50%;
	}
	.paginator .pages {
    	width: 330px;
	}
	.related-news.big-video ul li .image{
		width:570px;
		height:350px;
	}
	.related-news.big-video ul li .image iframe{
		width:100%;
		height:350px;
	}
	.related-news.big-video ul li {
		width:570px;
	}
	.related-news ul li .image .overlay{
		width:163px;
	}
}



@media only screen and (max-width: 989px)  {

    #container {
        width: 100%;
    }

	.banner{
		width: 300px;
		margin: auto;
		margin-bottom: 20px;
	}
    #header .wrapper-header {
        width: 100%;
        position: relative;
    }

    #header .block {
        width: 590px;
        position: relative;
    }

    #header .date-time {
		float:left;
		margin-top:0px;
    }
	#header .date-time .info{
		width:488px;
	}
	#header .date-time .info ul li{
		padding-left:15px;
	}
	#header .date-time .info ul li:first-child{
		padding-right:15px;
	}
    #header h1 {
		width:250px;
		background-size:contain;
    }

    #content {
        width: 100%;
    }

    .main-carousel,
    .main-carousel img {
        width: 100%;
        /* height: 315px; */
    }

    .main-carousel .data {
        width: 630px;
    }

    /* .wrapper-content {
        width: 550px;
    } */

    .wrapper-social {
        width: 300px;
    }

    .sidebar {
        width: 550px;
    }

    .whats-next {
        width: 280px;
        float: left;
        margin-right: 10px;
    }

    .online-show {
        margin-top: 0;
        width: 280px;
        float: right
    }

    .online-show.masterdepilotos {
        width: 300px;
        margin-top: 0;
        clear: both;
    }

    .facebook-follow {
        width: 280px;
		margin:auto;
		margin-bottom:20px;
    }

    .twitter-feed {
        width: 300px;
		margin:auto;
		margin-bottom:20px;
    }

    .wide-column {
        width: 600px;
    }

    .tags ul {
        width: 550px;
    }

    .also-look {
        width: 550px;
    }

    .also-look ul {
        width: 550px;
    }
	.also-look ul li {
        width: 260px;
    }
	.also-look .info{
		width:145px;
	}
	.row.long{
		margin:auto;
		width:610px;
		margin-top:20px;
	}

    #footer .wrapp-foot {
        width: fit-content;
		padding:20px;
    }

    #footer .nav {
        width: 130px;
    }

    #footer .nav li a {
        font-size: 14px;
    }

    .section-nav {
        padding: 4px 7px 4px;
    }
	.section-nav ul{
		padding:5px 5px 5px 10px;
	}

    .section-nav ul li {
        margin-left:0px;
		margin-right:13px;
    }
	.section-nav ul li:first-child{
		margin-right:13px;
	}

    .section-nav ul li a {
        font-size: 13px;
    }

.main-carousel .left.carousel-control,
.main-carousel .right.carousel-control {
	top:130px;
}

    .main-carousel .title {
        max-width: 490px;
        min-width: 375px;
		margin-bottom:0px;
    }

    .main-carousel .title h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .main-carousel .data {
        width: 525px;
		display:none;
    }

    .main-carousel .data p {
        width: 450px;
        font-size: 14px;
    }
	.content-big-block.video-vivo{
		width:fit-content;
        /*height: 700px;*/
        margin-bottom: 30px;
	}

    #header .search-social {
		margin-top:20px;
    }

    #header .search-input {
        float: right;
    }

    #header .nav li {
    	margin: 7px 10px 6px 20px;
    }

    #header .nav li a, #header .nav li span {
        line-height: 27px;
    }

    #header .nav li a, #footer .nav li a, #header .nav li span {
        font-size: 13px;
    }

    .showcase-content-container {
        height: 300px !important;
    }

	.main-carousel .info{
		width:100%;
	}
.onlinerace {
	width:100%;
    max-width: 940px;
}
	.onlinerace .button{
		width: 606px;
		height:auto !important;
	}
	.onlinerace .button .texto{
		width: 265px;
    	margin-top: 30px;
	}
.onlinerace .button .texto span {
	padding: 3px 5px;
}
.onlinerace .button .icono {
	width:53px;
	margin-top:13px;
}
.onlinerace .schedule{
	font-size:14px;
	padding:7px 0 7px 0;
	width:100%;
}
.onlinerace .schedule ul li{

}
.onlinerace .schedule ul li .dia{
}
.onlinerace .schedule ul li .dia strong{
	background-color:#FFFFFF;
	padding: 3px 4px;
	font-family: 'roboto_condensedregular';
	color:#DE0101;
}
.onlinerace .schedule ul li .dia span{
	background-color:#DE0101;
	font-family: 'roboto_condensedregular';
	color:#F9F9F9;
	padding: 3px 5px;
}
.onlinerace .schedule ul li .evento{
	font-size:16px;
}
	.banner.row.long img{
		width:610px;
	}
	#header .search-input input[type="text"] {
        width: 150px;
		font-size: 15px;
		padding: 10px;
    }
	.related-news.big ul li{
		width:265px;
	}
	.related-news.big ul li .image{
		width:255px;
        height: auto;
	}
	.related-news.big ul li .image img{
		width:255px;
	}
	.related-news ul li{
		width:155px;
	}
	.related-news ul li .image{
		width:155px;
	}
	.related-news ul li .image img{
		width:155px;
	}
	.related-news ul li .image .overlay{
		width:155px;
	}
	.content-big-block.encuesta{
		margin:auto;
		margin-top:40px;
	}
	.wrapper-tags{
		width:550px;
	}
	#content .ampliado .head-content, #content .encuestas .head-content, #content .listado-interna .head-content{
		max-width:100%;
	}
	.paginator{
		width:100%;
	}
	.paginator .pages{
		width:320px;
	}
	.related-news.big-video ul li .image{
		width:550px;
	}
}

@media only screen and (max-width: 629px) {

    #container {
        width: 100%;
        overflow: hidden;
    }


    #header .wrapper-header {
        width: 100%;
        position: relative;
    }

    #header .block {
        width: 280px;
        position: relative;
    }

    #header .date-time {
        display: none;
    }

    #header h1 {
		width:280px;
		float:none;
    }
	#header h1 a{
		width:280px;
		height:70px;
	}

    #content {
        width: 100%;
    }

    .main-carousel {
        width: 100%;
        /* height: 240px; */
    }

    .showcase-content img {
        width: 320px;
        height: auto;
    }
    .main-carousel .data {
        width: 320px;
    }

    /* .wrapper-content {
        width: 300px;
    } */

    .wrapper-content.home {
        padding: 10px 5px 0;
        width: auto;
    }

    .sidebar {
        width: 85%;
        padding: 20px;
        float: left;
    }
	.wrapper-tags{
		width:310px;
	}
	.also-look ul{
		width:100%;
	}
	.also-look ul li{
		width:310px;
		margin:0px 0px 10px 0px;
		border-bottom:1px solid #CCC;
		min-height:0;
		overflow:hidden;
		padding-bottom:10px;
	}
	.also-look .info{
		width:195px;
	}
    .large-column {
        width: auto;
		margin-right:0px;
    }

	.content-big-block.video-vivo{
		width:100%;
        /*height: 450px;*/
	}
	.content-big-block .envivo{
		float:left;
		margin-bottom:5px;
	}
	.wrapper-content.home .media iframe{
		height:200px;
	}
	.content-big-block .title{
		margin-bottom:5px;
	}
    .wide-column {
        width: 100%;
    }

    .tags ul {
        width: 190px;
    }

    .also-look {
        left: 0;
        width: 100%;
    }

    #footer .wrapp-foot {
        width:  fit-content;
        padding: 15px 0;
    }

    #footer .nav {
        width: 90px;
    }

    #footer .nav li a {
        font-size: 15px;
    }

    #footer .copy {
        width: 170px;
		font-size:14px;
    }
	#footer .creatos{
		width: 130px;
		background-size:contain;
	}

    .section-nav {
        padding: 5px 5px 5px 5px;
    }
	.main-carousel .carousel-inner {
		height:310px;
	}

    .main-carousel .title {
        background: #001928;
        width: 100%;
        left: 0;
        bottom: 0px;
        position: absolute;
		padding:10px;
		min-width:inherit;
    }
	.main-carousel .title .share{
		float:left;
	}

    .main-carousel .title h2 {
        color: #FFF;
        font-size: 24px;
        line-height: 25px;
		float:none;
    }

    .main-carousel .data {
        display: block;
        background: transparent;
    }

    .main-carousel .data p {
        display: none;
    }

    .main-carousel .left.carousel-control,
    .main-carousel .right.carousel-control {
        top: 35px;
		display:none;
    }

    #content .ampliado .head-content, #content .encuestas .head-content, #content .listado-interna .head-content {
        max-width:90%;
		margin-bottom:20px;
    }
	.encuestas .related-news ul li{
		height:360px;
	}
	.wrapper-content.listado-interna{
		padding:5px;
	}
	.related-news.big-video ul li .image{
		width:310px;
		height:200px;
	}
	.related-news.big-video ul li .image iframe{
		width:310px;
		height:200px;
	}
	.wrapper-content.ampliado{
		padding:5px;
	}

    #header .nav li a, #footer .nav li a, #header .nav li span {
        font-size: 15px;
    }

    #header .nav li {
        margin: 0 15px;
    }

    #header .nav {
        width: 100%;
		padding:5px;
    }

    #header .search-social {
        position: static;
		float:none;
		margin-top:20px;
    }

    #header .search-input {
        margin: 10px 0 10px 10px;
        width: 300px;
        position: absolute;
        top: 187px;
        display: none;
    }

    #header .search-input input[type="text"] {
        width: 270px;
    }
    .content-big-block {
        width: 290px;
    }
    .content-big-block.encuesta {
        margin-top: 30px;
    }
    .contenido-internas .related-news ul {
        display: flex;
        flex-direction: column;
    }
    .related-news ul li,
    .related-news ul li:first-child {
        margin-left: auto;
        margin-right: auto;
    }
    .section-nav ul li:first-child,
    .section-nav ul li {
        margin: 0 7px;
    }

    .section-nav ul li a {
        font-size: 14px;
        line-height: 21px;
    }

    .section-nav ul li a:hover,
    .section-nav ul li a.active {
        color: #999999;
        border: none;
    }

    .showcase-content-container {
        height: 240px !important;
    }

    .whats-next {
        margin: 30px 0 0 0;
    }
    .online-show.masterdepilotos {
        float: none;
    }

    .facebook-follow {
        margin: 0;
    }

    /* .bottom-data .info > ul > li > ul > li:first-child {
        display: none;
    } */
    .related-news.big ul li,
    .related-news ul li {
        width: 310px;
        overflow: hidden;
		/* margin:0; */
		padding:0;
		margin-bottom:20px;
        margin-left: auto;
        margin-right: auto;
    }
	.related-news ul li .image{
		width:310px;
		height:190px;
	}
	.related-news ul li .image img{
		width:310px;
		height:190px;
	}
	.related-news ul li .image .overlay{
		width:310px;
	}

    .related-news ul li p {
        display: none;
    }

	.related-news.big ul li {
		width: 310px;
		height:auto;
		/* margin-left: 0px; */
	}

	.related-news.big ul li .image {
		width: 310px;
		height: 180px;
        margin-left: auto;
        margin-right: auto;
	}
	.related-news.big ul li .image img {
		width: 310px;
		height:180px;
	}

	.related-news.big ul li iframe {
		width: 310px;
		height:180px;
	}

	.related-news.big ul li .image .overlay{
		width: 310px;
		height:180px;
	}
    .paginator {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .paginator .info {
        width: 100%;
    }

    .paginator .pages {
        width: 248px;
        float: none;
        clear: both;
    }

    .paginator .pages ul {
        display: inline-block;
    }

    .paginator .pages > a {
        float: none;
        display: inline-block;
    }

    .paginator .pages > a.prev {
        position: absolute;
        left: 0px;
    }

    .paginator .pages > a.next {
        position: absolute;
        right: -50px;
    }

    #content .head-content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #content .head-content p {
        font-size: 14px;
    }

    /* .bottom-data .info > ul > li:first-child {
        display: none;
    } */

    .bottom-data .fb-like {
        width: 130px;
    }

    .editable-content {
        font-size: 12px;
    }

    .editable-content table {
        width: 300px;
    }

	/*.editable-content .image-wide,
    .editable-content .video-wide,
    .editable-content .image-half,
    .editable-content .video-half,
    .editable-content .image-half-wide {
        display: none;
    }*/

    .editable-content .image-half,
    .editable-content .video-half,
    .editable-content .image-half-wide {
		display: none;
    }

	.editable-content .image-wide {
		width:300px;
		margin:0px;
	}
	.editable-content .image-wide .image {
		width:300px;
		margin:0px;
	}
	.editable-content .image-wide .image img{
		width:300px;
		margin:0px;
	}
	.editable-content .image-wide .image iframe{
		width:300px;
		height:250px;
		margin:0px;
	}
	.editable-content .image-wide .image video{
		width:300px;
		height:250px;
		margin:0px;
	}

    /*.editable-content table tr td:nth-child(4) {
        display: none;
    }*/

    .tags ul li {
        display: none;
    }

    .tags ul li:nth-child(1),
    .tags ul li:nth-child(2),
    .tags ul li:nth-child(3),
    .tags ul li:nth-child(4),
    .tags ul li:nth-child(5),
    .tags ul li:nth-child(6) {
        display: inline-block;
    }

    .layer-reg .container.encuesta, .layer-reg .container.resultados, .layer-reg .container.votacion {
        width: 275px;
    }

    .wrapper-iframe .close {
        top: 0px;
        right: 55px;
    }

    .layer-reg .question h3 {
        font-size: 20px;
    }

    .layer-reg .results span {
        line-height: 22px;
    }

    .layer-reg .options li label {
        width: 245px;
    }
    body {
        margin: 0 !important;
    }

    .layer-pub,
.layer,
.layer-contact {
    overflow: scroll;
}

.layer-reg .options li label {
    font-size: 14px;
}

.layer-reg .validation > p, .layer-contact .validation > p {
    font-size: 10px;
}

.layer-reg .container {
    padding: 12px 10px 14px;
    margin: 0;
}
.content-big-block.video .online-show{
	margin-bottom:10px;
}
.onlinerace {
	width:100%;
    max-width: 940px;
}
.onlinerace .button {
	font-size:23px;
	height:120px;
	width: 296px;
}

.onlinerace .button .texto {
	width:310px;
	margin:0px;
	margin-top:15px;
	text-align:center;
}
.main-carousel .info{
	width:100%;
}
.onlinerace .button .texto span {
	padding: 3px 5px;
}
.onlinerace .button .icono {
	width:53px;
	margin-top:7px;
	margin-left:134px;
	margin-bottom:10px;
}
.onlinerace .schedule{
	font-size:12px;
	padding:7px 0 7px 0;
	width:100%;
	display:none;
}
.onlinerace .schedule ul li{
	width:28%;
	height:74px;
	margin:0 0 0 7px;
	padding: 0 7px 0 0;
	border:none;
}
.onlinerace .schedule ul li .dia{
	color:#F9F9F9;
	margin:7px 0;
}
.onlinerace .schedule ul li .dia strong{
	background-color:#FFFFFF;
	padding: 3px 4px;
	font-family: 'roboto_condensedregular';
	color:#DE0101;
}
.onlinerace .schedule ul li .dia span{
	background-color:#DE0101;
	font-family: 'roboto_condensedregular';
	color:#F9F9F9;
	padding: 3px 2px;
}
.onlinerace .schedule ul li .evento{
	font-size:14px;
}
	.banner.row.long{
		display:none;
	}
	.wrapper-content.encuestas.clearfix{
		padding:5px;
	}
	
.modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
}

}

.carousel-inner > .item > a > img {
  min-width: 100vw;
}

.me-2 {
    margin-right: 0.5rem;
}

.ms-2 {
    margin-left: 0.5rem;
}

.d-block {
    display: block;
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.main-carousel .carousel-inner {
    margin-bottom: 3rem;
}
.main-carousel .carousel-inner .item{
    height: 100%;
}
@media (min-width:768px) {
    /* .carousel-inner>.item>a>img {
        min-height: 410px;
    }
    .carousel-inner {
        min-height: 410px;
    } */
    .justify-content-md-start {
        justify-content: start;
    }
}

@media (min-width:992px) {
    .carousel-inner > .item > a > img {
        /* min-height: 100%; */
        /* height: calc(100vh - 232px) !important; */
        transform: translateY(-25px);
    }
    .content-big-block.video-vivo{
        /*height: 700px;*/
        margin-bottom: 30px;
    }
}
@media (min-width:1200px) {
    .carousel-inner {
        height: calc(100vh - 232px);
    }
    /* .main-carousel .info {
    bottom: 225px;
    } */
}
@media (min-width:1400px) {
    /* .main-carousel .info {
    bottom: 105px;
    } */
}
.related-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .related-news.big ul li, */
.related-news li {
  width: 25%; /* 4 por fila por defecto */
  box-sizing: border-box;
  padding: 10px;
}

/* Desde 1024px hacia abajo, mostrar 3 por fila */
/* @media (max-width: 1200px) {
    .related-news.big ul li,
    .related-news li {
        width: 33.3333%;
    }
} */

/* Desde 640px hacia abajo, mostrar 2 por fila */
@media (max-width: 768px) {
    /* .related-news.big ul li, */
    .related-news li {
        width: 50%;
  }
}

/* Desde 400px hacia abajo, mostrar 1 por fila */
@media (max-width: 576px) {
    /* .related-news.big ul li, */
    .related-news li {
        width: 100%;
  }
}


