@charset "utf-8";

* {
    font-family: fira sans;
    margin: 0em;
}

html {
    background: #8fabe1;
    width: 100%;
}

.titulo {
    background: #d9595e;
    text-align: center;
    padding: 5%;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 3rem;
    color: white;
    letter-spacing: 12px;
    margin-bottom: 1rem;
}

h3 {
    color: #3d446d;
    letter-spacing: 2px;
}

header {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

#inicionormal {
    background: #3d446d;
    background-image: url("../imagenes/inicio-fondo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 51% 51%;
    padding: 30px;
}

#inicionormal a {
    text-decoration: none;
    color: #f9efdc;
}

#inicionormal a:hover {
    text-decoration-line: underline;
    text-decoration-color: #d9595e;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}

#inicioactual {
    background: #3d446d;
    background-image: url("../imagenes/inicio-fondo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 51% 51%;
    padding: 30px;
}

#inicioactual a {
    color: #f9efdc;
    text-decoration-line: underline;
    text-decoration-color: #d9595e;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}

.triada {
    background: #ed945f;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.triada a.centro {
    padding: 30px;
    background: #edbc5f;
}

.triada a.lado {
    padding: 30px;
}

.triada a {
    text-decoration: none;
    color: #3d446d;
}

.triada a:hover {
    text-decoration-line: underline;
    text-decoration-color: #8fe1c9;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}

.triada a#actual3 {
    text-decoration-line: underline;
    text-decoration-color: #8fe1c9;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}

.dupla {
    background: #8fe1c9;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.dupla a {
    text-decoration: none;
    color: #3d446d;
    padding: 30px;
}

.dupla a:hover {
    text-decoration-line: underline;
    text-decoration-color: #ed945f;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}

.dupla a.actual2 {
    text-decoration-line: underline;
    text-decoration-color: #ed945f;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}

main {
    background: #f9efdc;
    padding: 50px;
    margin: 50px;
    height: auto;
    overflow: hidden;
}

h2 {
    color: #d9595e;
    padding-bottom: 30px;
}

p {
    color: #3d446d;
}

/* arreglo para noticia*/

.slider {
    max-width: 100%;
    height: 40rem;
    position: relative;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
}

.slide img {
    border-radius: .25em;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top 25%;
}

.noticias figcaption {
    background: #3d446d;
    padding: 1em;
    text-transform: uppercase;
    position: absolute;
    inset: auto 1em 1em 1em;
    display: grid;
    grid-template-rows: auto 4rem auto;
    gap: .5em;
    line-height: 1em;
    inset: 0;
    transform: translateY(calc(100% - 5em));
    transition: all .6s ease;
}

.noticias figure:hover figcaption {
    transition: all .3s ease;
    transform: translateY(calc(65%));
    display: grid;
    text-align: flex-start;
    place-items: flex-start;
    place-content: flex-start;
    padding-inline: 2em;
}

.slide figcaption a {
    display: block;
    background-color: #ed945f;
    color: #3d446d;
    padding: 10px;
}

span.not {
    display: block;
    color: #f9efdc;
    text-transform: none;
    padding-top: 20px;
    font-size: 20px;
    line-height: 30px;
}

.slide figcaption h4 {
    color: #edbc5f;
    display: block;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.slide a {
    border-radius: 10px;
    text-decoration: none;
    justify-self: end;
}

.slide a:hover {
    background: #8fe1c9;
    color: #3d446d;
    box-shadow: 0 .25em .25em hsl(0 0% 0% / 0.25);
}

.btn {
    position: absolute;
    z-index: 10;
    top: 1em;
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: #3d446db6;
    color: white;
    font-size: 1.1em;
    opacity: .75;
}

.btn:active,
.btn:hover {
    opacity: .9;
    border: solid 1px white;
}

.btn-prev {
    left: calc(100% - 6.25em);
}

.btn-prox {
    right: 1em;
}

/* fin de arreglo para noticia*/

img#priteatro {
    max-width: 50%;
    float: right;
    padding-left: 40px;
    padding-bottom: 10px;
}

img#priacumar {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    max-width: 100%;
}

img#priquinquela {
    max-width: 50%;
    float: right;
    padding-left: 40px;
    padding-bottom: 10px;
}

img#pritango {
    max-width: 50%;
    float: right;
    padding-left: 40px;
    padding-bottom: 10px;
}

img#shows {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 50px;
}

#retro {
    text-decoration: none;
    color: #3d446d;
    background: #ed945f;
    text-align: center;
    padding: 20px;
}

.redireccion {
    padding-top: 3rem;
}

.pac {
    color: #c40f15;
    text-decoration: none;
}

.pac:hover {
    text-decoration-line: underline;
    text-decoration-color: #d9595e;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

#botonacumar {
    text-decoration: none;
    background: #3d446d;
    color: #f9efdc;
    padding: 15px;
}

/*contenido de recorrido*/

.recorrido {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 0em 0em;
}

.webs {
    background-color: hsl(231, 28%, 33%, 0.8);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 10em;
    height: 10em;
    border-start-start-radius: .25em;
    border-start-end-radius: .25em;
}

.webs img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: top 2%;
    border-radius: .25em;
}

.webs a {
    display: block;
    color: #edbc5f;
    padding: 1em;
    text-decoration: none;
    text-align: center;
}

.webs a:hover {
    color: #f9efdc;
}

.todaswebs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em;
    padding: 1em 0.2em 0em;
}

.recorridoweb {
    color: #d9595e;
    padding: 1em 0em 0em;
}

#infoconjunto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3em;
    padding: 1em 5em 1em em;
}

#infoconjunto h2 {
    display: inline-block;
    width: 100%;
}

.informacion {
    display: flex;
    align-items: center;
    gap: 0.3em;
}

.informacion img {
    width: 2em;
}

.informacion p,
a {
    text-decoration: none;
    color: #3d446d;
}

/* fin de contenido de recorrido*/

/*apartado de funciones*/

.funciones {
    background-color: #8fe1c9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    width: 19em;
}

.funciones img {
    width: 100%;
    height: 40%;
    object-fit: cover;
}

.funciones span {
    color: #3d446d;
    display: block;
    padding: 1em 1em 1em;
}

.funciones p {
    color: #d9595e;
    display: inline;
    width: 100%;
    padding: 0.8em 0.7em 1em;
    font-size: 1.7rem;
}

.funciones a {
    display: block;
    margin-block-start: .5em;
    background-color: #d9595e;
    color: #f9efdc;
    padding: 0.5em;
    margin: 1em;
}

.funciones a:hover {
    background-color: #edbc5f;
    box-shadow: 0 .25em .25em hsl(0 0% 0% / 0.25);
    color: #3d446d;
}

.todasfunciones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}

/* fin de apartado de funciones*/

/* sector de boleteria*/

a.b {
    color: #d9595e;
}

a.b:hover {
    color: #3d446d;
}

.boleteria img {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* fin sector de boleteria*/

footer {
    background: #edbc5f;
    text-align: center;
    color: #3d446d;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 0px;
}

/*

#d9595e - rojo
#8fabe1 - celeste
#3d446d - azul
#edbc5f - amarillo
#ed945f - naranja
#8fe1c9 - verde
#f9efdc - crema

*/

@media (max-width: 980px) {

    main {
        margin: 10px 50px 10px 50px;
    }

    .triada {
        width: 100%;
        display: grid;
    }

    .triada a {
        font-size: small;
    }

    .triada a.lado {
        padding: 18px 12px 18px 12px;
    }

    .triada a.centro {
        padding: 18px 12px 18px 12px;
    }

    header nav {
        background: #8fe1c9;
        height: 2rem;
        padding: 10px 20px 10px 20px;
    }

    .menu-ham {
        transition: all 0.3s ease-out;
        background: #8fe1c9;
    }

    .btn-linea {
        width: 25px;
        height: 3px;
        margin: 5px;
        background-color: #3d446d;
        transition: all 0.3s ease-out;
        z-index: 20;
    }

    .menuVisible .menu-ham .btn-linea {
        transform: rotate(180deg);
    }

    .menuVisible .menu-ham .btn-linea:nth-child(1) {
        transform: rotate(45deg) translate(4px, 6px);
    }

    .menuVisible .menu-ham .btn-linea:nth-child(2) {
        opacity: 0;
    }

    .menuVisible .menu-ham .btn-linea:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -6px);
    }


    /* menú propiamente dicho */

    .dupla {
        background: #8fe1c9;
        display: flex;
        flex-direction: column;
    }

    .dupla {
        opacity: 0;
        visibility: hidden;
    }

    /* el menu cuando "nav" tiene la clase "menuVisible" */
    .menuVisible .dupla {

        display: grid;
        grid-template-columns: 130px 130px;

        box-shadow: 2px 2px 2px 2px #3d446d63;

        z-index: 90;
        background: #8fe1c9;
        position: absolute;

        visibility: visible;
        opacity: 100%;
        transition: all .5s .2s ease;
        /* anima cuando "nav" tiene la clase "menuVisible" */
    }

    /* cada vínculo del menu */
    .menuVisible .dupla a {
        color: #3d446d;
        font-size: 1rem;
        text-align: center;
    }

    .menuVisible .dupla a:hover {
        transition: all .3s;
    }

    /*fin hambuguesa*/

    img#priteatro {
        max-width: 100%;
        padding-bottom: 30px;
    }

    img#shows {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .todasfunciones {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1em;
    }

    /* arreglo para noticia*/

    .slider {
        width: 100%;
        height: (40vh, 400px);
        position: relative;
        overflow: hidden;
        transition: all 0.5s;
    }

    section.fotosquinquela div.slider img {
        border-radius: .25em;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.fotosquinquela div.slider {
        height: 400px;
    }

    .slide img {
        border-radius: .25em;
        width: 100%;
        height: 48%;
        object-fit: cover;
    }

    .noticias figcaption {
        padding: 1em;
        display: flex;
        transition: all .6s ease;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: wrap;
        transform: translateY(45%);
    }

    .noticias figure:hover figcaption {
        padding: 1em;
        display: flex;
        transition: all .6s ease;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: wrap;
        transform: translateY(45%);
    }

    .slide a {
        border-radius: 2em;
        text-decoration: none;
    }

    .slide figcaption h4 {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 0px;
        line-height: 30px;
    }

    span.not {
        display: flex;
    }


    /* fin de arreglo para noticia*/

}

@media (max-width: 400px) {
    .menuVisible .dupla {
        grid-template-columns: 100px 100px;
        grid-template-rows: 60px 60px;
    }

    .menuVisible .dupla a {
        font-size: 11px;
        padding: 20px;
    }

}