/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/rubik/rubik-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Light"), local("Rubik-Light"), url("../../fonts/rubik/rubik-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/rubik/rubik-v8-latin-300.woff2") format("woff2"), url("../../fonts/rubik/rubik-v8-latin-300.woff") format("woff"), url("../../fonts/rubik/rubik-v8-latin-300.ttf") format("truetype"), url("../../fonts/rubik/rubik-v8-latin-300.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/rubik/rubik-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Rubik"), local("Rubik-Regular"), url("../../fonts/rubik/rubik-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/rubik/rubik-v8-latin-regular.woff2") format("woff2"), url("../../fonts/rubik/rubik-v8-latin-regular.woff") format("woff"), url("../../fonts/rubik/rubik-v8-latin-regular.ttf") format("truetype"), url("../../fonts/rubik/rubik-v8-latin-regular.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/rubik/rubik-v8-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../../fonts/rubik/rubik-v8-latin-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/rubik/rubik-v8-latin-500.woff2") format("woff2"), url("../../fonts/rubik/rubik-v8-latin-500.woff") format("woff"), url("../../fonts/rubik/rubik-v8-latin-500.ttf") format("truetype"), url("../../fonts/rubik/rubik-v8-latin-500.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/rubik/rubik-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../../fonts/rubik/rubik-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/rubik/rubik-v8-latin-700.woff2") format("woff2"), url("../../fonts/rubik/rubik-v8-latin-700.woff") format("woff"), url("../../fonts/rubik/rubik-v8-latin-700.ttf") format("truetype"), url("../../fonts/rubik/rubik-v8-latin-700.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* rubik-900 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/rubik/rubik-v8-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Black"), local("Rubik-Black"), url("../../fonts/rubik/rubik-v8-latin-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/rubik/rubik-v8-latin-900.woff2") format("woff2"), url("../../fonts/rubik/rubik-v8-latin-900.woff") format("woff"), url("../../fonts/rubik/rubik-v8-latin-900.ttf") format("truetype"), url("../../fonts/rubik/rubik-v8-latin-900.svg#Rubik") format("svg");
  /* Legacy iOS */
}

* {
  font-family: 'Rubik', sans-serif;
  scroll-behavior: smooth;
}


/*cconsent-bar*/
#cconsent-bar {
  background: url(../images/cookieimage.png) no-repeat #fff !important;
  background-size: 10em !important;
  background-position: center top !important;
  color: #222 !important;
  top: inherit !important;
  bottom: 1em !important;
  left: 1em !important;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

#cconsent-bar .ccb__wrapper {
  padding-top: 7em;
}

#cconsent-bar a {
  color: #1d7f68 !important;
}

#cconsent-bar .ccb__left {
  margin: 0 0 15px;
}

#cconsent-bar .ccb__right {
  margin-right: 0 !important
}

#cconsent-bar a.ccb__edit {
  font-size: 12px;
}

@media only screen and (max-width: 40em) {
  #cconsent-bar {
    max-width: 293px;
  }
}

#cconsent-bar button,
#cconsent-modal .ccm__footer button {
  background-color: #1d7f68 !important;
}

#cconsent-bar button:hover,
#cconsent-modal .ccm__footer button:hover {
  background-color: #005350 !important;
}

/* OuL BXSLIDER */
.carrousel {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.carrousel .topo-40aniversari {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 10000000000000000;
  text-align: center;
}

.carrousel .topo-40aniversari .topo-content {
  position: relative;
  display: inline-block;
  padding: 1em 1.5em;
  background: #1d7f68;
  border-radius: 25px 25px 0 0;
}

.carrousel .topo-40aniversari .topo-content img {
  max-height: 70px;
}

@media screen and (max-width: 40em) {
  .carrousel .topo-40aniversari .topo-content img {
    max-height: 50px;
  }
}

.carrousel .carrousel-texto {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  padding: 0 10px 0 10px;
}

.carrousel .carrousel-texto .carrousel-estructura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 91px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .carrousel .carrousel-texto .carrousel-estructura {
    margin-top: 68px;
  }
}

.carrousel .carrousel-texto .carrousel-titulo {
  font-weight: bold;
  font-size: 44px;
}

@media screen and (max-width: 390px) {
  .carrousel .carrousel-texto .carrousel-titulo {
    font-size: 31px;
  }
}

.carrousel .carrousel-texto .carrousel-subtitulo {
  font-size: 30px;
  font-weight: 100;
}

@media screen and (max-width: 390px) {
  .carrousel .carrousel-texto .carrousel-subtitulo {
    font-size: 23px;
  }
}

.carrousel .carrousel-texto .carrousel-boton-slider {
  border: 2px solid white;
  border-radius: 4px;
  display: inline-block;
  padding: 7px 30px 7px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.carrousel .carrousel-texto .carrousel-boton-slider:hover {
  background-color: white;
  color: #16330E;
  border-radius: 200px;
}

.carrousel .carrousel-texto .carrousel-boton-slider .carrousel-boton-slider-titulo {
  font-weight: bold;
}

.carrousel .carrousel-texto .carrousel-boton-slider .carrousel-boton-slider-subtitulo {
  font-size: 14px;
}

/* FOTOS OWL Slider fotos */
#foto1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/theme/1.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/1.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/1.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#foto2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/theme/2.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/2.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/2.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/2.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#foto3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/theme/3.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/3.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/3.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/3.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#foto4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/theme/4.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/4.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/4.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/4.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* FIN OWL Slider fotos */
/* FIN OWL Slider */
/* CONTENEDOR HEADER */
.header-menu {
  background-color: white;
  height: 91px;
  position: fixed;
  z-index: 4;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header-menu {
    height: 68px;
  }
}

.header-menu .menu-principal {
  margin-top: 17px;
  margin-right: 13px;
}

@media screen and (max-width: 1250px) {
  .header-menu .menu-principal {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .header-menu .menu-principal {
    margin-top: 3px;
    margin-right: 1px;
  }
}

.header-menu .logotipo {
  margin: 0.5em;
}

.header-menu .logotipo img {
  max-height: 55px;
  height: 55px;
}

@media screen and (max-width: 640px) {
  /*.header-menu .logotipo {
    margin-left: 7px;
  }*/
}

/*.header-menu .logotipo img {
  position: absolute;
  bottom: -16px;
}*/

@media screen and (max-width: 1024px) {
  .header-menu .logotipo img {
    max-height: 40px;
    height: 40px;
  }
}

.header-menu a {
  color: #16330E;
}

.header-menu .barra-verde {
  height: 7px;
  background-color: #1d7f68;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 12px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 12px -2px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

/*@media screen and (max-width: 1024px) {
  .header-menu .barra-verde {
    height: 12px;
  }
}*/

.header-menu .area-clientes {
  border: 1px solid #16330E;
  border-radius: 20px;
  padding: 5px 8px 5px 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-menu .area-clientes:hover {
  background-color: #16330E;
  color: white;
}

/* FIN CONTENEDOR HEADER */
/* hover animacion menu */
.menu-navegacion .hover {
  position: relative;
  color: #000;
  text-decoration: none;
}

.menu-navegacion .hover:hover {
  color: #000;
}

.menu-navegacion .hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #005350;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.menu-navegacion .hover:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* fin hover animacion menu */
/* Menu hamburguesa */
.container-menu-hamburguesa {
  position: fixed;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(80deg, rgba(0, 165, 79, 0.9), rgba(0, 83, 80, 0.9));
  background: -o-linear-gradient(80deg, rgba(0, 165, 79, 0.9), rgba(0, 83, 80, 0.9));
  background: linear-gradient(10deg, rgba(0, 165, 79, 0.9), rgba(0, 83, 80, 0.9));
  border-radius: 0 0 0 100%;
  /* padding: 26px 26px 52px 52px; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 11;
}

.icon-close-hamburguesa {
  color: white;
  font-size: 20px;
  font-weight: 900;
  position: fixed;
  top: 26px;
  right: 41px;
  z-index: 11;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-close-hamburguesa:hover {
  color: #005350;
}

.menu-hamburguesa {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 12;
  display: none;
  width: 100%;
}

.menu-hamburguesa a {
  padding: 14px;
  font-size: 40px;
  text-align: center;
  color: white;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-lletra-petita {
  font-size: 30px !important;
  padding: 14px;
  text-align: center;
  color: white;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.lletra-30 {
  font-size: 30px !important;
}

.menu-hamburguesa a:hover {
  background-color: white;
  color: #16330E;
}

@media screen and (max-height: 640px) {
  .menu-hamburguesa a {
    font-size: 30px;
  }
}

@media screen and (max-height: 420px) {
  .menu-hamburguesa a {
    font-size: 17px;
  }
}

/* fin menu hamburguesa */
a.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

@media screen and (max-width: 640px) {
  a.anchor {
    top: -68px;
  }
}

.iconos {
  padding: 2.5rem 0 2.5rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#1d7f68), to(#005350));
  background: -webkit-linear-gradient(left, #1d7f68, #005350);
  background: -o-linear-gradient(left, #1d7f68, #005350);
  background: linear-gradient(to right, #1d7f68, #005350);
}

.iconos .container-iconos h6 {
  font-family: 'Rubik', sans-serif;
  color: white;
  font-size: 20px;
  padding: 0.5rem;
  margin-bottom: 0;
}

.iconos .container-iconos .icono {
  margin: 1rem 0 1rem 0;
}

.iconos .container-iconos .icono img {
  width: 90px;
  height: 85px;
}

.sobre-container {
  margin: 0 auto;
}

.sobre-container h6 {
  font-family: 'Rubik', sans-serif;
  color: #858582;
  font-size: 18px;
}

.sobre-container h5 {
  font-family: 'Rubik', sans-serif;
  color: #1d7f68;
  font-weight: bold;
  font-size: 26px;
}

.sobre-container h3 {
  font-family: 'Rubik', sans-serif;
  color: #005350;
  font-weight: bold;
  font-size: 36px;
}

.sobre-container p {
  font-family: 'Rubik', sans-serif;
  color: #858582;
  font-size: 16px;
  line-height: 2;
}

.margin1 {
  margin-right: 1rem;
}

.margintop2 {
  margin-top: 2rem;
}

.padding4 {
  padding-top: 4rem;
}

.padding3 {
  padding-top: 3rem;
}

.padding1 {
  padding-top: 1rem;
}

.paddingbot4 {
  padding-bottom: 4rem;
}

.paddingbot2 {
  padding-bottom: 2rem;
}

.imatgeproductes {
  height: 325.63px;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/theme/sallavet-foto-façana.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/sallavet-foto-façana.jpg");
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/sallavet-foto-façana.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/theme/sallavet-foto-façana.jpg");
  background-attachment: fixed;
  padding: 0 1rem 0 1rem;
}

.imatgeproductes h3 {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  max-width: 60rem;
}

.degradatproductes {
  height: 196.08px;
  background: -webkit-gradient(linear, left top, right top, from(#1d7f68), to(#005350));
  background: -webkit-linear-gradient(left, #1d7f68, #005350);
  background: -o-linear-gradient(left, #1d7f68, #005350);
  background: linear-gradient(to right, #1d7f68, #005350);
}

.degradatproductes h3 {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 36px;
}

.productes-container {
  padding: 3rem 1rem 3rem 1rem;
}

.productes-container .flex-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productes-container .centrar-iconos {
  padding: 20px 10px 20px 10px;
}

@media screen and (max-width: 640px) {
  .productes-container .centrar-iconos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.productes-container h6 {
  font-family: 'Rubik', sans-serif;
  color: #1d7f68;
  font-weight: bold;
  font-size: 20px;
}

.productes-container p {
  color: #858582;
  font-size: 16px;
  line-height: 2;
  padding-right: 10px;
}

.productes-container .margingright {
  margin-right: 1rem;
  min-width: 58px;
}

@media screen and (max-width: 640px) {
  .productes-container .margingright {
    margin-right: 0;
  }
}

.productes-container .width450 {
  width: 450px;
}

.colorproveidors {
  background-color: #f1f1f1;
}

.colorproveidors .proveidors-container {
  max-width: 102rem;
  margin: 0 auto;
}

.colorproveidors .proveidors-container h5 {
  font-family: 'Rubik', sans-serif;
  color: #005350;
  font-weight: bold;
  font-size: 22px;
}

.colorproveidors .proveidors-container .midafotos {
  max-width: 200px;
  height: 160px;
  margin: 1rem;
  background-size: 150px 110px;
  background-repeat: no-repeat;
}

.colorproveidors .proveidors-container .midafotos#proquimia {
  background-image: url("../images/theme/logoproquimia-gris.png")
}

.colorproveidors .proveidors-container .midafotos#proquimia:hover {
  background-image: url("../images/theme/logoproquimia.png")
}

.colorproveidors .proveidors-container .midafotos#msd {
  background-image: url("../images/theme/logomsd-gris.png")
}

.colorproveidors .proveidors-container .midafotos#msd:hover {
  background-image: url("../images/theme/logomsd.png")
}

.colorproveidors .proveidors-container .midafotos#nutriad {
  background-image: url("../images/theme/adisseonutriadlogo-gris.png")
}

.colorproveidors .proveidors-container .midafotos#nutriad:hover {
  background-image: url("../images/theme/adisseonutriadlogo.png")
}

.colorproveidors .proveidors-container .midafotos#bioiberica {
  background-image: url("../images/theme/bioibericalogo-gris.png")
}

.colorproveidors .proveidors-container .midafotos#bioiberica:hover {
  background-image: url("../images/theme/bioibericalogo.png")
}

.colorproveidors .proveidors-container .midafotos#fatro {
  background-image: url("../images/theme/logofatro-gris.png")
}

.colorproveidors .proveidors-container .midafotos#fatro:hover {
  background-image: url("../images/theme/logofatro.png")
}

.colorproveidors .proveidors-container .midafotos#elanco {
  background-image: url("../images/theme/elancologo-gris.png")
}

.colorproveidors .proveidors-container .midafotos#elanco:hover {
  background-image: url("../images/theme/elancologo.png")
}

.colorproveidors .proveidors-container .midafotos#bbraun {
  background-image: url("../images/theme/bbraun-gris.png")
}

.colorproveidors .proveidors-container .midafotos#bbraun:hover {
  background-image: url("../images/theme/bbraun.png")
}

.colorproveidors .proveidors-container .midafotos#cpc {
  background-image: url("../images/theme/cpclogo-gris.png")
}

.colorproveidors .proveidors-container .midafotos#cpc:hover {
  background-image: url("../images/theme/cpclogo.png")
}

.colorproveidors .proveidors-container .midafotos#idt {
  background-image: url("../images/theme/cevalogos-gris.png")
}

.colorproveidors .proveidors-container .midafotos#idt:hover {
  background-image: url("../images/theme/cevalogos.png")
}

.colorproveidors .proveidors-container .midafotos#boheringer {
  background-image: url("../images/theme/logoboehringer-gris.png")
}

.colorproveidors .proveidors-container .midafotos#boheringer:hover {
  background-image: url("../images/theme/logoboehringer.png")
}

.colorproveidors .proveidors-container .midafotos#masso {
  background-image: url("../images/theme/massologo-gris.png")
}

.colorproveidors .proveidors-container .midafotos#masso:hover {
  background-image: url("../images/theme/massologo.png")
}

.colorproveidors .proveidors-container .midafotos#oxcta {
  background-image: url("../images/theme/oxcta-gris.png")
}

.colorproveidors .proveidors-container .midafotos#oxcta:hover {
  background-image: url("../images/theme/oxcta.png")
}

.colorproveidors .proveidors-container .midafotos#kanters {
  background-image: url("../images/theme/Kanters.png");
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.colorproveidors .proveidors-container .midafotos#kanters:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.colorproveidors .proveidors-container .midafotos#purina {
  background-image: url("../images/theme/Purina.png");
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.colorproveidors .proveidors-container .midafotos#purina:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.colorproveidors .proveidors-container .midafotos#vilofoss {
  background-image: url("../images/theme/Vilofoss.png");
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.colorproveidors .proveidors-container .midafotos#vilofoss:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.colorproveidors .proveidors-container .midafotos#divasa {
  background-image: url("../images/theme/divasa-gris.png")
}

.colorproveidors .proveidors-container .midafotos#divasa:hover {
  background-image: url("../images/theme/divasa.png")
}

.colorproveidors .proveidors-container .midafotos#kiki {
  background-image: url("../images/theme/kiki-gris.png")
}

.colorproveidors .proveidors-container .midafotos#kiki:hover {
  background-image: url("../images/theme/kiki.png")
}





.colorproveidors .proveidors-container .smallfotos {
  max-width: 21rem;
  height: 19rem;
  margin: auto;
}

.imatgemobil {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-image: url("../images/theme/fondo2.jpg");
  background-attachment: fixed;
}

.imatgemobil .mobiltext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.imatgemobil .whitecheck {
  color: #FFFFFF;
  font-size: 20px;
}

.imatgemobil h3 {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 36px;
}

.imatgemobil h4 {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-size: 36px;
}

.imatgemobil h6 {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

.imatgemobil p {
  color: #FFFFFF;
  font-size: 16px;
}

.imatgemobil .marginautobotiga {
  margin: auto;
  max-width: 100rem;
}

.imatgemobil .marginautobotiga .botigaonline {
  margin-top: 1rem;
  margin-left: 1rem;
}

.imatgemobil .descripcio {
  margin-top: 2rem;
  max-width: 30rem;
}

@media screen and (max-width: 1024px) {
  .imatgemobil .descripcio {
    max-width: 44rem;
  }
}

.imatgemobil .button {
  margin-top: 1rem;
  width: 12rem;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 20px;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  color: #1d7f68;
}

@media screen and (max-width: 640px) {
  .imatgemobil .button {
    width: 100%;
  }
}

.colorajuda {
  background-color: #f1f1f1;
}

.colorajuda ::-webkit-input-placeholder {
  color: grey;
  opacity: 1;
  /* Firefox */
}

.colorajuda :-ms-input-placeholder {
  color: grey;
  opacity: 1;
  /* Firefox */
}

.colorajuda ::-ms-input-placeholder {
  color: grey;
  opacity: 1;
  /* Firefox */
}

.colorajuda ::placeholder {
  color: grey;
  opacity: 1;
  /* Firefox */
}

.colorajuda .ajuda-container {
  max-width: 102rem;
  margin: 0 auto;
  padding: 4rem 1rem 4rem 1rem;
}

.colorajuda .ajuda-container .ajuda {
  max-width: 46rem;
  margin: 0 auto;
}

.colorajuda .ajuda-container h2 {
  font-family: 'Rubik', sans-serif;
  color: #005350;
  font-size: 44px;
}

@media screen and (max-width: 360px) {
  .colorajuda .ajuda-container h2 {
    font-size: 30px;
  }
}

.colorajuda .ajuda-container h3 {
  font-family: 'Rubik', sans-serif;
  color: #005350;
  font-weight: bold;
  font-size: 36px;
}

.colorajuda .ajuda-container h5 {
  font-family: 'Rubik', sans-serif;
  color: #AAAAA7;
  font-size: 23px;
}

@media screen and (max-width: 360px) {
  .colorajuda .ajuda-container h5 {
    font-size: 19px;
  }
}

.colorajuda .ajuda-container p {
  font-family: 'Rubik', sans-serif;
  color: #AAAAA7;
  font-size: 17px;
}

.colorajuda .ajuda-container .widthform {
  padding: 2rem 1rem 2rem 1rem;
  max-width: 30rem;
  margin: auto;
}

.colorajuda .ajuda-container .widthform .colorajuda .ajuda-container .widthform .underline {
  display: none;
}

.colorajuda .ajuda-container .widthform .input {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0rem;
  margin: 0 0 -1rem;
  border-bottom: 2px solid grey;
  background-color: transparent;
  color: grey;
}

.colorajuda .ajuda-container .widthform .input:focus {
  outline: none;
}

.colorajuda .ajuda-container .widthform input:focus::-webkit-input-placeholder,
.colorajuda .ajuda-container .widthform textarea:focus::-webkit-input-placeholder {
  color: #005350;
}

.colorajuda .ajuda-container .widthform .input:focus+.underline {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.colorajuda .ajuda-container .widthform .underline {
  background-color: #005350;
  display: inline-block;
  height: 3px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
}

.colorajuda .ajuda-container textarea {
  resize: none;
}

.colorajuda .ajuda-container .buttonajuda {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #1d7f68;
  padding: 0.50em 1em;
  border-radius: 0.25rem;
}

.colorajuda .ajuda-container .checkboxajuda p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: grey;
}

.colorajuda .ajuda-container .checkboxajuda a {
  text-decoration: underline;
  color: grey;
}

.colorajuda .ajuda-container .checkboxajuda .terminos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 10px 0;
}

.colorajuda .ajuda-container .checkboxajuda .terminos .terminos-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .colorajuda .ajuda-container .checkboxajuda .terminos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fonsfooter {
  padding-top: 2rem;
  background-color: #167F66;
}

.fonsfooter .footer-container {
  max-width: 70rem;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fonsfooter .footer-container a {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-size: 16px;


}

.fonsfooter .footer-container a:hover {
  font-weight: 500;
}

.fonsfooter .footer-container .direccio-container {
  max-width: 24rem;
}

.fonsfooter .footer-container .direccio-container .midafoto {
  max-height: 120px;
}

.fonsfooter .footer-container .direccio-container h5 {
  font-family: 'Rubik', sans-serif;
  color: #FFFFFF;
  font-size: 17px;
}

.fonsfooter .footer-container .direccio-container .iconsxarxes {
  color: #1d7f68;
  font-size: 2rem;
}




.fonsfooter .footer-container .botonsfooter {
  width: 150px;
}

.checkbox {
  width: 17px !important;
}

form>span {
  display: none !important;
}

form .form-item-checkbox span {
  display: none !important;
}

form a {
  text-decoration: underline !important;
  font-weight: 500;
  color: #AAAAA7;
}

@media screen and (max-width: 640px) {
  .boton input {
    width: 100%;
  }
}

.colorajuda .ajuda-container .widthform .form-item-terminos-y-condiciones label {
  font-size: 16px;
  color: grey;
}


.user-login-form {
  padding-top: 12rem !important;
  padding-bottom: 7rem !important;
}

.iconos-redes {
  margin-top: 1rem;
}

.hover-idioma:hover {
  font-weight: bold;
  color: #1d7f68;
  transition: all 0.5s;
  padding-left: 0.9;
}

.buttonajuda:hover {
  background-color: #005350 !important;
}

.icon-facebook:hover::before {
  color: #3b5998;
  transition: 0.6s;
}

.icon-instagram:hover::before {
  color: #e95950;
  transition: 0.6s;
}

.icon-twitter:hover::before {
  color: #00acee;
  transition: 0.6s;
}

.oferim-hover {
  color: white;
  margin-top: 26px;
}

.boton-comprar {
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .boton-comprar {
    width: 100%;
  }
}

#cconsent-bar {
  left: 50% !important;
}