/* 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: #dddcd4;
  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, h4, h5, h6 {
  font-family: 'bold', sans-serif;
}

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

h2 {
  font-size: 31px;
  margin-bottom: 30px;
}

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

h3 span {
  font-size: 18px;
}

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

button {
  color: #dddcd4;
  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;
  display: flex;
  line-height: 1.3;
  padding-bottom: 5px;
}

.fal-li {
  color:#E3E0CF;
  background-color: #F07137;
  border: none;
  border-radius: 100%;
  width: 30px;
  text-align: center;
  line-height: inherit;
  margin-right: 10px;
}

.fal-li i {
  font-size: 11px;
}



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

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

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

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 60px;
  }
  
  h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  button {
    font-size: 24px;
    padding: 15px 30px;
  }
  li {
    font-size: 18px;
  }
}

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

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

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

/* HERO */
.hero {
  /* background-image: url('assets/background-tarjeta-empresario.png'); */
  position: relative;
  background-color: #F07137;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-height: 660px; */
  height: auto;
  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: 30px 0px;
}

.logo {
  height: 21px;
}

.image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-wrapper .hero-img {
  height: 300px;
}

.button-wrapper {
  padding: 20px 0px 20px 0px;
  display: flex;
  align-items: center;
  gap: 10px
}

.button-wrapper .primary-button {
  color: #F07137;
  background-color:#dddcd4;
  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: 45px;
  }
  .header {
    height: 5rem;
    padding: 60px 0px;
  }
  .hero-content {
    max-width: 470px;
  }
  .image-wrapper .hero-img {
    height: 450px;
  }
}

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

  .hero-wrapper {
    flex-direction: row;
    min-height: 0px;
  }
  .hero-image_movil {
    height: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    flex-direction: row;
  }
  .hero-image_movil {
    height: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .image-wrapper .hero-img {
    height: 550px;
  }
}

@media screen and (min-width: 1120px) {
  .header {
    padding: 30px 0px 0px 0px;
  }
  .image-wrapper .hero-img {
    height: 630px;
  }
}

/* BENEFICIOS */

.beneficios-section {
  background-color: #FB9D6D;
  padding: 90px 0px 90px 0px;
  min-height: 750px;
  position: relative;
}

.beneficios-section h2 {
  color: #E3E0CF;
}

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

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

.beneficios-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.beneficios-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto 0;
  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;
}

.li-icon {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background-color: #F07137;
  width: 18px;
  height: 18px;
  border: none;
  margin-right: 9px;
  border-radius: 100%;
}

.li-icon i {
  color: #E3E0CF;
  font-size: 11px;
}

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

  .beneficios-section {
    padding: 90px 0px 60px 0px;
    min-height: 100%;
  }

  .beneficios-wrapper {
    display: flex;
    flex-direction: row;
  }

  .beneficios-content {
    width: 60%;
  }

  .beneficios-img {
    margin-bottom: 0px;
  }

  .beneficios-img img {
    height: 350px;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 150px;
  }

  .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;
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1102px) {
  .beneficios-section {
    padding: 90px 0px 90px 0px;
  }
  .beneficios-img img {
    height: 530px;
    margin: auto 0px;
    bottom: 0;
    top: 0;
  }
  .beneficios-content {
    padding-right: 100px;
    width: 60%;
  }
  
  .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: #E3E0CF;
  display: flex;
  flex-direction: column;
  padding: 60px 0px 60px 0px;
  color: #111111;
}

.requisitos-section h2 {
  margin-bottom: 20px;
  color: #F07137;
}

.btn-slider {
  background-color: #F07137;
  color: #E3E0CF;
}

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

/* SLICK SLIDER */

.list-group {
  width: 100%;
}

.list-item {
  font-size: 18px;
  display: flex;
  line-height: 1.3;
  padding-bottom: 5px;
  align-items: center;
}

.list-item i {
  color:#E3E0CF;
  font-size: 13px;
}

.card-slider {
  gap: 0px
}

.slick-slide {
  justify-content: space-between !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 1px solid #373b3e;
  border-radius: 100%;
  text-indent: -9999px;
  background-color: #E3E0CF;
}

li.slick-active button {
  background-color: #F07137;
  border: none;
}

.slider-content .condition {
  font-size: 12px;
  padding: 0px 50px 20px 0px;
  color: #808080;
}

.slider-content button {
  font-size: 18px;
  width: 180px;
  padding: 10px 15px;
  margin-top: 30px;
}

.slider-image {
  position: relative;
  display: none;
}

.slider-image img {
  height: 400px;
}

.slick-nav-btn img {
  height: 50px;
}

@media screen and (min-width: 750px) {
  .card-slider {
    gap: 10px;
  }
  .slider-image {
    display: flex;
  }
  .slider-image img {
    height: 350px;
  }
  .slider-content .condition {
    font-size: 13px;
    padding: 0px 50px 20px 0px;
  }
}

@media screen and (min-width: 828px) {
  .slider-content button {
    font-size: 18px;
    width: 180px;
    padding: 10px 15px;
  }
  .slider-image img {
    height: 400px;
  }
  .slick-nav-btn img {
    height: 70px;
  }
}

@media screen and (min-width: 963px) {
  .slider-content button {
    font-size: 24px;
    width: 250px;
    padding: 15px 15px;
  }
  .slick-nav-btn img {
    height: 90px;
  }
  .slider-content .condition {
    font-size: 15px;
    padding: 0px 50px 20px 0px;
  }
}

@media screen and (min-width: 1024px) {
  .slider-image img {
    height: 500px;
  }
  .slider-content {
    width: 50%;
  }
  .list-item {
    font-size: 21px;
  }
}

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

.terms {
  background-color: #ff671d;
  border-bottom: 1px solid #fff;
}

.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: 200px;
  padding-top: 5px;
}

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

.icon-container {
  display: flex;
  align-items: center;
  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: #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: 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;
}

.formPreChoose {
  display: flex;
}

.formPreChoose.hide {
  display: none;
}

.form-referidos,
.form-colaborador {
  display: none;
}

.form-referidos.active,
.form-colaborador.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;
  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;
}