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

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: 'Raleway', sans-serif;
}

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

a:focus, a:hover {
  color: #81338A;
  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;
  line-height: 2rem!important;
}

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

.font-x2-5 {
  font-size: 1.4rem;
}

.font-x3 {
  font-size: 1.7rem;
}
.font-x4 {
  font-size: 1.9rem;
}

.font-raleway{
  font-family: 'Raleway', sans-serif;
}

.font-gotham{
  font-family: "Gotham HTF Black";
}

.boton-red-social {
  display: block;
  padding: 0 10px !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: #81338A;
  text-decoration: none;
}

.novinculo, .novinculo:hover, .novinculo:focus, .novinculo:visited {
  text-decoration: none;
}

.color-br{
  color: #81338A;
  text-decoration: none;
}

.color-blanco{
  color: #FFF;
  text-decoration: none;
}

.color-negro{
  color: #333;
  text-decoration: none;
}

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


.hr-dotted {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #ABABAB;
  background: none;
  box-shadow: none;
  margin-bottom: 2rem;
}

.nombre-titulo {
  text-transform: lowercase!important;
}
.nombre-titulo:first-letter {
  text-transform: uppercase!important;
}


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

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

.mark-text {
    background: hsla(305, 48%, 39%, 0.315);
    color: #111;
    padding: 2.5px;
}

.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: #111;
  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: #81338A;
  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: #81338A;
  margin-left: 7px;
  margin-top: -2px;
}

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

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

.footer-gob1 {
  margin: 30px 0 0 0
}

.link-no-decoration, .link-no-decoration:hover, .link-no-decoration:focus{
  text-decoration: none;
}

.banners-chicos-guias{
  margin-top: 0;

  margin-left: 0px;
  margin-right: 0px;

}

.banners-chicos-guias img{

}

.banners-chicos-guias a, .banners-chicos-guias a:active, .banners-chicos-guias a:visited, .banners-chicos-guias a:focus{
  display: block;
  background: #94388D;
  border-top: 0px solid #94388D;
  border-right: 0px solid #94388D;
  border-bottom: 4px solid #94388D;
  border-left: 0px solid #94388D;
}

.banners-chicos-guias a:hover{
  display: block;
  background: #94388D;
  border-top: 0px solid #94388D;
  border-right: 0px solid #94388D;
  border-bottom: 4px solid #441E48;
  border-left: 0px solid #94388D;
}


.home-banners .banners-chicos-guias{
  display: none;
}

.padding-banners{
  padding-right: 0!important;
  padding-left: 0!important;
  margin-bottom: 10px;
}

.banners-chicos-guias img{
  padding: 0 10px;
}


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

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

  .footer-gob1 {
    margin: 30px 0 -20px 0
  }

  .banners-chicos-guias img{
    padding: 0 50px;
  }



}

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

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

  .banners-chicos-guias{
    margin-top: 10px;
    max-width: 155px;
  }

  .banners-chicos-guias img{
    padding: 0;
  }




}

.btn-outline-primary {
  color: #81338A;
  border-color: #81338A;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #81338A;
  border-color: #81338A;
}

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

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #81338A;
  border-color: #81338A;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #58235F;
  border-color: #411A46;
}

.btn-outline-amarillo {
  color: #81338A;
  font-weight: bold;
  background-color: #F9B525;
  border-color: #F9B525;
}

.btn-outline-amarillo:hover {
  color: #F9B525;
  background-color: #81338A;
  border-color: #F9B525;
}

.btn-outline-amarillo:focus, .btn-outline-amarillo.focus {
  color: #F9B525;
  background-color: #81338A;
  border-color: #F9B525;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgb(129 51 138 / 50%);
}


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

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

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

.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: #81338A;
  border-color: #612967;
}

.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: #81338A;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

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

hr {
  margin-top: 14px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #81338A;
}

.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 1200 ----------- */
@media only screen and (min-width: 1200px) {
  .fix-banking {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

.vinculo-tri {
  display: block;
  color: #81338A;
  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: #81338A;
  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: #81338A;
}

.botonera-interna {
  padding: 0;
}

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

  .botonera-interna {
    padding: 0 35px;
  }
}

.botonera-interna h3 {
  text-transform: uppercase;
  color: #81338A;
  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: #81338A;
  font-weight: 700;
}

.botonera-interna .principal-menu li:before {
  color: #FFF;
  font-weight: 700;
}

.botonera-interna .principal-menu li{
  margin-left: -15px;
}

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

}

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

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

.botonera-interna-segundo li:before {
  content: "- ";
  color: #81338A;
  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;
  }

}

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

}

.info-interna .nav-tabs {
  border-top: 1px solid #666;
  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: #81338A;
  background-color: #F0EEEE;
  font-weight: 700;
  border-color: transparent;
}

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

.info-interna h1 {
  color: #81338A;
  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: #81338A;
  font-size: 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: #81338A;
  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 {
  font-size: 1.2rem;
  line-height: 1.77rem;
  padding: 15px 0
}

.info-interna ol.alfa {
  font-size: 1.2rem;
  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: #81338A;
}

.info-interna ol.num {
  font-size: 1.2rem;
  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: #81338A;
}

.info-interna ol {
  font-size: 1.2rem;
  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: #81338A;
}

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

.lista-comun, .info-interna .tab-content ul, .info-interna .panel-body ul {
  font-size: 1.2rem;
  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: #81338A;
}

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

.info-interna .tab-content li, .info-interna .panel-body li {
  margin-bottom: 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: #81338A;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #81338A;
  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, #bs-collapse-dos .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, #bs-collapse-dos .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: #81338A;
}

.br-b-info:hover {
  color: #81338A;
  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: #81338A;
  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: 5px;
  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: 18px;
    left: 1.5em;
    width: 169px;
  }
  .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;
}

.boton-tab {
  color: #81338A;
  background-color: #F0EEEE;
  font-weight: 700;
  border-color: transparent;
}

.boton-tab a {
   float: right;
   padding: 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;
  margin-right: 3px;
 }

.boton-tab a:hover{
  text-decoration: none;
  color: #8B2A83;
}


.boton-padding-b a, .boton-padding-b a:focus, .boton-padding-b a:visited {
  display: block;
  background: #94388D;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 4px solid #f2f2f2;
  border-left: 0px solid transparent;
}
.boton-padding-b a:hover {
  display: block;
  background: #94388D;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 4px solid #94388D;
  border-left: 0px solid transparent;
}

/* --------------------------------------------- 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-nav-whatsapp {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 5px;
  padding-left: 10px;
  z-index: 3;
}

.cd-nav-whatsapp i{
  text-align: center;
  font-size: 30px;
}

.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: #81338A;
}

.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 #81338A;
    -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: #81338A;
    /*    box-shadow: inset 0 2px 0 #81338A;*/
  }

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

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

  .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: 610px;
    background: rgba(255, 255, 255, 0.93);
    padding: 10px 20px 10px 50px;
    -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: 190px;
  }

  .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: 48%;
    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: #81338A;
    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: #81338A !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: #81338A;
    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: #81338A;
    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;
}

@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: #81338A;
  }

  .has-item > a::before, .has-item > a::after {
    background: #81338A;
    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: #81338A;
    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: #81338A;
  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: 20% 50%;
}

.carousel-inner > .bg-br-right {
  background-position: 80% 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: #979797;
  border: 0;
  border-radius: 20px;
}

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

.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: 400px;
    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: #81338A;
  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: #81338A;
  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: #81338A;
}

/* --------------------------------------------- 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 url(../../img/personas/home/bg-cotizacion.jpg);
  border: 1px solid #81338A;
  font-family: 'Raleway', sans-serif;
}

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

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

.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: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}



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

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

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

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

.bg-fix-ul {
  background: no-repeat right url(../../img/personas/home/bg-cotizacion-ul.png)!important;
}

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

@-moz-document url-prefix() {
  .rec-coti .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
    font-family: 'Raleway', 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: #81338A;
  border-color: #81338A;
  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: 255px!important;
}

.img-recuadro-4 {
  max-width: 255px!important;;
}

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

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

  .img-recuadro-3 {
    max-width: 255px!important;;
  }

  .img-recuadro-4 {
    max-width: 540px!important;;
  }


}

/* --------------------------------------------- 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: 255px!important;;
  }

  .img-recuadro-4 {
    max-width: 540px!important;;
  }

}

/* --------------------------------------------- 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: 205px!important;;
  }

  .img-recuadro-4 {
    max-width: 440px!important;;
  }

}

/* --------------------------------------------- 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: 255px!important;;
  }

  .img-recuadro-4 {
    max-width: 540px!important;;
  }

}

.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: 1.8rem;
  font-family: 'Playfair Display', serif;
  color: #81338A;
  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.50rem;
    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: 1.85rem;
    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: #81338A;
  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: #81338A;
  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: #81338A;
  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: #81338A;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}

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

.titulo-beneficios {
  color: #81338A;
  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;
}

.fecha-bene {
  text-align: center;
  font-size: 15px;
  padding: 6px 0;
  background: #3CB088;
  letter-spacing: 1px;
}

.tarjeta-bene {
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.bg-beneficios-modal{
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 220px;
}

.texto-beneficios-modal{
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}

.espacio-beneficios-modal{
  padding-top: 0;
}

.espacio-beneficios-modal2{
  color: #999;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.logo-beneficios-web{
  max-width: 300px;
}
/* --------------------------------------------- MD Container 720 ----------- */
@media only screen and (min-width: 768px) {

  .logo-beneficios-web{
  max-width: 577px;
  }

  .bg-beneficios-modal{
  height: 230px;
}

  .texto-beneficios-modal{
  margin: 0;
  text-align: left;
}

.espacio-beneficios-modal{
  padding-top: 10px;
}
.espacio-beneficios-modal2{
  color: #999;
  padding: 20px 15px 10px 15px;
  text-align: left;
}

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

  .bg-beneficios-modal{
  height: 250px;
  }

}
/* -------------------------------------------------------------------------- */



/* --------------------------------------------- MD Container 544 ----------- */
@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: #81338A;
}

.plazo-f-tex h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #81338A;
  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: #81338A;
}

.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: 30px;
}

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

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

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

}

/* --------------------------------------------- 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 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);
}

.comisiones-titulo {
  color: #81338A;
  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;
}

/* ----------------------------------------------------------------------------------- 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: #81338A;
  color: #FFF;
  padding: 30px 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: #81338A;
  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: #81338A;
  font-size: 2.2rem;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.card-sim-tasas {
  padding: 10px 0;
  color: #81338A;
  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(128, 56, 137, 1);
  border-radius: 0.25rem;
}

.for-color-br label {
  color: #803889;
}

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

.info-promo h1 span {
  color: #81338A;
  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: #81338A;
  font-size: 1.8rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8rem;
}

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

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

}

.texto-final-promo {
  margin: 50px 0 50px 0;
  color: #81338A;
  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: 90% 50%;
}

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

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

.img-promo-foga{
  margin: 0 auto;
}

.img-promo-left{
  padding-top: 70px;
  margin: 0 auto;
}

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

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

  .img-promo-foga{
    margin: 0 auto;
  }

  .img-promo-left{
    padding-top: 70px;
    margin: 0 auto;
  }

}

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

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

  .img-promo-foga{
    float: right;
    margin: 0 0px 0 0;
  }

  .img-promo-left{
    padding-top: 70px;
    float: left;
    margin: 0 0px 0 100px;
  }


}

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

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

  .img-promo-foga{
    float: right;
    margin: 0 100px 0 0;
  }

  .img-promo-left{
    padding-top: 70px;
    float: left;
    margin: 0 0px 0 200px;
  }


}

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

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

  .img-promo-foga{
    float: right;
    margin: 0 300px 0 0;
  }

  .img-promo-left{
    padding-top: 70px;
    float: left;
    margin: 0 0px 0 400px;
  }


}

.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: #81338A;
  font-size: 2.4rem;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2.5rem;
}

.info-promo h2 span {
  color: #81338A;
  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;
}

.bg-gris{
  background: #E6E8E9;
}

.bg-blanco{
  background: #FFF;
}

.a-promo{
  color: #000;
  text-decoration: none;
}
.a-promo:hover{
  color: #8B2A83;
  text-decoration: none;
}

.a2-promo{
  color: #939599;
  text-decoration: none;
}
.a2-promo:hover{
  color: #8B2A83;
  text-decoration: none;
}


.a3-promo{
  color: #8B2A83;
  text-decoration: none;
}
.a3-promo:hover{
  color: #8B2A83;
  text-decoration: underline;
}

.a4-promo{
  color: #000;
  text-decoration: none;
}
.a4-promo:hover{
  color: #8B2A83;
  text-decoration: none;
}


.tex-strong-promo{
  font-family: arial;
  letter-spacing: -1px;
  color: #000;
  font-size: 1.2rem;
}

.tex-muted-promo{
  font-family: arial;
  letter-spacing: -0.5px;
  color: #939599;
  display: block;
  padding-top: 5px;
  font-size: 1rem;
}

.tex-titulo-promo{
  letter-spacing: -0.5px;
  color: #8B2A83;
  display: block;
  padding-top: 5px;
  font-size: 1.6rem;
}

.linea-blo-promo
{
  border-right: 0px;
  border-bottom: 1px solid #8B2A83;
}

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

  .linea-blo-promo
  {
    border-right: 1px solid #8B2A83;
    border-bottom: 0px;
  }

}

/* ----------------------------------------------------------------------------- TE SUPER BANCO ----------- */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(149, 52, 141, 0.5); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#myBtn:hover {
  background-color: rgba(149, 52, 141, 0.9); /* Add a dark-grey background on hover */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.cincuentaporciento{
  display: block;
  position: relative;
  padding: 69px 10px 69px 10px;
  background: #FFF;
  border: 1px solid #813789;
  margin-bottom: 20px
}

.triangulo-arriba-promo{
  position: absolute;
  display: block;
  width: 120px;
  height: 102px;
  background: center center url(../../img/promociones/te-super-banco/triangulos-arriba.png);
  top: -40px;
  left: -62px;
}

.tope-de-reintegro{
  padding: 5px 10px 0px 10px;
  background: #E7BD61;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tope-de-reintegro:hover{
  background: #f0a53c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.promofechas{
  padding: 0;
  background: #88DDC7;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 9px solid #88DDC7;
  -webkit-box-shadow: inset 0 0 0 1px #88DDC7;
  -moz-box-shadow: inset 0 0 0 1px #88DDC7;
  box-shadow: inset 0 0 0 1px #88DDC7;
}
.promofechas:hover{
  background: #2bc3a6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 9px solid #88DDC7;
  -webkit-box-shadow: inset 0 0 0 1px #88DDC7;
  -moz-box-shadow: inset 0 0 0 1px #88DDC7;
  box-shadow: inset 0 0 0 1px #88DDC7;
}


.carrito{
  padding: 0;
  background: #CA1983;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 9px solid #CA1983;
  -webkit-box-shadow: inset 0 0 0 1px #CA1983;
  -moz-box-shadow: inset 0 0 0 1px #CA1983;
  box-shadow: inset 0 0 0 1px #CA1983;
}
.carrito:hover{
  padding: 0;
  background: #ba1468;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 9px solid #CA1983;
  -webkit-box-shadow: inset 0 0 0 1px #CA1983;
  -moz-box-shadow: inset 0 0 0 1px #CA1983;
  box-shadow: inset 0 0 0 1px #CA1983;
}

.promo-productos{
  padding: 10px 20px;
  background: #EFEFEF;
  margin-bottom: 20px;
}

.promo-productos img{
  max-width: 748px;
}

.datos-para-promo{
  position: relative;
  background: #E51563;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}

.triangulo-chico-promo{
  position: absolute;
  display: block;
  width: 38px;
  height: 19px;
  background: center center url(../../img/promociones/te-super-banco/triangulo.png);
  top: -18px;
  left: 30px;
}

.ver-datos-y-condi{
  position: relative;
  background: #95338D;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}

.triangulo-abajo-promo{
  position: absolute;
  display: block;
  width: 120px;
  height: 102px;
  background: center center url(../../img/promociones/te-super-banco/triangulos-abajo.png);
  bottom: -40px;
  right: -60px;
}


.ver-datos-y-condi a, .datos-para-promo a{
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.ver-datos-y-condi a:hover, .datos-para-promo a:hover{
  text-decoration: underline;
}



.tesuperbanco-footer{
  padding: 30px 10px;
}



.h2-tesuperbanco{
  font-family: "Gotham HTF Black";
  letter-spacing: 0.2px;
  font-size: 30px;
  font-weight: bold;
}

.span-tesuperbanco{
  font-family: "Gotham HTF Black";
  letter-spacing: 0.2px;
  font-size: 12px;
  font-weight: bold;
}

.texto-tesuperbanco{
  max-width: 550px;
  margin: 50px auto 0 auto;
  line-height: 20px;
  margin-bottom: 40px;
}

.tope-de-reintegro-grande{
  margin-top: 30px;
  padding: 20px 10px;
  background: #ebac3b;
}

.tesuperbanco-basesycondiciones, .tesuperbanco-basesycondiciones:focus{
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-weight: lighter;
  color: #FFF;
  background: #8B2A83;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tesuperbanco-basesycondiciones:hover{
  color: #FFF;
  background: #602a5c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.promo-fechas-grande{
  margin-top: 30px;
  padding: 20px 10px;
  background: #4aecd3;
}


.tesuperbanco-basesycondiciones-dos, .tesuperbanco-basesycondiciones-dos:focus{
  display: block;
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-weight: lighter;
  color: #FFF;
  background: #8B2A83;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tesuperbanco-basesycondiciones-dos:hover{
  color: #FFF;
  background: #602a5c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.titulo-dejanos-tus-datos {
  position: relative;
  display: block;
  margin: 10px;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-weight: lighter;
  color: #FFF;
  background: #e51663;
}

.triangulo-abajo-promo2{
  position: absolute;
  display: block;
  width: 38px;
  height: 19px;
  background: center center url(../../img/promociones/te-super-banco/triangulo-abajo.png);
  bottom: -18px;
  right: 30px;
}

.for-color-promo .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-top: 0px solid rgba(0, 0, 0, 1);
  border-left: 0px solid rgba(0, 0, 0, 1);
  border-right: 0px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0rem;
}

.promo-tarjetabanco-grande{
  margin-top: 30px;
  padding: 10px 10px;
  background: #832b7f;
}

.scomer {
  color: #8B2A83;
  font-weight: bold;
  margin-right: 30px;
}


.iframe-promo {
  padding-top: 50px;
  height: 500px;
}

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

  .iframe-promo {
    height: 580px;
  }

}


.cft{
  font-family: 'Raleway', sans-serif;
  padding: 20px 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
}

.cft-g{
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -5px;
}



/* ----- Arreglo para imagenes float y texto  ----------- */
.text-float-right {
  float: none;
}

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

}

@media only screen and (min-width: 768px) {
  .text-float-right {
    float: right;
    padding: 0 0 20px 20px
  }
}

@media only screen and (min-width: 992px) {
  .text-float-right {
    float: none;
  }
}

@media only screen and (min-width: 1200px) {
  .text-float-right {
    float: right;
    padding: 0 0 20px 20px
  }
}


/* Safari 10.1+ (which is the latest version of Safari at this time) */

@media not all and (min-resolution:.001dpcm) { @media {

  .safari_only-menu {
    right: 59px!important;
  }

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

    .safari_only-menu {
      right: 0px!important;
    }

  }

  .safari_only-boton {

    position: fixed!important;
    top: 3px!important;;
  }
}}



/* ----- Encuestas Banco Rioja  ----------- */

.encuestas-br{
  position:relative;
  width:100%;
  height:1100px;
}

.bg-encuesta{
  height: 200px!important;
}

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

  .encuestas-br{
    position:relative;
    width:100%;
    height:1000px
  }

}

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

  .bg-encuesta{
    height: 300px!important;
  }

}





/* ----- FIN Encuestas Banco Rioja  ----------- */





/* ----------------------------------------------------------------------------- SECCION JUBILADOS ----------- */


.cardbr .card {
  display: block;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0rem;
  padding: 1.8rem;
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
}

.cardbr .card-body {
  display: block;
}

.cardbr .bg-banco {
  background: #81338A;
}

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

.cardbr .card-title {
  display: block;
  color: #81338A;
  font-size: 1.4rem;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.cardbr .bg-banco .card-title {
  color: #F9B525;
}

.cardbr .card-text {
  display: block;
  margin-block-start: 0.40em;
  margin-block-end: 0.40em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.5;
}

.cardbr .bg-banco .card-text {
  color: #FFF;
}

.cardbr .card-footer {
  padding: 1em 0 0 0;
  background-color: transparent;
  border-top: 0;
}

.card-title-amarillo {
  display: block;
  color: #F9B525;
  font-size: 1.4rem;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.cardbr .boton-padding-b a, .cardbr .boton-padding-b a:hover, .cardbr .boton-padding-b a:focus, .cardbr .boton-padding-b a:visited {
  display: block;
  background: transparent;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.card-blog{
  padding: 1.8rem;
}

.card-blog .card-title{
  min-height: 1px!important;
  margin-bottom:10px;
}

.card-blog .card-text{
  font-size: 1.4rem;
}



/* ------ INTERNAS JUBILADOS --------- */

.cardbr .btn-outline-primary {
  font-weight: 600;
}

.recuadro-info{
  background: #F2F2F2;
  padding: 1.5em;
}

.texto-gris{
  font-size: 1.5rem;
  color: #656565;
  font-weight: bold;
}

.texto-atencion{
  font-size: 1.3rem;
  color: #93338B;
  font-weight: bold;
}


.plant-jubilados h1 {
  color: #81338A;
  font-size: 1.5rem;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 20px;
}

.plant-jubilados h3 {
  color: #81338A;
  font-size: 1.3rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.plant-jubilados p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 5px 0;
  margin-bottom: 2rem;
}



.boton-volver {
  text-align: right;
  margin-bottom: 40px;
}
.boton-volver a{
  display: block;
  color: #656565;
  height: 30px;
}
.boton-volver a:hover{
  color: #81338A;
}
.boton-volver img{
  width: 27px!important;
  height: 20px;
  margin: 5px 10px 0 0;
}
.boton-volver span{
  text-transform: uppercase;
}



.plant-jubilados table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: inherit;
  border-spacing: 5px;
  -webkit-border-horizontal-spacing: 5px;
  -webkit-border-vertical-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}

.plant-jubilados tr {
  background: #EFE1EE;
  text-align: center;
}
.plant-jubilados th {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.plant-jubilados .table th, .table td {
  padding: 0.40rem;
}

.plant-jubilados .table .thead-br th {
  background-color: #EAEAE9;
  border-color: transparent;
  border-top: 0;
}

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

.imagenlista {
  width: 50px;
  height: 100%;
  float: left;
}

.textolista {
  width: 90%;
  height: 100%;
  float: left;
  font-size: 1.2rem;
  line-height: 1.4rem;
}


.min-height-tag {
    min-height: 57px;
  }


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

}

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

  .cardbr .card-title {
    min-height: 50px;
  }

  .cardbr .card-body {
    min-height: 150px;
  }

  .card-blog .card-body {
    min-height: 90px;
  }

  .img-consejos{
    max-width: 280px;
  }
  .img-consejos2{
    max-width: 195px;
  }


}

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

  .cardbr .card-body {
    min-height: 195px;
  }

  .card-blog .card-body {
    min-height: 90px;
  }

  .img-consejos{
    max-width: 220px;
  }
  .img-consejos2{
    max-width: 195px;
  }

}

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

  .cardbr .card-body {
    min-height: 150px;
  }

  .card-blog .card-body {
    min-height: 90px;
  }

  .img-consejos{
    max-width: 280px;
  }
  .img-consejos2{
    max-width: 195px;
  }

}


/* ----------------------------------------------------------------------------- FIN SECCION JUBILADOS ----------- */


.cuadro-medio-3 h7{
  font-size: 1.2rem !important;
}


  .cuadro-medio-1{
    padding:0;
  }

  .cuadro-medio-2{
    padding:0;
  }

    .cuadro-medio-3{
    padding:0;
  }

  .cuadro-2-height{
    min-height: 330px;
  }


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

    .cuadro-medio-3{
    padding:0 0 0 30px;
    
  }

  .cuadro-3-height{
    min-height: 1290px;
  }

}

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

  .cuadro-medio-1{
    padding:0 15px 0 0;
  }

  .cuadro-medio-2{
    padding:0 0 0 15px;
  }

  .cuadro-medio-3{
    padding:0 0 0 30px;
    
  }

  .cuadro-3-height{
    min-height: 710px;
  }

}

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

  .cuadro-3-height{
    min-height: 640px;
  }

}








/* ----------------------------------------------------------------------------- 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) {

}

/* --------------------------------------------- Print ---------- */

@media only print {
  html, body {
    background-color: #fff;
  }
  nav {
    display: none;
  }
  .container {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .cd-logo {
    left: 0;
  }
  .no-print {
    display: none;
  }
}





        