/* COMUNES ************************************************************************************************************/

html{
    font-family: 'Work Sans', sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(30,30,30);
    font-weight: 300;
    min-width: 430px;
}

*{
    margin: 0;
    padding: 0;
}

.sinpadding{
    padding: 0;
}

.sinmargin{
    margin: 0;
}

body{
    max-width: 2600px;
    min-width: 375px;
    margin: 0 auto;
}

a,
a:hover,
a:focus{
    color: rgb(30,30,30);
    text-decoration: none;
}

strong,
b{
    font-weight: 400;
}

.derecha{
    text-align: right;
}

/* COLORES ************************************************************************************************************/

.fundacion{
    color: rgb(30,30,30);
}

.osc{
    color: rgb(31,133,87);
}

.celeste21{
    color: rgb(183, 156, 90);
}

.celeste-classic{
    color: rgb(60,60,60);
}

.ofmj{
    color: rgb(227, 53, 33);
}

.orfeon-chamartin{
    color: rgb(0,135,173);
}

.tienda
.contacto{
    color: rgb(150,100,190);
}

.grupos-rock{
    color: rgb(227, 53, 33);
}

/* FONDOS *************************************************************************************************************/

.fondo-fundacion{
    background-color: rgb(30,30,30);
}

footer.fondo-fundacion{
    background-color: rgba(30,30,30,0.5);
}

.fondo-osc{
    background-color: rgb(31,133,87);
}

footer.fondo-osc{
    background-color: rgba(31,133,87,0.7);
}

.fondo-celeste,
.fondo-celeste21{
    background-color: rgb(183, 156, 90);
}

footer.fondo-celeste,
footer.fondo-celeste21{
    background-color: rgba(183, 156, 90, 0.7);
}

.fondo-ofmj{
    background-color: rgb(227, 53, 33);
}

footer.fondo-ofmj{
    background-color: rgba(227, 53, 33, 0.7);
}

.fondo-celesteclassic,
.fondo-celeste-classic{
    background-color: rgb(180,180,180);
}

footer.fondo-celesteclassic,
footer.fondo-celeste-classic{
    background-color: rgba(180,180,180,0.7);
}

.fondo-orfeon,
.fondo-orfeon-chamartin{
    background-color: rgb(0,135,173);
}

footer.fondo-orfeon,
footer.fondo-orfeon-chamartin{
    background-color: rgba(0,135,173,0.7);
}

.fondo-tienda,
.fondo-contacto{
    background-color: rgb(150,100,190);
}

footer.fondo-tienda,
footer.fondo-contacto{
    background-color: rgba(150,100,190,0.7);
}

.fondo-foscrock,
.fondo-grupos-rock{
    background-color: rgb(227, 53, 33);
}

footer.fondo-foscrock,
footer.fondo-grupos-rock{
    background-color: rgba(227, 53, 33, 0.8);
}

/* HEADER *************************************************************************************************************/

header{
    text-align: center;
    height: 14.6em;
}

header.fundacion{
    background-image: url('../img/fondos/fondo_fundacion.svg');
}

header.osc{
    background-image: url('../img/fondos/fondo_osc.svg');
}

header.celeste{
    background-image: url('../img/fondos/fondo_celeste.svg');
}

header.ofmj{
    background-image: url('../img/fondos/fondo_ofmj.svg');
}

header.orfeon{
    background-image: url('../img/fondos/fondo_orfeon.svg');
}

header.tienda{
    background-image: url('../img/fondos/fondo_tienda.svg');
}

header.foscrock{
    background-image: url('../img/fondos/fondo_foscrock.svg');
}

header.contacto{
    background-image: url('../img/fondos/fondo_fundacion.svg');
}

header.celesteclassic{
    background-image: url('../img/fondos/fondo_celesteclassic.svg');
}

header .logo_texto{
    position: absolute;
    top: 1em;
    left: 1em;
}

header .logo{
    margin: 2em 0;
}


header .xxv{
    height: 96px;
}

header .pepatona{
    position: absolute;
    width: 6em;
    right: 4em;
    top: 2em;
}

@media (max-width: 992px){
    header{
        height: 14.2em;
    }
}

/* HEADER MINI ********************************************************************************************************/

header.mini{
    text-align: center;
    position: fixed;
    top: 0;
    height: 2.87em;
    z-index: 1000;
    padding: 0;
    display: none;
}

header.mini .logo{
    width: 4em;
    height: auto;
    display: inline-block;
    margin: -0.5em 0.5em 0  0;
}


header.mini .xxv,
header.mini.foscrock img{
    width: 2.3em;
    margin: -0.5em 0.5em 0  0;
}

@media (max-width: 767.98px){
    header.mini{
        height: 2.95em;
    }
    header.mini .logo{
        width: 3em;
        margin: -0.3em 0.5em 0 0;
    }
    header.mini .xxv,
    header.mini.foscrock img{
        width: 2.1em;
        margin: -0.3em 0.5em 0 0;
    }
}

@media (max-width: 575.98px){
    header.mini{
        height: 5em;
        text-align: center;

    }
    header.mini > a{
        display: block;
        margin: 0.5em 0;
    }
    header.mini .logo{
        width: 3em;
        margin: 0;
    }
    header.mini .xxv,
    header.mini.foscrock img{
        width: 2.1em;
        margin: 0;
    }
}


/* NAV ****************************************************************************************************************/

nav{
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 1.6em;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline-block;
    padding: 0.5em;
    text-align: center;

}

nav ul li a{
    color: #FFF;
}

nav ul li a:hover{
    cursor: pointer;
    text-decoration: none;
}

nav ul li.fundacion{
    background-color: rgb(30,30,30);
}

nav ul li.fundacion a:hover{
    color: #CCC;
}

nav ul li.osc{
    background-color: rgb(31,133,87);
}

nav ul li.celeste21{
    background-color: rgb(183, 156, 90);
}

nav ul li.celeste-classic{
    background-color: rgb(200,200,200);
}

nav ul li.ofmj{
    background-color: rgb(227, 53, 33);
}

nav ul li.orfeon-chamartin{
    background-color: rgb(0,135,173);
}

nav ul li.grupos-rock{
    background-color: rgb(227, 53, 33);
}

nav ul li ul.dropdown-menu{
    background-color: rgb(30,30,30);
    padding: 0.5em 0 0 0;
    margin: -0.08em 0 0 0;
    border: none;
    text-align: left;
    font-size: 0.9em;
    border-radius: 0;
}

nav ul li ul.dropdown-menu li{
    padding: 0.4em 0 0.4em 0;
    text-align: left;
    border-bottom: 1px solid #333;
    width: 15em;
}

nav ul li ul.dropdown-menu li a{
    color: #FFF;
    font-weight: 200;
}

nav ul li ul.dropdown-menu li:last-child a{
    border-bottom: none;
}

nav ul li ul.dropdown-menu li a:hover{
    background-color: rgb(30,30,30);
    color: #CCC;
}

@media (max-width: 991.98px){
    nav{
        font-size: 1.4em;
    }
}

/* NAV MINI ***********************************************************************************************************/

header.mini nav{
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.08em;
    display: inline-block;
    margin: 0;
}

header.mini nav ul li{
    padding: 0.2em 0.5em 0.3em 0.5em;
}


header.mini nav ul li.iconos{
    padding: 0 0 0.5em 1em;
    border-bottom: 1px solid #333;
    display: block;
}

header.mini nav ul li.iconos a{
    display: inline-block;
    padding: 0 0.5em 0 0;
    border: none;
}

header.mini nav ul li.iconos img{
    width: 2em;
}

header.mini nav ul li ul.dropdown-menu li{
    width: 18em;
}

@media (max-width: 767.98px){
    header.mini nav{
        font-size: 1.3em;
    }
    header.mini nav ul li{
        padding: 0.4em 0.5em 0.5em 0.5em;
    }
    header.mini nav ul li.iconos img{
        width: 2.9em;
    }

    header.mini nav ul li ul.dropdown-menu li{
        width: 23.5em;
        font-size: 1em;
    }
}

@media (max-width: 575.98px){
    header.mini nav{
        display: block;
        margin: 0;
        font-size: 1.1em;+width: 100%;
    }
    header.mini nav ul li{
        width: 14.28%;
    }
    header.mini nav ul li:nth-child(2),
    header.mini nav ul li:nth-child(3){
        width: 11.28%;
    }
    header.mini nav ul li:nth-child(5),
    header.mini nav ul li:nth-child(6){
        width: 17.28%;
    }
    header.mini nav ul li:last-child a{
        padding-right: 0;
    }
    header.mini nav ul li.iconos img {
        width: 2.9em;
    }

    header.mini nav ul li ul.dropdown-menu{
        margin-top: 0.01em;
    }

    header.mini nav ul li ul.dropdown-menu li{
        font-size: 1.28em;
    }

}

/* SLIDER *************************************************************************************************************/

.slider {
    width: 100%;
    height: 540px;
}

.slider .caja{
    color: #fff;
    height: 540px;
    width: 250px;
    padding: 1em;
    margin: 0 0 0 50px;
    opacity: 0.9;
}

.slider .caja img{
    margin-top: 100%;
    width: 10em;
}

.slider .caja .titulo{
    font-size: 2em;
}

.slider .caja .subtitulo{
    font-size: 1.2em;
}

.slider a{
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1024px){
    .slider {
        height: 420px;
    }
    .slider .caja img{
        margin-top: 60%;
        width: 8em;
    }
    .slider .caja .titulo{
        font-size: 1.6em;
    }

    .slider .caja .subtitulo{
        font-size: 1em;
    }
}

/* CAJA ICONOS ********************************************************************************************************/


.caja_iconos{
    text-align: center;
    padding: 2em 1em;
    font-size: 1.3em;
}

.caja_iconos a{
    color: rgb(30,30,30);
}

.iconos img{
    width: 4em;
}

@media (max-width: 767.98px){
    .caja_iconos{
        display: block;
        margin: 5em 0 7em 0;
        font-size: 1em;
        padding: 0;
    }
    .iconos img{
        width: 4em;
    }

}

@media (max-width: 575.98px){
    .caja_iconos{
        margin: 9em 0 6em 0;
        font-size: 0.8em;
    }
    .iconos img{
        width: 3.2em;
    }

}

/* CONTENIDO **********************************************************************************************************/

.contenido{
    padding: 0 0.5em;
}

/* MIGAS Y TÍTULO *****************************************************************************************************/

.migas{
    color: #AAA;

}

h1{
    margin: 0.25em 0 0.5em 0;
    padding: 0 0 0.1em 0;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    font-size: 3em;
}

@media (max-width: 767.98px){
    h1{
        font-size: 2.5em;
    }
}

/* CAJA PATROCINADORES ********************************************************************************************************/

.patrocinadores{
    text-align: center;
    margin: 2rem 0;
    padding: 0;
    height: 8rem;
}

.patrocinadores h3{
    font-weight: 300;
    font-size: 1.5em;
    margin: 1em 0 2em 0;
}


.patrocinadores div a:nth-child(1) img{
    width: 10em;
    padding: 1em 0 0 0;
}

.patrocinadores div a:nth-child(2) img{
    width: 5em;
}

.patrocinadores div a:nth-child(3) img{
    width: 12em;
    padding: 2em 0 0 0;
}

@media (max-width: 767.98px){
    .patrocinadores h3{
        font-size: 1.3em;
        margin: 0 0 2em 0;
    }
    .patrocinadores div a:nth-child(1) img{
        width: 5em;
        padding: 0.5em 0 0 0;
    }

    .patrocinadores div a:nth-child(2) img{
        width: 2.5em;
    }

    .patrocinadores div a:nth-child(3) img{
        width: 6em;
        padding: 1em 0 0 0;
    }
}

/* FOOTER *************************************************************************************************************/

footer{
    color: #FFF;
    padding: 1em 0 0 0;
    text-align: center;
    font-size: 1.2em;
}

footer p{
    margin: 1em 0;
}

footer a{
    color: #FFF;
    font-weight: 400;
}

footer a:hover{
    color: #FFF;
}

footer img{
    padding: 0.5em;
}

@media (max-width: 767.98px){
    footer{
        font-size: 1em;
    }
    footer img{
        width: 2.8em;
        padding: 0.25em;
    }
}


/* ÍTEMS LISTADO ******************************************************************************************************/

.item{
    padding: 0.5em 0 2em 0;
    height: 32em;
}

.item div{
    padding: 0;
}

.item div:first-child{
    overflow: hidden;
}

.item div:first-child img{
    width: 100%;
    border-radius: 1em 0.2em 1em 0.2em;
}

.item h2{
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0.5em 0.5em 0.5em;
    font-size: 2em;
}

.item p{
    padding: 0 0.8em;
    font-size: 1.3em;
    color: #777;
}

.item p.info{
    padding: 0 0.8em;
    color: rgb(219,150,0);
}

.item:hover p{
    color: rgb(30,30,30);
}

.item:hover p.info{
    color: rgb(219,150,0);
    font-weight: 400;
}

@media (max-width: 1600px){
    .item{
        height: 26em;
    }
}

@media (max-width: 991.98px){
    .item{
        height: 26em;
    }
}

@media (max-width: 767.98px){
    .item{
        height: auto;
    }
    .item h2{
        font-size: 1.6em;
    }
    .item p{
        font-size: 1.1em;
    }
}

/* SECCIONES ******************************************************************************************************/

.seccion{
    padding: 0 0 1em 0;
}

.seccion p{
    font-size: 1.3em;
    margin-bottom: 1em;
}

.seccion p img{
    padding: 0.5em 0;
    max-width: 100%;
}

.seccion p img.note-float-left,
.seccion h2 img.note-float-left{
    padding: 0 1em 1em 0;
}

.seccion p.archivo a span{
    padding: 0 0 0 1em;
}

.seccion p.archivo a:hover span{
    text-decoration: underline;
}

.seccion ul{
    font-size: 1.3em;
    padding-left: 2em;
}

/* EVENTO ******************************************************************************************************/

.rrss{
    float: right;
    line-height: 0.9em;
}

.rrss a img{
    width: 1em;
}

.img_principal{
    padding: 3em 0;
}

.img_principal img{
    width: 100%;
    border-radius: 2em 0.5em 2em 0.5em;
}

.evento{
    padding: 3em 0 3em 2em;
}

.evento .fecha{
    color: #777;
}

.evento p,
.archivo{
    font-size: 1.3em;
}

.evento .archivo span{
    padding-left: 1em;
}

@media (max-width: 767.98px){

    .evento h1{
        margin-bottom: 0.5em;
    }
    .evento .fecha{
        text-align: right;
        margin-bottom: 2em;
    }
    .rrss{
        line-height: 2em;
        float: left;
    }
    .img_principal{
        padding: 1em 0;
    }
    .evento{
        padding: 1em 0;
    }
    .archivo img{
        width: 3em;
    }
}

.evento p a{
    text-decoration: underline;
}

/* CONTACTO ******************************************************************************************************/

.seccion.contacto{
    font-size: 1.5em;
}

.seccion.contacto img{
    width: 4em;
    margin: 1em 1em 1em 0;
}

.seccion.contacto form{
    margin: 0 0 2em 0;
}

.seccion.contacto form label{
    font-weight: 300;
    text-align: right;
    padding: 0 1em 0 0;
    width: 35%;
}

.seccion.contacto form input[type=text],
.seccion.contacto form input[type=email]{
    width: 25em;
    margin: 2em 0 0 0;
    border: 1px solid #ccc;
    outline: none;
}

.seccion.contacto form textarea{
    width: 25em;
    margin: 2em 0 0 0;
    border: 1px solid #ccc;
    resize: none;
    outline: none;
}

.seccion.contacto form input[type=text]:focus,
.seccion.contacto form input[type=email]:focus,
.seccion.contacto form textarea:focus{
    border: 1px solid rgb(150,100,190);
    background-color: transparent;
}

.seccion.contacto form input[type=submit]{
    width: 25em;
    margin: 2em 0 0 0;
    border: 1px solid #ccc;
    outline: none;
    background-color: #eee;
    font-weight: 300;
}

.seccion.contacto form input[type=submit]:focus,
.seccion.contacto form input[type=submit]:hover{
    border: 1px solid rgb(150,100,190);
    background-color: rgb(150,100,190);
    color: #FFF;
}

.alerta{
    padding: 1em;
    cursor: pointer;
}

.seccion.contacto .input-error{
    background-color: rgba(255, 0, 0, 0.1);
}

.seccion.contacto form ul{
    list-style: none;
    color: #F00;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    position: absolute;
    left: 35%;
}

@media (max-width: 991.98px){
    .seccion.contacto form label{
        text-align: left;
        padding: 0;
        width: 100%;
        margin: 2em 0 0 0;
    }

    .seccion.contacto form input[type=text],
    .seccion.contacto form input[type=email],
    .seccion.contacto form textarea,
    .seccion.contacto form input[type=submit]{
        width: 100%;
        margin: 0;
    }
    .seccion.contacto form ul{
        left: 0;
    }

}

@media (max-width: 767.98px){
    .seccion.contacto{
        font-size: 1.3em;
    }

    .seccion.contacto img{
        width: 3em;
        margin: 1em 1em 1em 0;
    }
}

/* XXV ANIVERSARIO ******************************************************************************************************/

.seccion.xxv-aniversario h2{
    margin-bottom: 1em;
}

.seccion.xxv-aniversario ul.indice li:hover{
    cursor: pointer;
    color: rgb(31,133,87);
}

.seccion.xxv-aniversario p img.izquierda-25{
    float: left;
    width: 25%;
    padding: 0 1em 1em 0;
}

iframe{
    max-width: 100%;
}

/* SUBIR ******************************************************************************************************/

.subir{
    position: fixed;
    bottom: 2em;
    right: 2em;
    width: 3em;
    float: right;
    z-index: 100000;
    cursor: pointer;
    display: none;
}

/* CALENDARIO ******************************************************************************************************/

.item_calendario{
    height: 7em;
    margin: 0.5%;
    width: 13%;
    padding: 0.5em;
    font-weight: 200;
    float: left;
}

@media (max-width: 991.98px){
    .item_calendario{
        font-size: 0.9em;
    }
}

@media (max-width: 767.98px){
    .item_calendario{
        font-size: 1em;
        width: 100%;
        height: 5em;
    }
    .item_calendario.vacio{
        display: none;
    }
}

.item_calendario strong{
    font-weight: 400;
}

.borde{
    border: 1px solid #000;
}

.pasado,
.vacio{
    background-color: #faebcc;

}

.futuro{
    background-color: #bee3c8;
}

.nolectivo{
    background-color: #f5b4be;
}



