body {
    font-family: 'Roboto', sans-serif;
    background: #f3f3f3;
    color: #5a5a5a;
}
header .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    padding: 7px 12px;
    font-size: 15px;
    margin-top: -4px;
}
header .navbar-nav > li a:hover {
    background: #b1131d;
}
#header {
    max-height: 80px;
    color: #FFF;
}
#header ul li {
    float: none;
    display: table-cell;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 17px;
}
#logo {
    margin: 0px;
    height: auto;
    padding: 12px 0px;
    max-height: 80px;
}
#valorPeso:before {
    content: '';
    position: absolute;
    left: 5px;
    top: calc(50% - 11px);
    width: 10px;
    height: 19px;
    background: url(/img/ico-dolar.png) no-repeat;
}
#clima:before {
    content: '';
    position: absolute;
    left: -4px;
    top: calc(50% - 11px);
    width: 19px;
    height: 19px;
    background: url(/img/ico-clima.png) no-repeat;
}
#header ul li.search:after {
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
    width: 16px;
    height: 17px;
    background: url(/img/ico-buscar.png) no-repeat;
}
#header ul li .social {
    display: inline-block;
    margin-right: -4px;
    margin: 0px;
    padding: 0px;
    top: -3px;
    position: relative;
    left: 5px;
}
header.footer {
    height: 34px;
}
header.footer .navbar-nav {
    top: 4px;
    position: relative;
}
#header ul li.clima {
    padding-right: 0px;
}
header .navbar-nav {
    float: none;
    text-align: center;
    display: table;
    margin: 0 auto;
}
header .navbar-nav > li {
    display: table-cell;
    float: none;
    margin-right: -4px;
}
.navbar-header {
    width: 100%;
}
.subheader {
    background-color: #d30c17;
}
.subheader .navbar-nav > li > a {
    font-size: 15px;
    margin-top: 0px;
    padding: 7px 12px;
    color: #FFF;
    text-transform: uppercase;
}
.subheader .navbar-nav > li > a:hover {
    background: #b1131d;
}
.subheader .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
}
/*header .navbar-nav > li {
    display: inline-block;
    float: none;
    margin-right: -4px;
}
header .navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
}*/
.navbar-fixed-top .nav {
    padding: 15px 0;
    margin: 0px;
}
#header ul li.search {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-right li input {
    padding: 7px 15px !important;
    width: 310px !important;
    background: #dbdbdb !important;
    border: none !important;
    margin: 6px 0px !important;
    color: #000 !important;
    text-indent: 0 !important;
}
#noticias-principal {
    position: relative;
}
.bx-wrapper .bx-viewport {
    border: 0px;
}
#noticias-principal .title-gray {
    position: absolute; 
    width: 25%;
}
#cse-search-results iframe {
    width: 100%;
}
.title-gray {
    float: left;
    z-index: 10;
    background-color: #4C494C;
    color: #E9C000;
    width: 100%;
}
.title-gray h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    padding: 6px 9px;
}
#al-momento {
    float: left;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#al-momento .noticia-principal {
	padding-left: 0px;
	padding-right: 0px;
	float: none;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
#al-momento .noticia-mensaje .title-gray {
    width: 100%;
    position: relative;
    position: absolute;
    top: 0px;
}
#al-momento .noticia-mensaje {
	padding-left: 0px;
	padding-right: 0px;
	float: none;
	vertical-align: middle;
	padding-top: 40px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
#al-momento .noticia-mensaje .description, 
#al-momento .noticia-mensaje .description a {
    font-size: 32px;
    line-height: normal;
    color: #FFF;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#al-momento .noticia-principal .image img {
    width: 100%;
}
#al-momento .titulo-noticia h1 {
    /*text-transform: uppercase;*/
}
#al-momento .titulo-noticia h2 {
    font-size: 18px;
    margin: 0px;
}
#al-momento .titulo-noticia a {
    color: #FFF;
}
#al-momento .titulo-noticia {
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    position: absolute;
    color: white;
    bottom: 15px;
    left: 0;
}
#al-momento .intro-noticia {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    z-index: 999;
    max-height: 400px;
    padding-top: 40px;
    display: table;
    height: 100vh;
}
#al-momento .intro-noticia span {
    position: absolute;
    bottom: 0px;
    font-size: 32px;
    line-height: normal;
    color: #FFF;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-align: center;
    padding: 10px;
    left: 0;
    position: relative;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#al-momento .title-gray {
    z-index: 9999;
}
#al-momento .title-gray h3 {
    padding: 7px;
    font-size: 24px;
}
#al-momento .titulo-noticia h1 {
    font-weight: 600;
}
#al-momento .bx-wrapper .bx-pager {
    width: 75%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    display: none;
}
#al-momento .bx-controls-direction {
    display: none;
}
#al-momento ul.al-momento li {
    max-height: 400px;
    overflow: hidden;
}
#al-momento .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d6d6d6;
    margin: 0 3px;
}
#al-momento .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#al-momento .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b6b5b5;
}
#al-momento .bx-wrapper img {
    margin-top: -5%;
}
#destacadas {
    position: relative;
    float: left;
    width: 100%;
}
#destacadas .bx-wrapper .bx-viewport {
    background: #e3ac28;
}
#destacadas .title-gray {    
    width: auto;
}
#destacadas ul.destacadas li {
    height: 100vh;
    max-height: 215px;
    overflow: hidden;
}
#destacadas .bx-wrapper img {
    display: block;
    height: auto;
    width: 120%;
    max-width: 150%;
    min-height: 215px;
    margin: 0 auto;
    margin-left: -10%;
}
#destacadas .bx-wrapper .bx-prev {
    left: 10px;
}
#destacadas .bx-wrapper .bx-next {
    
}
#destacadas .bx-wrapper .bx-caption .info h3 {
    /*text-transform: uppercase;*/
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}
#destacadas .bx-wrapper .bx-caption .info a {
    color: #FFF;
}
#destacadas .bx-wrapper .bx-caption .info p {
    font-size: 16px;
    line-height: normal;
}
#destacadas .bx-wrapper .bx-caption .info {
    position: absolute;
    bottom: 0;
}
#destacadas .bx-wrapper .bx-caption {
    height: 100%;
    background: rgba(80, 80, 80, 0.54);
}
#newsletter-bar {
    background-color: #EEAF18;
    padding: 1px;
    z-index: 999;
    position: relative;
}
#newsletter-bar .title {
    color: #D62028;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 40px;
}
#newsletter-bar .btn-send {
    margin-top: 5px;
}
#newsletter-bar .input.text input {
    background: #dbdbdb;
    border-radius: 0px;
    padding: 5px 10px;
    height: 30px;
    margin-top: 5px;
}
#newsletter-bar h4 {
    line-height: normal;
}
.panel-default {
    border: none;
}
.panel-body {
    padding: 0px;
}
.bg-gray {
    background: #d2d2d2;
}
.border-b-white {
    border-bottom: 1px solid #FFF;
}
.title-red {
    color: #de241c;
    font-size: 14px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-top: 23px;
    margin-bottom: 0px;
}
.panel p, 
.panel p > a,
.read-more a,
#seccion #mas-noticias .noticia .text p.excerpt {
    font-size: 14px;
    color: #5a5a5a;
}
.padding-spacing {
    padding-top: 15px;
    padding-bottom: 15px;
}
#display img {
    width: 100%;
}
.capital-tv .video-info {
    max-height: 87px;
}
.capital-tv-videos .videos {
    width: 100%;
    height: 100vh;
    max-height: 382px;
}
.capital-tv .image img {
    width: 100%;
    opacity: 0.7;
}
.capital-tv .link-video {
    cursor: pointer;
}
#capital-tv .capital-tv {
    padding-right: 0px;
}
#capital-tv .capital-tv-videos {
    padding-left: 0px;
}
.capital-tv .image {
    background: #000;
    overflow: hidden;
    max-height: 86px;
}
.capital-tv .active .image img {
    opacity: 1;
}
.capital-tv .link-video:hover .image img {
    opacity: 1;
}
.capital-tv .read-more {
    position: absolute;
    right: 10px;
    bottom: -23px;
}
#noticias-social .col-sm-9 {
    padding-left: 24px;
}
#noticias-social .col-sm-4 {
    padding-left: 6px;
    padding-right: 6px;
}
#noticias-social .image-first {
    max-height: 135px;
    overflow: hidden;
    display: inline-block;
}
#noticias-social .image-first img {
    width: 100%;
    min-height: 135px;
}
#cartoons-encuestas .col-sm-4 .panel-body {
    height: 100vh;
    max-height: 255px;
    overflow: hidden;
    width: 100%;
}
#cartoons-encuestas .col-sm-4 {
    padding-left: 6px;
    padding-right: 6px;
}
#cartoons-encuestas {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-send {
    background: #4C494C;
    color: #FFF;
    padding: 4px 40px;
    border-radius: 0px;
    margin-top: 20px;
    border: none;
}
.comentario .form-control {
    background: #dbdbdb;
    max-height: 120px;
    max-width: 100%;
}
.comentario .btn-send {
    margin-top: 10px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
#noticias-social .social-media {
    padding-left: 0px;
}
#noticias-social .right {
    padding-left: 7px;
}
#noticias-social .center {
    padding-left: 7px;
    padding-right: 7px;
}
#noticias-social .left {
    padding-right: 7px;
}
#noticias-social .panel-default {
    margin-top: 20px;
}
#seccion .banner {
    margin-bottom: 10px;
}
#seccion .noticia-principal {
    position: relative;
    max-height: 535px;
    overflow: hidden
}
#seccion .noticia-principal .text {
    position: absolute;
    bottom: 0px;
    background: rgba(80, 80, 80, 0.5);
}
#seccion .banner img {
    width: 100%;
}
#seccion .noticia-principal .text h1 a,
#seccion .noticia-principal .text p {
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    color: #FFF;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 1px;
}
#seccion .noticia-principal .text p {
    font-size: 22px;
    font-weight: 500;
}
#seccion #noticia-principal {
    margin-bottom: 20px;
}
#seccion #mas-noticias .title-gray {
    text-transform: uppercase;
    margin-top: 20px;
}
#seccion #mas-noticias .noticia img,
#noticia .noticia img {
    width: 110%;
    margin-left: -5%;
    height: auto;
    min-height: 100%;
}
#seccion #mas-noticias .noticia .text,
#noticia .noticia .text {
    background: #d2d2d2;
    height: 125px;
    margin-bottom: 20px;
}
#seccion.contacto .banner {
    margin-bottom: 30px;
}
#noticia .content {
    font-size: 20px;
    padding: 20px 0px;
}
#noticia .content .rights {
    font-style: italic;
    font-weight: 400;
    padding: 10px 0px;
    display: block;
}
#noticia .banner {
    margin-bottom: 20px;
}
#noticia .author {
    font-weight: 600;
}
#noticia #sidebar  {
    padding-right: 5px;
}
#seccion #mas-noticias .noticia .image {
    max-height: 175px;
    overflow: hidden;
    height: 100vh;
}
#noticia .noticia img {
    margin-top: -10%;
}
#noticia .noticia .image {
    max-height: 125px;
    overflow: hidden;
}
#noticia .noticia .text {
    height: auto;
    margin-bottom: 20px;
}
#noticia .title-red {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal;
}
#noticia .other-news {
    margin-top: 20px;
}
.noticia-content h1.page_title {
    margin-top: 0px;
    text-transform: none;
}
#noticia .excerpt {
    font-size: 26px;
}
#load-more {
    margin: 50px 0px 55px;
    display: block;
}
#load-more a {
    display: block;
    margin: 10px auto;
    max-width: 135px;
    background: #505050;
    color: #FFF;
    padding: 7px 10px;
    text-align: center;
    font-size: 15px;
}
#load-more .loader {
    display: none;
    text-align: center;
}
#load-more .loader img {
    max-width: 50px;
}
h1.page_title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: #de241c;
}
#seccion .banners {
    padding-left: 5px;
}
.contenido p {
    font-size: 23px;
    font-weight: 600;
}
.contact .title-form {
    font-size: 17px;
    text-transform: uppercase;
    color: #de241c;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #939393;
    margin: 10px 0px;
    padding: 0px 5px;
    line-height: normal;
    margin-top: 25px;
}
.contact form .input input, 
.contact form select, 
.contact form textarea {
    width: 100%;
    margin-bottom: 10px;
    background: #dcdcdc;
    border: none;
    padding: 9px 10px;
    font-size: 16px;
    max-height: 100px;
    max-width: 100%;
}
.contact form .submit input {
    margin-top: 0px;
}
.contact form .submit {
    text-align: right;
}
.contact form textarea {
    margin-bottom: 5px;
}
.empty-input {
    display: none;
}
.quienes-somos h3 {
    font-weight: 600;
}
.quienes-somos p {
    font-size: 17px;
    font-weight: 400;
}
header.footer .navbar-nav > li > a {
    font-size: 14px;
}
#busqueda input.gsc-search-button-v2 {
    width: auto;
    height: auto;
}
#busqueda .gsc-control-cse div {
    height: auto;
}
#busqueda input.gsc-input {
    font-size: 18px;
}
#busqueda input.gsc-search-button {
    font-size: 16px;
    color: #797979;
    height: 28px;
}
#panel-admin .subheader .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 9px;
    font-size: 13px;
}
#panel-admin .navbar-inverse .navbar-nav > li > a {
    font-weight: 400;
    line-height: normal;
    padding: 0px;
    font-size: 12px;
}
#panel-admin header.footer {
    padding: 0px;
}
#panel-admin header.footer .navbar-nav > li > a {
    font-size: 13px;
    font-weight: 400;
}
body#panel-admin {
    background: #eee;
}
#panel-admin .main_container {
    max-width: 1310px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
#panel-admin .paging {
    background: #eee;
}
#panel-admin .adminForm fieldset legend {
    background: #f3f3f3;
    border: 2px solid #e5e5e5;
    padding: 5px 10px;
    margin-bottom: 0px;
}
#panel-admin h3 {
    font-size: 16px;
    margin-top: 10px;
}
#panel-admin .paging a {
    font-size: 12px !important;
}
#changeLogo {
    display: none;
    /*position: absolute;*/
    padding: 7px 10px;
}
#changeLogo.active {
    display: table-cell;
}
.changeLogo-link {
    display: table-cell;
    color: #ccc;
    padding: 10px;
    font-size: 11px;
}
#changeLogo input[type=submit] {
    padding: 0px 10px;
    margin: 5px 0px;
}
.navbar-brand > img {
    max-height: 55px;
}
.title-red,
.panel p, 
.panel p > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cartoons-encuestas .col-sm-4 .panel-body img {
    width: 100%;
}
#noticias-social .banner_hor {
    max-height: 100px;
}
p.read-more {
    text-align: right;
    font-size: 15px;
    margin-bottom: 0px;
}
.text-center.twitter-plugin {
    padding-top: 15px;
}
.panel #pollForm p {
    white-space: normal;
}
input#NewsPrincipal {
    margin: 0px;
}
.adminForm input[type=checkbox] {
    margin-left: 0px !important;
}
#noticias-social .title-red {
    white-space: normal;
    height: 38px;
    margin-bottom: 2px;
}
#al-momento .intro-noticia a {
    color: #FFF;
}
.buscar label {
    font-size: 16px;
}
.mas-noticias .title-red {
    white-space: normal;
    max-height: 38px;
}
#gallery {
/*    max-height: 600px;
    overflow: hidden;
*/
    margin-bottom: 40px;
}
#gallery .bx-viewport {
    max-height: 500px;
}
#gallery .bx-wrapper img {
    height: 100%;
}
#gallery .bx-wrapper .bx-pager, 
#gallery .bx-wrapper .bx-controls-auto {
    bottom: -40px;
}
.previews .img-preview img {
    width: 100%;
}
.previews .img-preview {
    width: 15%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}
#seccion.opiniones #mas-noticias .noticia .image img {
    width: 150%;
    margin-left: -25%;
    min-height: 100%;
}
#seccion.opiniones #mas-noticias .noticia .image {
    padding: 0px;
    overflow: hidden;
    height: 125px;
}
#seccion.opiniones .banners {
    padding-left: 15px;
}
#noticia .opinion .content img {
    max-width: 250px;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
}
#noticia .related .link a {
    font-size: 17px;
    padding: 5px;
    display: block;
    font-weight: 600;
    color: #666;
    text-align: right;
    background: #DDD;
}
#noticia-reciente {
    padding-left: 0px;
    padding-right: 0px;
}
.cartones li {
    display: inline-block;
}
#al-momento .google-auto-placed {
	display: none !important;
}

/*Estilos para el modal de Newsletter*/
.newsletter-modal .modal-content {
    border-radius: 0;
}

.newsletter-modal .modal-title {
    font-weight: 900;
    font-size: 80px;
}

.newsletter-modal .modal-header {
    color: #fff;
    background-color: #d30c17;
    padding: 30px 0;
}

.newsletter-modal .modal-header h2 {
    font-weight: 300;
    margin-top: 0;
}

.newsletter-modal .modal-body h1 {
    color: #d30c17;
    font-weight: 900;
}

.newsletter-modal .form-control {
    border: none;
    border-bottom: 1px solid #d30c17;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.newsletter-modal .form-control:focus {
    box-shadow: 0 2px #EEAF18;
}

.newsletter-modal .form-control, .newsletter-modal label {
    font-size: 20px;
}

.newsletter-modal .form {
    padding: 0 60px;
}

#recaptcha {
    display: none;
}

.alert-danger, .alert-success {
    display: none;
    margin-top: 20px;
}
/*Termina Estilos para el modal de Newsletter*/


@media (max-width: 1300px) {
    #panel-admin .subheader .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px 10px;
    }
    .title-red {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    header.footer .navbar-nav > li > a {
        font-size: 13px;
    }
    .panel p, .panel p > a {
        font-size: 15px;        
    }    
}

@media (max-width: 1250px){
    #header ul li {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    header .navbar-nav > li > a {
        font-size: 13px;
    }
    .subheader .navbar-nav > li > a {
        font-size: 14px;
    }
    #newsletter-bar {
        display: table;
        width: 100%;
    }
    #newsletter-bar .container > .col-sm-2, 
    #newsletter-bar .container > .col-sm-8 {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    header .navbar-nav {
        display: block;
    }
    header.footer .navbar-nav > li > a {
        font-size: 12px;
    }
    header .navbar-nav > li {
        display: inline-block;
    }
}

@media (max-width: 1150px) {
    header.footer {
        height: auto;
    }
    header .navbar-nav > li > a {
        padding: 7px 18px;
    }
    #header ul li {
        font-size: 13px;
    }
}

@media (max-width: 1100px) {
    .navbar-right li input {
        max-width: 200px;
    }
    .container.main {
        padding: 0px;
    }
    .subheader .navbar-nav > li > a {
        font-size: 12px;
    }
    #seccion.opiniones #mas-noticias .noticia .image img {
        height: 100%;
    }

}

@media (max-width: 1024px) {
    header .navbar-nav > li > a {
        font-size: 12px;
        margin-top: 0px;
        padding: 7px 8px;
    }
    header.footer .navbar-nav > li > a {
        margin-top: -4px;
    }
    .capital-tv .image img {
        width: 120%;
    }
    .subheader .navbar-nav > li > a {
        padding: 7px 8px;
    }
    #seccion .noticia-principal {
        max-height: 420px;
    }
    #seccion .noticia-principal .text h1 a {
        font-size: 35px;
    }
    #seccion .noticia-principal .text p {
        font-size: 18px;
    }
    #newsletter-bar .btn-send {
        padding: 4px 20px;
    }
    .navbar-brand > img {
        max-width: 210px;
    }
}

@media (min-width: 1000px) {
    .navbar-header {
        display: table;
    }
    #logo,
    .nav-right {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }   
}

@media (max-width: 992px) {
    #newsletter-bar .btn-send {
        width: 100%;
        padding: 5px;
    }
    #capital-tv .capital-tv {
        padding-left: 0px;
    }
    #capital-tv .capital-tv-videos {
        padding-right: 0px;
    }
    #al-momento .intro-noticia p {
        /* font-size: 30px; */
    }
    #header ul li {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    #newsletter-bar .title {
        text-align: right;
    }
    #newsletter-bar .form {
        padding-bottom: 20px;
    }   
    #newsletter-bar .text-center {
        text-align: left;
    }
}
@media (max-width: 910px) {
    #logo {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }
    .navbar-brand > img {
        display: inline-block;
    }
    #header .navbar-right {
        float: right !important;
        margin-right: 0px;
        padding: 10px 15px;    
        padding-top: 0px;    
        text-align: center;
        display: block;
    }
    #header {
        max-height: 100%;
    }
    .subheader .navbar-nav > li {
        float: none;
        display: inline-block;
        width: 12%;
    }
    #al-momento .intro-noticia span {
        font-size: 28px;
        line-height: normal;
    }
    header.footer {
        height: auto;
    }
    #seccion #mas-noticias .noticia .text {
        height: 160px;
    }
    #seccion #mas-noticias .noticia .image {
         max-height: 150px;
    }
    #header ul li {
        font-size: 13px;
    }
    #seccion.opiniones #mas-noticias .noticia .text {
        height: 125px;
    }
    #al-momento .noticia-mensaje .description, 
    #al-momento .noticia-mensaje .description a {
       font-size: 26px;
   }
}

@media (max-width: 800px) {
    header .navbar-nav > li {
        display: inline-block;
        width: 12%;
    }
}

@media(max-width: 768px) {
    #al-momento .title-gray h3 {
        padding: 7px;
        font-size: 21px;
    }
    #destacadas .bx-wrapper img {
        height: 130%;
    }
    #al-momento .intro-noticia span {
        font-size: 25px;
    }
    .subheader .navbar-nav > li, 
    header .navbar-nav > li { 
        width: auto;
    }
    .noticia .title-red {
       font-size: 16px;
        min-height: 54px;
    }
    #seccion #mas-noticias .noticia .image {
        max-height: 130px;
    }
    #seccion .noticia-principal .text h1 a {
        font-size: 30px;
    }
    #seccion .noticia-principal {
        max-height: 320px;
    }
    h1.page_title {
       font-size: 40px;
   }
   #header ul li {
      font-size: 12px;
   }
   .noticia-principal .image {
        overflow: hidden;
    }
   #al-momento .noticia-principal .image img {
        width: 130%;
        margin-left: 0%;
    }
}

@media (max-width: 767px) {
    #capital-tv .capital-tv,
    #capital-tv .capital-tv-videos {
        padding-left: 15px;
        padding-right: 15px;
    }
    #noticias-principal .title-gray {
        width: 33.333%;
    }
    #capital-tv .capital-tv .panel {
        margin-bottom: 0px;
    }
    #capital-tv .capital-tv {
        margin-top: 20px;
    }
    #noticias-social .left,
    #noticias-social .center,
    #noticias-social .right,
    #noticias-social .social-media {
        padding-left: 15px;
        padding-right: 15px;
    }
    #cartoons-encuestas .col-sm-4 .panel-body {
        height: auto;
        max-height: 100%;
    }
    #header .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    #header .navbar-header {
        margin: 0px;
    }
    #al-momento .bx-wrapper img {
        /*width: 120%;
        max-width: 120%;*/
    }
    #newsletter-bar .container > .col-sm-2, 
    #newsletter-bar .container > .col-sm-8 {
        display: block;
        float: left;
    }
    #seccion #mas-noticias .noticia .image {
        max-height: 200px;
    }
    #seccion #mas-noticias .noticia .text {
        min-height: 100px;
    }
    #seccion .banners {
        padding-left: 15px;
        margin: 20px 0px;
    }
    #seccion .noticia-principal {
        max-height: 480px;
    }
    #seccion #mas-noticias .noticia img {
        width: auto;
        margin-left: 0px;
        height: 200px;
        min-width: 100%;
    }
    .switch-order {
        display: flex;
        flex-direction: column;
    }
    #noticia #content {
        order: 0;
    }
    #noticia #sidebar {
        padding-right: 0px;
        padding-left: 0px;
        order: 1;
    }
    #noticia .noticia .image {
        max-height: 300px;
    }
    #sidebar .noticia.no-padding,
    #noticia .banner {
        padding-left: 10px;
        padding-right: 10px;
    }
    #noticia #sidebar .noticia .image {
        max-height: 160px;
    }
    .contenido p {
        font-size: 20px;
    }
    #seccion.opiniones #mas-noticias .noticia .image {
        height: auto;
    }
    #seccion.opiniones #mas-noticias .noticia .image img {
        height: auto;
        width: 100%;
        margin-left: 0%;
    }
    #noticia .other-news .text {
        height: 55px;
    }
     #noticias-principal .intro-title {
        width: 30%;
        display: inline-block;
        margin-right: -4px;
        position: relative;
        margin: 0px;
        height: 40px;
    }
    #al-momento .intro-noticia {
        position: relative;
        padding-top: 0px;
        display: inline-block;
        margin-right: -4px;
        width: 70%;
        height: 40px;
        background: rgba(80, 80, 80, 0.8);
        overflow: hidden;
    }
    #al-momento .intro-noticia span {
        position: absolute;
        width: 200%;
        height: 100%;
        margin: 0;
        font-size: 20px;
        line-height: 16px;
        text-align: center;
        /* Starting position */
        -moz-transform:translateX(100%);
        -webkit-transform:translateX(100%);    
        transform:translateX(100%);
        /* Apply animation to this element */  
        -moz-animation: scroll-left 10s linear infinite;
        -webkit-animation: scroll-left 10s linear infinite;
        animation: scroll-left 10s linear infinite;
    }
    #al-momento .titulo-noticia {
        width: 100%;
    }
    #al-momento .noticia-mensaje,
    #al-momento .noticia-principal {
        display: block;
        padding-top: 0px;
        float: left;
        -ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
    }
    #al-momento .noticia-mensaje .title-gray {    
        width: 30%;
        display: inline-block;
        margin-right: -4px;
        position: relative;
        margin: 0px;
        height: 40px;
    }
    #al-momento .noticia-mensaje .description {
        position: relative;
        padding-top: 0px;
        display: inline-block;
        margin-right: -4px;
        width: 70%;
        height: 40px;
        background: rgba(80, 80, 80, 0.8);
        overflow: hidden;
    }
    #al-momento .noticia-mensaje .description span {
        position: absolute;
        width: 150%;
        height: 100%;
        margin: 0;
        font-size: 20px;
        line-height: 16px;
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 10s linear infinite;
        -webkit-animation: scroll-left 10s linear infinite;
        animation: scroll-left 10s linear infinite;
    }
    #al-momento .noticia-mensaje .description, 
    #al-momento .noticia-mensaje .description a {
        font-size: 18px;
    }
    #al-momento .noticia-mensaje .description a {
        padding: 10px;
        float: left;
    }
    #al-momento {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #al-momento .noticia-principal {
        order: 2;
    }
    #al-momento .noticia-mensaje {
        order: 1;
    }
}

@media (max-width: 740px) {
    #header ul li {
        font-size: 14px;
        width: 33%;
        display: inline-block;
        margin-right: -4px;
    }
    #valorPeso, #clima {
        position: relative;
    }
    #valorPeso:before {
        left: -15px;
    }
    #clima:before {
        left: -25px;
    }
    #header ul li.search {
        width: 60%;
    }
    #header ul li.social {
        width: 33%;
    }
    .navbar-right li input {
        max-width: 100%;
        width: 100% !important;
        position: relative;
    }
}

@media (max-width: 640px) {
   
    #destacadas .bx-wrapper .bx-prev {
        left: 10px;
    }
    #al-momento .bx-wrapper .bx-pager {
        width: 100%;
    }
    #header ul li {
        width: auto;
        display: inline-block;
        margin-right: -4px;
    }
    #valorPeso, 
    #clima {
        position: relative;
    }
    #valorPeso:before {
        left: -15px;
    }
    #clima:before {
        left: -24px;
    }
    #header ul li.search {
        width: 100%;
    }
    .navbar-right li input {
        max-width: 90%;
        width: 100%;
        position: relative;
    }
    .navbar-brand > img {
        margin-left: 10%;
    }   
    #header ul li.search:after {
        right: 40px;
    }
    .noticia-content h1.page_title {
        font-size: 30px;
    }
    #noticia .noticia-content .excerpt {
        font-size: 20px;
    }
    #noticia .content {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    #al-momento .title-gray h3 {
        font-size: 17px;
        line-height: 26px;
    }
    #newsletter-bar .form .col-xs-2,
    #newsletter-bar .form .col-xs-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #mas-noticias .noticia {
        float: none;
        display: inline-block;
        margin-right: -4px;
    }
    #seccion #mas-noticias .noticia .text {
        height: auto;
    }
    #sidebar .noticia.no-padding {
        width: 100%;
    }
    #noticia #sidebar .noticia .image {
        max-height: 250px;
        height: auto;
    }
    #header ul li {
        font-size: 12px;
    }
    #header ul li.social {
        width: auto;
    }
}

@media (max-width: 520px) {
    #opinion-plaza .col-xs-6,
    #noticias-social .left, 
    #noticias-social .center, 
    #noticias-social .right, 
    #noticias-social .social-media {
        width: 100%;
    }
    #al-momento .bx-wrapper img {
        width: 140%;
        max-width: 150%;
        margin-left: -20%;
    }
    #noticias-principal .intro-title {
        padding: 0px;
    }
    #al-momento .title-gray h3 {
        padding: 7px 10px;
        font-size: 15px;
    }
    #header ul li {
        width: 50%;
    }   
    #header ul li.social {
        width: 40%;
    }
    #header ul li.search {
        width: 60%;
    }
    #noticia .opinion .content img {
        max-width: 100%;
        float: none;
        padding: 10px 0px;
    }    
}

@media (max-width: 480px) {
    #header ul li {
        padding: 5px 20px;
    }
    #header ul li.social, 
    #header ul li.search {
        width: 50%;
    }
    #al-momento .intro-noticia span {
        width: 250%;
        white-space: nowrap;
    }
    .capital-tv-videos .videos {
        max-height: 250px;
    }
    #seccion .noticia-principal .text h1 a {
        font-size: 24px;
        line-height: normal;
    }
    #mas-noticias .noticia {
        width: 100%;
    }
    #seccion #mas-noticias .noticia img {
        width: 100%;
        margin-left: 0px;
        height: auto;
        min-width: 100%;
    }
    #seccion #mas-noticias .noticia .image {
        max-height: 100%;
        height: auto;
    }
    #seccion .noticia-principal img {
        width: 150%;
        margin-left: -25%;
    }
    h1.page_title {
        font-size: 35px;
    }
    #destacadas .bx-wrapper img {
        height: 100%;
        width: 150%;
        margin-left: -25%;
    }
    #newsletter-bar .form {
        padding-left: 0px;
        padding-right: 0px;
    }
    #newsletter-bar h4 {
        font-size: 16px;
    }
    #newsletter-bar .title {
        font-size: 22px;
    }
    #newsletter-bar .form .col-xs-2 {
        width: 20%;
    }
    #newsletter-bar .form .col-xs-5 {
        width: 40%;
    }
    .title-gray h3 {
        font-size: 18px;
    }
    #gallery .bx-viewport {
        max-height: 250px;
    }
    #al-momento .noticia-principal .image img {
        width: 100%;
        width: 180%;
        max-width: 200%;
        margin-left: -40%;
    }
    #al-momento .noticia-mensaje .title-gray {
        width: 40%;
    }
    #al-momento .noticia-mensaje .description {
        width: 60%;
    }
    #al-momento .noticia-mensaje .description, 
    #al-momento .noticia-mensaje .description a {
        font-size: 15px;
    }
    #al-momento .noticia-mensaje .description span {
        width: auto;
        white-space: nowrap;
    }
}

@media (max-width: 400px) {
    #header ul li.social, 
    #header ul li.search {
        padding: 5px 0px;
    }
    #al-momento .intro-noticia span {
        width: 300%;
    }
    #noticias-principal .title-gray {
        width: 70%;
    }
    #noticias-principal .intro-title {
        width: 35%;
    }
    #al-momento .intro-noticia {
        width: 65%;
    }
    #al-momento .titulo-noticia h1 {
        font-size: 28px;
    }
    
    #destacadas .bx-wrapper .bx-caption .info p {
        font-size: 15px;
        line-height: normal;
    }
    #destacadas .bx-wrapper .bx-caption .info h3 {
        font-size: 16px;
    }
    #newsletter-bar .title,
    #newsletter-bar .text-center {
        text-align: center;
        width: 100%;
    }
    #newsletter-bar .form .col-xs-2, 
    #newsletter-bar .form .col-xs-5 {
        width: 100%;
    }
    .capital-tv .image img {
        width: 150%;
        margin-left: -25%;
    }
    #header ul li.social, 
    #header ul li.search {
        width: 100%;
    }
    .capital-tv-videos .videos {
        max-height: 200px;
    }
    #seccion .noticia-principal img {
        width: 180%;
        margin-left: -40%;
    }
    #seccion .noticia-principal .text h1 {
        line-height: 30px;
    }
    #al-momento ul.al-momento li {
        max-height: 500px;
    }
    #al-momento .bx-wrapper img {
        width: 180%;
        max-width: 200%;
        margin-left: -40%;
    }
}

@media (max-width: 375px) {
    #al-momento .title-gray h3 {
        font-size: 15px;
    }
    #al-momento .intro-noticia span {
        font-size: 15px;
        white-space: nowrap;
    }
    #header ul li {
        font-size: 11px;
    }
    #al-momento .noticia-mensaje .title-gray {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 340px) {
    #logo {
        max-height: 130px;
    }
    #header ul li {
        padding: 5px 10px;
    }
    #al-momento .title-gray h3 {
        font-size: 13px;
    }
    .title-gray h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .padding-deportes {
        padding-left: 15px;
    }

    .padding-negocios {
        padding-right: 15px;
    }

    /*.no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }*/

}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
    0%   { 
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);       
    }
     100% { 
     -moz-transform: translateX(-100%); /* Browser bug fix */
     -webkit-transform: translateX(-100%); /* Browser bug fix */
     transform: translateX(-100%); 
    }
}
