/* ===== Buttons Css ===== */
.header-one .header-content-area .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
  }
  .header-one .header-content-area .active.primary-btn-outline, .header-one .header-content-area .primary-btn-outline:hover, .header-one .header-content-area .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
  }
  .header-one .header-content-area .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
  }
  
  /*===== HEADER ONE =====*/
  .header-one {
    position: relative;
  }
  .header-one .header-content-area {
    background-color: var(--primary);
    position: relative;
    padding: 90px 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-one .header-content-area {
      padding: 100px 0;
    }
  }
  @media (max-width: 767px) {
    .header-one .header-content-area {
      padding: 60px 0;
    }
  }
  @media only screen and (min-width: 1400px) {
    .header-one .header-content-area {
      height: 900px;
    }
  }
  @media (max-width: 767px) {
    .header-one .header-content-area {
      height: 1100px;
    }
  }
  .header-one .header-content-area .primary-btn-outline {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--primary);
  }
  .header-one .header-content-area .primary-btn-outline:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
  }
  .header-one .header-wrapper {
    position: relative;
  }
  .header-one .header-content {
    max-width: 800px;
    position: relative;
    z-index: 5;
  }
  .header-one .header-title {
    color: var(--white);
    font-weight: 800;
  }
  .header-one .text-lg {
    color: var(--white);
    font-weight: 300;
    margin-top: 16px;
  }
  .header-one .header-btn {
    margin-top: 20px;
  }
  .header-one .header-image {
    text-align: center;
  }
  .header-one .header-image .image {
    max-width: 630px;
    margin-left: -300px;
    margin-top: -100px;
    float: right;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-one .header-image .image {
      max-width: 600px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-one .header-image .image {
      max-width: 550px;
    }
  }
  .header-one .header-image .image img {
    width: 100%;
  }
  .header-one .header-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header-one .header-shape img {
    width: 100%;
  }


  /* ===== Buttons Css ===== */
.primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
  }
  .active.primary-btn, .primary-btn:hover, .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
  }
  .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
  }
  
  .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
  }
  .active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
  }
  .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
  }
  
  /*===========================
    NAVBAR css 
  ===========================*/
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .mb-100 {
    margin-bottom: 100px;
  }
  
  /*===== NAVBAR ONE =====*/
  .navbar-one {
    background: var(--primary);
    padding-top: 20px;
  }

  .navbar-area .container {
      padding-bottom: 10px;
    border-bottom: 1px solid;
    border-bottom-color: #ffffff54;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one {
      padding: 20px 0;
    }
  }
  .navbar-one .navbar {
    position: relative;
    padding: 0;
  }
  .navbar-one .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  .navbar-one .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-collapse {
      position: absolute;
      top: 140%;
      left: 0;
      width: 100%;
      background-color: var(--primary);
      z-index: 8;
      padding: 10px 0;
      border-radius: 0 0 5px 5px;
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item {
    margin: 0 5px;
    position: relative;
  }
  .navbar-one .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 5px;
    color: var(--white);
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .navbar-one .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .navbar-one .navbar .navbar-nav .nav-item a.active::before {
    opacity: 0.1;
    visibility: visible;
    width: 100%;
  }
  .navbar-one .navbar .navbar-nav .nav-item a:hover::before {
    opacity: 0.1;
    visibility: visible;
    width: 100%;
  }
  .navbar-one .navbar .navbar-nav .nav-item a i {
    font-weight: 700;
    padding-left: 8px;
    font-size: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item a {
      padding: 10px 10px;
      display: block;
    }
    .navbar-one .navbar .navbar-nav .nav-item a::before {
      border-radius: 5px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item {
      margin-bottom: 5px;
    }
    .navbar-one .navbar .navbar-nav .nav-item:last-child {
      margin-bottom: 0;
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    background-color: var(--white);
    box-shadow: var(--shadow-4);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    padding: 10px;
  }

.nav-item-afiliate {
    display: none;
}

  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu {
      position: relative !important;
      width: 100% !important;
      left: 0 !important;
      top: auto !important;
      opacity: 1 !important;
      visibility: visible !important;
      right: auto;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      -webkit-transition: all none ease-out 0s;
      -moz-transition: all none ease-out 0s;
      -ms-transition: all none ease-out 0s;
      -o-transition: all none ease-out 0s;
      transition: all none ease-out 0s;
      box-shadow: none;
      text-align: left;
      border-top: 0;
      height: 0;
    }

    .nav-item-afiliate {
        display: inline;
        border: 1px solid #FC5353;
        border-radius: 10px;
    }
    .nav-item-afiliate img {
        float: right;
        margin-right: 40px;

    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: auto;
    display: block;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
      height: 0;
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu.show {
      height: auto;
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li {
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a {
      border-radius: 5px !important;
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
    font-weight: 500;
    position: relative;
    color: var(--dark);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 5;
    text-transform: capitalize;
    border-radius: 5px;
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a:hover {
    background-color: var(--primary);
    color: var(--white);
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a::before {
    display: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a:hover {
      background-color: var(--primary-dark);
      color: var(--white);
    }
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
      color: var(--primary-dark);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
    }
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a:hover i {
      color: var(--white);
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
    font-size: 14px;
    font-weight: 700;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a i {
      display: none;
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block;
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
      margin-left: 10px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
      padding-left: 30px;
      height: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
      visibility: visible;
      height: auto;
      position: relative;
    }
  }
  .navbar-one .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .navbar-one .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-one .navbar .navbar-nav .nav-item .sub-nav-toggler {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px 14px;
      font-size: 16px;
      background: none;
      border: 0;
      color: var(--white);
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-one .navbar .navbar-btn {
      position: absolute;
      right: 70px;
      top: 3px;
    }
  }
  @media (max-width: 767px) {
    .navbar-one .navbar .navbar-btn {
      position: absolute;
      right: 60px;
      top: 3px;
    }
  }
  .navbar-one .navbar .navbar-btn ul {
    display: flex;
  }
  .navbar-one .navbar .navbar-btn ul li {
    display: inline-block;
    margin-right: 12px;
  }
  .navbar-one .navbar .navbar-btn ul li a {
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
  }
  .navbar-one .navbar .navbar-btn ul li a.primary-btn-outline {
    border-color: var(--white);
    color: var(--white);
  }
  .navbar-one .navbar .navbar-btn ul li a.primary-btn-outline:hover {
    background-color: var(--white);
    color: var(--primary);
  }
  .navbar-one .navbar .navbar-btn ul li a.primary-btn {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--white);
  }
  .navbar-one .navbar .navbar-btn ul li a.primary-btn:hover {
    background-color: transparent;
    color: var(--white);
  }

  .header-one .header-title-slide1 {
    color: #FC5353;
    font-weight: 400;
  }

  .header-one .header-title-slide2 {
    color: white;
    font-weight: bold;
    font-size: 52px;
  }

  .header-one .header-title-slide3 {
    color: white;
    font-weight: 400;
    font-size: 19px;
  }
  
  .header-one .header-title-vende {
    margin-top: 50px;
    letter-spacing: 0px;
    color: #FCCFCF;
    opacity: 1;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 767px) {
    .header-one .header-title-vende {
      margin-top: 50px;
    }
  }

.btn-ingresar-sistema {
    color: #FFFFFF;
    border-radius: 10px;
    border: 3px solid #FD5353;
    width: 180px;
    height: 45px;
    background-color: #FD5353;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 42px;
    margin-right: 15px;
    margin-top: 20px;
}
.btn-ingresar-sistema:hover {
    color: white;
}

.btn-ingresar-whatsapp {
    color: #FFFFFF;
    border: 3px solid #2AFD80;
    border-radius: 10px;
    width: 180px;
    height: 45px;
    background-color: #1DC33A;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 42px;
    margin-right: 15px;
    margin-top: 20px;
}

.btn-ingresar-whatsapp:hover {
    color: white;
}

.btn-ingresar-whatsapp img {
    height: 25px;
}
.btn-ingresar-google {
    color: #FFFFFF;
    margin-top: 20px;
    width: 160px;
    height: 48px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 47px;
    background: url("../img/google_play.png") no-repeat scroll 0 0 transparent;
    background-size: 152px;
}

.header-title-vende-content {
    font-size: 16px;
}

.header-title-vende-content2 {
  font-size: 14px;
  font-weight: bold;
  color: #FCCFCF;
}

.header-title-vende-datos {
    padding-top: 40px;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.header-title-vende-datos img {
    height: 30px;
    
}

.header-icon {
    
    font-weight: 700;
}

.btn-afiliate {
    width: 200px;
    border: 1px solid;
    border-radius: 10px;
    border-color: #FD5353;
    font-size: 14px;
}

.btn-afiliate:hover {
    
    border-color: #FD5353;
    
}
.nav-item-active {
    border-bottom: 1px solid #FD5353;
}


/*===== BLOG STYLE ONE =====*/
.blog-style-one {
    margin-top: 100px;
    text-align: center;
  }
  .blog-style-one .blog-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
  }
  .blog-style-one .blog-image .category {
    background-color: var(--primary);
    color: var(--white);
    font-size: 13px;
    padding: 7px 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 30px;
  }
  .blog-style-one .blog-image img {
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .blog-style-one .blog-image:hover img {
    -webkit-transform: rotate(1deg) scale(1.1);
    -moz-transform: rotate(1deg) scale(1.1);
    -ms-transform: rotate(1deg) scale(1.1);
    -o-transform: rotate(1deg) scale(1.1);
    transform: rotate(1deg) scale(1.1);
  }
  .blog-style-one .blog-content {
    padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #FD53533C;
    border: 1px solid #FD5353;
    border-radius: 24px;
    opacity: 1;
    margin: 0px auto;
    max-width: 240px;
    min-height: 320px;
  }





  .blog-style-one .blog-content .blog-title a:hover {
    
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-one .blog-content {
      padding: 25px;
    }
  }
  @media (max-width: 767px) {
    .blog-style-one .blog-content {
      padding: 20px;
    }
  }
  .blog-style-one .blog-content .blog-title {
    display: block;
    margin-bottom: 10px;
  }
  .blog-style-one .blog-content .blog-title a {
    font-size: 16px;
    font-weight: 900;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 30px;
  }
  .blog-style-one .blog-content img {
    width: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  @media (max-width: 767px) {
    .blog-style-one .blog-content .blog-title a {
      line-height: 24px;
    }
  }
  
  .blog-style-one .blog-content span {
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-3);
    margin-top: 8px;
    margin-right: 12px;
    display: inline-block;
  }
  .blog-style-one .blog-content .text {
    color: var(--dark-3);
    margin-top: 16px;
    font-size: 13px;
  }
  .blog-style-one .blog-content .more {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    margin-top: 30px;
    display: inline-block;
  }
  .blog-style-one .blog-content .more:hover {
    color: var(--primary-dark);
  }
  
  /*# sourceMappingURL=blog-01.css.map */


.products-area {
    margin-top: 20px;
}
.single-product {
    border: 1px solid #FD5353;
}



/*===========================
  Section Title One CSS
===========================*/
.section-title-one {
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
  }


.section-title-one .text-red {
    color: #FD5353;
    font-style: italic;
    font-family: Mshtakan;
}
.section-title-one h2 {
    font-size: 1.9em;
}

.section-title-one .text-bg {
    font-size: 5.5em;
    font-weight: 900;
    color: #D3D4D6;
    position: absolute;
    margin-left: 60px;
    z-index: -10;
}
.fw-bold {
    margin-top: 70px
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-one {
      margin-bottom: 45px;
    }
  }
  @media (max-width: 767px) {
    .section-title-one {
      margin-bottom: 35px;
    }
  }
  .section-title-one h2 {
    margin-bottom: 15px;
  }
  .section-title-one h4 {
    font-size: 1.2rem;
    color: #FD5353
  }



  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-one h2 {
      font-size: 2rem;
      line-height: 2.8rem;
    }
    .section-title-one h4 {
        font-size: 1rem;
        color: #FD5353
      }
  }
  @media (max-width: 767px) {
    .section-title-one h2 {
      font-size: 1.5rem;
      line-height: 1.9rem;
    }
    .section-title-one h4 {
        font-size: 1rem;
        color: #FD5353
    }
    
    .section-title-one .text-bg {
        font-size: 3.5em;
        font-weight: 900;
        color: #F3E6E7;
        position: absolute;
        margin-left: 20px;
        z-index: -10;
    }
  }

  .section-title-mejoramos-comision-bg {
    width: 100%;
    height: 200px;
    background-image: url("../img/comision/bg1.png");
    background-size: 1400px;
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    margin-top: 150px;
}
.section-title-mejoramos-comision-matriz {
    width: 360px;
    height: 150px;
    background-image: url("../img/comision/Cuadrícula\ de\ repetición\ 11.svg");
    background-size: 360px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    margin-top: 100px;
}

  .section-title-mejoramos-comision {
    max-width: 800px;
    margin-bottom: 250px;
  }
.section-title-mejoramos-comision .content {
    background-color: #130343;
    color: white;
    border-radius: 10px;
    height: 100px;
}

.section-title-mejoramos-comision .content .fw-bold {
    color: white;
    line-height: 45px;
    font-size: 20px;
    font-weight: 900;
    
}


@media (max-width: 767px) {
    .section-title-mejoramos-comision .content .fw-bold {
        line-height: 20px;
        font-size: 18px;
        font-weight: 900;
    }
    
}

.section-title-mejoramos-comision .content img {
    width: 40px;
    margin-top: 30px;
}


.recargas-area {
    max-width: 1000px;
    margin: 100px auto;
    
}

.recargas-area p {
    font-weight: bold;
    font-size: 15px;
}
.recargas-area h4 {
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #85030A;
}

.section-title-servicios {
    max-width: 1280px;
}

.servicios-area {
    margin-top: 100px;
}

.servicios-area img {
    padding: 20px;
    max-width: 600px;
    width: 100%;
}

.servicios-area h4 {
    color: #85030A;
    margin-top: 100px;
}

.servicios-area p {
    margin-top: 20px;
    font-weight: bold;
}

#carousel {
    height: 180px;
    overflow:hidden;
}

#carousel img {
    display: inline;
    max-width:130px;
    width: auto;
    height: auto;
}


#carousel2 {
    height: 180px;
    overflow:hidden;
}

#carousel2 img {
    display: inline;
    max-width:130px;
    width: auto;
    height: auto;
    margin: 20px;
}

.proceso-area {
    background-image: url(../img/proceso/proceso_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}

.proceso-area .proceso-box {
    background: #FD5353 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #1CAFD44D;
    border-radius: 10px;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.proceso-area .proceso-2 {
    margin-top: 60px;
}

.proceso-area .proceso-3 {
    margin-top: 60px;
}

.proceso-area .proceso-box img {
    margin-top: 30px
}

.proceso-area .proceso-box h1 {
    position: absolute;
    font-size: 102px;    
    margin-left: -50px;
    margin-top: -20px;
    color: #252A6D;
    z-index: -100;
}

.proceso-area .proceso-title {
    color: #130343;
    font-size: 22px;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 30px;
}

.proceso-area .proceso-content {
    color: #505050;
    max-width: 300px;
    margin: 0px auto;
}



.section-title-pagos {
    max-width: 1280px;
}

.pines-area {
    max-width: 1180px;
    margin: 100px auto;
}
.pines-area p {
    font-size: 20px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}

.pines-area img .img-side {
    
    max-width: 600px;
    width: 100%;
}


.img-comercios {
    max-height: 120px;
}
.depositar-area {
    background-color: #F4F4F4;
}
.depositar-wave-top {
    width: 100%;
    height: 200px;
    background-image: url(../img/depositar/depositar_wave.svg);
    background-repeat: no-repeat;
}

.depositar-wave-bottom {
    width: 100%;
    height: 200px;
    background-image: url(../img/depositar/depositar_wave_bottom.svg);
    background-repeat: no-repeat;
}

.depositar-wave-bottom2 {
    width: 100%;
    height: 260px;
    background-image: url(../img/depositar/depositar_wave_bottom2.svg);
    background-repeat: no-repeat;
    position:absolute
}

.depositar-area h4 {
    color: #85030A;
    margin-bottom: 20px;
}

.contacto-form-area input {
    height: 65px;
    margin-top: 20px;
    border-radius: 10px;
}

.contacto-form-area select {
    height: 65px;
    margin-top: 20px;
    border-radius: 10px;
}
.contacto-form-area textarea {
    margin-top: 20px;
    height: 100px;
}


/*===== FOOTER ONE =====*/
.footer-one {
    background-color: #130343;
  }
  .footer-one .footer-logo {
    margin-top: 30px;
  }
  .footer-one .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-one .footer-widget {
      padding-top: 40px;
      padding-bottom: 70px;
    }
  }
  @media (max-width: 767px) {
    .footer-one .footer-widget {
      padding-top: 20px;
      padding-bottom: 50px;
    }
  }
  .footer-one .footer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--black);
    position: relative;
  }
  .footer-one .footer-app-store {
    padding-top: 22px;
  }
  .footer-one .footer-app-store .download-title {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--dark-1);
  }
  .footer-one .footer-app-store li {
    display: inline-block;
    margin-right: 8px;
  }
  .footer-one .footer-app-store li img {
    max-width: 140px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-one .footer-app-store li {
      margin-right: 6px;
    }
  }
  .footer-one .footer-app-store li:last-child {
    margin-right: 0;
  }
  @media (max-width: 767px) {
    .footer-one .footer-app-store li {
      width: 120px;
      display: block;
      margin-bottom: 10px;
    }
    .footer-one .footer-app-store li:last-child {
      margin: 0;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-one .footer-app-store li {
      width: auto;
    }
  }
  .footer-one .footer-app-store li a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .footer-one .footer-app-store li a:hover {
    box-shadow: var(--shadow-4);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .footer-one .f-about {
    margin-top: 30;
  }
  .footer-one .f-about .text {
    margin-top: 20px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
    .footer-one .f-about {
      padding-right: 20px;
    }
  }
  .footer-one .footer-link {
    margin-top: 30px;
  }
  .footer-one .footer-link ul {
    margin-top: 8px;
  }
  .footer-one .footer-link ul a {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 767px) {
    .footer-one .footer-link ul a {
      margin-top: 12px;
    }
  }
  .footer-one .footer-link ul a:hover {
    color: var(--primary);
  }
  .footer-one .footer-contact {
    margin-top: 30px;
  }
  .footer-one .footer-contact ul {
    margin-top: 24px;
  }
  .footer-one .footer-contact ul li {
    display: block;
    margin-top: 15px;
    position: relative;
    padding-left: 24px;
    color: var(--dark-3);
  }
  .footer-one .footer-contact ul li:first-child {
    margin: 0;
  }
  .footer-one .footer-contact ul li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .footer-one .footer-copyright {
    border-top: 1px solid var(--gray-4);
  }
  .footer-one .copyright {
    padding-bottom: 23px;
    padding-top: 13px;
  }
  .footer-one .copyright .text {
    color: var(--dark-3);
    margin-top: 10px;
  }
  .footer-one .social {
    margin-top: 10px;
  }
  .footer-one .social li {
    display: inline-block;
    margin-right: 15px;
  }
  .footer-one .social li:last-child {
    margin-right: 0;
  }
  .footer-one .social li a {
    font-size: 18px;
    color: var(--dark-3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .footer-one .social li a:hover {
    color: var(--primary);
  }