/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * right 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 [tabindex="-1"]:focus:not(:focus-visible) {
   outline: 0 !important;
 }
 
 hr {
   margin: 1rem 0;
   color: inherit;
   background-color: currentColor;
   border: 0;
   opacity: 0.25;
 }
 
 hr:not([size]) {
   height: 1px;
 }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
 }
 
 h1 {
   font-size: 2.5rem;
 }
 
 h2 {
   font-size: 2rem;
 }
 
 h3 {
   font-size: 1.75rem;
 }
 
 h4 {
   font-size: 1.5rem;
 }
 
 h5 {
   font-size: 1.25rem;
 }
 
 h6 {
   font-size: 1rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   -webkit-text-decoration-skip-ink: none;
   text-decoration-skip-ink: none;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul {
   padding-left: 2rem;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 0.875em;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 0.75em;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -.25em;
 }
 
 sup {
   top: -.5em;
 }
 
 a {
   color: #0d6efd;
   text-decoration: none;
 }
 
 a:hover {
   color: #024dbc;
   text-decoration: underline;
 }
 
 a:not([href]), a:not([href]):hover {
   color: inherit;
   text-decoration: none;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 pre {
   display: block;
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   font-size: 0.875em;
 }
 
 pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
 }
 
 code {
   font-size: 0.875em;
   color: #d63384;
   word-wrap: break-word;
 }
 
 a > code {
   color: inherit;
 }
 
 kbd {
   padding: 0.2rem 0.4rem;
   font-size: 0.875em;
   color: #fff;
   background-color: #212529;
   border-radius: 0.2rem;
 }
 
 kbd kbd {
   padding: 0;
   font-size: 1em;
   font-weight: 700;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 table {
   border-collapse: collapse;
 }
 
 caption {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
 }
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 select {
   word-wrap: normal;
 }
 
 [list]::-webkit-calendar-picker-indicator {
   display: none;
 }
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 button:not(:disabled),
 [type="button"]:not(:disabled),
 [type="reset"]:not(:disabled),
 [type="submit"]:not(:disabled) {
   cursor: pointer;
 }
 
 ::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: textfield;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   float: left;
   width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 ::-webkit-datetime-edit {
   overflow: visible;
   line-height: 0;
 }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: textfield;
 }
 
 ::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-color-swatch-wrapper {
   padding: 0;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 main {
   display: block;
 }
 
 [hidden] {
   display: none !important;
 }


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}











body{
  font-family: "Poppins", sans-serif;
  color: #000;
}


h1, h2, h3, .color-black p{
  color: #000;
}

h1{
  margin-top: 2rem;
}

h2, .form-main h3.form-title{
  margin-bottom: 1.5rem; 
  font-size: 20px;
  font-weight: 700;
}

p, ul, li{
  color: #626567;
}

.nav__menu li a{
  color: #000000;
}

a:hover{
  text-decoration: none;
}

header{
  background: #ffffff; 
}

footer{
  background: #f8f8f8;
}

.footer .hs-menu-wrapper ul{
  padding-left: 0;
}

.footer .hs-menu-wrapper ul li{
  list-style: none;
  margin-top: 5px;
  margin-bottom: 8px;
}

.footer .hs-menu-wrapper ul a{
  color: #626567;
  font-weight: 500;
}

.text-center{
  text-align: center;
}

.text-red, .text-red h2{
  color: #FE4140;
}

.text-red-gradient h2{
   background: -webkit-linear-gradient(45deg, #031826, #FE4140 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-black-gradient h2{
  background: -webkit-linear-gradient(45deg, #02243A, #5E6166 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp__main .dnd-section>.row-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.lp__main .dnd-section {
    padding: 40px 1.5rem;
}

.mm-spn.mm-spn--navbar.mm-spn--dark{
  background: #ffffff;
}

.mm-spn.mm-spn--navbar a{
 color: #000000;
}

.roundedimage img{
  border-radius: 12px;
}

.textbannermain, .textbannermain p, .textbanner, .textbanner p {
  color: #626567;
  font-size: 16px;
}

.textbannermain h1 {
  font-size: 24px;
  margin-top: 3px;
  background: -webkit-linear-gradient(45deg, #031826, #FE4140 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.textbannermain a, .hs-button, .btn-cta a {
    align-items: center;
    background-color: #FE4140;
    border-radius: 25px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-height: 2rem;
    min-width: 10rem;
    padding: .8rem 2rem;
    transition: .3s;
}

.textbannermain a:hover, .hs-button:hover, .btn-cta a:hover{
  background: #DD2E2D;
  color: #fff;
  cursor: pointer;
}

.bg-gray {
  background: #f8f8f8;
  padding: 2rem;
}

.lp__main .hs_cos_wrapper_type_rich_text ul{
  padding-left: 0;
}
.lp__main .hs_cos_wrapper_type_rich_text ul li{
  list-style: none;
  margin-bottom: 1.3rem;
  background: url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/DW-DnD-theme/icon-check.png) no-repeat 0px 5px;
  padding-left: 35px;
}

.lp__main_header{
  background: rgb(229,228,246);
  background: linear-gradient(45deg, rgba(229,228,246,1) 0%, rgba(255,255,255,1) 100%);
  position: relative;
}
.lp__main_header .textbannermain, .lp__main_header img{
  z-index: 99;
  position: relative;
}
.lp__main_header:after{
  content: '';
  width:50%;
  /*width: 693px;*/
  height: 282px;
  background-image: url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/DW-DnD-theme/bg-header-1.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}

@media(min-width: 768px){
  .textbannermain h1 {
    font-size: 40px;
  }
}

@media(max-width: 467px){
  .logo-header img{
    max-width: 85px!important;
  }
  
  .btn-cta a, .hs-button, .textbannermain a{
    width: 100%;
  }
  
  .lp__main_header:after{
    height: 215px;
    width: 80%;
  }
  
}


@media(min-width: 1200px){
 
  .lp__main .dnd-section {
      padding: 45px 4rem;
  }
  .textbannermain, .textbannermain p, .textbanner, .textbanner p {
    font-size: 20px;
  }
  
  h2, .form-main h3.form-title{
    font-size: 30px;
  }

  .bg-gray {
    padding: 4rem;
  }
}

@media(max-width: 767px){
  .hidden-mobile{
    display: none!important;
  }
 
}



.form{
  padding: 2rem;
}

.form h3{
  max-width: 525px;
  margin: 1rem auto;
  background: -webkit-linear-gradient(45deg, #031826, #FE4140 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 700;
}


/*----------------form----------------------*/

.hs-form{
  display: grid;
	row-gap: 15px;
}

.hs-form label[id|='label']{
	margin-bottom: 8px;
	font-size: 16px;
	color: #424242;
}


.hs-form .hs-input{
	border-radius: 8px !important;
  border: 0 none;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 15px;
  color: #5c5c5c;
  width: 100%!important;
  line-height: 1;
  box-shadow: 6px 7px 14px rgb(30 30 30 / 24%);
}

.hs-form select.hs-input{
	background-repeat: no-repeat;
	background-image: url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/DW-DnD-theme/icon-select.svg);
	background-position: 97% 50%;
	background-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 50px;
  margin-bottom: 1rem;
}

.hs-form .hs-input:focus{
  outline: none;
}

.hs-form .inputs-list{
	display: grid;
	padding: 0;
	list-style: none;
	margin: 0;
	row-gap: 6px;
}

.hs-form .hs-form-checkbox-display{
	display: flex;
	align-items: center;
	color: #0d0103;
	margin: 0;
}

.hs-form-checkbox-display .hs-input{
  width: 30px;
}

.hs-form .hs-error-msgs{
	list-style: none;
	margin-top: .5rem;
	color: #721c24;
	position: relative;
  padding: 0px 10px;
}

.hs-form .hs-button{
	width: 100%;
	border: 0 none;
  padding: 1.3rem 2rem;
  margin-top: 2rem;
}

.hs-form-field{
  margin-bottom: .5rem;
}

fieldset{
  max-width: 100%!important;
  width: 100%!important;
}

.hs-fieldtype-checkbox strong, .hs-form .hs-form-checkbox-display {
  color: #626567;
}

@media(min-width: 481px){
  fieldset.form-columns-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }
  
  fieldset.form-columns-2 .hs-form-field {
      width: 100%!important;
      float: none!important;
  }
  
  fieldset.form-columns-1 .hs-input {
      width: 100%!important;
  }
  
  fieldset.form-columns-1 input[type=checkbox], fieldset.form-columns-1 input[type=radio] {
      width: auto!important;
  }

}

/*------------------------Styling checkboxes--------------------------*/

/* Custom Input */
ul.inputs-list.multi-container li.hs-form-checkbox {
  margin: 5px 0;
}
ul.inputs-list.multi-container li.hs-form-checkbox label {
  position: relative;
}
ul.inputs-list.multi-container li.hs-form-checkbox label span {
display: inline-block;
  margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 16px; /* Additional spacing on the right */
}
/* Hide the original checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add new checkbox */
ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border-radius: 4px;
}
/* Style new checked item */
ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
}
/* Show when checked */
ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::after {
  opacity: 1;
  color: #fff;
}

ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::before {
  background: rgb(2,36,58);
background: linear-gradient(45deg, rgba(2,36,58,1) 0%, rgba(94,97,102,1) 100%);
  border: none;
}

/* Style when focused */
ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}


/*------------------------Styling radios button--------------------------*/

/* Custom Input */
ul.inputs-list.multi-container li.hs-form-radio label {
  position: relative;
}
ul.inputs-list.multi-container li.hs-form-radio label span {
  display: inline-block;
  margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 16px; /* Additional spacing on the right */
}
/* Hide the original radio select */
ul.inputs-list.multi-container li.hs-form-radio label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add new radio select */
ul.inputs-list.multi-container li.hs-form-radio label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border-radius: 50%;
}
/* Style new checked item */
ul.inputs-list.multi-container li.hs-form-radio label span::after {
  content: "";
  opacity: 0;
  border: 7px solid;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: opacity 0.2s ease-in-out;
}
/* Show when checked */
ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after {
  opacity: 1;
}

/* Style when focused */
ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after {
  box-shadow: 0 0 0 3px #4D90FE;
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}


.form-main h3.form-title{
    background: -webkit-linear-gradient(45deg, #031826, #fe4140 80%);
    -webkit-background-clip: text;
    margin-top: 3px;
    -webkit-text-fill-color: transparent;
   max-width: 582px;
    margin: 1.5rem auto;
    text-align: center;
}

.form-main, .dnd-module .meetings-iframe-container{
    border-radius: 40px;
    box-shadow: 0px 0px 20px rgba(30, 30, 30, .24);
    padding: 2rem 2rem 3rem 2rem;
    background: #fff;
    z-index: 999;
    position: relative;
    
}

.lp__main_form_section{
  margin-top: -4rem;
  position: relative;
}

@media(min-width: 1200px){
  .form-main h3.form-title{
      margin: 2.5rem auto;
  }

  .form-main{
      padding: 2.5rem 6rem;
  }
}


/*------LP tension-------*/
.lp__main_header-tension:after{
  content: none;
}

.lp__main_header-tension:before{
  content: '';
  width:400px;
  height: 260px;
  background-image: url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/lp-tension/header-lp-tension.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}

.meetings-iframe-container{
    max-width: 620px;
    margin: 0 auto;
}

.lp__mainform{
  position: relative;
}

 

.contenedor-effect-scroll{
  position: relative; 
  z-index: 999;
  overflow-x: clip;
}

.contenedor-effect-scroll__izq, .contenedor-effect-scroll__der{
  width: 100px; 
  height: 100px;
   z-index: 999; 
  position: absolute;
   
}
.contenedor-effect-scroll__izq{ 
  left: 0; 
}

.contenedor-effect-scroll__der{
  right: 160px; 
}

.contenedor-effect-scroll__izq, .contenedor-effect-scroll__der{ 
  bottom: 0rem;
}

.icon-header-h2 h2{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 68px;
}

.icon-header-h2 h2:before{
  left: -37px;
}

.icon-header-h2 h2:after{
  transform: rotate(180deg);
  right: -37px;

}

.icon-header-h2 h2:before, .icon-header-h2 h2:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 72px;
  top: 0;
  background: url(https://596480.fs1.hubspotusercontent-na1.net/hubfs/596480/lp-tension/icon-header.svg) no-repeat;
}

@media(max-width: 1023px){
  .contenedor-effect-scroll__izq, .contenedor-effect-scroll__der{
    display: none;
  }
}

@media(min-width: 768px){
  .f-18{
    font-size: 18px;
  }
}

@media(max-width: 767px){
  .lp__main_header-tension:before{
      height: 118px;
      width: 180px;
  }
  .icon-header-h2 h2:before, .icon-header-h2 h2:after{
      height: 41px;
      width: 26px;
      background-size: 26px 41px;
  }
}


@media(max-width: 480px){
  .meetings-iframe-container h1 {
      font-size: 19px!important;
  }
}