
.contenedor-reportaje-apertura{
    z-index: 2;
    height: 89vh !important;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;

	}  
	

	.caja-texto-grafica-cifra-destacado{
		padding-top: 50%;
	}

	.texto_chapo h2{
		margin-top: 2rem;
		font-family: 'sofia-pro-medium';
		font-size: 2.1rem;
		line-height: 2.5rem;
		text-transform: uppercase;
		color: rgba(0, 0, 0, 0.40);
		/* border-left: 8px solid rgba(256, 256, 256, 0.8); */
		/* border-left: 8px solid rgba(33, 134, 73, 1); */
		margin-bottom: 0px;
		padding-left: 20px;
		
	}
	.fondo_cuadrado {
		background-image: url(../imagenes/generales/patron-chapo-1.png);
		background-position: center;
		background-repeat: repeat;
		background-size: auto;
	}

	.grupo-destacado-1 {
		border-left: none;
	
	}

    .banner_intermedio{
        text-align: center;
    }

.contenedor-reportaje-apertura-pauta{
	position: absolute;
	top: 0px;
	max-height: auto;
	background-color: rgba(255, 255, 255, 0.253);
	width: 100vw;
}
.contenedor-reportaje-super-banner-apertura-pauta{

	background-image: url(../imagenes/generales/patron-chapo-1.png);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
}

.boto_pauta{
 text-align: center;
}

.super_baner_movil{
 z-index: 8000 !important;
 text-align: center;
}

.grupo-destacado-pauta{
	position: absolute;
	right:-320px;	
	width: 300px;
	border-left: 1px dashed rgba(0,0,0,0.4);
	padding-left: 20px;	
	/*background-color: yellow;*/	
	}

.super_banner{
    z-index: 500;
    height: 100px;
  
    /* background-color: aqua; */
}

.robapaginas_movil{
	padding: 0rem 0rem;
	background-image: url(../imagenes/generales/patron-chapo-1.png);
    background-position: center;
    background-repeat: repeat;
	background-size: auto;
	padding-bottom: 1rem;
}





/* //////////////////// medias ///////////////// */
	@media screen and (max-width:480px){
	
		.titulo-boton-header{
		display: none !important;	
		}	
			
		/*.titulo-header-especial{
		display: none !important;
		}*/
		
		 /* medias query pauta  */
		.super_banner, .banner_intermedio, .robapaginas{
			display: none;
		}
		
		.contenedor-reportaje-apertura{
			margin-top: 0px;
        }
        .contenedor-reportaje-apertura{
            z-index: 2;
            height: 92vh !important;
           
		} 
		.caja-texto-grafica-cifra-destacado{
			padding-top: 0%;
		}

		.texto_chapo h2{
			margin-top: 2rem;
			font-family: 'sofia-pro-medium';
			font-size: 1.0625rem;
    line-height: 1.4375rem;
			text-transform: uppercase;
			color: rgba(0, 0, 0, 0.40);
			/* border-left: 8px solid rgba(256, 256, 256, 0.8); */
			/* border-left: 8px solid rgba(33, 134, 73, 1); */
			margin-bottom: 0px;
			padding-left: 20px;
			padding-bottom: 20px;
			
		}

		.grupo-destacado-1 {
			position: relative;
			right: inherit;
			width: 100%;
			border-left: none;
			border-top: none;
			border-bottom: none;
			padding: 0px 40px;
			margin-top: 20px;
			margin-bottom: 5px;
		}

		.pauta_robapaginas{
			/* padding-bottom: 320px; */
			padding-bottom: 0px;
		}
	
        
		
		}      
		@media screen and (min-width:480px){
			
		.super_baner_movil, .banner_intermedio_movil, .robapaginas_movil{
			display: none;
		}
		
		}    

/* ///////// fin  estilo pauta /////// */