





body {
    background: #FFF;
}
.landing .dnd-section {
    padding: 20px 20px;
}

/* header site */
header.main-site.header {
    background: rgb(0,153,220);
    background: -moz-linear-gradient(90deg, rgba(0,153,220,1) 0%, rgba(0,77,110,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,153,220,1) 0%, rgba(0,77,110,1) 100%);
    background: linear-gradient(90deg, rgba(0,153,220,1) 0%, rgba(0,77,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099dc",endColorstr="#004d6e",GradientType=1);
    padding-bottom: 10px;
 
}

/* Navigation */
.submenu.level-1>li {
    padding: 15px 10px !important;
}
ul.submenu.level-1 li.menu-item a {
    color: #FFFFFF!important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
/* boton navegacion */
header ul.submenu.level-1 li.menu-item:last-child {
    background: #fea703;
    border-radius: 4px;
    padding: 6px !important;
}

@media(max-width: 767px) {
  /* centro objetos */
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
      text-align: center;
  }
  /* Chat Iframe */
  iframe#chat {
    max-width: 335px !important;
  }
}

/* ==== Login ==== */
h1.titulo-login, .login-bajada {
    text-align: center;
}
#login .actions {
    text-align: left;
    margin-top: 1em;
}


/* Cambiar su contraseña Page */
form#hs-membership-form {
    margin-bottom: 1em;
}

/* Footer */
.submenu.level-1>li {
    padding: 0px 10px !important;
  text-align: center;
}





/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}

body {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
  color: #494A52;
}

/* Paragraphs */

p {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #0270e0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  color: #2a98ff;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #494A52;
  font-size: 50px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #494A52;
  font-size: 38px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #494A52;
  font-size: 30px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #494A52;
  font-size: 24px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #494A52;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(33, 34, 42, 1.0);
  border-color: #21222a;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(113, 114, 122, 1.0);
  border-color: #71727a;
  color: #FFFFFF;
}






form,
.submitted-message {
  font-family: Montserrat; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  color: #F8FAFC;
}

/* Form label */

form label {
  color: #494A52;
}

/* Form help text */

form legend {
  color: #494A52;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #494A52;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #494A52;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: #00A7E1;
  border-radius: 4px;
  color: #FFF;
}

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(33, 34, 42, 1.0);
  border-color: #21222a;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(113, 114, 122, 1.0);
  border-color: #71727a;
  color: #FFFFFF;
}

/* Contenedor Form */
form {
    border-radius: 4px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0 0 7px 0px #0000000f;
}
/* oculto requerido */
.hs-form-required {
    display: none;
}

/* boton Azul */
form input[type=submit], form .hs-button {
    background-color: #00A7E1;
    border: 1px solid #01a7e1;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 15px 53px;
    font-weight: bold;
}
/* borde campos */
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
    border: 1px solid #efefef;
    color: #494A52;
}
/* centrar menu */
.actions {
    text-align: center;
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}

tbody + tbody {
  border-top-color: #494A52;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Montserrat;
 
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #21222a;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #71727a;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
}

.header__language-switcher-label-current:after {
  border-top-color: #494A52;
}

/* Centro logo */
header.header.header--no-navigation .header__logo {
    text-align: center;
    margin: auto;
    padding: 10px;
}

/* Logo max width */
header.header.header--no-navigation .header__logo img.hs-image-widget {
    max-width: 250px;
}

/* color header */
header.header.header--no-navigation{
  background: #002856; /* #002856 #323e48*/
}

.navigation-primary a {
    color: #494a52;
    font-family: "Montserrat";
    font-size: 16px !important;
    font-weight: 300;
    line-height: 40px;
    text-transform: capitalize;
}

@media(max-width: 767px) {
  
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #494A52;
  }
  
}





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}
.footer {
    background-color: rgb(255 255 255);
}
/* Form Legal */
.legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    margin-top: 4px;
}
/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #494A52;
}

/* Footer - copyright */
div#hs_cos_wrapper_menu_section a {
    color: #00A7E1;
    font-size: 15px !important;
    text-transform: uppercase;
}
/* Footer - Legales */
span#hs_cos_wrapper_footer_copyright_text_ {
    color: #e2e2e2 !important;
}
div#hs_cos_wrapper_footer_copyright_text {
    padding: 0px 20px !important;
}

div#hs_cos_wrapper_menu-section-copyright a.menu-link {
    font-weight: 300 !important;
    font-size: 12px !important;
}
/* footer mainsite */
footer#footer-main-site {
    background: rgb(0,43,82);
    background: -moz-linear-gradient(90deg, rgba(50,62,72,1) 0%, rgba(0,43,82,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,62,72,1) 0%, rgba(0,43,82,1) 100%);
    background: linear-gradient(90deg, rgba(50,62,72,1) 0%, rgba(0,43,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323e48",endColorstr="#002b52",GradientType=1);
  /* border-top: 1px solid #FFF; */
}
footer#footer-main-site li.no-submenu.menu-item a {
    color: #fea703;
}
footer#footer-main-site li.no-submenu.menu-item:first-child a{
  color: #FFFFFF;
}
footer.footer.bg {
    background-color: #002856; /*#323e48;*/
}

footer.footer.bg .social-links__icon svg {
    fill: #012856;
}
footer.footer.bg a {
    color: #FFFFFF;
    text-transform: capitalize;
}
footer.footer.bg .social-links__icon {
    background-color: #ffffff;
}

@media(max-width: 767px) {
  footer.footer.bg {
    background-color: #002856;
    /* margin-top: 3em; */
  }
  
  footer.footer.bg .navigation-primary a {
    font-size: 12px !important;
    
  }
  
  footer.footer.bg .submenu.level-1>li {
    border-top: none !important;
  }
  
}





.blog-post__date {
  border-color: #494A52;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #494A52;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #21222a;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #71727a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #494A52;
  font-size: 38px;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: #0270e0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}











body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .team-member__description {
  background-color: #F8FAFC;
}




/*  =================== 
 * Sin Inscripcion - Fomulario 
 * ====================*/
.hs-content-id-35214694333 main.body-container-wrapper {
    height: 72vh;
}
/* social icons */
.hs-content-id-35214694333 .social-links__icon {
    height: 30px !important;
    width: 30px !important;
}

/*  =================== 
 * Politica de Pivacidad
 * ====================*/




.system-custom h1, .system-custom h2, .system-custom h4 {
    font-size: 21px;
    font-weight: 600;
}
.system-custom  a.hs-login-widget-show-password, .system-custom  a#hs_login_reset,
.system-custom  a.hs-reset-widget-show-password{
    font-size: 16px;
}

.system-custom .ayuda-admin {
    margin-top: 1em;
    font-size: 14px;
}
.suscripcion-confirmacion main.body-container-wrapper {
    height: 72vh;
}




.hs-content-id-36174790076 .row-fluid-wrapper.row-depth-1.row-number-5.dnd-row, 
.hs-content-id-36174790076 .row-fluid-wrapper.row-depth-1.row-number-12.dnd-row {
    display: none;
}

/* fondo blanco */
.body-wrapper.hs-content-id-37413064022.hs-landing-page.hs-page,
.body-wrapper.hs-content-id-37346485334.hs-landing-page.hs-page{
    background: #FFFFFF;
}
/* bg rounded azul  */
.body-wrapper.hs-content-id-37413064022.hs-landing-page.hs-page div#hs_cos_wrapper_module_1605116709734
{
    background: #01a7e1;
    padding: 20px;
    border-radius: 20px;
}

/* Saco sombra de los 3 bloques */
#hs_cos_wrapper_widget_1605212867147 .card-shadow.boton a,
#hs_cos_wrapper_module_16052137933783 .card-shadow.boton a,
#hs_cos_wrapper_module_16052138947763 .card-shadow.boton a{
    box-shadow: none;
}

#hs_cos_wrapper_widget_1605212867147 .card-shadow.boton a:hover,
#hs_cos_wrapper_module_16052137933783 .card-shadow.boton a:hover,
#hs_cos_wrapper_module_16052138947763 .card-shadow.boton a:hover{
    text-decoration: none;
}
@media (min-width: 767px){

  /* FDL - CAMP Fórmula + FL Live - Lobby */
  .body-wrapper.hs-content-id-37451542693.hs-site-page.page .card-shadow.boton p {
      min-height: 100px;
  }
  
  
}

/* Avatar */
img.user-avatar {
    max-width: 100px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 9px 1px #777777;
}

/* Menu */
.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd_area-row-0-margin.dnd-section.dnd_area-row-0-padding p {
    margin-bottom: 0px;
}

@media (max-width: 767px){
   /* FDL - CAMP Fórmula + FL Live - Lobby 
    * Menu */
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd_area-row-0-margin.dnd-section.dnd_area-row-0-padding .span3 {
    display: inline-block;
    width: calc(95%/4);
}
   
}


/* ¿Estás listo para entrar en IMPACT y dejar tu huella en el mundo?   display: none; */ 
/* hs-content-id-37451542693 es el ID de la pagina, si lo sacas todas las row de otras paginas se van display: none; */
.hs-content-id-37451542693 .row-fluid-wrapper.row-depth-1.row-number-7.dnd-row  {

}
/* 3 Bloques */
.hs-content-id-37451542693 .row-fluid-wrapper.row-depth-1.row-number-8.dnd-row  {

}
/* ¿Tienes alguna duda? Entra aquí y habla con nuestro equipo ¡Da click aquí para entrar al evento! */
.hs-content-id-37451542693 .row-fluid-wrapper.row-depth-1.row-number-12.dnd-row  {
display: none; 
}


span#hs-cta-wrapper-e107a0df-5b9e-493c-9633-d3734827f7d2 {
   
}




/* Inicio */
.hs-content-id-39316209835 form {
    box-shadow: none !important;
}
/* Form */
.hs-content-id-39316209835  input[type=email] {
    border: 1px solid #0099da !important;
    color: #494A52;
    box-shadow: 0px 0px 15px 0px #00000038!important;
}

.hs-content-id-39316209835  form .actions {
    text-align: center;
    width: 100%;
    box-shadow: 0px 0px 15px 0px #00000038;
    background: #fea703;
    border-radius: 4px;
}

/* Video */
.hs-embed-wrapper.hs-fullwidth-embed {
    box-shadow: 0px 0px 15px 0px #00000054;
    border: 5px solid #FFFFFF;
}
/* Testimonios 3 columnas  */
.hs-content-id-39316209835 .span4.widget-span.widget-type-cell.dnd-column {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px #00000054;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.hs-content-id-39316209835  .span4.widget-span.widget-type-cell.dnd-column p {
    padding: 0px 10px;
}
/* https://www.formuladelanzamiento.com/fl-registro-or */
.hs-content-id-39370110625 header.main-site.header { 
    display: none;
}
.hs-content-id-39983764106 header.main-site.header { 
    display: none;
}
    /* https://www.formuladelanzamiento.com/fl-registro-fb */
.hs-content-id-39984444484 header.main-site.header { 
    display: none;
}
/* https://www.formuladelanzamiento.com/fl-registro-ga */
.hs-content-id-39985343581 header.main-site.header { 
    display: none;
}
  /* https://www.formuladelanzamiento.com/fl-registro-af.jg */
.hs-content-id-39985343956 header.main-site.header { 
    display: none;
}
@media (max-width: 767px){
  /* https://www.formuladelanzamiento.com/fl-registro-or */
.hs-content-id-39370110625 span#hs_cos_wrapper_widget_1609352953741_ img {
    width: 60% !important;
    height: 60% !important;
}
  /* titulo */
  span#hs_cos_wrapper_module_16092632056773_ p {
    margin-bottom: 0px !important;
}
  .hs-content-id-39316209835 .dnd_area-row-0-background-image {
      background: #FFFFFF !important;
  }
  .hs-content-id-39370110625 .dnd_area-row-1-background-image {
    background-image: none !important;
}
 .hs-content-id-39370110625 p {
    font-size: 16px;
}

  
 .hs-content-id-39370110625 h1, .hs-content-id-39370110625 h2, .hs-content-id-39370110625 h3 span, .hs-content-id-39370110625 h4 span{
    font-size: 20px !important;
}
.hs-content-id-39370110625 h1{
    font-size: 18px !important;
}
/* texto antes del form */
.hs-content-id-39370110625  span#hs_cos_wrapper_dnd_area-module-3_ p {
    margin-bottom: 0;
}
/* Form */
.hs-content-id-39370110625 form p {
  line-height: 20px !important;
 }
.hs-content-id-39370110625 form .hs-richtext.hs-main-font-element p span {
    font-size: 18px;
}
span#hs_cos_wrapper_module_16092660723653_ h2 span,
span#hs_cos_wrapper_module_16092660723653_ h2{
    font-size: 24px !important;
    line-height: 30px;
}
  .hs-content-id-39370110625 span#hs_cos_wrapper_module_16093501157422_ p span {
    font-size: 24px !important;
}
.hs-content-id-39370110625 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}
/* https://www.formuladelanzamiento.com/fl-registro-af */
.hs-content-id-39983764106 header.main-site.header { 
    display: none;
}
  
.hs-content-id-39983764106 span#hs_cos_wrapper_widget_1609352953741_ img {
    width: 60% !important;
    height: 60% !important;
}
  /* titulo */
  span#hs_cos_wrapper_module_16092632056773_ p {
    margin-bottom: 0px !important;
}
  .hs-content-id-39316209835 .dnd_area-row-0-background-image {
      background: #FFFFFF !important;
  }
  .hs-content-id-39983764106 .dnd_area-row-1-background-image {
    background-image: none !important;
}
 .hs-content-id-39983764106 p {
    font-size: 16px;
}

  
 .hs-content-id-39983764106 h1, .hs-content-id-39983764106 h2, .hs-content-id-39983764106 h3 span, .hs-content-id-39983764106 h4 span{
    font-size: 20px !important;
}
.hs-content-id-39983764106 h1{
    font-size: 18px !important;
}
/* texto antes del form */
.hs-content-id-39983764106  span#hs_cos_wrapper_dnd_area-module-3_ p {
    margin-bottom: 0;
}
/* Form */
.hs-content-id-39983764106 form p { 
  line-height: 20px !important;
 }
.hs-content-id-39983764106 form .hs-richtext.hs-main-font-element p span {
    font-size: 18px;
}
span#hs_cos_wrapper_module_16092660723653_ h2 span,
span#hs_cos_wrapper_module_16092660723653_ h2{
    font-size: 24px !important;
    line-height: 30px;
}
.hs-content-id-39983764106 span#hs_cos_wrapper_module_16093501157422_ p span {
    font-size: 24px !important;
}
.hs-content-id-39983764106 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}

.hs-content-id-39984444484 span#hs_cos_wrapper_widget_1609352953741_ img {
    width: 60% !important;
    height: 60% !important;
}
  /* titulo */
  span#hs_cos_wrapper_module_16092632056773_ p {
    margin-bottom: 0px !important;
}
  .hs-content-id-39316209835 .dnd_area-row-0-background-image {
      background: #FFFFFF !important;
  }
  .hs-content-id-39984444484 .dnd_area-row-1-background-image {
    background-image: none !important;
}
 .hs-content-id-39984444484 p {
    font-size: 16px;
}

  
 .hs-content-id-39984444484 h1, .hs-content-id-39984444484 h2, .hs-content-id-39984444484 h3 span, .hs-content-id-39984444484 h4 span{
    font-size: 20px !important;
}
.hs-content-id-39984444484 h1{
    font-size: 18px !important;
}
/* texto antes del form */
.hs-content-id-39984444484  span#hs_cos_wrapper_dnd_area-module-3_ p {
    margin-bottom: 0;
}
/* Form */
.hs-content-id-39984444484 form p { 
  line-height: 20px !important;
 }
.hs-content-id-39984444484 form .hs-richtext.hs-main-font-element p span {
    font-size: 18px;
}
span#hs_cos_wrapper_module_16092660723653_ h2 span,
span#hs_cos_wrapper_module_16092660723653_ h2{
    font-size: 24px !important;
    line-height: 30px;
}
.hs-content-id-39984444484 span#hs_cos_wrapper_module_16093501157422_ p span {
    font-size: 24px !important;
}
.hs-content-id-39984444484 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}
  

/* https://www.formuladelanzamiento.com/fl-registro-ga */
.hs-content-id-39985343581 header.main-site.header { 
    display: none;
}

.hs-content-id-39985343581 span#hs_cos_wrapper_widget_1609352953741_ img {
    width: 60% !important;
    height: 60% !important;
}
  /* titulo */
  span#hs_cos_wrapper_module_16092632056773_ p {
    margin-bottom: 0px !important;
}
  .hs-content-id-39316209835 .dnd_area-row-0-background-image {
      background: #FFFFFF !important;
  }
  .hs-content-id-39985343581 .dnd_area-row-1-background-image {
    background-image: none !important;
}
 .hs-content-id-39985343581 p {
    font-size: 16px;
}

  
 .hs-content-id-39985343581 h1, .hs-content-id-39985343581 h2, .hs-content-id-39985343581 h3 span, .hs-content-id-39985343581 h4 span{
    font-size: 20px !important;
}
.hs-content-id-39985343581 h1{
    font-size: 18px !important;
}
/* texto antes del form */
.hs-content-id-39985343581  span#hs_cos_wrapper_dnd_area-module-3_ p {
    margin-bottom: 0;
}
/* Form */
.hs-content-id-39985343581 form p { 
  line-height: 20px !important;
 }
.hs-content-id-39985343581 form .hs-richtext.hs-main-font-element p span {
    font-size: 18px;
}
span#hs_cos_wrapper_module_16092660723653_ h2 span,
span#hs_cos_wrapper_module_16092660723653_ h2{
    font-size: 24px !important;
    line-height: 30px;
}
.hs-content-id-39985343581 span#hs_cos_wrapper_module_16093501157422_ p span {
    font-size: 24px !important;
}
.hs-content-id-39985343581 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}
  
/* https://www.formuladelanzamiento.com/fl-registro-af.jg */
.hs-content-id-39985343956 header.main-site.header { 
    display: none;
}
.hs-content-id-39985343956 span#hs_cos_wrapper_widget_1609352953741_ img {
    width: 60% !important;
    height: 60% !important;
}
  /* titulo */
  span#hs_cos_wrapper_module_16092632056773_ p {
    margin-bottom: 0px !important;
}
  .hs-content-id-39316209835 .dnd_area-row-0-background-image {
      background: #FFFFFF !important;
  }
  .hs-content-id-39985343956 .dnd_area-row-1-background-image {
    background-image: none !important;
}
 .hs-content-id-39985343956 p {
    font-size: 16px;
}

  
 .hs-content-id-39985343956 h1, .hs-content-id-39985343956 h2, .hs-content-id-39985343956 h3 span, .hs-content-id-39985343956 h4 span{
    font-size: 20px !important;
}
.hs-content-id-39985343956 h1{
    font-size: 18px !important;
}
/* texto antes del form */
.hs-content-id-39985343956  span#hs_cos_wrapper_dnd_area-module-3_ p {
    margin-bottom: 0;
}
/* Form */
.hs-content-id-39985343956 form p { 
  line-height: 20px !important;
 }
.hs-content-id-39985343956 form .hs-richtext.hs-main-font-element p span {
    font-size: 18px;
}
span#hs_cos_wrapper_module_16092660723653_ h2 span,
span#hs_cos_wrapper_module_16092660723653_ h2{
    font-size: 24px !important;
    line-height: 30px;
}
.hs-content-id-39985343956 span#hs_cos_wrapper_module_16093501157422_ p span {
    font-size: 24px !important;
}
.hs-content-id-39985343956 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}
  
}/* End 767px */


.hs-content-id-39370110625 header.main-site.header {
    display: none;
}
.hs-content-id-39370110625 form {
    box-shadow: 0 0 7px 0px #00000063 !important;
}


/* ================
 * Inicio Gracias
 * ================ */
.hs-content-id-39321413212 header.main-site.header {
    display: none;
}


/* ================
 * Estas Dentro thx Page 
 * ================ */
.hs-content-id-39322563101 .span3.widget-span.widget-type-cell.dnd-column {
    background: #FFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 3px 9px 0px #00000054;
    padding: 0px 0px 20px 0px;
}
@media (max-width: 767px){
  /* https://www.formuladelanzamiento.com/fl-gracias-or */
  .hs-content-id-39370857392 h2{
    font-size: 24px !important
  }
  .hs-content-id-39370857392  #hs-button_widget_1609272730077 {
      background-color: rgba(0, 0, 0,0.0);
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
  }
  .hs-content-id-39370857392   span #hs_cos_wrapper_widget_1609272928811_ p span, span#hs_cos_wrapper_widget_1609272928811_ p a {
   /* color: black !important; */
  }
   /* https://www.formuladelanzamiento.com/fl-gracias-fl */
  .hs-content-id-39983764190 h2{
    font-size: 24px !important
  }
  .hs-content-id-39983764190  #hs-button_widget_1609272730077 {
      background-color: rgba(0, 0, 0,0.0);
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
  }
  .hs-content-id-39983764190  span#hs_cos_wrapper_widget_1609272928811_ p span, span#hs_cos_wrapper_widget_1609272928811_ p a {
    /* color: black !important; */
  }
  /* https://formuladelanzamiento.com/fl-gracias-fb */
  .hs-content-id-39985343477 h2{
    font-size: 24px !important
  }
  .hs-content-id-39985343477  #hs-button_widget_1609272730077 {
      background-color: rgba(0, 0, 0,0.0);
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
  }
  .hs-content-id-39985343477  span#hs_cos_wrapper_widget_1609272928811_ p span, span#hs_cos_wrapper_widget_1609272928811_ p a {
    /* color: black !important; */
  }
  /* https://formuladelanzamiento.com/fl-gracias-ga */
  .hs-content-id-39984445106 h2{
    font-size: 24px !important
  }
  .hs-content-id-39984445106  #hs-button_widget_1609272730077 {
      background-color: rgba(0, 0, 0,0.0);
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
  }
  .hs-content-id-39984445106  span#hs_cos_wrapper_widget_1609272928811_ p span, span#hs_cos_wrapper_widget_1609272928811_ p a {
    color: black !important;
  }
  /* https://formuladelanzamiento.com/fl-gracias-fa-jg */
  .hs-content-id-39984445609 h2{
    font-size: 24px !important
  }
  .hs-content-id-39984445609  #hs-button_widget_1609272730077 {
      background-color: rgba(0, 0, 0,0.0);
      color: #FFFFFF;
      font-size: 14px;
      font-weight: bold;
  }
  .hs-content-id-39984445609  span#hs_cos_wrapper_widget_1609272928811_ p span, span#hs_cos_wrapper_widget_1609272928811_ p a {
    color: black !important;
  }
}