body {
    font-family: "Merriweather Sans";
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #AF7B07;
    font-size: 14px;
}

h1 {
    text-align: center;
    color: #333;
}

#catalogoTradicionales {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
}

#catalogoCojines {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
}

#catalogoPersonalizados {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
}

#catalogoGigantes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
}

#catalogoVestuario {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
}



.producto {
    border: 1px solid #eee;
    padding: 0px;
    margin-bottom: 8px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 0px;
    border-radius: 20px;
    font-size: 12px;
}

.producto img {
    max-width: 100%;
    max-height: 150px;
    border-radius: 20px;

}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    
}

.modal-content {
    background-color: #ffffff;
    padding: 0px;
    border: 0px solid #888;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 40%;
    max-height: 80%;
    overflow: auto;
    color: #233242;
    font-family: "Monserrat";
    text-align: justify;
    
}


.modal-content img {
    max-width: 45%;
    max-height: 300px;
    border-radius: 20px;
}

.modal-content {
    max-width: 45%;
}

.descripcion {
    max-width: 100%;
    font-size: 13px;
    font-family: "Monserrat";
    font-style: italic;
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
    .modal-content {
        flex-direction: column;
        width: 90%;
        margin: 10% auto;
    }

    .modal-content img {
        max-width: 100%;
        max-height: auto;
    }

    .modal-content {
        max-width: 100%;
        margin-top: 20px;
    }

    .producto {
        width: 32%;
    }

    .producto img {
        max-width: 100%;
    }
}

.modalDescripcion
{
    padding: 10px;
    padding-top: 0px;
}

.botonesModal
{
    text-align: center;
    padding: 15px;
}

.tituloModal
{
    font-size: 25px;
    color: #AF7B07;
}

/*
.miniTexto
{
    font-size:  22px;
    font-style: italic;
    margin: 0px;

}
*/

hr {
  height: 1px;
  border: 0px;
  background-color: #AF7B07;
}

.resumen
{
    color: #233242;
    font-size: 16px;
    font-family: Arial;
}

.izquierda
{
    text-align: center;
    padding: 0px;
}

.derecha
{
    align-items: center;
    padding-top: 40px;
    padding-left: 10px;
}

ul
{
    font-size: 15px;
    font-family: Avenir Next;/* Andale Mono;*/
}

