p,
ul,
ul li {
  color: #333 !important;
}
p a,
ul a,
ul li a {
  color: #0055a5 !important;
}

.nav-link {
  white-space: nowrap;
}

.inicio .dropdown-hover:hover > .dropdown-menu {
  top: 73%;
}

.dropdown-hover:hover > .dropdown-menu {
  top: 103%;
}

.logo {
  margin: 16px 0 16px 16px;
  height: 80px;
}

.dropdown-menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dropdown-menu ul li {
  text-transform: uppercase;
}

.language-switcher {
  position: relative;
  line-height: 1.1;
  margin-right: 2rem;
}
.language-switcher a {
  display: block;
  line-height: 1.1;
}
.language-switcher a img {
  width: 28px;
  height: auto;
  border-radius: 2px;
}
.language-switcher > a {
  display: flex;
  align-items: center;
}
.language-switcher > a:after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  top: 7px;
  right: -15px;
  background: transparent url("../images/svg/angle_down.svg") center center no-repeat;
}
.language-switcher ul {
  position: absolute;
  z-index: 999;
  top: 28px;
  left: 0;
  border-radius: 3px;
}

.inicio .logo {
  width: 160px;
  height: 80px;
}
.inicio .navbar-nav {
  margin-top: -2rem;
}
.inicio .language-switcher {
  margin-top: -2.4rem;
}

#content h1 {
  font-size: 2.125rem;
}
#content p::last-child {
  margin-bottom: 0;
}

.sticky .navbar-nav,
.sticky .language-switcher {
  margin-top: 0;
}

.home-categories {
  background-color: var(--bs-section-color-2);
}

.hero p.hero-title {
  color: #111;
  font-size: 32px;
}
.hero h1.hero-title {
  font-size: 16px;
  color: #0055a5 !important;
}
.hero .hero-desc {
  color: #111;
}

.home-page-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.home-page-text h3 {
  font-size: 18px;
}

section.home-banner img {
  width: 100%;
}

.home-categories .card-img-overlay h3 {
  font-size: 24px;
}
.home-categories .card-img-overlay a.btn-link {
  color: #0055a5 !important;
}

.bg-section-2 {
  background: #fff;
}

.content-top {
  background: #edf1f0;
  margin-bottom: 3rem;
}
.content-top h1 {
  font-size: 2rem;
}
.content-top h2 {
  font-size: 1.6rem;
}

.content-wrapper {
  margin-top: 142px;
}

.product-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-image {
  width: 100%;
}

.product-content .category {
  color: #0055a5;
}
.product-content .product-container {
  padding-bottom: 3rem !important;
}
.product-content h2 a {
  color: #0055a5;
}

.contact-top {
  background: #f5f5f5;
}

.contact-content {
  position: relative;
  overflow: hidden;
}

.contact-form {
  padding-right: 5rem;
}

.contact-right {
  position: relative;
  z-index: 9;
}
.contact-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  background: #f5f5f5;
  z-index: -1;
}

.form-check-label {
  cursor: pointer;
}

footer {
  background: #edf1f0;
}
footer .footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .footer-nav li {
  padding-top: 0.25rem;
  margin-bottom: 0.5rem;
}
footer .footer-nav li a {
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
footer .footer-logo {
  display: flex;
  justify-content: flex-end;
}
footer .footer-logo img {
  height: 160px;
}
footer .footer-bottom {
  padding: 2rem;
  background-color: var(--bs-section-color-2);
}

.hide {
  display: none !important;
}

.text-align-right {
  text-align: right;
}

@media (max-width: 399px) {
  .navbar-brand {
    width: 100%;
    text-align: center;
  }
  .logo {
    width: 116px;
    height: 65px;
    margin: 0;
  }
  .inicio .language-switcher {
    margin-top: 0;
  }
  .inicio .hero .panoramic {
    background-position: -100px;
  }
  .inicio .hero p.hero-title {
    color: #111;
    font-size: 24px;
  }
  .inicio .hero h1.hero-title {
    font-size: 18px !important;
    color: #0055a5 !important;
    max-width: 60%;
  }
  .inicio .hero .hero-desc {
    color: #111;
    font-size: 14px !important;
    max-width: 60%;
  }
  .inicio .home-text {
    padding: 1rem 2rem;
  }
  .inicio .home-text h2 {
    font-size: 24px;
  }
  .inicio .home-text h3 {
    font-size: 18px;
  }
  .inicio .home-categories {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .inicio .home-category {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .inicio .home-category .card .card-img {
    height: 240px;
  }
  .inicio .home-category .card .card-img-overlay {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .inicio .home-category .card .card-img-overlay h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
  }
  .similar-products {
    padding-top: 3rem !important;
  }
  .similar-products h3 {
    font-size: 18px;
  }
  .about-sections .text {
    padding: 0 2rem;
  }
  .contact-form {
    padding-right: 0;
  }
  footer .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-logo {
    margin-bottom: 0 !important;
  }
  footer .footer-logo .logo {
    height: 106px;
    margin: 0 auto;
  }
  footer .footer-bottom-left {
    text-align: center;
    padding-bottom: 1rem;
  }
  footer .footer-bottom-right {
    text-align: center;
  }
}

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