/*: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); }

section {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.funnel-hero {
  width: 100%;
  position: relative;
  display: block;
  padding: 9rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .funnel-hero {
      padding: 11rem 0 8rem; } }
  .funnel-hero input[type="checkbox"] {
    margin-right: 5px; }
  .funnel-hero .wrap-flex {
    align-items: flex-start;
    flex-wrap: no-wrap;
    z-index: 1;
    position: relative; }
    .funnel-hero .wrap-flex .image-layer {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .funnel-hero .wrap-flex .image-layer {
          width: 40%; } }
      .funnel-hero .wrap-flex .image-layer img {
        width: 100%;
        max-height: 350px;
        object-fit: contain; }
        @media only screen and (min-width: 768px) {
          .funnel-hero .wrap-flex .image-layer img {
            max-width: 600px;
            max-height: 600px;
            object-fit: contain; } }
      .funnel-hero .wrap-flex .image-layer i {
        font-size: 150px; }
      .funnel-hero .wrap-flex .image-layer iframe,
      .funnel-hero .wrap-flex .image-layer video {
        width: 100%; }
      .funnel-hero .wrap-flex .image-layer.wrap-iframe-video {
        position: relative; }
        .funnel-hero .wrap-flex .image-layer.wrap-iframe-video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          min-height: 400px;
          padding: 6px;
          background: linear-gradient(135deg, #f1fff8, rgba(var(--primary), 1)); }
    .funnel-hero .wrap-flex .info-layer {
      width: 100%;
      margin-left: 5%;
      text-align: right;
      color: white; }
      @media only screen and (min-width: 768px) {
        .funnel-hero .wrap-flex .info-layer {
          width: 55%; } }
      .funnel-hero .wrap-flex .info-layer .funnel-title {
        margin-bottom: 1.5rem;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }
      .funnel-hero .wrap-flex .info-layer .funnel-text {
        margin-top: 30px; }
  .funnel-hero.funnel-one {
    padding: 9rem 0 3rem; }
    @media only screen and (min-width: 768px) {
      .funnel-hero.funnel-one {
        padding: 11rem 0 8rem; } }
    .funnel-hero.funnel-one .container {
      max-width: none;
      width: 100%;
      padding: 0 15px; }
      @media only screen and (min-width: 768px) {
        .funnel-hero.funnel-one .container {
          padding: 0 5%; } }
    .funnel-hero.funnel-one .wrap-flex {
      flex-flow: column; }
      @media only screen and (min-width: 768px) {
        .funnel-hero.funnel-one .wrap-flex {
          flex-flow: row; } }
      .funnel-hero.funnel-one .wrap-flex .image-layer {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
        position: relative;
        display: block; }
        @media only screen and (min-width: 768px) {
          .funnel-hero.funnel-one .wrap-flex .image-layer {
            width: 50%;
            text-align: center;
            margin-bottom: 0px; } }
        .funnel-hero.funnel-one .wrap-flex .image-layer img {
          width: 100%;
          max-height: 350px;
          object-fit: contain; }
          @media only screen and (min-width: 768px) {
            .funnel-hero.funnel-one .wrap-flex .image-layer img {
              max-height: 600px; } }
        .funnel-hero.funnel-one .wrap-flex .image-layer iframe,
        .funnel-hero.funnel-one .wrap-flex .image-layer video {
          height: 300px; }
          @media only screen and (min-width: 768px) {
            .funnel-hero.funnel-one .wrap-flex .image-layer iframe,
            .funnel-hero.funnel-one .wrap-flex .image-layer video {
              height: 420px; } }
        .funnel-hero.funnel-one .wrap-flex .image-layer i {
          font-size: 250px; }
          @media only screen and (min-width: 992px) {
            .funnel-hero.funnel-one .wrap-flex .image-layer i {
              font-size: 350px; } }
      .funnel-hero.funnel-one .wrap-flex .info-layer {
        width: 100%;
        margin-left: 0px;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .funnel-hero.funnel-one .wrap-flex .info-layer {
            width: 50%;
            margin-left: 5%;
            text-align: right; } }
  .funnel-hero.funnel-two {
    padding: 9rem 0 3rem; }
    @media only screen and (min-width: 768px) {
      .funnel-hero.funnel-two {
        padding: 11rem 0 8rem; } }
    .funnel-hero.funnel-two .wrap-flex {
      align-items: center;
      flex-flow: column; }
      .funnel-hero.funnel-two .wrap-flex .info-layer {
        order: 1;
        margin-left: 0px;
        text-align: center; }
      .funnel-hero.funnel-two .wrap-flex .image-layer {
        order: 2;
        margin-top: 4rem;
        text-align: center; }
        .funnel-hero.funnel-two .wrap-flex .image-layer img {
          width: 100%; }
  .funnel-hero.funnel-three {
    padding: 9rem 0 3rem; }
    @media only screen and (min-width: 768px) {
      .funnel-hero.funnel-three {
        padding: 11rem 0 8rem; } }
    .funnel-hero.funnel-three .container {
      max-width: none;
      width: 100%;
      padding: 0 15px; }
      @media only screen and (min-width: 768px) {
        .funnel-hero.funnel-three .container {
          padding: 0 5%; } }
    .funnel-hero.funnel-three .wrap-flex {
      flex-flow: column; }
      @media only screen and (min-width: 768px) {
        .funnel-hero.funnel-three .wrap-flex {
          flex-flow: row; } }
      .funnel-hero.funnel-three .wrap-flex .image-layer {
        width: 100%;
        text-align: center;
        margin: 3rem 0;
        position: relative;
        display: block;
        order: 2; }
        @media only screen and (min-width: 768px) {
          .funnel-hero.funnel-three .wrap-flex .image-layer {
            width: 50%;
            text-align: center;
            margin: 0px; } }
        .funnel-hero.funnel-three .wrap-flex .image-layer img {
          width: 100%; }
        .funnel-hero.funnel-three .wrap-flex .image-layer iframe,
        .funnel-hero.funnel-three .wrap-flex .image-layer video {
          height: 300px; }
          @media only screen and (min-width: 768px) {
            .funnel-hero.funnel-three .wrap-flex .image-layer iframe,
            .funnel-hero.funnel-three .wrap-flex .image-layer video {
              height: 420px; } }
        .funnel-hero.funnel-three .wrap-flex .image-layer i {
          font-size: 250px; }
          @media only screen and (min-width: 992px) {
            .funnel-hero.funnel-three .wrap-flex .image-layer i {
              font-size: 350px; } }
      .funnel-hero.funnel-three .wrap-flex .info-layer {
        width: 100%;
        margin-left: 0px;
        text-align: left;
        margin-right: 0px; }
        @media only screen and (min-width: 768px) {
          .funnel-hero.funnel-three .wrap-flex .info-layer {
            width: 50%;
            margin-left: 0%;
            margin-right: 3rem; } }
  .funnel-hero.funnel-four {
    padding: 0px;
    /*background: white;
    background-image: none !important;*/ }
    .funnel-hero.funnel-four .container {
      max-width: 100%;
      margin: 0px;
      padding: 0px; }
      .funnel-hero.funnel-four .container .wrap-flex {
        align-items: center;
        flex-flow: column; }
        @media only screen and (min-width: 1200px) {
          .funnel-hero.funnel-four .container .wrap-flex {
            flex-flow: row; } }
        .funnel-hero.funnel-four .container .wrap-flex .image-layer {
          width: 100%;
          text-align: left;
          margin: 0px;
          height: auto;
          order: 2; }
          @media only screen and (min-width: 1200px) {
            .funnel-hero.funnel-four .container .wrap-flex .image-layer {
              width: 45%;
              height: 100vh; } }
          .funnel-hero.funnel-four .container .wrap-flex .image-layer iframe,
          .funnel-hero.funnel-four .container .wrap-flex .image-layer video {
            height: 300px; }
            @media only screen and (min-width: 768px) {
              .funnel-hero.funnel-four .container .wrap-flex .image-layer iframe,
              .funnel-hero.funnel-four .container .wrap-flex .image-layer video {
                width: calc(100% - 6rem);
                margin-top: 10rem;
                height: 420px;
                margin-top: 50%;
                position: relative;
                transform: translate(0, -50%); } }
          .funnel-hero.funnel-four .container .wrap-flex .image-layer img {
            width: 100%;
            height: auto;
            object-fit: cover;
            object-position: left center;
            max-height: none;
            max-width: none; }
            @media only screen and (min-width: 1200px) {
              .funnel-hero.funnel-four .container .wrap-flex .image-layer img {
                height: 100%; } }
        .funnel-hero.funnel-four .container .wrap-flex .info-layer {
          padding: 7rem 1rem;
          margin: 0px;
          width: 100%; }
          @media only screen and (min-width: 576px) {
            .funnel-hero.funnel-four .container .wrap-flex .info-layer {
              padding: 8rem 5rem; } }
          @media only screen and (min-width: 1200px) {
            .funnel-hero.funnel-four .container .wrap-flex .info-layer {
              width: 55%; } }
          .funnel-hero.funnel-four .container .wrap-flex .info-layer .funnel-title,
          .funnel-hero.funnel-four .container .wrap-flex .info-layer .funnel-sec-title,
          .funnel-hero.funnel-four .container .wrap-flex .info-layer .funnel-text {
            text-align: left; }
          .funnel-hero.funnel-four .container .wrap-flex .info-layer .funnel-sec-title:after {
            left: 0%; }
  .funnel-hero.funnel-five {
    padding: 9rem 0 3rem; }
    @media only screen and (min-width: 768px) {
      .funnel-hero.funnel-five {
        padding: 11rem 0 8rem; } }
    .funnel-hero.funnel-five .container {
      max-width: none;
      width: 100%;
      padding: 0 15px; }
      @media only screen and (min-width: 768px) {
        .funnel-hero.funnel-five .container {
          padding: 0 5%; } }
    .funnel-hero.funnel-five .wrap-flex {
      flex-flow: column; }
      @media only screen and (min-width: 768px) {
        .funnel-hero.funnel-five .wrap-flex {
          flex-flow: row;
          align-items: flex-start; } }
      .funnel-hero.funnel-five .wrap-flex .image-layer {
        width: 100%;
        text-align: center;
        margin: 3rem 0;
        position: relative;
        display: block;
        order: 2; }
        @media only screen and (min-width: 768px) {
          .funnel-hero.funnel-five .wrap-flex .image-layer {
            width: 50%;
            text-align: center;
            margin: 0px;
            padding-top: 0rem; } }
        .funnel-hero.funnel-five .wrap-flex .image-layer iframe,
        .funnel-hero.funnel-five .wrap-flex .image-layer video {
          height: 300px; }
          @media only screen and (min-width: 768px) {
            .funnel-hero.funnel-five .wrap-flex .image-layer iframe,
            .funnel-hero.funnel-five .wrap-flex .image-layer video {
              height: 420px; } }
        .funnel-hero.funnel-five .wrap-flex .image-layer img {
          width: 100%; }
        .funnel-hero.funnel-five .wrap-flex .image-layer i {
          font-size: 250px; }
          @media only screen and (min-width: 992px) {
            .funnel-hero.funnel-five .wrap-flex .image-layer i {
              font-size: 350px; } }
      .funnel-hero.funnel-five .wrap-flex .info-layer {
        width: 100%;
        margin-left: 0px;
        text-align: left;
        margin-right: 0px;
        display: flex;
        flex-flow: column; }
        @media only screen and (min-width: 768px) {
          .funnel-hero.funnel-five .wrap-flex .info-layer {
            width: 50%;
            margin-left: 0%;
            margin-right: 3rem; } }
        .funnel-hero.funnel-five .wrap-flex .info-layer .funnel-title {
          order: 2; }
        .funnel-hero.funnel-five .wrap-flex .info-layer .funnel-sec-title {
          order: 1; }
        .funnel-hero.funnel-five .wrap-flex .info-layer .funnel-text {
          order: 3;
          font-size: 22px;
          margin-bottom: .5rem;
          margin-top: 0px;
          font-weight: 300; }
          .funnel-hero.funnel-five .wrap-flex .info-layer .funnel-text p {
            margin-bottom: 0px; }
        .funnel-hero.funnel-five .wrap-flex .info-layer div:nth-child(4),
        .funnel-hero.funnel-five .wrap-flex .info-layer .funnel-form-layer {
          order: 4; }
  .funnel-hero.funnel-six {
    padding: 9rem 0 3rem; }
    @media only screen and (min-width: 768px) {
      .funnel-hero.funnel-six {
        padding: 11rem 0 8rem; } }
    .funnel-hero.funnel-six .wrap-flex {
      align-items: center;
      flex-flow: column; }
      .funnel-hero.funnel-six .wrap-flex .info-layer {
        margin-left: 0px;
        text-align: center;
        width: 100%;
        margin-top: 4rem; }
        @media only screen and (min-width: 1200px) {
          .funnel-hero.funnel-six .wrap-flex .info-layer {
            width: 70%; } }
      .funnel-hero.funnel-six .wrap-flex .image-layer {
        margin-top: 0rem;
        text-align: center;
        width: 100%; }
        .funnel-hero.funnel-six .wrap-flex .image-layer iframe,
        .funnel-hero.funnel-six .wrap-flex .image-layer video {
          width: 100%;
          height: 200px; }
          @media only screen and (min-width: 768px) {
            .funnel-hero.funnel-six .wrap-flex .image-layer iframe,
            .funnel-hero.funnel-six .wrap-flex .image-layer video {
              height: 400px; } }
          @media only screen and (min-width: 992px) {
            .funnel-hero.funnel-six .wrap-flex .image-layer iframe,
            .funnel-hero.funnel-six .wrap-flex .image-layer video {
              height: 450px; } }
          @media only screen and (min-width: 1200px) {
            .funnel-hero.funnel-six .wrap-flex .image-layer iframe,
            .funnel-hero.funnel-six .wrap-flex .image-layer video {
              width: 75%;
              height: 545px; } }
        .funnel-hero.funnel-six .wrap-flex .image-layer img {
          width: 100%; }

.funnel-iframe-section {
  padding: 8rem 0; }
  .funnel-iframe-section .head-layer {
    margin-bottom: 3rem;
    text-align: center; }
  .funnel-iframe-section .main-iframe {
    width: 100%;
    position: relative;
    display: block; }
    .funnel-iframe-section .main-iframe iframe {
      width: 100%; }
  .funnel-iframe-section.funnel-two .container {
    display: flex;
    align-items: center;
    flex-flow: column; }
    @media only screen and (min-width: 992px) {
      .funnel-iframe-section.funnel-two .container {
        flex-flow: row; } }
    .funnel-iframe-section.funnel-two .container .head-layer {
      text-align: center;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 992px) {
        .funnel-iframe-section.funnel-two .container .head-layer {
          flex: 1;
          margin-bottom: 3rem;
          text-align: left; } }
      @media only screen and (min-width: 992px) {
        .funnel-iframe-section.funnel-two .container .head-layer .funnel-title {
          margin-bottom: 1.5rem;
          line-height: 1.1; } }
    .funnel-iframe-section.funnel-two .container .main-iframe {
      margin-left: 0rem; }
      @media only screen and (min-width: 992px) {
        .funnel-iframe-section.funnel-two .container .main-iframe {
          margin-left: 5rem;
          flex: 2; } }
  .funnel-iframe-section.funnel-three .head-layer {
    display: none; }

.funnel-features {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-features {
      padding: 8rem 0; } }
  .funnel-features .flex-features {
    justify-content: center; }
    .funnel-features .flex-features .item-feature .info-feature {
      padding: 30px 15px; }
      .funnel-features .flex-features .item-feature .info-feature .funnel-sec-title {
        margin-bottom: 30px; }
    .funnel-features .flex-features .item-feature.add-feature {
      background-color: rgba(255, 255, 255, 0.5) !important;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      border: 2px dashed rgba(0, 0, 0, 0.25) !important;
      cursor: pointer;
      padding: 15px; }
      .funnel-features .flex-features .item-feature.add-feature .add-plus {
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .funnel-features .flex-features .item-feature.add-feature .add-plus .funnel-sec-title {
          font-size: 5rem !important;
          font-weight: 400;
          line-height: 1; }
        .funnel-features .flex-features .item-feature.add-feature .add-plus i {
          font-size: 5rem;
          color: rgba(0, 0, 0, 0.75); }
  .funnel-features.funnel-one .wrap-flex {
    flex-flow: column; }
    .funnel-features.funnel-one .wrap-flex .head-layer {
      text-align: center; }
      .funnel-features.funnel-one .wrap-flex .head-layer .image-layer {
        display: none; }
    .funnel-features.funnel-one .wrap-flex .flex-features {
      display: flex;
      flex-flow: column;
      margin-top: 2rem; }
      @media only screen and (min-width: 768px) {
        .funnel-features.funnel-one .wrap-flex .flex-features {
          flex-flow: row;
          flex-wrap: wrap; } }
      .funnel-features.funnel-one .wrap-flex .flex-features .item-feature {
        max-width: 100%;
        overflow: hidden;
        background: white;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
        border-radius: 10px 10px 0 0;
        border-bottom: 5px solid rgba(var(--primary), 0.3); }
        @media only screen and (min-width: 768px) {
          .funnel-features.funnel-one .wrap-flex .flex-features .item-feature {
            max-width: 30%;
            margin-bottom: 30px; } }
        .funnel-features.funnel-one .wrap-flex .flex-features .item-feature:not(:first-child) {
          margin-top: 2rem; }
          @media only screen and (min-width: 768px) {
            .funnel-features.funnel-one .wrap-flex .flex-features .item-feature:not(:first-child) {
              margin-left: 15px;
              margin-top: 0px; } }
        @media only screen and (min-width: 768px) {
          .funnel-features.funnel-one .wrap-flex .flex-features .item-feature:not(:last-child) {
            margin-right: 15px; } }
        .funnel-features.funnel-one .wrap-flex .flex-features .item-feature .info-feature {
          text-align: center; }
        .funnel-features.funnel-one .wrap-flex .flex-features .item-feature .image-feature {
          height: 250px;
          text-align: center; }
          .funnel-features.funnel-one .wrap-flex .flex-features .item-feature .image-feature img {
            width: 100%;
            height: 100%;
            border-radius: 10px 10px 0 0;
            transition: all .5s;
            object-fit: cover;
            object-position: top center; }
          .funnel-features.funnel-one .wrap-flex .flex-features .item-feature .image-feature i {
            font-size: 175px;
            padding-top: 50px; }
          .funnel-features.funnel-one .wrap-flex .flex-features .item-feature .image-feature:hover img {
            transform: scale(1.1); }
        .funnel-features.funnel-one .wrap-flex .flex-features .item-feature.add-feature .add-plus {
          background: rgba(255, 255, 255, 0.5);
          width: 150px;
          height: 150px;
          margin-bottom: 2rem; }
  .funnel-features.funnel-two {
    flex-flow: row; }
    .funnel-features.funnel-two .wrap-flex {
      flex-flow: column; }
      @media only screen and (min-width: 992px) {
        .funnel-features.funnel-two .wrap-flex {
          flex-flow: row; } }
      .funnel-features.funnel-two .wrap-flex .head-layer {
        flex: 1; }
        @media only screen and (min-width: 992px) {
          .funnel-features.funnel-two .wrap-flex .head-layer {
            margin-right: 3rem; } }
        .funnel-features.funnel-two .wrap-flex .head-layer .funnel-title {
          font-size: 20px;
          position: relative;
          font-weight: 300;
          margin-bottom: 1rem;
          text-align: center; }
          @media only screen and (min-width: 992px) {
            .funnel-features.funnel-two .wrap-flex .head-layer .funnel-title {
              text-align: left;
              padding-left: 50px; } }
          .funnel-features.funnel-two .wrap-flex .head-layer .funnel-title:before {
            content: none;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translate(0%, -50%);
            background-color: rgba(var(--primary), 1);
            width: 40px;
            height: 3px; }
            @media only screen and (min-width: 992px) {
              .funnel-features.funnel-two .wrap-flex .head-layer .funnel-title:before {
                content: ""; } }
        .funnel-features.funnel-two .wrap-flex .head-layer .funnel-sec-title {
          text-align: center; }
          @media only screen and (min-width: 992px) {
            .funnel-features.funnel-two .wrap-flex .head-layer .funnel-sec-title {
              text-align: left; } }
        .funnel-features.funnel-two .wrap-flex .head-layer .image-layer {
          text-align: center;
          margin-bottom: 4rem; }
          @media only screen and (min-width: 992px) {
            .funnel-features.funnel-two .wrap-flex .head-layer .image-layer {
              text-align: center;
              margin-bottom: 0px; } }
          .funnel-features.funnel-two .wrap-flex .head-layer .image-layer img {
            width: 100%;
            max-width: 200px; }
      .funnel-features.funnel-two .wrap-flex .flex-features {
        display: flex;
        flex-wrap: wrap;
        flex: 2;
        align-items: flex-start; }
        .funnel-features.funnel-two .wrap-flex .flex-features .item-feature {
          width: 100%;
          display: flex;
          margin-bottom: 4rem; }
          @media only screen and (min-width: 576px) {
            .funnel-features.funnel-two .wrap-flex .flex-features .item-feature {
              width: 47%; }
              .funnel-features.funnel-two .wrap-flex .flex-features .item-feature:nth-child(2n - 1) {
                margin-right: 6%; } }
          .funnel-features.funnel-two .wrap-flex .flex-features .item-feature .image-feature {
            width: 75px;
            height: 75px; }
            .funnel-features.funnel-two .wrap-flex .flex-features .item-feature .image-feature img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 50px; }
            .funnel-features.funnel-two .wrap-flex .flex-features .item-feature .image-feature i {
              font-size: 65px; }
          .funnel-features.funnel-two .wrap-flex .flex-features .item-feature .info-feature {
            padding: 0px 15px;
            width: 80%; }
            .funnel-features.funnel-two .wrap-flex .flex-features .item-feature .info-feature .funnel-sec-title {
              margin-bottom: 20px;
              font-size: 22px; }
          .funnel-features.funnel-two .wrap-flex .flex-features .item-feature.add-feature {
            border-radius: 15px; }
            .funnel-features.funnel-two .wrap-flex .flex-features .item-feature.add-feature .add-plus {
              margin-bottom: 1rem; }
              .funnel-features.funnel-two .wrap-flex .flex-features .item-feature.add-feature .add-plus div {
                line-height: .35; }
  .funnel-features.funnel-three, .funnel-features.funnel-four {
    flex-flow: row; }
    .funnel-features.funnel-three .wrap-flex, .funnel-features.funnel-four .wrap-flex {
      flex-flow: column; }
      .funnel-features.funnel-three .wrap-flex .head-layer, .funnel-features.funnel-four .wrap-flex .head-layer {
        text-align: center;
        flex: 1;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 992px) {
          .funnel-features.funnel-three .wrap-flex .head-layer, .funnel-features.funnel-four .wrap-flex .head-layer {
            margin-bottom: 3rem; } }
        .funnel-features.funnel-three .wrap-flex .head-layer .image-layer, .funnel-features.funnel-four .wrap-flex .head-layer .image-layer {
          display: none; }
      .funnel-features.funnel-three .wrap-flex .flex-features, .funnel-features.funnel-four .wrap-flex .flex-features {
        display: flex;
        flex-wrap: wrap;
        flex: 2;
        align-items: flex-start; }
        .funnel-features.funnel-three .wrap-flex .flex-features .item-feature, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature {
          width: 100%;
          display: flex;
          margin-bottom: 4rem; }
          @media only screen and (min-width: 576px) {
            .funnel-features.funnel-three .wrap-flex .flex-features .item-feature, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature {
              width: 47%; }
              .funnel-features.funnel-three .wrap-flex .flex-features .item-feature:nth-child(2n - 1), .funnel-features.funnel-four .wrap-flex .flex-features .item-feature:nth-child(2n - 1) {
                margin-right: 6%; } }
          .funnel-features.funnel-three .wrap-flex .flex-features .item-feature .image-feature, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature {
            width: 75px;
            height: 75px; }
            .funnel-features.funnel-three .wrap-flex .flex-features .item-feature .image-feature img, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 50%; }
            .funnel-features.funnel-three .wrap-flex .flex-features .item-feature .image-feature i, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature i {
              font-size: 65px; }
          .funnel-features.funnel-three .wrap-flex .flex-features .item-feature .info-feature, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .info-feature {
            padding: 0px 15px;
            width: 80%; }
            .funnel-features.funnel-three .wrap-flex .flex-features .item-feature .info-feature .funnel-sec-title, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .info-feature .funnel-sec-title {
              margin-bottom: 20px;
              font-size: 22px; }
          .funnel-features.funnel-three .wrap-flex .flex-features .item-feature.add-feature, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature.add-feature {
            border-radius: 15px; }
            .funnel-features.funnel-three .wrap-flex .flex-features .item-feature.add-feature .add-plus, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature.add-feature .add-plus {
              margin-bottom: 1rem; }
              .funnel-features.funnel-three .wrap-flex .flex-features .item-feature.add-feature .add-plus div, .funnel-features.funnel-four .wrap-flex .flex-features .item-feature.add-feature .add-plus div {
                line-height: .35; }
  .funnel-features.funnel-four .wrap-flex .flex-features .item-feature {
    align-items: center;
    flex-flow: column; }
    @media only screen and (min-width: 992px) {
      .funnel-features.funnel-four .wrap-flex .flex-features .item-feature {
        flex-flow: row; } }
    .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature {
      width: 120px;
      height: 120px;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 992px) {
        .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature {
          margin-bottom: 0px; } }
      .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature img {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); }
      .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .image-feature i {
        font-size: 100px; }
    .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .info-feature {
      text-align: center;
      padding: 0px 15px 0 30px; }
      @media only screen and (min-width: 992px) {
        .funnel-features.funnel-four .wrap-flex .flex-features .item-feature .info-feature {
          text-align: left; } }

.funnel-solutions {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-solutions {
      padding: 8rem 0; } }
  .funnel-solutions .head-layer {
    text-align: center; }
  .funnel-solutions .wrap-solutions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .funnel-solutions .wrap-solutions .solution-item {
      width: 100%;
      margin: 2rem 1.5% 2rem;
      text-align: center;
      border-bottom: 3px solid rgba(var(--primary), 0.3);
      padding-bottom: 2rem;
      background-color: white;
      border-radius: 5px 5px 0 0; }
      @media only screen and (min-width: 768px) {
        .funnel-solutions .wrap-solutions .solution-item {
          width: 30%; } }
      .funnel-solutions .wrap-solutions .solution-item .image-layer {
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        position: relative; }
        .funnel-solutions .wrap-solutions .solution-item .image-layer img {
          width: 100%;
          max-height: 350px;
          object-fit: cover; }
        .funnel-solutions .wrap-solutions .solution-item .image-layer i {
          margin-top: 3rem;
          font-size: 50px; }
          @media only screen and (min-width: 768px) {
            .funnel-solutions .wrap-solutions .solution-item .image-layer i {
              font-size: 50px; } }
      .funnel-solutions .wrap-solutions .solution-item .funnel-sec-title {
        margin: 1.5rem 0 1.5rem; }
      .funnel-solutions .wrap-solutions .solution-item.add-solution {
        border: 2px dashed rgba(0, 0, 0, 0.2);
        align-items: center;
        display: flex;
        justify-content: center;
        flex-flow: column;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px; }
        .funnel-solutions .wrap-solutions .solution-item.add-solution .add-plus .funnel-sec-title {
          font-size: 3rem;
          line-height: 1; }
        .funnel-solutions .wrap-solutions .solution-item.add-solution .info-add-feature {
          opacity: .5;
          padding: 0 2rem; }
          .funnel-solutions .wrap-solutions .solution-item.add-solution .info-add-feature .funnel-sec-title {
            font-weight: 300;
            font-size: 1.75rem; }
  .funnel-solutions.funnel-one .wrap-solutions .solution-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .funnel-solutions.funnel-one .wrap-solutions .solution-item .info-layer {
      padding: 0 1rem; }
  .funnel-solutions.funnel-three .wrap-solutions .solution-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem; }
    .funnel-solutions.funnel-three .wrap-solutions .solution-item .image-layer {
      margin: 1rem 0 2rem;
      border-radius: 50%;
      text-align: center; }
      .funnel-solutions.funnel-three .wrap-solutions .solution-item .image-layer img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover; }
      .funnel-solutions.funnel-three .wrap-solutions .solution-item .image-layer i {
        font-size: 100px;
        color: rgba(var(--primary), 1); }

.funnel-who {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-who {
      padding: 8rem 0; } }
  .funnel-who .wrap-flex {
    flex-flow: row;
    align-items: center; }
    .funnel-who .wrap-flex > .image-layer, .funnel-who .wrap-flex > .info-layer {
      flex: 1; }
    .funnel-who .wrap-flex .info-layer .funnel-sec-title {
      margin: 10px 0 50px; }
    .funnel-who .wrap-flex .image-layer {
      padding: 0 15px; }
      .funnel-who .wrap-flex .image-layer i {
        font-size: 300px; }
      .funnel-who .wrap-flex .image-layer img {
        max-width: 500px;
        max-height: 500px;
        width: 100%;
        object-fit: contain; }
  .funnel-who.funnel-one .container {
    max-width: none;
    width: 100%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .funnel-who.funnel-one .container {
        padding: 0 5%; } }
    .funnel-who.funnel-one .container .wrap-flex {
      flex-flow: column;
      align-items: flex-start; }
      @media only screen and (min-width: 992px) {
        .funnel-who.funnel-one .container .wrap-flex {
          flex-flow: row; } }
      .funnel-who.funnel-one .container .wrap-flex .info-layer {
        text-align: left;
        flex: none;
        width: 100%; }
        @media only screen and (min-width: 992px) {
          .funnel-who.funnel-one .container .wrap-flex .info-layer {
            width: 40%; } }
      .funnel-who.funnel-one .container .wrap-flex .image-layer {
        margin-bottom: 3rem;
        flex: none;
        width: 100%;
        padding: 0px; }
        @media only screen and (min-width: 992px) {
          .funnel-who.funnel-one .container .wrap-flex .image-layer {
            width: 55%;
            margin-bottom: 0px;
            margin-right: 3rem; } }
        .funnel-who.funnel-one .container .wrap-flex .image-layer img {
          max-width: 500px;
          max-height: 500px;
          width: 100%;
          object-fit: contain; }
  .funnel-who.funnel-two .image-layer {
    display: none; }
  .funnel-who.funnel-two .info-layer {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
  .funnel-who.funnel-three .container {
    max-width: none;
    width: 100%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .funnel-who.funnel-three .container {
        padding: 0 5%; } }
    .funnel-who.funnel-three .container .wrap-flex {
      flex-flow: column;
      align-items: flex-start; }
      @media only screen and (min-width: 992px) {
        .funnel-who.funnel-three .container .wrap-flex {
          flex-flow: row; } }
      .funnel-who.funnel-three .container .wrap-flex .image-layer {
        order: 1;
        margin-bottom: 3rem;
        margin-top: 0px;
        flex: none;
        width: 100%;
        padding: 0px; }
        @media only screen and (min-width: 992px) {
          .funnel-who.funnel-three .container .wrap-flex .image-layer {
            order: 2;
            margin-bottom: 0px;
            margin-left: 5%;
            width: 55%; } }
      .funnel-who.funnel-three .container .wrap-flex .info-layer {
        flex: none;
        width: 100%;
        order: 2; }
        @media only screen and (min-width: 992px) {
          .funnel-who.funnel-three .container .wrap-flex .info-layer {
            order: 1;
            width: 40%; } }

.funnel-testimonials {
  padding: 8rem 0; }
  .funnel-testimonials .container {
    position: relative;
    transform: translate(0); }
  .funnel-testimonials .testimonials-intro .funnel-sec-title {
    margin-top: 10px; }
  .funnel-testimonials .main-swiper {
    transform: translate(0);
    padding: 0rem;
    position: relative;
    margin-top: 50px;
    display: block;
    overflow: hidden; }
    .funnel-testimonials .main-swiper .container-carrousel {
      padding: 3rem 1rem 1rem;
      position: relative; }
      .funnel-testimonials .main-swiper .container-carrousel .image-carrousel {
        position: absolute;
        top: 0rem;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100px;
        height: 100px;
        border-radius: 50px; }
        .funnel-testimonials .main-swiper .container-carrousel .image-carrousel img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 50px; }
        .funnel-testimonials .main-swiper .container-carrousel .image-carrousel i {
          font-size: 100px; }
          @media only screen and (min-width: 768px) {
            .funnel-testimonials .main-swiper .container-carrousel .image-carrousel i {
              font-size: 100px; } }
      .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel {
        background: white;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 5rem 2rem 1rem;
        overflow: hidden;
        border-radius: 5px;
        border-bottom: 5px solid rgba(var(--primary), 0.3); }
        .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel div.text-small {
          font-style: italic;
          font-size: 16px; }
          .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel div.text-small.price {
            font-style: normal;
            font-weight: 600;
            font-size: 16px; }
        .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title {
          color: black;
          margin: 1rem 0 1rem;
          font-family: 'Montserrat', sans-serif;
          font-size: 1.5rem;
          font-weight: 600; }
        .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel .image-bonus {
          overflow: hidden;
          border-radius: 50%;
          max-width: 100px;
          margin: 2rem auto; }
          .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel .image-bonus img {
            object-fit: contain;
            width: 100%;
            height: auto; }
          .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel .image-bonus i {
            font-size: 75px; }
        .funnel-testimonials .main-swiper .container-carrousel .wrap-info-carrousel .quote-carrousel {
          position: absolute;
          bottom: 2rem;
          right: 4rem;
          font-size: 4rem;
          opacity: .1; }
    .funnel-testimonials .main-swiper .swiper-button {
      background: rgba(var(--primary), 1);
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      transform: translate(0, 50%); }
      .funnel-testimonials .main-swiper .swiper-button:after {
        content: none; }
      .funnel-testimonials .main-swiper .swiper-button i {
        color: white;
        font-size: 10px; }
    .funnel-testimonials .main-swiper .swiper-button-prev {
      left: 0; }
    .funnel-testimonials .main-swiper .swiper-button-next {
      right: 0; }
  .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 1rem 0; }
    .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      background-color: white;
      margin: 0 1rem;
      padding: 0px;
      overflow: hidden;
      border-radius: 10px; }
      .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .image-carrousel {
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin: 1rem auto 0;
        text-align: center; }
        .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .image-carrousel:before {
          content: "";
          position: absolute;
          width: 110px;
          height: 110px;
          border: 1px solid rgba(var(--primary), 1);
          top: -5px;
          left: -5px;
          /* background: red; */
          border-radius: 50%; }
      .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel {
        box-shadow: none;
        padding: 1rem 2rem;
        border-bottom: none; }
        .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .carrousel-title {
          margin: 1rem 0 .75rem;
          padding-bottom: .75rem;
          position: relative;
          font-size: 1.5rem;
          font-weight: 600; }
          .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .carrousel-title:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0px;
            transform: translate(-50%, 0);
            background: rgba(var(--primary), 1);
            width: 20px;
            height: 3px;
            border-radius: 50px 0 50px 0; }
        .funnel-testimonials.funnel-three .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .quote-carrousel {
          bottom: inherit;
          top: 1rem;
          right: inherit;
          left: 2rem;
          font-size: 2.5rem;
          opacity: .5;
          color: rgba(var(--primary), 1);
          transform: rotate(180deg); }
  .funnel-testimonials.funnel-four .main-swiper {
    max-width: 1000px;
    margin: 0 auto; }
    .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide {
      padding: 1rem; }
      .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel {
        box-shadow: none;
        position: relative;
        background-color: white;
        padding: 0rem;
        overflow: hidden;
        display: flex;
        flex-flow: column;
        align-items: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px; }
        @media only screen and (min-width: 768px) {
          .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel {
            padding: 0 3rem 0 0;
            flex-flow: row;
            align-items: center; } }
        .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .image-carrousel {
          position: absolute;
          left: inherit;
          top: inherit;
          transform: none;
          width: 100%;
          height: 100%;
          border-radius: 0%;
          overflow: hidden; }
          .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .image-carrousel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 0 0 10px;
            max-height: 200px; }
            @media only screen and (min-width: 768px) {
              .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .image-carrousel img {
                max-width: 300px;
                max-height: inherit; } }
        .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel {
          flex: 1;
          background-color: transparent;
          box-shadow: none;
          text-align: left;
          padding: 1rem 0rem 1rem 0rem;
          border-bottom: none;
          text-align: center;
          display: flex;
          flex-flow: column;
          margin-top: 215px; }
          @media only screen and (min-width: 768px) {
            .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel {
              padding: 2rem 3rem;
              text-align: left;
              margin-left: 300px;
              margin-top: 0px; } }
          .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .text-small {
            order: 1; }
            @media only screen and (min-width: 768px) {
              .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .text-small {
                order: 2; } }
          .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .carrousel-title {
            order: 2; }
            @media only screen and (min-width: 768px) {
              .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .carrousel-title {
                order: 1;
                font-weight: 700;
                margin-top: 0px; } }
          .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .text-normal {
            order: 3;
            font-weight: 600;
            font-size: 15px; }
            @media only screen and (min-width: 768px) {
              .funnel-testimonials.funnel-four .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .text-normal {
                margin-top: 1.5rem; } }
  .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper {
    padding: 3rem 0; }
    .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide {
      transition: all .4s;
      transform: scale(1); }
      .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.2); }
      .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        background-color: white;
        margin: 0 1rem;
        padding: 0px;
        overflow: hidden;
        border-radius: 10px; }
        .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .image-carrousel {
          position: relative;
          display: block;
          top: inherit;
          left: inherit;
          transform: inherit;
          margin: 1rem auto 0;
          text-align: center;
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }
        .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel {
          box-shadow: none;
          padding: 1rem 2rem;
          border-bottom: none;
          display: flex;
          flex-flow: column; }
          .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .text-small {
            order: 3; }
          .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .text-normal {
            order: 2;
            margin-bottom: 1rem;
            opacity: .5; }
          .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .carrousel-title {
            margin: 1rem 0 .75rem;
            padding-bottom: .75rem;
            position: relative;
            order: 1; }
            .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .carrousel-title:after {
              content: "";
              position: absolute;
              left: 50%;
              bottom: 0px;
              transform: translate(-50%, 0);
              background: rgba(var(--primary), 1);
              width: 20px;
              height: 3px;
              border-radius: 50px 0 50px 0; }
          .funnel-testimonials.funnel-five .main-swiper .swiper-container .swiper-wrapper .swiper-slide .container-carrousel .wrap-info-carrousel .quote-carrousel {
            bottom: inherit;
            top: 1rem;
            right: inherit;
            left: 2rem;
            font-size: 2.5rem;
            opacity: .5;
            color: rgba(var(--primary), 1);
            transform: rotate(180deg); }
  .funnel-testimonials.funnel-scroll-testimonials .main-swiper {
    display: flex;
    position: relative;
    overflow-x: scroll; }
    .funnel-testimonials.funnel-scroll-testimonials .main-swiper .item-slider {
      flex: 1; }
  .funnel-testimonials.funnel-scroll-testimonials.funnel-two .main-swiper .container-carrousel {
    padding: 5rem 1rem 1rem;
    min-width: 320px;
    position: relative; }
    @media only screen and (min-width: 576px) {
      .funnel-testimonials.funnel-scroll-testimonials.funnel-two .main-swiper .container-carrousel {
        min-width: 420px; } }
    @media only screen and (min-width: 768px) {
      .funnel-testimonials.funnel-scroll-testimonials.funnel-two .main-swiper .container-carrousel {
        min-width: 700px; } }
    @media only screen and (min-width: 992px) {
      .funnel-testimonials.funnel-scroll-testimonials.funnel-two .main-swiper .container-carrousel {
        min-width: 900px; } }
    @media only screen and (min-width: 1200px) {
      .funnel-testimonials.funnel-scroll-testimonials.funnel-two .main-swiper .container-carrousel {
        min-width: 1170px; } }
  .funnel-testimonials.funnel-scroll-testimonials.funnel-one .main-swiper .container-carrousel, .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel {
    padding: 5rem 1rem 1rem;
    min-width: 350px;
    position: relative; }
  .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper {
    padding: 1rem 0; }
    .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      background-color: white;
      margin: 0 1rem;
      padding: 0px;
      overflow: hidden;
      border-radius: 10px; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel .image-carrousel {
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin: 1rem auto 0;
        text-align: center; }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel .image-carrousel:before {
          content: "";
          position: absolute;
          width: 110px;
          height: 110px;
          border: 1px solid rgba(var(--primary), 1);
          top: -5px;
          left: -5px;
          /* background: red; */
          border-radius: 50%; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel .wrap-info-carrousel {
        box-shadow: none;
        padding: 1rem 2rem;
        border-bottom: none; }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title {
          margin: 1rem 0 .75rem;
          padding-bottom: .75rem;
          position: relative; }
          .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0px;
            transform: translate(-50%, 0);
            background: rgba(var(--primary), 1);
            width: 20px;
            height: 3px;
            border-radius: 50px 0 50px 0; }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-three .main-swiper .container-carrousel .wrap-info-carrousel .quote-carrousel {
          bottom: inherit;
          top: 1rem;
          right: inherit;
          left: 2rem;
          font-size: 2.5rem;
          opacity: .5;
          color: rgba(var(--primary), 1);
          transform: rotate(180deg); }
  .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper {
    max-width: 1000px;
    margin: 0 auto; }
    .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel {
      box-shadow: none;
      position: relative;
      background-color: white;
      padding: 1rem 3rem 0;
      overflow: hidden;
      display: flex;
      width: 320px;
      border: 3px solid #e8e8e8;
      margin-right: 30px;
      flex-flow: column;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel {
          width: 800px;
          flex-flow: row;
          align-items: inherit; } }
      @media only screen and (min-width: 992px) {
        .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel {
          width: 1000px; } }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .image-carrousel {
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden; }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .image-carrousel img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 50px; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel {
        flex: 1;
        background-color: transparent;
        box-shadow: none;
        text-align: left;
        padding: 1rem 0rem 1rem 0rem;
        border-bottom: none;
        text-align: center;
        display: flex;
        flex-flow: column; }
        @media only screen and (min-width: 768px) {
          .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel {
            padding: 2rem 3rem;
            text-align: left; } }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel .text-small {
          order: 1; }
          @media only screen and (min-width: 768px) {
            .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel .text-small {
              order: 2; } }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title {
          order: 2; }
          @media only screen and (min-width: 768px) {
            .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title {
              order: 1;
              font-weight: 700;
              margin-top: 0px; } }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel .text-normal {
          order: 3; }
          @media only screen and (min-width: 768px) {
            .funnel-testimonials.funnel-scroll-testimonials.funnel-four .main-swiper .container-carrousel .wrap-info-carrousel .text-normal {
              margin-top: 1.5rem;
              font-weight: 700; } }
  .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    margin: 0 1rem;
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
    width: 350px; }
    .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .image-carrousel {
      position: relative;
      display: block;
      top: inherit;
      left: inherit;
      transform: inherit;
      margin: 1rem auto 0;
      text-align: center;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }
    .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .wrap-info-carrousel {
      box-shadow: none;
      padding: 1rem 2rem;
      border-bottom: none;
      display: flex;
      flex-flow: column; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .wrap-info-carrousel .text-small {
        order: 3; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .wrap-info-carrousel .text-normal {
        order: 2;
        margin-bottom: 1rem;
        opacity: .5; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title {
        margin: 1rem 0 .75rem;
        padding-bottom: .75rem;
        position: relative;
        order: 1; }
        .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .wrap-info-carrousel .carrousel-title:after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 0px;
          transform: translate(-50%, 0);
          background: rgba(var(--primary), 1);
          width: 20px;
          height: 3px;
          border-radius: 50px 0 50px 0; }
      .funnel-testimonials.funnel-scroll-testimonials.funnel-five .main-swiper .container-carrousel .wrap-info-carrousel .quote-carrousel {
        bottom: inherit;
        top: 1rem;
        right: inherit;
        left: 2rem;
        font-size: 2.5rem;
        opacity: .5;
        color: rgba(var(--primary), 1);
        transform: rotate(180deg); }

.funnel-pricing {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-pricing {
      padding: 8rem 0; } }
  .funnel-pricing.full-width .container {
    max-width: none;
    width: 100%; }
    .funnel-pricing.full-width .container .items-layer {
      max-width: none;
      flex-flow: inherit;
      flex-wrap: wrap; }
      .funnel-pricing.full-width .container .items-layer .item-pricing {
        width: 100%;
        margin: 2rem 1rem;
        max-width: 320px;
        flex: none; }
        .funnel-pricing.full-width .container .items-layer .item-pricing:first-child {
          margin: 0rem 1rem 2rem; }
        @media only screen and (min-width: 768px) {
          .funnel-pricing.full-width .container .items-layer .item-pricing {
            width: 45%;
            max-width: 390px; }
            .funnel-pricing.full-width .container .items-layer .item-pricing:first-child {
              margin: 0rem 1rem 2rem; }
            .funnel-pricing.full-width .container .items-layer .item-pricing:nth-child(2) {
              margin: 0rem 1rem 2rem; }
            .funnel-pricing.full-width .container .items-layer .item-pricing.featured-pricing {
              top: 20px; } }
        @media only screen and (min-width: 1200px) {
          .funnel-pricing.full-width .container .items-layer .item-pricing {
            width: inherit;
            flex: 1;
            max-width: 350px;
            margin: 0 1rem; } }
        .funnel-pricing.full-width .container .items-layer .item-pricing .list-benefits {
          margin: 2rem 0; }
          .funnel-pricing.full-width .container .items-layer .item-pricing .list-benefits ul li {
            font-weight: 400;
            position: relative;
            list-style: none;
            display: flex;
            justify-content: center; }
            @media only screen and (min-width: 1200px) {
              .funnel-pricing.full-width .container .items-layer .item-pricing .list-benefits ul li {
                justify-content: center; } }
  .funnel-pricing .container > .btn-add-layer {
    margin-top: 2.5rem; }
  .funnel-pricing .head-layer {
    text-align: center; }
  .funnel-pricing .nav-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem; }
    .funnel-pricing .nav-pricing .item-nav-pricing {
      cursor: pointer;
      padding: 0.5rem 1rem;
      border-radius: 5px;
      margin: 0.1rem;
      transition: all .5s; }
      .funnel-pricing .nav-pricing .item-nav-pricing.active {
        background: rgba(var(--primary), 0.5);
        color: white;
        font-weight: 600;
        transition: background .5s; }
  .funnel-pricing .items-layer {
    display: flex;
    margin-top: 3.5rem;
    flex-flow: column;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .funnel-pricing .items-layer {
        flex-flow: inherit;
        flex-wrap: wrap; } }
    .funnel-pricing .items-layer .item-pricing {
      flex: 1; }
      .funnel-pricing .items-layer .item-pricing > .image-layer {
        display: none; }
      .funnel-pricing .items-layer .item-pricing .price-box-layer {
        text-align: center; }
        .funnel-pricing .items-layer .item-pricing .price-box-layer .main-price {
          position: relative;
          margin: 1rem 0 1rem; }
          .funnel-pricing .items-layer .item-pricing .price-box-layer .main-price .text-normal {
            font-weight: 300; }
            .funnel-pricing .items-layer .item-pricing .price-box-layer .main-price .text-normal.text-per-month {
              line-height: 1.2;
              display: inline-block; }
              .funnel-pricing .items-layer .item-pricing .price-box-layer .main-price .text-normal.text-per-month > div {
                font-size: 60px;
                position: relative;
                font-weight: 600; }
                .funnel-pricing .items-layer .item-pricing .price-box-layer .main-price .text-normal.text-per-month > div .currency {
                  font-size: 20px;
                  position: absolute;
                  left: -20px;
                  top: 10px; }
      .funnel-pricing .items-layer .item-pricing .list-benefits ul {
        padding-left: 0px; }
        .funnel-pricing .items-layer .item-pricing .list-benefits ul li.addLayer .add-plus {
          margin-right: 10px; }
        .funnel-pricing .items-layer .item-pricing .list-benefits ul li.addLayer .text-normal {
          font-weight: 500; }
      .funnel-pricing .items-layer .item-pricing .container-btn {
        transform: scale(0.75); }
      .funnel-pricing .items-layer .item-pricing .image-pricing-layer img {
        max-width: 255px;
        width: 100%; }
      .funnel-pricing .items-layer .item-pricing .small-foot {
        display: none; }
    .funnel-pricing .items-layer .main-addLayer {
      width: 100%;
      position: relative;
      margin-top: 4rem; }
  .funnel-pricing.funnel-one.full-width .container {
    max-width: none;
    width: 100%; }
    .funnel-pricing.funnel-one.full-width .container .items-layer {
      max-width: none;
      flex-flow: inherit;
      flex-wrap: wrap; }
      .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing {
        width: 100%;
        margin: 2rem 1rem;
        max-width: 320px;
        flex: none; }
        .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing:first-child {
          margin: 0rem 1rem 2rem; }
        @media only screen and (min-width: 768px) {
          .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing {
            width: 45%;
            max-width: 390px; }
            .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing:first-child {
              margin: 0rem 1rem 2rem; }
            .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing:nth-child(2) {
              margin: 0rem 1rem 2rem; }
            .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing.featured-pricing {
              top: 20px; } }
        @media only screen and (min-width: 1200px) {
          .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing {
            width: inherit;
            flex: 1;
            max-width: 350px;
            margin: 0 1rem; } }
        .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing .list-benefits {
          margin: 2rem 0; }
          .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing .list-benefits ul li {
            font-weight: 400;
            position: relative;
            list-style: none;
            display: flex;
            justify-content: center; }
            @media only screen and (min-width: 1200px) {
              .funnel-pricing.funnel-one.full-width .container .items-layer .item-pricing .list-benefits ul li {
                justify-content: center; } }
  .funnel-pricing.funnel-one .head-layer {
    margin-bottom: 3rem; }
  .funnel-pricing.funnel-one .items-layer {
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .funnel-pricing.funnel-one .items-layer {
        align-items: inherit; } }
    @media only screen and (min-width: 1200px) {
      .funnel-pricing.funnel-one .items-layer {
        max-width: 1050px;
        margin: 0 auto; } }
    .funnel-pricing.funnel-one .items-layer .item-pricing {
      max-width: 350px;
      position: relative;
      top: 20px; }
      .funnel-pricing.funnel-one .items-layer .item-pricing:not(:first-child) {
        margin-top: 4rem; }
      @media only screen and (min-width: 768px) {
        .funnel-pricing.funnel-one .items-layer .item-pricing:not(:first-child) {
          margin-left: 2rem;
          margin-top: 0px; } }
      .funnel-pricing.funnel-one .items-layer .item-pricing.featured-pricing {
        top: 20px; }
        @media only screen and (min-width: 768px) {
          .funnel-pricing.funnel-one .items-layer .item-pricing.featured-pricing {
            top: 0px; } }
        .funnel-pricing.funnel-one .items-layer .item-pricing.featured-pricing .price-box-layer {
          background-color: #31312A; }
      .funnel-pricing.funnel-one .items-layer .item-pricing .price-box-layer {
        padding: 1.5rem;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        background-color: rgba(var(--primary), 0.85);
        color: white;
        overflow: hidden;
        position: relative; }
        .funnel-pricing.funnel-one .items-layer .item-pricing .price-box-layer .featured-layer {
          position: absolute;
          top: -25px;
          right: -58px;
          background: white;
          transform: rotate(45deg);
          padding: 50px 2rem 0rem; }
          .funnel-pricing.funnel-one .items-layer .item-pricing .price-box-layer .featured-layer span {
            font-size: 11px;
            font-weight: 700;
            color: #31312A;
            text-transform: uppercase; }
        .funnel-pricing.funnel-one .items-layer .item-pricing .price-box-layer .main-price .text-normal.text-per-month div {
          display: inline-block;
          color: white;
          /*&:before{
          	content:"$";
          	position: absolute;
          	top: 15px;
          	left: -15px;
          	font-size: 1rem;
          	font-weight: 300;
          	opacity: .75;
          }*/ }
        .funnel-pricing.funnel-one .items-layer .item-pricing .price-box-layer .main-price .text-normal.text-per-month .time {
          font-size: 15px;
          font-weight: 300;
          display: block; }
      .funnel-pricing.funnel-one .items-layer .item-pricing .list-benefits {
        margin: 2rem 0; }
        .funnel-pricing.funnel-one .items-layer .item-pricing .list-benefits ul li {
          font-weight: 400;
          position: relative;
          list-style: none;
          display: flex;
          justify-content: center; }
          @media only screen and (min-width: 768px) {
            .funnel-pricing.funnel-one .items-layer .item-pricing .list-benefits ul li {
              justify-content: flex-start; } }
          .funnel-pricing.funnel-one .items-layer .item-pricing .list-benefits ul li:not(:first-child) {
            margin-top: 1rem; }
          .funnel-pricing.funnel-one .items-layer .item-pricing .list-benefits ul li.ok:before {
            content: "\f00c";
            font-family: FontAwesome;
            margin-right: 7px;
            color: green; }
          .funnel-pricing.funnel-one .items-layer .item-pricing .list-benefits ul li.ko:before {
            content: "\f00d";
            font-family: FontAwesome;
            margin-right: 7px;
            color: red; }
      .funnel-pricing.funnel-one .items-layer .item-pricing .container-btn {
        margin: 45px 0 25px; }
        .funnel-pricing.funnel-one .items-layer .item-pricing .container-btn .btn-gl {
          border-radius: 10px; }
      .funnel-pricing.funnel-one .items-layer .item-pricing .image-pricing-layer {
        text-align: center; }
  .funnel-pricing.funnel-two .items-layer, .funnel-pricing.funnel-three .items-layer {
    align-items: center; }
    @media only screen and (min-width: 1200px) {
      .funnel-pricing.funnel-two .items-layer, .funnel-pricing.funnel-three .items-layer {
        max-width: 1100px;
        margin: 0 auto; } }
    .funnel-pricing.funnel-two .items-layer .item-pricing, .funnel-pricing.funnel-three .items-layer .item-pricing {
      max-width: 350px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
      padding: 2rem 1rem 1rem;
      border-radius: 15px;
      background: white; }
      .funnel-pricing.funnel-two .items-layer .item-pricing:not(:first-child), .funnel-pricing.funnel-three .items-layer .item-pricing:not(:first-child) {
        margin-top: 2rem; }
      .funnel-pricing.funnel-two .items-layer .item-pricing.featured-pricing, .funnel-pricing.funnel-three .items-layer .item-pricing.featured-pricing {
        background-color: #31312A;
        color: white !important; }
        .funnel-pricing.funnel-two .items-layer .item-pricing.featured-pricing .list-benefits ul li:not(:first-child), .funnel-pricing.funnel-three .items-layer .item-pricing.featured-pricing .list-benefits ul li:not(:first-child) {
          border-top: 1px solid rgba(250, 250, 250, 0.3); }
        .funnel-pricing.funnel-two .items-layer .item-pricing.featured-pricing .image-pricing-layer, .funnel-pricing.funnel-three .items-layer .item-pricing.featured-pricing .image-pricing-layer {
          border-top: 1px solid rgba(250, 250, 250, 0.2); }
      @media only screen and (min-width: 768px) {
        .funnel-pricing.funnel-two .items-layer .item-pricing:not(:first-child), .funnel-pricing.funnel-three .items-layer .item-pricing:not(:first-child) {
          margin-top: 0rem; } }
      .funnel-pricing.funnel-two .items-layer .item-pricing .price-box-layer .featured-layer, .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .featured-layer {
        display: none; }
      .funnel-pricing.funnel-two .items-layer .item-pricing .price-box-layer .main-price .text-per-month > div, .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month > div {
        display: flex;
        align-items: center;
        justify-content: center; }
        .funnel-pricing.funnel-two .items-layer .item-pricing .price-box-layer .main-price .text-per-month > div .currency, .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month > div .currency {
          position: relative;
          top: inherit;
          left: inherit;
          font-size: 45px; }
      .funnel-pricing.funnel-two .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time, .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time {
        font-size: 15px;
        font-weight: 300; }
      .funnel-pricing.funnel-two .items-layer .item-pricing .list-benefits, .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits {
        margin: 2rem 0; }
        .funnel-pricing.funnel-two .items-layer .item-pricing .list-benefits ul li, .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits ul li {
          display: flex;
          list-style: none; }
          .funnel-pricing.funnel-two .items-layer .item-pricing .list-benefits ul li:before, .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits ul li:before {
            content: "\2022";
            color: rgba(var(--primary), 1);
            font-weight: bold;
            display: inline-block;
            width: 1em; }
          .funnel-pricing.funnel-two .items-layer .item-pricing .list-benefits ul li:not(:first-child), .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits ul li:not(:first-child) {
            border-top: 1px solid rgba(0, 0, 0, 0.3);
            padding-top: 10px;
            margin-top: 10px; }
      .funnel-pricing.funnel-two .items-layer .item-pricing .image-pricing-layer, .funnel-pricing.funnel-three .items-layer .item-pricing .image-pricing-layer {
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 15px; }
        .funnel-pricing.funnel-two .items-layer .item-pricing .image-pricing-layer img, .funnel-pricing.funnel-three .items-layer .item-pricing .image-pricing-layer img {
          width: 100%;
          max-width: 250px; }
  .funnel-pricing.funnel-three .items-layer {
    align-items: flex-start; }
    .funnel-pricing.funnel-three .items-layer .item-pricing {
      margin: 0 12px; }
      .funnel-pricing.funnel-three .items-layer .item-pricing.featured-pricing {
        background-color: white;
        color: black !important; }
        .funnel-pricing.funnel-three .items-layer .item-pricing.featured-pricing .list-benefits ul li {
          border-top: 1px solid rgba(0, 0, 0, 0.25) !important; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .image-layer {
        display: block;
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto; }
        .funnel-pricing.funnel-three .items-layer .item-pricing .image-layer img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .funnel-sec-title {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -2px;
        font-size: 1.5rem; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer > .text-normal {
        display: none; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time {
        display: inline-block; }
        .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time:before, .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time:after {
          content: "";
          position: absolute;
          width: 15px;
          height: 3px;
          background: rgba(var(--primary), 1);
          border-radius: 50px;
          top: 50%;
          transform: translate(0%, -50%); }
        .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time:before {
          left: -20px; }
        .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .text-per-month .time:after {
          right: -20px; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .currency {
        font-weight: 800;
        font-size: 70px !important;
        color: rgba(var(--primary), 1); }
      .funnel-pricing.funnel-three .items-layer .item-pricing .price-box-layer .main-price .price {
        font-weight: 800;
        font-size: 90px !important;
        color: rgba(var(--primary), 1);
        letter-spacing: -7px; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits {
        margin: 2rem 0; }
        .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits ul li {
          display: flex;
          list-style: none;
          border-top: 1px solid rgba(0, 0, 0, 0.3);
          padding-top: 10px;
          margin-top: 10px;
          border-bottom: 0px; }
          .funnel-pricing.funnel-three .items-layer .item-pricing .list-benefits ul li:before {
            content: "\2022";
            color: rgba(var(--primary), 1);
            font-weight: bold;
            display: inline-block;
            width: 1em; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .container-btn {
        margin: 45px 0 10px; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .image-pricing-layer {
        border-top: none;
        padding-top: 0px; }
      .funnel-pricing.funnel-three .items-layer .item-pricing .small-foot {
        text-align: center;
        font-size: 14px;
        display: block;
        margin-top: 10px;
        opacity: .75; }

.funnel-projects {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-projects {
      padding: 8rem 0; } }
  .funnel-projects .main-layer .info-layer {
    color: white;
    text-align: center; }
  .funnel-projects .main-layer .projects-layer {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .funnel-projects .main-layer .projects-layer .item-project {
      width: 100%;
      margin: 1rem; }
      @media only screen and (min-width: 768px) {
        .funnel-projects .main-layer .projects-layer .item-project {
          width: 45%; } }
      @media only screen and (min-width: 1200px) {
        .funnel-projects .main-layer .projects-layer .item-project {
          width: 30%; } }
      .funnel-projects .main-layer .projects-layer .item-project .image-project {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
        position: relative; }
        .funnel-projects .main-layer .projects-layer .item-project .image-project .more-info-icon {
          opacity: 0;
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: .75s;
          width: 50px;
          height: 50px;
          border-radius: 50px;
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1; }
        .funnel-projects .main-layer .projects-layer .item-project .image-project img {
          width: 100%;
          height: auto;
          object-position: center top;
          object-fit: cover;
          margin: auto;
          transform: translateY(0px);
          transition: 1s cubic-bezier(0.67, 0.17, 0, 0.94); }
        .funnel-projects .main-layer .projects-layer .item-project .image-project:hover .more-info-icon {
          opacity: 1;
          top: 50%; }
        .funnel-projects .main-layer .projects-layer .item-project .image-project:hover img {
          transform: translateY(-250px);
          filter: grayscale(5); }

.funnel-managed-to {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-managed-to {
      padding: 8rem 0; } }
  .funnel-managed-to .main-layer {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .funnel-managed-to .main-layer .items-layer .funnel-sec-title {
      display: flex;
      align-items: center; }
      .funnel-managed-to .main-layer .items-layer .funnel-sec-title i {
        margin-right: 5px;
        font-size: 20px; }
  .funnel-managed-to.funnel-one .main-layer .info-layer {
    width: 100%;
    text-align: center;
    margin-bottom: 0rem; }
    @media only screen and (min-width: 768px) {
      .funnel-managed-to.funnel-one .main-layer .info-layer {
        margin-bottom: 2rem; } }
  .funnel-managed-to.funnel-one .main-layer .image-layer {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .funnel-managed-to.funnel-one .main-layer .image-layer {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 0px;
        display: flex;
        justify-content: flex-end; } }
    .funnel-managed-to.funnel-one .main-layer .image-layer img {
      width: 100%;
      max-width: 500px;
      max-height: 500px;
      object-fit: contain; }
    .funnel-managed-to.funnel-one .main-layer .image-layer i {
      text-align: center;
      font-size: 250px; }
  .funnel-managed-to.funnel-one .main-layer .items-layer {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .funnel-managed-to.funnel-one .main-layer .items-layer {
        width: 46%; } }
    .funnel-managed-to.funnel-one .main-layer .items-layer .item:not(:first-child) {
      margin-top: 2rem; }
    .funnel-managed-to.funnel-one .main-layer .items-layer .item .funnel-sec-title {
      margin-bottom: .75rem;
      font-weight: 600; }
    .funnel-managed-to.funnel-one .main-layer .items-layer .item.addLayer .add-plus {
      margin-right: 10px; }
    .funnel-managed-to.funnel-one .main-layer .items-layer .item.addLayer .funnel-sec-title {
      margin-bottom: 0px; }
  .funnel-managed-to.funnel-two .main-layer .info-layer {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .funnel-managed-to.funnel-two .main-layer .info-layer {
        width: 45%; } }
    .funnel-managed-to.funnel-two .main-layer .info-layer .funnel-title {
      margin-bottom: 2rem; }
  .funnel-managed-to.funnel-two .main-layer .image-layer {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .funnel-managed-to.funnel-two .main-layer .image-layer {
        width: 45%;
        margin-left: 5%; } }
    .funnel-managed-to.funnel-two .main-layer .image-layer img {
      max-width: 500px;
      max-height: 500px;
      width: 100%;
      object-fit: contain; }
  .funnel-managed-to.funnel-two .main-layer .items-layer {
    width: 100%;
    display: flex;
    flex-flow: column; }
    @media only screen and (min-width: 768px) {
      .funnel-managed-to.funnel-two .main-layer .items-layer {
        flex-flow: row; } }
    .funnel-managed-to.funnel-two .main-layer .items-layer .item {
      margin-top: 2rem; }
      @media only screen and (min-width: 768px) {
        .funnel-managed-to.funnel-two .main-layer .items-layer .item {
          flex: 1; }
          .funnel-managed-to.funnel-two .main-layer .items-layer .item:not(:first-child) {
            border-left: 1px solid rgba(0, 0, 0, 0.2);
            padding-left: 2rem;
            margin-left: 2rem; } }
      .funnel-managed-to.funnel-two .main-layer .items-layer .item .funnel-sec-title {
        margin-bottom: .5rem;
        flex: 1; }

.funnel-bonus {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-bonus {
      padding: 8rem 0; } }
  .funnel-bonus .head-layer {
    text-align: center; }
  .funnel-bonus .wrap-solutions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .funnel-bonus .wrap-solutions .solution-item {
      width: 100%;
      margin: 2rem 1.5% 2rem;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      position: relative;
      background-color: white;
      border-radius: 10px; }
      @media only screen and (min-width: 768px) {
        .funnel-bonus .wrap-solutions .solution-item {
          width: 30%; } }
      .funnel-bonus .wrap-solutions .solution-item .image-layer {
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        position: relative;
        text-align: center; }
        .funnel-bonus .wrap-solutions .solution-item .image-layer img {
          width: 100%;
          max-height: 350px;
          object-fit: cover; }
        .funnel-bonus .wrap-solutions .solution-item .image-layer i {
          font-size: 50px;
          margin-top: 3rem; }
          @media only screen and (min-width: 768px) {
            .funnel-bonus .wrap-solutions .solution-item .image-layer i {
              font-size: 50px; } }
      .funnel-bonus .wrap-solutions .solution-item .info-layer .funnel-sec-title {
        margin: 1rem 0 1rem;
        padding: .5rem 1rem 0; }
      .funnel-bonus .wrap-solutions .solution-item .info-layer .text-normal {
        padding: 0rem 1rem; }
      .funnel-bonus .wrap-solutions .solution-item .info-layer .bonus-price {
        display: block;
        margin-top: 2rem;
        text-align: right;
        background: rgba(var(--primary), 0.1);
        border-radius: 0 0 5px 5px;
        padding: 1rem 2rem;
        border-top: 2px solid rgba(var(--primary), 1); }
        .funnel-bonus .wrap-solutions .solution-item .info-layer .bonus-price .text-normal {
          color: rgba(var(--primary), 1);
          font-weight: 700;
          font-size: 25px;
          display: flex;
          justify-content: flex-end;
          align-items: flex-end; }
          .funnel-bonus .wrap-solutions .solution-item .info-layer .bonus-price .text-normal .price-from {
            font-size: 16px;
            font-weight: 500;
            margin-right: 10px;
            margin-bottom: 3px;
            opacity: .75; }
      .funnel-bonus .wrap-solutions .solution-item.add-solution {
        border: 2px dashed rgba(0, 0, 0, 0.2);
        align-items: center;
        display: flex;
        justify-content: center;
        flex-flow: column;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 5px; }
        .funnel-bonus .wrap-solutions .solution-item.add-solution .add-plus .funnel-sec-title {
          font-size: 3rem;
          line-height: 1; }
        .funnel-bonus .wrap-solutions .solution-item.add-solution .info-add-feature {
          opacity: .5;
          padding: 0 2rem; }
          .funnel-bonus .wrap-solutions .solution-item.add-solution .info-add-feature .funnel-sec-title {
            font-weight: 300;
            font-size: 1.75rem; }
  .funnel-bonus.funnel-two .wrap-solutions .solution-item .image-layer:after {
    content: "";
    position: absolute;
    width: 100%;
    background: white;
    height: 50px;
    bottom: 0px;
    left: 0px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
  .funnel-bonus.funnel-two .wrap-solutions .solution-item .info-layer {
    text-align: center; }
    .funnel-bonus.funnel-two .wrap-solutions .solution-item .info-layer .bonus-price {
      background-color: white;
      border-top: none;
      text-align: center;
      margin-top: 1rem; }
      .funnel-bonus.funnel-two .wrap-solutions .solution-item .info-layer .bonus-price .text-normal {
        font-weight: 900;
        font-size: 30px;
        border-top: 3px solid rgba(var(--primary), 0.2);
        padding-top: 1rem; }

.funnel-stacking {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-stacking {
      padding: 8rem 0; } }
  .funnel-stacking .head-layer {
    text-align: center; }
  .funnel-stacking .info-layer {
    margin: 0 auto; }
    .funnel-stacking .info-layer ul {
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin-top: 2rem;
      padding-left: 0px; }
      @media only screen and (min-width: 768px) {
        .funnel-stacking .info-layer ul {
          padding-left: 2rem; } }
      .funnel-stacking .info-layer ul li {
        display: inline-flex;
        list-style: none;
        /*&.addLayer{
        	border: 1px dashed rgba(0,0,0,.5);
        	padding: 15px;
        	background: white;
        	border-radius: 10px;
        	.add-plus{
        		display: block;
        		position: relative;
        		margin-right: 10px;
        	}
        }*/ }
        .funnel-stacking .info-layer ul li:not(:first-child) {
          margin-top: 1rem; }
        @media only screen and (min-width: 768px) {
          .funnel-stacking .info-layer ul li .text-normal {
            font-size: 20px; } }
        .funnel-stacking .info-layer ul li i {
          margin-right: 10px;
          padding-top: 5px;
          color: rgba(var(--primary), 1);
          font-size: 25px; }
    .funnel-stacking .info-layer .bonus-before {
      margin-top: 3rem;
      opacity: .5;
      text-align: center; }
      .funnel-stacking .info-layer .bonus-before span {
        text-decoration: line-through; }
    .funnel-stacking .info-layer .bonus-after {
      text-align: center;
      margin-bottom: 3rem; }
      .funnel-stacking .info-layer .bonus-after span {
        font-weight: 800;
        font-size: 35px;
        color: rgba(var(--primary), 1); }
  .funnel-stacking.funnel-one .info-layer {
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .funnel-stacking.funnel-one .info-layer {
        max-width: 750px; } }
  .funnel-stacking.funnel-two .stacking-wrap {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 3.5rem 1.5rem .1rem;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    @media only screen and (min-width: 768px) {
      .funnel-stacking.funnel-two .stacking-wrap {
        padding: 3.5rem 2.5rem .1rem; } }
    .funnel-stacking.funnel-two .stacking-wrap .container-btn {
      margin: 75px 0 45px;
      padding-top: 45px;
      border-top: 2px dashed rgba(0, 0, 0, 0.1); }

.funnel-faqs {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-faqs {
      padding: 8rem 0; } }
  .funnel-faqs .head-layer {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .funnel-faqs .head-layer {
        max-width: 750px;
        margin: 0 auto; } }
  .funnel-faqs .tabs {
    margin-top: 3rem;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .funnel-faqs .tabs {
        max-width: 750px;
        margin: 0 auto; } }
    .funnel-faqs .tabs .tab {
      width: 100%;
      overflow: hidden;
      margin-bottom: 1rem; }
      .funnel-faqs .tabs .tab input {
        position: absolute;
        opacity: 0;
        z-index: -1; }
        .funnel-faqs .tabs .tab input:checked ~ .tab-content {
          max-height: 100vh;
          padding: 1.5rem; }
      .funnel-faqs .tabs .tab .tab-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 2rem;
        font-weight: 300;
        cursor: pointer;
        position: relative;
        font-size: 20px;
        transition: all .4s;
        font-weight: 700; }
        .funnel-faqs .tabs .tab .tab-label .icon-faq {
          width: 20px;
          height: 20px;
          background: transparent;
          border-radius: 50px;
          margin-right: 10px;
          position: relative; }
          .funnel-faqs .tabs .tab .tab-label .icon-faq:after, .funnel-faqs .tabs .tab .tab-label .icon-faq:before {
            content: "";
            background: rgba(var(--primary), 1);
            text-align: center;
            transition: all 0.3s;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
      .funnel-faqs .tabs .tab .tab-content {
        max-height: 0;
        padding: 0;
        color: black;
        transition: all 0.2s;
        background-color: white; }
      .funnel-faqs .tabs .tab.addLayer {
        background: white !important; }
        .funnel-faqs .tabs .tab.addLayer .text-normal {
          color: rgba(0, 0, 0, 0.75); }
        .funnel-faqs .tabs .tab.addLayer .add-plus {
          margin-right: 10px; }
          .funnel-faqs .tabs .tab.addLayer .add-plus .funnel-sec-title {
            color: rgba(0, 0, 0, 0.75); }
  .funnel-faqs.funnel-one .tabs .tab {
    color: rgba(var(--primary), 1);
    background: rgba(var(--primary), 0.1); }
    .funnel-faqs.funnel-one .tabs .tab input:checked + .tab-label .icon-faq:after {
      transform: translate(-50%, -50%) rotate(90deg); }
    .funnel-faqs.funnel-one .tabs .tab input:checked ~ .tab-content {
      border-bottom: 1px solid rgba(var(--primary), 0.5); }
    .funnel-faqs.funnel-one .tabs .tab .tab-label .icon-faq:after {
      width: 4px;
      height: 15px; }
    .funnel-faqs.funnel-one .tabs .tab .tab-label .icon-faq:before {
      width: 15px;
      height: 4px; }
    .funnel-faqs.funnel-one .tabs .tab .tab-content {
      border-top: 2px solid white; }
  .funnel-faqs.funnel-two .tabs .tab {
    color: rgba(var(--primary), 1);
    background: white; }
    .funnel-faqs.funnel-two .tabs .tab input:checked + .tab-label {
      border-bottom: none; }
      .funnel-faqs.funnel-two .tabs .tab input:checked + .tab-label .icon-faq:before {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .funnel-faqs.funnel-two .tabs .tab input:checked + .tab-label .icon-faq:after {
        transform: translate(-50%, -50%) rotate(45deg); }
    .funnel-faqs.funnel-two .tabs .tab input:checked ~ .tab-content {
      border-bottom: 1px solid #fff3e4;
      padding: 1rem;
      background: #ffe8c8;
      border-bottom: 3px solid rgba(var(--primary), 1); }
    .funnel-faqs.funnel-two .tabs .tab .tab-label {
      border: 1px solid rgba(var(--primary), 1); }
      .funnel-faqs.funnel-two .tabs .tab .tab-label .icon-faq:after, .funnel-faqs.funnel-two .tabs .tab .tab-label .icon-faq:before {
        content: "";
        background: rgba(var(--primary), 1);
        text-align: center;
        transition: all 0.3s;
        position: absolute;
        top: 50%; }
      .funnel-faqs.funnel-two .tabs .tab .tab-label .icon-faq:after {
        width: 15px;
        height: 4px;
        transform: translate(-50%, -50%) rotate(-45deg);
        left: 12px; }
      .funnel-faqs.funnel-two .tabs .tab .tab-label .icon-faq:before {
        width: 15px;
        height: 4px;
        transform: translate(-50%, -50%) rotate(45deg);
        left: 20px; }
  .funnel-faqs.funnel-three .tabs {
    max-width: none !important; }
    @media only screen and (min-width: 768px) {
      .funnel-faqs.funnel-three .tabs {
        column-count: 2;
        column-gap: 5rem;
        margin-top: 5rem; } }
    .funnel-faqs.funnel-three .tabs .tab {
      color: rgba(var(--primary), 1);
      background: transparent;
      display: table;
      page-break-inside: avoid;
      margin: 0 0 2.5rem; }
      .funnel-faqs.funnel-three .tabs .tab input:checked ~ .tab-content {
        padding: 0px;
        background: transparent;
        border-bottom: none; }
        @media only screen and (min-width: 768px) {
          .funnel-faqs.funnel-three .tabs .tab input:checked ~ .tab-content {
            padding-left: 40px; } }
      .funnel-faqs.funnel-three .tabs .tab label {
        cursor: default;
        font-size: 1.5rem;
        line-height: 1.2;
        display: block;
        text-align: center;
        font-weight: 500;
        border: none;
        padding: 50px 0 0 0px;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .funnel-faqs.funnel-three .tabs .tab label {
            text-align: left;
            padding: 0 0 0 40px; } }
        .funnel-faqs.funnel-three .tabs .tab label:before {
          content: "\f128";
          position: absolute;
          font-family: 'FontAwesome';
          border: 2px solid #0079a7;
          width: 30px;
          height: 30px;
          border-radius: 50px 50px 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          opacity: .5;
          font-weight: 100;
          top: 10px;
          left: 50%;
          transform: translate(-50%, 0); }
          @media only screen and (min-width: 768px) {
            .funnel-faqs.funnel-three .tabs .tab label:before {
              left: 0px;
              top: 0px;
              transform: none; } }
      .funnel-faqs.funnel-three .tabs .tab .tab-content {
        max-height: none;
        text-align: center;
        background: transparent; }
        @media only screen and (min-width: 768px) {
          .funnel-faqs.funnel-three .tabs .tab .tab-content {
            text-align: left;
            padding-left: 40px; } }

.funnel-warranty {
  padding: 5rem 0; }
  @media only screen and (min-width: 768px) {
    .funnel-warranty {
      padding: 8rem 0; } }
  .funnel-warranty .main-layer {
    display: flex;
    align-items: center; }
    .funnel-warranty .main-layer .image-layer,
    .funnel-warranty .main-layer .info-layer {
      flex: 1; }
    .funnel-warranty .main-layer .image-layer img {
      width: 100%;
      max-width: 350px; }
    .funnel-warranty .main-layer .image-layer i {
      font-size: 150px; }
      @media only screen and (min-width: 768px) {
        .funnel-warranty .main-layer .image-layer i {
          font-size: 250px; } }
    .funnel-warranty:not(.funnel-custom) .main-layer .info-layer .funnel-title {
      position: relative;
      margin-bottom: 2rem;
      padding-bottom: 1rem; }
      .funnel-warranty:not(.funnel-custom) .main-layer .info-layer .funnel-title:after  {
        content: "";
        position: absolute;
        width: 35px;
        height: 5px;
        background: rgba(var(--primary), 1);
        bottom: 0px;
        border-radius: 50px 0 50px 0; }
  .funnel-warranty.funnel-one .main-layer {
    flex-flow: column; }
    @media only screen and (min-width: 768px) {
      .funnel-warranty.funnel-one .main-layer {
        flex-flow: row; } }
    .funnel-warranty.funnel-one .main-layer .info-layer {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .funnel-warranty.funnel-one .main-layer .info-layer {
          text-align: left; } }
      .funnel-warranty.funnel-one .main-layer .info-layer .funnel-title:after {
        left: 50%;
        transform: translate(-50%, 0); }
        @media only screen and (min-width: 768px) {
          .funnel-warranty.funnel-one .main-layer .info-layer .funnel-title:after {
            transform: none;
            left: 0px; } }
    .funnel-warranty.funnel-one .main-layer .image-layer {
      text-align: center;
      margin-bottom: 3rem; }
      @media only screen and (min-width: 768px) {
        .funnel-warranty.funnel-one .main-layer .image-layer {
          margin-right: 4rem;
          margin-bottom: 0px; } }
  .funnel-warranty.funnel-two .main-layer {
    flex-flow: column; }
    .funnel-warranty.funnel-two .main-layer .image-layer,
    .funnel-warranty.funnel-two .main-layer .info-layer {
      text-align: center; }
      .funnel-warranty.funnel-two .main-layer .image-layer .funnel-title:after,
      .funnel-warranty.funnel-two .main-layer .info-layer .funnel-title:after {
        left: 50%;
        transform: translate(-50%, 0); }
    .funnel-warranty.funnel-two .main-layer .image-layer {
      margin-bottom: 3rem; }
      .funnel-warranty.funnel-two .main-layer .image-layer img {
        max-width: 200px; }
  .funnel-warranty.funnel-three .main-layer {
    flex-flow: column; }
    @media only screen and (min-width: 768px) {
      .funnel-warranty.funnel-three .main-layer {
        flex-flow: row; } }
    .funnel-warranty.funnel-three .main-layer .info-layer {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .funnel-warranty.funnel-three .main-layer .info-layer {
          text-align: left; } }
      .funnel-warranty.funnel-three .main-layer .info-layer .funnel-title:after {
        left: 50%;
        transform: translate(-50%, 0); }
        @media only screen and (min-width: 768px) {
          .funnel-warranty.funnel-three .main-layer .info-layer .funnel-title:after {
            transform: none;
            left: 0px; } }
    .funnel-warranty.funnel-three .main-layer .image-layer {
      text-align: center;
      margin-top: 3rem;
      order: 2; }
      @media only screen and (min-width: 768px) {
        .funnel-warranty.funnel-three .main-layer .image-layer {
          margin-left: 4rem;
          margin-top: 0px; } }
  .funnel-warranty.funnel-four .main-layer {
    flex-flow: column; }
    .funnel-warranty.funnel-four .main-layer .image-layer,
    .funnel-warranty.funnel-four .main-layer .info-layer {
      text-align: center; }
      .funnel-warranty.funnel-four .main-layer .image-layer .funnel-title:after,
      .funnel-warranty.funnel-four .main-layer .info-layer .funnel-title:after {
        left: 50%;
        transform: translate(-50%, 0); }
    .funnel-warranty.funnel-four .main-layer .info-layer {
      order: 1; }
    .funnel-warranty.funnel-four .main-layer .image-layer {
      order: 2;
      margin-top: 3rem; }
      .funnel-warranty.funnel-four .main-layer .image-layer img {
        max-width: 200px; }

.funnel-CTA {
  padding: 6rem 0; }
  .funnel-CTA .container-cta .info-cta {
    text-align: center; }
  .funnel-CTA .container-btn {
    margin: 45px 0 0; }
  .funnel-CTA.funnel-two .container-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column; }
    @media only screen and (min-width: 768px) {
      .funnel-CTA.funnel-two .container-cta {
        flex-flow: row; } }
    .funnel-CTA.funnel-two .container-cta .info-cta {
      flex: 1; }
      @media only screen and (min-width: 768px) {
        .funnel-CTA.funnel-two .container-cta .info-cta .funnel-sec-title {
          padding-bottom: 0px;
          margin-bottom: 0px; }
          .funnel-CTA.funnel-two .container-cta .info-cta .funnel-sec-title:after {
            content: none; } }
    .funnel-CTA.funnel-two .container-cta .container-btn {
      text-align: center;
      flex: 1;
      margin: 0px; }
      @media only screen and (min-width: 768px) {
        .funnel-CTA.funnel-two .container-cta .container-btn {
          text-align: right; } }
      .funnel-CTA.funnel-two .container-cta .container-btn .btn-gl {
        text-align: center; }

.funnel-counter {
  padding: 6rem 0; }
  .funnel-counter .head-layer {
    text-align: center; }
  .funnel-counter .main-counter .counter-wrap {
    max-width: 600px;
    display: flex;
    margin: 0 auto; }
    .funnel-counter .main-counter .counter-wrap > div {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.12);
      border-radius: 10px;
      padding: 50px 0;
      font-size: 50px;
      margin: .5rem;
      position: relative;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34); }
  .funnel-counter.funnel-one .main-counter .counter-wrap > div {
    padding: 10px 0;
    margin: .3rem; }
    @media only screen and (min-width: 768px) {
      .funnel-counter.funnel-one .main-counter .counter-wrap > div {
        padding: 30px 0;
        margin: .5rem; } }
    .funnel-counter.funnel-one .main-counter .counter-wrap > div .text-normal {
      font-weight: 800;
      text-align: center;
      font-size: 30px;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .funnel-counter.funnel-one .main-counter .counter-wrap > div .text-normal {
          font-size: 50px; } }
      .funnel-counter.funnel-one .main-counter .counter-wrap > div .text-normal span {
        color: #444444;
        display: block;
        font-weight: 400;
        font-size: 13px; }
        @media only screen and (min-width: 768px) {
          .funnel-counter.funnel-one .main-counter .counter-wrap > div .text-normal span {
            font-size: 16px; } }
    .funnel-counter.funnel-one .main-counter .counter-wrap > div:before {
      content: "";
      position: absolute;
      bottom: 0px;
      height: 50%;
      width: 100%;
      left: 0px;
      background: white;
      z-index: 1;
      border-radius: 0 0 10px 10px;
      box-shadow: inset 0px -15px 11px 5px rgba(var(--primary), 0.5); }
    .funnel-counter.funnel-one .main-counter .counter-wrap > div:after {
      content: "";
      position: absolute;
      top: 0px;
      height: 50%;
      width: 100%;
      left: 0px;
      background: white;
      z-index: 1;
      border-radius: 10px 10px 0 0;
      box-shadow: inset 0px 15px 11px 5px rgba(var(--primary), 0.5); }
  .funnel-counter.funnel-two .main-counter {
    display: table;
    margin: 0 auto; }
    .funnel-counter.funnel-two .main-counter .counter-wrap {
      max-width: none;
      display: inline-flex;
      margin: 0 auto; }
      .funnel-counter.funnel-two .main-counter .counter-wrap > div {
        flex: 1;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        background: white;
        border: 2px solid;
        border-radius: 50%;
        padding: 0px 0;
        margin: .1rem;
        position: relative;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        width: 70px;
        max-width: 70px;
        min-width: 70px;
        height: 70px;
        line-height: 1.3; }
        @media only screen and (min-width: 768px) {
          .funnel-counter.funnel-two .main-counter .counter-wrap > div {
            border: 5px solid;
            padding: 50px 0;
            margin: .5rem;
            width: 150px;
            max-width: 150px;
            min-width: 150px;
            height: 150px; } }
        .funnel-counter.funnel-two .main-counter .counter-wrap > div .text-normal {
          display: flex;
          flex-flow: column;
          align-items: center;
          justify-content: center;
          font-weight: 800;
          font-size: 30px; }
          @media only screen and (min-width: 768px) {
            .funnel-counter.funnel-two .main-counter .counter-wrap > div .text-normal {
              font-size: 60px; } }
        .funnel-counter.funnel-two .main-counter .counter-wrap > div span {
          font-size: 12px;
          color: black;
          font-weight: 300;
          position: absolute;
          bottom: -30px; }
          @media only screen and (min-width: 768px) {
            .funnel-counter.funnel-two .main-counter .counter-wrap > div span {
              font-size: 15px;
              position: relative;
              bottom: inherit; } }
        .funnel-counter.funnel-two .main-counter .counter-wrap > div:before, .funnel-counter.funnel-two .main-counter .counter-wrap > div:after {
          content: none; }
  .funnel-counter.funnel-three .main-counter .counter-wrap > div {
    padding: 20px 0;
    text-align: center;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin: .25rem;
    /*&:first-child{
    	background-color: rgba(183,43,43, 1);
    	&:after{
    		background: rgba(156, 24, 24, 1);
    	}
    }
    &:nth-child(2){
    	background-color: rgba(183,43,43, .75);
    	&:after{
    		background: rgba(156, 24, 24, .75);
    	}
    }
    &:nth-child(3){
    	background-color: rgba(183,43,43, .5);
    	&:after{
    		background: rgba(156, 24, 24, .5);
    	}
    }
    &:last-child{
    	background-color: rgba(183,43,43, .25);
    	&:after{
    		background: rgba(156, 24, 24, .25);
    	}
    }*/ }
    @media only screen and (min-width: 768px) {
      .funnel-counter.funnel-three .main-counter .counter-wrap > div {
        margin: .5rem; } }
    .funnel-counter.funnel-three .main-counter .counter-wrap > div .text-normal {
      font-size: 40px;
      font-weight: 900; }
      @media only screen and (min-width: 768px) {
        .funnel-counter.funnel-three .main-counter .counter-wrap > div .text-normal {
          font-size: 60px; } }
      .funnel-counter.funnel-three .main-counter .counter-wrap > div .text-normal span {
        color: #444444;
        text-align: center;
        font-size: 15px;
        display: block;
        font-weight: 400;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0); }
    .funnel-counter.funnel-three .main-counter .counter-wrap > div:after {
      content: "";
      top: 50%;
      left: 0px;
      width: 100%;
      height: 2px;
      z-index: 999;
      position: absolute;
      background-color: white !important; }

.funnel-info {
  padding: 6rem 0; }
  .funnel-info .container .info-layer {
    margin: 0 auto;
    max-width: 750px; }
    .funnel-info .container .info-layer .funnel-text-info {
      font-size: 2rem;
      text-align: center; }
  .funnel-info.funnel-one .funnel-text-info {
    font-weight: 400; }
    .funnel-info.funnel-one .funnel-text-info span {
      font-weight: 800; }
  .funnel-info.funnel-two .funnel-text-info {
    font-weight: 800; }
    .funnel-info.funnel-two .funnel-text-info span {
      font-weight: 400; }

.funnel-partners {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2rem 0; }
  .funnel-partners .swiper-container {
    overflow: hidden; }
    .funnel-partners .swiper-container .swiper-wrapper {
      align-items: center; }
      .funnel-partners .swiper-container .swiper-wrapper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center; }
        .funnel-partners .swiper-container .swiper-wrapper .swiper-slide img {
          width: 100%;
          max-width: 150px;
          max-height: 150px;
          height: auto;
          object-fit: contain; }
  .funnel-partners .partner-wrapper {
    /*border-bottom: 2px solid rgba($color-black, .1);
    padding-bottom: 1rem;*/
    margin-bottom: 1rem; }
    .funnel-partners .partner-wrapper .partners-carrousel {
      width: 100%;
      display: flex;
      overflow-x: scroll;
      cursor: grab; }
      .funnel-partners .partner-wrapper .partners-carrousel.active {
        cursor: grabbing; }
      .funnel-partners .partner-wrapper .partners-carrousel .partners-item {
        min-width: 175px;
        margin: 0 10px;
        text-align: center;
        padding-bottom: 10px;
        display: flex;
        align-items: center; }
        .funnel-partners .partner-wrapper .partners-carrousel .partners-item img {
          width: 100%;
          height: auto;
          max-width: 150px;
          max-height: 150px;
          object-fit: contain; }
  .funnel-partners.funnel-two .swiper-button {
    background: rgba(var(--primary), 1);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, 0%); }
    .funnel-partners.funnel-two .swiper-button:after {
      content: none; }
    .funnel-partners.funnel-two .swiper-button i {
      color: white;
      font-size: 10px; }
  .funnel-partners.funnel-two .swiper-button-prev {
    left: 0; }
  .funnel-partners.funnel-two .swiper-button-next {
    right: 0; }

.funnel-form-layer {
  width: 100%;
  padding-top: 2rem; }
  .funnel-form-layer .container-btn {
    margin: 0 0 45px !important; }
  .funnel-form-layer iframe {
    width: 100%; }
  .funnel-form-layer.form-active-campaign {
    padding-top: 2rem; }
    .funnel-form-layer.form-active-campaign form {
      text-align: left !important;
      width: 100% !important;
      padding: 0px !important; }
      .funnel-form-layer.form-active-campaign form._form label {
        display: none; }
      .funnel-form-layer.form-active-campaign form._form input {
        width: 100%;
        padding: 10px !important;
        font-size: 18px !important;
        font-family: 'Montserrat', sans-serif;
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
        border: none !important;
        background: white; }
      .funnel-form-layer.form-active-campaign form._form input::placeholder {
        opacity: .75 !important; }
      .funnel-form-layer.form-active-campaign form._form ._button-wrapper button {
        width: 100%;
        padding: 10px !important;
        font-size: 18px !important;
        font-family: 'Montserrat', sans-serif;
        background-color: rgba(var(--primary), 1);
        margin-top: 1rem;
        font-weight: 600;
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
  .funnel-form-layer.form-mailchimp {
    padding-top: 2rem; }
    .funnel-form-layer.form-mailchimp form {
      width: 100% !important;
      padding: 0px !important; }
      .funnel-form-layer.form-mailchimp form .mc-field-group {
        display: flex;
        flex-flow: column; }
        .funnel-form-layer.form-mailchimp form .mc-field-group label {
          font-family: 'Montserrat', sans-serif;
          text-transform: capitalize;
          margin-top: .5rem;
          font-size: 12px;
          text-align: left; }
        .funnel-form-layer.form-mailchimp form .mc-field-group input {
          width: 100%;
          padding: 10px !important;
          font-size: 18px !important;
          font-family: 'Montserrat', sans-serif;
          border-radius: 5px;
          border: none;
          outline: 0px;
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
          background: white; }
      .funnel-form-layer.form-mailchimp form input.button {
        width: 100%;
        padding: 10px !important;
        font-size: 18px !important;
        font-family: 'Montserrat', sans-serif;
        background-color: rgba(var(--primary), 1);
        margin-top: 1.5rem;
        font-weight: 600;
        border-radius: 5px;
        border: none;
        color: white;
        outline: 0px;
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
    .funnel-form-layer.form-mailchimp.form-custom-one .mc-field-group {
      margin-top: 25px;
      position: relative; }
      .funnel-form-layer.form-mailchimp.form-custom-one .mc-field-group label {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0%, -50%);
        color: black;
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        font-size: 12px;
        transition: all .4s;
        margin: 0 !important;
        font-weight: 300; }
      .funnel-form-layer.form-mailchimp.form-custom-one .mc-field-group.active label {
        top: -10px !important;
        color: white !important;
        left: 0px !important;
        transform: translate(0, -50%) !important; }

/* CONSTRUCTOR STYLES **/
.constructor-GL .btn-add-layer {
  background: #1B2535 !important; }
.constructor-GL section.funnel-scroll-testimonials.funnel-five .wrap-info-carrousel > .hover-edit:first-child {
  order: 3; }
.constructor-GL section.funnel-testimonials.funnel-five .item-slider .wrap-info-carrousel > .hover-edit:first-child {
  order: 3; }
.constructor-GL section.funnel-testimonials.funnel-five .item-slider .wrap-info-carrousel > .hover-edit:nth-child(2) {
  order: 1; }
.constructor-GL section.funnel-testimonials.funnel-five .item-slider .wrap-info-carrousel > .hover-edit:nth-child(3) {
  order: 2; }
.constructor-GL section.funnel-hero.funnel-five .info-layer > .hover-edit:first-child {
  order: 2; }
.constructor-GL section.funnel-hero.funnel-five .info-layer > .hover-edit:nth-child(2) {
  order: 1; }
.constructor-GL section.funnel-hero.funnel-five .info-layer > .hover-edit:nth-child(3) {
  order: 3; }
.constructor-GL section.funnel-hero.funnel-five .info-layer > .hover-edit:nth-child(4) {
  order: 4; }
.constructor-GL .swiper-button-prev:before {
  content: "\f053";
  font-family: 'FontAwesome';
  color: white; }
.constructor-GL .swiper-button-next:before {
  content: "\f054";
  font-family: 'FontAwesome';
  color: white; }
.constructor-GL .swiper-button {
  background: rgba(var(--primary), 1);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, 50%); }
  .constructor-GL .swiper-button:after {
    content: none; }
  .constructor-GL .swiper-button i {
    color: white;
    font-size: 10px; }
.constructor-GL .swiper-button-prev {
  left: 0;
  background: rgba(var(--primary), 1);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, 50%); }
  .constructor-GL .swiper-button-prev:after {
    content: none; }
  .constructor-GL .swiper-button-prev i {
    color: white;
    font-size: 10px; }
.constructor-GL .swiper-button-next {
  right: 0;
  background: rgba(var(--primary), 1);
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, 50%); }
  .constructor-GL .swiper-button-next:after {
    content: none; }
  .constructor-GL .swiper-button-next i {
    color: white;
    font-size: 10px; }

/* GALERIA */
.funnel-gallery {
  padding: 8rem 0; }
  .funnel-gallery .head-layer {
    text-align: center;
    margin-bottom: 3rem; }
  .funnel-gallery .main-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9992;
    transition: all .5s; }
    .funnel-gallery .main-overlay.hide {
      display: none; }
      .funnel-gallery .main-overlay.hide .image-overlay img {
        width: 0%;
        height: 0%;
        transition: all .5s; }
    .funnel-gallery .main-overlay .backdrop-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      top: 0;
      left: 0;
      z-index: 9993; }
    .funnel-gallery .main-overlay .image-overlay {
      position: absolute;
      z-index: 9993;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .funnel-gallery .main-overlay .image-overlay img {
        min-width: 1000px;
        max-width: 1000px;
        max-height: 700px;
        width: 100%;
        height: auto;
        transition: all .5s;
        object-fit: contain;
        border-radius: 10px;
        filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.75)); }
    .funnel-gallery .main-overlay .nav-carrousel {
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      padding: 15px;
      z-index: 9994;
      display: flex;
      justify-content: space-between;
      transform: translate(-50%, -50%); }
      .funnel-gallery .main-overlay .nav-carrousel > div {
        cursor: pointer;
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s; }
        .funnel-gallery .main-overlay .nav-carrousel > div:hover {
          background: rgba(255, 255, 255, 0.2); }
  .funnel-gallery .main-gallery {
    z-index: 1;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .funnel-gallery .main-gallery {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .funnel-gallery .main-gallery .image-item {
      overflow: hidden;
      color: white;
      text-align: center;
      height: 300px;
      cursor: pointer;
      border-radius: 5px;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); }
      @media only screen and (min-width: 768px) {
        .funnel-gallery .main-gallery .image-item {
          flex: 1 0 auto;
          margin: 0 1rem 1rem 0;
          max-height: 300px; } }
      .funnel-gallery .main-gallery .image-item img {
        transition: all .5s;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .funnel-gallery .main-gallery .swiper-gallery .swiper-scrollbar {
      opacity: 1 !important;
      bottom: .5rem;
      background-color: rgba(var(--primary), 0.15); }
      .funnel-gallery .main-gallery .swiper-gallery .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: rgba(var(--primary), 1); }
  @media only screen and (min-width: 768px) {
    .funnel-gallery.funnel-one .main-gallery .image-item:hover img, .funnel-gallery.funnel-three .main-gallery .image-item:hover img {
      transform: scale(1.35) rotate(5deg); }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(1), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(1) {
      width: 397px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(2), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(2) {
      width: 204px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(3), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(3) {
      width: 396px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(4), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(4) {
      width: 438px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(5), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(5) {
      width: 473px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(6), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(6) {
      width: 179px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(7), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(7) {
      width: 113px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(8), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(8) {
      width: 436px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(9), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(9) {
      width: 265px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(10), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(10) {
      width: 445px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(11), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(11) {
      width: 494px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(12), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(12) {
      width: 269px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(13), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(13) {
      width: 166px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(14), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(14) {
      width: 175px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(15), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(15) {
      width: 300px; }
    .funnel-gallery.funnel-one .main-gallery .image-item:nth-child(16), .funnel-gallery.funnel-three .main-gallery .image-item:nth-child(16) {
      width: 148px; } }
  .funnel-gallery.funnel-two .main-gallery {
    justify-content: center; }
    .funnel-gallery.funnel-two .main-gallery .image-item {
      width: 100%;
      flex: inherit; }
      @media only screen and (min-width: 768px) {
        .funnel-gallery.funnel-two .main-gallery .image-item {
          width: 30%; } }
      .funnel-gallery.funnel-two .main-gallery .image-item:hover img {
        transform: scale(1.05);
        filter: grayscale(0.75); }
  .funnel-gallery.funnel-three, .funnel-gallery.funnel-four {
    padding: 8rem 0rem; }
    @media only screen and (min-width: 768px) {
      .funnel-gallery.funnel-three, .funnel-gallery.funnel-four {
        padding: 8rem 5rem; } }
    .funnel-gallery.funnel-three .container, .funnel-gallery.funnel-four .container {
      width: 100%;
      max-width: none; }
      .funnel-gallery.funnel-three .container .main-gallery, .funnel-gallery.funnel-four .container .main-gallery {
        justify-content: center; }
        .funnel-gallery.funnel-three .container .main-gallery .image-item, .funnel-gallery.funnel-four .container .main-gallery .image-item {
          margin: .5rem; }
  .funnel-gallery.funnel-four .main-gallery {
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .funnel-gallery.funnel-four .main-gallery {
        grid-template-columns: 1fr 1fr 1fr;
        display: grid;
        grid-template-columns: 1fr;
        white-space: nowrap;
        grid-gap: 15px; } }
    .funnel-gallery.funnel-four .main-gallery .image-item {
      width: 100%;
      flex: inherit;
      margin: 0px !important;
      height: 300px;
      /*&:nth-child(6){
      	@include M{
      		grid-column: 1 / span 2;
      		grid-row: 5 / span 2;
      		max-height: 615px;
      	}
      }
      &:nth-child(10){
      	@include M{
      		grid-column: 2 / span 2;
      		grid-row: 7 / span 2;
      		max-height: 615px;
      	}
      }
      &:nth-child(11){
      	@include M{
      		grid-column: 1 / span 2;
      		grid-row: 9 / span 2;
      		max-height: 615px;
      	}
      }
      &:nth-child(15){
      	@include M{
      		grid-column: 2 / span 2;
      		grid-row: 11 / span 2;
      		max-height: 615px;
      	}
      }
      &:nth-child(16){
      	@include M{
      		grid-column: 1 / span 2;
      		grid-row: 13 / span 2;
      		max-height: 615px;
      	}
      }*/ }
      @media only screen and (min-width: 768px) {
        .funnel-gallery.funnel-four .main-gallery .image-item:first-child {
          grid-column: 1 / span 2;
          grid-row: 1 / span 2;
          max-height: 615px;
          height: 100%; } }
      @media only screen and (min-width: 768px) {
        .funnel-gallery.funnel-four .main-gallery .image-item:nth-child(5) {
          grid-column: 2 / span 2;
          grid-row: 3 / span 2;
          max-height: 615px;
          height: 100%; } }
      .funnel-gallery.funnel-four .main-gallery .image-item:hover img {
        transform: scale(1.05);
        filter: grayscale(0.75); }

/* END CONSTRUCTOR STYLES **/
/* Forms */
.gr-form {
  margin: 0 auto;
  width: 100%; }
  .gr-form input.txtbox {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    background: white; }
  .gr-form input.ckbox + label {
    color: white;
    font-family: montserrat;
    font-size: 16px; }
  .gr-form .gr-btn {
    width: 100%;
    margin-top: 30px;
    background: rgba(var(--primary), 1);
    font-size: 18px;
    font-weight: 600;
    font-family: montserrat;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25); }

._form {
  font-size: 14px;
  line-height: 1.6;
  margin: 0; }

._form * {
  outline: 0; }

._form_hide {
  display: none;
  visibility: hidden; }

._form_show {
  display: block;
  visibility: visible; }

._form._form-top {
  top: 0; }

._form._form-bottom {
  bottom: 0; }

._form._form-left {
  left: 0; }

._form._form-right {
  right: 0; }

._form input[type="text"], ._form input[type="date"], ._form textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

._form textarea {
  resize: none; }

._form ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #fff !important; }

._form ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px; }

._form ._close-icon:before {
  position: relative; }

._form ._form-body {
  margin-bottom: 30px; }

._form ._form-image-left {
  width: 150px;
  float: left; }

._form ._form-content-right {
  margin-left: 164px; }

._form ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100; }

._form ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat; }

._form .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

._form .form-label, #_form_1 ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block; }

._form._dark ._form-branding {
  color: #333; }

._form._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png"); }

._form ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%; }

._form ._form_element * {
  font-size: 14px; }

._form ._form_element._clear {
  clear: both;
  width: 100%;
  float: none; }

._form ._form_element._clear:after {
  clear: left; }

._form .form_element input[type="text"], #_form_1 .form_element input[type="date"], #_form_1 .form_element select, #_form_1 ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit; }

._form ._field-wrapper {
  position: relative; }

._form ._inline-style {
  float: left; }

._form ._inline-style input[type="text"] {
  width: 150px; }

._form ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px; }

._form ._form_element img._form-image {
  max-width: 100%; }

._form ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }

._form ._clear-element {
  clear: left; }

._form ._full_width {
  width: 100%; }

._form ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

._form input[type="text"].has_error, #_form_1 textarea._has_error {
  border: #f37c7b 1px solid; }

._form input[type="checkbox"]._has_error {
  outline: #f37c7b 1px solid; }

._form ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001; }

._form ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0; }

._form ._error._below {
  padding-top: 4px;
  top: 100%;
  right: 0; }

._form ._error._above ._error-arrow {
  bottom: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f37c7b; }

._form ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b; }

._form ._error-inner {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

._form ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left; }

._form ._button-wrapper ._error-inner._form_error {
  position: static; }

._form ._error-inner._no_arrow {
  margin-bottom: 10px; }

._form ._error-arrow {
  position: absolute;
  width: 0;
  height: 0; }

._form ._error-html {
  margin-bottom: 10px; }

.pika-single {
  z-index: 10000001 !important; }

._form input[type="text"].datetime_date {
  width: 69%;
  display: inline; }

._form select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px; }

@media all and (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none; }

  ._form {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box; }

  ._form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em; }

  ._form ._form-content {
    margin: 0;
    width: 100%; }

  ._form ._form-inner {
    display: block;
    min-width: 100%; }

  ._form .form-title, #_form_1 ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0; }

  ._form ._form-title {
    font-size: 1.2em; }

  ._form ._form_element {
    margin: 0 0 7px;
    padding: 0;
    width: 100%; }

  ._form .form-element, #_form_1 .inline-style, #_form_1 input[type="text"], ._form label, ._form p, ._form textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%; }

  ._form ._row._checkbox-radio label {
    display: inline; }

  ._form .row, #_form_1 p, ._form label {
    margin-bottom: 0.7em;
    width: 100%; }

  ._form .row input[type="checkbox"], #_form_1 ._row input[type="radio"] {
    margin: 0 !important;
    vertical-align: middle !important; }

  ._form ._row input[type="checkbox"] + span label {
    display: inline; }

  ._form ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important; }

  ._form ._form-image {
    max-width: 100%;
    height: auto !important; }

  ._form input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none; }

  ._form input[type="radio"], ._form input[type="checkbox"] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline; }

  ._form button[type="submit"] {
    padding: 20px;
    font-size: 1.5em; }

  ._form ._inline-style {
    margin: 20px 0 0 !important; } }
._form {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: transparent !important;
  border: 0px solid #b0b0b0 !important;
  width: 500px;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #fff !important; }

._form ._form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0; }

._form:before, ._form:after {
  content: " ";
  display: table; }

._form:after {
  clear: both; }

._form._inline-style {
  width: auto;
  display: inline-block; }

._form.inline-style input[type="text"], #_form_1._inline-style input[type="date"] {
  padding: 10px 12px; }

._form._inline-style button._inline-style {
  position: relative;
  top: 27px; }

._form._inline-style p {
  margin: 0; }

._form._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px; }

._form ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px; }

@media all and (min-width: 320px) and (max-width: 667px) {
  ._form._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important; } }
/* GL STYLES */
.product-benefits {
  background: rgba(0, 0, 0, 0.05);
  /*margin: 4rem 0 0 0;*/
  padding: 5rem 0; }

.product-benefits .container {
  display: flex;
  align-items: center;
  flex-flow: column; }

.product-benefits .col-image {
  flex: 1;
  order: 2;
  margin-bottom: 2rem;
  text-align: center; }

.product-benefits .col-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 600px;
  max-height: 600px; }

.product-benefits .col-image i {
  font-size: 150px; }
  @media only screen and (min-width: 768px) {
    .product-benefits .col-image i {
      font-size: 250px; } }

.product-benefits .col-info {
  flex: 1;
  order: 1;
  padding: 3rem 0; }

@media (min-width: 768px) {
  .product-benefits .container {
    flex-flow: row; }

  .product-benefits .col-image {
    order: 2;
    margin-bottom: 0px; }

  .product-benefits .col-info {
    margin-bottom: 0px;
    order: 1;
    padding: 3rem 3rem 3rem 0rem; } }
@media (min-width: 1200px) {
  .product-benefits .container {
    flex-flow: row;
    align-items: center; }

  .product-benefits .col-image {
    order: 2; }

  .product-benefits .col-info {
    padding: 3rem 3rem 3rem 0rem; } }
.advantages-competence {
  padding: 4rem 0; }

.advantages-competence .container {
  display: flex;
  align-items: center;
  flex-flow: column; }

.advantages-competence .col-info {
  padding: 2rem 0rem 2rem 0;
  flex: 1;
  order: 2; }

.advantages-competence .col-info h2 {
  margin-bottom: 1rem; }

.advantages-competence .col-image {
  flex: 1;
  line-height: 0;
  margin-bottom: 1rem;
  text-align: center; }

.advantages-competence .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.advantages-competence .col-image i {
  font-size: 150px; }
  @media only screen and (min-width: 768px) {
    .advantages-competence .col-image i {
      font-size: 250px; } }

@media (min-width: 768px) {
  .advantages-competence {
    padding: 6.5rem 0; }

  .advantages-competence .container {
    flex-flow: row; }

  .advantages-competence .col-info {
    padding: 2rem 0rem 2rem 4rem; }

  .advantages-competence .col-image {
    margin-bottom: 0px; } }
.funnel-sobre-mi-v2 {
  background: rgba(0, 0, 0, 0.05);
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover; }

.funnel-sobre-mi-v2 div.text-small {
  margin-top: .75rem;
  opacity: 1; }

.funnel-sobre-mi-v2 .wrap-grid-services {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
  margin-top: 3rem; }

.funnel-sobre-mi-v2 .wrap-grid-services .funnel-sec-title {
  margin: .5rem 0 1rem; }

.funnel-sobre-mi-v2 .service-item {
  display: flex;
  align-items: flex-start;
  flex-flow: row;
  margin-top: 15px;
  text-align: center; }

.funnel-sobre-mi-v2 .service-item .col-info {
  text-align: center; }

.funnel-sobre-mi-v2 .service-item .col-icon {
  height: auto;
  position: relative;
  margin: 0px 0px 20px 0;
  width: 100%;
  max-width: 250px;
  text-align: center; }

.funnel-sobre-mi-v2 .service-item .col-icon img {
  width: 100%;
  height: auto;
  object-fit: contain; }

.funnel-sobre-mi-v2 .service-item .col-icon i {
  font-size: 150px; }

.funnel-sobre-mi-v2 .service-item .col-info h3 {
  margin: 0 0 .7rem 0; }

@media (min-width: 600px) {
  .funnel-sobre-mi-v2 .wrap-grid-services {
    grid-template-columns: repeat(3, 1fr); }

  .funnel-sobre-mi-v2 .service-item {
    flex-flow: column; }

  .funnel-sobre-mi-v2 .service-item .col-icon {
    margin: 0px 0px 20px 0; } }
@media (min-width: 768px) {
  .funnel-sobre-mi-v2 {
    padding: 6.5rem 0; }

  .funnel-sobre-mi-v2 .service-item {
    flex-flow: column;
    align-items: center; }

  .funnel-sobre-mi-v2 .service-item .col-icon {
    margin: 0 0px 20px 0; } }
@media only screen and (max-width: 767px) {
  .funnel-sobre-mi-v2 .service-item {
    flex-flow: column;
    align-items: center; }

  .funnel-sobre-mi-v2 .service-item .col-icon i {
    font-size: 100px; } }

/*# sourceMappingURL=components.css.map */
