.bg-yellow {
  background-color: #fcbc31;
}
nav {
  z-index: 99999;
}
.boton-carro {
  height: 44px;
  width: 44px;
  background-color: #fcbc31;
  box-shadow: 0 1px 21px -9px rgba(0, 0, 0, 0.53);
}

.color-texto {
  color: #1a1919;
}
.bg-nav {
  background-color: rgba(255, 255, 255, 0.9);
}
.titulo {
  height: 68px;
  width: 330px;
  color: #1a1919;
  font-family: Inter;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 900;
}
body {
  font-family: Inter !important;
  background-color: #fffefc !important;
}
.bgpath {
  background-image: url("../img/bgpath.svg");
  background-size: cover;
}
.banner1 {
  background-image: url("../img/banner_1.png");
  background-size: cover;
  min-height: 47vw;
}
.banner2 {
  background-image: url("../img/banner_3.png");
  background-size: cover;
  min-height: 47vw;
}
.banner3 {
  background-image: url("../img/banner_2.png");
  background-size: cover;
  min-height: 47vw;
}
.margen-negativo-nav {
  margin-top: -68px;
}
.margen-negativo {
  margin-top: -8vw;
}
.titulo-banner {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 49px;
  font-weight: 900;
}
.bg-beige {
  background: rgb(255, 247, 228);
}
.bg-banner-dudas {
  background-color: black;
  background-image: url("../img/banner-dudas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}
.boton-amarillo {
  height: 52px;
  width: 190px;
  border-radius: 8px;
  background: linear-gradient(90deg, #fedf5f 0%, #fcbc31 100%);
  box-shadow: 0 5px 9px 0 rgba(54, 52, 52, 0.04);
}

.borde-punteado {
  min-width: 100px;
  height: 55px;
  border-radius: 50%;
  border-bottom: 2px dotted grey;
  margin: 5px 12px;
  border-style: dashed;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.borde-punteado-2 {
  min-width: 100px;
  height: 55px;
  border-radius: 50%;
  border-top: 2px dotted grey;
  margin: 5px 12px;
  border-style: dashed;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}

.bg-yellow-claro {
  background: #fff6e4;
}
.text-yellow-oscuro {
  color: #fcbc31;
}
.border-yellow-oscuro {
  border-color: #fcbc31;
}
.flotante {
  left: -4px;
  top: 32vw;
}
.float-whatsapp {
  position: fixed;
  z-index: 9000;
  bottom: 40px;
  padding: 8px 16px;
  font-size: 25px;
  color: white;
  background: #25d366;
  border-radius: 50%;
  right: 20px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.22), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .flotante {
    top: 30vw !important;
  }
}

@media (min-width: 1400px) {
  .flotante {
    top: 38vw !important;
  }
}

.margin-dinamico {
  margin-top: 14vw;
}

#carrusel-1 {
  position: relative;
}

#carrusel-1 .owl-prev,
#carrusel-1 .owl-next {
  position: absolute;
}

#carrusel-1 .owl-prev {
  left: -25px;
  top: 85px;
}

#carrusel-1 .owl-next {
  right: -25px;
  top: 85px;
}

#carrusel-3 .owl-prev,
#carrusel-3 .owl-next {
  position: absolute;
}

#carrusel-3 .owl-prev {
  left: -30px;
  top: 85px;
}

#carrusel-3 .owl-next {
  right: -30px;
  top: 85px;
}

#carrusel-4 .owl-prev,
#carrusel-4 .owl-next {
  position: absolute;
}

#carrusel-4 .owl-prev {
  left: -20px;
  top: 18px;
}

#carrusel-4 .owl-next {
  right: -20px;
  top: 18px;
}

.owl-next:focus,
.owl-prev:focus {
  outline: 0px !important;
}
.owl-next:hover,
.owl-prev:hover {
  background: none !important;
  color: initial !important;
}

.owl-nav .disabled {
  display: none !important;
}

.item-hover:hover .items-center {
  border: 1px solid #fcbc31;
  border-radius: 7px;
  background-color: rgba(252, 188, 49, 0.08);
  color: #fcbc31 !important;
}

.item-hover:hover {
  cursor: pointer;
}

.banner_responsive {
  background-image: url("../img/banner_respo.png");
  background-size: cover;
  min-height: 160vw;
  background-position: bottom;
}

.btn_degrade {
  border-radius: 8px;
  background: linear-gradient(90deg, #fedf5f 0%, #fcbc31 100%);
  box-shadow: 0 5px 9px 0 rgba(54, 52, 52, 0.04);
}

.mac_parallax {
  width: 600px;
  height: 400px;
}
.mac_seccion_fondo {
  margin-top: 20px;
  margin-left: 70px;
  z-index: 3;
}
.img_fondo_mac {
  width: 460px;
}
@media (max-width: 768px) {
  #carrusel-2 .owl-nav {
    display: none;
  }
  #carrusel-productos .owl-nav {
    display: none;
  }
  .bg-banner-dudas {
    background-image: url("../img/visita_tecnica.png");
    background-size: cover;
    background-position: center;
    min-height: auto;
  }
  .mt-negativa-r {
    margin-top: -100px !important;
  }
  .mac_parallax {
    width: 300px;
    height: 200px;
  }
  .mac_seccion_fondo {
    margin-top: 10px;
    margin-left: 35px;
    z-index: 3;
  }
  .img_fondo_mac {
    width: 230px;
  }
  #carrusel-3 .owl-nav {
    display: none;
  }
}
