:root {
  --medium-aquamarine: #7ec4bd;
  --medium-aquamarine-2: #7ec4bd;
  --white-smoke: whitesmoke;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  margin-top: 40px;
  padding: 15px 33px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#b1e4edbd, #b1e4edbd), url('../images/fondoacces.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  padding: 98px 10px;
}

.header.project-page {
  background-image: linear-gradient(#23b0dbb8, #23b0dbb8), url('../images/fondoacces.jpg');
  background-position: 0 0, 50% 20%;
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.logo-img {
  float: left;
  margin-right: 18px;
}

.main-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.main-subtitle {
  color: #000000cf;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.about-section {
  text-align: center;
  background-color: #23b0db;
  background-image: linear-gradient(#5fa7c91f 9%, #92ddff00 37%, #fff);
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 61px;
}

.about-text {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 20px;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  background-color: #23b0db;
  background-image: linear-gradient(#23b0db, #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  margin-top: 40px;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 15px;
}

.contact-text {
  color: #212121;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link {
  color: #1c1c1c;
  text-decoration: none;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: #fff6;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-title {
  margin-bottom: 4px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  margin-bottom: 40px;
}

.columns {
  margin-top: 40px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  margin-top: 20px;
  padding-top: 40px;
}

.heading, .heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.slider {
  width: 500px;
  height: 500px;
}

.slide {
  background-image: url('../images/accesorios5.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/1accesorios1.png');
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/accesorios4.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/accesorios1.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/accesorios8.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/accesorios17.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/accesorios2.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/accesorios9.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/accesorios18.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1 {
  background-image: url('../images/accesorios7.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-2 {
  background-image: url('../images/accesorios12.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-3 {
  background-image: url('../images/placasautos22.png');
  background-position: 50%;
  background-size: auto;
}

.slide-1-4 {
  background-image: url('../images/accesorios19.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-5 {
  background-image: url('../images/2volantes3.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-6 {
  background-image: url('../images/accesorios3.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-7 {
  background-image: url('../images/accesorios14.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-8 {
  background-image: url('../images/accesorios10.png');
  background-position: 0 0;
  background-size: auto;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph, .paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.column {
  font-family: Montserrat, sans-serif;
}

.paragraph-3, .paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .heading-4 {
  font-family: Montserrat, sans-serif;
}

.columns-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  background-image: url('../images/accesorios3.png');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  order: 0;
  align-self: auto;
  height: auto;
}

.mask-3 {
  width: 300px;
  height: 400px;
}

.slide-10 {
  background-image: url('../images/espejos1.jpeg');
  background-position: 50%;
  background-size: 300px 300px;
}

.slider-2 {
  width: 300px;
  height: 400px;
}

.slide-11 {
  background-image: url('../images/espejp01.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-12 {
  background-image: url('../images/espejo2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-13 {
  background-image: url('../images/espejo3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-14 {
  background-image: url('../images/espejo4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/espejo5.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-16 {
  background-image: url('../images/espejo6.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-17 {
  background-image: url('../images/espejo7.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-18 {
  background-image: url('../images/espejo8.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-19 {
  background-image: url('../images/espejo9.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-9 {
  background-image: url('../images/espejo10.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-10 {
  background-image: url('../images/espejo11.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-11 {
  background-image: url('../images/espejo12.jpg');
  background-position: 0 0;
  background-size: auto;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-3 {
  width: 300px;
  height: 400px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-20 {
  background-image: url('../images/camion234_1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/camion14.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-22 {
  background-image: url('../images/2volantes3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/camnon253.png');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/camion17.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-25 {
  background-image: url('../images/camion18.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-26 {
  background-image: url('../images/camion19.png');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/camion20.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-28 {
  background-image: url('../images/camion21.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-12 {
  background-image: url('../images/camion22.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-13 {
  background-image: url('../images/camion234.png');
  background-position: 50%;
  background-size: cover;
}

.container-5 {
  font-family: Montserrat, sans-serif;
}

.container-6, .container-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.heading-9 {
  font-family: Oswald, sans-serif;
  font-size: 43px;
  font-weight: 300;
  line-height: 47px;
}

.heading-10 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-11 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.columns-5, .columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-1-14 {
  background-image: url('../images/taxis36.png');
  background-position: 50%;
  background-size: cover;
}

.slide-1-15 {
  background-image: url('../images/nuevosautos30.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2-2 {
  background-image: url('../images/placas35.png');
  background-position: 50%;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/nuevoautos26.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2-4 {
  background-image: url('../images/nuevosautos28.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2-5 {
  background-image: url('../images/nuevosautos31.png');
  background-position: 0 0;
  background-size: auto;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    color: #7ec4bd;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .slide-2 {
    background-image: url('../images/1accesorios1.png');
    background-size: auto;
  }

  .container-6 {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .logo-title {
    font-size: 23px;
  }

  .main-heading {
    color: #383636;
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    flex-flow: column;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .slider, .slide-2 {
    width: 300px;
    height: 400px;
  }

  .slide-1-5 {
    background-position: 50%;
    background-size: cover;
  }

  .container-3 {
    flex-flow: row;
    padding-left: 10px;
    display: flex;
  }

  .columns-2 {
    display: block;
  }

  .paragraph-8 {
    font-size: 15px;
    line-height: 20px;
  }

  .mask-2 {
    width: 300px;
    height: 400px;
  }

  .heading-5, .heading-6, .heading-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
  }

  .image {
    height: auto;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 400px;
    display: flex;
  }

  .columns-4 {
    flex-flow: column;
  }

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

  .slide-1-14 {
    background-position: 50%;
    background-size: contain;
  }

  .slide-1-15 {
    background-position: 50%;
    background-size: cover;
  }

  .slide-2-2 {
    background-position: 50%;
    background-size: contain;
  }

  .slide-2-3 {
    background-size: cover;
  }

  .slide-2-4, .slide-2-5 {
    background-position: 50%;
    background-size: cover;
  }
}


