/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-may-2017, 12:32:56
    Author     : Laura García Bretón
*/
@media (max-width:1476px){
    .main-navigation li > a{
        font-size: 20px;
    }
    .main-navigation ul ul a{
        font-size: 16px;
    }
    .main-navigation .menu-item-has-children > a::after {
        top: 6px;
    }
}
@media (max-width: 1305px){
    .tabs-wrapper label{
        font-size: 18px !important;
    }
}
@media (max-width:1292px){
    .main-navigation li > a{
        font-size: 18px;
    }    
    .main-navigation .menu-item-has-children > a::after {
        right: 20px;
    }
    
    .details_post{
        font-size: 13px;
    }
    .texto{
        font-size: 12px; 
    }
    .tab-body h1{
        font-size: 50px;
    }
}
@media (max-width:1199px){
    .noticia_estrella .titulo_noticia_bloque1 {
        font-size: 40px;
    }
    .item-noticia-interna{
        margin-bottom: 30px;
    }
    .item-opinion {
        padding: 0px 10px !important;
    }
    .img_post_bg0{
        margin: 15px 0px;
    }
    .masonry-container > .item:nth-child(6) .item-noticia-interna{
        padding: 0px 0px 20px;
    }
    
    .titulo_noticia_bloque2{
        min-height: 81px;
    }
    
    /* MENU */
    .main-navigation li > a{
        padding:0px 5px;
    }
}
@media (max-width:1134px){
     /* MENU */
    .site-header-menu, .menu-toggle{
        display: none;
    }
    .responsive-menu-search-box{
        display: none;
    }
    .link-menu-responsive{
        color:#fff;
        font-family: 'Arial';
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bolder;
        display: inline-block;
        top: 3px;
        left: 5px;
        position: relative;
    }
    button#responsive-menu-button{
        top: 7px;
    }
    
    /* Details Noticias */
    .details_post{
        text-align: left;
        font-size: 13px;
    }
    .details_post .author{
        margin-right: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
    .details_post a{
        margin-right: 5px;
        font-size: 13px;
    }
    .details_post span:nth-child(3){
        font-size: 13px;
    }
    .icono_comentario span{
        top: -3px;
    }
    
    .tabs-wrapper label{
        padding: 0px 10px;
    }
}
@media (max-width:1024px){
    /* Bloque opinion */
    .item-opinion{  
        margin-bottom: 25px;
    }
    .sidebar-opinion{
        display: none;
    }
    .content-opinion, .content-inter-tab{
        max-width: 100% !important;
        width: 100% !important;
    }
    .img_opi_bg {
        height: 130px !important;
    }
    
}
@media (max-width:992px){
   
    
    /* HEADER */
    .top-header, #responsive-menu-container #responsive-menu, #responsive-menu-container #responsive-menu > ul{
        /*padding-top: 55px;*/ 
		/*JORGE: COMENTANDO ESTA LÍNEA DE PADDING TOP REDUCES EL ALTO DEL CONTENEDOR DE BUSCADOR Y REDES SOCIALES*/
    }
    button#responsive-menu-button{
        width: 100%;
        text-align: left;
        padding-left: 35px; 
        background: #9d9d9d;
    }
    .site-header-main::after {
        border-top: 2px solid #81817d;
    }
    .block-top-header-right .search-form:hover input.search-field[type="search"], .block-top-header-right .link-look:hover .search-form input.search-field[type="search"]{
        width: 25px !important;
    }
    
    /* CONTENIDO */
    .entry-content{
        margin: 0 auto;
    }
    
    /* TITULO SECCIÓN */
    .titulo_intr_seccion h1, .tab-body h1{
        font-size: 50px;
    }
    .details-title{
        top: -20px;
    }
    .titulo_intr_seccion::after {
        bottom: -24px;
    }
    .titulo_noticia_bloque2{
        min-height: auto;
    }
    .img_opi_bg {
        height: 250px !important;
    }
    
    .tabs-wrapper label{
        font-size: 16px !important;
        padding: 0px 5px;
    }
    
}
@media (max-width:810px){
    .top-header .contenedor{
        min-height: 140px;
		display:none; /*JORGE: OCULTAS EL CONTENEDOR DE BUSCADOR Y BOTONES DE REDES SOCIALES*/
    }
    .link-look{
        display: none;
    }
    .block-top-header-left{
        padding-top: 10px;
        padding-right: 40px;
    }
    .block-top-header-right{
        padding: 5px 0px;
    }
    .block-top-header-left, .block-top-header-right{
        width: 100%;
        text-align: center;
    }
    .block-top-header-right .textwidget{
        width: 100%;
    }
    .block-top-header-left a{
        margin: 0px 2px 0px 0px;
    }
    .custom-logo {
        max-width: 80vw;
    }
    
    /* Buscador */
    .block-top-header-right .search-form{
        float: none;
        width: 100%;
    }
    .block-top-header-right .search-form input.search-field[type="search"]{
        width: 250px !important;
        padding: 3px 5px;
    }
    .block-top-header-right .search-submit{
        position: relative;
    }
    .block-top-header-right .search-submit{
        top: -2px;
    }
    .block-top-header-right .search-form:hover input.search-field[type="search"], .block-top-header-right .link-look:hover .search-form input.search-field[type="search"]{
        left: 0px;
        top:0px;
    }
}
@media (max-width:767px){
    .suscribe form .row > div{
        padding: 5px 0px !important;
        text-align: right !important;
    }
    .tab-body h1{
        font-size: 40px;
    }
}
@media (max-width:550px){
    .site-branding .header-image img{
		max-width: 90vw;
	}
}
@media (max-width:500px){
    /* Bloque opinion */
    .item-opinion{
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .noticia_estrella .titulo_noticia_bloque1 {
        font-size: 27px;
    }
}
.slide-left{
	padding-top:30px !important; /*JORGE: EVITAR QUE UN MENÚ EN MOVIL SE QUEDE DEBAJO DE LA LÍNEA GRIS*/
}