@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800;900&family=Open+Sans:wght@400;700&display=swap");
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  min-width: 100%;
}

a {
  text-decoration: none;
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: #8ac647;
  color: #ffffff;
}

::selection {
  background-color: #8ac647;
  color: #ffffff;
}

::-moz-selection {
  background-color: #8ac647;
}

html,
body {
  width: 100%;
  max-width: 1920px;
  font-size: 13px;
  height: 100%;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
}

#top {
  float: left;
  width: 100%;
  background-color: #000;
  height: 5px;
}

#header {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-bottom: solid 1px #f5f5f5;
  position: relative;
  background-color: #ffffff;
}

#header::after {
  content: "";
  width: 120%;
  height: 60px;
  background-color: #ffffff;
  position: absolute;
  bottom: -15px;
  left: -10%;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

#slider {
  float: left;
  width: 100%;
  min-height: 400px;
  background: #8ac647;
  position: relative;
  background-image: url(../images/home.jpg);
  padding-top: 65%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  overflow: hidden;
}

#slider .wrapper {
  padding: 0;
}

#reasons {
  float: left;
  width: 100%;
  min-height: 450px;
  position: relative;
  margin-bottom: 100px;
  padding-top: 60px;
  z-index: 2;
}

#reasons::before {
  content: "";
  width: 120%;
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  top: -40px;
  left: -15%;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(-2.5deg);
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
}

#tires {
  float: left;
  width: 100%;
  min-height: 450px;
  background-color: #000000;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

#tires::before, #tires::after {
  content: "";
  width: 120%;
  height: 100px;
  background-color: #000000;
  position: absolute;
  top: -40px;
  left: -15%;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

#tires::after {
  top: unset;
  bottom: -40px;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}

#about {
  float: left;
  width: 100%;
  min-height: 450px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#services {
  float: left;
  width: 100%;
  min-height: 450px;
  background-color: #8ac647;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #6a9935), color-stop(65%, #8ac647));
  background: linear-gradient(0deg, #6a9935 19%, #8ac647 65%);
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}

#services::before {
  content: "";
  width: 120%;
  height: 100px;
  background-color: #8ac647;
  position: absolute;
  top: -40px;
  left: -15%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

#vehicles {
  float: left;
  width: 100%;
  min-height: 450px;
  background-color: #000000;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

#vehicles::before, #vehicles::after {
  content: "";
  width: 120%;
  height: 100px;
  background-color: #000000;
  position: absolute;
  top: -40px;
  left: -15%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

#vehicles::after {
  top: unset;
  bottom: -40px;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}

#footer {
  float: left;
  width: 100%;
  height: 60px;
  padding-top: 60px;
}

#footer .copyright {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.white {
  color: #ffffff !important;
}

.red {
  color: #ff0000 !important;
}

.gris {
  color: #707070 !important;
}

.dark-gris {
  color: #404041 !important;
}

.green {
  color: #8ac647 !important;
}

.btn,
button {
  display: inline-block;
  max-width: 300px;
  padding: 1rem 2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #1f2027;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  border: none;
}

.btn:hover,
button:hover {
  background-color: #ff0000 !important;
  color: #ffffff;
  cursor: pointer;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}

.btn i,
button i {
  margin-right: 5px;
}

.bg-green {
  background-color: #8ac647 !important;
}

.bg-red {
  background-color: #ff0000 !important;
}

.right {
  float: right;
}

.movil {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #1f2027;
  color: #ffffff;
  padding: 6px;
  z-index: 5;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.1);
}

.movil:hover {
  background-color: #ff0000;
  cursor: pointer;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #8ac647;
  padding: 20px;
}

nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
}

nav .close-menu:hover {
  color: #1f2027;
  cursor: pointer;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all ease-in 0.15s;
  -webkit-transition: all ease-in 0.15s;
  -moz-transition: all ease-in 0.15s;
  -ms-transition: all ease-in 0.15s;
  -o-transition: all ease-in 0.15s;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav ul li {
  width: calc((100% / 2) - 2px);
  max-width: 160px;
  margin: 1px;
}

nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #1b1b1b;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
  height: 120px;
}

nav ul li a:hover {
  background-color: #ff0000;
  cursor: pointer;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.category-header {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.category-header .subtitle {
  font-size: 1.15rem;
  color: inherit;
  font-weight: 600;
}

.category-header .title {
  font-size: 2.2rem;
  color: inherit;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
}

.category-header .detail {
  font-size: 1.1rem;
  line-height: 140%;
  max-width: 450px;
}

.details-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-header .logo {
  width: 250px;
  position: relative;
  z-index: 2;
}

.details-header .phone-address {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2;
}

.details-header .phone-address a {
  color: #404041;
}

.details-header .phone-address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-top: solid 1px rgba(0, 0, 0, 0.02);
  padding: 10px 5px;
}

.details-header .phone-address .address i {
  color: #ff0000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 40px;
  margin-top: -2px;
  margin-right: 5px;
}

.details-header .phone-address .address .info {
  text-align: left;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.details-header .phone-address .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.details-header .phone-address .phone i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 10px;
  font-size: 40px;
  padding-top: 5px;
  color: #404041;
}

.details-header .phone-address .phone .info .number {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 800;
  font-size: 30px;
}

.details-header .phone-address .phone .info .open {
  margin-top: 5px;
  display: none;
}

.details-header .phone-address .phone .info .open .open-now {
  background-color: #ff0000;
  font-weight: 800;
  color: #fff;
  padding: 5px 10px;
}

.details-header .phone-address .phone .info .close {
  display: none;
}

.details-slider {
  width: 100%;
  padding: 30px 3% 80px 3%;
  text-align: center;
  position: relative;
  background: #8ac647;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.details-slider::after {
  content: "";
  background: #8ac647;
  width: 120%;
  height: 40px;
  left: -10%;
  top: -10px;
  position: absolute;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.details-slider .title {
  color: #ffffff;
  font-size: 2.35rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  max-width: 450px;
  z-index: 1;
}

.details-slider .detail {
  font-family: "Montserrat", sans-serif;
  line-height: 180%;
  color: #404041;
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 450px;
  z-index: 1;
}

.details-slider .btn {
  position: relative;
  z-index: 1;
}

.details-reasons {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(1fr, 450px);
      grid-template-columns: minmax(1fr, 450px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.details-reasons .reasons-box {
  width: 100%;
  max-width: 450px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.details-reasons .reasons-box .icono {
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
  max-width: 60px;
  padding: 2px;
  margin-right: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.details-reasons .reasons-box .info .title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: inherit;
  font-weight: 600;
  margin-bottom: 3px;
}

.details-reasons .reasons-box .info .detail {
  color: #404041;
  line-height: 140%;
}

.details-tires {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.details-tires .imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.details-tires .imagen img {
  margin: auto;
  width: 100%;
  min-width: 320px;
  max-width: 360px;
}

.details-tires .question-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 450px;
}

.details-tires .question-box .title {
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.details-tires .question-box .details {
  color: #7b7b7b;
  line-height: 140%;
  margin-bottom: 20px;
}

.details-about {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.details-about .details {
  max-width: 450px;
}

.details-about .details p {
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #404041;
}

.details-about .imagen {
  margin: 15px 0;
  max-width: 400px;
}

.details-services {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.details-services .services-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  min-width: 280px;
  height: 250px;
  margin-right: 15px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.1), -3px -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.1), -3px -2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.details-services .services-box:last-child {
  margin-right: 0;
}

.details-services .services-box .imagen {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.details-services .services-box .imagen img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.details-services .services-box .title {
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  height: 60px;
  color: #3b3b3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.details-services .services-box .options {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 0.9rem;
}

.details-services .services-box .options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: calc(100% / 2);
  background-color: #fff;
  border-top: solid 1px rgba(150, 150, 150, 0.15);
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3b3b3b;
  padding: 0 5px;
}

.details-services .services-box .options .option i {
  margin-right: 5px;
  font-size: 1.1rem;
}

.details-services .services-box .options .option:first-child {
  border-right: solid 1px rgba(150, 150, 150, 0.15);
}

.details-services .services-box .options .option:hover {
  cursor: pointer;
  background-color: #1f2027;
  color: #ffffff;
  transition: all ease-in 0.25s;
  -webkit-transition: all ease-in 0.25s;
  -moz-transition: all ease-in 0.25s;
  -ms-transition: all ease-in 0.25s;
  -o-transition: all ease-in 0.25s;
}

.details-vehicles {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4px;
          column-gap: 4px;
  row-gap: 4px;
  padding-top: 20px;
}

.details-vehicles .vehicles-box {
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: background-color ease-in 0.45s;
  -webkit-transition: background-color ease-in 0.45s;
  -moz-transition: background-color ease-in 0.45s;
  -ms-transition: background-color ease-in 0.45s;
  -o-transition: background-color ease-in 0.45s;
}

.details-vehicles .vehicles-box i {
  color: #1b1b1b;
  margin-left: 5px;
  margin-left: -15px;
  font-size: 1.2rem;
}

.details-vehicles .vehicles-box:hover {
  background-color: #8ac647;
  color: #1b1b1b;
}

@media screen and (min-width: 640px) {
  .details-vehicles {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .details-header .logo {
    width: 280px;
  }
  .details-header .phone-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .details-header .phone-address .address {
    width: 235px;
    border-top: none;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 750px) {
  #slider {
    padding-top: 0;
    background-position: right;
    background-size: auto 100%;
  }
  .details-slider {
    width: 55%;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 100px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .details-slider::after {
    content: "";
    background: #8ac647;
    width: 20%;
    height: 110%;
    left: unset;
    bottom: unset;
    top: -5%;
    right: -10%;
    position: absolute;
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
  }
  .details-slider .title,
  .details-slider .detail {
    max-width: 100%;
  }
  #reasons {
    margin-bottom: 50px;
  }
  .details-reasons {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .details-reasons .reasons-box {
    padding-right: 15px;
  }
  #tires {
    min-height: auto;
  }
  .details-tires {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .details-tires .imagen {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .details-tires .question-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin: auto;
    padding: 0 15px;
  }
  .details-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .details-about .details {
    padding-right: 10px;
    max-width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .movil {
    display: none;
  }
  .menu {
    position: relative;
    padding: 0;
    background-color: transparent;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
  nav .close-menu {
    display: none;
  }
  nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  nav ul li {
    width: auto;
    height: auto;
    padding: 5px 10px;
  }
  nav ul li a {
    color: #1b1b1b;
    font-size: 1.06rem;
    background-color: transparent;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav ul li a:hover {
    color: #ff0000;
    background-color: transparent;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .details-vehicles {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .details-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .details-header .phone-address {
    min-width: 500px;
    max-width: 600px;
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 14.7px;
  }
  .category-header {
    text-align: left;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper {
    padding: 0 1%;
  }
  #reasons::before,
  #services::before {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
  }
  #tires::before,
  #vehicles::before {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
  }
  #tires::after,
  #vehicles::after {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
  }
  #slider .wrapper {
    padding: 0 1%;
  }
  .details-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .details-vehicles {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1650px) {
  #slider {
    background-size: 45% auto;
  }
}
/*# sourceMappingURL=style.css.map */