Productos

/* Fondo general rojo */
body {
background-color: #d40000; /* Usa el mismo rojo que tu home */
margin: 0;
padding: 0;
}
/* Barra superior */
.custom-header {
background-color: #d40000; /* mismo rojo */
padding: 15px;
text-align: center;
}
/* Logo más grande */
.custom-header img {
max-width: 220px; /* ajusta tamaño */
height: auto;
}
/* Botón volver al inicio */
.volver-inicio {
display: inline-block;
margin-top: 15px;
padding: 10px 25px;
background: white;
color: #d40000;
font-weight: bold;
text-decoration: none;
border-radius: 5px;
border: 2px solid #fff;
}
.volver-inicio:hover {
background: #fff;
color: #000;
}
/* Quitar otros menús si existieran */
header, nav, .menu, .site-header {
display: none !important;
}

Fármacos del Perú

Volver al inicio

body {
margin: 0;
font-family: Arial, sans-serif;
}
.productos {
padding: 60px 5%;
background-color: #fff;
}
.productos h1 {
text-align: center;
color: #d40000;
font-size: 2.5rem;
margin-bottom: 40px;
}
.grid-productos {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.grid-productos a {
display: block;
padding: 15px;
background-color: #f8f8f8;
border: 2px solid #d40000;
color: #333;
text-align: center;
text-decoration: none;
font-weight: bold;
border-radius: 8px;
transition: background-color 0.3s, color 0.3s;
}
.grid-productos a:hover {
background-color: #d40000;
color: white;
}

Nuestros Productos

Valsartan
Welbutrin
Xarelto
Valprax
Ventolin
Valpakine
Quanox
Eutebrol
Cialis
Azymol
Amaryl
Alipidem
Zolpidem
Tramadol
Fluoxetina
Flunitrazepam
Diazepam
Dormex
Bromazepam
Ritalin
Victoza
Aradix
Sibutramina
Concerta
Consiv
Elvenir
Topictal
Adderall
Clonazepam
Lorazepam
Fenobarbital
Triacana
Orlistat
Piracetam
Modafinilo
Sertralina
Oxicodona
Istaril
Sentis
Atomoxetina
Obexol
Paroxetina

body {
margin: 0;
font-family: Arial, sans-serif;
background: linear-gradient(to right,#d46a6a,#4da7a7);
}
/* Barra superior */
.topbar {
background-color: #d40000;
color: white;
padding: 12px 5%;
font-size: 15px;
display: flex;
justify-content: flex-end;
gap: 20px;
}
.topbar a {
color: white;
text-decoration: none;
}
/* Encabezado */
.header {
background-color: white;
padding: 20px 5%;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: 3px solid #d40000;
}
.header img {
height: 60px;
}
.menu a {
text-decoration: none;
color: #d40000;
font-weight: bold;
margin: 0 20px;
font-size: 18px;
}
/* Título y grid */
.productos {
padding: 60px 5%;
}
.productos h1 {
text-align: center;
color: white;
font-size: 2.5rem;
margin-bottom: 40px;
text-transform: uppercase;
}
.grid-productos {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
}
.grid-productos a {
display: block;
padding: 15px;
background-color: white;
border: 2px solid #d40000;
color: #333;
text-align: center;
text-decoration: none;
font-weight: bold;
border-radius: 8px;
transition: background-color 0.3s, color 0.3s;
}
.grid-productos a:hover {
background-color: #d40000;
color: white;
}