strong {
  font-weight: 600;
}

h5 {
  font-weight: 300;
  text-transform: none;
}

.hover-primary:hover {
  color: #2BAAB1 !important;
}

.hover-amber-300:hover {
  color: #FCD34D !important;
}

.frutiger {
  font-family: Frutiger, Poppins, sans-serif !important;
}

.logo_wrapper {
  width: 33%;
  margin-bottom: 2rem;
  overflow: hidden;
  text-align: center;
  transition: all 250ms;
}
.logo_wrapper img {
  max-width: 100%;
}

.cookie-blur {
  filter: blur(4px);
  pointer-events: none;
}

@media (min-width: 768px) {
  .logo_wrapper {
    width: 14%;
    margin-bottom: 0;
  }
}
.col-5x {
  flex: 0 0 auto;
  width: 20%;
}

@media (min-width: 576px) {
  .col-sm-5x {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-5x {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-5x {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5x {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .isotope-item {
    width: 50%;
  }
}
.parallax-logo {
  height: 6rem;
  margin-bottom: 2rem;
}

#header .header-nav-main nav > ul > li > a {
  text-transform: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8rem;
}
#header .no-dropdown {
  height: 39px;
  display: flex !important;
}
#header .private-user {
  cursor: pointer;
}
#header .private-user .user-name {
  font-weight: 500;
  color: #00778b;
}
#header .private-user:hover {
  background-color: #00778b;
  color: white;
}
#header .private-user:hover .user-name {
  color: white;
}

.page-header {
  border-top: 4px solid #A1A1AA;
  padding: 25px 0 30px;
}

#footer {
  margin-top: 0;
  border-top: 4px solid #d3d3d4;
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #D4D4D8;
}
#footer .d3sign-logo {
  margin-top: -5px;
}

.why-image {
  background: url("/img/main/elmasa_multi.png") center -30px no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
  clip-path: polygon(0% 10%, 3% 4%, 97% 0%, 100% 6%, 96% 95%, 93% 100%, 8% 96%, 5% 91%);
}

@media (min-width: 768px) {
  .why-image {
    background-position-y: 0;
    clip-path: polygon(0% 6%, 3% 4%, 97% 0%, 100% 2%, 96% 98%, 93% 100%, 8% 96%, 5% 94%);
  }
}
@media (min-width: 992px) {
  .why-image {
    clip-path: polygon(0% 8%, 3% 4%, 97% 0%, 100% 3%, 96% 97%, 93% 100%, 7% 96%, 4% 93%);
  }
}
.cifras-block {
  margin-top: -130px;
  z-index: 1;
}

.cifras-z-adjust {
  z-index: -1;
}

@media (min-width: 768px) {
  .cifras-block {
    margin-top: -90px;
  }

  .cifras-z-adjust {
    z-index: 0;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .cifras-block {
    margin-top: -60px;
  }
}
.circular-bar-chart canvas {
  height: 135px !important;
  width: 135px !important;
}

@media (min-width: 768px) {
  .circular-bar-chart canvas {
    height: 175px !important;
    width: 175px !important;
  }
}
.bg-adaptative-integral {
  min-height: 120px;
  position: relative;
  background: url("/img/main/slider_bg1.jpg") no-repeat;
  background-size: cover;
}

.bg-adaptative-tecnicos {
  min-height: 120px;
  position: relative;
  background: url("/img/main/slider_bg2.jpg") no-repeat;
  background-size: cover;
}

.bg-adaptative-experiencia {
  min-height: 120px;
  position: relative;
  background: url("/img/main/slider_bg3.jpg") no-repeat;
  background-size: cover;
}

.background-adaptative-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, black 0%, black 0%, rgba(0, 212, 255, 0) 100%);
  background-origin: content-box;
}

@media (min-width: 576px) {
  .background-adaptative {
    background-origin: content-box;
    background-clip: content-box;
  }

  .background-adaptative-gradient {
    position: unset;
    top: unset;
    left: unset;
  }
}
.accordion.without-bg .card-default {
  background: transparent;
}

.product-certs span {
  color: #444;
  font-weight: 500;
  font-size: 1.2rem;
}
.product-certs img {
  margin-left: 4px;
}

#comercialInfo i {
  width: 50px;
  text-align: center;
}

#logistics-contact {
  cursor: pointer;
  color: #00778b;
}
#logistics-contact:hover {
  text-decoration: underline;
}

.like {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: white;
  transition: all 25ms;
}
.like:hover {
  color: #DC2626;
}

.masonry-item:hover .like {
  display: block;
}

#leafletmap {
  background: #E5E3DF;
  height: 450px;
  margin: -35px 0 30px 0;
  width: 100%;
}
#leafletmap span {
  font-weight: bold;
  color: #18181B;
}

.confirmed {
  filter: grayscale(1);
}

#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
}

@media (min-width: 768px) {
  #cookie-alert {
    width: 675px;
    bottom: 30px;
  }
}

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