.text-left {
  text-align: left;
}

.small {
  font-size: 80%;
}

.home-spot {
  position: relative;
  /*min-height: 100vh;*/

  background-position: right top;
  background-repeat: no-repeat;
  font-family: "Lato", sans-serif;

  padding-top: 90px;
  padding-bottom: 190px;
}

/*Mobile*/
@media screen and (min-width: 1500px) {
  .home-spot {
    /*height: 100vh;*/
  }
}

.home-spot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + -170px);
  background-image: url("../../img/images/home-image.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.no-webp .home-spot:before {
  background-image: url("../../img/images/home-image.jpg");
}

.home-spot > div[class*="container"] {
  height: 100%;
}

.home-spot .title {
  color: var(--c-secondary);
  font-size: 2.55rem;
}

.home-spot .form-title {
  font-size: 0.9rem;
}

.home-spot .form-title h1 {
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 13px;
}

.home-spot form {
  display: block;
  background-color: var(--c-terciary);
  color: white;
  padding: 30px 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.home-spot form .flex,
.home-spot form .full-flex {
  font-size: 0.6rem;
}

.home-spot form input[type="text"],
.home-spot form input[type="email"],
.home-spot form input[type="password"],
.home-spot form input[type="search"],
.home-spot form input[type="tel"],
.home-spot form input[type="email"],
.home-spot form select,
.home-spot form textarea {
  display: block;
  width: 100%;
  border: 0;
  background-color: #fff;
  border: 2px solid #1e4c61;
  color: #333;
  font-size: 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 38px;
}

.home-spot form input[type="text"]::placeholder,
.home-spot form input[type="email"]::placeholder,
.home-spot form input[type="password"]::placeholder,
.home-spot form input[type="search"]::placeholder,
.home-spot form input[type="tel"]::placeholder,
.home-spot form select::placeholder,
.home-spot form textarea::placeholder {
  /*color: #517585;*/
  color: #333;
}

.home-spot form input[type="text"].input-principal {
  background-color: white;
  border-color: var(--c-primary);
  color: #333;
}

.home-spot form select.quiero {
  font-size: 1.1rem;
  height: 40px;
  line-height: 1;
  color: #333;
}

.home-spot form select {
  color: #333;
}

.home-spot form select[name="inicio_laboral"] option:first-child {
  display: none !important;
}

.home-spot form a:hover {
  color: white;
  text-decoration: underline;
}

.home-spot form .flex > *,
.home-spot form .full-flex > * {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.home-spot .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 25px;
  top: 15px;
  background-image: url(../../img/images/Calendar_icon_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}

.home-spot form .flex > * > label,
.home-spot form .full-flex > * > label {
  display: block;
  padding-bottom: 3px;
}

.home-spot form .check label {
  display: inline-block;
  vertical-align: middle;
}

.home-spot form b {
  font-weight: 700;
}

.home-spot form .btn {
  white-space: nowrap;
}

@media screen and (min-width: 900px) {
  .home-spot .container .contenedor-form {
    height: 572px;
  }
}

@media screen and (max-width: 900px) {
  .home-spot {
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-spot:before {
    display: none !important;
  }

  .home-spot > div[class*="container"] {
    background-image: url("../../img/images/home-mobile.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 70px;
  }

  .no-webp .home-spot > div[class*="container"] {
    background-image: url("../../img/images/home-mobile.jpg");
  }

  .home-spot form {
    padding: 0;
    background-color: transparent;
  }

  .home-spot form input[type="text"],
  .home-spot form input[type="email"],
  .home-spot form input[type="password"],
  .home-spot form input[type="search"],
  .home-spot form input[type="tel"],
  .home-spot form input[type="email"],
  .home-spot form select,
  .home-spot form textarea {
    border: 3px solid #74868c;
  }

  .home-spot .title {
    color: #fff;
    font-size: 2rem;
  }

  .home-spot .subtitle {
    font-size: 1.1rem;
    margin-top: 40px;
  }

  .home-spot .flex > *,
  .home-spot .full-flex > * {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .home-spot .full-flex > *:first-child {
    padding-right: 5px;
  }

  .home-spot .full-flex > *:last-child {
    padding-left: 5px;
  }

  .home-spot form .check {
    text-align: left;
  }
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .home-spot > div[class*="container"] {
    height: auto;
  }
}

.home-footer {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: -1;
}

.home-footer .banner {
  font-size: 1.4rem;
  background-color: var(--c-terciary);
  color: white;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: -162px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  line-height: 1.2;
}

.home-footer .items {
  width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border-right: 2px solid #9a9a9a;
}

.home-footer .items:first-child {
  padding-left: 0px;
}

.home-footer .items:last-child {
  border-right: 0;
}

.home-footer .items .item-img {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  text-align: left;
}

.home-footer .items .item-text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% + -70px);
  font-weight: 600;
  color: #484848;
  font-size: 0.75rem;
  text-align: left;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .home-footer {
    position: inherit;
    bottom: initial;
    padding-top: 20px;
    padding-bottom: 50px;
    /*background-image: url('../../img/images/fondo-mobile2.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    /*display: none;*/
  }

  .home-footer .banner {
    display: none;
  }

  .home-footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .home-footer .items {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
    width: calc(100% / 3);
    /* max-width: 150px;
		border-bottom: 2px solid #9a9a9a; */
    vertical-align: top;
  }

  .home-footer .items .item-img,
  .home-footer .items .item-text {
    display: block;
    width: 100%;
    text-align: center;
  }

  .home-footer .items .item-img {
    padding-top: 20px;
  }

  .home-footer .items .item-img img {
    height: 45px;
  }

  .home-footer .items .item-text {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 0.65rem;
    color: #666;
  }

  .home-footer .items .item-text b {
    color: var(--c-primary);
    font-size: 0.8rem;
    display: block;
  }
}

/******************************************/
.respaldo {
  background-image: url("../../img/bg/texture.webp");
  background-position: center;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: var(--c-secondary);
}

.no-webp .respaldo {
  background-image: url("../../img/bg/texture.jpg");
}

/*.respaldo:before{
	content: url('../../img/images/ondas.png');
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/
.respaldo .title {
  color: #fff;
}

.item-respaldo {
  padding: 50px;
  position: relative;
  color: #fff;
  border-right: 2px solid #fff;
}

.respaldo .flex > div:last-child .item-respaldo {
  border-right: 0;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .respaldo {
    display: none;
  }

  .item-respaldo {
    border-right: 0;
    border-bottom: 2px solid #fff;
    padding-left: 0;
    padding-right: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .item-respaldo img {
    width: 95px;
  }

  .respaldo .flex > div:last-child .item-respaldo {
    border-bottom: 0;
  }

  .respaldo > img {
    display: none !important;
  }
}

.item-respaldo .respaldo-icon {
  padding-bottom: 30px;
}

.item-respaldo .respaldo-title {
  font-size: 1.25rem;
  padding-bottom: 15px;
}

.item-respaldo .respaldo-text {
  font-size: 0.75rem;
  padding-bottom: 20px;
}

.item-respaldo .respaldo-iniciar {
  font-weight: bold;
  color: #484848;
  display: block;
  margin-bottom: 10px;
}

.item-respaldo .respaldo-iniciar:hover {
  text-decoration: none;
  color: #000;
}

.triangulo_bottom_right {
  width: 0;
  height: 0;
  border-bottom: 27px solid var(--c-primary);
  border-left: 27px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************************/
.contacto {
  background-color: var(--c-secondary);
  color: white;
  background-image: url("../../img/bg/texture.webp");
  background-position: center;
}

.no-webp .contacto {
  background-image: url("../../img/bg/texture.jpg");
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .contacto {
    background-image: url("../../img/bg/texture-mobile.webp");
  }

  .no-webp .contacto {
    background-image: url("../../img/bg/texture-mobile.jpg");
  }
}

.contacto .title {
  color: white;
}

.contacto .flex > div {
  padding-top: 50px;
  padding-bottom: 60px;
}

.contacto .flex > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.contacto a:not(.btn) {
  color: #fff;
}

.contacto a:not(.btn):hover {
  color: var(--c-primary);
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .contacto .flex > div:first-child {
    border-right: 0;
  }

  .contacto .flex > div:last-child {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  .contacto .flex > div:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/**************************************/
.nosotros {
  padding-top: 70px;
  padding-bottom: 120px;
  color: #606060;
  font-size: 0.95rem;
}

.nosotros .subtitle {
  font-size: 1.4rem;
  color: #111;
}

.preguntas-freq {
  font-size: 1.75rem;
  font-weight: 400;
  border: 2px solid var(--c-primary);
  display: block;
  padding: 30px 50px;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .nosotros {
    background-image: none !important;
  }

  .nosotros .subtitle {
    font-size: 1.1rem;
  }

  .preguntas-freq {
    font-size: 1.05rem;
    line-height: 1.2;
    padding: 20px 20px;
  }
}

.preguntas-freq:after {
  content: "";
  display: inline-block;
  vertical-align: unset;
  border: solid var(--c-primary);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

  width: 12px;
  height: 12px;
}

.preguntas-freq:hover {
  border-color: var(--c-hover);
}

.preguntas-freq:hover:after {
  border-color: var(--c-hover);
}

/**************************************/
div.faq {
  padding-bottom: 0px;
  padding-top: 50px;
  font-size: 0.75rem;
  line-height: 2;
}

div.faq h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #484848;
  margin-top: 0px;
  margin-bottom: 20px;
  display: block;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  div.faq {
    padding-top: 120px;
  }
}

.faq-item {
  /*padding-bottom: 40px;*/
}

.faq-item .faq-title {
  font-size: 1rem;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.2;
}

.faq-item .faq-title:hover {
  color: var(--c-primary);
  cursor: pointer;
}

.faq-item .faq-title:before {
  content: url("../../img/icons/arrow.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -30px;
  width: 22px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq-title.faq-open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-item .faq-desc {
  background-color: #fff;
  font-weight: 300;
  font-size: 0.75rem;
  padding-left: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  line-height: 1.6;
}

/**************************************/
.obtener-credito {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
  line-height: 2;
  font-size: 0.75rem;
  margin-top: -350px;
}

.obtener-credito .flex div:first-child img {
  margin-left: -15px;
}

.obtener-credito > .flex > div:last-child {
  padding-top: 100px;
}

.obtener-credito .preguntas-freq {
  display: none;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .obtener-credito {
    margin-top: 0px;
  }

  .obtener-credito > .flex > div:first-child {
    display: none !important;
  }

  .obtener-credito .flex div:last-child {
    padding-bottom: 20px;
    /*background-image: url("../../img/images/fondo-mobile3.png");*/
    background-image: url("../../img/images/fondo-mobile4.webp");
    background-color: transparent;
    background-size: cover;
    background-position: center top;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;

    margin-top: -40px;
    text-align: center;
  }

  .no-webp .obtener-credito .flex div:last-child {
    background-image: url("../../img/images/fondo-mobile4.jpg");
  }

  .obtener-credito .preguntas-freq {
    display: block;
  }

  .obtener-credito .flex div:last-child a.btn.btn-primary {
    display: none;
  }

  .nosotros {
    background-image: url("../../img/images/fondo-mobile4.webp");
    background-color: transparent;
    background-size: cover;
    background-position: center top;
  }

  .no-webp .nosotros {
    background-image: url("../../img/images/fondo-mobile4.jpg");
  }
}

/************************************/
.home-spot .home-spot-mobile {
  display: none;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .home-spot .home-spot-mobile {
    display: block;
    font-weight: 400;
    /*text-align: center;*/
    font-size: 0.9rem;
  }

  .home-spot .form-title {
    display: none;
  }

  .home-spot .home-spot-mobile .first {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }

  .home-spot .home-spot-mobile .second {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }

  .home-spot .home-spot-mobile .tercy {
    font-size: 0.8rem;
    padding-bottom: 0px;
  }

  .home-spot .home-spot-mobile small {
    display: block;
    padding-bottom: 15px;
  }
}

#results-page {
  display: block;
  height: calc(100vh + -7px);
  background-size: auto calc(100% + -25px);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2rem;
}

#results-page > div,
#results-page > div .flex {
  height: 100%;
}

#results-page b {
  font-weight: 800;
}

#results-page .banner {
  background-color: #ddd;
  color: #222;
  width: 100%;
  max-width: 500px;
  padding: 15px 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#results-page .banner a {
  font-weight: 500;
  color: var(--c-primary);
  display: inline-block;
  margin-top: 0px;
  font-size: 1rem;
}

#results-page .banner a:hover {
  /*color: #ccc;*/
}

#results-page h1,
#results-page h2,
#results-page h3,
#results-page h4,
#results-page h5 {
  margin-top: 0;
  margin-bottom: 8px;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  #results-page {
    /*background-image: url("../../img/images/thank-mobile.jpg") !important;*/
    background-image: none !important;
    background-size: cover;
    background-position: center top;
    /*color: white;*/
    height: auto;
    padding-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
    min-height: 100vh;
  }

  #results-page.bg2 {
    /*background-image: url("../../img/images/home-mobile.jpg") !important;*/
    background-image: none !important;
  }

  #results-page .container-fluid {
    width: 100%;
  }

  #results-page > div {
    margin: 0;
    padding: 0;
  }

  #results-page .banner {
    line-height: 1.1;
  }

  #results-page .banner br {
    display: none;
  }

  #results-page .banner a {
    margin-top: 5px;
    cursor: pointer;
  }

  #results-page h1,
  #results-page h2,
  #results-page h3,
  #results-page h4,
  #results-page h5 {
    font-size: 2.5rem;
  }

  #results-page img[src*="logo"] {
    width: 160px !important;
  }
}

.form-wait {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 14px;
  padding-top: 9px;
  margin-left: -34px;
}

.form-wait img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.form-disabled input,
.form-disabled select,
.form-disabled button,
.form-disabled label {
  pointer-events: none;
  opacity: 0.5;
}

#pin h1,
#pin h2,
#pin h3,
#pin h4,
#pin h5 {
  margin-top: 0;
  margin-bottom: 0px;
}

#pin form {
  display: block;
  background-color: transparent;
  padding: 0;
  color: #000;
}

#pin form label {
  font-size: 0.7rem;
  margin-top: 18px;
  display: block;
}

#pin form input {
  border: 0;
  border-bottom: 1px solid #666;
  border-radius: 0;
  font-size: 0.8rem;
  padding-left: 40px;
  margin-top: 5px;
}

#pin .icon {
  position: absolute;
  top: 25px;
  left: 6px;
}

#pin a:hover {
  color: #000;
}

.alerta-home {
  display: inline-flex;
  margin-top: 70px;
  color: #fff;
  background-color: var(--c-terciary);
  padding: 20px 45px;
  border-radius: 5px;
  padding-left: 27px;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 1.3rem;
}

.alerta-home img {
  height: 20px;
  filter: brightness(10);
  margin-right: 15px;
}

/*Mobile*/
@media screen and (max-width: 750px) {
  .alerta-home {
    font-size: 1rem;
  }
}

.btn-pink {
  padding-top: 40px;
}

.btn-pink .btn {
  background-color: #d92443;
  margin-right: 10px;
  border-radius: 5px;
}

.btn-pink .btn:hover {
  background-color: #222;
}

.btn-pink .btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  filter: brightness(0) invert(1);
  height: 25px;
}

