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

@font-face {
    font-family: 'regularlight_italic';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-lightitalic-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularlight';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-light-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularregular';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-regular-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularextrabold_italic';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-extrabolditalic-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularbold';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-bold-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularsemibold_italic';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-semibolditalic-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularmedium_italic';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-mediumitalic-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularblack';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-black-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularextrabold';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-extrabold-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularmedium';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-medium-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularregular_italic';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-regularitalic-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'regularsemibold';
    src: url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-semibold-webfont.woff2') format('woff2'),
         url('https://escuela.retokommerling.com/hubfs/Fonts%202022/regular-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

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

/* General font styles */

.CookieDeclaration {
   display: none !important;
}


html {
    font-family: 'regularregular';
    line-height: 1.5 !important;
  }

body {
    font-family: 'regularregular';
    color: #555555;
    line-height: 1.5;
  
  }
  
  h1 { 
      
    font-family: 'regularregular';
    font-size: 58px;
    color: #292929;
    line-height: 1.2 !important;
  }

  h2 { 
      
    font-family: 'regularregular' !important;
    font-size: 30px;
    color: #0078c0 !important;
    line-height: 1.2 !important;
  }

  h3 { 
      
    font-family: 'regularregular';
    font-size: 30px;
    color: #0078c0;
  }

  h4 { 
      
    font-family: 'regularsemibold';
    font-size: 26px;
    color: #292929;
  }

h6 {
  font-size: 30px !important;
  font-family: 'regularsemibold' !important;
  color: #0078c0 !important;
}

  
  p {
    font-family: 'regularregular';
    font-size: 22px;
    color: #555555;
  }

.custom-lp-footer-wrapper {
    background-color: #0078c0 !important;
  
}

span {
font-family: 'regularregular'!important;

}

.custom-lp-footer-content-text a.qbutton.big_large {
    margin-top: -20px !important;
}

h2:first-child {
    color: #52565b !important;
    padding: 25px;
    font-family: 'regularbold' !important;
}


.testimonial-slider__slide p {
    text-align: justify;
    font-size: 18px;
}

.testimonial-slider__slide-name {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 26px;
}

.multi-step-carry-form-content span{
font-family: 'regularsemibold'!important;
color: #0078c0 !important;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1em;
}

.body-container {
    color: #555555;
    font-family: 'regularregular';
    font-size: 22px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 300;
    padding-left: 0;
}


strong {
    font-family: 'regularbold';
}

  /* unvisited link */
a:link {
    color: #0078c0;
  }
  
  /* visited link */
  a:visited {
    color: #004873;
  }
  
  /* mouse over link */
  a:hover {
    color: #004873;
  }

  .hs-button { 
      
    font-family: 'regularsemibold';
    font-size: 22px;
    padding: 13px 60px;
    border-radius: 3px;
    background: #0078c0;
  }
#hs-button_module_1665051758316373 {
    background-color: #0078c0;
    color: #FFFFFF;
    font-size: px;
}
.custom-lp-footer-content-text .lp-footer-main-wrapper p {

    font-family: 'regularregular';
}

.custom-lp-footer-wrapper {
    background-color: #181818;
    color: #555555;
}

.custom-lp-footer-content-text a.qbutton.big_large {
    font-family: 'regularsemibold';
    color: #555555;
    border-color: #555555;
    font-size: 22px;
    padding: 0;
    border-radius: 3px;
    margin: 0 auto; 
    text-align: center;
    text-transform: none;
    background-color:rgb(255 255 255);
    letter-spacing: 0px;
    width: 250px !important;
  
}

.lp-form-wrapper-inner form .hs-input {
font-family: 'regularregular';
  color: #555555;
}

.hs-fieldtype-checkbox.field.hs-form-field {
font-family: 'regularregular';
  color: #555555;
  font-size: 16px;
}  

.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list span p {
font-family: 'regularregular';
  color: #555555;
  font-size: 14px;
}

.hs-form-booleancheckbox {
font-family: 'regularregular';
  color: #555555;
  font-size: 14px;
}

.lp-form-wrapper-inner form .hs_submit.hs-submit input.hs-button.primary.large {
    font-family: 'regularsemibold';
    letter-spacing: 0px;
    Font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    border-width: 0px;
    background-color: #0078c0;
    height: 60px;
    margin-top: 20px;
     width: 200px !important;
    display: block;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
}

.lp-page-form-wrapper {
    background-color: #ffffff;
}

.wpb_wrapper span {
  color: #ffffff !important;
  display: block;
  text-align: center;
  padding-top: 40px;
}

.lp-footer-main-wrapper span {
  color: #ffffff !important;
  display: block;
  text-align: center;
}

.lp-page-form-wrapper-content-wrapper {
    padding-top: 0px;
}

.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner {

    background-color: #f5f5f5;
}

.body-container-wrapper {
    background-color: #ffffff;
}

body:not(.blog) .body-container-wrapper {
    padding: 0;
}


.page-center {
    max-width: 80% !important;
}

.custom-lp-footer-content-text span.qode_icon_shortcode a.anchor {
    color: #0078c0;
}

.wpb_text_column {
    color: #555555 !important;
}

.custom-header-wrapper, .custom-lp-header {
  background-color: #181818 !important;
}

.lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner {
    width: 80% !important;
    margin: 0 auto;
}

.hs-fieldtype-checkbox.field.hs-form-field {
    line-height: 0.1 !important;
    padding-top: 10px;
}

.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list span a {
    font-size: 14px;
    font-family: 'regularregular';
}

.lp-form-wrapper-inner form .legal-consent-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list span p {
    line-height: 0;
}

.lp-form-wrapper-inner form .legal-consent-container ul.inputs-list .hs-input {
    margin-top: 2px;
    margin-left: 5px;
    width: auto;
}

.custom-lp-footer-content-text span.qode_icon_shortcode {
    display: none;
}

form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.hs-fieldtype-checkbox.field.hs-form-field>div>ul>li:nth-child(1) {
    padding-top: 20px;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    font-family: 'regularregular';
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    color: #fff;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    font-family: 'regularsemibold'!important;
    font-size: 14px;
    color: #fff;
}
a:link {
    color: #0078c0;
    font-size: 14px;
    font-family: 'regularsemibold'!important;
}


.testimonial-slider__slide-subtitle {
    margin: 0.5em 0;
    font-family: 'regularsemibold';
    font-weight: bold;
}
#form_71334c9799b55a04176c51046a9793ba .multi-step-carry-form-steps ul li.active .step_no, #form_71334c9799b55a04176c51046a9793ba .multi-step-carry-form-steps ul li.completed .step_no {
    background: #0078c0;
}

#form_71334c9799b55a04176c51046a9793ba.multi-step-carry-form .hs-button.primary, #form_71334c9799b55a04176c51046a9793ba.multi-step-carry-form input[type="submit"], #form_71334c9799b55a04176c51046a9793ba.multi-step-carry-form input[type="button"] {
    border: 1px solid #0078c0;
    color: rgb(255 255 255);
    background-color: #0078c0;
    text-decoration: none;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 21px 13px 21px;
    font-size: 12px;
    border-radius: 3px;
}

.bbs-scroll-to-top {
    width: 1%;
    height: 50px;
    border-radius: 50%;
    background-color: #0078c0;
    position: RELATIVE;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
    transition: all .2s linear;
    bottom: -40px;
    right: 50%;
    LEFT: 50%;
    z-index: 10;
    
}

.custom-lp-footer-content-text a.qbutton.big_large {
    padding-top: 5px;
    border-radius: 5px !important;
}

.custom-lp-copyright-section p i {
    font-size: 14px;
    font-family: 'regularregular';
}

.custom-lp-footer-content-text a.qbutton.big_large {
    font-family: 'regularsemibold';
    color: #fff;
    border-color: #fff;
    font-size: 22px;
    padding: 0;
    border-radius: 3px;
    margin: 0 auto;
    Â: ;
    text-align: center;
    text-transform: none;
    background-color: #0078c0;
    letter-spacing: 0px;
    width: 250px !important;
}

.custom-lp-footer-content-text a.qbutton.big_large:hover {
    background-color: #fff;
    color: #0078c0;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 20px;
    font-family: 'regularsemibold' !important;
}

@media (max-width: 1600px) {

  .clearfix , .lp-form-wrapper {
    width: 100% !important;
    margin: 0 auto;
}
  }

@media (max-width: 767px) {
.lp-page-form-wrapper-content-wrapper .lp-form-wrapper {
    width: 100%;
  }
  
  .lp-page-form-wrapper-content-wrapper .lp-form-wrapper .lp-form-wrapper-inner {
    width: 100% !important;
    margin: 0 auto;
    padding-right: 15px !important;
}
  
  .lp-page-form-wrapper-content-wrapper {
    width: 100% !important;
    margin: 0 auto;
}
  
  .container-fluid .row-fluid .page-center {
    max-width: 100% !IMPORTANT;
}
  
  h2 {
    font-size: 26px;
}
  
 .lp-form-wrapper-inner form .hs_submit.hs-submit input.hs-button.primary.large {
    margin-top: 40px !important;
    width: 80% !important;
   padding-bottom: 10px !important;

   
}