@charset "UTF-8";
@import url(../vendor/bootstrap/css/bootstrap.min.css);
@import url(../animaciones/animate-css/animate.css);
@import url(../vendor/bootstrap/css/settings.css);
@import url(../vendor/bootstrap/css/navigation.css);

@font-face {
  font-family: "omnes";
  src: url("../fonts/Omnes.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

:root {
  --light_blue: #4da6bd !important;
  --black: #000000 !important;
  --blue: #000c45 !important;
  --bluetext: #000000 !important;
  --darck_blue: #1b1e39 !important;
  --lavender: #ded9ff !important;
  --white: #ffffff !important;
  --gray: #706f6f !important;
  --gradiante-1: linear-gradient(
    19deg,
    rgba(47, 32, 79, 1) 1%,
    rgba(0, 0, 0, 1) 69%,
    rgba(61, 61, 135, 1) 100%
  );
  --gradiante-2: linear-gradient(
    19deg,
    rgba(47, 32, 79, 1) 1%,
    rgba(0, 0, 0, 1) 69%,
    rgba(29, 29, 69, 1) 100%
  );
  --gradiante-3: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 1%,
    rgba(59, 55, 72, 1) 50%,
    rgba(144, 133, 176, 1) 100%
  );
  --boton: #318fe4 !important;
  --pale-green: #ddffc2 !important;
  --purple: #7008ae !important;
}

.color-pale-green {
  color: var(--pale-green) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

.bg-dark-gray {
  background-color: #333333 !important;
}

.bg-lavender {
  background-color: var(--lavender) !important;
}

.bg-icon {
  background: black;
  border-radius: 50%;
}

.bg-black-transparent {
  background-color: #00000071 !important;
  border-radius: 40px !important;
}

.borders-black {
  border: 2px solid var(--black) !important;
}

a {
  color: unset;
  text-decoration: unset !important;
}

a:hover {
  color: unset;
}

body {
  font-family: "omnes" !important;
  background: #fcfcfc;
  background-attachment: fixed;
  background-size: cover;
  zoom: 100%;
  color: #000000;
  user-select: none;
}

.onclick {
  cursor: pointer;
}

label {
  color: var(--bluetext);
}

.ui-nopad {
  padding: 0 !important;
}

.margin {
  margin: auto;
}

.ui-nopad-sinbottom {
  padding: 0 0 25px;
}

ul li {
  font-size: 16px;
  color: var(--black);
  text-align: justify;
}

li {
  font-size: 18px;
  color: var(--black);
  text-align: justify;
}

.h6,
h6 {
  font-size: 18px !important;
  text-align: justify;
  color: var(--black);
}

ul .style-li {
  font-size: 19px;
  color: var(--blue);
  text-align: left;
  margin-bottom: 13px;
}

.back-section {
  background: var(--lavender);
}

/* Logo Sanfa */
.logosf {
  filter: grayscale(100%);
  filter: brightness(100);
}

.card-amigosanfra:hover {
  background: #0000005c;
}

.line {
  width: 2px;
  height: 29px;
  background-color: var(--black);
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
}

/* Button Style */

.theme_btn {
  color: var(--white);
  cursor: pointer;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 1%,
    rgba(59, 55, 72, 1) 50%,
    rgba(144, 133, 176, 1) 100%
  );
  text-align: center !important;
  font: 600 16px/50px "omnes";
  display: inline-block;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

.theme_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--black);
  color: var(--white) !important;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-bottom: 1px solid var(--darck_blue);
  border-right: 1px solid var(--darck_blue);
}

.btn-sanfra {
  margin: 10px auto 10px auto;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 22em;
  background: var(--pale-green);
  color: var(--black);
  border: none;
  box-shadow: 4px 6px 28px -5px rgb(124 124 124);
  padding: 5px 0px;
  border-radius: 7px;
}

.btn-sanfra:hover .line {
  background-color: var(--white);
}

.btn-sanfra-ligthblue {
  background: var(--pale-green);
  box-shadow: none !important;
}

.btn-sanfra a {
  font-size: 22px;
  font-weight: 600;
}

.btn-sanfra .icon_img img {
  max-width: 14%;
}

.theme_btn2 {
  color: var(--blue);
  background: var(--white);
  box-shadow: 4px 3px 19px -12px rgb(153 153 153);
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

.theme_btn3 {
  font: 600 14px/31px "omnes";
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 39%,
    rgba(0, 212, 255, 1) 100%
  );
  margin-left: 0 !important;
}

.theme_btn4 {
  margin-left: 0px !important;
  font: 600 14px/31px "omnes";
}

.theme_btn5 {
  margin-left: 0px !important;
  font: 600 21px/45px "omnes";
}

.theme_btn:hover,
.theme_btn:focus,
.theme_btn.active {
  color: var(--white) !important;
}

.theme_btn:hover:before,
.theme_btn:focus:before,
.theme_btn.active:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.text-color-1 {
  color: var(--black);
}

/* Tittle */

.tittle {
  display: block;
  overflow: hidden;
  text-align: center;
}

.tittle2 {
  color: var(--white) !important;
}

.tittle img {
  margin-bottom: 30px;
}

.tittle h2 {
  /* font: 700 40px/50px "omnes"; */
  color: var(--black);
  position: relative;
  padding-bottom: 20px;
}

.tittle h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 56px;
  background: var(--black);
  margin: 0 auto;
}

.tittle h2 span {
  display: block;
  color: var(--black);
  font-weight: 500;
  font-size: 28px !important;
}

.tittle.la {
  text-align: left;
}

.tittle.la h2::after {
  margin: 0;
  right: 0;
}

/* Preloader */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffffc2;
  -webkit-background-color: #ffffffc2;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/preloader.gif");
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.tp-loader.spinner0 {
  visibility: hidden !important;
}

/*----------------------------------------------------*/

/*Prefix Styles*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}

body p {
  color: rgb(0, 0, 0);
  margin: 0;
  font: 400 18px/28px "omnes";
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style: none;
}

body section.row,
body header.row,
body footer.row {
  margin: 0;
}

body #success {
  display: none;
}

body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-left: 0px !important;
}

body a,
body .btn,
body button {
  outline: none;
  transition: all 300ms linear 0s;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
  transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/

/* Header Area */

.header_top_area {
  width: 100%;
  display: block;
  background: var(--gradiante-1);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  behavior: url(PIE/PIE.htc);
}

.header_top_area .top_menu li,
.header_top_area .right_menu li {
  display: inline-block;
  padding-left: 18px;
}

.header_top_area .top_menu li:first-child,
.header_top_area .right_menu li:first-child {
  padding-left: 0;
}

.header_top_area .top_menu li a,
.header_top_area .right_menu li a {
  color: var(--white);
  font: 400 16px/42px "omnes";
}

.header_top_area .top_menu li a:hover,
.header_top_area .top_menu li a:focus,
.header_top_area .right_menu li a:hover,
.header_top_area .right_menu li a:focus {
  color: var(--light_blue);
}

.header_top_area .top_menu li .number,
.header_top_area .right_menu li .number {
  font: 600 17px/60px "omnes";
  color: var(--white);
  display: flex;
  padding-right: 30px;
}

.header_top_area .top_menu li .number small,
.header_top_area .right_menu li .number small {
  text-transform: uppercase;
  color: var(--light_blue);
  font: 400 16px/60px "omnes";
  padding-right: 18px;
}

.header_top_area .right_menu .right_nav {
  float: right;
}

.header_top_area .right_menu .right_nav li {
  padding-left: 27px;
}

.header_top_area .right_menu .right_nav li:first-child {
  padding: 0;
}

.header_top_area .right_menu .right_nav li.dropdown {
  position: relative;
  padding-left: 47px;
}

.header_top_area .right_menu .right_nav li.dropdown .dropdown-menu {
  position: absolute;
  left: 27px;
  display: block;
  transition: all 300ms linear 0s;
  transform: rotateX(-90deg) !important;
  transform-origin: top !important;
}

.header_top_area .right_menu .right_nav li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 15px;
  color: var(--white);
}

.header_top_area .right_menu .right_nav li.dropdown .dropdown-menu li {
  display: block;
  padding: 0;
  width: 100%;
}

.header_top_area .right_menu .right_nav li.dropdown:hover .dropdown-menu,
.header_top_area .right_menu .right_nav li.dropdown:focus .dropdown-menu {
  transform: rotateX(0deg) !important;
}

.container {
  width: 100%;
  padding-right: 30px !important;
  padding-left: 30px !important;
  margin-right: auto;
  margin-left: auto;
}

.container-tengotodo {
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}

.container-top {
  width: 100%;
  margin: auto;
}

.tengotodo {
  width: 180px;
}

/* Search bar */

.search_dropbown {
  padding: 0;
  padding-right: 24px;
}

.search_dropbown a {
  line-height: 65px;
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.702);
  padding-left: 25px;
}

.search_dropbown a:after,
.search_dropbown a:before {
  display: none;
}

.search_dropbown a:hover,
.search_dropbown a:focus {
  color: var(--light_blue);
}

.search_dropbown a i {
  font-size: 18px;
}

.text-banner-container .text-banner {
  background: var(--lavender);
  border-radius: 7px;
}

.search_dropbown .dropdown-menu {
  margin: 0;
  padding: 10px !important;
  border: 0;
  border-radius: 0;
  background: var(--white);
  min-width: 280px !important;
  margin-left: -219px !important;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
  z-index: 999999999;
  top: 100% !important;
}

.search_dropbown .dropdown-menu:before {
  left: auto !important;
  right: 20px;
}

.search_dropbown .dropdown-menu li {
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
}

.search_dropbown .dropdown-menu li input {
  font: 400 16px/40px "omnes";
  background: var(--white);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 15px;
  box-shadow: none;
  outline: none;
  width: 100%;
}

.search_dropbown .dropdown-menu li input.placeholder {
  color: rgba(0, 0, 0, 0.702);
}

.search_dropbown .dropdown-menu li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}

.search_dropbown .dropdown-menu li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.702);
}

.search_dropbown .dropdown-menu li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.702);
}

.search_dropbown .dropdown-menu li input:focus.placeholder {
  color: var(--white);
}

.search_dropbown .dropdown-menu li input:focus:-moz-placeholder {
  color: var(--white);
}

.search_dropbown .dropdown-menu li input:focus::-moz-placeholder {
  color: var(--white);
}

.search_dropbown .dropdown-menu li input:focus::-webkit-input-placeholder {
  color: var(--white);
}

.search_dropbown .dropdown-menu li span {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  line-height: 42px;
  width: 40px;
  background: var(--darck_blue);
  text-align: center;
  transition: all 300ms linear 0s;
  color: var(--white);
}

.navbar-nav .nav-link {
  color: white;
  font-weight: bolder;
}

.navbar-nav .nav-link:hover {
  color: var(--lavender);
}

a.active {
  color: var(--lavender) !important;
  border-bottom: 2px solid var(--lavender);
}

.search_dropbown .dropdown-menu li:hover input,
.search_dropbown .dropdown-menu li:focus input {
  border-color: var(--light_blue);
}

.search_dropbown .dropdown-menu li:hover span,
.search_dropbown .dropdown-menu li:focus span {
  background: var(--light_blue);
  color: var(--white);
}

/* Search bar */

/***********seccion blue********************/

.bar-blue2 {
  height: 47px;
  background: var(--w);
  margin-top: 156px;
}

/************** MENU header area ***************/

.main_header_area {
  display: block;
  width: 100%;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  /* top: 100px; */
}

.main_header_area .navbar {
  width: 100%;
  display: inline-block;
}

.main_header_area .navbar .navbar-brand {
  padding: 0;
  margin: 0;
  padding-top: 14px;
  width: 20%;
  max-width: 271px;
  display: none;
}

.main_header_area .navbar .navbar-brand img + img {
  display: none;
}

.main_header_area .navbar .navbar_supported {
  float: right;
  padding: 10px 20px 10px 0;
}

.menu1 {
  float: left !important;
}

.navbar-toolbar {
  padding-left: 0 !important;
}

.main_header_area .navbar .navbar_supported ul {
  width: 100%;
}

.main_header_area .navbar .navbar_supported ul li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: var(--white);
  margin: 0 12px;
  font: 600 16px/37px "omnes";
  padding: 0;
  position: relative;
}

.main_header_area .navbar .navbar_supported ul li a:hover,
.main_header_area .navbar .navbar_supported ul li a:focus,
.main_header_area .navbar .navbar_supported ul li a.active {
  color: var(--lavender);
}

.main_header_area .navbar .navbar_supported ul li a:after {
  display: none;
}

.main_header_area .navbar .navbar_supported ul li.dropdown {
  position: relative;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: var(--white);
}

.nav-bar-image {
  max-width: 260px;
}

.nav-bar-image2 {
  width: 79%;
  margin-left: 3%;
}

.rev_sliders {
  height: 514px !important;
}

.rev_slider::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}

.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  -webkit-background-color: transparent;
  font: 400 18px/45px "omnes";
  color: rgba(0, 0, 0, 0.702);
  margin: 0;
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a:after {
  border: 0;
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a:hover,
.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a:focus,
.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  a.active {
  color: var(--light_blue);
  border-left: 4px solid var(--light_blue);
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  > .dropdown {
  position: relative;
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  > .dropdown
  a:after {
  border: 0;
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  > .dropdown:after {
  content: "\f103";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: rgba(0, 0, 0, 0.702);
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  > .dropdown
  .dropdown-menu {
  display: block;
}

.main_header_area
  .navbar
  .navbar_supported
  ul
  li.dropdown
  .dropdown-menu
  > .dropdown
  .dropdown-menu:before {
  content: "\f0d9";
  font: normal normal normal 30px/1 FontAwesome;
  color: rgba(0, 0, 0, 0.05);
  top: 7px;
  left: -10px;
}

.main_header_area .navbar .navbar_supported ul li .theme_btn {
  background: var(--lavender);
  min-width: 190px;
  display: inherit;
  margin: 0;
  margin-left: 40px;
  color: var(--black);
}

.nav-menu-button {
  cursor: pointer;
  width: 180px;
  text-align: center;
  max-height: 65px;
  background: var(--lavender);
  padding: 10px;
  color: black;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-button:hover {
  color: var(--white) !important;
  background: var(--black) !important;
  box-shadow: 1px -2px 10px -2px rgb(156 156 156 / 86%);
}

.nav-menu-button:hover > a {
  color: var(--white) !important;
  background-color: black;
  box-shadow: unset;
}

/* Muestra el dropdown al hacer hover en el contenedor */
.nav-item.dropdown:hover {
  display: block !important;
}

.nav-menu-button a {
  width: 100%;
  color: black;
  padding: 0;
  transition: unset !important;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  background-color: #e9ecef;
}

#app-bar.navbar_fixed {
  background-color: var(--black);
  padding: 12px !important;
  margin: 0px !important;
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
  -webkit-transition: transform 500ms ease, background 200ms ease;
}

#app-bar.navbar_fixed .header_menu {
  background: var(--gradiante-2);
  padding: 0 12px 0 0px;
  box-shadow: 1px -2px 10px -2px rgb(156 156 156 / 86%);
}

#app-bar.navbar_fixed .header_menu ul li a {
  color: var(--white);
}

#app-bar.navbar_fixed .header_menu .navbar .navbar-brand {
  padding-top: 15px;
  width: 0;
  display: inline-block;
}

#app-bar.navbar_fixed .header_menu .navbar .navbar-brand img {
  display: none;
}

#app-bar.navbar_fixed .header_menu .navbar .navbar-brand img + img {
  display: block;
}

#app-bar.navbar_fixed .header_menu .navbar .navbar_supported {
  padding: 17px 0px;
}

/*----------------------------------------------------*/

/*---------------- Index -----------------------------*/

.principal-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/principal/banner-principal.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 135px;
  text-align: center;
  height: 514px;
  visibility: visible !important;
}

.principal-banner-cel {
  visibility: hidden;
}

.text-banner-container {
  z-index: 7;
  text-align: inherit;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 64px;
  margin: 11em auto;
  padding: 0px;
  letter-spacing: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.text-banner-container2 {
  margin: 9em auto;
}

.text-banner-container3 {
  z-index: 7;
  text-align: inherit;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 64px;
  margin: 6em auto;
  padding: 0px;
  letter-spacing: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.text-banner {
  font-weight: 700;
  font-size: 41px;
  max-width: 14em;
  border-radius: 7px;
}

.text-banner2 {
  font-weight: 700;
  font-size: 50px;
  max-width: 13em;
  border-radius: 7px;
}

.text-banner-height {
  height: 120px;
}

.text-banner-title {
  padding: 10px 10px 5px 21px;
  margin: 0;
  background: var(--lavender);
  text-align: left;
}

.text-banner-title label {
  color: var(--black);
}

.text-banner-title2 {
  padding: 14px;
  margin: 0;
}

.text-banner-title2 label {
  color: var(--black);
}

.text-banner-title3 {
  padding: 10px 10px 5px 21px;
  margin: 0;
  color: var(--white);
}

.text-banner-title:hover {
  cursor: pointer;
  background: #ffffff8c;
}

.text-banner-title span label:hover {
  cursor: pointer;
}

.text-banner-subtitle {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 58px;
  position: relative;
  top: -35px;
}

.text-banner-subtitle2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0 53px 0 53px;
  line-height: 30px;
}

.text-banner-subtitle3 {
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  padding: 0 53px 0 53px;
  line-height: 30px;
  color: var(--white);
}

.text-banner-subtitle4 {
  font-size: 36px;
  font-weight: 800;
  margin: 44px 0;
  position: relative;
  text-align: end;
}

.text-banner-subtitle:hover {
  cursor: pointer;
}

.text-banner-icon {
  width: 9%;
}

/* End Slider */

/*---------------------nosotros------------------------------------*/

.banner_area {
  display: block;
  overflow: hidden;
  position: relative;
  background: url("../images/nosotros/banner.webp") no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 150px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
}

.banner_area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(65 64 88 / 8%);
  -webkit-background-color: rgb(65 64 88 / 8%);
}

.image-balance {
  display: block;
  overflow: hidden;
  position: relative;
  background: url("../images/nosotros/info.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  text-align: center;
  height: 585px;
}

.image-balance:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
}

.image-services {
  display: block;
  overflow: hidden;
  position: relative;
  background: url("../images/nosotros/servicios.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  text-align: center;
  height: 585px;
}

.image-services:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
}

.banner_area h6 {
  color: var(--white);
  font: 400 20px/1 "omnes";
  padding-bottom: 7px;
}

.banner_area h2 {
  font: 700 60px/139px "omnes";
  color: var(--white);
  padding-bottom: 23px;
  position: relative;
}

.banner_area h2 span {
  color: var(--white);
}

.banner_area h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 265px;
  background: var(--white);
  margin: 0 auto;
}

.banner_area .breadcrumb {
  background-color: transparent;
  -webkit-background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 25px;
}

.banner_area .breadcrumb li {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}

.banner_area .breadcrumb li:after {
  content: "-";
  position: absolute;
  color: var(--white);
  font: 400 18px/25px "omnes";
  top: 0;
  left: 7px;
}

.banner_area .breadcrumb li:first-child {
  padding: 0;
}

.banner_area .breadcrumb li:first-child:after {
  display: none;
}

.banner_area .breadcrumb li a {
  text-align: center;
  font: 400 18px/1 "omnes";
  color: var(--white);
}

.banner_area .breadcrumb li a:hover,
.banner_area .breadcrumb li a:focus,
.banner_area .breadcrumb li a.active {
  color: var(--light_blue);
}

.zeus.tparrows {
  visibility: hidden !important;
}

.nosotros .step_m .media-left {
  margin: 0 auto;
}

.nosotros-img {
  width: 6em;
}

.nosotros h3 {
  line-height: 39px;
  font-size: 22px;
}

.nosotros h4 {
  line-height: 45px;
  font-size: 23px;
}

.media-body {
  text-align: justify;
  padding: 0 19px;
}

.nosotros .step_m .media-body {
  padding-left: 45px;
}

.nosotros .step_m .media-body h3 {
  color: var(--blue);
  font: 700 36px/1 "omnes";
  padding-bottom: 35px;
}

.nosotros .step_m .media-body h6 {
  font: 600 18px/28px "omnes";
  color: var(--blue);
  padding-bottom: 13px;
}

.nosotros-card {
  background: var(--white);
  margin-bottom: 50px;
  -webkit-box-shadow: 10px 10px 22px -20px rgb(0 0 0 / 75%);
  -moz-box-shadow: 10px 10px 22px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 22px -20px rgb(0 0 0 / 75%);
  border-radius: 0 10px 28px 10px;
  padding: 30px;
  top: 10px;
  left: 11em;
  max-width: 42em;
}

.nosotros-card p {
  font-size: 18px;
  font-family: "omnes";
  color: rgba(0, 0, 0, 0.702);
}

.nosotros .step_m .media-body p {
  font-size: 18px;
  font-family: "omnes";
  color: var(--blue);
}

.nosotros .sm_2 {
  background: var(--white);
}

.nosotros .sm_2 .media-body h3,
.nosotros .sm_2 .media-body h6 {
  color: var(--blue);
}

.nosotros .sm_2 .media-body p {
  color: rgba(0, 0, 0, 0.702);
  margin-bottom: 15px;
}

.nosotros .sm_3 {
  background: var(--light_blue);
}

.nosotros .sm_3 .media-left {
  background: #fd961e;
}

.nosotros .sm_3 .media-body p {
  color: rgba(255, 255, 255, 0.702);
}

.nosotros-area {
  display: block;
  overflow: hidden;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 94px 0 28px;
  text-align: center;
}

.nosotros-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: var(--lavender);
}

.nosotros-valores {
  width: 61%;
}

.historial_container {
  padding: 0 34px !important;
}

.historial_container td {
  padding: 5px 0px 0px !important;
  color: var(--black);
  text-align: right;
}

.historial_container_title {
  width: 95% !important;
  text-align: left !important;
}

.historial_container_icon {
  width: 5% !important;
  text-align: center !important;
}

.historial_container tr {
  border-bottom: 1px solid var(--blue) !important;
}

.historial_container a {
  padding: 0 !important;
  color: var(--black) !important;
  border-bottom: 0px solid #000c45 !important;
  box-shadow: none !important;
  border-radius: 50px;
  text-align: center;
}

.historial_container a:hover {
  padding: 0 !important;
  cursor: pointer;
  background: #b1b1b3;
}

.historial_container i {
  font-size: 18px !important;
  position: inherit !important;
  right: 0 !important;
  top: 0 !important;
  margin-right: 0px;
}

.nosotros-valores2 {
  width: 100%;
  min-height: 30em;
}

.premios-area {
  display: block;
  overflow: hidden;
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

.premios-area .tittle {
  padding-bottom: 25px;
}

.premios-area .tittle p {
  font-size: 20px;
  padding-top: 25px;
}

.premios-area .potential {
  margin-bottom: 30px;
}

.premios-img {
  width: 100%;
  max-width: 6em;
  border: 2px solid var(--blue);
  border-radius: 50%;
  padding: 0px;
  box-shadow: 6px 6px 19px -5px rgb(122 126 128);
}

.premios-area .potential .ptl_img {
  display: block;
  overflow: hidden;
  text-align: center !important;
}

.premios-area .potential .ptl_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}

.premios-area .potential .ptl_containt {
  box-shadow: 0px 0px 40px 0px rgb(233 233 233 / 75%);
  text-align: center;
  background: var(--white);
  padding: 40px 20px;
}

.premios-area-lista {
  font-size: 19px;
  margin-right: 10px;
}

.premios-area .potential .ptl_containt .heding {
  font: 600 26px/36px "omnes";
  color: var(--blue);
}

.premios-img-container {
  margin-bottom: 39px;
}

.premios-area p {
  color: var(--white);
  font: 600 18px/20px "omnes";
  padding: 4px 0 13px;
  color: var(--blue);
}

.premios-area .theme_btn {
  min-width: 263px;
  font-size: 18px;
}

.premios-area h4 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
}

.premios-area h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 56px;
  background: var(--black);
  margin: 0 auto;
}

.text-container {
  width: 100%;
  /* background: #fffcfcc9; */
  padding: 31px 35px;
  /* box-shadow: 6px 6px 19px -5px rgb(41 46 49); */
  border-radius: 3px;
}

/*----------------------------------------------------*/

/**********************saving*************************************/

.zeus.tparrows {
  visibility: hidden !important;
}

.card_area {
  display: block;
  overflow: hidden;
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}

.premios-area a {
  color: var(--black) !important;
}

.premios-area li {
  text-align: left;
}

.premios-area a:hover {
  color: var(--black) !important;
  font-weight: 600;
}

.card_area .tittle {
  padding-bottom: 25px;
}

.card_area .tittle p {
  font-size: 20px;
  padding-top: 25px;
}

.card_area .potential {
  margin-bottom: 30px;
}

.ahorro_seccion_title {
  margin-top: 42px;
}

.card_area .potential .ptl_img {
  display: block;
  overflow: hidden;
}

.card_area .potential .ptl_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
  width: 100%;
}

.card_rea_border {
  border: 1px solid #cccccc;
}

.card_container2 {
  box-shadow: 0px 0px 40px 0px rgb(233 233 233 / 75%);
  text-align: center;
  padding: 8px 36px !important;
  background: none !important;
}

.card_area_image {
  width: 100%;
  max-width: 6em;
}

.navbar-toggler {
  color: var(--white);
}

.ahorro-lista {
  font-size: 8px;
  margin-right: 13px;
}

.ahorro-tittle label {
  font: 600 30px/22px "omnes";
  color: var(--blue);
  position: relative;
  text-align: left;
}

.ahorro-tittle h2 {
  font: 600 30px/22px "omnes";
  color: var(--blue);
  position: relative;
  padding-bottom: 27px;
  text-align: left;
}

.ahorro-tittle h3 {
  font: 600 28px/22px "omnes";
  color: var(--black);
  position: relative;
  padding-bottom: 0px;
  text-align: left;
}

.ahorro-tittle h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 56px;
  background: var(--light_blue);
}

.ahorro-subtitle {
  color: var(--black);
  font-size: 17px;
  font-weight: 600;
}

.card_area p {
  color: var(--black);
  font-size: 18px;
  text-align: justify;
  font-weight: 500;
  line-height: 21px;
}

.white {
  color: var(--white) !important;
}

.ahorro_container {
  padding: 0 34px;
}

.white ul li {
  font-size: 17px;
  color: var(--white);
  text-align: justify;
}

.ahorro_title_container {
  border-bottom-right-radius: 25px;
  padding: 15px 0 0px 16px;
  text-align: initial;
  margin: auto 0 16px;
}

.ahorro_title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--black);
}

.ahorro_title_white {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--black);
}

.ahorro_subtitle {
  font-size: 42px;
  margin-right: 11px;
}

.ahorro_subtitle_white {
  font-size: 42px;
  margin-right: 11px;
  color: var(--black);
}

.ahorro_subtitle2 {
  font-size: 25px;
  margin-right: 11px;
  color: var(--black);
}

.ahorro_title_icon {
  text-align: end;
  margin-top: 19px;
}

.ahorro-card {
  top: 10px;
  left: 7.5em;
}

.ahorro-back {
  background: url(../images/ahorro/img1.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.ahorro-back2 {
  background: url(../images/ahorro/img2.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.ahorro-back3 {
  background: url(../images/ahorro/img3.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.ahorro-back4 {
  background: url(../images/ahorro/img4.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.inversion-back {
  background: url(../images/ahorro/img5.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.inversion-back-2 {
  background: url(../images/ahorro/img7.jpg) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.sanfracard-back {
  background: url(../images/tarjeta/img6.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.sanfracard-back2 {
  background: url(../images/tarjeta/img7.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 190px;
  border-radius: 23px;
}

.sanfracard-back3 {
  background: url(../images/tarjeta/img8.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.sanfracard-back4 {
  background: url(../images/tarjeta/img-app.webp) no-repeat top center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  background-size: contain;
  height: 303px;
  border-radius: 23px;
}

.ahorro-button {
  position: absolute !important;
  bottom: 0;
}

.card_area .potential .ptl_containt {
  box-shadow: 0px 0px 40px 0px rgb(233 233 233 / 75%);
  text-align: center;
  background: var(--white);
  padding: 40px 10px 15px;
  min-height: 200px !important;
}

.pa_3 {
  padding: 72px 0 40px !important;
}

.card_area .potential .ptl_containt .heding {
  font: 600 23px/28px "omnes";
  color: var(--black);
  height: 2em;
}

.card_area .potential .ptl_containt .heding:hover,
.card_area .potential .ptl_containt .heding:focus {
  color: var(--purple);
}

.card_area .potential .ptl_containt h6 {
  text-align: justify;
  padding: 22px 7px;
  height: 7em;
  margin-bottom: 10px;
}

.servicios h6 {
  font-size: 18px !important;
  height: 6em !important;
}

.card_area .potential .ptl_containt .theme_btn {
  line-height: 45px;
  min-width: 156px;
}

.card_area .potential:hover .ptl_img img,
.card_area .potential:focus .ptl_img img {
  transform: scale3D(1.2, 1.2, 2);
}

.ahorro-banner-estado {
  display: block;
  overflow: hidden;
  padding: 100px 0 100px;
}

.ahorro-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/ahorro/banner3.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 150px;
  text-align: center;
  height: 514px;
  visibility: visible !important;
}

.ahorro-banner-cel {
  visibility: hidden;
}

.inversion-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/ahorro/banner4.webp) no-repeat center !important;
  background-size: cover !important;
  z-index: 1;
  top: 150px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
  visibility: visible !important;
}

.inversion-banner-cel {
  visibility: hidden;
}

.tarjeta-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/tarjeta/banner5.webp) no-repeat center !important;
  background-size: cover;
  z-index: 1;
  top: 156px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
  visibility: visible !important;
}

.tarjeta-banner-cel {
  visibility: hidden;
}

.tarjetadebito-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/tarjeta/bannerdebito.webp) no-repeat center !important;
  background-size: cover !important;
  z-index: 1;
  top: 125px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
  visibility: visible !important;
}

.tarjetacebito-banner-cel {
  visibility: hidden;
}

.nuevaweb-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/principal/nuevaweb.webp) no-repeat center !important;
  background-size: cover;
  z-index: 1;
  top: 156px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
  visibility: visible !important;
}

.nuevaweb-banner-cel {
  visibility: hidden;
}

.ahorro-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(14 21 27 / 0%);
}

.ahorro-banner h2 {
  font: 700 60px/139px "omnes";
  color: var(--white);
  padding-bottom: 23px;
  position: relative;
}

.ahorro-banner .breadcrumb {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 25px;
}

/*************************services************************************/

.servicios_area {
  display: block;
  overflow: hidden;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background: var(--lavender);
}

.servicios-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/servicios/banner.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 150px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
  visibility: visible !important;
}

.servicios-banner-cel {
  visibility: hidden;
}

.servicios-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(14 21 27 / 0%);
}

.servicios-banner2 {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/servicios/fondoimage3.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 150px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
}

.politicas-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/banner-politicas.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 150px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
}

#convenio {
  background: url(../images/servicios/convenios.png) no-repeat center;
}

.servicios-banner2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(14 21 27 / 0%);
}

.politicas-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(14 21 27 / 0%);
}

.servicios-banner h2 {
  font: 700 60px/139px "omnes";
  color: var(--white);
  padding-bottom: 23px;
  position: relative;
}

.servicios .breadcrumb {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 25px;
}

.text-banner-container-services {
  z-index: 7;
  text-align: inherit;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 64px;
  margin: 2em auto;
  padding: 0px;
  letter-spacing: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}

.text-banner-container-services a {
  color: var(--blue);
  cursor: pointer;
}

.text-banner-title-services {
  padding: 10px 10px 0px 21px;
  margin: 0 0 28px 0;
  height: 84px;
  cursor: pointer;
  /* text-align: left; */
}

.text-banner-title-services a {
  color: var(--blue);
  cursor: pointer;
}

.text-banner-title-services label {
  cursor: pointer;
}

.potential {
  cursor: pointer;
}

.potential .ptl_containt_service {
  padding: 40px 20px;
}

.ptl_containt_service h6 {
  text-align: justify;
  padding: 23px 0 14px;
  font-size: 18px;
}

.services-title {
  color: var(--black) !important;
  font-size: 18px;
  font-weight: bold;
}

.pago-servicios-container {
  text-align: center;
  margin: auto;
}

/**********************************************************************/

/*************************contact************************************/

.banner_area_contact {
  display: block;
  overflow: hidden;
  position: relative;
  background: url("../images/contactanos/contact.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  padding-top: 354px;
  text-align: center;
}

.banner_area_contact:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(4 4 35 / 60%);
}

.banner_area_contact h6 {
  color: var(--white);
  font: 400 20px/1 "omnes";
  padding-bottom: 7px;
}

.banner_area_contact h2 {
  font: 700 60px/139px "omnes";
  color: var(--white);
  padding-bottom: 23px;
  position: relative;
}

.banner_area_contact h2 span {
  color: var(--white);
}

.banner_area_contact h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 265px;
  background: var(--white);
  margin: 0 auto;
}

.banner_area_contact .breadcrumb {
  background-color: transparent;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 25px;
}

.banner_area_contact .breadcrumb li {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}

.banner_area_contact .breadcrumb li:after {
  content: "-";
  position: absolute;
  color: var(--white);
  font: 400 18px/25px "omnes";
  top: 0;
  left: 7px;
}

.banner_area_contact .breadcrumb li:first-child {
  padding: 0;
}

.banner_area_contact .breadcrumb li:first-child:after {
  display: none;
}

.banner_area_contact .breadcrumb li a {
  text-align: center;
  font: 400 18px/1 "omnes";
  color: var(--white);
}

.banner_area_contact .breadcrumb li a:hover,
.banner_area_contact .breadcrumb li a:focus,
.banner_area_contact .breadcrumb li a.active {
  color: var(--light_blue);
}

.zeus.tparrows {
  visibility: hidden !important;
}

.contact-container-image {
  position: relative;
}

.img-contact {
  top: -250px;
  background: var(--white);
  position: absolute;
  display: flex;
  padding: 60px;
  border-radius: 50%;
  width: 259px;
  height: 250px;
  box-shadow: 5px 6px 7px #00000063;
  /* background-image: url('images/contactanos/contactanos.png'); */
}

/*----------------------------------------------------*/

/************/

.achieve_product_area {
  display: block;
  overflow: hidden;
  padding: 110px 0 120px;
}

.achieve_product_area .achieve_inner {
  margin-top: 65px;
  background: var(--gradiante-3);
}

.achieve_product_area .achieve_inner p {
  font-size: 18px;
  line-height: 30px;
  max-width: 840px;
  float: left;
  color: rgba(0, 0, 0, 0.8);
}

.achieve_product_area .achieve_inner .theme_btn {
  float: right;
  background: var(--light_blue);
  text-transform: uppercase;
  min-width: 233px;
  line-height: 55px;
}

.achieve_product_area .achieve_inner .theme_btn:before {
  background: var(--darck_blue);
}

.achieve_product_area .achieve_inner .personal_tittle {
  padding-bottom: 120px;
}

.achieve_product_area .padding {
  padding: 0 3px;
}

.achieve_product_area .image-opacity {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 10, 66, 0.16) 84%,
    rgba(0, 10, 66, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(84%, rgba(0, 10, 66, 0.16)),
    color-stop(100%, rgba(0, 10, 66, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 10, 66, 0.16) 84%,
    rgba(0, 10, 66, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 10, 66, 0.16) 84%,
    rgba(0, 10, 66, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 10, 66, 0.16) 84%,
    rgba(0, 10, 66, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 10, 66, 0.16) 84%,
    rgba(0, 10, 66, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--white)', endColorstr='#000a42', GradientType=0);
  min-height: 13em;
}

.achieve_product_area .image1 {
  border: 5px solid var(--white);
  cursor: pointer;
  min-height: 26em;
  width: 100%;
  display: flex;
}

.achieve_product_area .image1:hover {
  border: 2px solid var(--lavender);
  box-shadow: 0 0 15px 5px rgba(159, 148, 230, 0.886);
}

.achieve_product_area .image2 {
  border: 5px solid var(--white);
  cursor: pointer;
  min-height: 13em;
  width: 100%;
  display: flex;
}

.achieve_product_area .image2:hover {
  border: 2px solid var(--lavender);
  box-shadow: 0 0 15px 5px rgba(159, 148, 230, 0.886);
}

.achieve_product_area .image3 {
  border: 5px solid var(--white);
  cursor: pointer;
  min-height: 13em;
  width: 100%;
  display: flex;
}

.achieve_product_area .image3:hover {
  border: 2px solid var(--lavender);
  box-shadow: 0 0 15px 5px rgba(159, 148, 230, 0.886);
}

.achieve_product_area .image4 {
  border: 5px solid var(--white);
  cursor: pointer;
  min-height: 13em;
  width: 100%;
  display: flex;
}

.achieve_product_area .image4:hover {
  border: 2px solid var(--lavender);
  box-shadow: 0 0 15px 5px rgba(159, 148, 230, 0.886);
}

.achieve_product_area .image5 {
  border: 5px solid var(--white);
  cursor: pointer;
  min-height: 13em;
  width: 100%;
  display: flex;
}

.image5 {
  cursor: pointer;
  min-height: 13em;
  width: 100%;
  display: flex;
}

.achieve_product_area .image5:hover {
  border: 2px solid var(--lavender);
  box-shadow: 0 0 15px 5px rgba(159, 148, 230, 0.886);
}

.achieve_product_area .image6 {
  border: 5px solid var(--white);
  cursor: pointer;
  min-height: 13em;
  width: 100%;
  display: flex;
}

.achieve_product_area .image6:hover {
  border: 2px solid var(--lavender);
  box-shadow: 0 0 15px 5px rgba(159, 148, 230, 0.886);
}

.achieve_product_area a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  /* padding: 35px 0 10px; */
  align-self: flex-end;
  text-align: center;
  width: 100%;
}

.achieve_product_area label {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  align-self: flex-end;
  text-align: center;
  width: 100%;
  line-height: 15px;
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.05);
}

.achieve_product_area .achieve:hover {
  border-bottom: 6px solid var(--light_blue);
}

.achieve {
  margin: auto auto 30px auto;
  background: var(--white);
  display: block;
  overflow: hidden;
  padding: 33px;
  padding-bottom: 55px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-bottom: 6px solid #000c45b3;
  box-shadow: 4px 3px 19px -12px rgba(153, 153, 153, 1);
  cursor: pointer;
  height: 14em;
  width: 15em;
  border-radius: 7px;
}

.achieve:hover {
  border-bottom: 6px solid var(--light_blue);
}

.achieve a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  padding: 35px 0;
}

.achieve .icon_img img {
  max-width: 42%;
}

.boton2 {
  height: 15em;
  box-shadow: 4px 3px 19px -12px rgb(153 153 153);
}

.boton3 {
  height: 5em;
}

.boton4 {
  height: 6em;
}

.image-boton2 {
  position: absolute;
  z-index: 2;
  top: 46px;
  width: 4em;
  left: 117px;
}

.boton4-a {
  position: absolute;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  padding: 22px 26px;
  top: -6px;
  width: 9em;
  text-align: center;
  left: 5em;
}

.image-boton3 {
  position: absolute;
  z-index: 2;
  top: 22px;
  width: 3em;
  left: 30px;
}

.boton2-a {
  position: absolute;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  padding: 22px 26px;
  top: 125px;
  left: 3em;
  width: 9em;
  text-align: center;
}

.boton3-a {
  position: absolute;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  padding: 22px 26px;
  top: -11px;
  width: 9em;
  text-align: center;
  left: 5em;
}

.achieve_product_area .achieve:hover {
  box-shadow: 1px 8px 4px 1px rgb(221 221 221 / 52%);
}

.achieve_product_area .achieve .icon_img {
  height: 92px;
}

.achieve_product_area .achieve .icon_img img {
  max-width: 42%;
}

.achieve_product_area .achieve a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  padding: 0px 0;
}

.achieve_product_area .achieve a:hover,
.achieve_product_area .achieve a:focus {
  color: #1970aa;
}

.achieve_product_area .achieve p {
  color: rgba(0, 0, 0, 0.702);
  font: 400 16px/21px "omnes";
}

.poa_2 {
  padding-top: 80px;
}

.poa_2 .potential .ptl_containt {
  padding: 40px 27px;
  border-radius: 0 0 40px 0;
}

.poa_2 .potential .ptl_containt .loan_img {
  border-bottom: 1px solid #e1e2e4;
  margin-bottom: 25px;
  padding-bottom: 35px;
  height: 125px;
}

.pa_3 {
  padding: 160px 0 130px;
}

.to-image-white {
  filter: invert(87%) sepia(100%) saturate(1%) hue-rotate(71deg)
    brightness(104%) contrast(102%);
}

.nosotros {
  display: block;
  overflow: hidden;
  padding: 100px 0 100px;
}

.values {
  display: block;
  overflow: hidden;
  padding: 70px 0;
}

.img-heart {
  text-align: right;
}

.values2 {
  display: block;
  overflow: hidden;
  padding: 0px;
}

.nosotros .tittle {
  padding-bottom: 41px;
}

.nosotros .step_m {
  padding: 77px;
  background: var(--white);
  margin-bottom: 50px;
  -webkit-box-shadow: 10px 10px 22px -20px rgb(0 0 0 / 75%);
  -moz-box-shadow: 10px 10px 22px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 22px -20px rgb(0 0 0 / 75%);
  border-radius: 0 10px 28px 10px;
}

.historia {
  padding: 77px;
}

.historia-seccion {
  display: block;
  overflow: hidden;
  padding: 30px 0;
}

.historia-seccion .sm_2 {
  padding: 77px 0;
  margin-bottom: 50px;
}

.historia-banner {
  display: block;
  overflow: hidden;
  padding: 165px 0 130px !important;
}

.p-text {
  color: rgb(0 0 0);
}

/*************PROMOTIONS*************************/

.promotion_area {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/promociones/fondo2.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 156px;
  text-align: center;
  /* height: 731px; */
  height: 514px;
  height: 514px;
  visibility: visible !important;
}

.promotion_area-cel {
  visibility: hidden;
}

.promotion_area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(65 64 88 / 8%);
}

.promotion_img_container {
  margin: auto;
  text-align: center;
}

.promotion_img {
  max-width: 40em;
  width: 100%;
}

.promotion_img_banner {
  max-width: 30em;
  width: 100%;
}

.promotion-img-container {
  margin: 132px;
  text-align: center;
}

.area-fondo {
  z-index: 1;
  max-height: 56em;
  margin-top: -41px;
  min-height: 56em;
}

/***********persiana********************/

#faq {
  padding: 60px 0;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a.collapsed {
  color: var(--black);
}

#faq #faq-list a {
  padding: 18px 0 18px 6px;
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  padding-right: 20px;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  -webkit-box-shadow: 0px 7px 12px -6px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 7px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 5px -6px rgb(136 136 136 / 75%);
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

.collapse:not(.show) {
  display: none;
}

.collapse {
  display: none;
}

.show {
  display: block !important;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*************************************/

/**********flip card********************/

.flip-card {
  perspective: 1000px;
  height: 29em;
}

.flip-card-inner {
  position: relative;
  width: 30em;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: var(--blue);
  color: white;
  transform: rotateY(180deg);
  padding: 50px 50px;
}

/*-------------------- OUR TEAM---------------- */

.team-section {
  display: block;
  overflow: hidden;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 91px 0;
}

.team-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: var(--lavender);
}

.politics-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: var(--white);
}

.team-container {
  padding-top: 42px;
}

.team-container-info {
  /* background: var(--white); */
  padding: 66px 105px 50px;
  /* box-shadow: 6px 6px 19px -5px rgb(201 201 201);
  border-radius: 0 10PX 28px 10PX; */
}

.team-detail h3 {
  font: 600 16px/1 "omnes";
  padding-bottom: 1px;
}

.team-detail h4 {
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 22px;
}

.team-detail p {
  color: rgba(0, 0, 0, 0.702);
  font-size: 16px;
}

.team-image {
  width: 100%;
  max-width: 42em;
}

.team-icon {
  border-radius: 50%;
  width: 50px;
  margin: 0 8px 8px;
}

/*--------------------End OUR TEAM---------------- */

/*------------vocales-------------------------*/

.container-info {
  padding: 0px 40px;
}

.container-info a {
  color: var(--blue);
  font-size: 21px;
  font-weight: 700;
}

.container-info h4 {
  font: 600 18px/28px "omnes";
  color: var(--black);
  padding-bottom: 0px;
}

.container-info p {
  color: rgba(0, 0, 0, 0.702);
  font: 400 18px/16px "omnes";
}

/*----------PAGO DE SERVICIOS------------------------------------------*/

.pago-servicios {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56px;
  padding-bottom: 138px;
  z-index: 1;
  background: url(../images/principal/pago-servicios.webp);
  background-size: cover;
  text-align: center;
  width: 100%;
}

.pago-servicios label {
  color: var(--black) !important;
  cursor: pointer;
}

.pagoservicios-container {
  /* margin: 0 103px; */
  padding: 0;
}

.pago-servicios a {
  display: block;
  color: var(--black) !important;
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 7px;
  line-height: 25px;
  text-align: left;
}

.card-pago-servicios {
  background: transparent;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  text-align: left;
}

.card-pago-servicios:hover {
  background: #bebebea6;
}

.card-pago-servicios-extras:hover {
  background: #bebebea6;
}

.pago-servicios-a {
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 0px !important;
}

.pago-servicios-b {
  color: var(--white) !important;
  background: var(--blue);
  padding: 8px 15px 8px 30px;
  font-size: 24px !important;
  cursor: pointer;
}

.pago-servicios-b:hover {
  background: #bebebea6;
  color: var(--blue) !important;
}

.pago-servicio label {
  display: block;
  color: var(--blue) !important;
  font-weight: 500;
  font-size: 20px !important;
  margin: auto;
  padding: 0 10px;
  text-align: left;
}

.pago-servicios:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  /* background-color: rgb(236 237 240 / 45%); */
}

.pago-servicios_image {
  width: 100%;
  max-width: 12em;
}

.pago-servicios_image2 {
  width: 100%;
  max-width: 58em;
  margin: 27px 0;
}

.pago-servicios .previous_img {
  width: calc(50% - 45px);
  float: left;
  padding-top: 0px;
}

.pago-servicios .previous_img img {
  max-width: 100%;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(207, 207, 207, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(207, 207, 207, 1);
  box-shadow: 2px 2px 5px 0px rgba(207, 207, 207, 1);
}

.pago-servicios .previous_right {
  padding-top: 2px;
}

.pago-servicios .alons_text {
  padding-left: 30px;
  max-width: 559px;
  padding-bottom: 95px;
}

.pago-servicios .alons_text h2 {
  font: 600 35px/40px "omnes";
  color: #151515;
}

.pago-servicios .alons_text h4 {
  font: 600 20px/30px "omnes";
  color: #1970aa;
  padding-top: 10px;
  padding-bottom: 35px;
}

.pago-servicios .alons_text p {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 45px;
}

.pago-servicios .alons_text .theme_btn {
  min-width: 207px;
  background: var(--light_blue);
  margin-top: 30px;
}

.pago-servicios .alons_text .theme_btn:before {
  background: #1970aa;
}

.pago-servicios .projects_done {
  /* max-width: 655px; */
  padding-top: 45px;
}

.pago-servicios .projects_done .counter_items {
  text-align: center;
}

.pago-servicios .projects_done .counter_items h4 {
  font: 600 27px/1 "omnes";
  color: var(--white);
}

.pago-servicios .projects_done .counter_items h2 {
  color: var(--light_blue);
  font: 700 38px/1 "omnes";
  padding-top: 22px;
}

.pago-servicios-text {
  font-size: 18px;
  color: var(--blue);
  font-weight: 600;
}

.pago-servicios-subtext {
  font-size: 22px;
  margin-top: -10px;
}

.pago-servicios-icon {
  margin-top: 18px;
}

.movil_area {
  margin: 79px 0 79px 0;
}

.image-amigo {
  height: 17em;
}

.container-boton {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.boton-app {
  cursor: pointer;
  width: 52px;
  box-shadow: 4px 3px 19px -12px rgb(153 153 153);
  border: 1px solid #ebebeb;
}

.image-socio {
  width: 31em;
}

.image-linea {
  width: 100%;
}

.image-camiseta {
  width: 100%;
  min-width: 16em;
}

/*----------------------------------------------------*/

.getting_loan_area {
  display: block;
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 1px;
  text-align: center;
}

.getting_loan_area .getting_first {
  padding-top: 70px;
}

.getting_loan_area .getting_items {
  position: relative;
  padding-left: 80px;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.getting_loan_area .getting_items:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--darck_blue);
  width: 3px;
  z-index: -1;
}

.getting_loan_area .getting_items span {
  width: 48px;
  border-radius: 50%;
  background: var(--darck_blue);
  color: var(--white);
  text-align: center;
  font: normal normal normal 18px/48px FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.getting_loan_area .getting_items h3 {
  font: 600 20px/30px "omnes";
  color: var(--darck_blue);
  padding-top: 10px;
}

.getting_loan_area .getting_items P {
  font-size: 18px;
  padding-top: 17px;
  padding-bottom: 55px;
}

.getting_loan_area .getting_items:first-child span,
.getting_loan_area .getting_items:first-child:before,
.getting_loan_area .getting_items.gi_f span,
.getting_loan_area .getting_items.gi_f:before {
  background: var(--blue);
}

.getting_loan_area .getting_items:last-child:before {
  display: none;
}

.getting_loan_area .loan-card {
  padding-left: 90px;
  margin-top: -20px;
}

/*----------------------------------------------------*/

.testimonial-p {
  margin-bottom: 10px;
  font: 400 18px/16px "omnes";
}

.testimonial_pages {
  background: var(--white);
}

.testimonial_pages .testimonial .item {
  margin-bottom: 70px;
}

.get_started_area {
  display: block;
  overflow: hidden;
  /* background: url("../images/cancha.png") no-repeat center fixed; */
  background-color: var(--black);
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 55px 0 0px;
  text-align: center;
}

.get_started_area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  /* background-color: rgb(10 22 43 / 74%); */
}

.get_started_area p {
  color: var(--white);
  /* font: 600 31px/32px "omnes"; */
  padding: 30px 0 36px;
}

.get_started_area .theme_btn {
  min-width: 263px;
  font-size: 18px;
}

/*----------------------------------------------------*/

.img1 {
  background-image: url(../images/favicon2.png);
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  position: relative;
  z-index: 1;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

.bounceIn {
  animation-name: bounceIn;
}

/*--------amigo sanfran ---------------*/

.amigosanfra {
  display: block;
  overflow: hidden;
  padding: 140px 0 120px;
}

.amigosanfra-area {
  display: block;
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
  background: url(../images/principal/sanfra.webp) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 81px 0 0;
}

.productos {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../images/principal/pago-servicios.webp) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 81px 0 0;
}

.card-amigosanfra {
  background: transparent;
  border-radius: 5px;
  min-height: 12em;
  padding: 18px;
  cursor: pointer;
}

.card-amigosanfra .text-banner-icon {
  width: 50%;
}

.card-amigosanfra a {
  display: block;
  color: var(--lavender) !important;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--lavender);
  line-height: 29px;
  margin-top: 12px;
}

.card-amigosanfra label {
  display: block;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  margin: auto;
  padding: 0 10px;
  line-height: 20px;
}

.amigosanfra-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: rgb(236 237 240 / 45%);
}

.achieve-amigosanfra:hover {
  background: #18396e;
}

.achieve-amigosanfra a {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  padding-left: 13px;
}

.amigosanfra .tittle {
  padding-bottom: 22px;
  margin-top: 3em;
  text-align: center;
}

.amigosanfra .tittle h2 {
  display: inline-block;
}

.amigosanfra-area .tittle span {
  display: block;
  color: var(--light_blue);
  font-weight: 500;
  font-size: 28px !important;
}

.amigosanfra .tittle .theme_btn {
  float: right;
  margin-top: 65px;
  background: var(--light_blue);
  min-width: 233px;
  line-height: 55px;
  text-transform: uppercase;
}

.amigosanfra .tittle .theme_btn:before {
  background: #1970aa;
}

/*-------- End amigo sanfran ---------------*/

/*------------Preguntas Frecuentes--------------*/

.preguntas-area {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--lavender);
  /* background: url(../images/principal/fondoimage.webp) no-repeat center; */
  background-size: cover;
  text-align: center;
}

.preguntas-area-sec1 {
  background: var(--white) !important;
  display: block;
  overflow: hidden;
  padding: 243px 0 130px !important;
}

.preguntas-area-sec1:after {
  background-color: rgb(252 252 252) !important;
}

.preguntas-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: rgb(236 237 240 / 45%);
}

.card-preguntas {
  background: transparent;
  border-radius: 5px;
  padding: 18px;
  cursor: pointer;
}

.card-preguntas .text-banner-icon {
  width: 15%;
}

.card-preguntas:hover {
  background: #bebebea6;
}

.card-preguntas a {
  display: block;
  color: var(--black) !important;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 29px;
  margin-top: 12px;
}

.card-preguntas label {
  display: block;
  color: var(--blue);
  font-weight: 500;
  font-size: 20px;
  margin: auto;
  padding: 0 10px;
  line-height: 20px;
}

.preguntas-area .card_area_image {
  width: 100%;
  max-width: 2em;
  margin-right: 17px;
}

.preguntas-area .container-info a {
  font-size: 16px !important;
  display: contents !important;
}

.preguntas-area #faq #faq-list a {
  color: var(--blue) !important;
}

.card-preguntas-border-ri {
  border-right: 1px solid var(--black);
}

.preguntas-area .ahorro_title_icon {
  margin: auto;
  font-size: 47px;
}

.preguntas-container {
  background: #eaeaea8c;
  margin: 6px 5px;
  padding: 15px;
  border-radius: 5px;
}

/*****************************************/

.pagination_area {
  margin-top: 70px;
}

.pagination_area .pagination li {
  margin-right: 17px;
}

.pagination_area .pagination li a {
  font: 600 18px/52px "omnes";
  color: #1970aa;
  padding: 0;
  border: 2px solid #ecebeb;
  border-radius: 0;
  min-width: 56px;
  text-align: center;
  border-radius: 0 !important;
}

.pagination_area .pagination li a i {
  font-size: 14px;
  position: relative;
  top: -4px;
}

.pagination_area .pagination li a:hover,
.pagination_area .pagination li a:focus,
.pagination_area .pagination li a.active {
  background: #1970aa;
  color: var(--white);
}

.contact-group {
  width: 100%;
  padding: 0 0px 0 47px;
}

.blog_rightsidebar .email_f .input-group .form-control {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #b3b3b3;
  width: 100%;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: var(--lavender);
  /* border: 1px solid var(--black); */
  border-right: 3px solid var(--black);
  border-radius: 0.25rem;
}

.input-group-text {
  min-width: 49px;
}

.blog_rightsidebar .email_f .input-group .theme_btn {
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  background: var(--light_blue);
  min-width: 124px;
  cursor: pointer;
}

.blog_rightsidebar .email_f .input-group .theme_btn:before {
  background: #1970aa;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 46px;
}

/* Map_from_area */

.map_from_area {
  display: block;
  overflow: hidden;
  background: url("../images/mapa3.jpg") no-repeat fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 68px 0 109px;
}

.map_from_area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  background-color: rgb(10 22 43 / 74%);
}

.map_from_area .map_area {
  display: inline-block;
  overflow: hidden;
  width: calc(50% - 15px);
  padding-right: 75px;
}

.map_from_area .map_area .map_content {
  background: #f7f7f700;
  padding: 20px;
  padding-top: 140px;
  padding-bottom: 75px;
  border-radius: 0 0 50px 0;
  position: relative;
}

.map_from_area label {
  font: 400 18px/39px "omnes";
  color: var(--white);
}

.map_from_area .map_area .map_content img {
  max-width: 100%;
}

.map_from_area .map_area .map_content .marker_area {
  position: absolute;
  top: 177px;
  right: 150px;
  text-align: center;
  width: 250px;
  text-align: center;
}

.map_from_area .map_area .map_content .marker_area i:before {
  font-size: 54px;
  color: #f7f7f7;
  line-height: 1;
  cursor: pointer;
}

.map_from_area .map_area .map_content .marker_area h4 {
  background: var(--white);
  padding: 20px;
  font: 400 16px/28px "omnes";
  color: #535151;
  border-radius: 0 0 30px 0;
  transition: all 300ms linear 0s;
  opacity: 0;
}

.map_from_area .map_area .map_content .marker_area:hover h4,
.map_from_area .map_area .map_content .marker_area:focus h4 {
  opacity: 1;
}

.map_from_area .contact_inner {
  /* display: inline-block; */
  width: calc(100% + 15px);
}

.map_from_area .contact_inner .from_main {
  max-width: 600px;
  margin-left: 61px;
}

.map_from_area .contact_inner .from_main h4 {
  font: 600 25px/36px "omnes";
  color: var(--white);
  padding-bottom: 6px;
}

.map_from_area .contact_inner .from_main .form-group {
  margin-bottom: 2px;
  text-align: initial;
}

.map_from_area .contact_inner .from_main .form-group .form-control {
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 1px solid #e3dfdf;
  font: 400 16px/50px "omnes";
  color: #8f8e8e;
  border-radius: 0;
  height: auto;
  padding: 0 11px;
  resize: none;
}

.map_from_area .contact_inner .from_main .form-group .form-control.placeholder {
  color: #8f8e8e;
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control:-moz-placeholder {
  color: #8f8e8e;
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control::-moz-placeholder {
  color: #8f8e8e;
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #8f8e8e;
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control:focus.placeholder {
  color: var(--white);
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control:focus:-moz-placeholder {
  color: var(--white);
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control:focus::-moz-placeholder {
  color: var(--white);
}

.map_from_area
  .contact_inner
  .from_main
  .form-group
  .form-control:focus::-webkit-input-placeholder {
  color: var(--white);
}

.map_from_area .contact_inner .from_main .form-group textarea {
  line-height: 30px !important;
  height: 120px !important;
}

.map_from_area .contact_inner .from_main .form-group .theme_btn {
  background: var(--light_blue);
  border: 0;
  box-shadow: none;
  outline: none;
  min-width: 197px;
  margin-top: 30px;
}

.map_from_area .contact_inner .from_main .form-group .theme_btn:before {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background: #1970aa;
}

.map_from_area .contact_inner .from_main .form-group.has-error .form-control {
  border-color: red;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* End map_from_area */

/*----------------------------------------------------*/

/* team_area */

.team_area {
  padding-top: 45px;
  padding-bottom: 130px;
}

.team_area .item {
  margin-bottom: 40px;
}

.team_area .item img {
  width: 100%;
}

/* End team_area */

/*----------------------------------------------------*/

.services_details {
  display: block;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 90px;
}

.services_details h2 {
  font: 600 50px/64px "omnes";
  color: #1970aa;
  padding-bottom: 40px;
}

.services_details h2 .theme_btn {
  float: right;
  min-width: 175px;
  background: var(--light_blue);
  margin-top: 7px;
}

.services_details h2 .theme_btn:before {
  background: #1970aa;
}

.services_details p {
  font-size: 18px;
  padding-bottom: 60px;
}

.services_details img {
  max-width: 100%;
}

.services_details .features_b {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 10px;
}

.services_details .features_b h3 {
  font: 600 35px/45px "omnes";
  color: #38393a;
}

.services_details .features_b p {
  margin: 0 auto;
  max-width: 835px;
  line-height: 30px;
  padding-top: 30px;
}

.services_details .loan {
  text-align: center;
  margin-bottom: 30px;
}

.services_details .loan i {
  height: 82px;
  line-height: 82px;
  border-radius: 50%;
  width: 82px;
  background: #f6f9fe;
  text-align: center;
  display: block;
  color: #1970aa;
  margin: 0 auto;
  transition: all 300ms linear 0s;
}

.services_details .loan i:before {
  font-size: 36px;
}

.services_details .loan h4 {
  font: 600 18px/28px "omnes";
  color: #38393a;
  padding-top: 25px;
}

.services_details .loan:hover i,
.services_details .loan:focus i {
  background: #1970aa;
  color: var(--white);
}

/*----------------------------------------------------*/

.contact_info {
  display: block;
  overflow: hidden;
  padding: 300px 0 130px;
}

.contact_info .info {
  display: block;
  /* overflow: hidden; */
  background: var(--lavender) !important;
  border-radius: 40px;
  text-align: center;
  padding: 20px;
  padding-top: 100px;
  /* min-height: 27em; */
  box-shadow: 6px 8px 11px -9px rgb(184 184 184 / 75%);
}

.contact_info .info i:before {
  color: var(--blue) !important;
  font-size: 66px;
  margin-bottom: 10px;
  display: block;
}

.contact_info .info h6 {
  color: var(--black) !important;
  font: 400 18px/40px "omnes";
}

.contact_info .info h6 a {
  color: var(--black) !important;
}

.contact_info .mail {
  background: var(--light_blue);
}

.contact_info .placeholder {
  background: #6099f7;
}

/*----------------------------------------------------*/

/*--------------formulario-------------------*/

.formulario {
  display: block;
  overflow: hidden;
  padding: 206px 0 130px;
}

.formulario iframe {
  width: 640px;
  height: 1537px;
}

/**********dropdown***************************************/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 12px;
}

.drop-filter {
  background: #000c45;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
}

/*********************encuentranos**************************/

.km {
  font-size: 20px;
  font-weight: bold;
  color: var(--light_blue);
}

.drop {
  background: var(--lavender);
  color: var(--black);
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  border: 1px solid #ddd;
  width: 12em;
  box-shadow: 2px 1px 5px 0px rgb(189 189 189 / 75%);
}

.input-group-prepend {
  box-shadow: 2px 1px 5px 0px rgb(189 189 189 / 75%);
}

#map {
  height: 39em;
  width: 100%;
}

.title-km {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--lavender);
}

.subtitle {
  font-size: 15px;
  margin-bottom: 0;
}

.lista-km {
  border-bottom: 1px solid var(--white);
  padding: 6px 13px;
  cursor: pointer;
  /* min-height: 94px; */
}

/* .info :hover {
  background-color: #aaaaaa22;
} */

.container-km {
  background: var(--white);
  padding: 0;
  margin: 0;
}

.containerkm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.input-search .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--gray);
  text-align: right;
}

.input-search input {
  overflow: visible;
  width: 12em;
}

.input-search .dropdown-menu {
  margin: 0.125rem -15em 0;
}

.icon-km {
  width: 35px;
  padding-top: 10px;
  cursor: pointer;
}

/* Style the tab */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Style the buttons inside the tab */

.tab-button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */

.tab-button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.tab-button.active {
  background-color: var(--blue);
  color: var(--white);
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  max-height: 35em;
  overflow-y: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.grocery_item {
  padding: 5px;
}

.grocery_item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.content-text {
  margin: 10px 0 2px 0px;
  width: 17.9em;
  background: var(--white);
  box-shadow: 3px 3px 5px 0px rgb(184 184 184);
  padding: 5px 27px;
}

.encuentranos-banner {
  display: block;
  overflow: hidden;
  position: relative;
  background: url(../images/principal/sanfra.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  top: 150px;
  text-align: center;
}

.encuentranos-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  background-color: rgb(14 21 27 / 0%);
}

.encuentranos-container {
  margin: 6em 0;
}

.label-card-encuentranos {
  cursor: pointer;
  padding: 8px 12px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.label-card-encuentranos.activo {
  border-bottom: 2px solid black;
  font-weight: bold;
}

.title-card-encuentranos {
  background: var(--black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 43px;
  width: 100%;
  margin-left: 0px;
}

.label-card-encuentranos {
  color: var(--white);
  font-size: 26px;
  padding: 1px 28px;
  font-weight: bolder;
  border: none;
}

.achieve_encuentranos_area {
  display: block;
  overflow: hidden;
  padding: 60px 0 120px;
}

.bottom-card-encuentranos {
  /* background: #eeeeee; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 43px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 7px;
}

.label-bottomcard-encuentranos {
  color: var(--blue);
  font-size: 20px;
  padding: 1px 28px;
  font-weight: bolder;
  border: none;
}

.label-bottomcard-encuentranos:hover {
  background: #c3c3c3;
}

.cursor-pointer {
  cursor: pointer;
}

.marker {
  background-image: url("/images/mark.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.marker-cajero {
  background-image: url("/images/markCajero.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.tab-header {
  display: flex;
  gap: 10px;
  background-color: #1c1c1c;
  padding: 12px 20px 0;
  border-radius: 10px 10px 0 0;
}

.label-card-encuentranos {
  background-color: #303030;
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: 0.3s ease;
  min-width: 130px;
  text-align: center;
}

.label-card-encuentranos:hover {
  background-color: #444;
}

.label-card-encuentranos.fw-bold {
  background-color: #ded9ff;
  color: black !important;
  font-weight: bold;
}

/******************end encuentranos**************************/

/******************** Footer Home pages **********************/

.footer_area {
  display: block;
  overflow: hidden;
  background: var(--black);
  padding-top: 65px;
  padding-bottom: 40px;
}

.footer_area .footer_inner .footer_logo {
  margin-bottom: 50px;
}

.footer_area .footer_inner .footer_logo img {
  max-width: 65%;
}

.footer_area .footer_inner .footer_logo p {
  font: 400 16px/30px "omnes";
  color: var(--white);
  padding: 14px 0 12px;
}

.footer_area .footer_inner .footer_logo p a {
  color: var(--lavender);
}

.footer_area .footer_inner .footer_logo p a:hover,
.footer_area .footer_inner .footer_logo p a:focus {
  color: var(--white);
}

.footer_area .footer_inner .footer_logo .footer_social li {
  display: inline-block;
  transform: rotate(360deg);
  background: var(--pale-green);
  border-radius: 8px;
  margin-right: 37px;
  transition: all 300ms linear 0s;
}

.footer-container {
  max-width: 1480px;
  margin: auto;
}

.footer_area .footer_inner .footer_logo .footer_social li:last-child {
  margin: 0;
}

.footer_area .footer_inner .footer_logo .footer_social li a {
  height: 47px;
  width: 47px;
  text-align: center;
  color: var(--black);
  display: block;
  font: normal normal normal 18px/47px FontAwesome;
  transform: rotate(2deg);
}

.footer_area .footer_inner .footer_logo .footer_social li:hover,
.footer_area .footer_inner .footer_logo .footer_social li:focus {
  background: var(--black);
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.977);
}

.footer_area .footer_inner .footer_logo .footer_social li:hover a,
.footer_area .footer_inner .footer_logo .footer_social li:focus a {
  color: var(--white);
}

.footer_area .footer_inner .footer_widget {
  padding-left: 25px;
  padding-bottom: 50px;
}

.footer_area .footer_inner .footer_widget h4 {
  font: 700 18px/1 "omnes";
  color: var(--white);
  padding-bottom: 35px;
  text-transform: uppercase;
  padding-top: 7px;
}

.footer_area .footer_inner .footer_widget .footer_nav li a {
  font: 400 16px/34px "omnes";
  color: var(--white);
  text-align: left;
}

.footer-coop {
  color: var(--white);
}

.footer_area .footer_inner .footer_widget .footer_nav li a:hover,
.footer_area .footer_inner .footer_widget .footer_nav li a:focus {
  color: var(--white);
}

.fa_2 {
  background: #252d3a;
}

.fa_2 .footer_inner .footer_logo .footer_social li {
  background: #3a424f;
}

.fa_2 .footer_inner .footer_widget .footer_nav li a {
  color: #919295;
}

/* End Footer Home pages */

.scroll-top {
  position: fixed;
  right: 0px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  /* background: #1970aa; */
  background: var(--pale-green);
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: var(--black);
  border-radius: 50%;
}

.scroll-top:hover,
.scroll-top:focus {
  background: var(--black);
  color: var(--white);
}

.juega-button {
  position: fixed;
  left: 56px;
  bottom: 0;
  height: 113px;
  width: 113px;
  cursor: pointer;
  background: url(../images/Pronosticosbtn.png) no-repeat center;
  border: 0;
  box-shadow: none;
  z-index: 999;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  font-size: -6px !important;
  padding-top: 6px;
  background-size: cover;
}

/* =======================Convenios Farid======================== */

.convenios {
  height: fit-content;
  padding: 40px;
}

.title-convenio {
  font-size: 22px;
}

.separator {
  background-color: var(--black);
  height: 4px;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.convenios-warp {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 40px;
}

.convenio {
  gap: 1rem;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: solid 1px var(--darck_blue);
}

.convenio:last-child {
  border-bottom: none;
}

.info-convenio {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.name-convenio {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.cat-convenio h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
}

.partner-convenio h3 {
  font-size: 30px;
  font-weight: 700;
}

.descri-convenio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.img-convenio {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.img-convenio img {
  width: auto;
  height: 400px;
}

.instagram-link {
  width: fit-content !important;
}

.instagram-icon {
  display: flex;
  flex-direction: row;
  background-color: var(--black);
  border-radius: 20px;
  height: fit-content;
  width: fit-content;
  padding: 10px;
  gap: 0.5rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.instagram-icon:hover {
  transform: scale(1.05);
}

.icon-warp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-warp img {
  height: 25px;
  width: auto;
}

.instagram-icon span {
  color: white;
}

.convenio {
  display: none;
  /* Por defecto, oculto */
}

.convenio.active {
  display: flex;
  /* Mostrar cuando es activo */
}

.ciudad-filtro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.ciudad-select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 160px;
}

@media (max-width: 800px) {
  .convenios-warp {
    padding: 0;
  }

  .convenio {
    flex-direction: column;
    gap: 2rem;
    width: calc(100%);
  }

  .info-convenio {
    width: 100%;
  }

  .img-convenio {
    width: 100%;
    height: 200px;
  }
}

/*----------------------------------------------------*/

.mapa-cel {
  visibility: hidden;
}

/**************************** media *********************/

@media (max-width: 1575px) {
  .card-amigosanfra a {
    font-size: 24px;
  }
}

@media (max-width: 1411px) {
  .card-amigosanfra a {
    font-size: 20px;
  }
}

@media (max-width: 1341px) {
  .main_header_area .header_menu .navbar .navbar-toggler {
    font-size: 30px;
    color: var(--white);
    padding: 0;
    margin: 0;
    line-height: 50px;
    float: right;
    padding-right: 6px;
  }
}

@media (min-width: 1200px) {
  .containerkm {
    max-width: 1364px;
    padding: 0;
  }

  .container {
    max-width: 1130px;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .pago-servicios:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: rgb(236 237 240 / 76%);
  }

  .pago-servicios a {
    font-size: 25px;
  }

  .pago-servicios-b {
    font-size: 19px !important;
    padding: 8px 15px 8px 14px;
  }

  .text-banner {
    font-size: 30px;
    max-width: 15em;
    border-radius: 7px;
  }

  .text-banner-container2 .text-banner-subtitle {
    top: -20px;
  }

  .text-banner-height {
    height: 109px;
  }
}

@media (max-width: 1199px) {
  .main_header_area .navbar .navbar_supported {
    padding-left: 0;
  }

  .main_header_area .navbar .navbar_supported ul {
    padding-left: 0;
  }

  .main_header_area .navbar {
    padding: 0;
  }

  .main_header_area .navbar .navbar_supported {
    padding: 10px 0px 10px 0;
  }

  .main_header_area .navbar .navbar_supported ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: var(--white);
    margin: 0 9px;
    font: 600 15px/37px "omnes";
    padding: 0;
    /* text-transform: uppercase; */
    position: relative;
  }

  .main_header_area .navbar .navbar_supported ul li .theme_btn {
    min-width: 180px;
  }

  .main_header_area .navbar .navbar_supported ul li .theme_btn {
    margin-left: 10px;
  }

  .footer_area .footer_inner .footer_widget {
    padding-left: 15px;
  }

  .card_area .potential .ptl_containt .heding {
    font-size: 18px;
  }

  .map_from_area {
    padding-bottom: 70px;
  }

  .map_from_area .map_area {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .map_from_area .contact_inner {
    width: 100%;
    padding: 0 15px;
    padding-top: 80px;
  }
}

@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 240px;
    background-color: var(--white);
    -webkit-background-color: var(--white);
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }

  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown
    .dropdown-menu
    > .dropdown
    .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0px;
  }

  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown
    .dropdown-menu
    > .dropdown:hover
    .dropdown-menu,
  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown
    .dropdown-menu
    > .dropdown:focus
    .dropdown-menu {
    transform: scale(1, 1);
  }

  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown:hover
    .dropdown-menu,
  .main_header_area
    .navbar
    .navbar_supported
    ul
    li.dropdown:focus
    .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .header_top_area .top_menu li .number,
  .header_top_area .right_menu li .number {
    font-size: 18px;
    padding: 0;
  }

  .main_header_area .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    padding-top: 14px;
    width: 15%;
    max-width: 271px;
    display: inherit !important;
  }

  .main_header_area .navbar .navbar-brand img + img {
    display: inherit !important;
  }

  .container-top {
    width: 100%;
    /* padding: 18px 70px 18px 70px; */
    margin: auto;
  }

  .nav-bar-image2 {
    visibility: hidden;
    height: 0;
    display: none;
  }

  .credit-container {
    padding-top: 0px;
  }

  .main_header_area .header_menu {
    background: var(--white);
    padding: 0;
  }

  .main_header_area .header_menu .navbar {
    width: 100%;
  }

  .main_header_area .header_menu .navbar .navbar-brand {
    padding-top: 10px;
    width: 66%;
  }

  .main_header_area .header_menu .navbar .navbar-brand img {
    display: none;
  }

  .main_header_area .header_menu .navbar .navbar-brand img + img {
    display: block;
  }

  .main_header_area .header_menu .navbar .navbar_supported {
    float: none;
    padding: 0;
    padding-bottom: 10px;
  }

  .menu1 {
    float: none !important;
  }

  .main_header_area.navbar_fixed .header_menu .navbar .navbar-brand {
    float: none !important;
  }

  /* .main_header_area .header_menu .navbar .navbar-nav {
    margin: 0;
    margin-top: 2px;
    border: 1px solid rgba(225, 225, 225, 0.2);
    max-height: 335px;
    overflow-y: auto;
    padding-left: 0 !important;
  } */

  .main_header_area .header_menu .navbar .navbar-nav li {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }

  .main_header_area .header_menu .navbar .navbar-nav li:last-child {
    border: 0;
  }

  .main_header_area .header_menu .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px !important;
  }

  .main_header_area .header_menu .navbar .navbar-nav li a:after {
    display: none;
  }

  .main_header_area .header_menu .navbar .navbar-nav li .theme_btn {
    margin: 0 !important;
    border-radius: 0;
  }

  .main_header_area .header_menu .navbar .navbar-nav li.dropdown {
    position: relative;
  }

  .main_header_area .header_menu .navbar .navbar-nav li.dropdown:after {
    content: "\f103";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: var(--white);
  }

  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px solid rgba(225, 225, 225, 0.2);
  }

  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu:before {
    display: none;
  }

  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    a {
    border: 0;
    color: #555454;
    font-size: 16px;
  }

  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    a:hover {
    border: 0;
    color: var(--light_blue) !important;
    font-size: 16px;
  }

  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    a:hover,
  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    a:focus,
  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu
    li
    a.active {
    color: var(--white);
    border: 0;
  }

  .main_header_area
    .header_menu
    .navbar
    .navbar-nav
    li.dropdown
    .dropdown-menu
    .dropdown:after {
    display: none;
  }

  .footer_area .footer_inner .footer_logo .footer_social li {
    margin-right: 20px;
  }

  .achieve_product_area .achieve_inner .theme_btn {
    float: none;
    margin-top: 30px;
  }

  .card_area .potential {
    max-width: 270px;
    margin: 0 auto 30px;
  }

  .getting_loan_area .loan-card {
    padding-left: 15px;
    padding-bottom: 80px;
    padding-top: 30px;
  }

  .getting_loan_area .loan-card img {
    max-width: 100%;
  }

  .amigosanfra .tittle .theme_btn {
    float: none;
    margin-top: 30px;
  }

  .services_details {
    padding-top: 100px;
  }

  .services_details h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .services_details h2 .theme_btn {
    float: none;
    margin-top: 20px;
    display: block;
    width: 175px;
  }

  .services_details .features_b h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog_rightsidebar {
    padding-top: 80px;
  }

  .contact_info .info {
    margin-bottom: 30px;
  }

  .contact_info {
    padding: 250px 0 130px;
  }

  .card_area .card_container2 h6 {
    padding: 16px 7px !important;
    height: 9em !important;
  }
}

@media (max-width: 817px) {
  .text-banner {
    font-size: 29px;
    max-width: 15em;
    border-radius: 7px;
  }
}

@media (max-width: 781px) {
  .header_top_area {
    padding: 10px 0;
    position: relative;
  }

  .contact_info .info {
    padding-top: 20px;
  }

  .card-amigosanfra:hover {
    background: var(--black);
  }

  .ahorro_title_icon {
    text-align: start;
  }

  .preguntas-area-sec1 {
    padding: 134px 0 130px !important;
  }

  .achieve_product_area .image1 {
    min-height: 13em;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .footer_area .footer_inner .footer_widget h4 {
    font: 700 15px/0 "omnes";
    color: var(--white);
    padding-bottom: 14px;
    text-transform: uppercase;
    padding-top: 0px;
  }

  .pago-servicios_image2 {
    width: 100%;
    max-width: 43em;
    margin: 27px 0;
  }

  .card-amigosanfra .text-banner-icon {
    width: 50px;
  }

  .formulario {
    padding: 139px 0 130px;
  }

  .tittle h2 span {
    font-size: 22px !important;
    line-height: 20px;
  }

  .pago-servicios-subtext {
    margin-top: 3px;
  }

  .card-amigosanfra a {
    font-size: 20px;
  }

  .card-amigosanfra label {
    font-size: 15px;
  }

  .card-amigosanfra {
    background: #000000a8;
    border-radius: 5px;
    min-height: 0;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 5px;
  }

  .card-pago-servicios-border {
    border-right: 2px solid var(--blue);
    border-top: 2px solid var(--blue);
  }

  .card-preguntas {
    background: transparent;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
  }

  .formulario iframe {
    width: 100%;
  }

  .contact_info {
    padding: 70px 0 30px;
  }

  /* .container-tengotodo {
    margin-top: -35px;
  } */

  /* .image-product {
    height: 15em;
  } */

  .text-banner-height {
    height: 100px;
  }

  .text-banner-container2 .text-banner {
    background: rgb(--boton);
    font-weight: 500;
    border-radius: 7px;
    width: 100%;
    line-height: 42px;
    font-size: 21px;
  }

  .text-banner-container .text-banner {
    background: var(--lavender);
    font-weight: 500;
    border-radius: 40px;
    width: 100%;
    line-height: 56px;
    font-size: 22px;
  }

  .text-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 31px;
    position: relative;
    top: -41px;
  }

  .text-banner-subtitle-services {
    line-height: 13px;
  }

  .rev_sliders {
    height: 457px !important;
  }

  .main_slider_area {
    height: 457px !important;
    margin-top: 53px;
  }

  .principal-banner {
    visibility: hidden;
  }

  .principal-banner-cel {
    visibility: visible;
    background: url(../images/principal/banner-principal-cel.webp) no-repeat
      center;
    height: 484px;
    top: 105px;
  }

  .inversion-banner {
    visibility: hidden;
  }

  .inversion-banner-cel {
    visibility: visible !important;
    background: url(../images/ahorro/banner4-cel.webp) no-repeat center !important;
    height: 484px;
    top: 115px;
  }

  .tarjeta-banner {
    visibility: hidden;
  }

  .tarjeta-banner-cel {
    visibility: visible !important;
    background: url(../images/tarjeta/banner6.webp) no-repeat center !important;
    height: 484px;
    top: 115px;
  }

  .servicios-banner {
    visibility: hidden;
  }

  .servicios-banner-cel {
    visibility: visible !important;
    background: url(../images/servicios/banner-cel.webp) no-repeat center !important;
    height: 484px;
    top: 115px;
  }

  .historia-banner {
    top: 140px;
  }

  .banner_area {
    height: 457px;
    top: 105px;
  }

  .ahorro-banner {
    visibility: hidden;
  }

  .ahorro-banner-cel {
    visibility: visible;
    background: url(../images/ahorro/banner3-cel.webp) no-repeat center;
    height: 484px;
    top: 115px;
  }

  .servicios-banner2 {
    height: 457px;
    top: 115px;
  }

  .politicas-banner {
    height: 457px;
    top: 115px;
  }

  .encuentranos-banner {
    top: 115px;
    height: 550px;
  }

  .bar-blue2 {
    margin-top: 116px;
  }

  .text-banner-container2 {
    margin: 6em 1em;
  }

  .text-banner-container {
    margin: 6em 1em;
  }

  .tengotodo {
    display: none;
  }

  .area-fondo {
    z-index: 1;
    margin-top: -41px;
  }

  .img-style {
    margin-right: 0px;
    padding: 0;
    margin-bottom: 24px;
  }

  .nav-bar-image2 {
    width: 8em;
    margin-left: 3%;
  }

  .image-camiseta {
    width: 123%;
    margin-bottom: 33px;
    margin-left: -92px;
  }

  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 20em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .promotion_img_container {
    margin: auto;
    text-align: center;
    max-width: 19em;
  }

  .flip-card-inner {
    position: relative;
    width: 20em;
    height: 72%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    margin: auto;
  }

  .flip-card {
    perspective: 1000px;
    height: 24em;
  }

  .container-top {
    width: 100%;
    /* padding: 0 15px 0 15px; */
    margin: auto;
    /* max-height: 101px; */
  }

  .img-heart {
    text-align: center;
  }

  .nav-bar-image {
    width: 27%;
    min-width: 10em;
  }

  .header_top_area .top_menu li a,
  .header_top_area .right_menu li a {
    line-height: 30px;
  }

  .header_top_area .top_menu li .number,
  .header_top_area .right_menu li .number {
    line-height: 30px;
  }

  .header_top_area .top_menu li .number small,
  .header_top_area .right_menu li .number small {
    line-height: 30px;
  }

  .header_top_area .top_menu .right_nav,
  .header_top_area .right_menu .right_nav {
    float: none;
    padding-top: 10px;
  }

  .header_top_area .top_menu .right_nav li.dropdown,
  .header_top_area .right_menu .right_nav li.dropdown {
    padding-right: 0;
  }

  .header_top_area .top_menu .right_nav li.dropdown .dropdown-menu,
  .header_top_area .right_menu .right_nav li.dropdown .dropdown-menu {
    left: 20px !important;
  }

  .ahorro-card {
    left: 0;
    top: 7.5px;
  }

  .card_area .potential .ptl_containt h6 {
    text-align: justify;
    padding: 22px 7px;
    height: 7em;
  }

  .tittle h2 {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .card_area {
    padding-top: 80px;
  }

  .get_started_area h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .get_started_area p {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .amigosanfra {
    padding-bottom: 20px;
  }

  .amigosanfra .latest_news {
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .card-preguntas {
    border-radius: 5px;
    padding: 18px;
    cursor: pointer;
    background: #c1c1d599;
    margin-bottom: 5px;
  }

  .card-preguntas a {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
    line-height: 29px;
    margin-top: 0;
  }

  .card-preguntas-border-ri {
    border-right: 0px;
  }

  .banner_area h2 {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 10px;
  }

  .banner_area h2:after {
    width: 100px;
  }

  .nosotros .step_m {
    display: block;
    border-radius: 0 10px 28px 10px;
  }

  .nosotros .step_m .media-body {
    padding-left: 0;
    padding-top: 30px;
  }

  .testimonial_pages {
    padding-bottom: 50px;
  }

  .team_area {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .team_area .conversation .item {
    max-width: 370px;
    margin: 0 auto 40px;
    width: auto;
  }

  .nosotros h4 {
    line-height: 30px;
    font-size: 16px;
  }

  .nosotros h3 {
    line-height: 30px;
    font-size: 14px;
  }

  #faq #faq-list a {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 28px;
  }

  .ahorro_title {
    font-size: 34px;
    line-height: 13px;
  }

  .ahorro_subtitle {
    font-size: 36px;
  }

  .ahorro_title_white {
    font-size: 34px;
    line-height: 13px;
  }

  .ahorro-tittle h3 {
    font: 600 23px/27px "omnes";
  }

  .achieve-amigosanfra {
    margin: 20px auto 11px auto;
  }

  .pagoservicios-container {
    margin: 0 0;
    padding: 0;
  }

  .input-search .nav-link {
    margin-top: -47px;
  }

  .input-search .dropdown-menu {
    margin: 0.125rem 7em 0;
  }
}

#yt-video {
  width: 100%;
  height: 500px;
}

.video-yt {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .main_slider_area #main_slider .get_started_btn .theme_btn {
    min-width: 130px;
    line-height: 40px !important;
    font-size: 14px;
  }

  .promotion_area {
    visibility: hidden;
  }

  .promotion_area-cel {
    visibility: visible !important;
    background: url(../images/promociones/fondo2-cel.webp) no-repeat center !important;
    height: 484px;
    top: 115px;
  }

  .mapa {
    visibility: hidden;
  }

  .mapa-cel {
    visibility: visible;
  }

  .image-camiseta {
    width: 129%;
    margin-bottom: 33px;
    margin-left: -63px;
  }

  .text-banner {
    background: var(#318fe4);
    font-weight: 500;
    border-radius: 7px;
    width: 100%;
    line-height: 65px;
    font-size: 24px;
    min-width: 100%;
  }

  .bar-blue2 {
    margin-top: 115px;
  }

  /* .image-product {
    height: 12em;
  } */

  .encuentranos-container {
    margin: 1em 0;
  }

  .image-socio {
    width: 17em;
  }

  .achieve_product_area {
    padding-bottom: 80px;
  }

  .banner_area h2 {
    font-size: 25px;
    line-height: 35px;
  }

  #convenio {
    background: url(../images/servicios/covenios2.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }

  .container-top {
    width: 100%;
    /* padding-right: 13px; */
    margin: auto;
  }

  .banner_area {
    height: 300px;
    top: 105px;
  }

  .servicios-banner2 {
    height: 300px;
    top: 115px;
  }

  .politicas-banner {
    height: 300px;
    top: 115px;
  }

  /* .tengotodo {
    width: 48px;
  } */

  .text-banner-title2 {
    font-size: 24px;
    padding: 0px;
    margin: 0;
  }

  .text-banner-subtitle2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-banner-height {
    height: 94px;
  }

  .text-banner-container .text-banner-subtitle {
    font-size: 13px;
    font-weight: 500;
    top: -36px;
    margin-left: 4%;
  }

  .text-banner-container2 .text-banner-subtitle {
    font-size: 13px;
    font-weight: 500;
    top: -27px;
    margin-left: 4%;
  }
}

@media (max-width: 400px) {
  .main_header_area {
    top: auto;
  }
}

@media (max-width: 360px) {
  .header_top_area .right_menu .right_nav li.dropdown {
    padding-left: 20px;
  }

  .image-camiseta {
    width: 129%;
    margin-bottom: 33px;
    margin-left: -47px;
  }
}

.active-location {
  background-color: #aaaaaa40;
}

.dropdown-menu {
  display: none !important;
  position: absolute !important;
  z-index: 1000 !important;
}

.dropdown-menu.show {
  display: block !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--lavender) !important;
}

select.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #999;
  border-radius: 6px;
  font-size: 16px;
  transition: border 0.2s ease-in-out;
}

select.form-control:focus {
  border-color: #5a32e6;
  outline: none;
  box-shadow: 0 0 5px rgba(90, 50, 230, 0.4);
}

/* --- ANIMACIÓN DE DROPDOWN BONITA --- */

/* Animación SOLO en escritorio */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block !important;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  .navbar .dropdown-menu {
    display: block !important; /* Siempre visible, pero oculto visualmente */
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 300ms ease;
    pointer-events: none;
  }

  /* AL HACER HOVER: aparece con animación */
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  /* Hover suave y bonito en items del dropdown */
  .dropdown-menu .dropdown-item {
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 4px;
  }

  /* Hover personalizado */
  .dropdown-menu .dropdown-item:hover {
    background-color: var(--lavender);
    color: var(--black);
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
}
