/*
Theme Name: Revista Correo
Theme URI: https://visualcomposer.io/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.io/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: correo20
*/

/* Improvements */

.home .vc_row{
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 10px;
}


.home .vc_row > .wpb_column > .vc_column-inner{
    margin-top:: 15px;
}

.content-wrapper{
    padding-top: 0 !important;
}

.content-wrapper .main-content{
    padding-top: 0;
}

img.revista-logo{
    max-width: 250px !important;
    height: auto;
    margin: 15px auto;
}

img.revista-logo.mobile-logo{
    display: none;
}

.navbar .nav.navbar-nav{
    background-color: #f2f2f2;
}

@media (min-width: 768px){
    .navbar>.container .navbar-header{
        float: none !important;
        max-width: 100% !important;
    }
    .navbar>.container .navbar-brand{
        width: 100% !important;
        text-align: center;
    }
}

@media(min-width: 992px){
    .wp-megamenu-wrap .wpmm-nav-wrap > ul{
        display: flex !important;
        align-items: stretch;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
        flex-grow: 1;
    }
}



/* Periodico Correo */

.cc-img-container{
    width: 100%; /* or whatever you want */
    height: 200px; /* or whatever you want */
    line-height: 200px; /* or whatever you want, should match height */
    text-align: center;
    overflow: hidden;
}

.cc-img-container img{
    vertical-align: middle;
}

.cc-img-container img.vtop{
    vertical-align: top;
}

.cc-destacada .cc-img-container img{
    width: 100%;
    vertical-align: top;
}

.cc-post{
    margin-bottom: 18px;
}

.card{}

.card > .card-img{
    width: 100%; /* or whatever you want */
    height: 200px; /* or whatever you want */
    line-height: 200px; /* or whatever you want, should match height */
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.card > .card-img a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: inherit;
}

.card > .card-img a > img{
    vertical-align: middle;
    width: auto;
    /*height: 100%;*/
}

.cc-destacada .cc-post-title{
    margin-top: 0;
}

.cc-destacada .cc-post-content > h2 > a{
    font-size: 2em;
}

.cc-destacada .cc-post-content .cc-destacada-text p{
    font-size: 1.3em;
    /*font-family: 'Playfair Display', Serif;*/
}


.vc_col-sm-8 .cc-tres-columnas .card > .card-img{
    height: 100px; /* or whatever you want */
    line-height: 100px; /* or whatever you want, should match height */
}

.vc_col-sm-6 .cc-tres-columnas .card > .card-img{
    height: 180px; /* or whatever you want */
    line-height: 180px; /* or whatever you want, should match height */
}

.cc-img-container.mb,
.card > .card-img.mb{
    margin-bottom: 10px;
}

.cc-post-mini-item .cc-img-container{
    width: 100%; /* or whatever you want */
    height: 80px; /* or whatever you want */
    line-height: 80px; /* or whatever you want, should match height */
}

.cc-destacada .cc-img-container{
    width: 100%; /* or whatever you want */
    height: 310px; /* or whatever you want */
    line-height: 310px; /* or whatever you want, should match height */
}

.cc-tres-mix .cc-img-container{
    width: 100%; /* or whatever you want */
    height: 150px; /* or whatever you want */
    line-height: 150px; /* or whatever you want, should match height */
}

.cc-tres-mix .cc-post-info{
    text-align: left;
}

a.cc-post-info-cat{
    color: #666;
    text-decoration: none;
    border: 0 !important;
}


@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -30px}
	50%  {margin-top: -60px}
	75%  {margin-top: -90px}
	100% {margin-top: 0}
}

@media (max-width: 991px){
    #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
        height: initial !important;
    }
}

.container-fluid.container-cc-barra-avance{
    margin-top: 5px;
    margin-bottom: 10px;
}

.cc-barra-avance {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  padding: 3px;
  -webkit-user-select: none
}

.cc-barra-avance span.cc-titulo-seccion {
  float: left;
  color: #222;
  border-right: 2px solid #b9004a;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 6px;
  position: relative;
  top: 1%;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer
}

@media (max-width: 991px){
    .cc-barra-avance span.cc-titulo-seccion{
        display: none;
    }
}

.cc-barra-avance ul {
  float: left;
  padding-left: 10px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}

.cc-barra-avance ul li {line-height: 30px; list-style: none !important;padding-left:0;}

.cc-barra-avance ul li a {
  color: #999;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  border-bottom: none;
}

.cc-barra-avance ul li:before{
    content: '' !important;
}

.cc-barra-avance ul:hover { animation-play-state: paused }
.cc-barra-avance span:hover+ul { animation-play-state: paused }


#header .navbar .navbar-wrapper{
    position: relative;
}

.suscribete{
    position: absolute;
    top: 0;
    right: 25px;
    text-transform: uppercase;
    background-color: #b9004a;
    color: #fff;
    padding: 4px 6px;
    font-size:.9em;
}

.suscribete:hover{
    color: #fff;
    text-transform: none;
    background-color: #980b25;
}

.overheader{
    border-bottom: 1px solid #e0e0e0;
}

.vc_separator.divisor{
    margin-bottom: 5px !important;
}

.vc_separator.divisor .vc_sep_holder{
    background-image: url(images/divisor.png);
    height: 5px;
}

.vc_separator.divisor .vc_sep_holder .vc_sep_line{
    border: none;
}

.divisor_header{
    width: 100%;
    background-image: url(images/divisor.png);
    height: 5px;
    margin-bottom: 5px;
}

.search-form-header{
    margin-top: 5px;
    padding-left: 25px;
}

.search-form-header .search-field{
    border: 0;
    background: #f2f2f2;
}

.search-form-header input[type="submit"], .search-form-header button[type="submit"]{
    display: none;
}

.search-form-header::after, .search-form-header::after {
    content: '';
    right: initial;
    left: 0;
    background-image: url(images/icono_buscar.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
}

.social span.fecha{
    color: #222;
    font-size: .9em;
}

.social a.twitter{
    color: #00acee;
    font-size: 1.8em;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.social a.facebook{
    color: #3b5998;
    font-size: 1.8em;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.cc-post .cc-post-info{
    color: #666;
    text-transform: uppercase;
    font-size: .8em;
}

.cc-post .cc-post-info b{
    color: #666;
}

.cc-post .cc-post-info.cc-info-short b{
    color: #666;
}


.cc-post h3.cc-post-title{
    font-size: 20px;
}

.cc-post .cc-post-title a{
    color: #222;
}

.cc-post .cc-post-title a:hover{
    color: #b9004a;
}

.cc-post .card .card-title{
    margin-top: 0;
}
.cc-post .card .card-title a{
    color: #222;
    font-weight: bold;
}

.cc-post .card .card-title a:hover{
    color: #b9004a;
}

.barra_opinion h2{
    color: #b9004a;
    font-weight: bold;
}

.barra_opinion .iconos_opinion .wpb_content_element > .wpb_wrapper img{
    height: auto;
    max-width: 12%;
    vertical-align: top;
}

.cc-titulo-seccion{
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.cc-titulo-seccion span.word{
    padding-right: 5px;
    display: inline-block;
    border-bottom: 4px solid #b9004a;
}

.cc-titulo-seccion span.word::first-letter{
    color: #b9004a;
}

.cc-titulo-seccion{
    padding-bottom: 4px;
    margin-bottom: 4px;
    margin-top: 0;
}


.cc-individual .cc-main-post{
    height: 200px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.cc-individual .cc-main-post .cc-titulo-seccion{
    color: #fff;
    padding: 3px;
    background-color: #b9004a;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
}

.cc-individual .cc-main-post img.imagen{
    width: 100%;
    height: auto;
}

.cc-individual .cc-main-post-data{
    color: #333;
    width: 90%;
    margin-bottom: 20px;
}

.cc-individual .cc-main-post-data > .title{
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.cc-individual .cc-main-post-data > .title a{
    color: #222;
}

.cc-individual .cc-main-post-data > .title a:hover{
    color: #b9004a;
    text-decoration: none;
}

.cc-individual .cc-main-post-data .date{
    font-size: 11px;
}


.cc-individual .cc-mini-post{
    margin-bottom: 20px;
}

.cc-individual .cc-mini-post a.title{
    display: block;
    color: #222;
}

.cc-individual .cc-mini-post a.title:hover{
    color: #b9004a;
    text-decoration: none;
}


.cc-individual .cc-mini-post  span.cc-post-info{
    font-size: 11px;
}

.cc-individual-dos .card-title a{
    color: #222;
    font-weight: bold;
}

.cc-individual-dos .card-title a:hover{
    color: #b9004a;
    text-decoration: none;
}

.cc-individual-dos .cc-mini-post{
    margin-bottom: 20px;
}

.cc-individual-dos .cc-mini-post a.title{
    display: block;
    color: #222;
}
.cc-individual-dos .cc-mini-post a.title:hover{
    color: #b9004a;
    text-decoration: none;
}

.cc-individual-dos .cc-mini-post  span.cc-post-info{
    font-size: 12px;
}

.cc-individual .cc-img-container img{
    height: 340px;
    max-width: inherit;
}

.col-to-left{
    float: left;
}
.col-to-right{
    float: right;
}

@media (min-width: 500px){
    .col-to-right.col-invert-to-left{
        float: left;
    }
    .col-to-left.col-invert-to-right{
        float: right;
    }
}

.container-fluid{
    margin-top: 15px;
    margin-bottom: 15px;
}

.cc-tres-mix .cc-post-uno .cc-post-title{
    font-weight: bold !important;
}

.cc-tres-mix .cc-post-tres .cc-post-content{
    padding-bottom: 10px;
}

.cc-post-mini-item .cc-post-title{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.cc-post-mini-item .cc-post-title a{
    font-weight: 400;
}

.cc-post-mini-item p{
    line-height: 100%;
}

.cc-post-mini-item .cc-img-container{
    min-height: 80px;
}


.cc-mini-gallery .cc-image-gallery.cc-image-big{
    overflow: hidden;
    height: 200px;
    position: relative;
}

.cc-mini-gallery .cc-image-gallery.cc-image-big img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.cc-mini-gallery .cc-image-gallery.cc-image-small{
    margin-top: 5px;
    overflow: hidden;
    height: 120px;
    position: relative;
}

.cc-mini-gallery .cc-image-gallery.cc-image-small img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.cc-mini-gallery .cc-image-gallery.cc-image-small.cc-image-left{
    padding-left: 0;
}
.cc-mini-gallery .cc-image-gallery.cc-image-small.cc-image-left img{
    padding-right: 2px;
}
.cc-mini-gallery .cc-image-gallery.cc-image-small.cc-image-right img{
    padding-left: 2px;
}

.cc-minuto{
    background-color: #eaeaea;
}

.cc-minuto .row.cc-minuto-title{
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.cc-minuto .cc-minuto-title .col1,
.cc-minuto .cc-minuto-title .col3{
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    font-size: 1.2em;
}

@media (max-width: 1200px){
    .cc-minuto .cc-minuto-title .col1,
    .cc-minuto .cc-minuto-title .col3{
        font-size: 1em;
    }
}

.cc-minuto .cc-minuto-title .col2{
    color: #fff;
    background-color: #72022f;
    text-align: center;
    font-size: 2em;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
}

.cc-minuto .cc-minuto-title .col2 .fas{
    line-height: 60px;
}

.cc-minuto .cc-minuto-item .row{
    margin-bottom: 8px;
}

.cc-minuto .cc-minuto-item .cc-minuto-item-time{
    color: #b9004a;
    text-align: center;
    font-weight: bold;
}

.cc-minuto .cc-minuto-item .cc-minuto-item-title a{
    color: #666;
    font-size: 1.1em;
}

.widget .widget-title span ,h3.widget-title span{
    background-color: #b9004a;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 4px;
    width: auto;
    display: inline-block;
}

.widget .widget-title span:empty ,h3.widget-title span:empty,
#footer .widget .widget-title span:empty, #footer h3.widget-title span:empty{
    display: none;
}

.widget .widget-title ,h3.widget-title,
#footer .widget .widget-title, #footer h3.widget-title{
    text-align: left;
}

#footer .widget .widget-title span, #footer h3.widget-title span{
    background-color: #fff;
    color: #222;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px;
    width: auto;
    display: inline-block;
    border-radius: 2px;
}

h2.wpb_heading{
    background-color: #b9004a;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 4px;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
}

.entry-tags a{
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    line-height: 1;
    font-size: 14px;
    color: #777;
    background-color: #eee;
    border-radius: 2px;
}

.entry-tags a:hover, .entry-tags a:before{
    background-color: #b9004a;
}


.widget_categories_list a.title{
    color: #fff !important;
}

.widget_categories_list .count,
.widget_categories_list a.title:hover{
    color: #ea819d !important;
}


.cc-multi-sections{

}

.cc-multi-sections .cc-title-sections{

}

.cc-multi-sections .cc-title-sections h4.title_seccion{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 1199px){
    .cc-multi-sections .cc-title-sections h4.title_seccion{
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px){
    .cc-multi-sections .cc-title-sections h4.title_seccion{
        font-size: 1.6rem;
    }
}


.cc-multi-sections .cc-title-sections h4.title_seccion span.fletter,
.cc-multi-sections .cc-title-sections h4.title_seccion:hover,
.cc-multi-sections .cc-title-sections h4.title_seccion.active{
    color: #b9004a;
}

.cc-multi-sections .cc-title-sections h4.title_seccion[data-seccion="comunidades"] span.fletter{
    color: #00c8e5;
}

.cc-multi-sections .cc-posts-sections{

}

.cc-multi-sections .cc-posts-sections .posts_sections{
    display: none;
}

.cc-multi-sections .cc-posts-sections .posts_sections.active{
    display: block;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.cc-multi-sections .cc-posts-sections .card .card-body > .card-title{
    font-size: 1.2em;
    line-height: 130%;
}

.cc-multi-sections .cc-posts-sections .card > .card-img{
    height: 100px; /* or whatever you want */
    line-height: 100px; /* or whatever you want, should match height */
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (min-width: 1200px){
.container-fluid.container-nopads{
    padding-left: 0;
    padding-right: 0;
}
}

a.btn-social{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    margin-right: 5px;
}

a.btn-social.twitter:hover{
    background-color: #00aced;
}

a.btn-social.facebook:hover{
    background-color: #3B5998;
}

a.btn-social.instagram:hover{
    background-color: #3f729b;
}

a.btn-social.youtube:hover{
    background-color: #bb0000;
}

a.btn-social i.fab{
    font-size: 1.3em;
}

.widget.lista_noticias .cc-post{

}

.widget.lista_noticias .cc-post .cc-img-container{
    width: 100%; /* or whatever you want */
    height: 80px; /* or whatever you want */
    line-height: 80px; /* or whatever you want, should match height */
}

.widget.lista_noticias .cc-post .cc-post-title{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
}

.widget.lista_noticias .cc-post .cc-post-title a{
    color: #fff !important;
}

.widget.lista_noticias .cc-post .cc-post-title a:hover{
    color: #ea819d !important;
    text-decoration: none;
}

@media only screen and (min-width: 992px){
#footer .footer-left-block {
    float: left;
    margin-right: 12.5%;
    margin-bottom: 0;
    display: table;
}
}

ul.post-categories{
    list-style: none;
    padding-left: 0;
}

ul.post-categories li{
    background-color: #bb0000;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    line-height: 110%;
}

ul.post-categories li a{
    color: #fff;
    font-size: .8em;
}

h1.entry-title{
    font-weight: bold;
}

hr.hr-nomargin{
    margin: 0 !important;
}

.share-btns{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.share-btns .share-icon{
    display: inline-block;
    padding: 3px 4px;
    margin-right: 5px;
    border-radius: 2px;
}

.share-btns .share-icon a{
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}
.share-btns .share-icon a i.fab{
    margin-right: 3px;
}

.share-btns .share-icon a u{
    text-decoration: none;
    font-style: normal;
}

.share-btns .share-icon a:hover{
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.share-btns .share-icon.facebook{background-color:#516eab;}
.share-btns .share-icon.twitter{background-color:#29c5f6;}
.share-btns .share-icon.google{background-color:#eb4026;}
.share-btns .share-icon.pinterest{background-color:#ca212a;}

.share-btns .share-icon.google a u,
.share-btns .share-icon.pinterest a u{
    display: none;
}

.share-btns .share-icon.google a i.fab,
.share-btns .share-icon.pinterest a i.fab{
    margin-right: initial;
}

.navbar-wrapper{
    padding: 5px 15px 15px !important;
}

.comments-area{
    margin-top: 20px;
    padding: 10px 0;
}

.nav-links.archive-navigation a.page-numbers:hover, .nav-links.archive-navigation a.page-numbers:focus, .nav-links.archive-navigation .page-numbers.current {
    text-decoration: none;
    background-color: #b9004a !important;
    color: #fff;
}

@media (max-width: 1199px){
    .iconos_barra_opinion .autor_barra_opinion{
        width: 13%;
    }
    .iconos_barra_opinion .autor_barra_opinion.titles{
        width: 12%;
    }
}

@media (min-width: 1200px){
    .iconos_barra_opinion .autor_barra_opinion{
        width: 13.25%;
    }
    .iconos_barra_opinion .autor_barra_opinion.titles{
        width: 11%;
    }
}

.iconos_barra_opinion .autor_barra_opinion{
    display: inline-block;
    text-align: center;
}

.iconos_barra_opinion .autor_barra_opinion a{
    display: inline-block;
}

.iconos_barra_opinion .autor_barra_opinion a img{
    width: 100%;
    height: auto;
}

.iconos_barra_opinion .autor_barra_opinion.titles{
    display: inline-block;
    text-align: left;
    height: 120px;
    vertical-align: middle;
}

.iconos_barra_opinion .autor_barra_opinion.titles h3{
    color: #b9004a;
    font-weight: bold;
    text-transform: uppercase;
    margin-top:15px;
}

.iconos_barra_opinion .autor_barra_opinion.titles span{
    color: #666;
    text-transform: uppercase;
}

.iconos_barra_opinion .autor_barra_opinion.readmore{
    width: 7%;
    display: inline-block;
    text-align: center;
    height: 120px;
    background-color: #b9004a;
    vertical-align: middle;
    line-height: 120px;
}

.iconos_barra_opinion .autor_barra_opinion.readmore a{
    font-size: 1.5em;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.iconos_barra_opinion .autor_barra_opinion.readmore a:hover{
    text-decoration: none;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
}

.movil_search, .movil_search_icon, .last_update{
    display: none;
}

@media (max-width: 575px) {

    figure.wp-caption{
        width: 100%;
    }

    img.alignright,
    img.alignleft{
        float: none;
        width: 100%;
        margin: 30px 0;
    }


    .cc-destacada .cc-img-container{
        height: 220px;
        line-height: 220px;
        margin-top: 20px;
    }

    .barra_opinion h2, .barra_opinion p{
        text-align: center;
    }

    .barra_opinion .iconos_opinion .wpb_content_element > .wpb_wrapper img{
        max-width: 150px;
    }
    .iconos_barra_opinion .autor_barra_opinion{
        width: 48.5% !important;
        margin: 0 0 10px;
    }

    .iconos_barra_opinion .autor_barra_opinion.titles{
        width: 100% !important;
        display: inline-block;
        text-align: center;
        height: auto;
        line-height: 100%;
        text-align: center;
    }

    .iconos_barra_opinion .autor_barra_opinion.titles h3{
        margin-top: initial;
    }

    .iconos_barra_opinion .autor_barra_opinion.titles span{
        display: block;
    }

    .iconos_barra_opinion .autor_barra_opinion.readmore{
        width: 100% !important;
        display: inline-block;
        text-align: center;
        height: auto;
        line-height: 100%;
    }

    .iconos_barra_opinion .autor_barra_opinion.readmore a{
        vertical-align: 100%;
    }

    .cc-tres-mix .cc-post-uno{
        margin-bottom: 30px !important;
    }


    .col-to-right, .col-to-left{
        float: initial;
        margin-top: 20px;
    }

    .wpb_single_image .vc_figure{
        display: block !important;
        text-align: center;
        margin-top: 20px !important;
    }

    .cc-marcador .cc-post-mini-item .cc-img-container{
        height: 200px;
        line-height: 200px;
    }


    .cc-mini-gallery .cc-image-gallery.cc-image-big img,
    .cc-mini-gallery .cc-image-gallery.cc-image-small img{
        position: initial;
        width: 100%;
        height: auto;
    }
    .cc-mini-gallery .cc-image-gallery.cc-image-small.cc-image-left{
        padding-left: 15px;
    }
    .cc-mini-gallery .cc-image-gallery.cc-image-small.cc-image-left img{
        padding-right: 15px;
    }

    .cc-mini-gallery .cc-image-gallery.cc-image-small{
        height: 200px;
        line-height: 200px;
        overflow: hidden;
    }

    .footer-widget-area .widget.widget_media_image,
    .footer-widget-area .widget.widget_text, .widget.widget_media_image{
        text-align: center;
    }

    .footer-widget-area .widget.lista_noticias .cc-img-container{
        height: 200px;
        line-height: 200px;
    }

    #header .navbar-wrapper {
        padding: 5px 15px 5px !important;
    }

    #header .navbar-brand{
        width: 100%;
        text-align: center;
    }


    .cc-content-area .entry-content p{
        font-size: 1.2em;
    }

    #header .divisor_header{
        display: none;
    }

    #header #main-menux{
        position: absolute;
        /*max-width: 50px;*/
        top: 10px;
    }

    #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn{
        margin-top: 0;
        margin-bottom: 0;
        transition: none !important;
    }

    #wp-megamenu-primary.wpmm-mobile-menu.open a.wpmm_mobile_menu_btn{
        position: absolute;
        color: #666 !important;
        z-index: 99999;
        background-color: #fff;
        left: -30px;
        transition: none !important;
    }

    #wp-megamenu-primary.wpmm-mobile-menu.open a.wpmm_mobile_menu_btn .fa.fa-bars:before{
        content: '\f00d' !important;
    }

    #header #main-menux .wp-megamenu{
        min-width: 250px;
        background-color: #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        left: -40px;
        top: -10px;
        padding-top: 60px;
        height: 5000px;
    }

    #header img.revista-logo{
        display: none;
    }

    .home .main-content .vc_row-fluid:first-child{
        display: none;
    }

    .last_update{
        display: block;
        color: #999;
        text-align: center;
        margin: 3px auto;
        font-size: .8em;
    }

    #header img.revista-logo.mobile-logo{
        max-width: 100px !important;
        display: block;
        margin: 0 auto;
    }

    #header #main-menux #wp-megamenu-primary,
    #header .wpmm_mobile_menu_btn{
        background-color: #b9004a;
    }

    #header .navbar .navbar-wrapper{
        background-color: #b9004a !important;
    }

    #header .wpmm_mobile_menu_btn i{
        font-size: 20px;
    }

    #header .over_header{
        display: none;
    }

    #header .suscribete{
        display: none;
    }

    #header .movil_search_icon{
        position: absolute;
        top: 15px;
        right: 35px;
        display: block;
        z-index: 99;
    }

    #header .movil_search_icon > i.glyphicon-search{
        color: #fff;
        font-size: 18px;
    }


    #header .movil_search_icon.show > i.glyphicon-remove{
        color: #fff;
        font-size: 18px;
        display: inline-block;
    }

    #header .movil_search_icon.show > i.glyphicon-search,
    #header .movil_search_icon > i.glyphicon-remove{
        display: none;
    }

    #header .movil_search.show{
        display: block;
    }

    #header .movil_search.show .search-form,
    #header .movil_search.show .search-form .search-field{
        max-width: 100%;
        width: 100%;
    }

}

@media (max-width: 990px) {

    .cc-multi-sections .cc-title-sections{
        overflow: auto;
        white-space: nowrap;
    }

    .cc-multi-sections .cc-title-sections h4.title_seccion{
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .cc-multi-sections .cc-title-sections h4.title_seccion:first-child{
        margin-left: 0;
    }

    .cc-multi-sections .cc-posts-sections .card > .card-img {
        height: 200px;
        line-height: 200px;
    }

    .barra_opinion h2, .barra_opinion p{
        text-align: center;
    }

    .barra_opinion .iconos_opinion .wpb_content_element > .wpb_wrapper img{
        max-width: 150px;
    }
    .iconos_barra_opinion .autor_barra_opinion{
        width: 32.5%;
        margin: 0 0 10px;
    }

    .iconos_barra_opinion .autor_barra_opinion.titles{
        width: 100%;
        display: inline-block;
        text-align: center;
        height: auto;
        line-height: 100%;
        text-align: center;
    }

    .iconos_barra_opinion .autor_barra_opinion.titles h3{
        margin-top: initial;
    }

    .iconos_barra_opinion .autor_barra_opinion.titles span{
        display: block;
    }

    .iconos_barra_opinion .autor_barra_opinion.readmore{
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 100%;
        height: 50px;
    }

    .iconos_barra_opinion .autor_barra_opinion.readmore a{
        vertical-align: 100%;
        line-height: 50px;
        margin-top: 0;
    }
}

.cc-imagen-portada h2{
    margin-bottom: 2px;
}

.cc-imagen-portada h2 > span{
    background-color: #b9004a;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 3px 5px;
    margin-left: 5px;
}

.cc-imagen-portada .cc-post-cover img{
    width: 100%;
}

.cc-imagen-portada .cc-post-cover{
    padding-left: 0;
    padding-right: 0;
}

.cc-imagen-portada .cc-post-cover a{
    display: block;
}

.archive .cc-post.col-md-4{
    min-height: 490px;
}

.wp-caption .wp-caption-text{
    text-align: left;
    font-size: 12px;
}


.gallery_carousel_container{
    background-color: #131111;
}

.gallery_carousel_container .slick-prev{
    left: 10px;
}

.gallery_carousel_container .slick-next{
    right: 10px;
}

.gallery_carousel_container .gallery_carousel_nav .slick-slide{
    opacity: 0.5;
}

.gallery_carousel_container .gallery_carousel_nav .slick-slide img{
    border-radius: 2px;
}

.gallery_carousel_container .gallery_carousel_nav .slick-slide.slick-current{
    opacity: 1;
}

.feature-image-caption{
    color: #555;
    margin-top: 20px;
    font-style: italic;
}

.catery-header-style1{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
}

.catery-header-style1 h1{
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.catery-header-style1 p{
    text-align: center;
}

.col-md-12.cc-content-area .archive{
    padding-top: 20px;
}

.post-layout-single1{
    padding: 85px 0 70px;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 1);
    position: relative;
}

.post-layout-single1 h1{
    color: #fff;
    margin-bottom: 5px;
    font-size: 2.5em;
}

.post-layout-single1 ul.post-categories{
    position: absolute;
    top: 60px;
}

.post-layout-single1 .entry-meta{
    color: #fff;
}

.post-layout-single1 .entry-meta a{
    color: #fff;
    font-size: .8em;
}

@media(min-width: 992px ){
    body.single-post .container_layout_style2 .content-wrapper .main-content .entry-full-content{
        padding-top: 400px;
    }

    body.single-post .container_layout_style2 .content-wrapper .main-content .entry-full-content .cc-content-area{
        background-color: #fff;
        padding-top: 30px;
    }

    body.single-post .container_layout_style2 .content-wrapper .main-content .entry-full-content .cc-sidebar{
        margin-top: 50px;
        background-color: #fff;
    }
}

@media(max-width: 991px ){
    body.single-post .container_layout_style2 .content-wrapper .main-content .entry-full-content{
        padding-top: 200px;
    }

    body.single-post .container_layout_style2 .content-wrapper .main-content .entry-full-content .cc-content-area{
        background-color: #fff;
        padding-top: 20px;
    }

    body.single-post .container_layout_style2 .content-wrapper .main-content .entry-full-content .cc-sidebar{
        margin-top: 0;
        background-color: #fff;
    }
}


@media(min-width: 992px ){
.gallery-precon {
    clear: both;
    max-height: 450px;
    overflow: hidden;
}

.btn_ajax_loadmore{
    background-color: #b9004a;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 32px;
    bottom: 10px;
    right: 50px;
    position: absolute;
    text-align: center;
}

}