body .foo,
body.path-frontpage .btns-right,
body.path-frontpage .btns-left {
  display: none;
}

.pre-home .logo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.whatsapp-g{
  display: none;
}

.pre-home .logo img {
}

.pre-home #carrusel-pre-home .item>div {
  width: 100vw;
  height: 100vh;
}

.pre-home #carrusel-pre-home .item .moto {
  background-image: url(../img/1_HOME_SUZUKI_MOTOS.jpg);
  background-position: center;
  background-size: cover;
}

.pre-home #carrusel-pre-home .item .moto a:hover {
  text-decoration: none;
}

.pre-home #carrusel-pre-home .item .moto a h2 {
  color: #ee211f;
  font-size: 11vw;
  font-weight: 700;
  letter-spacing: 2px;
}

.pre-home #carrusel-pre-home .item .moto a h1 {
  color: #ee211f;
  font-size: 11vw;
  font-weight: 700;
  letter-spacing: 2px;
}

.pre-home #carrusel-pre-home .item .fuera-borda {
  background-image: url(../img/pre-fueradeborda1.jpg);
  background-position: center;
  background-size: cover;
}

.pre-home #carrusel-pre-home .item .fuera-borda a:hover {
  text-decoration: none;
}

.pre-home #carrusel-pre-home .item .fuera-borda a h2 {
  color: #ee211f;
  font-size: 11vw;
  font-weight: 700;
  text-align: center;
  line-height: 0.5;
  letter-spacing: 2px;
}

.pre-home #carrusel-pre-home .item .fuera-borda a h1 {
  color: #ee211f;
  font-size: 11vw;
  font-weight: 700;
  text-align: center;
  line-height: 0.5;
  letter-spacing: 2px;
}

.pre-home #carrusel-pre-home .item .fuera-borda h2 span {
  font-size: 5vw;
  color: #fff;
}

.pre-home #carrusel-pre-home .item .fuera-borda h1 span {
  font-size: 5vw;
  color: #fff;
}

.pre-home #carrusel-pre-home .carousel-control {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.pre-home .carousel-indicators-numbers {
  position: absolute;
  right: 5%;
  top: 11%;
  width: 70px;
  margin-left: 8px;
  left: auto;
  height: 150px;
}

.pre-home .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: transparent;
  transition: all 0.25s ease;
  display: block;
}

.pre-home .carousel-indicators-numbers li.active,
.pre-home .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: red;
  position: relative;
  font-size: 18px;
}

.pre-home .carousel-indicators-numbers li.active::after {
  content: ' ';
  width: 30px;
  height: 2px;
  background-color: #ee211f;
  display: block;
  position: absolute;
  top: 14px;
  left: 30px;
}

.pre-home .anclas {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #00000082;
  padding: 15px 0;
}

.pre-home .anclas a {
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  margin-right: 10px;
}

.pre-home .anclas a:hover {
  border: 1px solid #ee211f;
}

@media only screen and (max-width: 768px) {
  .pre-home .logo img {
   height: 70px;
  }

  .pre-home .anclas {
    padding: 25px 0 40px;
  }

  .pre-home .anclas a {
    margin: 0;
    margin-bottom: 20px;
  }

  .pre-home #carrusel-pre-home .item .moto a h2 {
    font-size: 17vw;
  }

  .pre-home #carrusel-pre-home .item .moto a h2 {
    color: #003145;
    font-size: 17vw;
  }

  .pre-home #carrusel-pre-home .item .fuera-borda h2 span {
    font-size: 7vw;
  }
}
