.elementor-188 .elementor-element.elementor-element-1fcd78b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-188 .elementor-element.elementor-element-1fcd78b:not(.elementor-motion-effects-element-type-background), .elementor-188 .elementor-element.elementor-element-1fcd78b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CCE7FF;}.elementor-188 .elementor-element.elementor-element-896f8ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-188 .elementor-element.elementor-element-896f8ae::before, .elementor-188 .elementor-element.elementor-element-896f8ae > .elementor-background-video-container::before, .elementor-188 .elementor-element.elementor-element-896f8ae > .e-con-inner > .elementor-background-video-container::before, .elementor-188 .elementor-element.elementor-element-896f8ae > .elementor-background-slideshow::before, .elementor-188 .elementor-element.elementor-element-896f8ae > .e-con-inner > .elementor-background-slideshow::before, .elementor-188 .elementor-element.elementor-element-896f8ae > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-188 .elementor-element.elementor-element-896f8ae > .elementor-shape-bottom .elementor-shape-fill, .elementor-188 .elementor-element.elementor-element-896f8ae > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#61CE70;}.elementor-188 .elementor-element.elementor-element-896f8ae > .elementor-shape-bottom svg, .elementor-188 .elementor-element.elementor-element-896f8ae > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:234px;transform:translateX(-50%) rotateY(180deg);}/* Start custom CSS for html, class: .elementor-element-1b95376 */.about-section {
    max-width: 2200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 200px;
    background: linear-gradient(135deg, #f0f9ff 0%, #cce7ff 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-container:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.text-content {
    padding: 60px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.about-title {
    font-size: 48px;
    font-weight: 800;
    color: #005f73;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.image-content {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.business-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* Elemento decorativo curvo */
.decorative-shape {
    position: absolute;
    right: -100px;
    top: -50px;
    width: 250px;
    height: 500px;
    background: linear-gradient(45deg, #0077b6, #00b4d8);
    border-radius: 50% 0 50% 0;
    opacity: 0.75;
    z-index: 1;
    transform: rotate(15deg);
    transition: transform 0.5s ease;
}

.decorative-shape::before {
    content: '';
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* Elementos flotantes */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 119, 182, 0.12);
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 60px;
    height: 60px;
    top: 70%;
    left: 5%;
    animation-delay: 2s;
}

.circle-3 {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(180deg);
    }
}

/* Responsive */
@media (max-width: 968px) {
    .about-container {
        grid-template-columns: 1fr;
    }
    .text-content {
        padding: 40px 30px;
        text-align: center;
    }
    .about-title {
        font-size: 36px;
    }
    .decorative-shape {
        display: none;
    }
}

@media (max-width: 768px) {
    .text-content {
        padding: 30px 20px;
    }
    .about-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 0 10px;
    }
    .about-container {
        border-radius: 15px;
    }
    .about-title {
        font-size: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8cecc32 *//* ✅ Estilos generales (escritorio, como ya lo tienes) */
.formulario-grid {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.seccion-titulo {
  grid-column: span 3;
  font-size: 22px;
  font-weight: bold;
  color: #2a6f3b;
  margin-bottom: 20px;
  border-bottom: 2px solid #2a6f3b;
  padding-bottom: 8px;
}
.campos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.campo label {
  font-size: 14px;
  color: #333;
  display: block;
}
.campo input, .campo select, .campo textarea {
  width: 100%;
  padding: 10px;
  font-size:14px;
  border: 1px solid #ccc;
  border-radius:4px;
  margin-top:6px;
}
input[type="submit"], .btn-siguiente {
  background-color: #2a6f3b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  grid-column: span 3;
  justify-self: end;
}
input[type="submit"]:hover, .btn-siguiente:hover {
  background-color: #235b30;
}

/* ✅ Solo en móvil */
@media only screen and (max-width: 768px) {
  .campos {
    grid-template-columns: 1fr; /* una sola columna */
    gap: 15px;
  }
  .seccion-titulo {
    font-size: 18px;
  }
  input[type="submit"], .btn-siguiente {
    grid-column: span 1;
    justify-self: stretch; /* botón ocupa todo el ancho */
  }
}/* End custom CSS */