body.SiteBackground{background-image:url('https://resx.octorate.com/content/310716/1591232551976.jpg')}@media (min-width: 1220px) {.SearchLabel .fa{background:#178fa7;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #178fa7}.SearchBar .GreenButton .ui-button-text{background-color:#178fa7}.SiteTopBar{background-color:rgba(23,143,167,0.8)}:root{--color:#178fa7!important;--color-rotation:188.94827556462707deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#178fa7!important;}/* Fondo general suave */
body {
  background-color: #F7FAF6 !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #2E2E2E !important;
}

/* Contenedor del motor */
.octo-widget, .octo-container {
  background-color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 18px !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
}

/* Inputs */
input, select {
  border-radius: 8px !important;
  border: 1px solid #C9DCC2 !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
}

/* Botón principal estilo natural */
button, .btn {
  background-color: #7BAF4B !important; /* Verde natural */
  color: #ffffff !important;
  border-radius: 999px !important;
  border: none !important;
  padding: 12px 22px !important;
  font-weight: 600 !important;
  transition: background-color 0.3s ease !important;
}

button:hover, .btn:hover {
  background-color: #5C8C38 !important;
}

/* Ajustes para móvil */
@media (max-width: 480px) {
  .octo-widget, .octo-container {
    padding: 12px !important;
  }

  button, .btn {
    width: 100% !important;
    font-size: 16px !important;
  }

  input, select {
    width: 100% !important;
  }
}