*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100vh;
    padding: 40px;
    background-color: rgba(277, 177, 177);
    background-image: url(fondo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

a{
    color: black;
}

a:hover{
    color: rgba(255, 35, 1);
    transition: 0.3s ease;
}
.container{
    width: 50%;
    position: relative;
    border-radius: 15px;
}

.mySlides img{
    width: 100%;
}
.prev,
.next{
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6 ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border:  solid #fff 2px;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover{
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.4s ease;
    color: #fff;
}
.elements{
    text-align: center;
}
.quadrate{
    cursor: pointer;
    height: 4px;
    width: 50px;
    margin: 0 2px;
    background-color: #717171;
    display: inline-block;
    transition: background-color 0.6s ease;
    border-radius: 2px;
}
.active, .quadrate:hover{
    background-color: #fff;
}
@media screen and (max-width:900px) {
    .container{
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .container{
        width: 100%;
    }
    .prev,
    .next{
        padding: 5px;
    }
}

.carta{
    width: 100%;
    color: black;
    text-decoration:underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.missy{
    width: 100%;
    color: black;
    text-decoration: underline;
    position:absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.vigo{
    width: 100%;
    color: black;
    text-decoration: underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.cuestionario{
    width: 100%;
    height: auto;
    color: black;
    text-decoration: underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.video{
    width: 100%;
    height: auto;
    color: black;
    text-decoration: underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.pequenio{
    width: 100%;
    height: auto;
    color: black;
    text-decoration: underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.horoscopo{
    width: 100%;
    height: auto;
    color: black;
    text-decoration: underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

.piano{
    width: 100%;
    height: auto;
    color: black;
    text-decoration: underline;
    position: absolute;
    top: 8%;
    text-align: center;
    justify-content: center;
}

#novedades{
    position: relative;
    width: 100%;
    color: whitesmoke;
    padding: 15px;
    text-align: start;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    z-index: 1;
    font-size: 20px;
}

.ultimasNovedades{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}

#lista-novedades{
    list-style-type: none;
    padding: 0px;
}

.json-link{
    color: whitesmoke;
    font-size: 20px;
}