html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
.main-container-tractoequipos {
  background-image: url("../img/tractoequipos-back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-tractoequipos {
  max-width: 120rem;
  width: 90%;
  margin: 80px auto;
}

.center-flex {
  display: flex;
  justify-content: center;
}

.mb-s {
  margin-bottom: 3.125rem;
}
.mb-m {
  margin-bottom: 4rem;
}

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

img.logo-tractoequipos {
  max-width: 400px;
}

.text-center {
  color: hsl(0, 0%, 100%);
}
.title-tractoequipos {
  font-family: "Inter", sans-serif;
  font-size: 3rem !important;
  font-weight: 400;
  margin: 0px;
  color: hsl(0, 0%, 100%);
  line-height: 1.2;
}
.text-tractoequipos {
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem !important;
  font-weight: 400;
  margin-top: 20px;
  color: hsl(0, 0%, 100%);
}
.btn-tractoequipos {
  font-family: "PT Sans", sans-serif;
  font-size: 1.25rem !important;
  font-weight: 700;
  border-radius: 15px;
  color: hsl(0, 0%, 100%);
  padding: 1rem 2rem;
  background: hsl(356, 59%, 51%);
  margin: 0 1rem;
  transition: 0.4s all;
}
.btn-tractoequipos:hover {
  background: hsl(356, 73%, 25%);
  color: hsl(0, 0%, 100%);
}

/*-----------@media Query
---------------------------------------*/

/* -- Media Queries -- */

@media (max-width: 992px) {
  .title-tractoequipos {
    font-size: 1.75rem !important;
  }

  .text-tractoequipos {
    font-size: 1.25rem !important;
  }
  .btn-tractoequipos {
    font-size: 1rem !important;
    margin: 0 3.5rem;
  }
}

@media (max-width: 767px) {
  img.logo-tractoequipos {
    max-width: 200px;
  }

  .text-tractoequipos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-btn-tractoequipos {
    flex-direction: column;
    align-items: center;
  }

  .btn-tractoequipos:nth-child(2) {
    margin-top: 2.5rem;
  }

  .btn-tractoequipos {
    padding: 1rem 3rem;
    font-size: 1rem;
    margin: 0;
  }

  .container-logo {
    margin-bottom: 3rem;
  }
}
