
.logoContenido {
    max-width: 200px;
    margin-right: 100px;
}

body {
    background-color: #f8f9fa;
}

.header {
    background-color: #6d7379;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.instagram-icon {
    font-size: 34px;
}

.productos-lista {
    list-style: none;
    padding: 0;
}

.productos-lista li {
    background-color: #ffffff;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/***** Estilos imágenes local *****/

.imagenLocal {
    max-height: 505px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agrandarImagen {
    transition: transform 0.5s ease;
}

.agrandarImagen:hover {
    transform: scale(1.1);
}

/***** Estilos listado repuestos *****/

.agrandarRepuestos {
    transition: transform 0.5s ease;
}

.agrandarRepuestos:hover {
    transform: scale(1.03);
}

/***** Estilo del mapa *****/

.estiloMapa {
    height: 600px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.estiloMapa iframe {
    height: 100%;
}

/***** Estilo footer *****/
.estiloFooter {
    text-decoration: none;
}

.estiloTabulacion {
    margin-left: 20px;
}
