html {
    scroll-behavior: smooth;
}

body {
    font-family: roboto;
    position: relative;
}

* {
    box-sizing: border-box;
}

header {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
    padding: 10px;
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
}

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

header div {
    display: flex;
    justify-content: right;
    width: 100%;
}


header div img {
    width: 50px;
    height: 50px;
}

header h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 100;
    margin: 0;
    font-size: 35px;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-family: roboto;
    font-size: 18px;
    transition: color .3s ease;
}

nav ul li a:hover {
    color: white;
}

.div-img-menuIcon {
    display: none;
}

#menu {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#menu ul {
    position: fixed;
    background: #00f2fe;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: last baseline;
    text-align: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
}

#menu ul li {
    padding: 10px;
}

#menu ul li a {
    width: 100%;
    font-size: 25px;
}

#menu ul div {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
}

#menu ul img {
    width: 45px;
}

#menu hr {
    background: black;
    width: 100%;
    height: 3px;
    border: none;
    margin: 0;
}

.custom-shape-divider-bottom-1717007023 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1717007023 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1717007023 .shape-fill {
    fill: #FFFFFF;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section1 {
    width: 50%;
    height: max-content;
}

.div-horoscopo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    background: white;
    border: 10px solid black;
    border-style: double;
    position: relative;
    padding: 50px;
    box-shadow: 20px 20px 60px #00f2fe, -20px -20px 60px #4facfe;
    box-shadow: 1px 1px 50px 5px #4facfe;
    border-radius: 50px;
}

.div-horoscopo div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.div-horoscopo div img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.div-horoscopo div h5 {
    margin: 0;
}

.h4-vuelve {
    color: red;
    text-align: center;
}


.div-articulos {
    text-align: center;
    margin-top: 50px;
}

.div-articulos hr {
    background: black;
    width: 80%;
    height: 1px;
    margin-bottom: 50px;
}

.section2 {
    display: flex;
}

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section article {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    height: 400px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 1px 1px 20px -10px black;
}

section article img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: center;
}

section article div h3 {
    font-family: Montserrat;
}

.div-link {
    display: flex;
    justify-content: left;
    align-items: center;
}

section article div a {
    text-decoration: none;
    color: blue;
    font-size: 20px;
    font-family: sans-serif;
}

.bx-caret-right {
    color: blue;
}

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

.nav-dias {
    padding-bottom: 20px;
}

.nav-dias ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.nav-dias ul li a:hover {
    color: #4facfe;
}

.div-nombre {
    display: flex;
    justify-content: center;
    align-items: last baseline;
}

.div-nombre h2 {
    margin: 0;
}

.a-nombre {
    position: relative;
    text-decoration: none;
    color: black;
    user-select: none;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    cursor: pointer;
}

.a-nombre h2 {
    font-size: 18px;
}

.a-nombre:hover {
    color: #4facfe;
}

#div-none {
    display: none;
    position: absolute;
    top: 280px;
}

#nav-horoscopo {
    background: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    padding: 10px;
    width: 350px;
    height: 260px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 1px 1px 10px -5px black;
}

#nav-horoscopo a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
}

#nav-horoscopo a:hover {
    color: #4facfe;
}

.div-horoscopo hr {
    background: black;
    width: 350px;
    height: 3px;
    margin: 0px;
}

.bxs-down-arrow {
    font-size: 18px;
}


.div-horoscopo h5 {
    font-size: 20px;
    color: #4facfe;
}


footer {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    height: 250px;
    margin-top: 50px;
}

.div-link-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.div-link-footer div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.div-link-footer div a {
    color: black;
    font-family: roboto;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
}

.div-link-footer div a:hover {
    color: white;
}

.div-link-footer div p {
    font-family: roboto;
    font-size: 15px;
    margin: 10px;
}

.custom-shape-divider-top-1717007673 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1717007673 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1717007673 .shape-fill {
    fill: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .section1 {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    footer {
        height: 400px;
    }

    .nav-escritorio {
        display: none;
    }

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

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: right;
    }

    .div-img-menuIcon {
        display: flex;
    }

    #menuIcon {
        display: flex;
    }

    .div-copy {
        text-align: center;
    }
}

@media screen and (max-width:653px) {
    #div-none {
        top: 335px;
    }
}

@media screen and (max-width:500px) {
    .div-horoscopo div {
        text-align: left;
    }
}

@media screen and (max-width: 434px) {
    #div-none {
        top: 385px;
    }
}

@media screen and (max-width: 425px) {
    section article {
        width: 95%;
    }
}

@media screen and (max-width:400px) {
    #nav-horoscopo {
        width: 85vw;
        height: 260px;
        justify-content: center;
        box-shadow: 1px 1px 10px -3px black;

    }

    #div-none hr {
        width: 85vw;
    }
}

@media screen and (max-width:320px) {
    #div-none {
        top: 445px;
    }
}