body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 100vh;
    background: linear-gradient(70deg, rgb(0, 0, 0), rgb(59, 59, 59));    justify-content: space-between;
    margin: 0;
}

h5 {
    color: white;
    font-family: "Roboto", sans-serif;
}

#contenedor-principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

/*-----------------NOMBRE-MODELO------------------*/

#nombre-modelo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100px;
    margin: 50px 0 50px 0;
    color: rgb(255, 247, 223);
    font-family: "Staatliches", sans-serif;
    font-size: 5em;
    text-align: center;
    font-weight: 300;
}

#sin-nicotina-titulo {
    font-size: .6em;

}

/*-----------------CONTENEDOR BTN, SABORES-----------------*/

#link-volver {
    text-decoration: none;
    width: 20%;
    user-select: none;
}

.material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    width: 30%;
    user-select: none;
}

#texto-volver {
    width: 70%;
    font-family: "Roboto", sans-serif;
    margin: 0;
    text-align: center;
    font-size: 20px;
    padding-right: 30px;
}

@media (hover: hover) {
    #boton-volver {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 320px;
        padding: 10px 10px 10px 10px;
        border-radius: 8px;
        color: white;
        background-color: rgb(177, 151, 0);
        transition: all 300ms ease;
        border: none;
    }

    #boton-volver:hover {
        background-color: rgb(255, 255, 255);
        transform: scale(1.1);
        color: rgb(0, 0, 0);
        transition: all 300ms ease;
    }
}

@media (hover: none) {
    #boton-volver {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 320px;
        padding: 10px 10px 10px 10px;
        border-radius: 8px;
        color: white;
        background-color: rgb(195, 166, 0);
        border: none;
        transition-duration: 0ms;
    }

    #boton-volver:active {
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
}

#texto-informativo {
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: white;
    margin: 20px 0 20px 0;
    font-size: 20px;
    letter-spacing: 2px;
}

hr {
    width: 60%;
}

#lista-sabores {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    min-height: 310px;
    justify-content: center;
    align-items: center;
}

#sabores-sin-nicotina {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    min-height: 100px;
    justify-content: center;
    align-items: center;
}

.sabor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 15%;
    height: 60px;
    margin: 25px;
    border-radius: 8px;
}

.sabor-nombre {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

@media (hover: hover) {
    .boton-anadir {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12%;
        height: 60px;
        border-radius: 8px;
        background-color: rgb(77, 206, 26);
        color: rgb(6, 54, 0);
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        user-select: none;
        cursor: pointer;
        padding: 5px;
        text-transform: uppercase;
        opacity: 0;
        border: none;
    }

    .boton-anadir:hover {
        opacity: 1;
        box-shadow: 0 0 10px rgb(77, 206, 26);
        transform: scale(1.1);
        transition: all 200ms;
    }
}

@media (hover: none) {
    .boton-anadir {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12%;
        height: 60px;
        border-radius: 8px;
        background-color: rgba(77, 206, 26, 0);
        color: rgba(255, 255, 255, 0);
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        user-select: none;
        cursor: pointer;
        padding: 5px;
        text-transform: uppercase;
        border: none;
        transition-duration: 200ms;
    }

    .boton-anadir:active {
        background-color: rgba(255, 217, 0, 0.502);
        box-shadow: 0 0 6px rgb(227, 197, 0);
        color: rgba(107, 107, 107, 0);
        scale: 1.1;
    }
}

#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    background-color: black;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    opacity: 0.8;
}

.imagen-vape {
    position: fixed;
    padding-right: 60%;
    z-index: -1;
    display: none;
}

.imagen-vape img {
    width: 750px;
    opacity: 0.6;
    image-rendering: optimizeSpeed;
}



@media screen and (max-width: 1300px) {

    hr {
        width: 50%;
    }

    #nombre-modelo {
        width: 90%;
        font-size: 4em;
        text-align: center;
        font-weight: 300;
        margin: 120px 0 0 0;
        min-height: 150px
    }

    #sin-nicotina-titulo {
        font-size: .7em;
    }

    .imagen-vape {
        position: fixed;
        padding-right: 0;
        z-index: -1;
        display: none;
        margin-top: -20px;
    }

    .imagen-vape img {
        width: 220px;
        opacity: 0.8;
        image-rendering: optimizeSpeed;
    }

    .sabor {
        width: 170px;
        height: 60px;
        margin: 10px;
    }

    .sabor-nombre {
        font-size: 15px;
        width: 100%;
        height: 60px;
    }

    @media (hover: hover) {
        .boton-anadir {
            width: 170px;
        }

        #boton-volver {
            width: 270px;
        }
    }

    @media (hover: none) {
        .boton-anadir {
            width: 170px;
        }
        #boton-volver {
            width: 270px;
        }
    }

    #link-volver {
        width: 250px;
    }

    #texto-informativo {
        font-size: 18px;
    }

    #lista-sabores {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        min-height: 200px;
        justify-content: center;
    }

    #sabores-sin-nicotina {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        min-height: 100px;
        justify-content: center;
        align-items: center;
    }

    #contenedor-principal {
        width: 100%;
    }

    #footer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80px;
        margin-top: 50px;
        background-color: black;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        opacity: 0.8;
    }
}

@media screen and (max-width: 634px) {

    hr {
        width: 50%;
    }

    #nombre-modelo {
        width: 90%;
        font-size: 3em;
        text-align: center;
        font-weight: 300;
        margin: 120px 0 0 0;
        min-height: 150px;
    }

    #sin-nicotina-titulo {
        font-size: .6em;
    }

    .imagen-vape {
        position: fixed;
        padding-right: 0%;
        z-index: -1;
        display: none;
        margin-top: -30px;
    }

    .imagen-vape img {
        width: 220px;
        opacity: 0.8;
        image-rendering: optimizeSpeed;
    }

    .sabor {
        width: 28%;
        height: 60px;
        margin: 13px;
    }

    .sabor-nombre {
        font-size: 12px;
        width: 100%;
        height: 60px;
        font-weight: 800;
    }

    @media (hover: hover) {
        .boton-anadir {
            width: 28%;
            height: 60px;
        }
    }

    @media (hover: none) {
        .boton-anadir {
            width: 28%;
            height: 60px;
        }
    }

    #link-volver {
        width: 200px;
    }

    #texto-informativo {
        font-size: 15px;
    }

    #lista-sabores,
    #sabores-sin-nicotina {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        min-height: 400px;
        justify-content: center;
        align-items: center;
    }

    #contenedor-principal {
        width: 100%;
    }

    #footer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80px;
        margin-top: 50px;
        background-color: black;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
        opacity: 0.8;
    }
}

@media screen and (max-width: 513px) {

    #sin-nicotina-titulo {
        font-size: .6em;
    }

    .sabor {
        width: 35%;
    }

    @media (hover: hover) {
        .boton-anadir {
            width: 35%;
        }

        #boton-volver {
            width: 240px;
        }
    }

    @media (hover: none) {
        .boton-anadir {
            width: 35%;
        }
        #boton-volver {
            width: 240px;
        }
    }
}

/*CUSTOM CLASES DE LA ALERTA*/

.mi-clase-titulo {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.alerta-anadio {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
}