/*:root{
	--primary: 0, 121, 167;
	--secondary: 255,255,255; // Header
	--bgColor: 200, 159, 31;    // Footer
	--textCTA: 255,255,255; 
	--btnCTA: 0, 121, 167;
}*/
.block-scroll {
  overflow: hidden; }

a {
  color: inherit !important; }

.wrap-head {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background: rgba(var(--secondary), 1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: all .3s; }
  .wrap-head.sticky {
    padding: 5px;
    transition: all .3s; }
    .wrap-head.sticky .logo-funnel,
    .wrap-head.sticky .logo-thankyou {
      transition: all .3s; }
      .wrap-head.sticky .logo-funnel img,
      .wrap-head.sticky .logo-thankyou img {
        width: 100%;
        height: auto; }
  .wrap-head .container.left {
    display: flex;
    justify-content: flex-start; }
  .wrap-head .container.center {
    display: flex;
    justify-content: center; }
  .wrap-head .container.right {
    display: flex;
    justify-content: flex-end; }
  .wrap-head .container .logo-funnel,
  .wrap-head .container .logo-thankyou {
    max-width: 150px;
    transition: all .3s; }
    @media only screen and (min-width: 768px) {
      .wrap-head .container .logo-funnel,
      .wrap-head .container .logo-thankyou {
        max-width: 200px; } }
    .wrap-head .container .logo-funnel img,
    .wrap-head .container .logo-thankyou img {
      width: 100% !important;
      object-fit: contain; }

.cookies-wrapper {
  background: #202020;
  position: fixed;
  bottom: 15px;
  left: -500px;
  z-index: 901;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
  max-width: 450px;
  opacity: 0;
  transition: all .4s; }
  .cookies-wrapper.cookies-open {
    left: 15px;
    opacity: 1;
    transition: all .4s; }
  .cookies-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #202020;
    position: absolute;
    z-index: 51;
    top: 15%;
    left: -9px; }
  .cookies-wrapper .cookie-container {
    display: flex;
    align-items: center; }
    .cookies-wrapper .cookie-container .cookie-icn {
      width: 50px;
      height: auto;
      min-width: 50px;
      display: block; }
      @media only screen and (min-width: 768px) {
        .cookies-wrapper .cookie-container .cookie-icn {
          display: block; } }
      .cookies-wrapper .cookie-container .cookie-icn img {
        width: 100%;
        height: auto; }
    .cookies-wrapper .cookie-container .cookie-info {
      padding: 0 35px 0 15px; }
      .cookies-wrapper .cookie-container .cookie-info .text-normal {
        color: white;
        font-size: 12px; }
        @media only screen and (min-width: 768px) {
          .cookies-wrapper .cookie-container .cookie-info .text-normal {
            font-size: 16px; } }
    .cookies-wrapper .cookie-container .cookie-btn {
      background: white;
      font-family: 'Montserrat';
      font-weight: 600;
      font-size: 14px;
      border-radius: 5px;
      padding: 5px 10px;
      cursor: pointer;
      border: 1px solid white;
      transition: all .3s; }
      .cookies-wrapper .cookie-container .cookie-btn:hover {
        background: transparent;
        color: white; }

.doitFH-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9991; }
  .doitFH-wrapper .doitFH-container {
    background: #262626;
    padding: 10px 20px;
    border-radius: 7px;
    box-shadow: 2px 2px 10px #170022;
    position: relative; }
    .doitFH-wrapper .doitFH-container:before {
      content: "";
      position: absolute;
      right: -5px;
      bottom: -5px;
      width: 100%;
      height: 100%;
      background: #e5adff;
      z-index: -1;
      border-radius: 10px; }
    .doitFH-wrapper .doitFH-container .doitFH-info .text-normal {
      color: white;
      text-align: center;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: 500; }
    .doitFH-wrapper .doitFH-container .doitFH-icn img {
      width: 175px; }

.funnel-iframe {
  width: 100%; }
  .funnel-iframe > div {
    width: 100% !important; }
  .funnel-iframe iframe {
    width: 100% !important;
    padding: 3rem; }
  .funnel-iframe form {
    width: 100% !important; }
    .funnel-iframe form input {
      width: 100%;
      background-color: red; }

input.color-disabled {
  position: relative;
  pointer-events: none; }
  input.color-disabled:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(195, 195, 195, 0.85);
    width: 100%;
    height: 100%; }

.addLayer {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 15px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-add-layer {
  position: relative;
  display: inherit;
  background: rgba(var(--primary), 1);
  color: white;
  padding: .5rem 1rem;
  border-radius: 10px;
  border: 3px solid rgba(var(--primary), 0.5);
  margin-top: 1rem;
  cursor: pointer; }
  .btn-add-layer.left {
    float: left; }
  .btn-add-layer.right {
    float: right; }
  .btn-add-layer.center {
    float: inherit;
    display: table;
    margin: 0 auto; }
  .btn-add-layer div {
    font-weight: 600; }
    .btn-add-layer div span {
      background: white;
      width: 25px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      height: 25px;
      line-height: 0;
      margin-right: 5px; }
      .btn-add-layer div span i {
        color: rgba(var(--primary), 1);
        font-size: 16px; }
  .btn-add-layer.small-btn {
    opacity: .8; }
    .btn-add-layer.small-btn div {
      font-size: 14px; }
      .btn-add-layer.small-btn div span {
        width: 18px;
        height: 18px;
        padding: 1px 0 0 0; }
        .btn-add-layer.small-btn div span i {
          font-size: 11px; }

.wrap-flex {
  display: flex; }

.funnel-title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: .5rem; }
  @media only screen and (min-width: 768px) {
    .funnel-title {
      font-size: 3.5rem; } }
  .funnel-title p {
    margin-bottom: 0px !important; }

.funnel-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }

.text-normal {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }

.funnel-sec-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif; }
  @media only screen and (min-width: 768px) {
    .funnel-sec-title {
      font-size: 1.75rem; } }
  .funnel-sec-title p {
    margin-bottom: 0px !important; }
  .funnel-sec-title.detail {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px; }
    .funnel-sec-title.detail.text-left:after {
      content: "";
      position: absolute;
      width: 35px;
      height: 5px;
      background: rgba(var(--primary), 1);
      bottom: 0px;
      border-radius: 50px 0 50px 0;
      left: 0px; }
    .funnel-sec-title.detail.text-center:after {
      content: "";
      position: absolute;
      width: 35px;
      height: 5px;
      background: rgba(var(--primary), 1);
      bottom: 0px;
      border-radius: 50px 0 50px 0;
      left: 50%;
      transform: translate(-50%, 0%); }
    .funnel-sec-title.detail.text-right:after {
      content: "";
      position: absolute;
      width: 35px;
      height: 5px;
      background: rgba(var(--primary), 1);
      bottom: 0px;
      border-radius: 50px 0 50px 0;
      right: 0px; }

video,
iframe[title="YouTube video player"] {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.container_video iframe {
  padding: 8px;
  border-radius: 5px; }
  .container_video iframe.light {
    background: linear-gradient(135deg, white, rgba(var(--primary), 1)); }
  .container_video iframe.dark {
    background: linear-gradient(135deg, #212121, rgba(var(--primary), 1)); }
  .container_video iframe.solid {
    background: rgba(var(--primary), 1); }

footer {
  background-color: #d4d4d4;
  padding: 15px 0;
  position: relative;
  z-index: 900; }
  footer .container .wrap-flex {
    justify-content: space-between;
    flex-flow: column;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      footer .container .wrap-flex {
        flex-flow: row; } }
    footer .container .wrap-flex .foot-logo {
      margin-bottom: 1rem;
      width: 150px; }
      @media only screen and (min-width: 768px) {
        footer .container .wrap-flex .foot-logo {
          margin-bottom: 0px; } }
      footer .container .wrap-flex .foot-logo img {
        width: 100%; }
    footer .container .wrap-flex .foot-links {
      display: flex;
      align-items: center; }
      footer .container .wrap-flex .foot-links ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-flow: column;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          footer .container .wrap-flex .foot-links ul {
            flex-flow: row; } }
        footer .container .wrap-flex .foot-links ul li {
          list-style: none;
          margin-bottom: 0px; }
          @media only screen and (min-width: 768px) {
            footer .container .wrap-flex .foot-links ul li:not(:first-child) {
              margin-left: 30px; } }
          footer .container .wrap-flex .foot-links ul li a {
            text-decoration: none;
            color: black;
            font-family: Montserrat;
            font-weight: 400; }
  footer .container .foot-alert {
    padding-top: 1.25rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
    footer .container .foot-alert .funnel-text {
      font-size: .85rem;
      font-family: montserrat;
      text-align: center;
      padding: 0 15px;
      font-weight: 400; }
  footer.funnel-1 {
    background-color: rgba(var(--bgColor), 0.5); }

.container-save {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  z-index: 9990;
  transform: translate(-50%, 0); }
  .container-save:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00b75a;
    animation: savePulse 1.5s infinite;
    z-index: 0;
    border-radius: 5px;
    opacity: .45;
    top: 0px; }
  .container-save:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00b75a;
    animation: savePulseAfter 1.5s infinite;
    z-index: -1;
    border-radius: 5px;
    opacity: .2;
    top: 0px; }
  .container-save .main-save-btn {
    background: #f8f8f8;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative; }
    .container-save .main-save-btn i {
      margin-right: 10px;
      color: #00b75a; }
    .container-save .main-save-btn span {
      font-weight: 400;
      color: #00b75a; }

/** CUSTOM C */
.checkboxLabelR {
  color: red;
  background: #ebebeb;
  padding: 5px;
  border-radius: 5px; }

.checkboxLabel {
  color: black;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 5px; }

@keyframes savePulse {
  0% {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0px; }
  20% {
    width: calc(100% + 10px);
    left: -5px;
    height: calc(100% + 10px);
    top: -5px; }
  40% {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0px; } }
@keyframes savePulseAfter {
  20% {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0px; }
  50% {
    width: calc(100% + 13px);
    left: -6.5px;
    height: calc(100% + 13px);
    top: -6.5px; }
  80% {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0px; } }
.partners-carrousel::-webkit-scrollbar {
  width: 12px;
  height: 3px; }

.partners-carrousel::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1); }

.partners-carrousel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25); }

body .downloadPage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  body .downloadPage .container {
    margin-top: 3rem;
    position: relative; }
    @media only screen and (min-width: 768px) {
      body .downloadPage .container {
        margin-top: 5rem; } }
    body .downloadPage .container .wrap-flex {
      margin-top: 3rem;
      border-top: 1px dashed #c1c1c1;
      padding-top: 2rem;
      align-items: center;
      flex-flow: column; }
      @media only screen and (min-width: 768px) {
        body .downloadPage .container .wrap-flex {
          flex-flow: row; } }
      body .downloadPage .container .wrap-flex > div {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          body .downloadPage .container .wrap-flex > div {
            width: 50%; } }
      body .downloadPage .container .wrap-flex .image-layer {
        flex: 1;
        width: 100%;
        max-height: 700px; }
        body .downloadPage .container .wrap-flex .image-layer img {
          width: 100%;
          max-width: 400px; }
        body .downloadPage .container .wrap-flex .image-layer i {
          font-size: 250px; }
          @media only screen and (min-width: 992px) {
            body .downloadPage .container .wrap-flex .image-layer i {
              font-size: 300px; } }
      body .downloadPage .container .wrap-flex .info-layer {
        flex: 1;
        padding: 30px 30px 15px; }
        body .downloadPage .container .wrap-flex .info-layer .funnel-sec-title {
          margin-bottom: 2rem; }
        body .downloadPage .container .wrap-flex .info-layer .container-btn {
          margin: 45px 0 0; }
  body .downloadPage.funnel-one .wrap-flex {
    flex-flow: column; }
    @media only screen and (min-width: 768px) {
      body .downloadPage.funnel-one .wrap-flex {
        flex-flow: row; } }
    body .downloadPage.funnel-one .wrap-flex > div {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        body .downloadPage.funnel-one .wrap-flex > div {
          width: 50%; } }
    body .downloadPage.funnel-one .wrap-flex .info-layer .video-layer {
      display: none; }
  body .downloadPage.funnel-two .wrap-flex {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1000px; }
    body .downloadPage.funnel-two .wrap-flex .image-layer {
      display: none; }
    body .downloadPage.funnel-two .wrap-flex .info-layer {
      padding: 30px 0px 15px; }
      @media only screen and (min-width: 768px) {
        body .downloadPage.funnel-two .wrap-flex .info-layer {
          padding: 30px 30px 15px; } }
      body .downloadPage.funnel-two .wrap-flex .info-layer .funnel-sec-title {
        display: none; }
      body .downloadPage.funnel-two .wrap-flex .info-layer .video-layer {
        width: 100%; }
        body .downloadPage.funnel-two .wrap-flex .info-layer .video-layer video {
          width: 100%;
          margin-bottom: 1.5rem; }
          @media only screen and (min-width: 768px) {
            body .downloadPage.funnel-two .wrap-flex .info-layer .video-layer video {
              margin-bottom: 3rem;
              border: 15px solid rgba(255, 255, 255, 0.75);
              box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
              border-radius: 10px; } }

body .paymentPage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  body .paymentPage .main-container {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto; }
    body .paymentPage .main-container .pay-layer {
      background-color: white;
      flex: 2;
      border-radius: 10px;
      box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
      padding: 2rem 2rem 0; }
      body .paymentPage .main-container .pay-layer .funnel-sec-title {
        padding-bottom: 1rem; }
      body .paymentPage .main-container .pay-layer .text-normal {
        line-height: 1.6;
        font-weight: 400;
        text-align: justify; }
      body .paymentPage .main-container .pay-layer .btns-payment {
        margin-top: 3rem;
        text-align: center;
        display: flex;
        flex-flow: column;
        align-items: center; }
        body .paymentPage .main-container .pay-layer .btns-payment img {
          max-width: 300px;
          width: 100%; }
        body .paymentPage .main-container .pay-layer .btns-payment .cards {
          width: 100%;
          padding: 1.5rem;
          margin-top: 2rem;
          border-top: 2px dashed rgba(0, 0, 0, 0.3); }
    body .paymentPage .main-container .info-layer {
      flex: 1;
      margin-left: 2.5rem;
      flex: 1; }
      body .paymentPage .main-container .info-layer .buysecure-layer {
        background-color: white;
        border-radius: 10px;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
        overflow: hidden; }
        body .paymentPage .main-container .info-layer .buysecure-layer .funnel-sec-title {
          padding: 2rem; }
        body .paymentPage .main-container .info-layer .buysecure-layer .image-layer {
          background-color: rgba(0, 0, 0, 0.05);
          border-top: 2px dashed rgba(0, 0, 0, 0.09);
          padding: 1rem 0;
          display: flex;
          justify-content: center; }
          body .paymentPage .main-container .info-layer .buysecure-layer .image-layer img {
            width: 100%;
            max-width: 200px; }
      body .paymentPage .main-container .info-layer .pay-list {
        background-color: #ffffcb;
        border-radius: 10px;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
        padding: 2rem 2rem;
        margin-top: 2rem; }
        body .paymentPage .main-container .info-layer .pay-list .funnel-sec-title {
          padding-bottom: 1rem; }
        body .paymentPage .main-container .info-layer .pay-list ul {
          padding-left: 10px; }
          body .paymentPage .main-container .info-layer .pay-list ul li {
            display: flex;
            list-style: none;
            align-items: center; }
            body .paymentPage .main-container .info-layer .pay-list ul li:not(:first-child) {
              margin-top: .5rem; }
            body .paymentPage .main-container .info-layer .pay-list ul li i {
              color: green;
              margin-right: 10px; }

.thankYou {
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .thankYou .wrap-flex > div {
    width: 50%; }
  .thankYou .wrap-flex .image-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    max-width: 600px; }
  .thankYou .wrap-flex .info-layer {
    padding: 30px 30px 15px;
    background-color: #fffbf5;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: center; }
    .thankYou .wrap-flex .info-layer .logo-funnel {
      max-width: 200px; }
      .thankYou .wrap-flex .info-layer .logo-funnel img {
        width: 100%; }
    .thankYou .wrap-flex .info-layer .thanks-secondary-info {
      display: block;
      width: 100%;
      padding-top: 15px;
      border-top: 1px dashed rgba(0, 0, 0, 0.2);
      font-weight: 200; }
  .thankYou.funnel-one {
    padding: 8rem 0 4rem; }
    @media only screen and (min-width: 768px) {
      .thankYou.funnel-one {
        padding: 8rem 0 6rem; } }
    .thankYou.funnel-one .wrap-flex {
      flex-flow: column;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .thankYou.funnel-one .wrap-flex {
          flex-flow: row; } }
      .thankYou.funnel-one .wrap-flex > div {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .thankYou.funnel-one .wrap-flex > div {
            width: 50%; } }
      .thankYou.funnel-one .wrap-flex .image-layer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2.5rem; }
        @media only screen and (min-width: 768px) {
          .thankYou.funnel-one .wrap-flex .image-layer {
            margin-bottom: 0px; } }
        .thankYou.funnel-one .wrap-flex .image-layer i {
          font-size: 250px;
          padding: 20px; }
          @media only screen and (min-width: 768px) {
            .thankYou.funnel-one .wrap-flex .image-layer i {
              font-size: 300px; } }
  .thankYou.funnel-two .wrap-flex .image-layer {
    display: none; }
  .thankYou.funnel-two .wrap-flex .info-layer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
    .thankYou.funnel-two .wrap-flex .info-layer .logo-funnel {
      margin-bottom: 3rem; }
      .thankYou.funnel-two .wrap-flex .info-layer .logo-funnel i {
        font-size: 65px; }
    .thankYou.funnel-two .wrap-flex .info-layer .thanks-secondary-info {
      margin-top: 2rem;
      padding: 3rem 0 2rem; }

.footer-thankyou {
  background-color: #d4d4d4;
  padding: 15px 0; }
  .footer-thankyou .container .wrap-flex {
    justify-content: space-between; }
    .footer-thankyou .container .wrap-flex .foot-logo {
      width: 150px; }
      .footer-thankyou .container .wrap-flex .foot-logo img {
        width: 100%; }
    .footer-thankyou .container .wrap-flex .foot-links {
      display: flex;
      align-items: center; }
      .footer-thankyou .container .wrap-flex .foot-links ul {
        padding: 0px;
        margin: 0px;
        display: flex; }
        .footer-thankyou .container .wrap-flex .foot-links ul li {
          list-style: none;
          margin-bottom: 0px; }
          .footer-thankyou .container .wrap-flex .foot-links ul li:not(:first-child) {
            margin-left: 30px; }
          .footer-thankyou .container .wrap-flex .foot-links ul li a {
            text-decoration: none;
            color: black;
            font-weight: 200; }

body .valorPage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  body .valorPage .main-container {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    flex-flow: column; }
    @media only screen and (min-width: 992px) {
      body .valorPage .main-container {
        flex-flow: row; } }
  body .valorPage.funnel-one .main-container .info-layer {
    flex: 1;
    margin-left: 0rem;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      body .valorPage.funnel-one .main-container .info-layer {
        margin-left: 5rem;
        text-align: left; } }
    body .valorPage.funnel-one .main-container .info-layer .container-btn.left {
      text-align: center !important; }
      @media only screen and (min-width: 992px) {
        body .valorPage.funnel-one .main-container .info-layer .container-btn.left {
          text-align: left !important; } }
  body .valorPage.funnel-one .main-container .video-layer {
    flex: 1;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 576px) {
      body .valorPage.funnel-one .main-container .video-layer {
        width: 450px; } }
    @media only screen and (min-width: 992px) {
      body .valorPage.funnel-one .main-container .video-layer {
        margin-bottom: 0px;
        max-width: 700px; } }
    body .valorPage.funnel-one .main-container .video-layer video {
      width: 100%; }
  body .valorPage.funnel-two > .container > .funnel-title, body .valorPage.funnel-two > .container > .funnel-sec-title {
    text-align: center; }
  body .valorPage.funnel-two .main-container {
    flex-flow: column;
    margin: 0 auto;
    max-width: 900px; }
    body .valorPage.funnel-two .main-container .video-layer {
      flex: 1;
      margin: 0 auto;
      text-align: center;
      width: 300px;
      margin-bottom: 3rem; }
      @media only screen and (min-width: 768px) {
        body .valorPage.funnel-two .main-container .video-layer {
          width: 700px; } }
      body .valorPage.funnel-two .main-container .video-layer video {
        width: 100%; }
    body .valorPage.funnel-two .main-container .info-layer {
      flex: 1;
      text-align: center; }

.constructor-GL section.jeffWalker .main-container .main-nav .nav-prev,
.constructor-GL section.jeffWalker .main-container .main-nav .nav-next {
  display: none !important; }
.constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer {
  position: relative;
  display: block !important;
  background: rgba(var(--primary), 1);
  color: white;
  padding: .5rem 1rem;
  border-radius: 10px;
  border: 3px solid rgba(var(--primary), 0.5);
  margin-top: 0rem;
  cursor: pointer; }
  .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.left {
    float: left; }
  .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.right {
    float: right; }
  .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.center {
    float: inherit;
    display: table;
    margin: 0 auto; }
  .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer div {
    font-weight: 600; }
    .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer div span {
      background: white;
      width: 25px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      height: 25px;
      line-height: 0;
      margin-right: 5px; }
      .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer div span i {
        color: rgba(var(--primary), 1);
        font-size: 16px; }
  .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.small-btn {
    opacity: .8; }
    .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.small-btn div {
      font-size: 14px; }
      .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.small-btn div span {
        width: 18px;
        height: 18px;
        padding: 1px 0 0 0; }
        .constructor-GL section.jeffWalker .main-container .main-nav .btn-add-layer.small-btn div span i {
          font-size: 11px; }
.constructor-GL section.jeffWalker.funnel-one .main-container .main-nav {
  bottom: 15px !important;
  border-radius: 0px !important; }
.constructor-GL section.jeffWalker.funnel-one .main-container .block-videos {
  overflow-x: scroll !important;
  padding: 1rem 1rem 6rem 1rem !important; }
.constructor-GL section.jeffWalker.funnel-two .main-container .block-videos {
  overflow-y: scroll !important;
  padding: 6rem 1rem 1rem !important; }

body .jeffWalker {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 0 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  body .jeffWalker > .container > .funnel-title, body .jeffWalker > .container > .funnel-sec-title {
    text-align: center; }
  body .jeffWalker .main-container {
    margin-top: 5rem;
    align-items: center;
    justify-content: center; }
    body .jeffWalker .main-container .main-thumbs {
      position: relative; }
      body .jeffWalker .main-container .main-thumbs .main-nav {
        position: absolute;
        display: flex;
        /*top: 50%;
        transform: translate(0, -50%);
        display: flex;
        width: 100%;
        justify-content: space-between;*/ }
        body .jeffWalker .main-container .main-thumbs .main-nav .btn-add-layer {
          display: none; }
        body .jeffWalker .main-container .main-thumbs .main-nav .nav-prev,
        body .jeffWalker .main-container .main-thumbs .main-nav .nav-next {
          position: relative;
          width: 40px;
          height: 40px;
          background-color: rgba(var(--primary), 1);
          color: white;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px;
          opacity: 1;
          transition: all .4s; }
          body .jeffWalker .main-container .main-thumbs .main-nav .nav-prev.disableNav,
          body .jeffWalker .main-container .main-thumbs .main-nav .nav-next.disableNav {
            opacity: .25; }
        body .jeffWalker .main-container .main-thumbs .main-nav .nav-prev {
          margin-right: .5rem; }
        body .jeffWalker .main-container .main-thumbs .main-nav .nav-next {
          margin-left: .5rem; }
      body .jeffWalker .main-container .main-thumbs .block-videos {
        scroll-behavior: smooth; }
        body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video {
          border-radius: 20px; }
          body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video:hover {
            background-color: rgba(0, 0, 0, 0.1); }
          body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video .image-layer {
            cursor: pointer;
            position: relative;
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
            border-radius: 10px; }
            body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video .image-layer img {
              width: 100%;
              border-radius: 10px; }
            body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video .image-layer:before {
              content: "\f04b";
              font-family: 'FontAwesome';
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              color: white;
              z-index: 1;
              font-size: 2rem; }
            body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video .image-layer:after {
              content: "";
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              border-radius: 10px;
              z-index: 0; }
          body .jeffWalker .main-container .main-thumbs .block-videos .item-block-video.blocked .image-layer:before {
            content: "\f023"; }
  body .jeffWalker.funnel-one .main-container {
    flex-flow: column; }
    @media only screen and (min-width: 992px) {
      body .jeffWalker.funnel-one .main-container {
        flex-flow: column; } }
    body .jeffWalker.funnel-one .main-container .main-thumbs {
      position: relative;
      border-radius: 50px; }
      body .jeffWalker.funnel-one .main-container .main-thumbs .main-nav {
        left: 0%;
        width: 100%;
        bottom: 0px;
        border-top: 2px solid #e9e9e9;
        padding: 1rem 0;
        background: #dfe5e7;
        border-radius: 0 0 30px 30px;
        justify-content: center;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
      body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos {
        background-color: white;
        padding: 1rem 1rem 5rem 1rem;
        border-radius: 30px;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
        display: flex;
        overflow: hidden;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos {
            margin: 0rem; } }
        body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video {
          min-width: 350px;
          padding: 1rem;
          transition: all .6s;
          min-width: 100%;
          /*&:nth-child(2n+1){
          	background-color: rgba(0,0,0,.05);
          }
          &:nth-child(2n){
          	background-color: rgba(0,0,0,.025);
          }*/ }
          @media only screen and (min-width: 768px) {
            body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video {
              min-width: 50%; } }
          @media only screen and (min-width: 992px) {
            body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video {
              min-width: 33.333333%; } }
          @media only screen and (min-width: 1200px) {
            body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video {
              min-width: 25%; } }
          body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video .image-layer img {
            width: 100%; }
          body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video .info-layer .funnel-sec-title {
            margin: 1rem 0 .5rem;
            font-size: 20px;
            font-weight: 600; }
          body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .item-block-video .info-layer .text-normal {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 1rem; }
        body .jeffWalker.funnel-one .main-container .main-thumbs .block-videos .btn-add-layer {
          margin-top: 2rem; }
    body .jeffWalker.funnel-one .main-container .video-layer {
      flex: 1;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      position: relative;
      display: flex;
      margin: 2rem auto;
      flex-flow: column;
      align-items: center;
      background-color: white;
      padding: 3rem;
      border-radius: 30px 30px 0 0;
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1); }
      @media only screen and (min-width: 576px) {
        body .jeffWalker.funnel-one .main-container .video-layer {
          width: 100%; } }
      @media only screen and (min-width: 992px) {
        body .jeffWalker.funnel-one .main-container .video-layer {
          margin-bottom: 0px;
          width: 100%;
          margin: 1rem auto 0; } }
      body .jeffWalker.funnel-one .main-container .video-layer .funnel-sec-title {
        text-align: left;
        margin-bottom: 1rem; }
      body .jeffWalker.funnel-one .main-container .video-layer .text-normal {
        text-align: left;
        margin-bottom: 2rem; }
      body .jeffWalker.funnel-one .main-container .video-layer video {
        width: 100%;
        margin-bottom: 2rem; }
    body .jeffWalker.funnel-one .main-container .video-cta-f1 {
      background-color: #d9d9d9;
      width: 100%;
      margin-top: 0rem;
      display: block;
      padding: 1rem;
      border-radius: 0 0 30px 30px;
      box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1); }
      body .jeffWalker.funnel-one .main-container .video-cta-f1 .wrap-cta {
        max-width: 550px;
        margin: 0 auto;
        text-align: center;
        padding-top: 2.5rem; }
        body .jeffWalker.funnel-one .main-container .video-cta-f1 .wrap-cta .funnel-sec-title {
          margin-bottom: 1rem; }
    body .jeffWalker.funnel-one .main-container .video-cta-f2 {
      display: none; }
  body .jeffWalker.funnel-two .main-container {
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5rem; }
    body .jeffWalker.funnel-two .main-container .main-thumbs {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 1200px) {
        body .jeffWalker.funnel-two .main-container .main-thumbs {
          width: 30%;
          margin-bottom: 0px; } }
      body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav {
        position: absolute;
        bottom: 0%;
        transform: translate(-50%, 0%);
        display: flex;
        left: 50%;
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 1rem 0;
        border-radius: 0 0 10px 10px;
        border-bottom: 2px solid #e9e9e9;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        background: #dfe5e7;
        z-index: 5; }
        @media only screen and (min-width: 1200px) {
          body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav {
            top: 0px;
            bottom: inherit;
            border-radius: 10px 10px 0 0; } }
        body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav .nav-prev,
        body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav .nav-next {
          position: relative;
          width: 40px;
          height: 40px;
          background-color: #323232;
          color: white;
          border-radius: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px; }
        body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav .nav-prev {
          margin-left: 0rem; }
          @media only screen and (min-width: 1200px) {
            body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav .nav-prev {
              transform: rotate(90deg); } }
        body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav .nav-next {
          margin-right: 0rem; }
          @media only screen and (min-width: 1200px) {
            body .jeffWalker.funnel-two .main-container .main-thumbs .main-nav .nav-next {
              transform: rotate(90deg); } }
      body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos {
        flex-flow: row;
        display: flex;
        overflow: hidden;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 1rem 1rem 5.5rem; }
        @media only screen and (min-width: 1200px) {
          body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos {
            flex-flow: column;
            padding: 5.5rem 1rem; } }
        body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video {
          min-width: 350px;
          padding: 1rem;
          transition: all .6s;
          min-width: 100%; }
          @media only screen and (min-width: 768px) {
            body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video {
              min-width: 50%; } }
          @media only screen and (min-width: 992px) {
            body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video {
              min-width: 33.333333%; } }
          @media only screen and (min-width: 1200px) {
            body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video {
              min-width: 100%; } }
          body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video .image-layer img {
            width: 100%; }
          body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video .info-layer .funnel-sec-title {
            margin: 1.5rem 0 .5rem;
            font-size: 20px; }
          body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .item-block-video .info-layer .text-normal {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        body .jeffWalker.funnel-two .main-container .main-thumbs .block-videos .btn-add-layer {
          margin-top: 2rem; }
    body .jeffWalker.funnel-two .main-container .video-layer {
      width: 100%;
      text-align: left;
      margin-bottom: 3rem;
      background-color: white;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      border-radius: 15px; }
      @media only screen and (min-width: 1200px) {
        body .jeffWalker.funnel-two .main-container .video-layer {
          width: 68%; } }
      body .jeffWalker.funnel-two .main-container .video-layer .container-main-video {
        padding: 0 2rem; }
        body .jeffWalker.funnel-two .main-container .video-layer .container-main-video .funnel-sec-title {
          text-align: left;
          margin-bottom: .5rem;
          padding: 2rem 0 0; }
        body .jeffWalker.funnel-two .main-container .video-layer .container-main-video .text-normal {
          text-align: left;
          margin-bottom: 2rem; }
        body .jeffWalker.funnel-two .main-container .video-layer .container-main-video video {
          width: 100%;
          margin-bottom: 2rem; }
    body .jeffWalker.funnel-two .main-container .video-cta-f1 {
      display: none; }
    body .jeffWalker.funnel-two .main-container .video-cta-f2 {
      background-color: rgba(0, 0, 0, 0.1);
      width: 100%;
      margin-top: 4rem;
      display: block;
      overflow: hidden;
      border-radius: 0 0 15px 15px; }
      body .jeffWalker.funnel-two .main-container .video-cta-f2 .wrap-cta {
        max-width: 550px;
        margin: 0 auto;
        padding-top: 1rem; }
        body .jeffWalker.funnel-two .main-container .video-cta-f2 .wrap-cta .funnel-sec-title {
          margin-bottom: 1rem;
          text-align: center; }
        body .jeffWalker.funnel-two .main-container .video-cta-f2 .wrap-cta .text-normal {
          text-align: center; }

/*# sourceMappingURL=pages.css.map */
