@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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow: hidden; */
}

body {
  font-family: "book", sans-serif;
  /* overflow: hidden; */
  position: relative;
}

.bold {
  font-family: "bold", sans-serif;
}

/* POPUP */
.popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.contentBox {
  position: relative;
  width: 350px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  box-shadow: 0 5p 15px rgba(0, 0, 0, 0.18);
}

.contentBox .imgBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.imgBox img {
  width: 100%;
}

.imgBox img.hidden {
  display: none;
}

.imgBox .inner-popup.hidden {
  display: none;
}

.imgBox .inner-popup {
  background-color: #ECF0D6;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  padding: 30px 50px;
}

.inner-popup .popup-title {
  font-size: 28px;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 0px;
}

.popup-content p {
  font-size: 19px;
}

.inner-popup .coupon {
  background-color: #FF8F1D;
  color: #ECF0D6;
  border-radius: 13px;
  padding: 10px 60px;
  font-size: 30px;
}

.inner-popup .br-hidden {
  display: none;
}

.popLink {
  cursor: pointer;
  height: 186px;
}

.close {
  position: absolute;
  background-color: transparent;
  /* background-color: #C3C7AD; */
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border-radius: 50%;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.close.backChange {
  background-color: #C3C7AD;
}

.close img {
  width: 30px;
  cursor: pointer;
}

.body.activate {
  overflow: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

#overlay.activate {
  opacity: 1;
  pointer-events: all;
  z-index: 20;
}

@media screen and (min-width: 590px) {
  .contentBox {
    width: 600px;
  }

  .popLink {
    height: 320px;
  }

  .close {
    width: 40px;
    height: 40px;
  }
  .close img {
    width: 40px;
  }

  .imgBox .inner-popup {
    padding: 60px 100px;
  }

  .inner-popup .br-hidden {
    display: inline;
  }

  .inner-popup .popup-title {
    font-size: 30px;
  }
}

/* LAYOUT */
.container {
  margin: 0 auto !important;
  width: 100%;
  overflow: hidden;
}

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

.hero {
  background-image: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/1/b3913045-1530-4e08-ba32-62d8b1564524.png);
  width: 100%;
  height: 370px;
}

.divisas-head {
  padding: 30px 0px;
  text-align: center;
  font-family: "book", sans-serif;
  font-size: 18px;
}

.divisas {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* background-color: red; */
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #707070;
  border-radius: 11px;
}

.divisas .divisas-inner {
  border-right: solid 1px #707070;
  padding: 10px 10px;
  width: 50%;
  /* background-color: blue; */
}

.divisas .divisas-inner2 {
  padding: 10px 10px;
  width: 50%;
}

.divisas .divisa-title {
  position: absolute;
  font-weight: 600;
  background-color: #FF6B00;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  top: 0;
  margin-top: -10px;
  left: 45px;
}

.divisas .divisa-title2 {
  position: absolute;
  font-weight: 600;
  background-color: #FF6B00;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  top: 0;
  margin-top: -10px;
  /* margin-right: 30px; */
  right: 45px;
}

.divisas .divisa {
  font-size: 23px;
  text-align: center;
  padding: 6px 0px;
}

.divisas .divisa::before {
  content: '$';
}

.hidden {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 0px 10px;
}

.container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px 30px 10px;
  /* background-color: red; */
  width: 100%;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  width: 100%;
  /* width: 100%; */
  /* max-width: 350px; */
  padding: 30px 0px;
  /* background-color: green; */
}

.search-wrapper p {
  margin-bottom: 10px;
}

.search-wrapper input {
  border: none;
  padding: 10px 15px;
  outline: none;
  background-color: transparent;
  flex: 1;
  font-size: 1rem;
}

.search-wrapper label {
  color: #FFFFFF;
  font-size: 35px;
}

.search-inner {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  text-align: center;
  margin-bottom: 15px;
}

.search-inner label {
  text-align: center;
}

.search-wrapper label {
  font-size: 24px;
}

.search-input {
  /* border: solid 1px #707070; */
  border-radius: 30px;
  padding: 5px 10px;
  /* max-width: 350px; */
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  opacity: 0.7;
}

#search::placeholder {
  color: #777777;
  opacity: 1; /* Firefox */
}

#noResults {
  color: #969696;
  text-align: center;
  font-family: "book", sans-serif;
  font-size: 24px;
  padding-top: 30px;
}

#noResults.hide {
  display: none;
}

.hero-image-desktop {
  /* background-color: blue; */
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.hero-image-desktop img {
  width: 300px;
}

.hero-image-movil {
  /* background-color: blue; */
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-image-movil img {
  width: 300px;
}

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

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

}

@media screen and (min-width: 767px) {
  .hero {
    width: 100%;
    height: 500px;
  }
  .header {
    height: 5rem;
    padding: 60px 30px;
  }
  .container-inner {
    flex-direction: row;
  }
  .search-wrapper {
    gap: .25rem;
    /* width: 50%; */
    padding: 30px 0px;
  }
  .search-wrapper label {
    font-size: 35px;
  }
  .hero-image-movil {
    display: none;
  }
  .hero-image-desktop {
    display: flex;
  }
  .hero-image-desktop img {
    width: 400px;
  }
  .search-inner {
    margin-bottom: 15px;
  }
  .search-input {
    /* max-width: 350px; */
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .search-wrapper {
    /* width: 40%; */
  }
  .search-wrapper label {
    font-size: 50px;
  }
  .hero-image-desktop {
    width: 60%;
  }
  .hero-image-desktop img {
    width: 600px;
  }
  .hero {
    height: 500px;
  }
}

@media screen and (min-width: 1120px) {
  .header {
    padding: 30px 0px 0px 0px;
  }
  .container-inner {
    padding: 30px 0px;
  }
}

.results {
  background-color: #fff;
  padding: 60px 0px;
}

.search-input i {
  display: flex;
  align-self: center;
  margin-left: 10px ;
  font-size: 21px;
  color: #FF6B00;
}

.logo {
  width: 130px;
  margin-bottom: 0px;
}

::placeholder {
  color: #cac7ca;
}

.user-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    place-items: center center;
    gap: 30px;
    margin-top: 1rem;
    padding-bottom: 30px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: #F7F7F7;
    padding: 30px 30px;
    width: 350px;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.18); */
}

.inner-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px#333 dotted;
}

/* .inner-card i {
  font-size: 45px;
  color: #EFEFEF;
} */

.inner-card img {
  /* height: 100%; */
  height: 80px;
}

.inner-card:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  opacity: 0.7;
}

.card > .inner-card img {
  /* width: 100px; */
  /* display: block; */
}

.card .details {
  /* padding-bottom: 20px; */
  margin-left: 40px;
  /* background-color: green; */
  display: flex;
  flex-direction: column;
  align-self: center;
}

.details > .title {
    /* margin-bottom: .25rem; */
    /* font-weight: bold; */
    color: #FF6B00;
    font-size: 21px;
    margin-bottom: 10px;
}

.card .body {
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}

.card .estado {
  color: #B0B0B0;
  font-size: 13px;
  /* margin-top: 5px; */
}

.navigate a .button {
  padding: 15px 25px;
  cursor: pointer;
  background-color: #2D2D2D;
  color: #fff;
  border: none;
  border-radius: 50px;
  outline: none;
}

.hide {
    display: none;
}

.language {
  display: flex;
  align-items: center;
}

.language .en,
.language .es {
  color: #fff;
  font-size: 16px;
}

.es {
  margin-right: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
  margin-right: 10px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EFEFEF;
  transition: 0.4s;
  border-radius: 50px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 0px;
  background-color: #FF6B00;
  transition: 0.4s;
  border-radius: 50px;
}

input:checked + .slider {
  background-color: #FF6B00;
}

input:checked + .slider:before {
  transform: translateX(30px);
  background-color: #fff;
}

.check {
  position: relative;
  width: 50px;
  outline: none;
}

.check:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 25px;
  background-color: #333;
  border-radius: 25px;
}

.check:checked:before {
  background-color: #ff9d69;
}

.check:after {
  content: '';
  left: 0px;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 25px;
  transition: 0.25s;
  border: 2px solid #333;
  box-sizing: border-box;
}

.check:checked:after {
  left: 30px;
  border: 2px solid #00a1ff;
}

@media screen and (min-width: 750px) {
  .search-wrapper {
    max-width: 700px;
  }
  .logo {
    width: 180px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 900px) {
  .card {
    max-width: 400px;
  }
}

/* CTA */

.cta-dynamic {
 width: 100%;
 margin-bottom: 60px;
}

.cta-dynamic.hide {
 display: none;
}

.cta-dynamic img {
 width: 100%;
}

.cta-section {
  width: 100%;
}

.cta-wrapper {
  display: flex;
  justify-content: center;
}

.cta-card {
  background-color: #F7F7F7;
  border-radius: 50px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-card .cta-img {
  background: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/1/ff72860f-5ba7-4f33-afc8-eb4a309695c0.png);
  background-size: cover;
  width: 100%;
  height: 250px;
}

.cta-card .cta-img2 {
  background: url(https://image.hola.banregio.com/lib/fe4215707564057b751673/m/1/bf20ad00-90c4-4de7-9796-355ccba53c2d.png);
  background-size: cover;
  width: 100%;
  height: 250px;
}

.cta-card .cta-content {
  padding: 30px 30px;
}

.br {
  display: none;
}

.cta-content h4 {
  font-size: 21px;
  padding-bottom: 15px;
}

.cta-content h3 {
  font-size: 27px;
  color: #FF6B00;
  font-family: "book", sans-serif;
  padding-bottom: 15px;
}

.cta-content p {
  color: #969696;
  font-size: 15px;
}

.cta-content a {
  background-color: #2D2D2D;
  padding: 10px 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 21px;
}

.cta-content .cta-link {
  padding-top: 30px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .cta-content h3 {
    font-size: 35px;
    padding-bottom: 15px;
  }
  .cta-content h4 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .cta-card {
    display: flex;
    flex-direction: row;
    height: 350px;
    width: 100%;
  }
  .cta-card .cta-content {
    width: 100%;
    padding: 0px 30px;
  }
  .cta-card .cta-img {
    width: 100%;
    height: 400px;
  }
  .cta-card .cta-img2 {
    width: 100%;
    height: 400px;
  }
  .cta-content a {
    padding: 10px 50px;
    font-size: 21px;
  }
  .br {
    display: inline;
  }
  .cta-content .cta-link {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .cta-card {
    height: 400px;
  }
  .cta-content h4 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .cta-content a {
    padding: 10px 60px;
    font-size: 24px;
  }
  .cta-card .cta-content {
    width: 50%;
  }
  .cta-card .cta-img {
    width: 50%;
  }
  .cta-card .cta-img2 {
    width: 50%;
  }
}

/* BENEFICIOS */
.beneficios-section {
  padding: 60px 0px;
}

.beneficios-section h2 {
  text-align: center;
  font-size: 27px;
  padding-bottom: 55px;
}

.beneficios-container {
  display: flex;
  justify-content: center;
}

.beneficios-wrapper {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.beneficio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  background-color: #F7F7F7;
  border-radius: 30px;
  padding: 30px 10px;
  margin: 10px 0px;
}

.beneficio-info {
  border-left: solid 1px #707070;
  padding: 0px 0px 0px 15px;
  height: 80px;
  display: flex;
  align-items: center;
  width: 60%;
}

.beneficio-icon svg {
  height: 100%;
  width: 80px;
  /* width: 100%; */
}

@media screen and (min-width: 767px) {
  .beneficios-section h2 {
    font-size: 35px;
  }
  .beneficios-wrapper {
    grid-template-columns: auto auto;
  }
}

@media screen and (min-width: 1024px) {
  .beneficios-wrapper {
    grid-template-columns: auto auto auto;
  }
}

.last-section {
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .last-section {
    padding-bottom: 30px;
  }
}

/* FOOTER  */
footer {
  background-color: #2D2D2D !important;
  color: #F7F7F7;
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-image {
  display: flex;
  justify-content: center;
}

.footer-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-icons {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

.icon-container:hover i {
  color: #fff;
}

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

@media screen and (min-width:576px) {
  footer {
    margin-top: 130px;
  }
  .footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .icon-container {
    margin-left: 10px;
  }

  .social-icons {
    padding: 0px 70px;
    justify-content: end;
  }

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