﻿
/*todas las imagenes adaptadas al mismo tamaño*/

.card-img-top {
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
    border-radius: 5px; 
}
.card1-img-top {
    width: 100%;
    height: 399px;
    object-fit: cover;
    border-radius: 5px;
    text-align: center;
}
.card-img-top {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card-img-top:hover {
        transform: scale(1.05); /* agrandamiento */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* sombra al pasar el cursor */
    }
.card1-img-top {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card1-img-top:hover {
        transform: scale(1.05); /* agrandamiento */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* sombra al pasar el cursor */
    }

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.5rem;
}

.Diamante {
    text-align: center; /* Centra el texto */
    font-size: 1.8rem; /* Opcional: tamaño de fuente */
    margin-bottom: 20px; /* Espacio debajo */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
}

h3 {
    text-align: center; /* Centra el texto */
    font-size: 1.8rem; /* Opcional: tamaño de fuente */
    margin-bottom: 20px; /* Espacio debajo */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
}

.bg-oro-amarillo {
    background-color: #FFF8E1; /* amarillo pastel */
    padding: 30px;
    border-radius: 10px;
}

.bg-oro-blanco {
    background-color: #F5F5F5; /* plata pálido */
    padding: 30px;
    border-radius: 10px;
}

.bg-oro-rosa {
    background-color: #FFE4E1; /* rosado salmón */
    padding: 30px;
    border-radius: 10px;
}
.Bienvenido {
    font-family: 'Birthstone', cursive;
    font-size: 100px;
    font-family: 'Pinyon Script', cursive;
}

.galeria{

}
.cliente{


}
.producto{


}
.pedido{


}