@media screen and (min-width: 2300px) {
  .section:nth-child(1) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(2) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(3) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(4) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(5) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(6) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(7) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
  .section:nth-child(8) {
    background: linear-gradient(0deg, #1b1a20 64%, white 36%);
  }
}

@media screen and (min-width: 2200px) {
  .section:nth-child(1) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(2) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(3) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(4) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(5) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(6) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(7) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
  .section:nth-child(8) {
    background: linear-gradient(0deg, #1b1a20 61%, white 39%);
  }
}

@media screen and (min-width: 2100px) {
  .section:nth-child(1) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(2) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(3) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(4) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(5) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(6) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(7) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
  .section:nth-child(8) {
    background: linear-gradient(0deg, #1b1a20 60%, white 40%);
  }
}

@media screen and (min-width: 2000px) {
  .section:nth-child(1) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(2) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(3) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(4) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(5) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(6) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(7) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .section:nth-child(8) {
    background: linear-gradient(0deg, #1b1a20 59%, white 41%);
  }
  .titulo-modelos {
    padding-bottom: 20%;
  }
}

/*mi mac */

@media screen and (min-width: 1900px) {
  .titulo-modelos {
    padding-bottom: 17%;
  }
}

/* One page scroll */
@media (min-width: 1200px) {
  body,
  html {
    margin: 0;
    overflow: hidden;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms;
  }

  body,
  .onepage-wrapper,
  html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d;
  }

  .onepage-wrapper .section {
    width: 100%;
    height: 100%;
  }

  .onepage-pagination {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .onepage-pagination li {
    padding: 0;
    text-align: center;
  }
  .onepage-pagination li a {
    padding: 10px;
    width: 4px;
    height: 4px;
    display: block;
  }
  .onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  .onepage-pagination li a.active:before {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid black;
    margin-top: -4px;
    left: 8px;
  }

  .disabled-onepage-scroll,
  .disabled-onepage-scroll .wrapper {
    overflow: auto;
  }

  .disabled-onepage-scroll .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  .disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
    min-height: 100%;
  }

  .disabled-onepage-scroll .onepage-pagination {
    display: none;
  }

  body.disabled-onepage-scroll,
  .disabled-onepage-scroll .onepage-wrapper,
  html {
    position: inherit;
  }
}

@media screen and (max-width: 1500px) {
  .titulo-modelo h2 {
    font-size: 62px;
  }

  .titulo-modelos h2 {
    font-size: 62px;
  }
  .detalles-modelo p {
    font-size: 15px;
  }
  .detalles-modelo span {
    font-size: 15px;
  }

  .titulo-modelos {
    padding-bottom: 1%;
  }

  .modelo-espacio {
    margin-top: 10% !important;
  }
}

@media screen and (max-width: 1300px) {
  /*.modelo-espacio {
    height: 33px;
  }*/

  /*
  .detalles-modelo {
    margin-bottom: -20px;
  }*/
}

@media screen and (max-width: 700px) {
  .detalles-modelo p {
    font-size: 17px;
    padding-left: 50px;
  }
  .titulo-modelos {
    padding-bottom: 1%;
  }
}
