/*********************************
		fonts.css
*********************************/
@font-face {
  font-family: 'BentonBold';
  src: url("../fonts/BentonSansBBVA-Bold/BentonSansBBVA-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'BentonBook';
  src: url("../fonts/BentonSansBBVA-Book/BentonSansBBVA-Book.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BentonBookItalic';
  src: url("../fonts/BentonSansBBVA-BookItalic/BentonSansBBVA-BookItalic.ttf");
}

@font-face {
  font-family: 'BentonMedium';
  src: url("../fonts/BentonSansBBVA-Medium/BentonSansBBVA-Medium.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'BentonMediumItalic';
  src: url("../fonts/BentonSansBBVA-MediumItalic/BentonSansBBVA-MediumItalic.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'BentonLight';
  src: url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.eot");
  src: url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.woff2") format("woff2"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.woff") format("woff"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.otf") format("opentype"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.svg#DroidSerif-BoldItalic") format("svg"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposHeadline-Bold';
  src: url("../fonts/TiemposHeadline/TiemposHeadline-Bold.ttf");
  src: url("../fonts/TiemposHeadline/tiempos-headline-bold.woff2") format("wof2"), url("../fonts/TiemposHeadline/TiemposHeadline-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposHeadline-BoldItalic';
  src: url("../fonts/TiemposHeadline/TiemposHeadline-BoldItalic.ttf");
  src: url("../fonts/TiemposHeadline/tiempos-headline-bold-italic.woff2") format("wof2"), url("../fonts/TiemposHeadline/TiemposHeadline-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposRegular';
  src: url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.eot");
  src: url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.woff2") format("woff2"), url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.woff") format("woff"), url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposRegularItalic';
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot");
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff2") format("woff2"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff") format("woff"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TexGyreAdventorRegular';
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot");
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff2") format("woff2"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff") format("woff"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "bbva-icons-spherica";
  src:
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.ttf") format("truetype"),
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.woff") format("woff"),
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.woff2") format("woff2"),
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "bbva-icons-spherica" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}

[class^=spherica]:before,
[class*=" spherica"]:before {
  font-family: "bbva-icons-spherica" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/***********************************/

/* ICONS */
.icon-24 {
  font-size: 24px;
}

.icon-16 {
  font-size: 16px;
}

.icon-pointer {
  cursor: pointer;
}

/* hidden */
i.hidden-icon,
i.hidden-icon {
  display: none;
}

i.invisible-icon,
i.invisible-icon {
  visibility: hidden;
}

.icon-electric-blue {
  color: var(--bbva-electric-blue);
}

.icon-electric-blue.disabled {
  opacity: 40%;
}

.icon-midnight-blue {
  color: var(--bbva-midnight-blue);
}

.spherica-document:before {
  content: "\f18e";
}

.spherica-pdf:before {
  content: "\f268";
}

.spherica-unfold:before {
  content: "\f30c";
}

.spherica-fold:before {
  content: "\f1be";
}

.spherica-back-mini:before {
  content: "\f11b";
}

.spherica-back:before {
  content: "\f11c";
}

.spherica-next-mini:before {
  content: "\f249";
}

.spherica-next:before {
  content: "\f24a";
}

.spherica-checkmark:before {
  content: "\f15c";
}

.spherica-close-mini:before {
  content: "\f33a";
}

.spherica-close:before {
  content: "\f163";
}

.spherica-down-arrow:before {
  content: "\f192";
}

.spherica-up-arrow:before {
  content: "\f30f";
}

.spherica-document:before {
  content: "\f18e";
}

.spherica-bullet-1:before {
  content: "\f13f";
}

.spherica-info:before {
  content:  "\f1ef";
}

.spherica-calendar:before {
  content: "\f147";
}

.spherica-back:before {
  content: "\f11c";
}

.spherica-next:before {
  content: "\f24a";
}

.spherica-up:before {
  content: "\f311";
}

.spherica-menu:before {
  content: "\f22b";
}

.spherica-expand:before {
  content: "\f1a9";
}

.spherica-collapse:before {
  content: "\f166";
}

.spherica-email:before {
  content: "\f1a0";
}

.spherica-simulator:before {
  content: "\f2cd";
}

/***********************************/
.spherica-spinner {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-image: url('.././images/spherica-icons/spinner_dark-glass.svg');
  background-size: cover;
}

/* Scroll UP */
.scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 5%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: var(--bbva-blue-light);
  text-align: center;
  border-radius: 0.5rem;
  border: none;
  z-index: 9999;
}

/***********************************/
.spherica-logo {
  width: 178px;
  height: 64px;
  min-width: 178px;
  background-image: url('../images/logocib.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.spherica-logo-footer {
  width: 180px;
  height: 66px;
  background-image: url('../images/logocib.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/***********************************/

:root {
  --bbva-midnight-blue   : #070e46;
  --bbva-electric-blue   : #001391;
  --bbva-royal-blue-dark : #2165ca;
  --bbva-royal-blue      : #0c6dff;
  --bbva-serene-dark-blue: #53a9ef;
  --bbva-serene-blue     : #85c8ff;
  --bbva-blue-light      : #d6e9f8;

  --bbva-black-1000: #000519;
  --bbva-grey-900  : #11192d;
  --bbva-grey-800  : #222c42;
  --bbva-grey-700  : #334056;
  --bbva-grey-600  : #46536d;
  --bbva-grey-500  : #adb8c2;
  --bbva-grey-400  : #cad1d8;
  --bbva-grey-300  : #e2e6ea;
  --bbva-grey-200  : #f7f8f8;
  --bbva-white-100 : #ffffff;

  --bbva-mandarin: #ffb56b;
  --bbva-canary  : #ffe761;
  --bbva-lime    : #88e783;
  --bbva-ice     : #8be1e9;
  --bbva-purple  : #9694ff;

  --bbva-red-dark   : #c30a0a;
  --bbva-red        : #ff5252;
  --bbva-red-light  : #ffe9e5;
  --bbva-ocre-darker: #906401;
  --bbva-ocre-dark  : #b98409;
  --bbva-ocre       : #ffc553;
  --bbva-ocre-light : #fff5e5;
  --bbva-green-dark : #024700;
  --bbva-green      : #9ce67e;
  --bbva-green-light: #ebfff0;
  --bbva-aqua-darker: #0b6870;
  --bbva-aqua-dark  : #118c97;
  --bbva-aqua       : #8be1e9;
  --bbva-aqua-light : #e0fcff;

  /* Select - arrow down icon - datepicker */
  --unfold-svg: url(../../images/spherica-icons/unfold-spherica.svg);
}

/* GENERICS */
body {
  background-color: var(--bbva-grey-200);
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.card {
  border: 0;
  border-radius: 16px;
  background: var(--bbva-white-100);
}

.cib-card-resposive {
  overflow-x: auto;
}

.container {
  flex-wrap: wrap;
}

.cib-nowrap {
  white-space: nowrap;
}

a {
  color: var(--bbva-electric-blue);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--bbva-midnight-blue);
  text-decoration: underline;
}

/* GENERICS */

/* breadcrumb Navegation */
.breadcrumb-item+.breadcrumb-item::before {
  font-family: "bbva-icons-spherica" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f249";
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.cib-timestamp-divider {
  padding-left: 16px;
  padding-right: 10px;
}

.cib-breadcrumb-link {
  font-family: 'BentonMedium', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--bbva-midnight-blue);
}

.cib-breadcrumb-active {
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--bbva-midnight-blue);
}

.cib-breadcrumb-update-text {
  font-family: 'BentonLight', sans-serif;
  font-weight: 350;
  font-size: 15px;
  line-height: 24px;
  color: var(--bbva-midnight-blue);
  height: 24px;
  display: flex;
  align-items: center;
}

@media (max-width: 920px) and (min-width: 768px) {
  header .container-xxl {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .cib-buttons-group {
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
  }
  .cib-buttons-group > div {
    margin-right: 0;
  }
  .cib-only-documents {
    margin-top: 16px;
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  .cib-buttons-group {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 16px;
  }
  .cib-buttons-group .custom-btn-white {
    font-size: 1rem;
    padding: 8px 16px;
  }
  .cib-buttons-group .cib-btn-documents {
    padding: 8px 16px;
    font-size: 0;
    width: auto;
    min-width: unset;
  }
  .cib-buttons-group .cib-btn-documents .btn-label {
    display: none;
  }
  .cib-buttons-group .cib-btn-documents i {
    font-size: 20px;
    margin: 0 4px;
  }
  nav[aria-label="breadcrumb"] {
    margin-bottom: 16px;
  }
  .cib-only-documents {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
  }
}

/****************************/

/* TITLES */
.cib-title-h1 {
  width: 100%;
  height: auto;
  color: var(--bbva-midnight-blue);
  font-family: "TiemposHeadline-Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  margin: 0;
}

.cib-title-h2 {
  width: 100%;
  height: auto;
  color: var(--bbva-midnight-blue);
  font-family: "TiemposHeadline-Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0;
}

.cib-title-h3 {
  color: var(--bbva-midnight-blue);
  font-family: "BentonMedium";
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  align-self: stretch;
  padding-top: 24px;
  padding-right: 24px;
  margin-bottom: 0;  
}

.cib-title-h3-footer {
  color: var(--bbva-midnight-blue);
  font-family: "BentonMedium";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;  
}

.cib-title-h4 {
  color: var(--bbva-midnight-blue);
  font-family: "BentonMedium";
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  align-self: stretch;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 0;  
}

.cib-title-h4-footer {
  color: var(--bbva-midnight-blue);
  font-family: "BentonMedium";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 24px;
}

/* PARAGRAPHS */
.cib-container-p-all {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: var(--bbva-midnight-blue);
  padding-left: 24px;
  padding-right: 24px;
}

/* Buttons */
.custom-btn-blue {
  border-radius: 8px;
  background-color: var(--bbva-electric-blue);
  color: var(--bbva-white-100);
  border: 0;
  font-family: 'BentonMedium', sans-serif;
  font-size: 16px;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-btn-blue:hover {
  background-color: var(--bbva-electric-blue);
  color: var(--bbva-white-100);
}

.custom-btn-blue.selected {
  background-color:  var(--bbva-grey-200) !important;
  color: var(--bbva-electric-blue)  !important;
}

/********************/
.custom-btn-grey {
  border-radius: 8px;
  background-color: var(--bbva-grey-200);
  border: 0;
  color: var(--bbva-electric-blue);
  font-family: "BentonMedium";
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-btn-grey:hover {
  background-color: var(--bbva-grey-200);
  color: var(--bbva-midnight-blue);
}

.custom-btn-grey:active {
  color: var(--bbva-midnight-blue);
}

.custom-btn-grey.selected {
  background-color: var(--bbva-electric-blue) !important;
  color: var(--bbva-white-100) !important;
}

/********************/
.custom-btn-white {
  border-radius: 8px;
  background-color: var(--bbva-white-100);
  color: var(--bbva-electric-blue);
  border: 0;
  font-family: 'BentonMedium', sans-serif;
  font-size: 16px;  
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-btn-white:hover {
  color: var(--bbva-midnight-blue);
}

.custom-btn-white:active {
  color: var(--bbva-midnight-blue);
}

.cib-btn-h56 {
  height: 56px;
}

/********************/
/* Width */ 
.cib-w-5 {
    width: 5%;
}
.cib-w-8 {
  width: 8%;
}
.cib-w-10 {
    width: 10%;
}
.cib-w-15 {
    width: 15%;
}
.cib-w-20 {
    width: 20%;
}
.cib-w-25 {
    width: 25%;
}
.cib-w-30 {
    width: 30%;
}
.cib-w-35 {
  width: 35%;
}
.cib-w-44 {
  width: 44%;
}

.cib-text-green {
  color: var(--bbva-green-dark) !important;
}

.cib-text-red {
  color: var(--bbva-red ) !important
}

.cib-text-ellipsis {    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cib-mb-containers {
  margin-bottom: 32px;
}

/********************/
/* HEADER */
.cib-header {
  height: auto;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(18, 18, 18, 0.04), 
              0px 1px 3px 0px rgba(39, 41, 45, 0.02);
  margin-left: 24px;
  margin-right: 24px;
}
.cib-custom-nav .nav-link{
  padding: 8px 0;
  text-align: center;
  white-space: nowrap;
  font-family: "BentonMedium";
  font-size: 15px;
  /* font-weight: 500; */
  line-height: 24px;
  color: var(--bbva-electric-blue);
  text-decoration: none;
}
.cib-custom-nav .nav-link:active {
  color: var(--bbva-midnight-blue);
  border-bottom: 1px solid var(--bbva-midnight-blue);
  padding-bottom: 6px;
}
.cib-custom-nav .nav-link:hover {
  color: var(--bbva-midnight-blue);
  /* border-bottom: 1px solid transparent; */
}
.cib-custom-nav .nav-item + .nav-item {
  margin-left: 40px;
}
.cib-custom-header-text {
  color: var(--bbva-midnight-blue);
  text-align: left;
  font-family: "BentonMedium";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cib-link-active {
  font-family: "BentonBook" !important;
  font-weight: 600 !important;
}
.cib-link-inactive {
  font-family: "BentonBook" !important;
  font-weight: 400 !important;
}

/* HEADER MENU pantallas medianas y pequeñas */
.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background-color: var(--bbva-grey-200);
  border: none;
}
.cib-menu-mq {
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  padding: 0;
}
.cib-menu-mq .cib-menu-label {
  font-family: "BentonMedium";
  font-size: 13px;
  color: var(--bbva-electric-blue);
}
.cib-menu-mq.active .icon-circle {
  background-color: var(--bbva-white-100);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-style {
   border-radius: 8px;
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
   margin-top: 8px;
   padding: 12px 16px;
   width: 100%;
}

.cib-language-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cib-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "BentonMedium";
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: var(--bbva-electric-blue);
  background: none;
  border: none;
}
.cib-language-toggle i {
  display: inline;
  font-size: 24px;
  line-height: 0;
  vertical-align: middle;
}
.cib-language-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: var(--bbva-white-100);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
  padding: 8px 0;
  margin: 4px 0 0 0;
  z-index: 1000;
}
.cib-language-menu li a {
  display: block;
  padding: 8px 16px;
  font-family: "BentonMedium";
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: var(--bbva-electric-blue);
  text-decoration: none;
}
.cib-language-menu li a:hover {
  background-color: var(--bbva-grey-200);
}

/* RESPONSIVE HEADER - tablets */
@media (max-width: 991px) {
  .cib-custom-nav {
    display: none;
    flex-direction: column;
    background-color: var(--bbva-white-100);
    padding: 10px 0;
  }
  .cib-custom-nav.show {
    display: flex;
  }
  .cib-menu-mq {
    display: flex;
  }
  .cib-custom-nav .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .cib-custom-header-text {
    text-align: center !important;
    font-size:  18px;
    font-weight: 500;
    width: 100%;
  }
  .col-3.d-flex.align-items-center {
    flex: 0 0 auto;
  }
}

/* RESPONSIVE HEADER - móviles */
@media (max-width: 768px) {
  .cib-header {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .cib-header .col-3 {
    flex: 0 0 auto;
    max-width: fit-content;
  }
  .cib-header .col-3:last-child {
    margin-left: auto;
  }
  .icon-circle {
    background-color: var(--bbva-white-100) !important;
  }
  .cib-custom-header-text {
    font-size: 16px;
  }
  .cib-menu-mq .cib-menu-label {
    font-size: 12px;
  }
  .dropdown-style {
    padding: 10px;
  }
  .cib-custom-nav .nav-link {
    font-size: 14px;
  }
  .cib-custom-header-text.text-center {
    display: none;
  }
}

@media (max-width: 1399px) {
  .cib-header {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 1085px) and (min-width: 991px) {
  .cib-custom-header-text {
      min-width: 200px;
      white-space: nowrap;
      text-align: right;
  }
}


/* Estilos menú desplegable tablet + móvil */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#mobileMenu {
  display: none;
  flex-direction: column;
  background-color: var(--bbva-grey-200);
  border-radius: 16px;
  gap: 12px;
  padding: 0;
  box-shadow: none !important;
}
#mobileMenu.show {
  display: flex;
}
#mobileMenu .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-color: var(--bbva-white-100);
  border-radius: 16px;
  padding: 16px;
  font-family: "BentonMedium";
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: var(--bbva-electric-blue);
  width: 100%;
}
#mobileMenu .nav-link:hover {
  color: var(--bbva-midnight-blue);
  background-color: var(--bbva-white-100);
}

/********************/
/* FOOTER */
.cib-footer-radius {  
  border-radius: 16px !important;
}

.cib-footer-bg {
  background: var(--bbva-electric-blue) !important;
}

.cib-footer {
  background: var(--bbva-electric-blue) !important;
  margin-left: 24px;
  margin-right: 24px;
}
.cib-footer-link {
  padding-top: 56px;
}
.cib-text-footer {
  color: var(--bbva-serene-blue);
  font-family: "BentonMedium";
  font-size: 15px;
  text-decoration: none;
}
.cib-text-footer:hover,
.cib-text-footer:active {
  color: var(--bbva-blue-light);
  text-decoration: none;
}
.cib-footerCopy {
  width: 100%;
  height: 16px;
  margin-top: 56px;
}
.cib-text-footerCopy {
  color: var(--bbva-white-100);
  font-family: "BentonBook";
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 40px;
}

/* RESPONSIVE FOOTER - tablets */
@media (max-width: 991px) {
  .cib-footer-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cib-footer .row {
    margin: 0 !important;
    text-align: center;
    justify-content: center;
  }
  .cib-footer .align-items-center {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-top: 48px;
  }
  .cib-footer-link {
    flex-direction: column !important;
    align-items: center;
    padding-top: 24px;
    gap: 12px;
  }
  .cib-text-footer {
    color: var(--bbva-serene-blue) !important;
    margin: 4px 0;
    width: 100%;
  }
  .cib-footerCopy {
    margin-top: 32px;
    text-align: center;
    justify-content: center !important;
    width: 100%;
    margin-bottom: 48px;
  }
  .spherica-logo-footer::after {
    display: block;
    color: var(--bbva-white-100);
    font-family: "BentonMedium";
    font-size: 16px;
    margin-top: 8px;
  }  
}

@media (max-width: 1399px) {
  .cib-footer {
    margin-left: 12px;
    margin-right: 12px;
  }
}