/* FONT */
@font-face {  
  font-family: "book";
  src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.eot");
  src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.woff2") format("woff2"), url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
  
@font-face {
  font-family: "bold";
  src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.eot");
  src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.woff2") format("woff2"), url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}

/* BASE */

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 64.2%;
  min-height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}

html,
body {
 overflow-x: hidden;
}

/* LAYOUT  */
.container {
  margin: 0 auto !important;
}

@media screen and (min-width: 590px) {
  .container {
    max-width: 1140px;
  }
}

/* HEADER */

.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5rem;
}

.logo_banregio {
  height: 43px;
  justify-self: flex-end;
}

@media screen and (min-width: 590px) {
  .logo_banregio {
    height: 60px;
  }
}

/* TITLES MEDIA QUERIES */

@media screen and (min-width:1024px) {
  .hero-title {
    font-size: 62px;
  }
}

/* HERO SECTION */
.hero {
  background-color: #ff9d69;
  min-height: auto;
  width: 100%;
  background-image: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/95ebeb8c-5251-4357-9a03-432017547005.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center center;
}

.hero-title {
  font-family: 'bold';
  font-size: 46px;
  color: #ffffff;
  line-height: 1;
}

.hero-description {
  font-family: book;
  font-size: 23px;
  color: #fff;
  padding-top: 10px;
}

.btn-hero {
  background-color: transparent;  
  color: #fff;
  border: 2px solid #fff;
  border-radius: 28px;
  padding: 7px 21px;
  font-size: 18px;
  width: 10rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero:hover {
  background-color: #fff;
  color: #ff9d69;
  border: 2px solid #ff9d69;
}

@media screen and (min-width:768px) {
  .hero-img {
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    min-height: auto;
  }
}

/* ASESORATE SECTION */

.asesorate-section {
  background-color: #e1e4e9;
  padding-bottom: 80px;
  padding-top: 80px;
}

.cards-container_tablet_desktop {
    display: none;
 }

.cards-container_movil {
   display: inline;
 }

.title-asesorate {
  font-size: 30px;
  font-family: book;
  color: #333;
  padding-bottom: 20px;
}

.description-asesorate {
  color:#ffa374;
  font-size:18px;
  font-family:book;
}

.datos-asesorate {
  font-family:book;
  font-size: 16px;
  text-decoration: underline;
  color: #333;
}

.slide-asesorate .swiper-slide {
  height: auto !important;
}

.asesorate-card-img {
  height: 40px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}

.no-gutters> [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.cardMenuOP {
  width: 130px;
  height: 142px;
  border-radius: 0;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  transition: 0.15s linear;
  background-color: #f1f2f6;
  -webkit-transition-property: -webkit-transform margin;
  -moz-transition-property: -moz-transform margin;
  -o-transition-property: -o-transform margin;
  -ms-transition-property: -ms-transform margin;
  transition-property: transform margin;
  margin: 0;
}

.asesorate-section .mx-auto{
  width: 100%;
}

.card-title{
  font-family: 'book';
  font-size: 15px;
  padding: 0;
  color: #333333;
}
.card-img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cardMenuOP .card-title {
  line-height: 1;
}
.card-body2{
  padding: 10px 0px;
}
.cardMenuOPText {
  line-height: 1.5;
  position: initial;
  bottom: 0px;
  margin: 0 auto;
  display: none;
  width: auto;
  font-size: 10px;
  font-weight: 'book';
  padding: 3px 6px;
  border-radius: 6px;
  color: #333333 !important;
}
.cardMenuOP:hover .cardMenuOPText {
  display: block;
}
.cardMenuOP:hover {
  background-color: #f1f2f6;
  border-radius: 19px;
  margin-left: 9px;
  margin-right: 9px;
  height: auto;
  z-index: 1;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.cardMenuOP:hover > .card-img1 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/9da718ca-1113-4354-bc03-d3b48e1e09f6.png);
  width:100%;height: 100%;
}
.cardMenuOP:hover > .card-img2 > img {
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/e518f234-20f2-4abf-99f6-5424ec25e3ac.png);
  width:100%;
  height: 100%;
}
.cardMenuOP:hover > .card-img3 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/33d1321c-f715-41f0-8e4a-a0df1162174a.png);
  width:100%;
  height: 100%;
}
.cardMenuOP:hover > .card-img4 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/27e10551-ae12-4085-87d9-2b152a8855f5.png);
  width:100%;
  height: 100%;
}
.cardMenuOP:hover > .card-img5 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/dac0540b-811e-4760-b15f-3ef45d52ac77.png);
  width:100%;
  height: 100%;
}
.cardMenuOP:hover > .card-img6 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/500bf434-8f86-4a9a-a633-4e089b72a9bc.png);
  width:100%;
  height: 100%;
}
.cardMenuOP:hover > .card-img7 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/9b510a7e-5362-412e-bce9-3c114eef8c9e.png);
  width:100%;
  height: 100%;
}
.cardMenuOP:hover > .card-img8 > img{
  content: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/d8fb048a-ba7a-4e37-b439-1fd149e019d3.png);
  width:100%;
  height: 100%;
}

.card {
  border: none !important;
  padding: 20px;
  border-right: none !important;
}

.card-1-radius {
  border-radius:10px 0 0 10px!important;
}

.card-2-radius {
  border-radius:0 10px 10px 0!important;
}

.datos {
  text-decoration: underline;
  color: #333;
}

.monto {
  color: #858585;
}

.datos,
.monto {
  font-family:book;
  font-size:10px
}

@media screen and (max-width: 590px) {
  .cardMenuOP{
    width: 200px;
    height: 160px;
    display: grid;
    margin: auto;
  }
  .cardMenuOP:hover {
    background-color: #f1f2f6;
    border-radius: 19px;
    margin-left: 9px;
    margin-right: 9px;
    height: auto;
    display: grid;
    margin: auto;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .cards-container_tablet_desktop {
    display: inline;
  }

  .cards-container_movil {
    display: none;
  }
}

/* BENEFICIOS */

.section-beneficios {
  background-color: #ff9d69;
  width: 100%;
  background-image: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/95ebeb8c-5251-4357-9a03-432017547005.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center center;
  padding: 30px 0px;
}

.title-beneficios {
  font-family: bold;
  font-size: 36px;
  color: #fff;
}

.img1-concierge{
  background-image:url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/958294f5-4c1d-4c64-8438-16731d7d1c08.png);
}
.img2-concierge{
  background-image:url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/074dbd60-1edc-420f-b79a-739bfc5a29c3.png);
}
.img3-concierge{
  background-image:url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/14/b367213b-c98a-4b1b-adad-932c442c983b.png);
}

.img1-concierge,
.img2-concierge,
.img3-concierge {
  width:200px;
  height:160px;
  background-size:cover;
  display: flex;
  align-self: center;
}

.box-container li {
  text-align: start;
}

.card-body {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.bx.card-body,
h3 {
  text-decoration:underline;
  padding-inline-start: 30px;
  font-size: 34px;
  padding-bottom: 20px;
}

.bx.card-body,
ul {
  list-style:none;
  padding-inline-start:10px;
}

[class*=bx-]>.card-body>ul>li::before {
  content:url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/708fb5eb-7ccc-4159-9c3d-789c4afaddbe.png);
  margin-right:10px;
}

[class*=bx-]:hover>.card-body:hover>ul>li::before {
  content:url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/5e25b388-305d-484d-bcc8-eed1329c1f74.png);
  margin-right:10px;
}

.bx-1,
.bx-2,
.bx-3 {
  height:auto;
  background-color:#ff9d6900;
  border:1px solid #ffffff00;
  border-radius:1.25rem;
  color:#fff;
  font-size:16px;
}

/* TESTIMONIALS */

.testimonials-section {
  padding: 30px 0px;
  background-color: #e1e4e9;
  color: #5c5c5c;
  font-family: book;
}

.testimonials-title {
  color: #5c5c5c;
  font-size: 36px;
  font-family: book;
  padding-bottom: 30px;
}

.row-imgs-web {
  display: none !important;
}

.row-imgs-movil {
  display: block !important;
}

.comillas {
  color:#ffa374;
  font-size:60px;
  font-family:bold;
}

.name-client {
  color:#333;
  font-size:16px;
  font-family:bold;
  padding-bottom:0;
}

.description {
  color:#ffa374;
  font-size:14px;
  font-family:book;
}

.comentario {
  color:#333;
  font-size:15px;
  font-family:book;
}


@media screen and (min-width: 768px) {
  .row-imgs-movil {
    display: none !important;
  }
  .row-imgs-web {
    display: flex !important;
    justify-content: space-between !important;
  }
}

/* CANDIDATO  */

.candidato-title {
  font-family: bold;
  font-size: 36px;
  color: #fff;
}

.candidato-description {
  font-family: book;
  font-size: 23px;
  color: #fff;
}

.section-candidato {
  background-color: #ff9d69;
  width: 100%;
  background-image: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/95ebeb8c-5251-4357-9a03-432017547005.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position:center center;
  padding-bottom: 30px;
}

.select-candidato {
  max-width: 350px;
  margin: 0;
}

.option-select {
  font-size: 24px;
  width: 50px;
  height: 50px;
  margin: 10px;
  border: solid 2px;
  border-color: #fff;
  border-radius: 50%;
  color: #fff;
  background-color: #ff9d69;
  cursor: pointer;
  transition: all 0.3s ease;
}

.option-select:hover {
  width: 50px;
  height: 50px;
  margin: 10px;
  border: none;
  border-radius: 50%;
  color: #ff9d69;
  background-color: #fff;
  cursor: pointer;
}

.inner-info-candidato {
  color: #fff;
}

.info {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}

.info.active {
  display: inline;
  opacity: 1;
}

.faq-container{
  width: 100%;
} 

.contact-container {
  width: 100%;
}

.question {
  background: none;
}
.question button {
  background: none;
  width: 100%;
  display: flex;
  border:none;
  outline: none;
  cursor: pointer;
}
.question p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.6s ease;
}

.question i {
  color: #ff9d69;
}

.d-arrow {
  transition: transform 0.5s ease-in ;
}

/*add this class when click*/

.question p.showFaq {
  visibility: visible;
  max-height: 200px; 
  opacity: 1;
  padding: 5px 15px 0px 15px;
}
.question button .d-arrow.rotate {
  transform: rotate(180deg);
}

.call-concierge button {
  padding: 10px 20px;
  background: none;
  border: solid 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  outline: none;
}

.call-concierge button:hover {
  background: #ff9d69;
  color: #fff;
}

.section-contacto {
  padding-top:40px;
  background-color:#e1e4e9;
  width:100%;
  height:auto;
  padding-bottom:30px
}

.title-contact {
  font-size:30px;
  font-family:book;
  color:#333;
  padding: 10px 0px;
}

.contact-container p {
  font-size: 18px;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #737373;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-container:hover {
  background-color: #ff9d69;
}

.icon-container i {
  color: #e1e4e9;
  font-size: 20px;
}

.contact-container .title-contact,
.contact-container p {
  text-align: center;
}

/* Slider */

.card-slider {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0px;
}

.swiper {
  width: 950px;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  margin-top: 30px;
}

.card-slider_asesorate {
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 20px 0px;
}

.card-slider_asesorate h3,
.card-slider_asesorate p {
  padding-inline-start: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070f4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 40px;
}

.swiper-button-next,
.swiper-button-prev { 
  color: #ff9d69 !important;
}

.swiper-button-next {
  right: 0;
  padding-right: 10px;
}

.swiper-button-prev {
  left: 0;
  padding-left: 10px;
}

.swiper-pagination.bullet {
  background-color: #333;
  opacity: 1;
}

.swiper-pagination.bullet-active {
  background-color: #4070f4;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.title-contact {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .slide-content,
  .slide-asesorate {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}

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

  .container {
    max-width: 1140px !important;
  }

  .section3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .option-select {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: solid 2px;
    border-color: #fff;
    border-radius: 50%;
    color: #fff;
    background-color: #ff9d69;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .section-candidato {
    padding-bottom: 20px;
  }

  .select-candidato {
    width: 100%;
  }

  .faq-container {
    width: 50%;
  }
  .icon-container {
    margin-right: 27px;
  }
  .contact-container {
    width: 50%;
  }
  .contact-container .title-contact,
  .contact-container p {
    text-align: start;
  }

  .title-contact {
    margin-top: 0px;
  }

  .testimonials-title {
    font-size: 52px;
  }
}

/* FOOTER  */
footer {
  background-color: #ff671d !important;
  color: #fff;
  display: flex;
  padding: 40px 0;
}

.footer-text {
  font-size: 14px;
  text-align: right;
  padding: 30px 70px;
  line-height: 16px;
}