* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}

.container {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 11rem;
  }
}
@media screen and (min-width: 993px) {
  .container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

h1, h2, h3, h4, h5, h6, p {
  color: #161616;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 993px) {
  h2 {
    font-size: 5.1rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 993px) {
  p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

nav {
  background-color: rgba(228, 228, 228, 0.486);
  height: 14rem;
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
nav .container img {
  height: 8rem;
  width: auto;
}
nav .container .enlaces {
  display: none;
  gap: 3rem;
}
@media screen and (min-width: 993px) {
  nav .container .enlaces {
    display: flex;
  }
}
nav .container .enlaces a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: rgb(29, 29, 29);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
nav .container .enlaces a:hover {
  color: rgb(12, 133, 231);
}
nav .container .enlaces a img {
  height: 2rem;
  width: auto;
}
nav .container .burger-menu {
  display: flex;
}
@media screen and (min-width: 993px) {
  nav .container .burger-menu {
    display: none;
  }
}

.empresas {
  padding-top: 5rem;
  margin-bottom: 9rem;
}
.empresas .container {
  padding: 0 2rem;
  max-width: 110rem;
  margin: 0 auto;
}
.empresas .container h2 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .empresas .container {
    padding: 0 11rem;
  }
}
@media screen and (min-width: 993px) {
  .empresas .container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .empresas .container {
    padding: 0;
  }
}
.empresas .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .empresas .container .wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
.empresas .container .wrapper img {
  cursor: pointer;
}

footer {
  background-color: #1C1C1C;
  display: grid;
}
footer .container {
  max-width: 110rem;
  width: 100%;
  justify-self: center;
  margin-top: 10rem;
  margin-bottom: 12rem;
  padding: 0 2rem;
}
@media screen and (min-width: 993px) {
  footer .container {
    margin-bottom: 17rem;
  }
}
footer .container h2 {
  font-family: "Playfair Display", serif;
  line-height: 3rem;
  margin-bottom: 8rem;
  color: white;
}
footer .container h2 .orange {
  color: #FF5530;
}
@media screen and (min-width: 993px) {
  footer .container h2 {
    margin-bottom: 12rem;
    line-height: 6rem;
  }
}
footer .container .wrapper-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  footer .container .wrapper-contact {
    flex-direction: row;
    gap: 0;
  }
}
footer .container .wrapper-contact .wrapper-button {
  display: grid;
}
footer .container .wrapper-contact .wrapper-button a {
  justify-self: center;
}
footer .container .wrapper-contact .wrapper-button a button {
  font-family: "Roboto", sans-serif;
  padding: 2.8rem 3.2rem;
  border: 3px solid white;
  color: white;
  font-size: 1.6rem;
  background-color: transparent;
  text-transform: uppercase;
  align-self: center;
  justify-self: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer .container .wrapper-contact .wrapper-button a button:hover {
  background-color: white;
  color: #1C1C1C;
  transform: translateY(4px);
}
@media screen and (min-width: 993px) {
  footer .container .wrapper-contact .wrapper-button a button {
    font-size: 2.2rem;
  }
}
footer .container .wrapper-contact .wrapper-social-media {
  display: grid;
}
footer .container .wrapper-contact .wrapper-social-media h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 993px) {
  footer .container .wrapper-contact .wrapper-social-media h3 {
    font-size: 2.2rem;
    text-align: left;
  }
}
footer .container .wrapper-contact .wrapper-social-media .social-media-logos {
  display: flex;
  gap: 2rem;
  justify-self: center;
}
footer .container .wrapper-contact .wrapper-social-media .social-media-logos img {
  transition: all 0.3s ease-in-out;
}
footer .container .wrapper-contact .wrapper-social-media .social-media-logos img:hover {
  transform: translateY(4px);
}/*# sourceMappingURL=empresas.css.map */