* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}




body {
    background-color: #90cbe5;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;


}



img {
    max-width: 100%;
    height: auto;
}

footer {
    background-color: #549cd9;
    color: white;
    text-align: center;
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding: 0.3rem;

}

a {
    text-decoration-line: none;
    color: black;
    color: #57a4e8
}

main {
    flex-grow: 1;
}

p.vermas {
    color: #3d91db;
    text-align: center
}


p.atras {

    padding: 0.4rem;
    padding-top: 2rem
}

/*==========================header navegador comun ======================*/




header {
    background-color: #2c90e5;
    padding-bottom: 0.625rem;
    display: flex;
    justify-content: space-around;
    padding-top: 0.4rem
}

header h1 a {
    text-align: center;
    color: black;
    font-weight: 100;
    text-decoration: none;
    margin-right: 4rem;

}

header h1 a span {

    color: white;
    font-weight: bold;

}

nav.menu label {
    background-color: #f2b34e;
    cursor: pointer;
    color: aliceblue;
    padding: 0.2rem;
    position: relative;
    z-index: 9999;
    margin: auto;
    margin-top: 0.5rem;

}

/*header.alquiler nav.menu label{
 
    margin-top: 2.5rem;
}*/

nav.menu ul {
    /* el menu sale del flujo de informaciones
    y se oculta a la derecha */
    position: fixed;
    list-style-type: none;
    left: 100%;
    top: 0;
    height: 100vh;
    z-index: 9991;
    padding-top: 3.1rem;
    transition: all .5s ease;
    background-color: #2c90e5;



}

nav.menu li {
    margin: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
}

nav.menu a {
    color: aliceblue;
    text-decoration: none;
    display: block;
    padding: ;


}

nav.menu a:hover {
    background-color: #e8f0f7;
    color: #415f79;


}

#menu-toggle:checked + #llamamenu + #ocultamenu + ul {
    /* el menú se muestra
    corriéndose a la izquierda*/
    left: 33.3%;
    transition: all .25s ease;
}

/*
header.alquiler #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
    /* el menú se muestra
    corriéndose a la izquierda*/
/* left: 40.3%;
    transition: all .25s ease;
}
*/

nav.menu [type="checkbox"]:not(:checked),
nav.menu [type="checkbox"]:checked {
    display: none;
}

/*se muestra*/
#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
}

/*se oculta*/
#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu {
    display: none;

}




/*============================ MQ nav y footer y slider ===============*/
@media (min-width: 400px) {

    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        /* el menú se muestra
    corriéndose a la izquierda*/
        left: 50%;
        transition: all .25s ease;
    }




}

@media (min-width: 534px) {

    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        /* el menú se muestra
    corriéndose a la izquierda*/
        left: 64%;
        transition: all .25s ease;
    }



    div.fotorama a {
        color: aliceblue;
        text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.96);
        display: block;
        text-align: center;
        padding-top: 30%;
        padding-bottom: 70%;
        height: 100%;
        font-size: 1.1rem;
        line-height: 2.5rem;
        margin-bottom: 12rem;
    }
}



@media (min-width: 743px) {

    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        /* el menú se muestra
    corriéndose a la izquierda*/
        left: 70%;
        transition: all .25s ease;
    }





}



@media (min-width: 53em) {

    /* se ocultan los "botones" que
    muestran o esconden el menu */
    #menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }



    #menu-toggle:not(:checked) + #llamamenu + #ocultamenu + ul,
    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        display: flex;
        flex-wrap: wrap;
        background: none;

        /* para que el menú vuelva al "fondo" */
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
    }


    nav.menu {

        display: flex;
        flex-direction: column;

    }

    nav.menu label {
        background-color: #74cbdb;
        cursor: pointer;
        color: aliceblue;
        padding: 0.2rem;
        position: fixed;
        z-index: 9999;
        margin-right: 12rem
    }


    nav.menu ul {
        /* el menu sale del flujo de informaciones
    y se oculta a la derecha */
        position: fixed;
        list-style-type: none;
        left: 100%;
        top: 0;
        height: 100vh;
        width: em;
        z-index: 9991;
        padding-top: 5em;
        transition: all .5s ease;
        background-color: #49cbe3;
        margin-right: rem
    }

    nav.menu li {
        display: flex;
        margin: 1rem;
        margin-top: 1rem;
    }

    nav.menu a {
        color: aliceblue;
        text-decoration: none;
        display: block;
        padding: ;
        font-size: 1rem;

    }




    footer {
        font-size: 0.8rem;
        background-color: #549cd9;
        color: white;
        text-align: center;
        line-height: 0.9rem;
        padding: 0.4rem;

    }


    div.fotorama a {
        color: aliceblue;
        text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.96);
        display: block;
        text-align: center;
        padding-top: 30%;
        padding-bottom: 70%;
        height: 100%;
        font-size: 1.7rem;
        line-height: 2.7rem;

    }


}



/*========================slider=====================*/

div.fotorama a {
    color: aliceblue;
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.96);
    display: block;
    text-align: center;
    padding-top: 24%;
    padding-bottom: 70%;
    height: 100%;
    line-height: 1.7rem;

}

div.fotorama {
    display: flex;
    justify-content: center;
    margin: auto;
    background-color: black
}

/*===============BIENVENIDXS====================*/

section.bienvenida {
    margin: 1.4rem;
    color: #0f0f0f;
    text-shadow: 0.1rem 0.1rem 0.3rem rgba(56, 53, 53, 0.19);

}


section.bienvenida h1 {
    margin-bottom: 1rem;
    color: #0f0f0f
}

section.bienvenida span {

    color: #ffffff
}



/*============== NOTICIAS INICIO ===============*/



section.info {
    background-color: white;
    padding: 1.5rem;
    margin: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.3rem rgba(56, 53, 53, 0.46)
}


article.noticia {
    border: solid;
    border-color: rgba(147, 150, 152, 0.64);
    border-width: 0.001rem;
    margin-top: 0.8rem;
    margin-bottom: 1.3rem;
    padding: 0.8rem
}

article.noticia h3 {
    font-size: 1.2rem;
    color: #f29931;
}


article.noticia figure {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}



article.noticia p {
    margin-bottom: 0.5rem;
    margin-top: 0.6rem;
    color: #0f0f0f;

}

article.noticia span {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 0.8rem;
    color: rgba(96, 98, 98, 0.44);
    margin-top: 0.4rem
}







/*===============    NOTICIAS     ==============*/


main.noticias {
    background-image: url(../img/noticiasfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

/*========= noticias individuales========*/

article.noticia h1 {
    font-size: 1.2rem;
    color: #f29931;
}



/*==== MQ noticias=======*/


@media (min-width: 75em) {}






/*====================== FONDOS NOVEDADES ==================*/

section.fondo h1 {
    font-size: 1.6rem;
    padding-top: 2rem;
    margin-bottom: 1rem
}

section.fondo p {
    font-size: 0.9rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    line-height: 1.5rem;

}

section.fondo h1,
section.fondo p {
    color: aliceblue;
    text-align: center;
    text-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.96);





}

section.fondo a {
    color: #ff8914;

}



/*===============   FONDO NOVEDADES VOLUNTARIOS==============*/



main.novedadesvoluntarios {
    background-image: url(../img/voluntariosfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;



}




/*============= NOVEDADES VOLUNTARIOS ========*/


main.novedadesvoluntarios span {
    font-size: 0.8rem;
    color: rgba(96, 98, 98, 0.44);
    margin-top: 0.4rem
}


.novedad {
    display: block;
    flex-wrap: wrap;
    border-bottom: solid;
    border-color: #939698;
    border-width: 0.001rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;



}



.novedad h3 {
    color: #f29931;
    margin-top: 0.5rem;

}

.novedad p {

    color: #000000;

}


.novedad span.mas {
    font-size: 0.7rem;
    color: #2c90e5;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.7rem;
}



/*============== BUSQUEDAS VOLUNTARIADO=========*/

h1.busquedas {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

section.links {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem;

}


section.links a {
    background-color: #ffffff;
    padding: 0.2rem;
    font-size: 0.8rem;
    border-radius: 0.2rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.38)
}



/*-------------Oferta (ejemplo de sonidista)---------------*/



main.oferta h1 {
    color: #f29931;
    text-align: center;
    margin-bottom: 1rem
}


main.oferta p {
    margin-top: 1rem
}







/*===========NOVEDADES ACTORES=============*/




main.novedadesactores {
    background-image: url(../img/actoresfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}


div.novactores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

div.actor {
    border: solid;
    border-width: 0.001rem;
    border-color: rgba(198, 198, 198, 0.5);
    margin: 0.44rem;
    max-width: 8.3rem;
    padding: 0.4rem
}

div.actor h3 {
    color: #f29931;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}


div.actor span {
    font-size: 0.8rem;
    color: rgba(96, 98, 98, 0.44);
    margin-top: 0.5rem;

}

div.actor p.edad {
    color: black;
    margin-bottom: 0.5rem
}

/*--======================================= CV ACTORES-==========================----*/


div.cv h2 {
    color: #f29931;
    text-align: center
}

div.cv h4 {
    margin-bottom: 0.6rem;
    margin-top: 1rem
}

div.cv ul {
    margin-left: 1rem
}

div.cv figure {
    margin-top: 1rem;
}


div.cv h5 {
    margin-top: 1rem
}








/*============= NOVEDADES SET/SALA ========*/

main.novedadesalquiler {
    background-image: url(../img/setfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;



}

div.novedad span {
    font-size: 0.8rem;
    color: rgba(96, 98, 98, 0.44);
    margin-top: 0.5rem;

}



main.novedadesalquiler h3 {
    margin-bottom: 0.6rem;
}

main.novedadesalquiler div.novedad {
    padding-bottom: 1rem;
}






/*==================== SET y SALA===============*/

main.alquiler button {
    background-color: white;
    padding: 0.4rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.45);
    margin: 2rem;
    margin-left: 4rem;
    border-radius: 0.2rem
}

main.alquiler select {
    background-color: white;

}

main.alquiler h1 {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 2rem
}

main.alquiler h2 {

    margin-top: 2rem;
    margin-bottom: 0.5rem
}

form h2 {
    
}


div.container {
    text-align: center;

}

div.container input {
    min-width: 15rem;
    min-height: 1.5rem;
    font-size: 1rem;
    font-weight: lighter;
    border-radius: 0.3rem
}

p.setosala {

    color: #898989;
    text-align: center;
    background-color: #ffffff;
    max-width: 20rem;
    margin: auto;
    border-radius: 0.3rem;
    padding: 0.4rem
}

p.setosala a {
    color: #e29133
}






/*===============  NOVEDADES  DIS     ==============*/



main.novedadesdis {
    background-image: url(../img/novedadesfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}



main.novedadesdis div.novedad p{
    margin-bottom: 1rem;
    margin-top: 0.8rem
    
}


div.actordis {
    display: flex;
    
}


div.actordis h3 {
    color: #f29931;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}


div.actordis span {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.44);
    margin-top: 1rem;

}

div.actordis a{
    display: block;
    margin-top: 1rem
}

div.actordis p.edad{
    color: black;
    margin-bottom: 1rem;
}

div.actordis figure{
    margin: 1rem
}





/*==============================INICIO SESION==============*/

div.iniciosesion {
    background-color: white;
    display: flex;
    flex-direction: column;
    margin: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 2rem;
    box-shadow: 0 0.1rem 0.3rem rgba(56, 53, 53, 0.46);
    border-radius: 1rem;
}


form.iniciosesion {
    display: flex;
    flex-direction: column;
    margin: 2rem;
}

form.iniciosesion input {
    margin-bottom: 1.6rem;
    margin-top: 0.3rem;
    box-shadow: -0.1rem 0.1rem 0.0rem rgba(56, 53, 53, 0.18)
}

form.iniciosesion input.enviar {
    background-color: #ffba00;

    padding: 0.5rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    color: aliceblue;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: center;
    display: block;
    justify-content: center;
    margin: auto;
}

input.popupmail {
    width: 15rem
}

#popup p {
    margin-bottom: 1rem;
}

main.iniciosesion h3 {
    font-size: 1rem
}

a.btn-abrir-popup {
    font-size: 0.7rem;
    text-align: center;
    margin-bottom: 1rem;

}


p.registro {
    font-size: 0.6rem;
    padding: 1rem
}


/*============== RECU CONTRA ============*/

main.recuperarcontra a.btn-abrir-popup {
    background-color: #f8b83e;
    margin-right: 5rem;
    margin-left: 5rem;
    color: aliceblue;
    padding: 0.5rem;
    box-shadow: 0 0.1rem 0.1rem rgba(96, 98, 98, 0.31)
}



/*========= PUBLICACION DE VOLUNTARIOS ==========*/

section.info input {
    box-shadow: 0 0.1rem 0.0rem rgba(56, 53, 53, 0.18);
    margin: 1rem
}

section.info textarea {
    box-shadow: -0 0.1rem 0.0rem rgba(56, 53, 53, 0.04);
    margin: auto;
    width: 18rem;
    height: 6rem
}


section.info button {
    font-size: 1rem;
    background-color: #eaa83f;
    color: white;
    border: solid;
    border-width: 0.001rem;
    padding: 0.5rem;
    display: block;
    justify-content: flex-end;
    margin: 1rem;
    margin-left: auto
}

main.oferta section.info span{
    font-size: 0.7rem
}


/*========= PUBLICACION DE CV ==========*/


