.full-height {
  height: 100vh;
}

/* Paneles */
.landing-wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.landing-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/Fondo-landing.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.full-height {
  position: relative;
  z-index: 1;
}
/* 
.right-panel {
  background: #00c853;
} */

/* Elementos */
.main-logo {
  width: 180px;
  margin-bottom: 20px;
}

.campaign-title {
  width: 250px; /* Ajusta según el tamaño de tus archivos de texto */
  margin-bottom: 20px;
}

.cta-button img {
  width: 150px; /* Ajusta según el diseño de tu botón */
  transition: transform 0.2s;
}

.cta-button:hover img {
  transform: scale(1.05); /* Efecto sutil al pasar el mouse */
}

/* Reset básico para asegurar que las imágenes se comporten bien */
.left-panel img,
.right-panel img {
  display: block;
  max-width: 100%;
}
