.elemento_1 {
    visibility: hidden;
    background-color: #353637;
    position: relative;
}

.elemento_2 {
    margin-top: 0px !important;
}

.activar {
    cursor: pointer;
    font-size: 1.2rem;
    font-family: Ubuntu;
    margin-bottom: 0.3125rem;
    color: #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

#foto1 {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.2;
    font-family: RalewayBold;
    cursor: pointer;
    color: #fff;
    width: 235px;
}

#foto1M {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.2;
    font-family: RalewayBold;
    cursor: pointer;
    color: #fff;
    width: 235px;
}

.activo-galeria {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.2;
    font-family: RalewayBold;
    cursor: pointer;
    color: #fff;
    width: 235px;
}

#foto-dia-mundano,
#foto-dia-mexico,
#foto-dia-economia,
#foto-dia-cyt,
#foto-dia-deportes,
#foto-dia-sofa {
    display: none;
}

#foto-dia-mundanoM,
#foto-dia-mexicoM,
#foto-dia-economiaM,
#foto-dia-cytM,
#foto-dia-deportesM,
#foto-dia-sofaM {
    display: none;
}

.cerrarslider {
    font-size: 40px;
    text-align: right;
    margin-top: 54px;
    cursor: pointer;
    padding: 15px;
    font-weight: bold;
    color: #ab183a;
    padding-right: 90px;
}

.imagen-foto-del-dia {
    margin-top: -56px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 100px;
}

.imagen-foto-del-dia img {
    margin-top: -55px;
    width: 500px;
}


/*.efecto:hover {
    transform: scale(1.0);
    border: 2px solid rgb(255, 0, 0);
}*/

.titulo-nota-foto-del-dia {
    position: absolute;
    color: #fff;
    font-family: Raleway, sans-serif;
    padding: 7px;
    font-size: 17px;
    margin-top: -37px;
    line-height: 1.4 !important;
    background: rgba(53, 54, 55, 0.75);
    letter-spacing: 1px;
    font-weight: 600;
}

.titulo-hover {
    display: none;
    margin-top: -83px;
}

.alinear {
    padding-right: 22px;
}

.titulo-nota-foto-del-dia:hover {
    transform: scale(1.0);
    /*margin-top: -10px;
    height: 120px;*/
    display: block;
    text-decoration: none;
    color: #fff !important;
}

.titulo-nota-foto-del-dia:hover+#texto-center {
    font-size: 10px;
    color: #fff !important;
}

.texto-excerpt {
    font-family: Raleway;
    line-height: 1.2;
    font-size: 12px;
    /*color: #fff0;*/
    display: none;
}

.link2,
.link3,
.link4,
.link5,
.link6,
.link7,
.link8 {
    display: block;
}

.link2M,
.link3M,
.link4M,
.link5M,
.link6M,
.link7M,
.link8M {
    display: block;
}


/*  nuevo header */

#header-principal {
    width: 100%;
}

.header-uno,
.header-dos,
.header-tres {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    cursor: pointer;
}

.header-uno,
.header-dos {
    border-right: 2px dotted #75898b;
    padding-right: 5px;
}

.header-tres {
    background: #F6FCC0;
}

.titulo-nota-carousel {
    width: 100%;
    margin-right: 10px;
    line-height: 1.1 !important;
}

@media screen and (max-width: 980px) {
    .elemento_1 {
        margin-top: 125px;
    }
    .elemento_2 {
        margin-top: 0px !important;
    }
    #slide_nav {
        background-color: #353637;
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: white;
        font-family: helvetica;
        font-size: 25px;
        padding-left: 10px;
        box-sizing: border-box;
        padding-bottom: 65px;
        margin-left: 32px;
    }
    #slide_nav_button {
        cursor: pointer;
        float: right;
        margin-top: -75px;
        margin-right: 41px;
    }
    ul {
        display: none;
        padding: 0px;
        margin: 0px;
        width: 250px;
        height: 60%;
        background-color: #2E2E2E;
        position: absolute;
        box-shadow: inset 0px 0px 50px 0px #6E6E6E;
        z-index: 999;
    }
    #slide_menu li {
        border-bottom: 1px solid #424242;
        margin-left: 20px;
    }
    #slide_menu li:hover {
        width: 201px;
        background-color: #2E2E2E;
        box-shadow: inset 0px 0px 50px 0px #848484;
        -webkit-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    #slide_menu li a {
        height: 50px;
        line-height: 50px;
        display: block;
        color: silver;
        text-decoration: none;
        font-size: 18px;
        font-family: helvetica;
        padding-left: 10px;
    }
    #slide_menu li:hover a {
        padding-left: 25px;
        color: white;
        -webkit-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    #cerrarslider {
        color: #FFFF3F;
        margin-left: 300px;
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 22px;
        width: 39px;
        cursor: pointer;
        padding: 10px;
        background: none;
    }
    #titulo {
        padding: 1rem 0;
        font-size: 1.2em;
        text-align: left;
        font-family: RalewayBold;
    }
    #tituloM {
        padding: 1rem 0;
        font-size: 1.2em;
        text-align: left;
        font-family: RalewayBold;
    }
    /*  estilos css header */
    .header-movil {
        float: left;
        width: 49%;
    }
    #header-principal {
        margin-bottom: 15px;
    }
    .titulo-nota-carousel {
        font-size: 10px !important;
        width: 95%;
    }
    .titulo-nota-foto-del-dia {
        margin-top: -78px;
        font-size: 14px;
        line-height: 1.3 !important;
        padding-right: 20px;
        position: absolute;
        bottom: 0;
        margin-bottom: 10px;
    }
    #foto1 {
        font-size: 1.2rem;
    }
    #foto1M {
        font-size: 1.2rem;
    }
}


/*  seccion foto del dia celular */

.fotodeldiaMovil {
    height: 200px !important;
    width: 100%;
}

#slider2,
#slider3 {
    visibility: hidden;
}

#slider2 {
    margin-top: -215px;
}

#slider3 {
    margin-top: -220px;
}