/* .bch-aura md-input-container.input-select-small md-select .md-select-value{
  color: #001B4C !important;
}
.bch-aura md-input-container.input-select-small span.md-select-icon{
  position: unset;
  left: 0;
  right: -16px;
}
.bch-aura md-input-container.input-select-small .md-select-value .md-select-icon:after{
  color: #001B4C !important;
}
.swiper-66{
  width: 64% !important;
}
.swiper-66 .swiper-wrapper{
  min-height: auto !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: -34px !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 727px){
  .swiper-66{
      width: 90% !important;
  }
}

.info-fondo{
  border-right: 1px solid #CED7E0;
}
.info-fondo:last-of-type{
  border-right: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 727px){
  .info-fondo{
      margin-bottom: 24px;
  }
  .info-fondo:nth-child(5), .info-fondo:nth-child(6){
      margin-bottom: 0;
  }
}

p {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.p-12 {
  font-size: 0.75rem !important;
  line-height: 16px !important;
} */


/* cambios hasta homologación de UX/UI */
.bch-aura thead tr {
  background-color: #F5F9FF;
}

.bch-aura .accordion--opened.accordion--small .accordion__title {
  border-radius: 16px 16px 0 0;
}

.bch-aura table.table thead tr th:not(:first-child) {
  width: 14.28%;
}

.bch-aura table.table thead tr th:first-child {
  border-top-left-radius: 0;
}

.bch-aura table.table thead tr th:last-child {
  border-top-right-radius: 0;
}

.bch-aura table.table tbody tr:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bch-aura .accordion.accordion--small.accordion--opened .accordion__title:hover {
  background-color: #A3C1F5;
  color: #001B4C;
  border-radius: 16px 16px 0 0;
}