

/* FONTS */

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../assets/fonts/Roboto-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../assets/fonts/Roboto-Medium.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../assets/fonts/Roboto-Bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/* BASIC */

* {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }
  
  html,
  body {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0;
  
  }
  
  body {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1600 - 300))) !important;
  }
  
  h1 {
    line-height: 1.3em;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (2000 - 300))) !important;

  
  }
  
  h2 {
    font-size: 1.7em;
    line-height: 1.3em;
    margin-top: 0;
  
  }
  
  a:link,
  a:visited,
  a:active {
    text-decoration: none;
    font-size: 1.4em;
    color: white;
  }
  
  .button {
    display: flex;
    justify-content: center;
    background-color: red;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 10px 32px;
    outline: none;
    cursor: pointer;
    width: 200px;
    position: relative;
  }
  
  .bold {
    font-family: 'Roboto-Bold', 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  
  .button:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(78, 78, 3, 0.1);
    transition: all 1s ease;
    z-index: 4;
    border-radius: 15px;
  }
  
  .button:hover:before {
    width: 100%;
  }

  span {
      font-family: 'Roboto-Bold', 'Roboto-Regular', Arial, Helvetica, sans-serif !important;
      font-weight: bold;
  }
  
  /* BASIC */
  header {
    display: flex;
    align-items: center;
    background-image: url(./../assets/images/header_caja-sur.jpg);
    min-height: 600px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 0px !important;
  }
  
  .header-container {
    margin-left: 28%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .header-container div {
    margin-bottom: 100px;
  
  }
  
  .header-container img {
    width: 100px;
  }
  
  /* FIRST SECTION */
  
  .first-section-container {
    width: 53%;
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
  }
  
  .first-section-container p:last-child {
    margin-bottom: 0;
  }
  
  /* SEARCH SECTION */
  .search-section {
    background-image: url(./../assets/images/seccion-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .search-container {
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
    height: 100%;
    width: 70%;
    border-top-right-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
    position: relative;
  }
  
  .search-container div {
    padding-left: 30%;
    padding-right: 8%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .search-container p {
    margin-right: 50px;
  }
  
  .search-container img {
    height: 140px;
    position: relative;
    left: 30px;
    width: auto;
  
  }
  
  /* OFFER SECTION */
  
  .offer-section {
    background-image: url(./../assets/images/seccion-2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  
  }
  
  .offer-container {
    width: 70%;
    height: 100%;
    border-top-left-radius: 80px 80px;
    border-bottom-left-radius: 80px 80px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    float: right;
  
  }
  
  .offer-container h2 {
    text-align: right;
  }
  
  .offer-container p {
    text-align: right;
    padding-left: 8%;
  }
  
  .offer-container div {
    text-align: left;
    padding-right: 30%;
    padding-top: 80px;
    padding-bottom: 80px;
  
  }
  
  .offer-container img {
    height: 140px;
    position: relative;
    right: 30px;
    margin: 185px 0;
  }
  
  .bar {
    height: 50px;
    background-color: red;
    border-radius: 50px;
    position: relative;
    bottom: 25px;
    z-index: 2;
  }
  
  /* FINAL SECTION */
  
  .final-section {
    min-height: 850px;
    background-image: url(./../assets/images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
  
  }
  
  /* FINAL SECTION - STEPS*/
  .steps-container {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    align-items: center;
    justify-content: center;
    height: 550px;
    text-align: center;
    position: relative;
    bottom: 50px;
  }
  
  .steps-container>div {
    width: 60%;
  }
  
  @media screen and (min-width: 1450px) {
    .steps-container>div {
      width: 60%;
    }
  
  }
  
  .steps-container h2 {
    line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .steps {
    display: flex;
  }
  
  .steps-block-1 {
    display: flex;
    width: 100%;
  }
  
  .steps-block-2 {
    display: flex;
    width: 100%;
  }
  
  article {
    width: 100%;
    font-family: 'Roboto-Bold', 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 2%;
  }


  article p {
      width: 80%;
      margin: 0 auto;
      margin-top: 16px;
  }

  .steps-block-1 article:first-of-type {
    margin-left: 0;
  }
  
  /* FINAL SECTION - CTA */
  
  .cta {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  .cta p {
    margin-bottom: 32px;
    font-size: 1.3em;
    width: 100%;
    line-height: 1.6em;
    text-shadow: 2px 2px 8px #000000;
  }
  
  /* FOOTER */
  
  footer {
    background-color: black;
    color: white;
    margin: 0 auto;
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    position: relative;
  }
  
  .footer-container {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .by {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  footer img {
    width: 120.16px;
    height: 18.5px;
    margin-left: 8px;
  
  }

  footer a {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
  }

  .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
  }


  footer .info {
    margin: 0 auto;
    padding: 20px 0;
  }

  footer .info span {
    margin: 0 10px;
  }


/* SCROLL DOWN */

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  
  .parallax-window {
    min-height: 600px;
    background: transparent;
}


