@charset="utf-8";

/*fuente importada de google fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

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

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-family: "poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* inicio barra nav */

header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: rgb(124,0,0);
}

.barra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    padding: 1em;
}

#isotipo img {
    width: 4em;
    margin-right: 1em;
}

#logotipo img {
    width: 12em;
}

.barra nav a {
    color: white;
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.barra li:hover {
    background-color: rgba(124,0,0,0.6);
}

header nav ul {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50%;
    height: 100vh;
    padding-top: 6em;
    transition: all .6s ease;
    z-index: 9990;
}

header nav ul li {
    font-size: 1.3em;
    padding: .2em .4em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header nav ul li .material-icons {
    margin: .2em;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}

.visible {
    left: 50%;
    transition: all .3s ease;
}

#llamamenu {
    color: rgb(124,0,0);
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    margin-left: 2.4em;
}

#llamamenu i {
    padding: 0;
    margin: auto;
}

/* fin barra nav */

/* inicio estado del servicio */

.semaforo {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #CAC9C3;
}

.semaforo li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em;
}

.semaforo li img {
    width: 60%;
    height: auto;
}

#rojo {
    display: none;
}

#amarillo {
    display: none;
}

#verde {
    display: flex;
}

/* fin estado del servicio */

/* inicio slider noticias */

.contenedornoticias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

img {
    width: 100%;
    height: 100%;
}

ul.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 450px;
}

ul.slider li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: inherit;
    height: inherit;
    background-color: white;
    transition: opacity .5s;
}

ul.slider li img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
}

ul.slider li:first-child {
    opacity: 1;
}

ul.slider li:target {
    opacity: 1;
}

/* fin slider noticias */

/* inicio botones slider */

.menu {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu li {
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    background-color: grey;
    padding: 5px;
    width: auto;
    border-radius: 20px;
}

/* fin botones slider */

/* texto sobre imagen */

.info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    padding: .5em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(124,0,0,0.5);
    width: 100%;
}

.info h2 {
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    padding-bottom: 10px;
}

.info h6 {
    color: white;
    font-size: .8em;
    font-weight: 100;
    padding-bottom: 10px;
}

.info p {
    color: white;
    font-size: .5em;
    font-weight: 100;
}

#slide1 {
    z-index: 1;
}

#slide2 {
    z-index: 2;
}

#slide3 {
    z-index: 3;
}

/* fin texto sobre imagen */

/* inicio noticias relacionadas */

.otras {
    background-color: #CAC9C3;
    padding: 10px;
    margin: 20px;
    margin-top: 5px;
}

.otras ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.otras ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.otras li {
    font-size: 8pt;
    font-weight: 100;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: .2em;
    width: 30%;
    margin: .6em;
}

.otras h2 {
    border-style: solid;
    border-width: 2px;
    border-top-style: none;
    border-left-style: none;
    border-right: none;
    width: 100%;
    margin-bottom: .5em;
    font-size: 15pt;
}

.otras p {
    font-size: 8pt;
    color: black;
    margin-top: .5em;
    font-weight: 500;
}

.otras li img {
    width: 100%;
}

.ver_mas {
    margin-top: .5em;
    text-decoration: underline;
    font-size: 7pt;
    color: rgb(124,0,0);
}

/* fin noticias relacionadas */

/* inicio info Acumar */

.acumar {
    margin: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.acumar h6 {
    font-size: 9pt;
    font-weight: 500;
}

.subtitulo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.subtitulo h2 {
    font-size: 12pt;
    color: rgb(124,0,0);
    font-weight: 600;
}

.subtitulo img {
    width: 5em;
    margin-right: .5em;
    margin-top: .5em;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.video iframe {
    width: 100%;
}

/* fin info Acumar */

/* reserva tu lugar */

.reserva {
    background-color: rgb(124,0,0,0.8);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
}

.reserva h3 {
    margin-bottom: .5em;
    margin-top: .5em;
    font-size: 12pt;
    font-weight: 500;
    text-align: center;
    width: 60%;
}

.reserva ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: .5em;
    margin-top: .5em;
}

.reserva li {
    margin: .6em;
    font-size: 9pt;
    font-weight: 100;
    text-align: center;
    width: 50%;
}

/* reserva tu lugar */

/* boton "reserva tu lugar" */

.boton {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.boton a {
    text-decoration: none;
    font-weight: 400;
    font-size: 12pt;
    color: #F8F2E4;
    background-color: #7F7D76;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7em;
}

/* inicio "tambien te puede interesar" */

#interes {
    padding: 2em;
}

#secciones {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#interes h4 {
    border-style: solid;
    border-color: #7F7D76;
    border-width: 2px;
    border-top-style: none;
    border-left-style: none;
    border-right: none;
    width: 100%;
    margin-bottom: .5em;
    font-size: 15pt;
}

#secciones ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: .1em;
    padding-bottom: .2em;
    width: 100%;
}

#secciones li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1em;
    margin-left: .1em;
    width: 50%;
    height: 2.2em;
    font-size: 10pt;
    color: white;
    cursor: pointer;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
}

#secciones a {
    color: white;
    cursor: pointer;
}

#secciones .contacto {
    background-color: rgb(124,0,0,0.8);
}

#secciones .reservatulugar {
    background-color: rgb(0,0,20,0.5);
}

#secciones .cuenta {
    background-color: rgb(0,0,20,0.5);
}

#secciones .horarios {
    background-color: rgb(124,0,0,0.8);
}

/* fin "tambien te puede interesar" */

footer {
    background-color: rgb(124,0,0);
    color: white;
    font-size: .6em;
    padding: 10px; 
    text-align: center;
}


footer a {
    text-decoration: none;
    color: beige;   
}

/* inicio mediaqueries */

@media screen and (min-width: 700px){
    #llamamenu {
        display: none;
}
    header nav ul {
        display: flex;
        flex-wrap: wrap;
        background: none;
        position: relative;
        height: auto;
        width: 100%;
        left: auto;
        padding-top: 0;
}
    .visible {
        left: 0;
}
    header nav ul li {
        font-size: .8em;
}
    .barra nav a {
    padding: .5em .2em;
} 
    #isotipo {
        display: none;
}
    #logotipo img {
        width: 10em;
}
}

@media screen and (min-width: 800px){
    .info h2 {
    font-size: 2em;
}

    .info h6 {
    font-size: 1.2em;
}

    .info p {
    font-size: .8em;
}
    .otras p {
        font-size: 9pt;
}
    
    .acumar h2 {
        font-size: 14pt;
}

    .acumar h6 {
        font-size: 12pt;
}
    .reserva h3 {
        font-size: 18pt;
}
    .reserva li {
        margin: 1em;
        font-size: 12pt;
}
    header nav ul li {
        font-size: .95em;
}
    .barra nav a {
        padding: .5em .2em;
} 
    #logotipo img {
        width: 11em;
}
}

@media screen and (min-width: 1000px){
    #secciones {
        flex-direction: row;
}
    #secciones .cuenta {
        background-color: rgb(124,0,0,0.8);
}

    #secciones .horarios {
        background-color: rgb(0,0,20,0.5);
}
    .otras p {
        font-size: 12pt;
        margin-top: .4em;
}
    .ver_mas {
        margin-top: .2em;
        font-size: 10pt;
}
     header nav ul li {
        font-size: 1em;
}
    .barra nav a {
        padding: .5em .2em;
} 
    #logotipo img {
        width: 13em;
}
}

@media only screen and (min-width: 1200px) {
     header nav ul li {
        font-size: 1em;
}
    .barra nav a {
        padding: .5em .2em;
} 
    #logotipo img {
        width: 13em;
}
}