h1{
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 10vw;
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
    font-style: oblique;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    animation-name: nombre0;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes nombre0 {

    0%{
        color: black;
    }

    25%{
        color: white;
    }

    50%{
        color: white;
    }

    75%{
        color: white;
    }

    100%{
        color: black;
    }

}

@keyframes nombre1 {

    0%{
        color: black;
    }

    25%{
        color: white;
    }

    50%{
        color: white;
    }

    75%{
        color: white;
    }

    100%{
        color: black;
    }

}

@keyframes nombre2 {

    0%{
        color: black;
    }

    25%{
        color: white;
    }

    50%{
        color: white;
    }

    75%{
        color: white;
    }

    100%{
        color: black;
    }

}

@keyframes nombre3 {

    0%{
        color: black;
    }

    25%{
        color: white;
    }

    50%{
        color: white;
    }

    75%{
        color: white;
    }

    100%{
        color: black;
    }

}

@keyframes nombre4 {

    0%{
        color: black;
    }

    25%{
        color: white;
    }

    50%{
        color: white;
    }

    75%{
        color: white;
    }

    100%{
        color: black;
    }

}

@keyframes nombre5 {

    0%{
        color: black;
    }

    25%{
        color: white;
    }

    50%{
        color: white;
    }

    75%{
        color: white;
    }

    100%{
        color: black;
    }

}
.presentacion{
    color: black;
    background-color: rgba(255, 0, 0, 0.407);
    font-size: 5vw;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 20px;
    font-style: oblique;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    animation-name: nombre1;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.hornerotxt{
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.205);
    backdrop-filter: blur(10px);
    font-size: 5vw;
    font-style: oblique;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: bold;
    animation-name: nombre2;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.hornero1img{
    border-radius: 30px;
}

.elhornero{
    color: rgb(0, 0, 0);
    background-color: rgba(0, 85, 255, 0.418);
    font-size: 7vw;
    font-style: oblique;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(100px);
    animation-name: nombre3;
    animation-duration: 2s;
    animation-timing-function: linear;
}

body{
    background-image: url(img/fondo.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.frutosyvinculos{
    color: rgb(0, 0, 0);
    background-color: rgba(255, 0, 0, 0.418);
    font-size: 7vw;
    font-style: oblique;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    animation-name: nombre4;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.frutosyvinculos1img{
    border-radius: 30px;
}

.fyvtxt{
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.205);
    backdrop-filter: blur(10px);
    font-size: 5vw;
    font-style: oblique;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: bold;
    animation-name: nombre5;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.contacto{
    background-color: rgba(255, 153, 0, 0.294);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 10vw;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}