#contenido h1
{
font-size: 45px;
margin-bottom: 30px;
text-align: center;
}
#contenido h2
{
font-size: 35px;
margin-bottom: 30px;
text-align: center;
}
#contenido h3
{
font-size: 30px;
}
#eventos
{
font-size: 25px;
}
#eventos .block
{
padding: 80px 10%;
}
#eventos .botones
{
background: #dddddd;
flex-wrap: wrap;
justify-content: space-around;
padding: 60px 0;
}
#eventos .botones .item
{
text-align: center;
width: 45%;
}
#eventos .botones .item .name
{
color: #9bad3e;
font-family: 'Lato', sans-serif;
font-size: 45px;
margin: 0 0 20px 0;
}
#eventos .botones .item .valor
{
color: black;
font-family: 'Lato', sans-serif;
font-size: 35px;
margin: 0 0 20px 0;
}
#eventos .columns .columna
{
justify-content: space-between;
}
#eventos .columns .columna .box
{
width: 45%;
}
#eventos .columns .columna .box img
{
height: auto;
max-width: 100%;
}
#eventos .content .editor .flex
{
align-items: center;
justify-content: center;
margin-top: 40px;
}
#eventos .content .editor .flex div
{
padding: 0 20px;
}
#eventos .faqs .title
{
font-size: 22px;
font-weight: 700;
padding-right: 5%;
width: 20%;
}
#eventos .faqs .pregunta
{
border-top: 1px solid #CCC;
margin-bottom: 40px;
padding-top: 40px;
}
#eventos .faqs .pregunta .answer
{
font-size:18px;
}
#eventos .faqs .pregunta .ask
{
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
#eventos .inicio
{
text-align: center;
}
#eventos .inicio .botones,
#eventos .video .botones
{
text-align: center;
}
#eventos .inicio .botones .boton,
#eventos .video .botones .boton
{
background: #9bad3e;
border: 1px solid white;
border-radius: 25px;
color: white;
display: inline-block;
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
text-transform: uppercase;
width: 250px;
}
#eventos .inicio .imagen
{
margin-bottom: 30px;
}
#eventos .mixto .items
{
justify-content: space-between;
margin-bottom: 30px;
}
#eventos .mixto .items .imagen,
#eventos .mixto .items .texto
{
width: 48%;
}
#eventos .mixto .items .imagen
{
text-align: center;
}
#eventos .mixto .items .imagen img
{
height: auto;
max-width: 100%;
}
#eventos .mixto .items:nth-child(even) .texto
{
order: 1;
}
#eventos .options h2
{
color: inherit;
text-align: center;
margin-bottom: 40px;
}
#eventos .options .opciones
{
align-items: center;
justify-content: space-around;
}
#eventos .options .opciones .opcion
{
height: 200px;
padding: 0 2%;
width: 20%;
}
#eventos .options .opciones .opcion img
{
height: auto;
max-width: 100%;
}
#eventos .relacionado .flex
{
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
#eventos .relacionado .imagen
{
margin: 15px 4%;
width: 17%;
}
#eventos .standard .caja
{
background: #cccccc5e;
border-radius: 20px;
padding: 20px 5%;
width: 15%;	
}
#eventos .standard .caja .condiciones
{
font-size: 12px;
margin-top: 20px;
}
#eventos .standard .caja .descripcion
{
font-size: 18px;
margin-bottom: 20px;
}
#eventos .standard .caja .precio
{
font-size: 16px;
margin-bottom: 20px;
}
#eventos .standard .caja .precio span
{
font-size: 24px;
font-weight: 700;
}
#eventos .standard .caja .titulo
{
color: #9bad3e;
font-size: 24px;
margin-bottom: 20px;
}
#eventos .standard .editor
{
padding-right: 5%;
width: 70%;
}
#eventos .video .videos
{
margin-bottom: 30px;
}
.container-video
{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; } .container-video .responsive-iframe,
.container-video iframe
{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.cajas
{
margin: 0 auto;
padding: 80px 0;
width: 1150px;
}
.flex
{
display: flex;
}
.page-template-template-clean #contenido
{
padding: 0;
} #eventos .block.productos-section {
padding: 5px 10% 80px;
}
.productos-container {
margin: 0 auto;
}
.productos-titulo {
text-align: center;
font-size: 2.5em;
margin-bottom: 15px;
color: #333;
font-weight: 700;
}
.productos-descripcion {
text-align: center;
font-size: 1.1em;
margin-bottom: 40px;
color: #666;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.productos-buscador-wrap {
max-width: 600px;
margin: 30px auto;
}
.productos-buscador {
width: 100%;
padding: 15px 20px;
font-size: 1.1em;
border: 2px solid #9bad3e;
border-radius: 50px;
outline: none;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(155, 173, 62, 0.1);
}
.productos-buscador:focus {
border-color: #8a9d35;
box-shadow: 0 4px 12px rgba(155, 173, 62, 0.25);
}
.productos-buscador::placeholder {
color: #999;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
.productos-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
margin-top: 40px;
}
.producto-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.producto-card:hover {
transform: translateY(-8px);
box-shadow: 0 8px 25px rgba(155, 173, 62, 0.15);
}
.producto-imagen {
margin: 0 auto;
width: 180px;
}
.producto-badge {
position: absolute;
top: 15px;
right: 15px;
background: #e74c3c;
color: #fff;
padding: 6px 14px;
border-radius: 20px;
font-size: 0.85em;
font-weight: 600;
z-index: 2;
}
.producto-contenido {
padding: 5px 10px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
h3.producto-nombre {
font-size: 17px !important;
margin: 0 0 12px 0;
font-weight: 600;
line-height: 1.3;
}
.producto-nombre a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.producto-nombre a:hover {
color: #9bad3e;
}
.producto-extracto {
font-size: 14px;
color: #666;
margin-bottom: 15px;
line-height: 1.5;
flex-grow: 1;
}
.producto-precio {
font-size: 20px;
color: #9bad3e;
font-weight: 700;
margin-bottom: 20px;
}
.producto-precio del {
color: #999;
font-size: 0.75em;
margin-right: 8px;
}
.producto-acciones {
display: flex;
gap: 10px;
}
.producto-btn-carrito {
background: #9bad3e;
color: #fff;
padding: 14px 24px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
text-align: center;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 14px;
}
.producto-btn-carrito:hover {
background: #8a9d35;
transform: scale(1.02);
box-shadow: 0 4px 12px rgba(155, 173, 62, 0.3);
}
.btn-icon {
font-size: 1.1em;
}
.producto-btn-ver {
background: transparent;
color: #9bad3e;
padding: 12px 24px;
border: 2px solid #9bad3e;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
text-align: center;
transition: all 0.3s ease;
font-size: 14px;
}
.producto-btn-ver:hover {
background: #9bad3e;
color: #fff;
}
.producto-agotado {
background: #95a5a6;
color: #fff;
padding: 14px 24px;
border-radius: 8px;
text-align: center;
font-weight: 600;
}
.productos-no-encontrados {
text-align: center;
font-size: 1.2em;
color: #666;
padding: 40px;
}
@media (max-width: 768px) {
.productos-grid {
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 20px;
}
.productos-titulo {
font-size: 2em;
}
.producto-contenido {
padding: 20px;
}
}
@media (max-width: 480px) {
.productos-grid {
grid-template-columns: 1fr;
}
.productos-section {
padding: 40px 15px;
}
}
.ycd-time-circle
{
background: white !important;
border-radius: 60px;
margin-bottom: 30px;
} @media screen and  (max-width: 1279px) 
{
.cajas
{
width: 85%;
}
} @media screen and  (max-width: 1023px)
{
#eventos .standard .caja
{
width: 30%;
}
#eventos .standard .editor
{
width: 55%;
}
} @media screen and  (max-width: 767px) 
{
#eventos,
#eventos .botones .item .valor
{
font-size: 20px;
}
#eventos h1,
#eventos .botones .item .name
{
font-size: 30px;
}
#eventos h2
{
font-size: 25px;
}
#eventos .block
{
padding: 30px 5%;
}
#eventos .botones .item
{
margin: 20px 0;
width: 100%;
}	
#eventos .columns .columna
{
flex-wrap: wrap;
}
#eventos .columns .columna .box
{
width: 100%;
}
#eventos .columns .columna .box.left
{
margin-bottom: 30px;
}
#eventos .faqs .flex
{
flex-wrap: wrap;
}
#eventos .faqs .preguntas
{
width: 100%;
}
#eventos .faqs .title
{
margin-bottom: 20px;
padding: 0;
width: 100%;
}
#eventos .mixto .items
{
flex-wrap: wrap;
}
#eventos .mixto .items .imagen, #eventos .mixto .items .texto
{
margin: 20px 0;
width: 100%;
}
#eventos .options .opciones
{
flex-wrap: wrap;
}
#eventos .options .opciones .opcion
{
width: 45%;
}
#eventos .standard .caja
{
width: 100%;
}
#eventos .standard .editor
{
margin-bottom: 30px;
width: 100%;
}
#eventos .standard .flex
{
flex-wrap: wrap;
}
} .black-friday-2025#eventos .cajas
{	
padding: 80px 0 0;
}