@font-face {
  font-family: WorkSansMedium;
  src: url("../fonts/WorkSans-Medium.ttf");
}
@font-face {
  font-family: WorkSansBold;
  src: url("../fonts/WorkSans-Bold.ttf");
}
@font-face {
  font-family: WorkSansSemiBold;
  src: url("../fonts/WorkSans-SemiBolds.ttf");
}
body {
  font-family: WorkSansMedium;
}
#top {
  position: relative;
}
#top .top-background {
  width: 100%;
}
#top .top-div {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
#top .top-div button {
  margin-right: 15px;
}
#top .top-div img {
  width: 80%;
  max-width: 349px;
}
#top .hero-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}
#top .hero-div h1,
#top .hero-div h3 {
  margin-bottom: 1.5rem;
}
#nuestros-productos #carouselControls {
  padding: 0 25px;
}
#nuestros-productos #carouselControls .carousel-inner .carousel-item img {
  width: 100%;
}
#servicios {
  background-color: #62b2eb;
}
#servicios img {
  width: 100%;
  max-width: 80px;
  margin-bottom: 1rem;
}
#servicios p {
  font-weight: bold;
}
#marcas .padding-especial {
  padding: 0 4%;
}
#marcas #carouselControlsMarcas {
  padding: 0 25px;
}
#marcas #carouselControlsMarcas .carousel-inner .carousel-item img {
  width: 100%;
}
#contacto {
  background-color: #f6f6f6;
}
#contacto .direccion {
  font-weight: bold;
}
#contacto .direccion a {
  color: black;
}
#contacto .direccion a:hover {
  color: black;
}
#contacto .box {
  background-color: white;
  padding: 20px;
}
footer {
  background-color: #202b32;
}
footer img {
  width: 100%;
  max-width: 342px;
}
#nuestros-productos,
#servicios,
#marcas,
#contacto {
  padding: 45px 35px;
}
footer {
  padding: 55px 45px;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto;
  color: black;
}
.carousel-control-prev {
  left: -25px;
}
.carousel-control-next {
  right: -25px;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: black;
}
.btn-primary {
  padding: 10px 25px;
  border-radius: 35px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #top .top-div img {
    width: 70%;
  }
  #top .top-div button {
    padding: 5px 15px;
    margin-right: 0;
  }
  #top .hero-div {
    margin-top: 15px;
  }
  #top .hero-div h1,
  #top .hero-div h3 {
    margin-bottom: 0.8rem;
  }
  #top .hero-div h1 {
    font-size: 1.3rem;
  }
  #top .hero-div h3 {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}
