/* 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: 'book', sans-serif;
  color: #fff;
  font-size: 64.2%;
  min-height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  line-height: 1.2 !important;
}

html,
body {
  overflow-x: hidden;
}

/* ELEMENTS */

h1, h2, h3, h5, h6 {
  font-family: 'bold', sans-serif;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

h3 {
  font-family: 'book', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}

h3 span {
  font-size: 18px;
}

h4 {
  font-size: 18px;
  color: #FF6B00;
}

p {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

button {
  color: #fff;
  background-color: transparent;
  border: 1px solid;
  border-radius: 53px;
  padding: 7px 13px;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding: 0px !important;
}

li {
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 5px;
}

a {
 color: #9E9D9D;
 text-decoration: none;
}

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

@media screen and (min-width: 590px) {
  p {
    font-size: 18px;
  }
}

@media screen and (min-width: 750px) {
  li {
    font-size: 16px;
    padding-bottom: 3px;
  }
  h2 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 767px) {
  button {
    font-size: 18px;
    padding: 10px 20px;
  }
  h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    margin-bottom: 50px;
  }
  
  h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  p {
    font-size: 18px;
  }

  button {
    font-size: 20px;
    padding: 10px 20px;
  }
  li {
    font-size: 18px;
  }
}

@media screen and (min-width: 1102px) {
  li {
    font-size: 18px;
  }
  h3 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}

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

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

/* HERO */
.hero {
  position: relative;
  background: url('https://image.hola.banregio.com/lib/fe4215707564057b751673/m/1/62524837-25ab-4bf9-9733-41dd583ebdb8.png');
  /* background-color: #FF6B00; */
  /* background-color: #000; */
  /* display: flex; */
  /* flex-direction: column; */
  width: 100%;
  /* height: 90vh; */
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  display: none;
}

.heroMovil {
  position: relative;
  /* background: url('./assets/credito_auto_hero.png'); */
  background-color: #FF6B00;
  /* background-color: #000; */
  /* display: flex; */
  /* flex-direction: column; */
  width: 100%;
  /* height: 90vh; */
  /* background-size: cover; */
  /* background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center; */
}

.hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  /* min-height: 600px; */
}

.hero-inner-container {
  z-index: 10;
  position: relative;
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 3rem; */
  /* padding: 15px 0px; */
}

.logo {
  height: 21px;
}

.slogan {
  color: #ff671d;
}

.image-wrapper {
  display: flex;
  align-items: center;
}

.image-wrapper .hero-img {
  width: 100%;
}

.button-wrapper {
  padding:10px 0px 30px 0px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 15px;
  gap: 10px
}

.primary-button {
  color: #fff;
  background-color: #ff671d;
  border: none;
}

@media screen and (min-width: 300px) {
  .logo {
    height: 21px;
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3rem;
    /* padding: 30px 0px; */
  }
}

@media screen and (min-width: 450px) {
  .button-wrapper {
    justify-content: start;
  }
}

@media screen and (min-width: 590px) {
  .hero-wrapper {
    /* min-height: 770px; */
  }
  .logo {
    height: 53px;
  }
  .header {
    /* height: 5rem; */
    /* padding: 60px 30px; */
  }
  .hero-content {
    max-width: 470px;
  }
  .image-wrapper .hero-img {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .hero {
    height: 30vh;
    display: inline-block;
  }
  .heroMovil {
    display: none;
  }
  .button-wrapper {
    margin-top: 10px;
    /* justify-content: center; */
  }
  .hero-content {
    padding: 0px 100px 0px 0px;
  }
  .hero-wrapper {
    flex-direction: row;
    /* min-height: 0px; */
  }
  .hero-image_movil {
    height: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
.hero-inner-container {
 width: 65%;
}
}

@media screen and (min-width: 1024px) {
  .hero {
    flex-direction: row;
  }
  /* .header {
    height: 5rem; 
    padding: 60px 30px;
  } */
  .hero-content {
    padding: 0px 0px 0px 0px;
  }
  .button-wrapper {
    padding: 40px 0px;
    margin-top: 0px;
  }
  .hero-image_movil {
    height: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .hero p {
    font-size: 27px;
  }
}

@media screen and (min-width: 1120px) {
  .hero {
    height: 90vh;
  }
  .hero-wrapper {
    margin-top: 150px;
  }
  .button-wrapper {
    margin-top: 30px;
  }
  .header {
    height: 5rem; 
    padding: 30px 0px 0px 0px;
  }
  .hero-inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
   }
}

/* BENEFICIOS */

.beneficios-section {
  display: flex;
  flex-direction: column;
  /* background-color: #000; */
  padding: 0px 0px;
  color: #242424;
}

.beneficios-section h2 {
  color: #242424;
  text-align: left;
}

.beneficios-section h3,
.beneficios-section p,
.beneficios-section li {
  color: #242424;
}

.beneficios-section p {
  font-size: 18px;
}

.beneficios-section i {
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}

.beneficios-left,
.beneficios-right {
  width: 100%;
}

#card1 {
 background-color: #9899C9;
}

#card2 {
 background-color: #FF6900;
}

#card3 {
 background-color: #66A9FF;
}

.beneficios-card {
  border-radius: 15px;
  min-width: 240px;
}

.beneficios-wrapper {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 30px; */
  /* width: 60%; */
  padding: 30px 15px;
}

.beneficios-left {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background: url('https://image.hola.banregio.com/lib/fe4215707564057b751673/m/1/69509c1f-7ec8-473f-96e5-dae121fa2137.png');
  background-size: cover;
  height: 250px;
  /* width: 81%; */
}

.beneficios-right {
  /* width: 40%; */
}

.beneficios-wrapper img {
  width: 330px;
}

.beneficios-features {
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 100%;
}

.beneficios-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.beneficios-img img {
  height: 300px;
}

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

.benefit-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.benefit {
  font-size: 24px;
  border: 2px solid #707070;
  border-radius: 54px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.card {
  border-radius: 15px !important;
}

.beneficios-wrapper button {
  background-color: #FF6B00;
}

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

  .beneficios-section {
    flex-direction: row;
  }

  .beneficios-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 45px 15px;
    width: 60%;
    /* gap: 30px; */
  }

  .beneficios-section h2 {
    font-size: 28px;
  }

  .beneficios-right {
    padding: 0px 0px 0px 0px;
  }

  .beneficios-left {
    height: auto;
    width: 81%;
  }

  .beneficios-wrapper img {
    width: 350px;
  }

  .beneficios-content {
    padding: 0px 30px;
    width: 60%;
  }

  .beneficios-content h3 {
    padding-right: 30px;
  }

  .beneficios-img {
    width: 40%;
    display: flex;
    justify-content: start;
    margin-bottom: 0px;
  }

  .beneficios-img img {
    height: 260px;
  }

  .banner p {
    font-size: 21px;
    padding: 0px 0px 0px 50px;
  }
  
  .benefit-row {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
  }
  .benefit {
    width: auto;
    font-size: 21px;
    padding: 10px 16px;
    /* width: 500px; */
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1102px) {
  .beneficios-wrapper {
    padding: 45px 15px;
  }
  /* .beneficios-section .beneficios-left img {
    width: 55%;
  } */
  .beneficios-left {
    /* width: 60%; */
  }
  .beneficios-right {
    /* width: 40%; */
  }
  .beneficios-section h2 {
    font-size: 41px;
  }
  .beneficios-right {
    padding: 0px 0px 0px 30px;
  }
  .beneficios-img {
    width: 40%;
  }
  .beneficios-img img {
    height: 300px;
  }
  .beneficios-content {
    padding-right: 100px;
    width: 60%;
  }

  .beneficios-wrapper img {
    width: 600px;
  }
  
  .benefit {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .banner p {
    font-size: 24px;
    padding: 0px 30px 0px 100px;
  }

  .benefit-row {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1232px) {
  .benefit {
    font-size: 24px;
    padding: 15px 20px;
  }
  .banner p {
    font-size: 30px;
  }
}

/* REQUISITOS */

.requisitos-section {
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
  padding: 60px 0px 0px 0px;
  color: #fff;
}

.requisitos-wrapper {
  max-width: 1000px;
}

.requisitos-content {
  display: none;
}

.requisitos-content.desplegar {
  display: flex;
  flex-direction: column;
}

.requisitos-section h2 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.navigation {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.navigation li {
  color: #fff;
  border-bottom: 1px solid #000;
  cursor: pointer;
  padding-bottom: 9px;
}

.navigation li.nav-active {
  color: #ff671d;
  border-bottom: 2px solid #ff671d;
}

.requisitos-card-wrapper {
  background-color: #66A9FF;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 30px;
  margin-bottom: 30px;
}

.last-card-wrapper {
  background-color: #79B05E;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 30px;
  margin-bottom: 30px;
}

.requisitos-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.requisitos-card-content h3 {
  font-size: 30px;
  font-weight: 600;
}

.requisitos-card-content_specs {
  display: flex;
  justify-content: space-between;
  /* background-color: red; */
}

.requisitos-card-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.requisitos-card-image img {
  width: 350px;
}

.requisitos-card-image button {
  font-size: 16px;
  display: flex;
  align-self: center;
}

.spec-row {
  padding-top: 30px;
}

.spec-row .spec {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.spec p {
  font-size: 16px;
  padding-bottom: 10px;
}

.spec .number {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.spec .number-alt {
  color: #fff;
  font-weight: 600;
}

.caracteristicas-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.caracteristicas-card {
  background-color: #FF6900;
  padding: 3rem;
  border-radius: 30px;
  width: 100%;
}

.caracteristicas-card ul li::before,
.terminos-card-content ul li::before {
  content: "\2022"; 
  color: #fff; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.caracteristicas-card h3,
.terminos-card-content h3 {
  font-size: 30px;
  color: #fff;
}

.movil_img {
  display: flex;
}

.desktop_img {
  display: none;
}

@media screen and (min-width: 767px) {
  .requisitos-card-content h3 {
    font-size: 40px;
  }
  .spec p {
    font-size: 18px;
  }
  .requisitos-card-wrapper {
    flex-direction: row;
  }
  .last-card-wrapper {
    flex-direction: row;
  }
  .requisitos-card-content {
    width: 50%;
  }
  .requisitos-card-image {
    width: 50%;
  }
  .requisitos-card-image button {
    align-self: flex-end;
  }
  .caracteristicas-wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
  .movil_img {
    display: none;
  }
  .desktop_img {
    display: flex;
  }
}

@media screen and (min-width: 963px) {
  .requisitos-section h2 {
    margin-bottom: 15px;
  }
}

/* CALL TO ACTION SECTION */
.call-to-action {
  background-color: #ff671d;
  color: #fff;
  padding: 30px 0px;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call-to-action button {
  width: 180px;
  font-size: 18px;
  padding: 20px 15px;
  color: #fff;
}

.excerpt {
  font-size: 16px;
  padding-bottom: 30px;
}

/* CONTACTO */

.contacto {
  background-color: #ff671d;
  color: #fff;
}

.contacto-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}

.contacto-content h3 {
  text-align: center;
  font-size: 24px;
}

.contacto-content .social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-wrapper h3 {
  text-align: center;
  font-size: 21px;
}

@media screen and (min-width:576px) {
  
  .contacto-content h3 {
    text-align: center;
    font-size: 30px;
  }
  
  .contacto-content .social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 767px) {
  .contacto-content {
    flex-direction: row;
  }
  .social-wrapper h3 {
    text-align: center;
    font-size: 24px;
  }
  .contacto-content .social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* TERMINOS  */
#term {
  cursor: pointer;
  font-size: 16px;
}

.terms {
  background-color: #F0F0F0;
  border-bottom: 1px solid #fff;
  color: #9E9D9D;
  padding: 30px 0px;
}

.terms-description {
  /* max-height: 0; */
  font-size: 16px;
  /* visibility: hidden; */
  /* overflow: hidden; */
  /* opacity: 0; */
  /* transition: all 0.6s ease; */
}

/* .terms-description.active {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  padding-top: 5px;
} */

.legales {
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.legales ul {
  list-style-type: none;
}

.legales ul li {
  font-size: 14px;
}

.legales ul li::before {
  content: "\2022"; 
  color: #fff; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.big-legales {
    font-family: 'bold';
    font-size: 18px;
    color: #9E9D9D;
}

/* FOOTER  */
.social-icons {
  padding: 0px;
}

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

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

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

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

footer {
  background-color: #ff671d !important;
  color: #fff;
  padding: 40px 0;
}

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

@media screen and (min-width:576px) {
  .icon-container {
    margin-left: 10px;
  }

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

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

/* MODAL AND FORM */

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

.modal-custom {
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  text-align: center;
  z-index: 100;
  transition: all 0.5 ease-in-out;
}

.modal-custom.activate {
  transform: translate(-50%, -50%) scale(1);
}

.card-content {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  overflow-x: hidden;
  /* overflow-y: scroll; */
  background-color: #fff;
  z-index: 1000;
}

.form-referidos {
  display: none;
}

.form-referidos.active {
  display: flex;
}

@media screen and (min-width: 700px) {
  .card-content {
    max-width: 700px;
  }
  .modal-custom {
    width: 700px;
    padding: 30px 30px;
  }
}

form h3 {
  font-family: book;
}

.formulario__grupo-input {
 position: relative;
}

.formulario__label {
  display: block;
  cursor: pointer;
}

.formulario__input {
 width: 100%;
 background: #fff;
 border: 3px solid transparent;
 border-radius: 3px;
 height: 45px;
 line-height: 45px;
 padding: 0 40px 0 10px;
}

.formulario__validacion-estado {
 position: absolute;
 right: 10px;
 bottom: 11px;
 z-index: 200;
 font-size: 16px;
 opacity: 0;
}

.formulario__grupo-correcto .formulario__validacion-estado {
  color: #119200;
 opacity: 1;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
 color: #bb2929;
 opacity: 1;
}

.formulario__input-error {
 font-size: 12px;
 margin-bottom: 0;
 display: none;
}

.formulario__input-error-activo {
 display: block;
}

.formulario__mensaje {
 height: 45px;
 line-height: 45px;
 background: #F66060;
 padding: 0 15px;
 border-radius: 3px;
 display: none;
}

.formulario__mensaje-activo {
 display: block;
}

.formulario__mensaje-exito {
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

.form-btn {
  font-size: 18px;
  font-family: book;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
  max-width: 365px;
  background-color: #f06c15;
  color: #fff;
}

.form-btn:disabled {
  cursor: default;
  background-color: #c3cfe3;
}

.formulario__checkbox {
  accent-color: #f06c15;
}

.form label {
  color:#000;
}

.close-modal {
  border: none;
  outline: none;
  color: #000;
  background-color: transparent;
  font-size: 40px;
}

input.rfc {
  text-transform: uppercase;
}

.card-header {
  background-color: transparent !important;
  border: none !important;
}

.card-content p,
.card-content option,
.card-content select,
.card-content input::placeholder {
  font-family: book;
  text-align: left;
}

.card-content input::placeholder,
.card-content option,
.card-content select {
  font-size: 14px;
  color: gray;
}