/* -------------------------------- 

Primary style
Autor: dosbarras.com

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  background-color: #2e3233;
}

body {
  font-size: 1rem;
  font-family: sans-serif;
  color: #2e3233;
  background-color: #2e3233;
  font-family: 'Roboto', sans-serif;
}

.modal-open {
  padding-right: 0px !important;
}

a:focus, a:hover {
  color: #12628A;
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
  font-weight: 700;
}

i, cite, em, var, address, dfn {
  font-style: italic;
}

.font-tasas {
  font-size: 2rem;
}

.font-x2 {
  font-size: 1.2rem;
}

.boton-red-social {
  display: block;
  padding: 0 15px !important;
  border-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  html {
    background-color: #FFF;
  }

  body {
    background-color: #FFF;
  }
}

@media only screen and (max-width: 1199px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

a {
  color: #12628A;
  text-decoration: none;
}

img {
  /* make images responsive */
  max-width: 100%;
}

.fix-banking {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btn-dowload {
  display: block;
  width: 140px;
  height: 25px;
  background: #FFF;
  text-transform: uppercase;
  color: #4E4E4E;
  font-size: 1.4rem;
  padding-top: 4px;
  padding-left: 10px;
  margin: 20px 0;
  box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 0.5);
}

.btn-dowload i {
  float: left;
}

.btn-dowload a {
  text-transform: uppercase;
  float: left;
  font-family: arial;
  font-weight: 100;
  font-size: 0.8rem;
  color: #4E4E4E;
  margin-left: 7px;
  margin-top: 4px;
}

.btn-dowload a:hover {
  color: #4E4E4E;
}

.pos-btn-dow {
  position: relative;
  margin: 20px 0 40px 0;
}

.btn-cv {
  display: block;
  float: right;
  width: 90px;
  height: 25px;
  background: #FFF;
  text-transform: uppercase;
  color: #12628A;
  font-size: 1rem;
  padding-top: 4px;
  padding-left: 10px;
  margin-top: -10px;
  box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 0.5);
}

.btn-cv i {
  float: left;
}

.btn-cv a {
  text-transform: uppercase;
  float: left;
  font-family: arial;
  font-weight: 100;
  font-size: 0.8rem;
  color: #12628A;
  margin-left: 7px;
  margin-top: -2px;
}

.btn-cv a:hover {
  color: #4E4E4E;
}

.btn-simulador {
  margin-top: 28px;
}


/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

  .pos-btn-dow {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: 0;
  }

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .pos-btn-dow {
    position: absolute;
    top: 10px;
  }

}

.btn-primary {
  color: #fff;
  background-color: #12628A;
  border-color: #12628A;
}

.btn-primary:hover {
  color: #fff;
  background-color: #A0B546;
  border-color: #A0B546;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #12628A;
  border-color: #A0B546;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #12628A;
  border-color: #A0B546;
}

.modal-title {
  position: absolute;
  font-size: 1.7rem;
  margin: 0;
  line-height: 1.5;
}

.modal-title span {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-left: 5px;
  font-weight: 700;

}

.close {
  font-size: 2rem;
}

.modal h6 {
  color: #12628A;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal p {
  font-size: 1rem;
  line-height: 1.2rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #2B596E;
}

.table .thead-br th {

  background-color: rgba(129, 51, 138, 0.15);
  border-color: #CACACA;
  border-top: 0;

}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #eceeef;
}

.table-hover tbody tr:hover {
  background-color: rgba(129, 51, 138, 0.075);
}

.text-center {
  text-align: center;
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 1200px) {
  .fix-banking {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

.vinculo-tri {
  display: block;
  color: #12628A;
  margin: 0 auto;
  padding: 4px 0;
  font-weight: 700;
  font-size: 1rem;
  clear: both;
  overflow: hidden;
}

.vinculo-tri span {
  float: left;
  padding-top: 4px;
}

.vinculo-tri span:hover {
  text-decoration: underline;
}

.vinculo-tri i {
  padding-left: 10px;
  float: left;
  color: #12628A;
  font-size: 1.5rem;
  padding-top: 1px;
}

.breadcrumb {
  margin: 20px 0;
  padding: 0.75rem 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.breadcrumb a {
  color: #2e3233;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #2e3233;
  content: ">";
}

.breadcrumb-item.active {
  color: #12628A;
}

.botonera-interna {
  padding: 0;
}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  .botonera-interna {
    padding: 0;
  }
}

.botonera-interna h3 {
  text-transform: uppercase;
  color: #12628A;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 0 15px 0;
  display: block;
  border-top: 10px solid #CBCBCB;
  padding-top: 20px;
}

.botonera-interna p {
  line-height: 1.5rem;
}

.botonera-interna a {
  color: #2e3233;
  line-height: 1.5rem;
}

.botonera-interna li:before {
  content: "» ";
  color: #12628A;
  font-weight: 700;
}

.botonera-interna li {
  margin: 5px 0;

}

.mapa .botonera-interna li {
  margin: 5px 0 0 10px;
}

.botonera-interna-segundo a {
  color: #12628A;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.botonera-interna-segundo li:before {
  content: "- ";
  color: #12628A;
  font-weight: 700;
}

.botonera-interna-segundo li {
  margin: 5px 0 5px 10px;

}

.info-interna {
  margin-top: 30px;
}

.item-principal:before {
  content: "● " !important;
  color: #3a3f40 !important;
  font-weight: 900;
}

.item-principal {
  margin: 5px 0 !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.item-secundario:before {
  content: "" !important;
  color: #3a3f40 !important;
  font-weight: 900;
}

.item-secundario {
  margin: 5px 0 !important;
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.item-secundario span {
  text-transform: lowercase;
}

.item-tres:before {
  content: "- " !important;
  color: #3a3f40 !important;
  font-weight: 900;
}

.mapa .botonera-interna ul {
  margin-bottom: 20px;
}

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .info-interna {
    margin-top: 0px;
    padding: 0 30px;
  }

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

}

.info-interna .nav-tabs {
  border-top: 1px solid #12628A;
  border-bottom: 0;
}

.info-interna .nav-tabs .nav-link {
  display: block;
  padding: 1em 0.5em;
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #F0EEEE;
  text-transform: uppercase;
  color: #2e3233;
  font-size: 0.8rem;
}

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

  .info-interna .nav-tabs .nav-link {
    padding: 0.5em 1em;
  }

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

}

.info-interna .nav-tabs .nav-link.active, .info-interna .nav-tabs .nav-link.active:focus, .info-interna .nav-tabs .nav-link.active:hover, .info-interna .nav-tabs .nav-item.open .nav-link, .info-interna .nav-tabs .nav-item.open .nav-link:focus, .info-interna .nav-tabs .nav-item.open .nav-link:hover {
  color: #12628A;
  background-color: #F0EEEE;
  font-weight: 700;
  border-color: transparent;
}


.botones-listas {
  list-style: none!important;
}
.botones-listas li{
  margin: 0 20px 20px 0;
}

.botones-listas a{
  display: block;
  color: #FFF;
  padding: 8px 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: #12628A;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.botones-listas a:hover{
  background: #3a3f40;
}


.info-interna .tab-pane {
  padding: 30px 0;
}

.titulo-h2 {
  color: #12628A;
  font-size: 1.3rem;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 20px;
}

.info-interna h1 {
  color: #12628A;
  font-size: 1.3rem;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 20px;
}

.info-interna h1 span {
  color: #4E4E4E;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
}

.info-interna h2 {
  color: #12628A;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.info-interna h3 {
  color: #666;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.info-interna h4 {
  color: #2e3233;
  margin: 10px 0 5px 0;
  font-weight: 600;
  text-align: left;
}

.info-interna h5 {
  color: #2e3233;
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin: 10px 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 40px;
  text-align: left;
}

.boton-vermas {
  margin: 10px 0;
  padding: 10px 40px;
  width: 71px;
  height: 28px;
  background: url(../../img/comun/boton-ver-mas.png) no-repeat;
  display: block;
  overflow: hidden;
  clear: both;
  text-indent: -55555555px;
  transition: all 0.5s;
}

.boton-vermas:hover {
  background: url(../../img/comun/boton-ver-mas-hover.png) no-repeat;
  transition: all 0.5s;
}

.info-interna > .pago-haberes h2 {
  color: #12628A;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 20px 0 10px 0;
}

.pago-haberes {
  padding-bottom: 40px;
}

.phaberes {
  display: block;
  background: #EDEDEF url(../../img/personas/home/bg-pago-haberes-2.png) no-repeat;
  height: 208px;
  width: 255px;
  margin: 0 auto;
  text-decoration: none;
  overflow: hidden;
}
.phaberes:hover,.phaberes:active, .phaberes:focus {
  text-decoration: none;
}

.phaberes-t1{
  text-transform: uppercase;
  margin: 110px 0 0 0;
  text-align: center;
  font-size: 1rem;
}

.phaberes-t2{
  font-size: 2.3rem;
  text-align: center;
  margin: 5px 0 0 0;
}

.phaberes-t3{
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 0 0;
}



/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .info-interna h5 {
    padding: 0 10px;
  }

  .boton-vermas {
    padding: 10px 10px;
  }

  .phaberes {
    background: #EDEDEF url(../../img/personas/home/bg-pago-haberes-1.png) no-repeat;
    height: 104px;
    width: auto;
  }

  .phaberes-t1{
    margin: 20px 0 0 170px;
    text-align: left;
    font-size: 1rem;
  }

  .phaberes-t2{
    font-size: 2.5rem;
    text-align: right;
    margin: -1px 15px 0 0;
  }

  .phaberes-t3{
    font-size: 1.2rem;
    text-align: right;
    margin: -1px 15px 0 0;
  }


}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  .phaberes-t1{
    margin: 15px 0 0 180px;
    text-align: left;
    font-size: 1.2rem;
  }

  .phaberes-t2{
    font-size: 3rem;
    text-align: right;
    margin: -1px 50px 0 0;
  }

  .phaberes-t3{
    font-size: 1.2rem;
    text-align: right;
    margin: -1px 50px 0 0;
  }

  .info-interna h5 {
    padding: 0 40px;
  }

  .boton-vermas {
    padding: 10px 50px;
  }
}

.info-interna p {
  line-height: 1.5rem;
  padding: 5px 0
}

.info-interna ol.alfa {
  font-size: 1rem;
  display: block;
  line-height: 1.5rem;
  list-style-type: lower-alpha;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
  color: #12628A;
}

.info-interna ol.num {
  font-size: 1rem;
  display: block;
  line-height: 1.5rem;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
  color: #12628A;
}

.info-interna ol {
  font-size: 1rem;
  display: block;
  line-height: 1.5rem;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
  color: #12628A;
}

.info-interna ol span {
  color: #2e3233;
  margin-left: 10px;
}

.lista-comun, .info-interna .tab-content ul, .info-interna .panel-body ul {
  font-size: 1rem;
  display: block;
  line-height: 1.5rem;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
  color: #12628A;
}

.info-interna .tab-content li:first-child, .info-interna .panel-body li:first-child {
  margin-top: -15px;
}

@-moz-document url-prefix() {
  .info-interna .tab-content li:first-child, .info-interna .panel-body li:first-child {
    margin-top: 2px;
  }
}

.lista-comun span, .info-interna .tab-content ul span, .info-interna .panel-body ul span {
  color: #2e3233;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------------- Acordion INTerno ---------- */

.panel, .panel-group {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #ABABAB;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-width: 0;
}

.panel-group > .panel:first-child .panel-heading {
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #FFF;
  border-radius: 0;
  border: none;
  color: #12628A;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #12628A;
  padding: 15px 30px 15px 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
}

.panel-title a:focus {
  text-decoration: none;
}

.panel-body {
  background: #fff;
  padding: 5px 20px;
}

.panel:last-child .panel-body {
  border-radius: 0;
}

.panel:last-child .panel-heading {

}

.panel:last-child .panel-heading.active {

}

/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: "\f054";
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 15px;
  font-size: 1.1rem;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 1.1rem;
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 15px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "\f078";
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\f078";
  font-size: 1.1rem;
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

/* ----------------------------------------------------------------------------- FIN Acordion INTerno ---------- */

input {
  font-family: sans-serif;
  font-size: 1rem;
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.br-shadow {
  box-shadow: 0px 6px 14px -8px rgba(0, 0, 0, 8);
  background: #2e3233;
}

.font-pfd {
  font-family: 'Playfair Display', serif;
}

.font-pfd-b-i {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
}

.br-b-info {
  color: #FFF;
  text-transform: uppercase;
  font-family: arial;
  padding: 5px 15px;
  font-weight: 800;
  font-size: 1rem;
  display: inline;
  background: #12628A;
}

.br-b-info:hover {
  color: #12628A;
  text-transform: uppercase;
  font-family: arial;
  padding: 5px 15px;
  font-weight: 800;
  font-size: 1rem;
  display: inline;
  background: #FFF;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

@media only screen and (max-width: 1199px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-content {
  background: #FFF;
  min-height: 500px;
  z-index: 2;
}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  /*    .cd-main-content {
          min-height: 100vh;
      }*/

}

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3;
}

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1200px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.br-nav-top {
  background: #2B596E;
  color: #FFF;
  margin-bottom: 16px;
  font-size: 0.85rem;
  overflow: auto;
  min-height: 30px;
}

.br-menu-lite {
  margin-top: 10px;
}

.br-nav-top li {
  border-right: 1px;
  border-color: #FFF;
  border-style: solid;
  padding: 0 10px 0 8px;
}

.br-nav-top li:last-child {
  border-right: 0px;
  padding: 0 20px 0 8px;
}

.br-nav-top .br-social li {
  border-right: 0px;
  padding: 0;
}

.br-nav-top li a {
  color: #FFF;
  display: block;
}

.br-nav-top .br-social li a {
  padding: 10px 5px;
}

.br-nav-top li a:hover {
  color: #EEE;
}

@media only screen and (min-width: 1200px) {
  .cd-main-header {
    height: 80px;
    box-shadow: inset 0 2px 0 #F2F2F2;
  }

  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

.cd-logo {
  position: absolute;
  top: 8px;
  left: 5%;
  width: 140px;
}
.cd-logo-grupo {
  position: absolute;
  top: 5px;
  left: 5%;
  width: 180px;
}


.cd-logo img, .cd-logo-grupo img {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .nav-on-left .cd-logo, .nav-on-left .cd-logo-grupo {
    left: auto;
    right: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .cd-logo {
    top: 15px;
    left: 1.5em;
    width: 205px;
  }
  .cd-logo-grupo {
    top: 18px;
    left: 1.5em;
    width: 210px;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}

.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }

  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .cd-header-buttons {
    top: 18px;
    right: 0em;
  }
}

.boton-personas {
  display: none;
}

.boton-empresa {
  display: none;
}

.boton-institucional {
  display: none;
}

.boton-banca-virtual {
  display: none;
}

.boton-centro-ayuda {
  display: none;
}

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 1199px) {
  .boton-personas {
    display: block;
    position: absolute;
    background: transparent;
    top: 30px;
    width: 85px;
    height: 20px;
    z-index: 2000;
  }

  .boton-empresa {
    display: block;
    position: absolute;
    background: transparent;
    top: 30px;
    width: 85px;
    height: 20px;
    z-index: 2000;
  }

  .boton-institucional {
    display: block;
    position: absolute;
    background: transparent;
    top: 30px;
    width: 118px;
    height: 20px;
    z-index: 2000;
  }

  .boton-banca-virtual {
    display: block;
    position: absolute;
    background: transparent;
    top: 30px;
    width: 118px;
    height: 20px;
    z-index: 2000;
  }

  .boton-centro-ayuda {
    display: block;
    position: absolute;
    background: transparent;
    top: 30px;
    width: 139px;
    height: 20px;
    z-index: 2000;
  }

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

}

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  /* lens */
  top: 13px;
  left: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 7px;
  background: #2e3233;
  bottom: 18px;
  right: 13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 20px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233;
}

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1200px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 1199px) {
  .cd-primary-nav a, .cd-primary-nav ul a {
    border-bottom: 0;
  }

}

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #12628A;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1rem;
  /* hide description on small devices */
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../../img/line-icon-1.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../../img/line-icon-2.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../../img/line-icon-3.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../../img/line-icon-4.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../../img/line-icon-5.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../../img/line-icon-6.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../../img/line-icon-7.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../../img/line-icon-8.svg");
}

@media only screen and (max-width: 1199px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }

  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width: 1200px) {
  .cd-primary-nav {
    position: static;
    padding: 0 50px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
  }

  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }

  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav > li {
    float: left;
    margin-left: 1.5em;
  }

  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    font-weight: 700;
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    overflow: visible;
    border-bottom: none;
    box-shadow: inset 0 0px 0 #12628A;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }

  /*                                                                            Botones con lineas superiores */
  .cd-primary-nav > li > a:hover {
    color: #12628A;
    /*    box-shadow: inset 0 2px 0 #12628A;*/
  }

  .cd-primary-nav > li > a.selected {
    color: #12628A;
    /*    box-shadow: inset 0 2px 0 #F2F2F2;*/
  }

  .cd-primary-nav > li > a.active {
    /*    color: #2e3233;*/
    box-shadow: inset 0 2px 0 #12628A;
  }

  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }

  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    width: 364px;
    background: rgba(255, 255, 255, 0.93);
    padding: 10px 20px 10px 30px;
    -webkit-box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.32);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }

  .nav-br-1 {
    left: 10px;
  }

  .nav-br-2 {
    left: 130px;
  }

  .nav-br-3 {
    left: 345px;
    width: 210px!important;
  }

  .nav-br-4 {
    right: 0px;
  }

  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }

  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }

  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }

  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }

  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: auto;
    /* here you set the number of columns - use width percentage */
    width: 95%;
    float: left;
    margin-right: 2%;
    /*    border-right: 1px solid #e2e3df;*/
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }

  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #12628A;
    margin-left: -8%;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  .link-base {
    margin-bottom: 0.8em;
  }

  .link-base a {
    color: #12628A !important;
    margin-left: -8%;
    font-weight: bold !important;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  .link-base a:hover {
    color: #2e3233 !important;
  }

  .nav-br-personas {
    margin-top: 0.9em !important;
    margin-bottom: 1.2em !important;
  }

  .nav-br-banca-virtual {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .cd-primary-nav .cd-secondary-nav a {
    height: 22px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 0 8%;
    color: #666;
    border-bottom: none;
    font-size: 1rem;
  }

  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #2e3233;
    text-decoration: none;

  }

  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: .8em;
  }

  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }

  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #12628A;
    font-weight: bold;
    padding: 0 .4em;
  }

  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }

  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #12628A;
    font-weight: bold;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-item > a {
  position: relative;
}

.has-item > a::before, .has-item > a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-item > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-item > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-item-br > a {
  position: relative;
}

.has-item-br > a::before {
  content: '\f101';
  font: normal normal normal 15px/1 FontAwesome;
  position: absolute;
  top: 20%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.has-item {
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 10px 0 2px 20px;
  color: #666;
}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  .has-item {
    margin: 10px 0 2px 0;
  }

}



@media only screen and (min-width: 1200px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }

  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #12628A;
  }

  .has-item > a::before, .has-item > a::after {
    background: #12628A;
    transition: 0.5s ease;
  }

  .has-item > a:hover::before, .has-item > a:hover::after {
    background: #c9cbc4;
    margin-left: 5px;
    transition: 0.5s ease;
  }

  .has-item-br > a::before {
    color: #A0B546;
    transition: 0.5s ease;
  }

  .has-item-br > a:hover::before {
    color: #c9cbc4;
    margin-left: 5px;
    transition: 0.5s ease;
  }

}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;

}

.has-item > a::before, .has-item > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
  display: none;
}

.has-item-br > a::before {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  display: none;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1200px) {

  .has-item > a::before, .has-item > a::after {
    display: initial;
  }

  .has-item-br > a::before {
    display: initial;
  }

  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  .has-item > a::before, .has-item > a::after {
    left: 0%;
  }

  .has-item-br > a::before {
    left: 0%;
  }

  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }

  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }

  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }

  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }

  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }

  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }

  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }

  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.br-search {
  border-radius: 0;
  border: none;
  background: #ffffff;

  border-top: 1px solid #e2e3df;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #B4B7AC;
}

.cd-search input::-moz-placeholder {
  color: #B4B7AC;
}

.cd-search input:-moz-placeholder {
  color: #B4B7AC;
}

.cd-search input:-ms-input-placeholder {
  color: #B4B7AC;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1200px) {
  .cd-search {
    height: 50px;
    top: 126px;
  }

  .cd-search input {
    padding: 0 1em;
    font-size: 1rem;
    font-weight: 300;
  }
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 80px;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 1199px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }

  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.men-br > a::before, .men-br > a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  margin-top: -1px !important;
  display: inline-block !important;
  height: 2px !important;
  width: 10px !important;
  background: #464c4e !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.men-br > a::before {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.men-br > a::after {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/* ----------------------------------------------------------------------------- SLIDER PRINCIPAL ----------- */

.br-sliders {
  margin-top: 50px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  margin-top: 100px;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, 0.8);
  width: 20px;
  height: 20px;
  font-family: arial;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  color: #12628A;
  text-shadow: none;
  opacity: 1;
}

.carousel-control:focus, .carousel-control:hover {
  color: #666;
  opacity: .9;
}

.carousel-inner > .bg-br-center, .carousel-inner > .bg-br-left, .carousel-inner > .bg-br-right {
  height: 300px;
  background-size: cover;
}

.carousel-inner > .bg-br-center {
  background-position: center center;
}

.carousel-inner > .bg-br-left {
  background-position: 30% 50%;
}

.carousel-inner > .bg-br-right {
  background-position: 72% 50%;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: auto;
  padding: 5px 15px;
  margin-left: 25%;
  text-align: center;
  list-style: none;
  bottom: 0;
  background: #FFF;
}

.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #A0B546;
  border: 0;
  border-radius: 20px;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 0;
  background-color: #12628A;
}

.carousel-inner > .carousel-item > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.vinculo-slider {
  position: relative;
  display: block;
  width: 80%;
  height: 85%;
  margin: 0 auto;
  background: transparent;
}

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

  .carousel-inner > .carousel-item > img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .carousel-inner > .bg-br-center, .carousel-inner > .bg-br-left, .carousel-inner > .bg-br-right {
    height: 320px;
    background-size: cover;
  }

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

  .carousel-control .icon-prev, .carousel-control .icon-next {
    margin-top: -20px;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
  }

  .carousel-inner > .bg-br-center, .carousel-inner > .bg-br-left, .carousel-inner > .bg-br-right {
    height: 300px;
    background-size: cover;
  }

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {
  .carousel-inner > .bg-br-center, .carousel-inner > .bg-br-left, .carousel-inner > .bg-br-right {
    height: 300px;
    background-size: cover;
  }

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {
  .br-sliders {
    margin-top: 0px;
  }

  .carousel-inner > .bg-br-center, .carousel-inner > .bg-br-left, .carousel-inner > .bg-br-right {
    height: 396px;
    background-size: cover;
  }
}

/* ----------------------------------------------------------------------------- Accesos Home Banking Personas ----------- */

.access-personas {
  position: relative;
  font-family: arial;
}

.access-hb, .access-hb-b, .access-e, .access-e-b {
  width: 50%;
  float: left;
  padding: 9px 15px 0 15px;
  font-weight: 600;
  overflow: hidden;
  height: 40px;
}

.access-hb {
  color: #FFF;
  background: #12628A;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-top: 16px
}

.access-hb-b {
  background: #CACACA;
}

.access-e {
  color: #FFF;
  background: #4E4E4E;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.access-e-b {
  background: #656565;
  padding: 9px 15px 0 15px;
}

.br-ingresar {
  display: block;
  width: 100%;
  background: #FFF;
  color: #12628A;
  margin: 0 auto;
  border: 1px solid #A3A3A3;
  padding: 4px 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.br-ingresar span {
  margin-left: 10%;
}

.br-ingresar i {
  padding-right: 10%;
  float: right;
  color: #A3A3A3;
  padding-top: 1px;
}

.br-ingresar:hover i {
  color: #FFF;
}

.br-ingresar:hover span {
  color: #FFF;
  text-decoration: none;
}

.br-ingresar:hover {
  color: #FFF;
  text-decoration: none;
  background: #12628A;
}

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

  .access-e {
    padding-top: 15px;
  }

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .access-personas {
    position: absolute;
    left: 12%;
    top: 1%;
  }

  .internas .access-personas {
    position: relative;
    left: 0;
    top: 0;
  }

  .mapa .access-personas {
    position: relative;
    left: auto;
    top: auto;
  }

  .access-hb, .access-hb-b, .access-e, .access-e-b {
    width: 155px;
    float: none;
    padding: 20px 20px;
    height: auto;
  }

  .access-hb {
    font-size: 0.9rem;
  }

  .access-e {
    font-size: 0.9rem;
    background: #656565;
  }

  .access-e-b {
    padding: 0px 20px 20px 20px;
  }

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  .access-personas {
    position: absolute;
    left: 15%;
    top: 5%;
  }

  .mapa .access-personas {
    position: relative;
    left: 35px;
    top: 10px;
  }

}

/* ----------------------------------------------------------------------------- Recuadros Personas ----------- */
.rec-coti {
  width: 255px;
  height: 209px;
  margin: 0 auto;
  background: center center;
  border: 1px solid #12628A;
  font-family: 'Roboto', sans-serif;
}

.rec-coti-titulo {
  background: #2B596E;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.95rem;
  padding: 10px 0;
}

.rec-coti-fecha {
  background: #DDDDDD;
  color: #12628A;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  padding: 12px 0;
  font-family: 'Playfair Display', serif;
}

.rec-coti-fecha span {
  color: #12628A;
  font-size: 0.95rem;
  font-weight: 600;
}

.rec-coti-cuadro {
  color: #2b2d2f;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  padding-top: 0px;
  font-family: 'Roboto', sans-serif;
}

.textos-br-car{
  padding: 9.2px;
}


.rec-coti-cuadro span {
  color: #3a3f40;
  font-size: 1rem;
  font-weight: 800;
}

.rec-coti-cuadro li{
  padding: 10px 0;
}

.rec-coti .nav-tabs .nav-link, .rec-coti .nav-tabs .active {
  display: block;
  padding: 10px 12px;
  border: none;
  border-top-right-radius: 0rem;
  border-top-left-radius: 0rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}


@media only screen and (min-width: 768px) {

  .textos-br-car{
    padding: 9.2px;
  }

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .rec-coti .nav-tabs .nav-link {
    padding: 10px 6.09px;
  }

  .textos-br-car{
    padding: 5.189px;
  }
}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {
  .rec-coti .nav-tabs .nav-link {
    padding: 10px 12px;
  }

  .textos-br-car{
    padding: 8.2px;
  }
}

.rec-coti .nav-tabs {
  border-bottom: 1px solid #12628A;
  background: none;
}

.bg-fix-ul {
  background: no-repeat right;
}

.rec-coti .nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

@-moz-document url-prefix() {
  .rec-coti .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
  }
}

.rec-coti .nav-tabs .nav-link.active, .rec-coti .nav-tabs .nav-link.active:focus, .rec-coti .nav-tabs .nav-link.active:hover, .rec-coti .nav-tabs .nav-item.open .nav-link, .rec-coti .nav-tabs .nav-item.open .nav-link:focus, .rec-coti .nav-tabs .nav-item.open .nav-link:hover {
  color: #FFF;
  background-color: #12628A;
  border-color: #12628A;
  position: relative;
  font-size: 0.95rem;
}

.rec-coti .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -8px;
  bottom: -5px;
  width: 17px;
  height: 5px;
  background: url(../../img/personas/home/bg-triang-coti.png);
}

.img-recuadro-3 {
  max-width: 100%;
}

@media only screen and (min-width: 544px) {

  .rec-coti {
    width: 255px;
    height: 208px;
  }

  .img-recuadro-3 {
    max-width: 540px;
  }
}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

  .rec-coti .nav-tabs .nav-link {
    padding: 10px 12px;
  }

  .rec-coti {
    width: 255px;
    height: 208px;
  }

  .img-recuadro-3 {
    max-width: 550px;
  }

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .rec-coti .nav-tabs .nav-link {
    padding: 10px 5.9px;
  }

  .rec-coti {
    width: 205px;
    height: 167px;
  }

  .img-recuadro-3 {
    max-width: 300px;
  }

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  .rec-coti .nav-tabs .nav-link {
    padding: 10px 12px;
  }

  .rec-coti {
    width: 255px;
    height: 209px;
  }

  .img-recuadro-3 {
    max-width: 350px;
  }

}

.rec-coti-titulo-moneda, .rec-coti-titulo-moneda2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #666;
  margin: 25px 0 0 20px;
}

.rec-coti-titulo-monto, .rec-coti-titulo-monto2 {
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  color: #12628A;
  margin: 5px 0 0 20px;
}

.rec-coti-titulo-moneda2 {
  margin: 25px 0 0 5px;
}

.rec-coti-titulo-monto2 {
  margin: 5px 0 0 5px;
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {
  .rec-coti-titulo {
    padding: 5px 0;
  }

  .rec-coti-fecha {
    font-size: 1.2rem;
    padding: 5px 0;
  }

  .rec-coti-titulo-moneda, .rec-coti-titulo-moneda2 {
    font-size: 0.8rem;
    margin: 15px 0 0 10px;
  }

  .rec-coti-titulo-monto, .rec-coti-titulo-monto2 {
    font-size: 1.75rem;
    margin: 5px 0 0 10px;
  }

  .rec-coti-titulo-moneda2 {
    margin: 15px 0 0 0px;
  }

  .rec-coti-titulo-monto2 {
    margin: 5px 0 0 0px;
  }

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

  .rec-coti-titulo {
    padding: 10px 0;
  }

  .rec-coti-fecha {
    font-size: 1.5rem;
    padding: 12px 0;
  }

  .rec-coti-titulo-moneda, .rec-coti-titulo-moneda2 {
    font-size: 0.9rem;
    margin: 25px 0 0 20px;
  }

  .rec-coti-titulo-monto, .rec-coti-titulo-monto2 {
    font-size: 2rem;
    margin: 5px 0 0 20px;
  }

  .rec-coti-titulo-moneda2 {
    margin: 25px 0 0 5px;
  }

  .rec-coti-titulo-monto2 {
    margin: 5px 0 0 5px;
  }

}

/* ----------------------------------------------------------------------------- Preguntas Frecuentes ----------- */

.rec-preguntas-contenedor {
  background: #666;
  color: #FFF;
}

.rec-pf-img {
  margin: 8px 0 -2px 25px;
}

.rec-pf-txt {
  margin: 8px 0 10px 25px;
  font-size: 0.9rem;
}

.rec-pf-txt div:first-child {
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  font-weight: 700;
  font-size: 1.2rem;
}

.rec-preguntas-lista {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px;
  background: #F2F2F2;
  text-align: center;
}

.rec-preguntas-lista a:hover {
  color: #2e3233;
}

.info-interna .panel-body h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 15px;
}

.info-interna .panel-body h6 {
  margin: 0;
  padding: 0;
  color: #12628A;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 10px;
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .rec-preguntas-lista {
    text-align: left;
  }

}

.rec-preguntas-lista li {
  margin-left: 5px;
  padding: 10px 0;
}

.rec-preguntas-lista li:after {
  content: "|";
  color: #12628A;
  margin-left: 10px;
}

.rec-preguntas-lista li:last-child:after {
  content: "";
}

/* ------------------------------------------------------------------------------------------------ Recuadro Medio ----------- */

/* ----------------------------------------------------------------------------- Recuadro Medio Izquierda ----------- */
.rec-tel-contenedor {
  width: 250px;
  height: 40px;
  margin: 15px auto 10px auto;
}

.rec-tel-contenedor .tel-icono {

}

.rec-tel-contenedor .tel-numero {
  font-size: 2.1rem;
  margin-left: 8px;
  color: #12628A;
  font-family: 'Playfair Display', serif;
}

.rec-plazo-f {
  background: #FFF;
  position: relative;
}

/* --------------------------------------------- MD Container 544 ----------- */
@media only screen and (min-width: 544px) {

  .rec-plazo-f {
    background: #F2F2F2;
    position: relative;
  }

}

.rec-plazo-f-img {
  margin-left: 0px;
}

.plazo-f-tex {
  position: relative;
  bottom: 0px;
  margin: 20px 0 0 0;
  text-align: center;
}

#carouselBeneficios .carousel-inner {
  position: relative;
  width: 100%;
  max-height: none;
  overflow: hidden;
}

.por-descuento {
  font-size: 4.3rem;
  color: #12628A;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}

.por-descuento span {
  font-size: 3.6rem;
}

.titulo-beneficios {
  color: #12628A;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
}

.fecha-beneficios {
  color: #767C81;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 10px;
}

.img-beneficios {
  margin: 0 auto;
}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 544px) {

  .rec-plazo-f-img {
    margin-left: -15px;
  }

  .por-descuento {
    font-size: 3rem;
  }

  .por-descuento span {
    font-size: 2rem;
  }

  .plazo-f-tex {
    position: absolute;
    bottom: 10px;
    margin: 0 0 0 0;
    text-align: left;
  }

  .img-beneficios {
    margin: 0 0 0 -15px;
  }

}

@media only screen and (min-width: 768px) {

  .plazo-f-tex {
    bottom: 0px;
    margin: 0 10px 0 0;
  }

  .titulo-beneficios {
    text-align: left;
    font-size: 0.7rem;
  }

  .fecha-beneficios {
    text-align: left;
    font-size: 0.7rem;
    margin-bottom: 0px;
  }

}

@media only screen and (min-width: 992px) {

  .plazo-f-tex {
    bottom: 20px;
  }

  .titulo-beneficios {
    text-align: left;
    font-size: 0.95rem;
  }

  .fecha-beneficios {
    text-align: left;
    font-size: 0.9rem;
  }

  .por-descuento {
    font-size: 4.3rem;
  }

  .por-descuento span {
    font-size: 3.6rem;
  }

}

.plazo-f-tex p a {
  color: #2e3233;
  font-weight: 700;
  text-decoration: underline;
}

.plazo-f-tex p a:hover {
  color: #12628A;
}

.plazo-f-tex h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #12628A;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

/* ----------------------------------------------------------------------------- Recuadro Medio Derecha - Prensa  ----------- */

.cart-prensa:after {
  display: block;
  position: absolute;
  right: 15px;
  width: 80px;
  height: 20px;
  content: "PRENSA";
  text-align: center;
  padding-top: 5px;
  font-size: 0.9rem;
  color: #FFF;
  background: #2B596E;
}

.rec-prensa-home {
  text-align: center;
}

.prensa-img {
  margin-top: 0px;
}

.secc-prensa img:first-child {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------- Recuadro Medio - Redes Sociales  ----------- */

.ul-redes-sociales li {
  margin-top: 30px;
}

.ul-redes-sociales li {
  font-size: 2.2rem;
  padding-left: 40px;
}

@media only screen and (min-width: 1200px) {

  .ul-redes-sociales li {
    margin-top: 45px;
  }

  .ul-redes-sociales li {
    font-size: 2.6rem;
    padding-left: 50px;
  }

}

.prensa-block-img img{
  margin-bottom: 16.8px;
}

.prensa-title-nota-h2{
  text-transform: uppercase!important;
  font-size: 2.5rem!important;
  color: #12628A!important;
  font-weight: 700!important;
  line-height: 2.8rem!important;
}
.prensa-title-nota-h2 span{
  text-transform: lowercase!important;
  font-size: 1rem!important;
  color: #12628A!important;
}
.prensa-title-nota-h3{
  text-transform: uppercase!important;
  font-size: 1rem!important;
  color: #666!important;
}
.prensa-nota-p-destacado{
  text-transform: none!important;
  font-size: inherit!important;
  color: #12628A!important;
  font-weight: 700!important;
  line-height: 22px;
}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

  .rec-prensa-home {
    text-align: left;
  }

  .prensa-img {
    margin-top: 20px;
  }

  .secc-prensa img:first-child {
    margin-top: 0px;
  }
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .prensa-img {
    margin-top: 0px;
  }

}

.prensa-block {
  margin-top: 2px;
}

.prensa-title a {
  font-weight: 700;
  color: #3a3f40;
}

.prensa-block i {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #767C81;
}

.prensa-fecha {
  font-size: 0.95rem;
  margin-left: 8px;
  font-family: 'Playfair Display', serif;
}

.prensa-vermas {
  margin-top: -15px;
  margin-right: 5px;
  float: right;
}

/* ----------------------------------------------------------------------------------- Recuadro Comisiones Personas  ----------- */
.bg-comisiones-left {
  height: 23px;
  background: left top no-repeat;
}

.bg-comisiones-mid {
  height: 23px;
  background: center top repeat-x;
}

.bg-comisiones-right {
  height: 23px;
  background: right top no-repeat;
}

.comisiones-titulo {
  color: #12628A;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-top: 10px;
}

.comisiones-p {
  margin: 8px 0;
  font-size: 0.85rem;
  line-height: 1.2rem;
}

/* ----------------------------------------------------------------------------------- Recuadro Comisiones Personas  ----------- */
.bg-comisiones-left {
  height: 23px;
  background: left top no-repeat url(../../img/personas/home/bg-footer-left.jpg);
}

.bg-comisiones-mid {
  height: 23px;
  background: center top repeat-x url(../../img/personas/home/bg-footer-mid.jpg);
}

.bg-comisiones-right {
  height: 23px;
  background: right top no-repeat url(../../img/personas/home/bg-footer-right.jpg);
}

/* ----------------------------------------------------------------------------------- Servicios Financieros  ----------- */
.rec-sfinancieros {
  background-color: #F29335;
  margin: 20px 0 20px 0;
}

.rec-sfinancieros img {
  max-height: 100px;
}

.rec-sf-izq {
  background: #F2F2F2;
  min-height: 40px;
  line-height: 40px;
}

.vinculosid {
  height: 10px;
  margin-top: 40px;
}

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .rec-sfinancieros img {
    padding: 8px 0 0 0;
  }

  .rec-sf-izq {
    background: #F2F2F2 right top no-repeat url(../../img/personas/home/tri-naranja.png);
  }
}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {
  .rec-sfinancieros img {
    padding: 3px 0;
  }
}

/* ----------------------------------------------------------------------------------------------------- Footers  ----------- */

/* ----------------------------------------------------------------------------------- Footer Accesos  ----------- */
.footer-accesos {
  background: #2B596E;
  color: #FFF;
  height: 5px;
  padding: 0;
  margin-top: 20px;
}

.footer-accesos-lista {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 2px;
  text-align: center;
}

.footer-accesos-lista li a {
  color: #FFF;
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

  .footer-accesos-lista {
    text-align: center;
  }

}

.footer-accesos-lista li {
  margin-left: 5px;
  padding: 5px 0;
}

.footer-accesos-lista li:after {
  content: "|";
  color: #FFF;
  margin-left: 10px;
}

.footer-accesos-lista li:last-child:after {
  content: "";
}

/* ----------------------------------------------------------------------------------- Footer Copyright  ----------- */
.footer-copyright {
  background: #F1F1F1;
  font-size: 0.8rem;
  padding: 20px 0;
}

.texto-copy {
  line-height: 1rem;
}

.footer-pie-lista {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}

.footer-pie-lista li a {
  color: #2e3233;
}

.footer-pie-lista li {
  margin-left: 5px;
}

.footer-pie-listali:after {
  content: "|";
  color: #2e3233;
  margin-left: 10px;
}

.footer-pie-lista li:last-child:after {
  content: "";
}

/* ------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- EMPRESAS  ----------- */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------- Recuadros principales  ----------- */
.recuadros-empresas {
  background: #F2F2F2;
  padding: 10px 30px 30px 30px;
}

.recuadros-empresas img {
  margin-top: 20px;
}

.accesos-recuadros {
  padding: 0;
}

.accesos-recuadros a {
  margin-top: 15px;
}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {
  .accesos-recuadros {
    padding: 0 20px;
  }

}

/* ------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- SIMULADOR  ---------- */
/* ------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------- Recuadros Rresultados  --------- */
.card-simulador {
  background: #F6F0F6;
  padding: 10px;
  min-height: 150px;
}
.card-sim-titulo {
  background: #ECE1EE;
  padding: 5px;
  color: #12628A;
  text-transform: uppercase;
  text-align: center;
}
.card-sim-cuerpo {
  margin-top: 10px;
  padding: 5px;
  color: #1f2021;
  font-size: 1.2rem;
}

.card-sim-monto {
  padding: 20px 0;
  color: #12628A;
  font-size: 2.2rem;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.card-sim-tasas {
  padding: 10px 0;
  color: #12628A;
  font-size: 1.5rem;
  text-align: center;
}


/* ------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- PROMOS  ------------- */
/* ------------------------------------------------------------------------------------------------------------------- */

.medio-bg .bg-br-center {
  background-position: center center;
}

.medio-bg .bg-br-left {
  background-position: 0% 50%;
}

.medio-bg .bg-br-right {
  background-position: 100% 50%;
}

.medio-bg-centoxs .bg-br-right {
  background-position: 60% 50%;
}


.fondo-valentin {
  background-image: url(/img/promociones/san-valentin-2019/fondo2.jpg);
  height: 400px;
}

@media only screen and (min-width: 768px) {

  .fondo-valentin {
    background-image: url(/img/promociones/san-valentin-2019/fondo2.jpg);
    height: 400px;
  }

}


@media only screen and (min-width: 1400px) {

  .fondo-valentin {
    background-image: url(/img/promociones/san-valentin-2019/fondo.jpg);
    height: 400px;
  }

}

@media only screen and (min-width: 768px) {


  .medio-bg-centoxs .bg-br-right {
    background-position: 100% 50%;
  }
}

.promo-img-left {
  margin: 0px auto 10px auto;
}

@media only screen and (min-width: 768px) {

  .promo-img-left {
    margin: 0px 30px 10px 10px;
  }
}

.for-color-br .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(18, 98, 138, 1);
  border-radius: 0.25rem;
}

.for-color-br label {
  color: #12628A;
}

.info-promo h1 {
  color: #12628A;
  font-size: 1.5rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 2.5rem;
}

.info-promo h1 span {
  color: #12628A;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.bloque-izq-footer {
  width: 380px;
  float: none;
  margin: 130px auto 0 auto;
}

@media only screen and (min-width: 768px) {

  .bloque-izq-footer {
    float: right;
    margin: 90px 110px 0 0;
  }
}

.info-footer-blanco {
  color: #FFF;
  font-size: 2.1rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 2.1rem;
}

.info-footer-blanco span {
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.bloque-der-footer {
  width: 300px;
  float: none;
  margin: 50px auto 50px auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .bloque-der-footer {
    float: left;
    margin: 110px 0 0 -90px;
    text-align: right;
  }
}

.info-footer-violeta {
  color: #12628A;
  font-size: 1.8rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8rem;
}

.info-footer-violeta span {
  color: #12628A;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.bloque-der-footer p {
  color: #12628A;

}

.texto-final-promo {
  margin: 50px 0 50px 0;
  color: #12628A;
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .texto-final-promo {
    margin: 50px 0 0 60px;
    text-align: left;
  }

}

.ul-redes-sociales-promos {
  width: 160px;
  margin: -60px auto 0 auto;
}

@media only screen and (min-width: 768px) {

  .ul-redes-sociales-promos {
    width: 160px;
    margin: 0px 10px 10px 10px;
    float: right;
  }
}

.ul-redes-sociales-promos li {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ul-redes-sociales-promos li {
  font-size: 2.2rem;
  padding-left: 10px;
}

@media only screen and (min-width: 1200px) {

  .ul-redes-sociales-promos li {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ul-redes-sociales-promos li {
    font-size: 2.6rem;
    padding-left: 10px;
  }

}

.info-promo .text-danger {
  color: #441E48 !important;
  margin-top: 5px;
}





.medio-bg2 .bg-br-center {
  background-position: left center;
}

.medio-bg2 .bg-br-left {
  background-position: 0% 50%;
}

.medio-bg2 .bg-br-right {
  background-position: 30% 50%;
}

.medio-bg2-centoxs .bg-br-right {
  background-position: 60% 50%;
}

.img-promo-centro{
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {

  .medio-bg2 .bg-br-right {
    background-position: 30% 50%;
  }
}

@media only screen and (min-width: 992px) {

  .medio-bg2 .bg-br-right {
    background-position: 40% 50%;
  }

}

@media only screen and (min-width: 1200px) {

  .medio-bg2 .bg-br-right {
    background-position: 50% 50%;
  }

}

@media only screen and (min-width: 1600px) {

  .medio-bg2 .bg-br-right {
    background-position: 100% 50%;
  }
}

.vinculo-pie{
  font-size: 1.2rem;
  padding-top: 25px;
  display: block;
}

.ul-redes-sociales-promos-pie {
  width: 160px;
  margin: -60px 0 0 0;
  float: right;
}

.ul-redes-sociales-promos-pie li a {
  color: #A7A9AC;
}

@media only screen and (min-width: 768px) {

  .ul-redes-sociales-promos-pie {
    width: 160px;
    margin: 0px 10px 10px 10px;
  }
}

.ul-redes-sociales-promos-pie li {
  margin-top: 20px;
  margin-bottom: 0px;
}

.ul-redes-sociales-promos-pie li {
  font-size: 2.2rem;
  padding-left: 10px;
}

@media only screen and (min-width: 1200px) {

  .ul-redes-sociales-promos-pie li {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .ul-redes-sociales-promos-pie li {
    font-size: 2.6rem;
    padding-left: 10px;
  }

}


.sv-foto-bg{
  background:repeat-x url(/img/promociones/san-valentin-2019/bg-fotos.png);
  height: 395px;
}

.info-promo h2 {
  color: #12628A;
  font-size: 2.4rem;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2.5rem;
}

.info-promo h2 span {
  color: #12628A;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}


.ul-redes-sociales-promos-sv {
  width: 350px;
  float: none;
  margin: 0px auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .ul-redes-sociales-promos-sv {
    width: 350px;
    margin: 0px auto;
    float: none;
    text-align: center;
  }
}

.fondo-leads {
  background-image: url(/img/promociones/leads/fondo.jpg);
  height: 298px;
}




/* ----------------------------------------------------------------------------- MEDIAS ----------- */
/* ----------------------------------------------------------------------------- MEDIAS ----------- */
/* ----------------------------------------------------------------------------- MEDIAS ----------- */
/* ----------------------------------------------------------------------------- MEDIAS ----------- */

/* --------------------------------------------- MD Container 576 ----------- */
@media only screen and (min-width: 544px) {

}

/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

}

/* --------------------------------------------- LG Container 940 ----------- */
@media only screen and (min-width: 992px) {

}

/* --------------------------------------------- XL Container 1140 ---------- */
@media only screen and (min-width: 1200px) {

}







        