h1 {
    color: rgb(0, 0, 0);
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    margin-block-end: 20px;
}

h2,
h3 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-size: 1em;
}

h2 {
    Text-decoration: underline margin-block-end 1em;
}

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

html {
    height: -webkit-fill-available;
    background-color: rgb(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {

    *,
    ::before,
    ::after {
        animation-delay: -1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
}

a {
    text-decoration: none;
    color: black;
}

.contenedor {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 1.5rem;
}

header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 1rem;
    top: calc(100% + 4rem);
    z-index: 9999;
    transition: all .5s ease;
    padding-right: 3rem;
    padding-top: 10rem;
}

.menuVisible ul {
    visibility: visible;
    opacity: 100%;
    transition: all .5s .2s ease;
}

header nav ul li {
    display: flex;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding-block: 0;
    padding-inline: 0;
    border-radius: 0;
    gap: 0.5em;
}

header,
footer {
    background-color: #eee;
    color: rgb(0, 0, 0);
}

header nav a {
    display: block;
    color: rgb(255, 255, 255);
    width: min(47vw, 15rem);
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    font-size: 1.5rem;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    border-bottom: solid 4px rgb(139, 200, 246);
    justify-content: center;
}

.activo {
    display: block;
    color: rgb(255, 255, 255);
    width: min(47vw, 15rem);
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    font-size: 1.5rem;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    border-bottom: solid 4px hsl(21 63% 60%);
    justify-content: center;
}

.menu {
    width: 5em;
    aspect-ratio: 7;
}

header nav a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(111, 165, 206);
    border: solid 3px rgb(255, 255, 255);
    transition: all .3s;
}

header #logoacumar {
    width: 7em;
    display: block;
    position: relative;
    z-index: 9999;

}

header {
    box-shadow: 0 4px 2px hsl(0 0% 0% / 0.25);
    position: sticky;
    top: 0;
    z-index: 8000;
}

nav {
    position: relative;
}

.menu-btn,
.menu-fondo {
    padding: .75rem;
    width: 3rem;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: fixed;
    top: 2.3em;
    right: 2.5em;
    z-index: 9000;
}

.menu-btn .btn-linea {
    width: 25px;
    height: 3px;
    margin: 4px 0 4px 0;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 9000;
}

.menu-fondo {
    background: rgb(111, 165, 206);
    box-shadow: -5px 5px 5px hsl(180 100% 4% / 0.2);
    z-index: 8000;
}

.menuVisible .menu-fondo {
    background: hsl(206 49% 62% / 0.95);
    width: 322vw;
    inset: -100vw -100vw auto auto;
}

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

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

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

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

.contenedorBread {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: row;
    list-style: none;
    padding-top: 1rem;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: rgb(218, 134, 90);
    content: "\002F";
}

ul.breadcrumb li a {
    color: rgb(111, 165, 206);
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: rgb(111, 165, 206);
    text-decoration: underline;
}

body {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}


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

main {
    background-color: rgb(255, 255, 255);
    flex-grow: 2;
}



article {
    margin: 0;
    padding: 0;
}

article section {
    margin: 0;
}

.contenedorDos {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    border-top: 16px rgb(255, 255, 255) solid;
    background-color: rgb(111, 172, 165);
    border-bottom: 16px rgb(255, 255, 255) solid;
    gap: 1em;

}

.teatro p {
    line-height: 2em;
}

.foto div img {
    display: flex;
    flex-direction: column-reverse;
}

.teatroimg {
    max-width: 24em;
}


.info ul li a img {
    width: 100%;
}

.info ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contenedorTres {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(197, 115, 96);
    border-bottom: 16px rgb(255, 255, 255) solid;
}

.ubicacion {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 0.5em;
    background-color: rgb(255, 227, 86);
    border-bottom: 16px rgb(255, 255, 255) solid;

}

.ubicacion div {
    height: 2rem;
}

.teatroUno h4 {
    color: white;
}

.ubicacion iframe {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    padding: 0.5em;
    margin: auto;
}

.contenedorTres h2 {
    margin-block-end: 1em;
}

.contenedorCuatro {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    border-top: 16px rgb(255, 255, 255) solid;
    border-bottom: 16px rgb(255, 255, 255) solid;
    background-color: rgb(255, 227, 86);
    gap: 1em;
}

.contenedorCuatroUno {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    border-top: 16px rgb(255, 255, 255) solid;
    border-bottom: 16px rgb(255, 255, 255) solid;
    background-color: rgb(255, 227, 86);
    gap: 1em;

}

.teatro {
    flex-basis: 70%;
}

.teatroUno {
    flex-basis: 30%;
}

.teatro p a {
    background-color: #eee;
    color: rgb(218, 134, 90);
    font-size: 1rem;
    width: auto;
    padding: .25em .5em .15em;
    text-align: center;
    display: block;
    border: solid 3px rgb(218, 134, 90);
    box-shadow: -3px 3px 3px hsl(180deg 100% 4% / 20%);
    font-weight: bold;
    max-width: 30%;
    margin-block-start: 20px;
}

.teatro p a:hover {
    background-color: rgb(218, 134, 90);
    color: rgb(255, 255, 255);
    border: solid 3px rgb(255, 255, 255);
}


.contenedorCinco {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(111, 165, 206);
    border-bottom: 16px rgb(255, 255, 255) solid;
    gap: 1em;

}

.contenedorCincoUno {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(111, 165, 206);
    border-bottom: 16px rgb(255, 255, 255) solid;
    border-top: 16px rgb(255, 255, 255) solid;
    gap: 1em;

}

.foto {
    display: flex;
    gap: 1em;
    width: 100%;
    justify-content: center;
}


.sub_titulo {
    color: black;
    padding: 0.5 rem;
    font-weight: 400;
    font-size: 1.5em;
    text-align: left;
    text-decoration: none;
    margin-block-end: 1em;
}

video {
    width: 100%;
    height: auto;
}

.contenedorSeis {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(111, 172, 165);
    border-bottom: 16px rgb(255, 255, 255) solid;
    gap: 1em;

}

.contenedorSiete {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(255, 227, 86);
    border-bottom: 16px rgb(255, 255, 255) solid;
    gap: 1em;
}

.contenedorOcho {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(111, 165, 206);
    border-top: 16px rgb(255, 255, 255) solid;
    border-bottom: 16px rgb(255, 255, 255) solid;
    gap: 1em;
}

.actfotos {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5em, 1fr));
    gap: 1em;

}

.actfotos figure {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
}

.actfotos img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.actfotos figcaption {

    color: white;
    padding: .5em;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    inset: 0;
    transform: translateY(calc(100% - 2em));
    transition: all .6s ease;
}

.dispo figcaption {
    background-color: hsl(173 27% 55% / 0.80);
}

.dispo figure:hover figcaption {
    background-color: hsl(173 27% 55% / 0.80);
}

.dispo figcaption a {
    background-color: hsl(173 27% 55% / 0.80);
}

.dispo figcaption a:hover {
    background-color: hsl(21 63% 60% / 0.80);
}

.nodispo figcaption {
    background-color: hsl(21 63% 60% / 0.80);
}

.nodispo figure:hover figcaption {
    background-color: hsl(21 63% 60% / 0.80);
}

.nodispo figcaption a {
    background-color: hsl(21 63% 60% / 0.80);
}

.nodispo figcaption a:hover {
    background-color: hsl(21 63% 60% / 0.80);
}

.actfotos figure:hover figcaption {

    transition: all .3s ease;
    transform: translateY(0);
    display: grid;
    place-items: center;
    place-content: center;
    padding-inline: 2em;
}


.actfotos figcaption span {
    display: block;
    font-size: .90em;
    color: rgb(255, 255, 255);
    margin-block-start: .5em;
    text-transform: none;
}

.actfotos figcaption a {
    display: inline-block;
    margin-block-start: .5em;
    color: hsl(0 0% 90% / 0.85);
    padding: .25em 1em;
    border-radius: 2em;
}

.actfotos figcaption a:hover {
    box-shadow: 0 .25em .25em hsl(0 0% 0% / 0.25);
    color: hsl(0 0% 90%);
}

.actfotos ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
}

.actfotos li {
    margin: 0 0 1em 0;
    padding-bottom: 1em;
}


.actfotos li img {
    display: block;
    margin: 1em 0 0 0;
    padding: 0.3em;
    text-align: center;
}

.contenedorNueve {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(255, 227, 86);
    border-bottom: 16px rgb(255, 255, 255) solid;
    gap: 1em;

}

.contenedorDiez {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(197, 115, 96);
    border-bottom: 16px rgb(255, 255, 255) solid;
    border-top: 16px rgb(255, 255, 255) solid;
    gap: 1em;
}

.contenedorDoce {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(111, 165, 206);
    border-bottom: 16px rgb(255, 255, 255) solid;

    gap: 1em;
}

.galeria {
    padding: 0 1em 2em 1em;
    width: min(75em, 100%);
    margin-inline: auto;
}

.slider {
    width: 100%;
    height: max(400px, 50vh);
    position: relative;
    overflow: hidden;
}

.slideruno {
    width: 100%;
    height: max(400px, 50vh);
    position: relative;
    overflow: hidden;
}

.sliderdos {
    width: 100%;
    height: max(400px, 50vh);
    position: relative;
    overflow: hidden;
}

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

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

.slidedos {
    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%;
}

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

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

.slide figcaption {
    background-color: hsl(173 27% 55%/0.95);
    color: rgb(255, 255, 255);
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    inset: auto 3.5em 1em 1em;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.slideuno figcaption {
    background-color: hsl(173 27% 55%/0.95);
    color: rgb(255, 255, 255);
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    inset: auto 3.5em 1em 1em;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.slidedos figcaption {
    background-color: hsl(173 27% 55%/0.95);
    color: rgb(255, 255, 255);
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    inset: auto 3.5em 1em 1em;
    display: grid;
    grid-template-rows: auto 1fr auto;
}


.btn {
    position: absolute;
    z-index: 10;
    top: 1em;
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    cursor: pointer;
    background-color: hsl(173 27% 55%);
    color: rgba(255, 255, 255);
    font-size: 1.1em;
    opacity: .75;
}

.btnuno {
    position: absolute;
    z-index: 10;
    top: 1em;
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    cursor: pointer;
    background-color: hsl(173 27% 55%);
    color: rgba(255, 255, 255);
    font-size: 1.1em;
    opacity: .75;
}

.btndos {
    position: absolute;
    z-index: 10;
    top: 1em;
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    cursor: pointer;
    background-color: hsl(173 27% 55%);
    color: rgba(255, 255, 255);
    font-size: 1.1em;
    opacity: .75;
}

.btn:active,
.btn:hover {
    opacity: .9;
    border: solid 1px rgba(255, 255, 255);
}

.btnuno:active,
.btnuno:hover {
    opacity: .9;
    border: solid 1px rgba(255, 255, 255);
}

.btndos:active,
.btndos:hover {
    opacity: .9;
    border: solid 1px rgba(255, 255, 255);
}

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

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

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

.btn-prox {
    right: 1em;
}

.btnuno-prox {
    right: 1em;
}

.btndos-prox {
    right: 1em;
}

.contenedorOnce {
    display: flex;
    max-width: 90%;
    width: min(75rem, 100%);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: rgb(111, 172, 165);
    border-bottom: 16px rgb(255, 255, 255) solid;
    border-top: 16px rgb(255, 255, 255) solid;
}

.formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formulariodos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulariodos h3 {
    text-align: center;
}

input {
    background-color: #fbfbfb;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 227, 86);
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}


textarea {
    background-color: #fbfbfb;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 227, 86);
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
}


label {
    display: block;
    float: center;
}


button {
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    background-color: rgb(255, 227, 86);
    border-color: rgb(255, 227, 86);
    border-style: solid;
    width: 100%;
    cursor: pointer;
}


button p {
    color: #fff;
}


span {
    color: rgb(255, 227, 86);
    ;
}


.aviso {
    font-size: 13px;
    color: #0e0e0e;
}

.formulario input:focus {
    outline: 0;
    border: 1px solid rgb(197, 115, 96);
}

.formulario textarea:focus {
    outline: 0;
    border: 1px solid rgb(197, 115, 96);
}

.contenedorOnce h3 {
    margin-block-end: 10px;
}

.volver {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.volver p a {
    background-color: #eee;
    color: rgb(218, 134, 90);
    font-size: 1rem;
    width: auto;
    padding: .25em .5em .15em;
    text-align: center;
    display: block;
    border: solid 3px rgb(218, 134, 90);
    box-shadow: -3px 3px 3px hsl(180deg 100% 4% / 20%);
    font-weight: bold;
    margin-block-start: 20px;
}

.volver p a:hover {
    background-color: rgb(218, 134, 90);
    color: rgb(255, 255, 255);
    border: solid 3px rgb(255, 255, 255);
}

.explorar {
    box-shadow: -3px 3px 3px hsl(180deg 100% 4% / 20%);
    cursor: pointer;
    width: 4rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    position: fixed;
    bottom: 1rem;
    right: 3rem;
    z-index: 9000;
  }

@media (min-width: 1200px) {

    .foto {
        flex-direction: row;
    }
    .teatro div img{
        float: left;
        margin-right: 1em;
    }
}


@media (min-width: 840px) {

    .contenedorCuatro {
        gap: 1em;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
    }

    .contenedorCuatroUno {
        gap: 1em;
        justify-content: space-around;
    }

    .contenedorCinco {
        flex-direction: row;
        gap: 1em;
        justify-content: space-around;
        align-items: center;
    }

    .contenedorCincoUno {
        gap: 1em;
        justify-content: space-around;
    }


    header nav {
        position: relative;
    }

    .menu-btn {
        display: none;
    }

    header nav ul li {
        flex-direction: row;
        gap: 1em;
        min-width: 4em;
        margin: .25em 0 .25em .25em;
    }

    header nav ul {
        display: flex;
        flex-direction: row;
        gap: 0.5em;
        justify-content: space-around;
        position: relative;
        opacity: 1;
        visibility: visible;
        padding-top: 0rem;
        padding-right: 0rem;
    }

    header nav ul li a {
        background-color: rgb(111, 165, 206);
        color: white;
        font-size: 1rem;
        width: auto;
        padding: .25em .5em .15em;
        text-align: center;
        display: block;
        border: solid 3px rgb(111, 165, 206);
        box-shadow: -3px 3px 3px hsl(180deg 100% 4% / 20%)
    }

    .activo {
        background-color: hsl(21 63% 60%);
        color: white;
        font-size: 1rem;
        width: auto;
        padding: .25em .5em .15em;
        text-align: center;
        display: block;
        border: solid 3px hsl(21 63% 60%);
        box-shadow: -3px 3px 3px hsl(180deg 100% 4% / 20%)
    }

    .formulario {
        padding-left: 30%;
    }

    header nav ul li a:hover {
        background-color: white;
        color: rgb(111, 165, 206);
    }


    input {
        width: 60%;
    }

    textarea {
        width: 60%;
    }

    button {
        width: 60%;
    }

    .slidedos {
        height: 100%
    }
}

@media (min-width: 750px){
    .explorar {
        display: none;
    }
}

@media (min-width: 250px) {

    .actfotos ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .actfotos ul li img {
        max-height: 6em;
    }

}



@media(min-width: 50em) {

    .galeria {
        padding: 1em;
    }
}

@media (min-width: 40em) {
    .slide figcaption {
        font-size: 1.25em;
        inset: auto auto 1em 1em;
    }

    .slideuno figcaption {
        font-size: 1.25em;
        inset: auto auto 1em 1em;
    }

    .slidedos figcaption {
        font-size: 1.25em;
        inset: auto auto 1em 1em;
    }
}

@media (min-width: 30em) {
    .slideuno figcaption {
        font-size: 1em;
        inset: auto auto 1em 1em;
        transition: .5s;
    }

    .slide figcaption {
        font-size: 1em;
        inset: auto auto 1em 1em;
        transition: .5s;
    }

    .slidedos figcaption {
        font-size: 1em;
        inset: auto auto 1em 1em;
        transition: .5s;
    }
}

@media (max-width: 400px) {
    .info ul li a img {
        max-height: 43px;
    }


    header nav ul {
        padding-right: 2rem;
        padding-top: 5rem;
    }
}