@charset "utf-8";

/* CSS Document */

/** {
    font-family: 'Comfortaa', cursive;
}*/

body {
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../plataforma/vistas/img/usuarios/fondo/fondo.jpeg");
}

.tituloProducto {
    font-family: 'Fredoka One', cursive;
}

.desc {
    font-family: 'Fredoka One', cursive;
    font-family: 'Patrick Hand', cursive;
}

.imageCard {
    width: 150px;
    height: 70px;
    position: absolute;
}

.prec {
    position: relative;
    z-index: 2;
    left: 65px;
    top: 20px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.box {
    width: 350px;
    height: 400px;
    background-color: #d3159483;
    border-radius: 10px;
    box-shadow: 2px 10px 12px rgba(182, 24, 161, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 20px 10px;
    text-decoration: none;
}

.box2 {
    width: 520px;
    height: 400px;
    background-color: #d3159400;
    border-radius: 10px;
    box-shadow: 2px 10px 12px rgba(255, 242, 253, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 20px 10px;
    text-decoration: none;
}

.model {
    height: 290px;
    max-height: 100%;
    max-width: 100%;
}

.model2 {
    height: 400px;
    max-height: 100%;
    max-width: 100%;
}

.details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.details p {
    /* font-family: calibri; */
    /* font-weight: bold; */
    color: #0a0a0c;
    text-align: center;
    margin-top: 0px;
}

.marvel {
    color: #32323e;
    /* font-weight: bold; */
    letter-spacing: 2px;
    /* font-family: bebas kai; */
    font-size: 25px;
}

.marvel2 {
    color: #32323e;
    /* font-weight: bold; */
    letter-spacing: 2px;
    /* font-family: bebas kai; */
    font-size: 15px;
}

.logo {
    height: 60px;
}

.box:hover {
    background-color: #d31594ec;
    transform-style: preserve-3d;
    transform: scale(1.02);
    transition: all ease 0.3s;
}

.box:hover .marvel {
    color: #000000;
    transition: all ease 0.5s;
}

.box:hover .marvel2 {
    color: #000000;
    transition: all ease 0.5s;
}


/* EFECTO PARALLAX */

.parallax {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../plataforma/vistas/img/usuarios/baner/muro.jpg");
    color: aliceblue;
}


/* TEXTO COLORES */

.te h2 {
    color: rgb(186, 23, 207);
    padding-left: 200px;
    padding-top: 0;
}


/* SUPERPOSICION */

.super {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.im img {
    height: 500px;
    width: 700px;
    padding-left: 200px;
}


/* FOOTER */

.fu {
    height: 40px;
    background-color: white;
    margin: 10px;
    padding-top: 10px;
}


/*--responsive for mobile phone--*/

@media(max-width:720px) {
    .box {
        width: 94%;
        height: 400px;
        margin: 0px 0px;
    }
    .box2 {
        width: 94%;
        height: 400px;
        margin: 0px 0px;
    }
    .model {
        height: 250px;
    }
    .model2 {
        height: 400px;
    }
    .details p {
        font-size: 10px;
        width: 150px;
    }
    .im img {
        height: 200px;
        width: 300px;
        padding-left: 30px;
    }
    .te h2 {
        color: rgb(186, 23, 207);
        padding-left: 0px;
        padding-top: 0;
    }
    .to h1 {
        font-size: 40px;
    }
    .to h2 {
        font-size: 30px;
    }
    .parallax {
        background-size: cover;
        background: url("../../plataforma/vistas/img/usuarios/baner/muro2.jpg");
        color: aliceblue;
    }
    .im img {
        height: 350px;
        width: 350px;
    }
}

@media(max-width:400px) {
    .parallax {
        background-size: cover;
        background: url("../../plataforma/vistas/img/usuarios/baner/muro3.jpg");
        color: aliceblue;
    }
    .im img {
        height: 350px;
        width: 350px;
    }
}
