/* Inicia Estilos generales */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/* Termina Estilos generales */

/* Inicia Navbar */

.navbar {
  background-color: white;
  border: 1px solid white;
  padding: 10px 25px;
  margin-bottom: 0;
}

.navbar-brand img {
  width: 130px;
}

#alignment-example form {
  margin-top: 20px;
}

#alignment-example button {
  margin-top: 5px;
  display: inline-flex;
  margin-right: 15px;
}

#alignment-example ul li {
  margin-right: 10px;
}

.iniciarsesion_button {
  cursor: pointer;
  font-style: normal !important;
  padding: 10px 20px;
  color: #e40e4d;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e40e4d;
  outline: 0;
  display: inline-block;
  background: white;
  border-radius: 5px;
}

.solicitaloahora_button {
  cursor: pointer;
  font-style: normal !important;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  display: inline-block;
  color: #fff !important;
  background: #ff1952;
  border-radius: 5px;
  background: -moz-linear-gradient(left, #ff1952 0, #ce123e 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #ff1952),
    color-stop(100%, #ce123e)
  );
  background: -webkit-linear-gradient(left, #ff1952 0, #ce123e 100%);
  background: -o-linear-gradient(left, #ff1952 0, #ce123e 100%);
  background: -ms-linear-gradient(left, #ff1952 0, #ce123e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff1952),
    to(#ce123e)
  );
  background: linear-gradient(to right, #ff1952 0, #ce123e 100%);
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 80px;
  }
  .iniciarsesion_button {
    margin-bottom: 15px;
  }
}

.texto-rosa {
  margin: 0;
  color: #e40e4d;
  padding: 10px 0 10px 40px;
  font-weight: bold;
}

/* Termina Navbar */

/* Inicia Banner */

.jumbotron {
  position: relative;
  background: url("../../images/rediseño/banner-diciembre.webp") no-repeat center center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  color: white;
  margin: 0;
}

.jumbotron-image {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.jumbotron h1 {
  font-size: 27px;
  font-weight: 800;
}

.jumbotron p {
  font-size: 21px;
  font-weight: 500;
}

.jumbotron button {
  font-size: 14px;
}

.jumbotron .container {
  position: relative;
  padding: 25% 0;
}

@media (max-width: 767px) {
  .jumbotron .container {
    padding-top: 420px;
    padding-bottom: 30px;
    max-height: 100vh;
    overflow: auto;
  }

  .jumbotron-image {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .jumbotron h1 {
    font-size: 23px;
    max-width: 300px;
  }

  .jumbotron p {
    font-size: 16px;
    max-width: 300px;
  }

  .jumbotron button {
    font-size: 13px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .jumbotron .container {
    padding-top: 200px;
  }

  .jumbotron h1 {
    font-size: 21px;
  }

  .jumbotron p {
    font-size: 15px;
  }

  .jumbotron button {
    font-size: 13px;
  }
}

/* Termina Banner */

/* Inicia simulador */

.simulador {
  padding: 0 20px;
}

.simulador h2 {
  color: #e40e4d;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.simulador p {
  color: #231f20;
  font-weight: 300;
  font-size: 18px;
  padding: 0 10px;
}

.simulador .card {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 30px;
  margin: 30px auto;
  color: #231f20;
  max-width: 600px;
}

.simulador .texto-tabla {
  font-size: 15px;
  color: #e40e4d;
  text-align: center;
  cursor: pointer;
}

.simulador h5 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.simulador .monto {
  font-size: 30px;
  color: #231f20;
  font-weight: bold;
  text-align: center;
}

.range {
  display: block;
  align-items: center;
  margin-bottom: 1rem;
}

.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
  margin-top: 10px;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  background-color: #e40e4d;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 25px;
  width: 25px;
  background-color: #e40e4d;
  border-radius: 50%;
  border: none;
}

.value1,
.value2 {
  color: #e40e4d;
  font-size: 30px;
  font-weight: bold;
}

.simulador .value2 {
  display: inline;
}

.simulador .legales {
  text-align: justify;
  margin: 0 auto;
  font-size: 9px;
  max-width: 850px;
}

.simulador .cat {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 18px;
  color: #000000;
  text-align: justify;
}

.simulador a {
  color: #e40e4d;
  font-size: 12px;
  font-weight: bold;
}

/* Termina simulador */

/* Inicia funciona */

.funciona h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.funciona p {
  color: #231f20;
  font-weight: 300;
  font-size: 18px;
  padding: 0 10px;
}

.funciona .container {
  margin-top: 40px;
}

.funciona .card img {
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.funciona h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.funciona h4 {
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 35px;
}

/* Termina funciona */

/* Inicia razones */

.razones {
  padding: 0 20px;
}

.razones h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.razones .container {
  margin-top: 45px;
  background-color: #f4f4f4;
  padding-top: 25px;
  border-radius: 20px;
}

.razones .card img {
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.razones h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.razones h4 {
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 35px;
}

/* Termina razones */

/* Inicia buen préstamo*/

.buen-prestamo {
  padding: 0 20px;
}

.buen-prestamo h2 {
  color: white;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 40px;
}

.buen-prestamo p {
  color: white;
  font-weight: 300;
  font-size: 23px;
  margin-top: 20px;
  padding: 0 40px;
}

.buen-prestamo .container {
  margin-top: 100px;
  background-image: url(../../images/rediseño/couple-dancing.png);
  padding-top: 25px;
  border-radius: 20px;
  padding-bottom: 40px;
  max-width: 1200px;
  height: fit-content;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
}

.buen-prestamo ul li {
  list-style: none;
  padding: 12px 40px;
  background-image: url("../../images/rediseño/check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  color: white;
  font-weight: bold;
  font-size: 23px;
}

.buen-prestamo span {
  color: white;
  text-align: center;
}

/* Termina buen préstamo */

/* Inicia mision*/

.mision {
  padding: 0 20px;
}

.mision h2 {
  color: #231f20;
  text-align: center;
  font-weight: 800;
  font-size: 27px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 40px;
}

.mision span {
  color: #e40e4d;
}

.mision a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
}

/* Termina mision */

/* Inicia testimonios */

.testimonios {
  padding: 0 20px;
  margin-top: 70px;
}

.testimonios h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.testimonios span {
  padding: 0 20px;
  font-weight: 600;
}

.testimonios p {
  color: #231f20;
  font-weight: 300;
  font-size: 18px;
  padding: 0 10px;
}

.testimonios .container {
  margin-top: 40px;
}

.testimonios .card img {
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.testimonios h3 {
  color: #e40e4d;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.testimonios h4 {
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 35px;
}

/* Termina testimonios */

/* Inicia preguntas */

.preguntas {
  padding: 0 20px;
  margin-top: 70px;
}

.preguntas h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.preguntas p {
  color: #231f20;
  font-weight: 300;
  font-size: 18px;
  padding: 0 10px;
}

.preguntas .container {
  margin-top: 40px;
}

.preguntas .panel a {
  text-decoration: none;
}

.preguntas .panel-heading {
  background-color: #f4f4f4;
  padding: 20px;
  color: #231f20;
}

.preguntas .panel-body {
  padding-left: 20px;
}

.preguntas span {
  float: inline-end;
}

/* Termina preguntas */

/* Inicia redes */

.redes h2 {
  color: #231f20;
  font-weight: 700;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.redes span {
  display: inline-block;
  color: #231f20;
  font-weight: 500;
  font-size: 20px;
  padding: 0 10px;
}

.redes p {
  color: #231f20;
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.redes .container {
  margin-top: 40px;
}

.redes img {
  width: 80px;
  padding: 10px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .redes span {
    display: block;
    color: #231f20;
    font-weight: 400;
    font-size: 20px;
    padding: 0 10px;
  }

  .redes p {
    color: #231f20;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}

/* Termina redes */

/*===== Inicia footer =====*/

#footer {
  padding: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #283238 !important;
  color: white;
}

#footer .container {
  width: 100%;
}

#footer p {
  color: white;
  margin: 30px auto;
  font-weight: 500;
}

#footer a {
  color: white;
}

#footer .footer-section ul li {
  font-size: 14px;
  text-decoration: none;
  color: white;
  line-height: 30px;
  margin: 0 auto;
}

.px-2{
  padding: 0 10px;
}

.container-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "element-1 element-2"
    "element-3 element-4"
    "element-5 .";
}

@media (min-width: 768px) {
  .container-footer {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "element-1 element-3 element-4"
      "element-2 . element-5";
  }
}

#lista-privacidad { grid-area: element-1; }
#lista-empleados { grid-area: element-2; }
#lista-facturacion { grid-area: element-3; }
#lista-quejas { grid-area: element-4; }
#lista-costos { grid-area: element-5; }

hr {
  border: 1px solid white;
  width: 100%;
}

.footer-brands {
  background-color: white;
  padding: 15px;
  filter: grayscale(100%);
  word-spacing: 20px;
}

.whatsapp-float,
.whatsapp-float:hover,
.whatsapp-float:visited {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  z-index: 9999;
}

.whastapp-icono {
  width: 35px;
}

@media (max-width: 768px) {
  #footer {
    padding: 20px;
    font-size: 12px;
    color: white;
  }

  #footer .footer-section ul li {
    font-size: 12px;
    text-decoration: none;
    color: white;
  }

  #footer .logo-footer {
    margin-bottom: 35px;
  }

  .footer-brands {
    background-color: white;
    padding: 25px;
    filter: grayscale(100%);
    word-spacing: 20px;
  }
}

/*===== Termina footer =====*/

/*===== Inicia Modal =====*/

.modals-title {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0em;
  text-align: center;
  color: #231f20;
  padding-top: 5px;
}

.subtitle-modal {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-top: 2px;
  letter-spacing: 0em;
  text-align: center;
  white-space: normal;
  color: #231f20;
}

.modal-header {
  border: 0px solid transparent;
  background-color: #f4f4f4;
}

.modals-footer {
  border: 0px solid transparent;
  padding-bottom: 35px;
}

.modals-footer a {
  color: #e40e4d;
}

.modal-dialog .modal-body label {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 9px;
}

.modals-footer p {
  text-align: start;
}

.modal .rosa {
  color: #e40e4d;
  font-weight: 500;
}

#formLogin .modal-body {
  text-align: start;
}

/*===== Termina Modal =====*/

/* Contenedor del tooltip */
.tooltip-container {
  position: relative;
  display: inline-block;
}

/* Imagen */
.tooltip-container img {
  height: auto;
  display: block;
}

/* El tooltip, inicialmente oculto */
.tooltip-text {
  visibility: hidden;
  width: 300px;  /* Ancho del texto */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 100%;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
