/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*VIDEO ROB*/
.videoask-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Ajusta el tamaño máximo */
    margin: 0 auto;
    border-radius: 24px; /* Bordes redondeados */
    overflow: hidden;
}

.videoask-iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 24px; /* Bordes redondeados */
}

/* Ajuste responsivo para móviles */
@media (max-width: 768px) {
    .videoask-container {
        max-width: 100%;
    }

    .videoask-iframe {
        height: 500px; /* Reducir altura en móviles */
    }
}

@media (max-width: 480px) {
    .videoask-iframe {
        height: 400px; /* Aún más pequeño en pantallas muy pequeñas */
    }
}


/*BOTON 1*/
.boton1-container {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Asegura alineación vertical si es necesario */
    text-align: center;
    width: 100%; /* Ocupa todo el ancho disponible */
    margin: 20px 0; /* Margen superior e inferior */
}

.boton1 {
    display: inline-block;
    background-color: #28a745; /* Verde */
    color: #ffffff; /* Texto blanco */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border: none;
    cursor: pointer;
}

.boton1:hover {
    background-color: #1e7e34; /* Verde más oscuro al pasar el mouse */
    color: #ffffff !important;
}


.boton2-container {
    display: flex;
    justify-content: flex-end; /* Alinea el botón a la derecha */
    padding: 20px; /* Ajusta el espacio según sea necesario */
}

/* Botón 2 */
.boton2-container {
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente si es necesario */
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.boton2 {
    display: inline-block;
    background-color: #28a745; /* Verde */
    color: #ffffff; /* Texto blanco */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border: none;
    cursor: pointer;
}

.boton2:hover {
    background-color: #1e7e34; /* Verde más oscuro al pasar el mouse */
    color: #ffffff !important;
}


.boton3-container {
    display: flex;
    justify-content: center; /* Centra el botón horizontalmente */
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.boton3 {
    display: inline-block;
    background-color: #28a745; /* Verde */
    color: #ffffff; /* Texto blanco */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 100px; /* Más ancho */
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    width: 90%; /* Más ancho en el contenedor */
    max-width: 800px; /* Define un límite para evitar que sea demasiado grande */
}

.boton3:hover {
    background-color: #1e7e34; /* Verde más oscuro al pasar el mouse */
    color: #ffffff !important; /* Asegura que el texto sigue siendo blanco */
}





/*Demo Plan*/
.pricing-plan {
    background-color: #000000 !important; /* Fondo negro */
    color: #ffffff !important; /* Letras blancas */
    padding: 20px;
    border-radius: 0px; /* Bordes cuadrados */
    text-align: center;
    width: 100%;
    max-width: 350px; /* Tamaño uniforme */
    margin: auto;
    box-shadow: none; /* Quitar sombra */
    border: none; /* Sin bordes */
}

/* Texto */
.pricing-plan h2 {
    color: #ffffff !important; /* Texto blanco */
    font-size: 24px;
    font-weight: bold;
}

.pricing-plan p, 
.pricing-plan ul.features li {
    color: #ffffff !important; /* Letras blancas */
    font-size: 16px;
    list-style: none;
}

/* Precio */
.pricing-plan .price {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff !important; /* Precio en blanco */
}

/* Botón */
.pricing-button {
    display: inline-block;
    background-color: #ffffff; /* Botón blanco */
    color: #000000 !important; /* Texto negro */
    text-align: center;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0px; /* Bordes cuadrados */
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease-in-out;
    border: none; /* Sin bordes */
}

/* Hover del botón */
.pricing-button:hover {
    background-color: #25d366 !important; /* Hover verde */
    color: #ffffff !important;
}






.monthly-pricing-plan {
    background-color: #000000 !important; /* Fondo negro */
    color: #ffffff !important; /* Letras blancas */
    padding: 20px;
    border-radius: 0px; /* Bordes cuadrados */
    text-align: center;
    width: 100%;
    max-width: 350px; /* Tamaño uniforme */
    margin: auto;
    box-shadow: none; /* Quitar sombra */
    border: none; /* Sin bordes */
}

/* Texto */
.monthly-pricing-plan h2 {
    color: #ffffff !important; /* Título en blanco */
    font-size: 24px;
    font-weight: bold;
}

.monthly-pricing-plan p, 
.monthly-pricing-plan ul.features li {
    color: #ffffff !important; /* Letras blancas */
    font-size: 16px;
}

/* Precio */
.monthly-pricing-plan .price {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff !important; /* Precio en blanco */
}

/* Botón */
.monthly-pricing-button {
    display: inline-block;
    background-color: #ffffff; /* Botón blanco */
    color: #000000 !important; /* Texto negro */
    text-align: center;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0px; /* Bordes cuadrados */
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease-in-out;
    border: none; /* Sin bordes */
}

/* Hover del botón */
.monthly-pricing-button:hover {
    background-color: #25d366 !important; /* Hover verde */
    color: #ffffff !important;
}







#video1final {
    display: flex;
    justify-content: center; /* Centra el iframe horizontalmente */
    align-items: center;
    width: 100%;
    max-width: 800px; /* Ajustar ancho máximo */
    margin: auto; /* Centrado */
    overflow: hidden;
    border-radius: 24px;
}

#video1final iframe {
    width: 100%;
    height: 400px; /* Ajustar altura */
    border: none;
    border-radius: 24px;
}




#video2final {
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center;
    width: 100%;
    max-width: 800px; /* Ajustar ancho máximo */
    margin: auto; /* Centrado */
    overflow: hidden;
    border-radius: 24px;
}

#video2final iframe {
    width: 100%;
    height: 400px; /* Ajustar altura */
    border: none;
    border-radius: 24px;
}


#video3final {
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center;
    width: 100%;
    max-width: 800px; /* Ajustar ancho máximo */
    margin: auto; /* Centrado */
    overflow: hidden;
    border-radius: 24px;
}

#video3final iframe {
    width: 100%;
    height: 400px; /* Ajustar altura */
    border: none;
    border-radius: 24px;
}



.responsive-canva-container {
    position: relative;
    width: 90vw; 
    max-width: 800px; 
    height: auto; 
    aspect-ratio: 16 / 9;
    margin: 0 auto; 
    box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); 
    overflow: hidden; 
    border-radius: 8px;
}

/* Asegurar que en móviles el iframe se ajuste sin cortes */
.responsive-canva-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Mejora para móviles: evitar que se vea demasiado pequeño */
@media screen and (max-width: 768px) {
    .responsive-canva-container {
        width: 100vw; 
        max-width: 100%;
    }
}



.boton1leadmagnet {
  background-color: #4F45E4;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.boton1leadmagnet:hover {
  background-color: #3e36b8; /* tono más oscuro para hover */
}

.boton2leadmagnet {
  background-color: #4F45E4;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.boton2leadmagnet:hover {
  background-color: #3e36b8; /* tono más oscuro para hover */
}


.botonwhatsappthankyou {
  background-color: #25D366;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.botonwhatsappthankyou:hover {
  background-color: #1ebe5d;
}


.countdown-container {
  color: white;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align: left;
}

.countdown-container h2 {
  font-size: 36px;
  line-height: 1;
}

.countdown-container .highlight {
  font-weight: bold;
}

.countdown-container h3 {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  margin-top: 10px;
}

#countdown {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
}

<!-- ESTILOS PARA MEJORAR EL FORMULARIO -->
<style>
  .form-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    background-color: #f9f9f9;
  }

  .form-container {
    max-width: 1000px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
    width: 100%;
  }

  .form-content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
  }

  .form-image {
    flex: 1;
    min-width: 260px;
  }

  .form-image img {
    width: 100%;
    border-radius: 8px;
  }

  .form-embed {
    flex: 2;
    min-width: 300px;
  }

  @media (max-width: 768px) {
    .form-content {
      flex-direction: column;
    }
  }
</style>

#calendly-widget {
  min-width: 100%;
  height: 1200px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #calendly-widget {
    height: 1400px !important; /* Suficiente para todo el flujo en móvil */
  }
}