body {
    margin: 0px;
    background-color: #202124;
    scroll-behavior: smooth;
    width: 100%;
}

.encabezado {
    display: flex;
    border: solid black 1px;
    justify-content: space-between;
    height: 10vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1%;
    align-items: center;
    position: sticky;
    top: 0px;
    width: 99,9vw;
}

.logo {
    padding-left: 2vw;
    width: 15vw;
    height: 18vh;
}

.menu {
    display: flex;
    align-items: center;
    padding-right: 2vw;
}

.elemenu {
    display: flex;
    border: solid 1px;
    border-radius: 30px;
    background-color: white;
    color: black;
    padding: 1.5vh;
    margin: 0.4vw;
    align-items: center;
    text-align: center;
    height: 3vh;
    width: 8vw;
    text-decoration: none;
    font-size: 2vh;
}


.elemenu span {
    padding: 0.3vw;
}

.active {
    background-color: rgb(255, 174, 0);
    color: black;
    transition: 0.5s ease-in-out;
}

.elemenu:hover {
    background-color: rgb(255, 174, 0);
    color: black;
    transition: 0.5s ease-in-out;
}

main {
    display: flex;
    flex-direction: column;

}

.slider-frame {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.slider-frame ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: slide 20s infinite alternate ease-in-out;
    margin: 0%;
    height: 100%;
}

.slider-frame li {
    width: 100%;
    list-style: none;
    height: 100%;
}

.slider-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slide {
    0% {
        margin-left: 0;
    }

    20% {
        margin-left: 0;
    }

    25% {
        margin-left: -100%;
    }

    45% {
        margin-left: -100%;
    }

    50% {
        margin-left: -200%;
    }

    70% {
        margin-left: -200%;
    }

    75% {
        margin-left: -300%;
    }

    100% {
        margin-left: -300%;
    }
}


.principal {
    height: 90vh;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    color: #dddee1;
    align-items: center;
    justify-content: center;
}

.contenedorprincipal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    color: #dddee1;
}

.contenedorprincipal div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60vw;
    font-size: 3vh;
    background-color: #111111;
    border-radius: 20px;
    padding: 1%;
    height: 22vh;
    margin-top: 3vh;
}
.contenedorprincipal p{
    margin: 1vh;
}

.principal b {
    text-align: center;
    font-family: sans-serif;
    font-size: 5vh;
}

.lista {
    background-color: #111111;
    border-radius: 30px;
    padding-left: 5vw;
    padding-right: 4vw;
    padding-top: 3vh;
    padding-bottom: 3vh;
    font-size: 1.7vw;
    width: 30vw;
    text-align: center;
}

:target {
    scroll-margin: 10vh;
}

.ubicacion {
    display: flex;
    flex-direction: column;
    height: 90vh;
    align-items: center;
    justify-content: center;
    background-color: #3c3d42;
    font-family: sans-serif;
}

.direccion {
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vh;
    background-color: #111111;
    border-radius: 20px;
    color: #dddee1;
    padding: 1vw;
    height: 20vh;
    width: 61vw;
}
.direccion b{
    margin-top: 2%;
}
.direccion span {
    margin: 2%;
}

.divubicacion {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61vw;
    height: 50vh;
    border-radius: 4px;
}

.mapa {
    height: 100%;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.05) -5px 5px;
}

.horarios {
    display: flex;
    flex-direction: column;
    height: 90vh;
    align-items: center;
    justify-content: center;
    background-color: #202124;
    border-radius: 15px;
    font-family: sans-serif;
}

.cuadrohorarios {
    display: flex;
    flex-direction: column;
    background-color: #111111;
    height: 10vh;
    width: 61vw;
    margin: 0;
    margin-top: 5vh;
    border-radius: 10px;
    font-size: 3vw;
    padding: 1%;
    align-items: center;
    justify-content: center;
}

.cuadrohorarios b {
    margin: 0px;
    padding: 1%;
    color: #dddee1;
}

.horas {
    display: flex;
    flex-direction: column;
    width: 46vw;
    margin: 2%;
    align-items: center;
    justify-content: center;
    background-color: #111111;
    border-radius: 20px;
    padding: 1%;
    color: #dddee1;
    min-width: fit-content;
    height: 50vh;
}

.dias {
    font-size: 3vw;
    margin-bottom: 1vh;
    margin-top: 1vh;
}

.horasnumeros {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 2vw;
    font-size: 2.5vw;
    margin: 1vw;
    color: black;
    font-family: monospace;
    box-sizing: content-box;
    width: 2vw;
    text-align: center;
}

.contacto {
    height: 70vh;
    background-color: #3c3d42;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
}

.cuadrocontacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #111111;
    color: #dddee1;
    border-radius: 20px;
    padding: 5vw;
    width: 53vw;
}

.cuadrocontacto a{
    margin: 1vw;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 40px;
    padding: 3vw;
    text-decoration: none;
}

footer {
    background-color: rgb(31, 30, 30);
    margin: 0px;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dddee1;
    font-size: 2.5vw;
}

footer img {
    padding: 1vw;
    width: 6vw;
    height: 6vh;
}

.piepagina {
    display: flex;
    flex-direction: column;
}

.whatsapp {
    position:fixed;
    width:10vh;
    height:10vh;
    bottom:6vh;
    right:6vh;
    background-color:#25d366;
    color:#FFF;
    border-radius:10vh;
    text-align:center;
    font-size:6vh;
    z-index:100;
}

.whatsapp-icon {
    margin-top:2vh;
}


@media screen and (max-width: 640px) {
    .elemenu span {
        visibility:hidden;
    }
    .elemenu {
        width: 6vw;
        font-size: 0px;
    }
    .logo{
        width: 35vw;
        height: 18vh; 
    }
    .contenedorprincipal div{
        width: 60vw;
        height: 35vh;
        text-align: justify;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 1vh;
    }
    .contenedorprincipal p{
        margin-left: 8vw;
        margin-right: 8vw;
        font-size: 2vh;
    }
    .lista{
        font-size: 2vh;
    }
    .direccion{
        font-size: 3.5vw;
    }
    .horas{
        height: 40vh;
    }
    footer img {
        padding: 1vw;
        width: 13vw;
        height: 6vh;
    }
    .whatsapp {
        position:fixed;
        width:7vh;
        height:8vh;
        bottom:2vh;
        right:2vh;
        background-color:#25d366;
        color:#FFF;
        border-radius:10vh;
        text-align:center;
        font-size:4vh;
        z-index:100;
    }
    }

