@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.text-black {
  color: #000000;
}

.text-main {
  color: #ff1500;
}

.text-secondary {
  color: #1E1E1E !important;
}

.btn-call-to-action {
  background-color: #ff1500;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: none;
  max-width: 400px;
  font-weight: 300;
  font-size: 1.4em;
  position: relative;
  overflow: hidden;
  border: none;
  transition: color 0.5s;
}
.btn-call-to-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 0;
  transition: left 0.5s;
}
.btn-call-to-action:hover {
  color: #ff1500 !important;
  border: solid #ff1500 1px;
}
.btn-call-to-action:hover:before {
  left: 0;
}
.btn-call-to-action span {
  position: relative;
  z-index: 1;
  color: inherit;
}

* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

header {
  position: relative;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static !important;
  z-index: 1000 !important;
}
header ul li a.dropdown-item:active {
  background-color: #ff1500 !important;
  color: white !important;
}
header .dropdown-menu {
  z-index: 1000;
}
header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 24px;
  z-index: 5000;
}
header .menu .logo {
  position: absolute;
  top: 12px;
}
header .menu.scrolled {
  background-color: white;
}
header .menu ul li {
  text-transform: uppercase;
}
header .menu ul li a {
  font-weight: 320;
  text-decoration: none;
  color: #1E1E1E;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
header .menu ul li a:hover {
  color: #ff1500 !important;
  background-size: 100% 2px;
}
header .menu ul li a.fs-6 {
  font-size: 0.9em !important;
}
header .col-md-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header h1 {
  padding-left: 30px;
}

.our-products a {
  text-decoration: none;
  display: block;
  padding-top: 10px;
  color: #000000;
}
.our-products a h3 {
  font-weight: 300;
}
.our-products a:hover {
  background-color: rgba(155, 152, 152, 0.2);
  color: #ff1500;
  font-weight: 600;
}

.banner {
  height: 70vh;
  background: url(../../img/radem-cocina.png) no-repeat center;
  background-size: cover;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .container .btn-call-to-action {
  width: auto;
  padding: 8px 10px;
}

.featured-products .carousel > div a {
  text-decoration: none;
}
.featured-products .carousel > div a small {
  color: #1E1E1E;
}
.featured-products .carousel > div a img {
  width: auto;
}
.featured-products .carousel ul.slick-dots[role=tablist] {
  display: flex !important;
  justify-content: center;
}
.featured-products .carousel ul.slick-dots[role=tablist] li button {
  border-radius: 50% !important;
  color: transparent !important;
  border: none !important;
  background-color: #1E1E1E !important;
  margin-right: 2px !important;
  transform: scaleY(0.8);
}
.featured-products .carousel button.slick-prev.slick-arrow {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 5000;
  top: 120px;
  color: transparent;
}
.featured-products .carousel button.slick-next.slick-arrow {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 5000;
  top: -183px;
  right: 10px;
  color: transparent;
}
.featured-products button.slick-prev.slick-arrow,
.featured-products button.slick-next.slick-arrow {
  background-color: transparent !important;
  border: none !important;
  z-index: 5000;
  color: transparent !important;
}
.featured-products button.slick-prev.slick-arrow::before, .featured-products button.slick-prev.slick-arrow::after,
.featured-products button.slick-next.slick-arrow::before,
.featured-products button.slick-next.slick-arrow::after {
  content: "" !important;
  display: none !important;
}

.contact input.form-control {
  border: solid 1px #000000;
  border-radius: 0;
}
.contact textarea.form-control {
  height: 130px;
  border: solid 1px #000000;
  border-radius: 0;
}
.contact ul {
  padding-left: 0 !important;
}

footer {
  background-color: #1E1E1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer a {
  color: white;
}

.wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  width: 70px;
  height: 70px;
}

.wa img {
  width: 100%;
}

@media (width <= 992px) {
  body {
    padding-top: 10px;
  }
  .header {
    margin-top: 10px;
  }
  .header .navbar-toggler {
    margin-top: 8px;
    background-color: white !important;
  }
  .header .menu.scrolled {
    padding-bottom: 8px;
  }
  .header .row h1 {
    display: none;
  }
  .header .row h1 br {
    display: none;
  }
  .header .menu {
    padding: 0;
    background-color: white;
  }
  .header .menu .navbar-brand .logo {
    width: 130px;
  }
  .intro .row {
    flex-direction: column-reverse;
  }
  .intro .row .col-md-5 {
    padding: 0 30px;
  }
  .intro .row img[src="./assets/img/radem-bathroom.png"] {
    margin-top: 30px;
  }
  .our-products .border-end {
    border: none !important;
  }
  .our-products .border-black {
    border-color: transparent !important;
  }
  .our-products .col-md-3 {
    margin-bottom: 20px;
  }
  .banner .container {
    width: 100% !important;
  }
  .banner .container .btn-call-to-action {
    font-size: 1em;
  }
  .about-us .row {
    flex-direction: column-reverse;
  }
  .contact .row form,
  .contact .row ul {
    width: 90%;
    margin: auto;
  }
  .featured-products figure.col-md-4 {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .featured-products figure.col-md-4 figcaption {
    text-align: center;
  }
  .featured-products figure.col-md-4 small {
    text-align: center;
    text-wrap: nowrap;
    font-size: 0.8em;
  }
}

/*# sourceMappingURL=main.css.map */
