/**
* Landing Efectimax
* Date: 18 / 03 / 2021
* Desarrollo: IV
*
**/
@font-face {
  font-family: "GothamXNarrow";
  src: url("../fonts/GothamXNarrow-Book.otf") format("opentype");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "GothamXNarrow";
  src: url("../fonts/GothamXNarrow-Black.otf") format("opentype");
  font-weight: 700; }

/* Control de colores */
:root {
  --amarillo: #ff9b22;
  --gris: #ededed;
  --blanco: #fff;
  --negro: #000; }

html, body {
  font-family: 'GothamXNarrow', sans-serif;
  font-size: 16px;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px; }

input.invalid:invalid {
  border: 1px solid red; }

.pd0 {
  padding: 0px; }

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*               Header                         */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 0px; }
  header img {
    height: 50px; }
  header .btn-contactar {
    background: var(--negro);
    color: var(--blanco);
    text-align: center;
    padding: 5px 40px;
    float: right;
    display: block;
    font-size: 18px;
    -webkit-box-shadow: 1px 2px 17px -1px #6b6b6b;
    -moz-box-shadow: 1px 2px 15px -1px #6b6b6b;
    box-shadow: 1px 2px 10px -1px #6b6b6b;
    text-decoration: none; }

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*              footer and Copy                 */
footer {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background: var(--negro);
  padding: 10px 0px;
  /**/
  /*  End Copy  */ }
  footer .copy {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: var(--blanco);
    font-size: 10px;
    letter-spacing: 1.5px; }
    footer .copy .link {
      color: var(--blanco); }

/****************************************/
/*            gracias                   */
/****************************************/
.body-gracias {
  background-color: var(--blanco); }
  .body-gracias .gracias {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 600px; }
    .body-gracias .gracias .image {
      padding: 300px 0px; }
      .body-gracias .gracias .image img {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: auto; }
    .body-gracias .gracias .amarillo {
      display: inline-block;
      background-color: var(--amarillo);
      padding: 250px 0px; }
      .body-gracias .gracias .amarillo p {
        font-size: 50px;
        color: var(--blanco);
        text-transform: uppercase;
        font-weight: 700; }

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*             Secciones de Pagina              */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/****************************************/
/*                Home                  */
/****************************************/
/* h-sec1 */
.h-sec1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: var(--gris);
  padding: 50px 0px; }
  .h-sec1 .title1 {
    color: var(--amarillo);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px; }
  .h-sec1 .title1a {
    color: var(--negro);
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1px; }
  .h-sec1 .line {
    width: 15%;
    height: 5px;
    background: var(--amarillo);
    margin: 4% 0; }
  .h-sec1 li {
    letter-spacing: 1px;
    font-size: 18px; }

/* h-sec2 */
.h-sec2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: var(--blanco);
  padding: 50px 0px; }
  .h-sec2 .title2 {
    text-align: center;
    letter-spacing: 1px; }
    .h-sec2 .title2 h2 {
      color: var(--amarillo);
      font-size: 25px;
      letter-spacing: 2px;
      font-weight: 700; }
  .h-sec2 .beneficios {
    margin-top: 150px; }
    .h-sec2 .beneficios .benefit {
      background: var(--amarillo);
      padding: 20px 30px;
      min-height: 350px;
      height: auto;
      display: block;
      border-radius: 12px; }
      .h-sec2 .beneficios .benefit .icono {
        margin: auto;
        display: block;
        z-index: 999;
        position: relative;
        margin-top: -100px; }
      .h-sec2 .beneficios .benefit h3 {
        text-align: center;
        color: var(--negro);
        font-size: 38px;
        font-weight: 700; }
      .h-sec2 .beneficios .benefit ul {
        margin: auto;
        display: block;
        width: 80%; }
        .h-sec2 .beneficios .benefit ul li {
          font-size: 20px;
          letter-spacing: 1.5px;
          list-style-type: square; }
      .h-sec2 .beneficios .benefit .required {
        color: var(--negro);
        font-weight: 700;
        margin-top: 15px;
        font-size: 20px;
        letter-spacing: 1.5px;
        text-align: center; }
  .h-sec2 .seccion-form {
    background: var(--amarillo);
    height: 350px;
    display: block;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 130px; }
    .h-sec2 .seccion-form .form {
      background: var(--gris);
      display: inline-block;
      width: 70%;
      min-height: 380px;
      height: auto;
      padding: 40px 20px;
      margin: auto;
      display: block;
      z-index: 999;
      position: relative;
      margin-top: -80px; }
      .h-sec2 .seccion-form .form .title-form {
        text-align: center;
        color: var(--negro);
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px; }
      .h-sec2 .seccion-form .form input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 2px solid var(--amarillo);
        margin-bottom: 10px; }
      .h-sec2 .seccion-form .form label {
        font-size: 14px;
        color: var(--negro);
        letter-spacing: 1px;
        font-weight: 400; }
      .h-sec2 .seccion-form .form textarea {
        width: 100%;
        background: transparent;
        border: 2px solid var(--amarillo);
        margin-bottom: 10px;
        height: 100px; }
      .h-sec2 .seccion-form .form ::-webkit-input-placeholder {
        font-size: 14px;
        color: var(--negro);
        letter-spacing: 1px; }
      .h-sec2 .seccion-form .form :-ms-input-placeholder {
        font-size: 14px;
        color: var(--negro);
        letter-spacing: 1px; }
      .h-sec2 .seccion-form .form ::-ms-input-placeholder {
        font-size: 14px;
        color: var(--negro);
        letter-spacing: 1px; }
      .h-sec2 .seccion-form .form ::placeholder {
        font-size: 14px;
        color: var(--negro);
        letter-spacing: 1px; }
      .h-sec2 .seccion-form .form .btn-enviar {
        border: none;
        background: var(--negro);
        float: right;
        color: var(--blanco);
        font-size: 16px;
        text-decoration: none;
        padding: 5px 40px; }
  .h-sec2 .img-logo {
    margin: auto;
    display: block; }
  .h-sec2 h2 {
    color: var(--amarillo);
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center; }
  .h-sec2 .prestamos {
    margin: auto;
    display: block;
    margin-top: 50px; }
    .h-sec2 .prestamos .img-prestamo {
      margin: auto;
      display: block; }
    .h-sec2 .prestamos .title-prestamo {
      text-align: center;
      margin-bottom: 40px;
      color: var(--negro);
      font-size: 16px;
      letter-spacing: 1px; }
      .h-sec2 .prestamos .title-prestamo .black-title {
        color: var(--negro);
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 20px;
        margin-top: 20px;
        display: inline-block; }

/* h-sec3 */
.h-sec3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: var(--gris); }
  .h-sec3 .texto {
    padding: 50px 0px; }
    .h-sec3 .texto h3 {
      font-size: 30px;
      font-weight: 700;
      margin: 0 0 20px;
      letter-spacing: 2px; }
      .h-sec3 .texto h3 strong {
        display: block;
        color: var(--amarillo);
        font-size: 70px;
        line-height: 1.1;
        letter-spacing: 2px; }
  .h-sec3 .img-laptop {
    display: block;
    width: 110%;
    margin: -25px auto; }

/* h-sec4 */
.h-sec4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: var(--blanco);
  padding: 30px 0px; }

/* h-sec5 */
.h-sec5 .fondo-amarillo {
  display: inline-block;
  vertical-align: top;
  background-color: var(--amarillo);
  min-height: 400px;
  height: auto;
  padding: 30px; }
  .h-sec5 .fondo-amarillo .title5 {
    text-align: center;
    border: 5px solid var(--negro);
    font-size: 50px;
    color: var(--negro);
    font-weight: 700;
    letter-spacing: 3px;
    width: 50%;
    padding: 5px 20px;
    text-transform: uppercase;
    margin: auto;
    display: block;
    line-height: 1;
    margin-top: 80px; }
  .h-sec5 .fondo-amarillo .title5a {
    color: var(--blanco);
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    width: 60%;
    margin: auto;
    display: block; }

.h-sec5 .img-fondo {
  display: block;
  background-image: url("../img/Img_RefrendosIlimitados.jpg");
  background-position: center;
  min-height: 400px;
  height: auto;
  background-size: cover; }

/* h-sec6 */
.h-sec6 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: var(--gris);
  border-top: 12px solid var(--negro);
  padding: 50px 0px; }
  .h-sec6 .titulo img {
    display: block;
    width: 100%;
    max-width: 150px; }
  .h-sec6 .titulo p {
    font-size: 35px;
    font-weight: 700;
    width: 100%;
    letter-spacing: 3px;
    margin-bottom: 30px; }
  .h-sec6 .direccion .marca {
    background: url("../img/Icon_Pinlocation.png") 10px top no-repeat;
    background-size: 50px;
    padding-left: 100px;
    margin-bottom: 30px; }
    .h-sec6 .direccion .marca h4 {
      font-weight: 700;
      font-size: 25px;
      margin: 0px;
      letter-spacing: 2px; }
    .h-sec6 .direccion .marca p {
      font-size: 16px;
      letter-spacing: 1px; }
  .h-sec6 .direccion .whatsapp {
    background: url("../img/Icono_WhatsApp.png") 10px top no-repeat;
    background-size: 50px;
    padding-left: 100px;
    margin-bottom: 30px; }
    .h-sec6 .direccion .whatsapp p {
      font-weight: 700;
      font-size: 25px;
      margin: 0px;
      line-height: 1;
      letter-spacing: 1px; }
  .h-sec6 .contactanos {
    background-color: var(--blanco);
    padding: 15px;
    margin-top: 50px; }
    .h-sec6 .contactanos h4 {
      font-weight: 700;
      font-size: 30px;
      text-transform: uppercase;
      margin: 0 0 20px; }
    .h-sec6 .contactanos form input {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      border: none;
      color: var(--negro);
      border-bottom: 2px solid var(--amarillo);
      outline: none; }
    .h-sec6 .contactanos form label {
      font-size: 14px;
      color: var(--negro);
      letter-spacing: 1px;
      font-weight: 400; }
    .h-sec6 .contactanos form textarea {
      display: inline-block;
      width: 100%;
      min-height: 100px;
      border: 2px solid var(--amarillo);
      outline: none; }
    .h-sec6 .contactanos form ::-webkit-input-placeholder {
      font-size: 14px;
      color: var(--negro);
      letter-spacing: 1px; }
    .h-sec6 .contactanos form :-ms-input-placeholder {
      font-size: 14px;
      color: var(--negro);
      letter-spacing: 1px; }
    .h-sec6 .contactanos form ::-ms-input-placeholder {
      font-size: 14px;
      color: var(--negro);
      letter-spacing: 1px; }
    .h-sec6 .contactanos form ::placeholder {
      font-size: 14px;
      color: var(--negro);
      letter-spacing: 1px; }
    .h-sec6 .contactanos form button {
      padding: 3px 30px;
      border: none;
      background-color: var(--negro);
      color: var(--blanco);
      letter-spacing: 1px; }

/* Medias query */
@media (max-width: 767px) and (min-width: 480px) {
  .h-sec2 .seccion-form {
    display: inline-block; }
    .h-sec2 .seccion-form .form {
      width: 100%; }
  .h-sec2 .beneficios .benefit {
    margin-bottom: 100px; }
    .h-sec2 .beneficios .benefit ul {
      width: 100%; }
  .h-sec3 .img-laptop {
    width: 100%; }
  .h-sec5 .fondo-amarillo .title5 {
    width: 80%; }
  .h-sec5 .fondo-amarillo .title5a {
    width: 100%; }
  .h-sec6 .titulo img {
    margin-bottom: 30px; } }

@media (max-width: 479px) and (min-width: 0px) {
  .h-sec2 .seccion-form {
    display: inline-block; }
    .h-sec2 .seccion-form .form {
      width: 100%; }
  .h-sec2 .beneficios .benefit {
    margin-bottom: 100px; }
    .h-sec2 .beneficios .benefit ul {
      width: 100%; }
  .h-sec3 .img-laptop {
    width: 100%; }
  .h-sec5 .fondo-amarillo .title5 {
    width: 100%; }
  .h-sec5 .fondo-amarillo .title5a {
    width: 100%; }
  .h-sec6 .titulo img {
    margin-bottom: 30px; } }
