.elementor-23888 .elementor-element.elementor-element-ba9a426{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23888 .elementor-element.elementor-element-cdc55e5{--display:flex;}.elementor-23888 .elementor-element.elementor-element-30e1265{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-23888 .elementor-element.elementor-element-6dac512{--display:flex;}.elementor-23888 .elementor-element.elementor-element-19ae52ab{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-23888 .elementor-element.elementor-element-69157fc4{--display:flex;}@media(max-width:767px){.elementor-23888 .elementor-element.elementor-element-ba9a426{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-e468ec8 */.oc-hero-section,
.oc-section {
  padding: 60px 0;
  background: white;
}

.oc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* ====================== IMÁGENES - FÁCIL DE EDITAR ====================== */
.oc-img-container img {
  width: 100%;
  border-radius: 20px;
 
}

/* ====================== TEXTO ====================== */
.oc-texto-container h2,
.oc-texto-container2 h2 {
    font-family: 'candal', sans-serif;
  font-weight: 900;
  line-height: 1.05;
  font-size: 2.4rem;
  color: #a10964;
  margin-bottom: 1.2rem;
  text-align: left;
}

.oc-highlight {
  color: #ff9700;
}

.oc-texto-container p,
.oc-texto-container2 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: #380635;
  line-height: 1.3;
  text-align: justify;
}

/* ====================== RESPONSIVE - FÁCIL DE EDITAR ====================== */

/* TABLET (769px - 992px) */
@media (max-width: 992px) and (min-width: 769px) {
  .oc-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Tamaño de imágenes en Tablet - EDITA AQUÍ */
  .oc-img-container img {
    max-width: 80%;        /* ← Cambia este valor */
    margin: 0 auto;
    display: block;
  }

  .oc-texto-container h2,
  .oc-texto-container2 h2 {
    font-size: 2.1rem;
    text-align: center;
  }
}

/* CELULAR (menos de 768px) */
@media (max-width: 768px) {
  .oc-container {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0 15px;
  }

  /* Tamaño de imágenes en Celular - EDITA AQUÍ */
  .oc-img-container img {
    max-width: 60%;        /* ← Cambia este valor fácilmente */
    margin: 0 auto;
    display: block;
    border-radius: 16px;
  }

  .oc-texto-container h2,
  .oc-texto-container2 h2 {
    font-size: 1.95rem;
    text-align: center;
  }
}

/* CELULAR MUY PEQUEÑO (menos de 480px) */
@media (max-width: 480px) {
  .oc-img-container img {
    max-width: 100%;       /* ← Aquí controlas móviles pequeños */
    padding: 10px;
  }

  .oc-texto-container h2,
  .oc-texto-container2 h2 {
    font-size: 1.75rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aab5887 *//* ====================== */
/* PARTE 1: Imagen + Texto */
/* ====================== */
.oc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.oc-img-container img {
  width: 100%;
  border-radius: 20px;
}

.oc-texto-container h2 {
  font-size: 2.6rem;
  color: #a10964;
}

.oc-texto-container p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
}

/* ====================== */
/* PARTE 2: 3 COLUMNAS FLEX */
/* ====================== */
.oc-columns-container {
  max-width: 1200px;
  margin: 0 auto;
}

.oc-columns-flex {
  display: flex;
  gap: 20px;
}

.oc-column {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* ====================== */
/* ICONOS - FÁCIL DE MODIFICAR */
/* ====================== */
.oc-column .oc-icon {
  font-size: 85px;           /* ← CAMBIA AQUÍ el tamaño del icono */
  margin-bottom: 25px;
  line-height: 1;
}

/* Si más adelante querés usar imágenes en vez de emojis, usa esta versión: */
.oc-column img.oc-icon-img {
  width: 30%;               /* ← Cambia aquí si usas <img> */
  height: 85px;
  margin: 0 auto 25px;
  object-fit: contain;
}
/* Si querés cambiar el tamaño rápido, solo modificá este valor:
   Ejemplos:
   - 70px  → más pequeño
   - 90px  → más grande
   - 100px → muy grande
*/

/* Títulos y texto */
.oc-column h3 {
 font-family: 'candal', sans-serif;
  line-height: 1.05;
  font-weight: 900;
  font-size: 1.5rem;
  color: #a10964;
  margin-bottom: 1.2rem;
  text-align: center;
}

.oc-column p {
  font-family: 'montserrat', sans-serif;
  font-size: 1.2rem;
  color: #380635;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: justify;
}

/* ====================== */
/* RESPONSIVE */
/* ====================== */
@media (max-width: 992px) {
  .oc-grid, .oc-columns-flex {
    flex-direction: column;
    gap: 40px;
  }
  
  .oc-columns-flex {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .oc-grid {
    padding: 60px 20px 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47814b39 *//* ====================== SECCIÓN VOLVER ====================== */
.volver-section {
  padding: 50px 20px;
  
}

.volver-container {
  width: 50%;
  margin: 0 auto;
  background: linear-gradient(#380635, #a10964);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 4rem;
}

.volver-image img {
  width: 100%;
  border-radius: 20px;
  
}

.volver-content h2 {
  font-family: 'CANDAL', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ff9700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.volver-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: white;
  line-height: 1.3;
  margin-bottom: 30px;
}

.volver-btn {
  display: inline-block;
  padding: 13px 32px 10px;
  background: linear-gradient(135deg, #ff9700, #ff9900);
  color: #ffffff !important;           /* Blanco fuerte */
  font-family: 'CANDAL', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(161, 9, 100, 0.35);
  transition: all 0.3s ease;
  border: none;                        /* Por si acaso */
  outline: none;
}

/* Estado normal + visited (para que nunca se ponga azul o morado) */
.volver-btn,
.volver-btn:visited,
.volver-btn:link {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff9700, #ff9900);
}

/* Hover - aquí le puse el color que pediste para el texto */
.volver-btn:hover,
.volver-btn:visited:hover {
  transform: translateY(-4px);
  color: #A10964 !important;           /* Color magenta oscuro que tenías */
  background: linear-gradient(135deg, #ff9700, #ff7700);  /* Naranja un poco más oscuro */
  box-shadow: 0 12px 30px rgba(161, 9, 100, 0.55);
  text-decoration: none;
}

/* Active (cuando haces click) */
.volver-btn:active,
.volver-btn:visited:active {
  transform: translateY(-2px);         /* Un poco menos de elevación */
  color: #A10964 !important;
  background: linear-gradient(135deg, #ff8800, #ff6600);
  box-shadow: 0 4px 15px rgba(161, 9, 100, 0.4);
}

/* Focus (cuando navegas con teclado) */
.volver-btn:focus {
  color: #380635 !important;
  box-shadow: 0 0 0 4px rgba(161, 9, 100, 0.3);
  outline: none;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 992px) {
  .volver-container {
      width: 70%;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .volver-content h2 {
    font-size: 1.9rem;
  }
}

@media (max-width: 600px) {
  .volver-content h2 {
    font-size: 1.7rem;
  }
  .volver-container {
      width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .volver-btn {
    font-size: 1rem;
    padding: 12px 28px;
  }
}/* End custom CSS */