@import url('https://fonts.googleapis.com/css2?family=Montenegrin+Gothic+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    background-image: url("IMG/tainy/fondotainy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

nav {
    background-color: rgb(71, 71, 71);
}

.nav-item a {
    color: aliceblue;
}

.texto1 {
    font-family: "Montenegrin Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-top: 4px;
    color: whitesmoke;
}

.texto2 {
    font-family: "Montenegrin Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-top: 4px;
    color: whitesmoke;
}

.titulo {
    font-family: "Montenegrin Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-top: 4px;
    padding-bottom: 4px;
    color: whitesmoke;
    text-align: center;
}

.per1 {
    
    transition: 0.6s transform;
}

.per1:hover {
    transform: scale(1.1);
}

.element {
    transition: 0.6s transform;
}

.element:hover {
    transform: scale(1.1);
}

.anima {
    background-size: 100% 300px;
    width: 100%;
    height: 300px;
    animation-name: cambios;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes cambios {

    0%,
    25% {
        background-image: url("IMG/tainy/t1.webp");
    }

    33%,
    58% {
        background-image: url("IMG/tainy/t2.jpg");
    }

    66%,
    100% {
        background-image: url("IMG/tainy/t3.jpg");
    }
}

.bi-instagram {
    color: whitesmoke;
}

.bi-arrow-up-short {
    color: whitesmoke;
    font-size: 55px;
}

.premios_texto {
    font-family: "Montenegrin Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-top: 4px;
    padding-bottom: 4px;
    color: whitesmoke;
    text-align: center;
}

.redes {
    font-family: "Montenegrin Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-top: 4px;
    padding-bottom: 4px;
    color: whitesmoke;
    text-align: center;
    text-decoration: none;
}