@charset "UTF-8";

@font-face {
  font-family: "candace";
  src:url("fonts/candace.eot");
  src:url("fonts/candace.eot?#iefix") format("embedded-opentype"),
    url("fonts/candace.woff") format("woff"),
    url("fonts/candace.ttf") format("truetype"),
    url("fonts/candace.svg#candace") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "candace" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "candace" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\61";
}
.icon-returns:before {
  content: "\62";
}
.icon-shipping:before {
  content: "\63";
}
.icon-chevron-down:before {
  content: "\64";
}
.icon-chevron-right:before {
  content: "\66";
}
.icon-chevron-left:before {
  content: "\67";
}
.icon-email:before {
  content: "\68";
}
.icon-email-dark:before {
  content: "\69";
}
.icon-facebook:before {
  content: "\6a";
}
.icon-facebook-circle:before {
  content: "\6b";
}
.icon-twitter:before {
  content: "\6c";
}
.icon-chevron-up:before {
  content: "\6d";
}
.icon-instagram-circle:before {
  content: "\6e";
}
.icon-instagram:before {
  content: "\6f";
}
.icon-youtube-circle:before {
  content: "\70";
}
.icon-youtube:before {
  content: "\71";
}
.icon-whatsapp:before {
  content: "\72";
}
.icon-twitter-circle:before {
  content: "\73";
}
.icon-linkedin:before {
  content: "\74";
}
.icon-linkedin-circle:before {
  content: "\75";
}
.icon-menu-bullets:before {
  content: "\76";
}
.icon-marker:before {
  content: "\78";
}
.icon-menu:before {
  content: "\79";
}
.icon-phone:before {
  content: "\7a";
}
.icon-pinterest:before {
  content: "\41";
}
.icon-user:before {
  content: "\42";
}
.icon-search:before {
  content: "\65";
}

.icon-custom {
  display:block;
  position:relative;
}
.icon-custom::before {
  content:'';
  background-size:contain;
  background-repeat: no-repeat;
  width:100%;
  height:100%;
  display:block;
}
.icon-custom-2x {
  width:2em;
  height:2em;
}
.icon-custom-3x {
  width:3em;
  height:3em;
}
.icon-custom-35x {
  width:3.5em;
  height:3.5em;
}
.icon-custom-4x {
  width:4em;
  height:4em;
}
.icon-custom-5x {
  width:5em;
  height:5em;
}
.icon-bottom::before {
  position:absolute;
  left:0;
  top:40%;
}
.icon-top::before {
  position:absolute;
  left:0;
  top:5px;
}

@media (min-width:992px) {
  .icon-top::before {
    position:absolute;
    left:0;
    top:15%;
  }
  #servicios-content .icon-top::before {
    top:25%;
  }
}


.icon-custom-asesoria-white::before {
  background-image:url(../../img/icons/icono-asesoria-white.svg);
}
.icon-custom-asesoria-green::before {
  background-image:url(../../img/icons/icono-asesoria-green.svg);
}

.icon-custom-formacion-white::before {
  background-image:url(../../img/icons/icono-formacion-white.svg);
}.icon-custom-formacion-green::before {
  background-image:url(../../img/icons/icono-formacion-green.svg);
}

.icon-custom-prevencion-white::before {
  background-image:url(../../img/icons/icono-prevencion-white.svg);
}
.icon-custom-prevencion-green::before {
  background-image:url(../../img/icons/icono-prevencion-green.svg);
}

.icon-custom-logistica-dark-green::before {
  background-image:url(../../img/icons/icono-logistica-dark-green.svg);
}
.icon-custom-logistica-green::before {
  background-image:url(../../img/icons/icono-logistica-green.svg);
}

.icon-custom-servicios-white::before {
  background-image:url(../../img/icons/icono-servicios-white.svg);
}
.icon-custom-servicios-green::before {
  background-image:url(../../img/icons/icono-servicios-green.svg);
}

.icon-custom-covid-white::before {
  background-image:url(../../img/icons/icono-covid-white.svg);
}
.icon-custom-covid-dark-green::before {
  background-image:url(../../img/icons/icono-covid-dark-green.svg);
}
.icon-custom-covid-green::before {
  background-image:url(../../img/icons/icono-covid-green.svg);
}

.icon-custom-microbiologicos-green::before {
  background-image:url(../../img/icons/icono-microbiologicos-green.svg);
}
.icon-custom-molecular-green::before {
  background-image:url(../../img/icons/icono-molecular-green.svg);
}
.icon-custom-agua-green::before {
  background-image:url(../../img/icons/icono-agua-green.svg);
}
.icon-custom-fisicoquimicos-green::before {
  background-image:url(../../img/icons/icono-fisicoquimicos-green.svg);
}
.icon-custom-estabilidad-green::before {
  background-image:url(../../img/icons/icono-estabilidad-green.svg);
}
.icon-custom-superficies-green::before {
  background-image:url(../../img/icons/icono-superficies-green.svg);
}
.icon-custom-challenge-green::before {
  background-image:url(../../img/icons/icono-test-green.svg);
}
.icon-custom-ambientales-green::before {
  background-image:url(../../img/icons/icono-ambientales-green.svg);
}


.icon-custom-servicios-green {
  width:4em;
}
.icon-custom-molecular-green {
  width:2.5em;
}
.icon-custom-agua-green {
  width:2.5em;
  margin-top:-5px;
}
.icon-custom-challenge-green {
  width:3em;
  margin-top:-5px;
}
.icon-custom-microbiologicos-green {
  width:3em;
  margin-top:-2px;
}
.icon-custom-fisicoquimicos-green {
  width:2.75em;
  margin-top:-5px;
}
.icon-custom-logistica-dark-green {
  width:10em;
}
.icon-custom-logistica-dark-green::before {
  width:4em;
  top:10px;
}
.icon-custom-estabilidad-green {
  width:5em;
}
.icon-custom-logistica-green::before {
  width:5em;
  top:-10px;
}
@media(min-width:992px) {
  .icon-custom-molecular-green {
    width:4em;
  }
  .icon-custom-fisicoquimicos-green,
  .icon-custom-agua-green,
  .icon-custom-challenge-green {
    width:4em;
    margin-top:0;
  }
  .icon-custom-servicios-green {
    width:4.5em;
  }
  .icon-custom-logistica-dark-green {
    width:5em;
  }
  .icon-custom-logistica-dark-green::before {
    width:100%;
  }
  .icon-custom-estabilidad-green {
    width:4em;
  }
  .icon-custom-servicios-white {
    margin-top:9px;
  }
  .icon-custom-microbiologicos-green {
    width:4em;
  }
}
