.instrument-sans-medium {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.instrument-sans-bold {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.instrument-sans-regular {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.inria-sans-light {
  font-family: "Inria Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.inria-sans-regular {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inria-sans-bold {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inria-sans-light-italic {
  font-family: "Inria Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.inria-sans-regular-italic {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.inria-sans-bold-italic {
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.inria-serif-light {
  font-family: "Inria Serif", serif;
  font-weight: 300;
  font-style: normal;
}

.inria-serif-regular {
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.inria-serif-bold {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.inria-serif-light-italic {
  font-family: "Inria Serif", serif;
  font-weight: 300;
  font-style: italic;
}

.inria-serif-regular-italic {
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.inria-serif-bold-italic {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-style: italic;
}


body {
  color: black;
  background-color: #FAF9FA;
  padding: 2rem 5rem;
}

.header {
  font-size: 16px;
  color: black;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .links {
  display: flex;
  gap: 5%;
  font-weight: 500;
  flex-grow: 1;
  margin-left: 10%;
  font-size: 20px;
  cursor: pointer;
  color: #FAF9FA
}

.button {
  background-color: #DE6832;
  color: white;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  cursor: pointer;
}

.button a {
  color: white;
  text-decoration: none;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  opacity: 0.05;
}

.image-wrapper img {
  display: block;
  position: absolute;
  top: -70;
  right: -110;
}

.landing-page {
  padding-top: 5%;
}

@media  screen and (max-device-width: 600px) {
   #hero-img {
     display: none;
  }

  .header .button {
    display: none;
  }

  .header {
    flex-direction: column;
    align-items: center;
  }

  .header .logo {
    font-size: 2.5em;
  }

  .header .links {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 1.5em;
    font-size: 2.75em;
  }

  #hero div h1 {
    font-size: 100px;
  }

  #hero div h1 #title-span {
    font-size: 120px;
  }

  #hero div #description {
    font-size: 50px;
  }
  
  #cta {
    padding: 2em !important;
    gap: 1em !important;
    width: auto !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
  }

  #cta img {
    height: 60px;
  }

  #cta div {
    font-size: 1.5em;
  }

  #cta div #action {
    font-size: 50px;
  }

  ul li h2 {
    font-size: 1.5em;
  }

  .servicios #servicios-tiles div img {
    height: 150px;
  }

  .servicios #servicios-tiles div span {
    font-size: 1.5em;
  }

  #resenas-content {
    flex-direction: column;
  }

  #resenas-content h3 {
    font-size: 3.5em;
    margin-top: 0;
    margin-bottom: 0;
  }

  #resena h4 {
    font-size: 2em;
  }

  #resena-text {
    font-size: 2.5em;
  }

  #resena-stars-img {
    height: 2.5em;
  }

  #resena-name {
    font-size: 2em !important;
  }

  #resena-place {
    font-size: 2em !important;
  }
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hero #hero-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#hero h1 {
  font-size: 4em;
}

#hero h1 span {
  font-size: 64px;
  text-transform: uppercase;
}

#hero #description {
  font-size: 28px;
}

#cta {
  font-size: 26px;
  display: flex;
  width: fit-content;
  padding: 10px 50px;
  margin-top: -5%;
}

#hero #action {
  font-size: 32px;
}

#hero-img {
  height: 30rem;
}

.rotate45 {
  transform: rotate(-35deg);
}

.servicios {
  margin-top: 5rem;
  background-color: #6D7B99;
  padding: 25px;
  padding-bottom: 35px;
  border-radius: 65px;
}

ul {
  margin-bottom: 2em;
}

li {
  font-size: 1.5em;
}

.servicios li {
  color: #fff;
}

li h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

#servicios-tiles {
  color: white;
  font-size: 25px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

}

.tile {
  display: flex;
  align-items: center;
  gap: 22px;
}

#tile-img {
  height: 90px;  
}

.resenas {
  margin-top: 4rem;
  padding: 25px;
  padding-bottom: 35px;
  border-radius: 65px;
}

.resenas ul {
  color: #DE6832;
  margin-bottom: 0;
}

.resenas h3 {
  font-size: 2em;
}

#resenas-content {
  display: flex;
  gap: 4em;
}

#resena {
  border: 1px solid rgba(222, 104, 50, 0.1);
  border-radius: 25px;
  padding: 0em 1em 1em 2em;
  box-shadow: rgba(222, 104, 50, 0.4) 5px 5px, rgba(222, 104, 50, 0.3) 10px 10px, rgba(222, 104, 50, 0.2) 15px 15px, rgba(222, 104, 50, 0.1) 20px 20px, rgba(222, 104, 50, 0.05) 25px 25px;
}

#resena h4 {
  color: gray;
}

#resena-stars-img {
  margin-bottom: 1em;
}

#resena-name {
  font-size: 0.9em;
}

#resena-location-img {
  height: 1em;
  margin-top: 0.5em;
}

#resena-place {
  font-size: 1em;
}
