@charset "utf-8";

/* Reglas generales */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
}

a{
    text-decoration: none;
}

ul,
ol{
    list-style: none;
}

p,
ul,
li{
    text-wrap: pretty;
}

h1,
h2,
h3,
h4{
    text-wrap: balance;
    line-height: 1.25;
}

body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

main{
    flex-grow: 1;
    margin-bottom: 20px;
}

/* Encabezado */

header{
    background-color: #87cefa;
    color: white;
    position: sticky;
    top: 0;
    z-index: 5;
    left: 0;
    width: 100%;
}

nav{
    display: flex;
    justify-content: space-between;
    padding: 1em;
    flex-wrap: wrap;
    align-items: center;
}

#logo-siam{
    width: 140px;
    margin-right: .5em;
}

a.botones-header{
    list-style: none;
    color: white;
    background-color: #064789;
    padding: 8px;
    margin: 0;
    border-radius: 20px;
    font-size: 1em;
}

p.botones-header:hover{
    color: #064789;
    background-color: whitesmoke;
    transition: .3s ease-in-out;
}

ul#lista-header{
    list-style: none;
    font-size: 1.25em;
    text-align: center;
    padding: 2px;
    margin: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

nav ul li{
    display: inline-block;
}

/* Pie de página */

p.contacto{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.25em;
}

.redes-container{
    display: flex;
    justify-content: center; 
}

footer{
    background-color: #87cefa;
    color: white;
}

.redes{
    width: 60px;
    height: 60px;
}

img.redes{
    margin: 5px;
}

/* --------------------------------------------------- */

/* Página Inicio */

/* Personalizar */

section.personalizar-container{
    height: 300px;
    background-image: url(imagenes/mujer-heladera.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -20px;
    padding: .5em;
    padding-bottom: 0;
}

div#texto-banner{
    width: 70%;
    padding: 1em;
    padding-top: 0;
    margin-left: .8em;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}

h1.titulo-principal{
    color: #064789;
    font-weight: bolder;
    font-size: 1.5rem;
    margin-top: .8em;
    margin-bottom: 0;
}

p#creatividad{
    font-weight: 500;
    color: #064789;
    margin-top: 0;
    max-width: 220px;
    line-height: 1.375em;
}

#comenzar{
    padding: 12px;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #064789;
    color: white;
    border-radius: 2rem;
    width: fit-content;
}

#comenzar:hover{
    color: #064789;
    background-color: whitesmoke;
    transition: .3s;
}

.titulos-inicio{
    font-size: 1.8rem;
    margin-left: 10px;
    margin-bottom: 0;
    margin-inline: auto;
    max-width: 60rem;
}

div.todo-container{
    padding-left: .5rem;
}

/* Retro */

div.retro-container,
div.ofertas-container{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    overflow-x: auto;
    gap: 1rem;
    margin-left: 10px;
    max-width: 60rem;
    margin-inline: auto;
    padding-block: 1.5rem;
}

article.elegir-producto{
    width: 170px;
    height: 280px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px;
    cursor: pointer;
    position: relative;
}

article.elegir-producto:hover{
    scale: 1.05;
    transition: 1s;
}

p.nombre-producto{
    text-align: center;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    color: black;    
}

/* Ficha técnica retro */

.resultado-container {
    text-align: center;
}

section.ficha-container{
    padding: 1em;
    padding-bottom: 0;
}

img.foto-ficha{
    width: 50%;
}

li.nombre-heladera{
    font-weight: 600;
    font-size: 1.2em;
}

h2.precio{
    margin-top: .5em;
}

ul#caracteristicas-retro{
    max-width: 40rem;
    margin-inline: auto;
    padding: 1em;
    box-shadow: -1px 1px 7px 0px;

}

li.titulo-caracteristicas{
    font-weight: 600;
}

div#boton-comprar-fijo{
    background-color: white;
    box-shadow: rgba(132, 132, 132, 0.41) 0px -1px 6px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: .5em;
    position: fixed;
    z-index: 6;

}


/* Ofertas */

p.descuento{
    background-color: #af1919;
    color: white;
    padding: 0.5rem;
    width: fit-content;
    top: -10px;
    left: 80px;
    position: absolute;
}

/* Video */
video#video{
    width: 100%;
    margin-top: 20px;
}

section.video-container{
    max-width: 60rem;
    margin-inline: auto;
}

/* Preguntas frecuentes*/

section.preguntas-container{
    max-width: 60rem;
    margin-inline: auto;
}

/* --------------------------------------------------- */

/* Heladeras */

/* Página Producto */

.titulos-personalizacion{
    text-align: center;
    margin-bottom: 2px;
}

section.productos-container{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    overflow-x: auto;
    gap: 1.5rem;
    margin-top: 10px;
    padding-block: 1.5rem;
}

.img-producto{
    width: 150px;
    height: 200px;
}

.pasos-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

h4#productos{
    margin-bottom: 0;
    font-size: 1.25em;
}

p#pasos{
    margin-top: 0;
}

a#volver-atras{
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 2px solid #064789;
    border-radius: 2rem;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    color: #064789;
}

div#boton-atras{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Página Modelo */

section.heladeras-container,
section.lavarropas-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}

/* Página Color */

article.producto-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

ul.colores{
    list-style: none;
}

.colores-container,
.opciones-container,
.estampados-container,
.sticker-container{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    overflow-x: auto;
    gap: .2rem;
}

.colores-container{
    justify-content: center;
    gap: .5rem;
}

/* Página Estampado */

.colores,
.estampados,
.stickers{
    display: flex;
    justify-content: center;
}

img.estampado,
img.sticker{
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 50%;
}

img.colores{
    width: 80px;
    border-radius: 50%;
}

img.colores:hover{
    box-shadow: 0 0 0 4px #064789;
    transition: all ease .2s;
    cursor: pointer;
}

img.estampado:hover{
    box-shadow: 0 0 0 4px #064789;
    transition: all ease .2s;
    cursor: pointer;
}

img.sticker:hover{
    box-shadow: 0 0 0 4px #064789;
    transition: all ease .2s;
    cursor: pointer;
}

/* Página Resultado */

.resultado-final-container{
    display: flex;
    justify-content: center;
}

div#lista-container{
    background-color: rgb(238, 235, 235);
    padding: 0 10px;
    width: 160px;
    height: 300px;
    border-radius: 20px;
}

div#lista-container-final{
    background-color: rgb(238, 235, 235);
    padding: 0 10px;
    width: 160px;
    border-radius: 20px;
}

ul#caracteristicas{
    list-style: none;
}

h2#seguimiento{
    text-align: center;
    margin: .5em;
}

/* Descuento */

form#codigo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
    gap: 5px;
}

#titulo-descuento{
    text-align: center;
    margin-bottom: 0;
}

input#descuento{
    width: 200px;
}

#boton-aplicar-descuento{
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn-descuento{
    width: 100px;
    font-size: 20px;
    cursor: pointer;
    background: #064789;
    color: white;
    border: 0;
    border-radius: 20px;
}

.botones-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

div#boton-comprar-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a#envio,
a#retiro,
a#boton-comprar{
    font-size: 1.5rem;
    color: white;
    background-color: #064789;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px;
    width: 150px;
    margin: 5px;
}

a#boton-comprar{
    width: 200px;
}

/* --------------------------------------------------- */

/* Freezers */

section.freezers-container {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    overflow-x: auto;
    gap: 1.5rem;
    margin-top: 10px;
    justify-content: center;
    padding-block: 1.5rem;
}


/* --------------------------------------------------- */

/* Motos */

article.elegir-producto-moto{
    width: 230px;
    height: 260px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

article.elegir-producto-moto:hover {
    scale: 1.05;
    transition: 1s;
}

.titulos-personalizacion-moto{
    text-align: center;
    margin-bottom: 1rem;
}

.img-producto-moto{
    width: 200px;
    height: 200px;
}


/* --------------------------------------------------- */

/* Página Envío */

#titulo-envio{
    text-align: center;
}

.formulario-container{
    display: flex;
    justify-content: center;
}

label.titulos{
    font-size: 1.2rem;
    font-weight: 500;
}

form{
    margin: 40px 0;
    color: black;
}

form label{
    font-size: 1em;
    margin: 0 0 10px;
}

form input,
select{
    display: block;
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 300px;
    border-radius: 20px;
}

select#tipo-domicilio{
    width: 180px;
}

input#direccion-piso{
    width: 100px;
}

div#domicilio-container{
    display: flex;
    gap: 1rem;
}

input#cbox1{
    display: inline-block;
    margin: 0;
    width: 20px;
}

#boton-siguiente-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#boton-siguiente{
    font-size: 1.25em;
    font-weight: 500;
    cursor: pointer;
    background: #064789;
    color: white;
    border: 0;
    border-radius: 20px;
    margin: 0 0 20px;
    margin-top: 20px;
    padding: 10px 25px;
    width: 300px; 
    text-align: center;
}

#boton-siguiente:hover{
    transition: 0,5s;
    background:#1cc3ec;
    color: white;
}

/* --------------------------------------------------- */

/* Página Retiro */

section.formulario-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

form#formulario{
    margin-top: 0;
    margin-bottom: 0;
}

#titulo-retiro{
    text-align: center;
}

form{
    margin: 40px 0;
    color: black;
}

form input{
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 300px;
    border-radius: 20px;
}

.boton-retiro,
a#compartir{
    font-size: 1.25em;
    font-weight: 500;
    cursor: pointer;
    background: #064789;
    color: white;
    border-radius: 20px;
    margin: 0 0 20px;
    margin-top: 10px;
    padding: 10px;
    width: 300px;
    height: 55px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-retiro:hover{
    transition: 0,5s;
    background:#1cc3ec;
    color: white;
}

a#retiro-factura:hover{
    transition: 0,5s;
    background:#1cc3ec;
    color: white;
}

iframe#mapa{
    width: 100%
}

/* --------------------------------------------------- */

/* Página Metodos Envío */

/* Formulario */

.formulario-container{
    display: flex;
    justify-content: center;
}

label.titulos{
    font-size: 1.2rem;
    font-weight: 500;
}

input#cbox1{
    display: inline-block;
    margin: 0;
    width: 20px;
}

/* --------------------------------------------------- */

/* Página Metodos Pago */

#titulo-envio{
    text-align: center;
}

.formulario-container{
    display: flex;
    justify-content: center;
}

label.titulos{
    font-size: 1.2rem;
    font-weight: 500;
}


input#cbox1{
    display: inline-block;
    margin: 0;
    width: 20px;
}

input#finalizar-compra{
    font-size: 1.25em;
    cursor: pointer;
    background: #064789;
    color: white;
    border: 0;
    margin-top: 8px;
    text-align: center;
}

input#finalizar-compra:hover{
    transition: 0,5s;
    background:#1cc3ec;
    color: white;
}

/* --------------------------------------------------- */

/* Página Compra Finalizada */

img#img-compartir{
    margin-left: 5px;
    width: 40px;
}

h3#titulo-compra-finalizada{
    margin-bottom: 0.2em;
}

/* --------------------------------------------------- */

/* Página Galería Compartidos */

/* Diseños */

p#btn-galeria,
p#btn-cuenta,
p#btn-productos{
    list-style: none;
    color: #064789;
    background-color: whitesmoke;
    padding: 8px;
    margin: 0;
    border-radius: 20px;
}

h1#titulo{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0;
}

h2#titulo{
    text-align: center;
}

form#filtros-container{
    display: flex;
    justify-content: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-inline: auto;
    max-width: 60rem;
}

button.filtros,
select#ordenar{
    padding: 0.5rem;
    font-size: 1.2rem;
    border: 2px solid #064789 ;
    color: #064789;
    background-color: white;
    border-radius: 1rem;
    margin: 8px;
    width: fit-content;
}

button.filtros:hover{
    color: white;
    background-color: #064789;
}

p.filtro-nombre{
    margin: 0;
}

p.producto{
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    color: black; 
}

section.compartidos{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    overflow-x: auto;
    gap: 1.5rem;
    margin: 20px;
}

article.compartir-producto{
    width: 250px;
    height: 420px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px;
    cursor: pointer;
    position: relative;
}

.img-compartido{
    width: 220px;
    height: 350px;
}

.btn-usar{
    color: white;
    background-color: #064789;
    border-radius: 2rem;
    width: fit-content;
    padding: 10px;
    position: absolute;
    top: 345px;
    left: 40px;
}

.sin-stock{
    color: #064789;
    background-color: white;
    border: #064789 1px solid;
    border-radius: 2rem;
    width: fit-content;
    padding: 10px;
    position: absolute;
    top: 345px;
    left: 40px;
}

/* --------------------------------------------------- */

/* Página catálogo */

div.catalogo-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    max-width: 60rem;
    margin-inline: auto;
    justify-content: center;
}

p.personalizable{
    font-size: 1rem;
    background-color: #064789;
    border-radius: 1rem;
    color: white;
    padding: 0.5rem;
    width: fit-content;
    top: 255px;
    left: 30px;
    position: absolute;
}

p.personalizable:hover{
    background-color: white;
    color: #064789;
    border: #064789 1px solid;
}

article.elegir-producto-personalizable{
    width: 170px;
    height: 320px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px;
    cursor: pointer;
    position: relative;
}

article.elegir-producto-personalizable:hover{
    scale: 1.05;
    transition: 1s;
}

/* --------------------------------------------------- */

/* Página Iniciar Sesión */

.formulario-container{
    display: flex;
    justify-content: center;
}

.titulos{
    font-size: 1.2rem;
    font-weight: 500;
}

form{
    margin: 40px 0;
    color: black;
}

form label{
    font-size: 15px;
    margin: 0 0 10px;
}

form input{
    display: block;
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 300px;
    border-radius: 20px;
}

input#cbox1{
    display: inline-block;
    margin: 0;
    width: 20px;
}

input.enviar{
    font-size: 20px;
    cursor: pointer;
    background: #064789;
    color: white;
    border: 0;
    font-weight: bolder;
    margin-top: 8px;
}

input.enviar:hover{
    transition: 0,5s;
    background:#1cc3ec;
    color: white;
}

/* --------------------------------------------------- */

/* Página Registrarse */

.formulario-container{
    display: flex;
    justify-content: center;

}

.titulos{
    font-size: 1.2rem;
    font-weight: 500;
}

form{
    margin: 40px 0;
    color: black;
}

form label{
    font-size: 15px;
    margin: 0 0 10px;
}

form input{
    display: block;
    margin: 0 0 20px;
    padding: 10px 25px;
    width: 300px;
    border-radius: 20px;
}

input#cbox1{
    display: inline-block;
    margin: 0;
    width: 20px;
}

input.enviar{
    font-size: 20px;
    cursor: pointer;
    background: #064789;
    color: white;
    border: 0;
    font-weight: bolder;
    margin-top: 8px;
}

input.enviar:hover{
    transition: 0,5s;
    background:#1cc3ec;
    color: white;
}

/* Página error */

.pagina-error-container{
    padding: 1em;
    max-width: 60em;
    margin-inline: auto;
    text-align: center;
}

p#texto-error{
    font-weight: 600;
    font-size: 1.2em;
}

img.bienvenida{
    width: 100%;
    margin-top: 1em;
}

a#volver-inicio{
    padding: 12px;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #064789;
    color: white;
    border-radius: 2rem;
    width: fit-content;
}

.btn-container,
.img-container{
    display: flex;
    justify-content: center;
}


/* Página Responsive */

@media(min-width:600px){

    section.personalizar-container{
        height: 300px;
        background-position: 0 -40px;
    }


    article.estampados-container{
        display: flex;
        justify-content: center;
    }

    article.sticker-container{
        display: flex;
        justify-content: center;
    }

    .sticker-container{
        display: flex;
        justify-content: center;
    }

    img.foto-ficha {
        width: 40%;
    }

    img#error{
        width: 400px;
    }
}

/* Tablet */
@media screen and (min-width:768px) {

    section.personalizar-container{
        height: 350px;
        background-position: 0 -60px;
    }

    section.productos-container{
        justify-content: center;
    }

    div#texto-banner{
        margin-left: 2em;
        margin-top: 2em;
    }

    h1.titulo-principal{
        font-size: 2em;
    }
    
    p#creatividad{
        font-size: 1.2em;
        max-width: 15em;
    }
    
    #comenzar{
        padding: 12px;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: #064789;
        color: white;
        border-radius: 2rem;
        width: fit-content;
    }

    #logo-siam{
        width: 180px;
    }
    
    p.botones-header{
        font-size: 1em;
    }

    .opciones-container{
        justify-content: center;
    }

    img.foto-ficha {
        width: 30%;
    }

    img#error{
        width: 500px;
    }

    img.bienvenida{
        width: 70%;
    }

    
}

/* Compu */
@media screen and (min-width:992px) {
    section.personalizar-container{
        height: 400px;
        background-position: 0 -70px;
    }

    h1.titulo-principal{
        margin-top: 1.7em;
    }

    div#texto-banner{
        margin-left: 2em;
    }

}

/* Compu grande */
@media screen and (min-width:1280px) {
    section.personalizar-container{
        height: 500px;
        background-position: 0 -80px;
    }

    h1.titulo-principal{
        margin-top: 2em;
    }

    div#texto-banner{
        margin-left: 2.7em;
    }

    img.foto-ficha {
        width: 20%;
    }
}

/* Compu más grande */
@media screen and (min-width:1600px){
    section.personalizar-container{
        height: 700px;
        background-position: 0 -150px;
    }

    div#texto-banner{
        margin-left: 5em;
        margin-top: 5em;
    }

    h1.titulo-principal{
        font-size: 2.5em;
    }
    
    p#creatividad{
        font-size: 1.5em;
        max-width: 15em;
    }
    
    #comenzar{
        padding: 12px;
        font-size: 1.5rem;
        font-weight: 500;
        background-color: #064789;
        color: white;
        border-radius: 2rem;
        width: fit-content;
    }

    img.foto-ficha {
        width: 15%;
    }

    img.bienvenida{
        width: 40%;
    }

}

