.contenedor_especialP{
    margin: 0;
    padding: 20px;
    text-align: left;
}

.foto_apertura{   
  background-image: url(../img/back.jpg);
  background-position: center;
  background-size: cover;    
  max-width: 2560px;
  height: 452px;
  margin: 0 auto;
}
.foto_apertura h6{
    font-family: 'Roboto Slab', serif;
    text-align: left;
    font-size: 49px;
    max-width: 600px;
    line-height: 54px;
    color: #61687b;
    margin: 0px 5%;
    padding: 140px 0 0 0;
    /* text-shadow: 0px -1px 8px rgba(0, 0, 0, 0.92);*/
}

@media only screen and (max-width: 1024px) {
                .foto_apertura{   
                  background-image: url(../img/back.jpg);
                  background-position: center;
                  background-size: cover;    
                  max-width: 2560px;
                  height: 352px;
                  margin: 0 auto;
                }
              .foto_apertura h6{
                font-family: 'Roboto Slab', serif;
                text-align: left;
                font-size: 2rem;
                max-width: 350px;
                line-height: 2rem;
                color: #61687b;
                margin: 0 5%;
                padding: 40px 0 0 0; 
            }
        }