/* ==========================================================================
   EMMI — Hoja de estilos base
   ========================================================================== */

/* Tipografía (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  /* Colores de marca */
  --green: #7CB93E;
  --greendark: #206F28;
  --orange: #F5921E;
  --yellow: #EBE70E;
  --blue: #004E74;
  --darkblue: #1B3A5C;
  --gray: #4D4D4A;
  --white: #FFFFFF;
  --black: #000000;

  /* Tipografía */
  --font-principal: 'Open Sans', sans-serif;

  /* Botón */
  --btn-bg: var(--orange);
  --btn-color: var(--white);
  --btn-radius: 50px;
  --btn-padding-y: 0.75rem;
  --btn-padding-x: 1.75rem;
}


/* ==========================================================================
   Base
   ========================================================================== */

body {
  font-family: var(--font-principal);
  color: var(--gray);
  background-color: var(--white);
}

strong {
    font-weight: 700;
}


h1, h2, h3, h4, h5, h6, p, li, a {
  font-family: var(--font-principal);
}

p, li, a {
  line-height: 1.4;
}

/* Nunca asignar fuente a los títulos: heredan tipografía por defecto */
h1 { font-size: clamp(40px, 5vw, 52px); color: var(--darkblue); }
h2 { font-size: clamp(32px, 3.5vw, 40px); color: var(--darkblue); }
h3 { font-size: clamp(28px, 2.5vw, 32px); }
h4 { font-size: clamp(24px, 2.5vw, 28px); }
h5 { font-size: clamp(22px, 2.5vw, 24px); }
h6 { font-size: clamp(20px, 2.5vw, 20px); }
p  { font-size: clamp(16px, 2.5vw, 16px); }
li { font-size: clamp(16px, 2.5vw, 16px); }


/* ==========================================================================
   Fondos de color
   ========================================================================== */

.bg-green     { background-color: var(--green); }
.bg-greendark { background-color: var(--greendark); }
.bg-orange    { background-color: var(--orange); }
.bg-blue      { background-color: var(--blue); }
.bg-darkblue  { background-color: var(--darkblue); }
.bg-gray      { background-color: var(--gray); }
.bg-white     { background-color: var(--white); }
.bg-black     { background-color: var(--black); }

#proceso { background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), #004E74; }


/* ==========================================================================
   Colores para texto
   ========================================================================== */

.green     { color: var(--green); }
.greendark { color: var(--greendark); }
.yellow    { color: var(--yellow); }
.orange    { color: var(--orange); }
.blue      { color: var(--blue); }
.darkblue  { color: var(--darkblue); }
.gray      { color: var(--gray); }
.white     { color: var(--white); }
.black     { color: var(--black); }


/* ==========================================================================
   Colores para bordes
   ========================================================================== */

.borde-green    { border-color: var(--green); }
.borde-orange   { border-color: var(--orange); }
.borde-darkblue { border-color: var(--darkblue); }
.borde-gray     { border-color: var(--gray); }
.borde-white    { border-color: var(--white); }
.borde-black    { border-color: var(--black); }


/* ==========================================================================
   Bullets
   ========================================================================== */

.bullet-check-icon li{
  position:relative;
  padding-left:38px;
}

.bullet-check-icon li::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  width:26px;
  height:26px;
  border-radius:50%;
  background-color:#E8D93A;
  background-image:url('https://51644579.fs1.hubspotusercontent-na1.net/hubfs/51644579/cliento/inbound/lp/Paneles-solares-industriales-icono-check.svg');
  background-repeat:no-repeat;
  background-position:center;
  background-size:13px 13px;
}


/* ==========================================================================
   Header 
   ========================================================================== */

.header-site {
  background-color: var(--white);
}


/* ==========================================================================
   Sitio 
   ========================================================================== */

/* Banner */

#hero {
  max-width: 1200px;
  margin: auto;
}

#hero * {
  height: 100%;
}

#hero .row > div {
  height: auto
}

.icon-circle{
  width: 64px!important;
  height: 64px!important;
  min-width: 64px!important;
  border-radius: 50%;
  background-color: rgba(255,255,255,.14);
}


/* Slider */

.logos-slider .logo-slide{
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:0 25px;
}

.logos-slider .logo-slide img{
  width:auto;
  max-height:55px;
  height:auto;
}


/* Cards Steps */

.step-card {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(19, 80, 116, 0.10) 100%), rgba(255, 255, 255, 0.05);
}

.step-card__number {
  width: 32px;
  height: 32px;
  background-color: var(--yellow);
  color: var(--blue);
  font-size: 16px;
}


/* Form - Flex */

.fm_descarga form {
  display: flex;
  justify-content: space-between;
}

.fm_descarga .hs_email {
  width: 60%;
}

.fm_descarga .hs_submit {
  width: 38%;
  margin-top: 38px;
}

.fm_descarga .submitted-message {
  margin-bottom: 15px;
}


/* Form - Large */

form .hs_error_rollup {
  display: none
}

form .hs-error-msgs li label {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 5px
}

form fieldset .hs-form-field {
  margin-bottom: 15px
}

form .hs-dependent-field > div {
  margin-top: 15px
}

form .hs-dependent-field > div:first-of-type {
  margin-top: 0
}

.hbspt-form form label {
  color: #fff;
}

.hbspt-form form .input input,
.hbspt-form form select,
.hbspt-form form textarea {
  background: var(--white);
  border: none;
  border-radius: 8px;
  color: #24272b;
  font-size: 16px;
  height: 46px;
  padding: 0 10px;
  width: 100%
}

.hbspt-form form select {
  border-radius: 8px;
  border: 0;
}

form input.hs-button.primary.large {
  background: transparent;
  border: none;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  padding-right: 25px;
  position: relative;
  width: 100%;
  z-index: 1
}

form .hs-submit .actions {
  background: #F7941D;
  border-radius: 99px;
  overflow: hidden;
  position: relative
}

form .hs-submit .actions:hover {
  background: #E67D00;
}

form label {
  color: #fff;
  font-size: 12px;
  padding: 5px 0
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer-site {
  background-color: var(--white);
}


/* ==========================================================================
   Botón principal
   ========================================================================== */

.btn-principal {
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border-radius: var(--btn-radius);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  border: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-principal:hover {
  background-color: var(--darkblue);
  color: var(--white);
  transform: translateY(-2px);
}


* ==========================================================================
   Modelo de Operación — opciones con imagen dinámica
   ========================================================================== */
 
.option-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
 
.option-item {
  position: relative;
  background: none;
  border: none;
  padding: 0 0 0 1.25rem;
  cursor: pointer;
  border-left: 3px solid var(--green);
  transition: opacity 0.25s ease, border-color 0.25s ease;
}
 
.option-item:hover,
.option-item.is-active {
  opacity: 1;
  border-left-color: var(--greendark);
}
 
.option-item__title {
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 18px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}
 
.option-item__text {
  font-size: clamp(14px, 2vw, 15px);
}
 
.option-image {
  border-radius: 16px;
  overflow: hidden;
}
 
.option-image img {
  display: block;
  border-radius: 16px;
  transition: opacity 0.15s ease;
}
 
.option-image img.is-fading {
  opacity: 0;
}
 
/* ==========================================================================
   Modelo de Operación — versión móvil (imagen propia por opción)
   ========================================================================== */
 
.option-item__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 1rem;
}
 
@media (max-width: 991.98px) {
  .option-item {
    opacity: 1;
    border-left: none;
    padding-left: 0;
    margin-bottom: 2rem;
  }
 
  .option-item:last-child {
    margin-bottom: 0;
  }
}
 
/* ==========================================================================
   Modelo de Operación — figura con múltiples imágenes (desktop)
   ========================================================================== */
 
.option-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
 
.option-image.is-active {
  display: block;
  position: relative;
}
 
.option-image img {
  width: 100%;
  height: auto;
}

.option-item:hover h6,
.option-item:hover p,
.is-active .option-item__title, 
.is-active .option-item__text {
  color: var(--greendark);
}



/* Small (landscape phones, ≥576px) */
@media screen and (max-width: 991px) { }

@media screen and (max-width: 767px) { 
  .header-logo-link {
    max-width: 126px;
    margin-right: 0;
  }

  .header-logo-link img {
    width: 100%;
  }
  
  #hero { 
    padding-top: 100%!important; 
    width: 92%;
    border-radius: 2rem;
  }
  .logos-slider .logo-slide{ padding:0 14px; }
  .logos-slider .logo-slide img{ max-height:40px; }
  
  .fm_descarga form {
    display: block;
  }

  .fm_descarga .hs_email {
    width: 100%;
  }

  .fm_descarga .hs_submit{
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) { }