/*------------------------------------------------*/
/* Basic styles */ 
/* Designed and coded by Fribba.com */
/*------------------------------------------------*/

html {}
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', Arial;
  color: #fff;

  /* Fondo: color base + imagen + mezcla sutil para PNG sin fondo */
  background-color: #1f5673; /* tono azul más brillante y neutro */      /* antes #0d1a24 */          /* gris-azulado tecnológico */
  background-image: radial-gradient(circle at 30% 30%, #2e8bc0 0%, #0a1c28 100%);
  background-blend-mode: normal;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;      /* mezcla elegante entre color e imagen */

  position: relative;
  min-height: 100%;
  padding-top: 100px;
}

.overlay {
  background: rgba(0,0,0,.22);   /* antes .45 */
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

#wrap {
  width: 100%;
  min-height: 100%;
  display: table;
  position: relative;
  z-index: 10000;
}

/* (Se removieron estilos del #defaultCountdown y countdown-* porque ya no se usa) */

.image-align {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 100px;
}

/* Títulos más legibles y con menor tamaño base (mejor en desktop común) */
h1 {
  font-size: 72px;                      /* antes 96px */
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -2px;
  line-height: 1.05;
}

h1 span.small {
  font-size: 32px;                      /* antes 42px */
  font-weight: 300;
  display: block;
}

h1 span.big {
  display: block;
  margin-top: 10px;
  line-height: 1;
}

.yellow { color: #ffe600; }

p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  font-family: 'Oswald', Arial;
  position: relative;
  width: 100%;
}

p:before,
p:after {
  content: " ";
  position: absolute;
  width: 40%;
  height: 1px;
  background: rgba(255,255,255,.3);
  transform: translateX(-50%);
  left: 50%;
  top: -15px;
}

p:after {
  bottom: -20px;
  top: auto;
  width: 20%;
}

form {
  margin: 0 auto;
  display: table;
  width: 100%;
  text-align: center;
}

input[type="email"] {
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 53px;
  color: #fff;
  font-family: 'Oswald', Arial;
  font-size: 16px;
  padding-left: 20px;
  outline: 0;
  width: 100%;
}

.form-holder {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}

input[type="submit"] {
  border-radius: 0 5px 5px 0;
  font-family: 'Oswald', Arial;
  background: #ffe600;
  color: #000;
  border: none;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
  cursor: pointer;
  height: 53px;
  padding: 0 20px;
  line-height: 1;
}

input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

a {
  color: #fff;
  text-decoration: underline;
}

p.copyright {
  font-size: 13px;
  margin-top: 30px;
  color: #61666f;
}

p.copyright:before,
p.copyright:after {
  content: none;
}

.envelope {
  margin: 0 auto;
  text-align: center;
}

.envelope svg {
  fill: #ffe600;
}

::placeholder { color: #fff; }

/*------------------------------------------------*/
/* Encuesta Styles */
/*------------------------------------------------*/

#encuesta {
  margin-top: 3rem;
  text-align: center;
  padding: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#encuesta h2 {
  font-family: 'Oswald', sans-serif;
  color: #ffe600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#encuesta p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Poppins', Arial;
  font-weight: 300;
  margin-bottom: 1.2rem;
  position: relative;
  width: 100%;
}

#encuesta p:before,
#encuesta p:after {
  content: none;
}

#encuesta .agradecimiento {
  font-size: 0.95rem;
  color: #ccc;
}

/* Botón con estilo moderno (azul tecnológico) */
.boton-encuesta {
  display: inline-block;
  background-color: #00c2ff;
  color: #00212b;
  padding: .75rem 1.1rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 18px rgba(0,194,255,.35);
  transition: transform .06s ease, filter .2s ease;
}
.boton-encuesta:hover { filter: brightness(1.05); }
.boton-encuesta:active { transform: scale(.98); }

.formulario-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

/* Iframe responsivo y usable */
.formulario-container iframe {
  width: 100%;
  max-width: 700px;
  min-height: 760px;      /* desktop */
  height: 70vh;           /* intenta ajustar a viewport */
  border: none;
  background: #0b0b0b;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}

/* Imagen del producto FastZapper (PNG sin fondo) */
#imagen-fastzapper{
  text-align:center;
  margin: 40px auto 8px;
  max-width: 560px;
  animation: fadein .9s ease-out both;
}
#imagen-fastzapper img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.35));
  transform: translateZ(0);
}
#imagen-fastzapper .caption{
  font-size:.85rem;
  color:#bdbdbd;
  margin-top:8px;
}

@keyframes fadein{
  from{ opacity:0; transform:translateY(6px) }
  to{ opacity:1; transform:none }
}

/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (max-width: 768px) {
  h1 span.small {
    font-size: 20px;        /* antes 24px */
  }
  h1 {
    font-size: 40px;        /* antes 56px */
    letter-spacing: -1px;
  }
  p {
    font-size: 15px;
  }
  form {
    margin-top: 70px;
  }
  /* (El bloque countdown-* fue eliminado) */
  ::placeholder {
    font-size: 13px;
  }

  /* Ajuste de altura de form en móvil */
  .formulario-container iframe{
    min-height: 1000px;
    height: auto;
  }
}

/* Responsive para móviles muy pequeños */
@media screen and (max-width: 600px) {
  #encuesta h2 { font-size: 1.5rem; }
  #encuesta p { font-size: 0.95rem; }
  .boton-encuesta {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
  }
}
