@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
html,
body {
  height: 100%;
  width: 100%;
  min-width: 320px;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #484747;
  font-size: 20px;
  background: #ffffff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.modal-opened {
  overflow: hidden;
}
ul,
li,
p {
  margin: 0 0 15px 0;
  padding: 0;
}
h1,
h2,
h3 {
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: 700;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:focus {
  color: #62B445;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
a:hover,
a:visited:hover,
a:focus:hover {
  color: #707070;
}
section {
  position: relative;
  width: 100%;
}
.container-width {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
header {
  display: block;
  background: #EDEDED;
}
header nav .nav-container {
  width: 100%;
  padding: 20px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
header nav .nav-container:after {
  content: '';
  width: 16px;
  height: 37px;
  background: #62B445;
  position: absolute;
  display: block;
  left: 75%;
  top: 0;
}
header nav .main-logo {
  display: block;
  width: 69px;
  height: 106px;
  background: url(../imgs/logo-ggn.svg) no-repeat center center;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  margin: 0;
  text-align: left;
  text-indent: -9999px;
}
header nav .main-logo.main-logo--es {
  background: url(../imgs/logo-ggn-es.svg) no-repeat center center;
}
header nav .main-logo.main-logo--de {
  background: url(../imgs/logo-ggn-de.svg) no-repeat center center;
}
header nav .main-logo.main-logo--en {
  background: url(../imgs/logo-ggn-en.svg) no-repeat center center;
}
header nav .main-logo.main-logo--ja {
  background: url(../imgs/logo-ggn-ja.svg) no-repeat center center;
}
header nav .main-menu {
  margin: 0 auto 0 30px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header nav .main-menu li {
  margin: 0 20px;
}
header nav .main-menu li a,
header nav .main-menu li span {
  font-size: 15px;
  font-weight: 700;
  color: #707070;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
header nav .main-menu li.active a,
header nav .main-menu li.active span {
  color: #000;
}
header nav .main-menu li.active a:after,
header nav .main-menu li.active span:after {
  content: '';
  width: 7px;
  height: 16px;
  background: #62B445;
  position: absolute;
  display: block;
  left: -12px;
  top: 2px;
}
header nav .main-menu li a:hover {
  color: #62B445;
}
header nav .sec-menu {
  margin: 27px 0 0 0;
  padding: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  background: url(../imgs/flecha-idiomas-gris.svg) no-repeat right 6px;
  background-size: 5px 5px;
  height: 20px;
  transition: height .5s;
  overflow: hidden;
  cursor: pointer;
}
header nav .sec-menu li {
  margin: 0 0 10px 0;
  padding: 0;
  order: 2;
}
header nav .sec-menu li a {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
header nav .sec-menu li a.lang-en {
  background-image: url(../imgs/bandera-uk.svg);
}
header nav .sec-menu li a.lang-es {
  background-image: url(../imgs/bandera-espana.svg);
}
header nav .sec-menu li a.lang-de {
  background-image: url(../imgs/bandera-alemania.svg);
}
header nav .sec-menu li a.lang-jp {
  background-image: url(../imgs/bandera-japon.svg);
}
header nav .sec-menu li a:hover {
  opacity: 0.7;
}
header nav .sec-menu li.active {
  order: 1;
  position: relative;
}
header nav .sec-menu.lang-opened {
  height: 110px;
}
header nav .login {
  margin: 20px 25px 0 13px;
}
header nav .login a {
  font-weight: 300;
  font-size: 15px;
  color: #707070;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
header nav .login a:hover {
  color: #62B445;
}
header nav .rrss-menu {
  margin: 27px 0 0 0;
  display: flex;
  flex-direction: column;
}
header nav .rrss-menu li {
  margin: 0 0 20px 0;
  padding: 0;
}
header nav .rrss-menu li a {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
header nav .rrss-menu li a.fb {
  background-image: url(../imgs/facebook-gris.svg);
}
header nav .rrss-menu li a.tw {
  background-image: url(../imgs/twitter-gris.svg);
}
header nav .rrss-menu li a.in {
  background-image: url(../imgs/instagram-gris.svg);
}
header nav .rrss-menu li a:hover {
  opacity: 0.7;
}
.home header {
  position: absolute;
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.home header nav .nav-container:after {
  background: #fff;
}
.home header nav .main-menu li a,
.home header nav .main-menu li span {
  color: #fff;
}
.home header nav .main-menu li a:hover {
  color: #707070;
}
.home header nav .sec-menu {
  background-image: url(../imgs/flecha-idiomas-blanco.svg);
}
.home header nav .login a {
  color: #fff;
}
.home header nav .login a:hover {
  color: #707070;
}
.home header nav .rrss-menu li a.fb {
  background-image: url(../imgs/facebook-blanco.svg);
}
.home header nav .rrss-menu li a.tw {
  background-image: url(../imgs/twitter-blanco.svg);
}
.home header nav .rrss-menu li a.in {
  background-image: url(../imgs/instagram-blanco.svg);
}
.mobile-link {
  display: none;
}
.mobile-menu {
  display: none;
}
footer {
  margin: 0;
}
footer .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 0 45px 10px 45px;
  margin: 80px auto 0 auto;
  max-width: 516px;
  border-bottom: 16px solid #62B445;
}
footer .footer-menu li {
  margin: 0;
  padding: 0;
}
footer .footer-menu li a {
  font-size: 10px;
  font-weight: 700;
  color: #707070;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
footer .footer-menu li a:hover {
  color: #62B445;
}
footer .footer-rrss-menu {
  display: none;
  margin: 0;
  background: #62B445;
  padding: 8px 0;
  text-align: center;
}
footer .footer-rrss-menu li {
  margin: 5px 10px;
  padding: 0;
  display: inline-block;
}
footer .footer-rrss-menu li a {
  display: block;
  width: 12px;
  height: 10px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
footer .footer-rrss-menu li a.fb {
  background-image: url(../imgs/facebook-blanco.svg);
}
footer .footer-rrss-menu li a.tw {
  background-image: url(../imgs/twitter-blanco.svg);
}
footer .footer-rrss-menu li a.in {
  background-image: url(../imgs/instagram-blanco.svg);
}
footer .footer-rrss-menu li a:hover {
  opacity: 0.7;
}
@media (min-width: 1280px) {
  header nav .nav-container {
    padding-left: 138px;
  }
}
@media (max-width: 1000px) {
  header nav .nav-container:after {
    display: none;
  }
  header nav .main-menu,
  header nav .login,
  header nav .rrss-menu {
    display: none;
  }
  header nav .main-logo {
    width: 53px;
    height: 81px;
    margin: 0 auto 0 0;
  }
  header nav .sec-menu {
    height: 24px;
    margin: 8px 20px 0 0;
    padding-right: 15px;
    background-size: 9px 9px;
  }
  header nav .sec-menu li a {
    width: 22px;
    height: 22px;
  }
  header nav .sec-menu.lang-opened {
    height: 120px;
  }
  .mobile-link {
    display: block;
    width: 27px;
    height: 22px;
    background: url(../imgs/icono-hamburguesa-gris.svg) no-repeat center center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 8px 5px;
    float: right;
  }
  .home .mobile-link {
    background-image: url(../imgs/icono-hamburguesa-blanco.svg);
  }
  .cerrar {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    margin: 0;
    width: 27px;
    height: 27px;
    background: url(../imgs/icono-cerrar.svg) no-repeat center center;
    background-size: contain;
    z-index: 9999;
    top: 28px;
    right: 25px;
    position: absolute;
  }
  .mobile-menu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    position: fixed;
    height: 100%;
    background: #62B445;
  }
  .mobile-menu .mobile-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mobile-menu ul {
    display: block;
    width: 100%;
    padding: 40px 20%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-menu ul li {
    margin: 0;
    padding: 20px 0 20px;
  }
  .mobile-menu ul li a {
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .mobile-menu ul li a:hover {
    color: #484747;
  }
  .mobile-menu ul li a.activo {
    color: #484747;
  }
  .mobile-menu ul li span.activo {
    color: #484747;
  }
  footer {
    margin: 0 auto 0 auto;
  }
  footer .footer-menu {
    margin-top: 40px;
    padding: 0 30px 8px 30px;
    border: none;
  }
  footer .footer-menu li a {
    font-size: 7px;
  }
  footer .footer-rrss-menu {
    display: block;
  }
  .errors footer .footer-menu {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .container-width {
    padding: 0 12px;
  }
}
.cabecera {
  background: #62B445;
  margin: 0 auto;
  width: 100%;
}
.cabecera .cabecera-container {
  position: relative;
  width: 100%;
  padding: 20px 20px 50px 20px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.cabecera .cabecera-form {
  margin-top: 184px;
  width: 60%;
}
.cabecera .cabecera-form form {
  margin: 0 0 40px 0;
  padding: 0;
  margin-bottom: 40px;
}
.cabecera .cabecera-form form h2 {
  font-size: 60px;
  color: #fff;
  margin: 0 0 60px 0;
  line-height: 64px;
  font-weight: 700;
}
.cabecera .cabecera-form form label {
  font-size: 23px;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 46px;
  font-weight: 700;
  display: block;
}
.cabecera .cabecera-form form label .ggn {
  display: inline-block;
  width: 70px;
  height: 46px;
  background: url(../imgs/codigo-ggn.svg) no-repeat center center;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  margin: 0 0 -10px 0;
  text-align: left;
  text-indent: -9999px;
}
.cabecera .cabecera-form form .buscador {
  border-bottom: 3px solid #fff;
  padding: 0 25px 10px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cabecera .cabecera-form form .buscador input {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  width: calc(100% - 60px);
  letter-spacing: 8px;
}
.cabecera .cabecera-form form .buscador input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8FC97B;
  opacity: 1;
  /* Firefox */
}
.cabecera .cabecera-form form .buscador input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8FC97B;
}
.cabecera .cabecera-form form .buscador input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8FC97B;
}
.cabecera .cabecera-form form .buscador button {
  width: 33px;
  height: 33px;
  background: url(../imgs/icono-lupa.svg) no-repeat center center;
  background-size: contain;
  border: none;
  box-shadow: none;
  outline: none;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.cabecera .cabecera-form form .error {
  color: #9A0205;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 0 0;
}
.cabecera .cabecera-fruta {
  margin-top: 54px;
  width: 40%;
}
.cabecera .cabecera-fruta .cabecera-fruta-video-wrapper {
  position: relative;
  padding-bottom: 111%;
  width: 100%;
  display: block;
}
.cabecera .cabecera-fruta video,
.cabecera .cabecera-fruta img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.titulo {
  margin: 60px 0 0 0;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #62B445;
  text-align: center;
}
.listado-con-icono .listado {
  margin: 50px 25px 90px 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.listado-con-icono .listado .item {
  width: calc(((100% - 200px) / 3) - 0.1px);
}
.listado-con-icono .listado .item img {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.listado-con-icono .listado .item h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 5px 0 5px 0;
  padding: 0;
  position: relative;
  height: 41px;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
}
.listado-con-icono .listado .item h2:after {
  content: '';
  width: 16px;
  height: 37px;
  background: #62B445;
  position: absolute;
  display: block;
  left: -25px;
  top: 0px;
}
.listado-con-icono .listado .item p {
  font-size: 12px;
  margin: 0 0 10px 0;
  text-align: justify;
}
.listado-con-icono .listado .item p a {
  display: block;
  position: relative;
  text-decoration: none;
}
.listado-con-icono .listado .item p a:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  left: -15px;
  top: 5px;
  background: url(../imgs/flecha-verde.svg) no-repeat center center;
  background-size: contain;
}
.granjas {
  overflow: hidden;
}
.granjas .carrusel {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../imgs/mancha4.svg), url(../imgs/mancha3.svg), url(../imgs/mancha6.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 182px 186px, 156px 132px, 148px 166px;
  background-position: 4% 100%, 35% -10px, 97% 30%;
}
.granjas .carrusel .item {
  position: relative;
}
.granjas .carrusel .imagen {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.granjas .carrusel .imagen img {
  width: 100%;
}
.granjas .carrusel .texto {
  position: absolute;
  padding: 50px 45px;
  left: 0;
  bottom: 0;
}
.granjas .carrusel .texto h3 {
  font-size: 29px;
  line-height: 29px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.granjas .carrusel .texto p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.granjas .carrusel .texto a {
  font-size: 10px;
  font-weight: 600;
  color: #484747;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 8px 15px;
  transition: background 0.3s, color 0.3s;
}
.granjas .carrusel .texto a:hover {
  color: #fff;
  background: #484747;
}
.granjas h2.titulo {
  margin: 0;
}
.revista {
  overflow: hidden;
}
.revista .carrusel {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  margin-top: -30px;
  background-image: url(../imgs/mancha1.svg), url(../imgs/mancha2.svg), url(../imgs/mancha5.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 95px 88px, 141px 128px, 101px 100px;
  background-position: 25% 1%, 60% 70%, 90% 2%;
}
.revista .carrusel .slick-prev,
.revista .carrusel .slick-next {
  top: 200px;
}
.revista .carrusel .item {
  position: relative;
}
.revista .carrusel .imagen {
  position: relative;
  width: 100%;
  padding-bottom: 82%;
  display: block;
  overflow: hidden;
}
.revista .carrusel .imagen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.revista .carrusel .texto h3 {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 35px 0 10px 0;
  text-align: justify;
}
.revista .carrusel .texto p {
  font-size: 12px;
  margin: 0 0 10px 0;
  text-align: justify;
}
.revista .carrusel .texto p a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 15px;
}
.revista .carrusel .texto p a:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  left: -4px;
  top: 5px;
  background: url(../imgs/flecha-verde.svg) no-repeat center center;
  background-size: contain;
}
.revista .carrusel .texto .datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.revista .carrusel .texto .datos p {
  font-size: 10px;
  color: #707070;
}
.revista .carrusel .texto .datos p.fecha {
  color: #707070;
}
.revista .carrusel .texto .datos p.tags {
  background: url(../imgs/icon-etiqueta.svg) no-repeat left center;
  background-size: 12px 10px;
  padding-left: 15px;
  color: #707070;
}
@media (min-width: 1280px) {
  .cabecera .cabecera-container {
    padding-left: 138px;
    padding-right: 121px;
  }
  .listado-con-icono .listado {
    padding-left: 156px;
    padding-right: 156px;
  }
}
@media (max-width: 1000px) {
  .cabecera .cabecera-container {
    padding-bottom: 10px;
  }
  .cabecera .cabecera-form {
    margin-top: 140px;
    padding-right: 30px;
  }
  .cabecera .cabecera-form form h2 {
    font-size: 43px;
    line-height: 48px;
  }
  .cabecera .cabecera-form form label {
    font-size: 17px;
    line-height: 24px;
  }
  .cabecera .cabecera-form form label .ggn {
    width: 35px;
    height: 24px;
    margin: 0 0 -5px 0;
  }
  .cabecera .cabecera-form form .buscador {
    border-bottom: 2px solid #fff;
    padding: 0 13px 5px 13px;
  }
  .cabecera .cabecera-form form .buscador input {
    font-size: 22px;
    width: calc(100% - 40px);
    letter-spacing: 5px;
  }
  .cabecera .cabecera-form form .buscador button {
    width: 17px;
    height: 17px;
  }
  .cabecera .cabecera-form form .error {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .listado-con-icono .listado {
    margin: 30px 25px 60px 25px;
  }
  .listado-con-icono .listado .item {
    width: calc(((100% - 120px) / 3) - 0.1px);
  }
}
@media (max-width: 750px) {
  .cabecera .cabecera-container {
    padding: 15px 15px 10px 15px;
    flex-direction: column;
  }
  .cabecera .cabecera-form {
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
  }
  .cabecera .cabecera-form form h2 {
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 34px;
    text-align: center;
  }
  .cabecera .cabecera-form form label {
    font-size: 11px;
    margin: 0 0 18px 0;
    line-height: 24px;
    text-align: center;
  }
  .cabecera .cabecera-form form .buscador {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .cabecera .cabecera-fruta {
    margin-top: 20px;
    width: 100%;
  }
  .listado-con-icono .listado {
    margin: 30px 25px 60px 25px;
    display: block;
  }
  .listado-con-icono .listado .item {
    width: 100%;
  }
  .listado-con-icono .listado .item p {
    font-size: 14px;
  }
  .listado-con-icono .listado .item + .item {
    margin-top: 30px;
  }
  .granjas .carrusel .imagen {
    padding-bottom: 0;
  }
  .granjas .carrusel .texto {
    padding: 50px 23px;
  }
  .granjas .carrusel .texto h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .granjas .carrusel .texto p {
    font-size: 18px;
  }
  .revista .carrusel {
    background: none;
  }
  .revista .carrusel .imagen {
    padding-bottom: 108%;
  }
  .revista .carrusel .texto p {
    font-size: 14px;
  }
  .revista .carrusel .slick-arrow {
    top: 40%;
  }
}
.ficha-base {
  margin: 36px 0 0 0;
}
.ficha-base .container-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.ficha-base .imagen-y-texto {
  width: 66.136%;
  position: relative;
  display: block;
}
.ficha-base .imagen-y-texto img {
  width: 100%;
  height: auto;
  display: block;
}
.ficha-base .imagen-y-texto .texto {
  background: rgba(0, 0, 0, 0.28);
  position: absolute;
  padding: 50px 45px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ficha-base .imagen-y-texto .texto h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
.ficha-base .imagen-y-texto .texto p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.ficha-base .imagen-y-texto .texto p span {
  display: inline-block;
}
.ficha-base .imagen-y-texto .texto p span + span {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 3px solid #fff;
}
.ficha-base .badges {
  width: calc(34% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ficha-base .badges .badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ficha-base .badges .badge .texto-badge {
  width: calc(100% - 85px);
}
.ficha-base .badges .badge .icono {
  width: 75px;
}
.ficha-base .badges .badge h2,
.ficha-base .badges .badge p {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: #484747;
}
.ficha-base .badges .badge a {
  color: #484747;
  text-decoration: none;
}
.ficha-base .badges .badge a:hover {
  color: #62B445;
}
.ficha-base .badges .badge img {
  height: 57px;
  width: auto;
  display: block;
}
.ficha-base .badges .badge.ggn .ggn-titulo {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 5.5px;
}
.ficha-base .badges .badge.ggn .ggn-texto {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .5px;
}
.ficha-base .badges .badge.ggn img {
  height: 85px;
}
.ficha-base .badges .badge.calendario .calendario-titulo {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .5px;
}
.ficha-base .badges .badge.calendario .calendario-texto {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 5.5px;
}
.ficha-base .badges .badge.empleados .empleados-titulo {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 2.5px;
}
.ficha-base .badges .badge.empleados .empleados-texto {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .5px;
}
.ficha-base .badges .badge.coc .coc-texto {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  display: inline-block;
}
.ficha-base .badges .badge.trade .trade-titulo {
  font-size: 35px;
  line-height: 35px;
}
.ficha-base .badges .badge.trade .trade-texto {
  font-size: 12px;
}
.ficha-base .badges .badge.trade img {
  height: 77px;
}
.ficha-base .badges .badge.web .web-titulo {
  font-size: 35px;
  line-height: 35px;
}
.ficha-base .badges .badge.web .web-texto {
  font-size: 12px;
  text-transform: none;
}
.ficha-base .badges .badge.single .single-titulo {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 3.5px;
}
.ficha-base .badges .badge.single .single-texto {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .5px;
}
.ficha-base .badges .badge.single img {
  height: 71px;
}
.ficha-base .badges .badge.cooperativa .cooperativa-titulo {
  font-size: 27px;
  line-height: 27px;
}
.ficha-base .badges .badge.global .globa-titulo {
  font-size: 30px;
  line-height: 30px;
}
.ficha-info {
  margin: 50px 0 0 0;
}
.ficha-info .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ficha-info .productos {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.ficha-info .productos h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.ficha-info .productos ul {
  margin: 0;
  padding: 0;
  column-fill: balance;
  column-count: 2;
  column-gap: 52px;
}
.ficha-info .productos ul li {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.ficha-info .productos ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  border: 2px solid #62B445;
}
.ficha-info .productos ul + ul {
  margin-left: 4%;
}
.ficha-info .direccion {
  width: 50%;
  max-width: 454px;
  background-image: url(../imgs/mancha3.svg);
  background-repeat: no-repeat;
  background-size: 100px 86px;
  background-position: right center;
  margin: 0;
}
.ficha-info .direccion h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0  10px 0;
  text-transform: uppercase;
}
.ficha-info .direccion p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.ficha-info .carrusel2 {
  width: calc(33.864%);
}
.ficha-info .carrusel2 .item .imagen {
  position: relative;
  width: 100%;
  padding-bottom: 82%;
  display: block;
  overflow: hidden;
}
.ficha-info .carrusel2 .item .imagen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.ficha-info .carrusel2 .slick-arrow.slick-prev {
  left: -20px;
  width: 50px;
  background-size: 74px 16px;
  background-position: right top;
}
.ficha-info .carrusel2 .slick-arrow.slick-next {
  right: -20px;
  width: 50px;
  background-size: 74px 16px;
  background-position: left top;
}
.ficha-info .privacy {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  margin-top: -30px;
  background-image: url(../imgs/mancha1.svg), url(../imgs/mancha2.svg), url(../imgs/mancha5.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 95px 88px,141px 128px,101px 100px;
  background-position: 25% 1%,50% 10%,90% 4%;
}
.ficha-info .privacy h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 50px 0 10px 0;
  font-weight: 800;
}
.ficha-info .privacy p {
  font-size: 14px;
  color: #484747;
  line-height: normal;
}
.ficha-mapas {
  margin: 50px 0 0 0;
}
.ficha-mapas .container-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.ficha-mapas .container-width:before {
  content: '';
  display: block;
  width: 120px;
  height: 140px;
  position: absolute;
  top: 40px;
  right: 80px;
  background-image: url(../imgs/mancha6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.ficha-mapas .mapa1 {
  width: calc(40% - 20px);
}
.ficha-mapas .mapa1 .wrapper {
  position: relative;
  padding-bottom: 110%;
}
.ficha-mapas .mapa2 {
  width: calc(60% - 20px);
  position: relative;
}
.ficha-mapas iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ficha-infografia {
  margin: 50px 0;
}
.ficha-infografia .ficha-infografia__imagen {
  margin: 0;
}
.ficha-infografia .ficha-infografia__imagen img,
.ficha-infografia .ficha-infografia__imagen picture {
  width: 100%;
  max-width: 859px;
  margin: 0 auto;
  display: block;
}
.ficha-infografia .ficha-infografia__texto {
  margin: 30px 0 0 0;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .ficha-base .container-width,
  .ficha-info .container-width,
  .ficha-mapas .container-width,
  .ficha-infografia .container-width {
    padding-left: 138px;
    padding-right: 138px;
  }
}
@media (max-width: 1000px) {
  .ficha-base .imagen-y-texto .texto {
    padding: 20px 15px;
  }
  .ficha-base .imagen-y-texto .texto h1 {
    font-size: 21px;
    line-height: 21px;
  }
  .ficha-base .imagen-y-texto .texto p {
    font-size: 11px;
    line-height: 11px;
  }
  .ficha-base .badges .badge .texto-badge {
    width: calc(100% - 65px);
  }
  .ficha-base .badges .badge .icono {
    width: 55px;
  }
  .ficha-base .badges .badge img {
    height: 38px;
  }
  .ficha-base .badges .badge p {
    font-size: 10px;
  }
  .ficha-base .badges .badge.ggn .ggn-titulo {
    font-size: 39px;
    line-height: 39px;
  }
  .ficha-base .badges .badge.ggn .ggn-texto {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.8px;
  }
  .ficha-base .badges .badge.ggn img {
    height: 63px;
  }
  .ficha-base .badges .badge.empleados .empleados-titulo {
    font-size: 39px;
    line-height: 39px;
  }
  .ficha-base .badges .badge.coc .coc-texto {
    font-size: 23px;
  }
  .ficha-base .badges .badge.trade .trade-titulo {
    font-size: 26px;
  }
  .ficha-base .badges .badge.trade img {
    height: 63px;
  }
  .ficha-base .badges .badge.calendario .calendario-texto {
    font-size: 39px;
    line-height: 39px;
  }
  .ficha-base .badges .badge.web .web-titulo {
    font-size: 26px;
  }
  .ficha-base .badges .badge.web img {
    height: 40px;
  }
  .ficha-base .badges .badge.single img {
    height: 43px;
  }
  .ficha-base .badges .badge.cooperativa .cooperativa-titulo {
    font-size: 24px;
  }
  .ficha-base .badges .badge.cooperativa img {
    height: 43px;
  }
  .ficha-info .productos h2 {
    font-size: 12px;
  }
  .ficha-info .productos ul li {
    font-size: 14px;
  }
  .ficha-info .direccion h2 {
    font-size: 12px;
  }
  .ficha-info .direccion p {
    font-size: 14px;
  }
  .ficha-info .carrusel2 {
    width: calc(40% - 30px);
  }
  .ficha-mapas .container-width:before {
    width: 100px;
    height: 120px;
    top: 40px;
    right: 80px;
  }
}
@media (max-width: 750px) {
  .ficha-base {
    margin: 22px 0 0 0;
  }
  .ficha-base .container-width {
    padding: 0 38px;
  }
  .ficha-base .imagen-y-texto {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .ficha-base .imagen-y-texto img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    transform: none;
    display: block;
  }
  .ficha-base .badges {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
  }
  .ficha-base .badges .badge + .badge {
    margin-top: 30px;
  }
  .ficha-info {
    margin: 30px 0 0 0;
  }
  .ficha-info .container-width {
    padding: 0 38px;
    overflow: hidden;
  }
  .ficha-info .wrapper {
    display: flex;
    flex-direction: column;
    overflow: initial;
  }
  .ficha-info .productos {
    order: 1;
    float: none;
    width: 100%;
  }
  .ficha-info .productos ul {
    column-count: 1;
    column-gap: 0;
  }
  .ficha-info .direccion {
    order: 3;
    width: 100%;
    float: none;
    background: none;
    margin: 30px 0 0 0;
  }
  .ficha-info .carrusel2 {
    order: 2;
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 30px auto 0 auto;
    position: relative;
  }
  .ficha-info .carrusel2 .slick-slide {
    padding: 0;
  }
  .ficha-info .carrusel2 .slick-arrow.slick-prev {
    left: -50px;
  }
  .ficha-info .carrusel2 .slick-arrow.slick-next {
    right: -50px;
  }
  .ficha-mapas {
    margin: 30px 0 0 0;
  }
  .ficha-mapas .container-width {
    padding: 0 38px;
  }
  .ficha-mapas .mapa1 {
    width: 100%;
  }
  .ficha-mapas .mapa1 .wrapper {
    padding-bottom: 60%;
  }
  .ficha-mapas .mapa2 {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 60%;
  }
  .ficha-infografia .container-width {
    padding: 0 38px;
    display: flex;
    flex-direction: column-reverse;
  }
  .ficha-infografia .ficha-infografia__texto {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
.ficha-about {
  margin: 136px 0 0 0;
}
.ficha-about .container-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  background-image: url(../imgs/mancha5.svg);
  background-repeat: no-repeat;
  background-size: 101px 100px;
  background-position: 75% 0%;
}
.ficha-about .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.ficha-about .wrapper .texto {
  width: calc(60% - 80px);
}
.ficha-about .wrapper .texto.texto-full {
  width: 100%;
}
.ficha-about .wrapper .imagen {
  width: calc(35.3% - 30px);
}
.ficha-about .wrapper .imagen img {
  width: 100%;
  height: auto;
}
.ficha-about .wrapper + .wrapper {
  margin-top: 60px;
}
.ficha-about .texto-desktop {
  display: block;
}
.ficha-about .texto-mobile {
  display: none;
}
.ficha-about h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #62B445;
}
.ficha-about h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0  10px 0;
  text-transform: uppercase;
}
.ficha-about p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #707070;
}
.ficha-about.ficha-about--would {
  margin-top: 0;
  padding-top: 60px;
}
.ficha-about.ficha-about--would .container-width {
  background: none;
}
.ficha-about.ficha-about--would h2 {
  font-size: 30px!important;
  line-height: 30px!important;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #62B445;
  text-transform: none;
}
.ficha-about.ficha-about--would p {
  font-size: 16px;
}
.ficha-about.ficha-about--would p a {
  text-decoration: none;
}
.ficha-about.ficha-about--would p + p {
  margin-top: 30px;
}
.ficha-about.ficha-about--would:before {
  content: '';
  display: block;
  width: 100px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 40%;
  justify-content: space-between;
  align-items: stretch;
  background-image: url(../imgs/mancha1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 75% 0;
}
@media (min-width: 1280px) {
  .ficha-about .container-width {
    padding-left: 138px;
    padding-right: 138px;
  }
}
@media (max-width: 1000px) {
  .ficha-about .texto h2 {
    font-size: 18px;
  }
  .ficha-about .texto p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .ficha-about {
    margin: 22px 0 0 0;
  }
  .ficha-about .container-width {
    padding: 0 38px;
  }
  .ficha-about .wrapper .texto {
    width: 100%;
  }
  .ficha-about .wrapper .imagen {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0 auto;
  }
  .ficha-about .wrapper .texto-desktop {
    display: none;
  }
  .ficha-about .wrapper .texto-mobile {
    display: block;
  }
  .ficha-about a.boton {
    display: block;
    text-align: center;
    background: #62B445;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    padding: 10px;
  }
}
.ficha-imprint {
  margin: 72px 0 0 0;
}
.ficha-imprint .container-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.ficha-imprint .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.ficha-imprint .wrapper .texto {
  width: calc(60% - 80px);
}
.ficha-imprint .wrapper .texto.texto-full {
  width: 100%;
}
.ficha-imprint .wrapper .imagen {
  width: calc(40% - 30px);
}
.ficha-imprint .wrapper .imagen img {
  width: 100%;
  height: auto;
}
.ficha-imprint .wrapper + .wrapper {
  margin-top: 60px;
}
.ficha-imprint h1 {
  font-size: 30px!important;
  line-height: 30px!important;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #62B445;
}
.ficha-imprint h2,
.ficha-imprint h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0  10px 0;
  text-transform: uppercase;
}
.ficha-imprint p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #484747;
}
.ficha-imprint p a {
  text-decoration: none;
}
.ficha-imprint p + p,
.ficha-imprint p + h3 {
  margin-top: 30px;
}
.ficha-imprint.ficha-imprint--terms {
  margin-top: 0;
  padding-top: 60px;
}
.ficha-imprint.ficha-imprint--terms .container-width {
  background: none;
}
.ficha-imprint.ficha-imprint--terms h2 {
  font-size: 30px!important;
  line-height: 30px!important;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #62B445;
  text-transform: none;
}
@media (min-width: 1280px) {
  .ficha-imprint .container-width {
    padding-left: 138px;
    padding-right: 138px;
  }
}
@media (max-width: 1000px) {
  .ficha-imprint .texto h2,
  .ficha-imprint .texto h3 {
    font-size: 12px;
  }
  .ficha-imprint .texto p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .ficha-imprint {
    margin: 22px 0 0 0;
  }
  .ficha-imprint .container-width {
    padding: 0 38px;
  }
}
.magazine-header {
  margin: 36px 0 60px 0;
}
.magazine-header .imagen {
  margin: 0;
  width: 58%;
  order: 2;
}
.magazine-header img {
  width: 100%;
  height: auto;
  display: block;
}
.magazine-header .info-completa {
  width: 39%;
  order: 1;
}
.magazine-header .datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.magazine-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.magazine-header h1,
.magazine-header .mobile-title {
  font-size: 30px!important;
  line-height: 30px!important;
  font-weight: 700;
  margin: 36px 0 30px 0;
  color: #484747;
}
.magazine-header .mobile-title {
  display: none;
}
.magazine-header p.fecha {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  color: #707070;
}
.magazine-header h2.tags-title {
  background: url(../imgs/icon-etiqueta.svg) no-repeat left center;
  background-size: 12px 10px;
  padding: 15px ;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 28px;
  color: #707070;
}
.magazine-header ul.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.magazine-header ul.tags li {
  margin: 0 10px 0 0;
}
.magazine-header ul.tags li a {
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
}
.magazine-header p.texto {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
  color: #707070;
  margin: 35px 0 0 0;
}
.magazine-header p.texto a.read-more {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  font-size: 20px;
  color: #484747;
}
.magazine-header p.texto a.read-more:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  left: -4px;
  top: 6px;
  background: url(../imgs/flecha-gris.svg) no-repeat center center;
  background-size: contain;
}
.magazine-header p.texto + p {
  margin: 20px 0 50px 0;
}
.post-header {
  margin: 36px 0 0 0;
}
.post-header .imagen {
  margin: 0;
}
.post-header img {
  width: 100%;
  height: auto;
  display: block;
}
.post-header .nota {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: #707070;
  margin: 10px 0 0 0;
}
.post-header h1 {
  font-size: 35px!important;
  line-height: 42px!important;
  font-weight: 700;
  margin: 36px 0 30px 0;
  color: #484747;
  position: relative;
}
.post-header h1:after {
  content: '';
  display: block;
  position: absolute;
  width: 101px;
  height: 100px;
  left: 55%;
  bottom: -100%;
  background-image: url(../imgs/forma3-gris.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.post-header p.fecha {
  font-size: 12px;
  font-weight: 700;
  margin: 30px 0 30px 0;
  color: #707070;
}
.post-header h2.tags-title {
  background: url(../imgs/icon-etiqueta.svg) no-repeat left center;
  background-size: 12px 10px;
  padding-left: 15px ;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
  color: #707070;
}
.post-header ul.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-header ul.tags li {
  margin: 0 10px 0 0;
}
.post-header ul.tags li a {
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  color: #484747;
}
.post-header p.texto {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #707070;
  margin: 35px 0 0 0;
}
.post-header p.texto a.read-more {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  font-size: 20px;
}
.post-header p.texto a.read-more:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  left: -4px;
  top: 6px;
  background: url(../imgs/flecha-verde.svg) no-repeat center center;
  background-size: contain;
}
.post-header p.texto + p {
  margin: 20px 0 50px 0;
}
.post-content .container-width {
  overflow: hidden;
}
.post-content .wrapper {
  position: relative;
}
.post-content .wrapper.con-carrusel {
  display: block;
  background-image: url(../imgs/forma1-gris.svg);
  background-repeat: no-repeat;
  background-size: 100px 86px;
  background-position: right center;
}
.post-content .wrapper.con-carrusel:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.post-content .texto {
  margin: 40px 0 0 0;
  text-align: justify;
}
.post-content .texto.mt0 {
  margin-top: 0;
}
.post-content .texto h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0  10px 0;
  text-transform: uppercase;
}
.post-content .texto p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.post-content .texto--full {
  width: 100%;
}
.post-content .carrusel-container {
  padding: 0 10px 10px 30px;
  float: right;
  width: calc(45% - 26px);
}
.post-content .carrusel-container .item .imagen {
  position: relative;
  width: 100%;
  padding-bottom: 82%;
  display: block;
  overflow: hidden;
}
.post-content .carrusel-container .item .imagen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.post-content .carrusel-container .nota {
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  color: #707070;
  margin: 10px 0 0 0;
}
.post-content .carrusel-container .slick-arrow.slick-prev {
  left: -50px;
}
.post-content .carrusel-container .slick-arrow.slick-next {
  right: -50px;
}
.post-share {
  margin: 60px 0;
}
.post-share .container-width {
  display: flex;
  justify-content: flex-start;
}
.post-share h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.post-share ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  align-items: center;
}
.post-share ul li {
  margin: 0 0  0 10px;
  padding: 0;
}
.post-share ul li a {
  display: block;
  width: 27px;
  height: 20px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.post-share ul li a.fb {
  background-image: url(../imgs/facebook-gris-oscuro.svg);
}
.post-share ul li a.tw {
  background-image: url(../imgs/twitter-gris-oscuro.svg);
}
.post-share ul li a.ma {
  background-image: url(../imgs/email-gris-oscuro.svg);
}
.post-share ul li a.in {
  background-image: url(../imgs/instagram-verde.svg);
}
.post-share ul li a:hover {
  opacity: 0.7;
}
.post-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.post-nav ul li {
  font-size: 12px;
  font-weight: 700;
}
.post-nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #484747;
}
.post-nav ul li a.prev {
  padding-left: 15px;
}
.post-nav ul li a.prev:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  left: 0;
  top: 5px;
  background: url(../imgs/flecha-gris-ant.svg) no-repeat center center;
  background-size: contain;
}
.post-nav ul li a.next {
  padding-right: 15px;
}
.post-nav ul li a.next:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  right: 0;
  top: 5px;
  background: url(../imgs/flecha-gris.svg) no-repeat center center;
  background-size: contain;
}
.farms-header {
  margin: 36px 0 40px 0;
}
.farms-header p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #707070;
  margin: 10px 0 0 0;
}
.farms-header h1 {
  font-size: 30px!important;
  line-height: 30px!important;
  font-weight: 700;
  margin: 36px 0 30px 0;
  color: #484747;
}
.form-mancha {
  background-image: url(../imgs/forma1-gris.svg);
  background-repeat: no-repeat;
  background-size: 156px 132px;
  background-position: 30% 90%;
}
.filters {
  margin: 0 0 50px 0;
  line-height: 12px;
  position: relative;
}
.filters:after {
  content: '';
  display: block;
  position: absolute;
  width: 101px;
  height: 100px;
  left: 55%;
  bottom: -100%;
  background-image: url(../imgs/forma3-gris.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters + .filters {
  margin-top: -30px;
}
.filters .group + .group {
  margin-left: 20px;
}
.filters.filters-between {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filters.filters-margin-small {
  margin: 0 0 30px 0;
}
.filters label {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  color: #484747;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 30px;
}
.filters .desplegable {
  position: relative;
  display: inline-block;
  padding: 12px 15px;
  /* Turn on custom 8px wide scrollbar */
  /* hover effect for both scrollbar area, and scrollbar 'thumb' */
  /* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
}
.filters .desplegable .desplegable-abre {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
  font-size: 12px;
  color: #484747;
  text-transform: uppercase;
  font-weight: 900;
}
.filters .desplegable .desplegable-abre:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  right: -4px;
  top: 0;
  background: url(../imgs/flecha-gris-down.svg) no-repeat center center;
  background-size: contain;
}
.filters .desplegable ::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px;
}
.filters .desplegable ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
.filters .desplegable ::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
            Yes, I pulled out digital color meter */
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100px;
}
.filters .desplegable ::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.4);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}
.filters .desplegable .desplegable-opciones {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  background: #ffffff;
  max-height: 110px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 15px 10px 15px 15px;
  z-index: 999;
}
.filters .desplegable .desplegable-opciones .desplegable-opciones-item {
  font-size: 11px;
  margin: 0;
}
.filters .desplegable .desplegable-opciones .desplegable-opciones-item + .desplegable-opciones-item {
  margin-top: 5px;
}
.filters .desplegable .desplegable-opciones .desplegable-opciones-item a {
  text-decoration: none;
  color: #484747;
}
.filters .desplegable .desplegable-opciones .desplegable-opciones-item a:hover {
  color: #62B445;
}
.filters .desplegable .desplegable-opciones .desplegable-opciones-item.activo a {
  color: #62B445;
}
.filters .desplegable.desplegado .desplegable-opciones {
  display: block;
}
.filters .name-of-farm {
  display: inline-block;
  position: relative;
}
.filters .name-of-farm input {
  background: #fff;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  color: #484747;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  width: 175px;
  border-bottom: 1px solid #484747;
}
.filters .name-of-farm input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
  opacity: 1;
  /* Firefox */
}
.filters .name-of-farm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}
.filters .name-of-farm input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}
.filters .autocomplete {
  position: relative;
  display: inline-block;
  padding: 0;
  /* Turn on custom 8px wide scrollbar */
  /* hover effect for both scrollbar area, and scrollbar 'thumb' */
  /* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
}
.filters .autocomplete ::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px;
}
.filters .autocomplete ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
.filters .autocomplete ::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
            Yes, I pulled out digital color meter */
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100px;
}
.filters .autocomplete ::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.4);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}
.filters .autocomplete .autocomplete-opciones {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  background: #ffffff;
  max-height: 110px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 15px 10px 15px 15px;
  z-index: 999;
}
.filters .autocomplete .autocomplete-opciones .autocomplete-opciones-item {
  font-size: 11px;
  margin: 0;
}
.filters .autocomplete .autocomplete-opciones .autocomplete-opciones-item + .autocomplete-opciones-item {
  margin-top: 5px;
}
.filters .autocomplete .autocomplete-opciones .autocomplete-opciones-item a {
  text-decoration: none;
  color: #484747;
}
.filters .autocomplete .autocomplete-opciones .autocomplete-opciones-item a:hover {
  color: #62B445;
}
.filters .autocomplete .autocomplete-opciones .autocomplete-opciones-item.activo a {
  color: #62B445;
}
.filters .autocomplete.desplegado .autocomplete-opciones {
  display: block;
}
.filters .buscar {
  display: inline-block;
  position: relative;
}
.filters .buscar input {
  background: #484747;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 12px 40px 12px 30px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  width: 190px;
}
.filters .buscar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EDEDED;
  opacity: 1;
  /* Firefox */
}
.filters .buscar input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #EDEDED;
}
.filters .buscar input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #EDEDED;
}
.filters .buscar button {
  position: absolute;
  top: 12px;
  left: 160px;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
  width: 14px;
  height: 14px;
  background: url(../imgs/icono-lupa-blanco.svg) no-repeat center center;
  background-size: contain;
}
.filters .buscar button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.filters .buscar button span {
  display: none;
}
.related h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.related .load-more {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #484747;
}
.related .load-more-wrapper {
  display: block;
  text-align: center;
  margin: 50px 0 0 0;
}
.related .load-more:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  right: -4px;
  top: 5px;
  background: url(../imgs/flecha-gris-down.svg) no-repeat center center;
  background-size: contain;
}
.related .wrapper {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  margin-top: -30px;
  background-image: url(../imgs/forma2-gris.svg), url(../imgs/forma1-gris.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 141px 128px, 123px 105px;
  background-position: 25% 20%, 90% 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.related .wrapper#loadmorecontainer {
  background-position: 19% 28%, 100% 88%;
}
.related .wrapper .item {
  position: relative;
  width: calc(((100% - 30px) / 3) - 0.1px);
}
.related .wrapper .item:nth-child(n+4) {
  margin-top: 30px;
}
.related .wrapper .imagen {
  position: relative;
  width: 100%;
  padding-bottom: 82%;
  display: block;
  overflow: hidden;
}
.related .wrapper .imagen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.related .wrapper .texto h3 {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 35px 0 10px 0;
}
.related .wrapper .texto p {
  font-size: 12px;
  color: #707070;
  margin: 0 0 10px 0;
  text-align: justify;
}
.related .wrapper .texto p a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-left: 15px;
  color: #484747;
}
.related .wrapper .texto p a:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  left: -4px;
  top: 5px;
  background: url(../imgs/flecha-gris.svg) no-repeat center center;
  background-size: contain;
}
.related .wrapper .texto .datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.related .wrapper .texto .datos p {
  font-size: 10px;
  color: #707070;
}
.related .wrapper .texto .datos p.fecha {
  color: #707070;
}
.related .wrapper .texto .datos p.tags {
  background: url(../imgs/icon-etiqueta.svg) no-repeat left center;
  background-size: 12px 10px;
  padding-left: 15px;
  color: #707070;
}
.related.related-small .wrapper {
  background-image: url(../imgs/forma4-gris.svg), url(../imgs/forma2-gris.svg), url(../imgs/forma1-gris.svg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 95px 82px, 141px 128px, 123px 105px;
  background-position: 55% 0, 20% 65%, 100% 70%;
}
.open-filters {
  display: none;
}
.no-mobile {
  display: block!important;
}
.no-mobile.no-mobile-inline-block {
  display: inline-block !important;
}
.mobile {
  display: none!important;
  align-items: center;
}
.filtros-aplicados {
  display: flex!important;
  align-items: center;
  margin: 0  0 40px 0;
}
.filtros-aplicados .titulo-aplicados {
  font-size: 12px;
  color: #484747;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 30px 0 0;
}
.filtros-aplicados ul {
  display: flex;
  margin: 0;
}
.filtros-aplicados ul li {
  margin: 0;
}
.filtros-aplicados ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #484747;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 30px;
  display: block;
  padding: 10px 30px 10px 10px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff url(../imgs/icono-cerrar-opcion.svg) no-repeat;
  background-size: 9px 9px;
  background-position: right 10px center;
}
@media (min-width: 1280px) {
  .farms-header .container-width,
  .post-content .container-width,
  .post-header .container-width,
  .related .container-width,
  .post-nav .container-width,
  .post-share .container-width,
  .magazine-header .container-width {
    padding-left: 138px;
    padding-right: 138px;
  }
  .post-content .carrusel-container {
    padding-right: 0;
  }
  .wrapper.con-carrusel {
    padding-right: 0;
  }
}
@media (min-width: 751px) {
  .filters .group.group-desktop-flex {
    display: flex;
    align-items: center;
  }
  .filters .desplegable.desplegable-desktop-radio {
    padding: 0;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-abre {
    display: none;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-opciones {
    display: inline-block;
    position: relative;
    min-width: auto;
    top: auto;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: auto;
    margin: 0;
    font-size: 12px;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-opciones .desplegable-opciones-item {
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 4px 30px 4px 0;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-opciones .desplegable-opciones-item:before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #707070;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-opciones .desplegable-opciones-item + .desplegable-opciones-item {
    margin-top: 0;
    margin-left: 30px;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-opciones .desplegable-opciones-item.activo a {
    color: #484747;
  }
  .filters .desplegable.desplegable-desktop-radio .desplegable-opciones .desplegable-opciones-item.activo:after {
    content: '';
    display: block;
    border-radius: 50%;
    background: #62B445;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .filters .desplegable.desplegable-desktop-radio.desplegado .desplegable-opciones {
    display: block;
  }
}
@media (max-width: 1000px) {
  .post-content .texto h2 {
    font-size: 18px;
  }
  .post-content .texto p {
    font-size: 14px;
  }
  .related h2 {
    font-size: 18px;
  }
  .related .wrapper .item {
    width: calc(((100% - 15px) / 2) - 0.1px);
  }
  .related .wrapper .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .related .wrapper .item:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 750px) {
  .post-header {
    margin: 30px 0 0 0;
  }
  .post-header .container-width {
    padding: 0 38px;
  }
  .post-header .imagen {
    padding-bottom: 95%;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .post-header .imagen img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .post-header h1:after {
    display: none;
  }
  .post-content {
    margin: 30px 0 0 0;
  }
  .post-content .container-width {
    padding: 0 38px;
    overflow: hidden;
  }
  .post-content .wrapper {
    display: flex;
    flex-direction: column;
  }
  .post-content .texto {
    width: 100%;
    margin-top: 20px;
  }
  .post-content .con-carrusel .texto {
    display: flex;
    flex-direction: column-reverse;
  }
  .post-content .carrusel-container {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0 auto;
    position: relative;
  }
  .post-content .carrusel-container .slick-slide {
    padding: 0;
  }
  .post-content .carrusel-container .slick-arrow.slick-prev {
    left: -50px;
  }
  .post-content .carrusel-container .slick-arrow.slick-next {
    right: -50px;
  }
  .post-share .container-width {
    justify-content: center;
    flex-direction: column;
  }
  .post-share h2 {
    text-align: center;
    margin-right: 0;
  }
  .post-share ul {
    justify-content: center;
  }
  .post-share ul li {
    margin: 10px 5px 0 5px;
  }
  .post-nav .container-width {
    padding: 0 38px;
  }
  .related .container-width {
    padding: 0 38px;
  }
  .related .wrapper .item {
    width: 100%;
  }
  .related .wrapper .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .related .wrapper .item:nth-child(n+2) {
    display: none;
  }
  .related .wrapper#loadmorecontainer .item:nth-child(n+2) {
    display: block;
  }
  .related .wrapper#loadmorecontainer .item:nth-child(n+3) {
    display: none;
  }
  .magazine-header {
    margin: 30px 0 60px 0;
  }
  .magazine-header .container-width {
    padding: 0 38px;
  }
  .magazine-header .mobile-title {
    display: block;
  }
  .magazine-header h1 {
    display: none;
  }
  .magazine-header .imagen {
    width: 100%;
    order: 1;
  }
  .magazine-header .info-completa {
    width: 100%;
    order: 2px;
    margin-top: 30px;
  }
  .magazine-header h1 {
    margin: 0 0 30px 0;
  }
  .magazine-header p.texto {
    font-size: 14px;
    line-height: 17px;
    margin: 25px 0 12px 0;
  }
  .magazine-header p.texto a.read-more {
    padding-left: 15px;
    font-size: 14px;
  }
  .magazine-header p.texto a.read-more:after {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  .farms-header {
    margin: 30px 0 30px 0;
  }
  .farms-header .container-width {
    padding: 0 38px;
  }
  .no-mobile {
    display: none!important;
  }
  .no-mobile.no-mobile-inline-block {
    display: none!important;
  }
  .mobile {
    display: block!important;
  }
  .filters .group {
    width: 100%;
  }
  .filters .group.group-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .filters .group + .group {
    margin-left: 0;
    margin-top: 20px;
  }
  .filters .desplegable.desplegable-desktop-radio li {
    white-space: nowrap;
  }
  .filters.mobile-ligthbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #EDEDED;
    z-index: 99999;
    padding: 40px;
  }
  .filters.mobile-ligthbox.abierto {
    display: block;
  }
  .filters.mobile-ligthbox label.mobile-ligthbox-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  .filters.mobile-ligthbox .name-of-farm input {
    background: #EDEDED;
    padding-left: 0;
  }
  .filters.mobile-ligthbox .desplegable {
    padding-left: 0;
  }
  .filters.mobile-ligthbox .group + .group {
    margin-top: 30px;
  }
  .filters.filters-margin-small {
    margin-bottom: 20px;
  }
  p.open-filters {
    margin-bottom: 50px;
    display: block;
  }
  p.open-filters a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #62B445 url(../imgs/icono-filtros.svg) no-repeat;
    background-size: 14px 17px;
    background-position: right 20px center;
  }
  p.open-filters a:hover {
    color: #fff;
    opacity: 0.8;
  }
  .filtros-cerrar {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    margin: 0;
    width: 27px;
    height: 27px;
    background: url(../imgs/icono-cerrar-gris.svg) no-repeat center center;
    background-size: contain;
    z-index: 9999;
    top: 28px;
    right: 25px;
    position: absolute;
    cursor: pointer;
  }
  .mobile-filtros-botones {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobile-filtros-botones a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: calc(50% - 5px);
  }
  .mobile-filtros-botones a.filtros-clean {
    background: #707070;
  }
  .mobile-filtros-botones a.filtros-apply {
    background: #62B445;
  }
  .mobile-filtros-botones a:hover {
    color: #fff;
    opacity: 0.8;
  }
  .filtros-aplicados-container {
    position: fixed;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.16);
    padding: 40px;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
  }
  .filtros-aplicados-container .filtros-aplicados {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    box-sizing: content-box !important;
    margin: 0;
  }
  .filtros-aplicados-container .filtros-aplicados .titulo-aplicados {
    white-space: nowrap;
  }
  .filtros-aplicados-container .filtros-aplicados ul {
    padding: 10px 0;
  }
  .filtros-aplicados-container .filtros-aplicados ul li {
    white-space: nowrap;
  }
  .filtros-aplicados-container .filtros-aplicados-wrapper {
    width: 100%;
    overflow: hidden;
    height: 60px;
    position: relative;
  }
  .filters.abierto ~ .filtros-aplicados-container {
    display: block!important;
  }
}
@media (max-width: 480px) {
  .filters .buscar {
    display: block;
    margin-top: 20px;
  }
}
.tags-floriculture {
  background-image: url(../imgs/tag-floriculture.svg) !important;
}
.tags-aquaculture {
  background-image: url(../imgs/tag-aquaculture.png) !important;
}
.tags-agriculture {
  background-image: url(../imgs/tag-agriculture.svg) !important;
}
.error {
  margin: 0;
  text-align: right;
}
.error .container-wrapper {
  position: relative;
}
.error .error-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.error .error-text h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 60px 0 0 0;
}
.error .error-text p {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  max-width: 400px;
}
.error .error-image {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.error .error-image-mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-top: -50px;
}
@media (min-width: 1280px) {
  .error .container-width {
    padding-left: 138px;
    padding-right: 138px;
  }
}
@media (max-width: 1000px) {
  .error .error-text h1 {
    font-size: 35px;
    margin: 45px 0 0 0;
  }
  .error .error-text p {
    font-size: 18px;
    max-width: 250px;
  }
}
@media (max-width: 750px) {
  .error {
    margin: 22px 0 0 0;
    text-align: center;
  }
  .error .container-width {
    padding: 0 38px;
  }
  .error .error-text {
    position: relative;
    top: auto;
    left: auto;
  }
  .error .error-image {
    display: none;
  }
  .error .error-image-mobile {
    display: inline-block;
  }
}
.slick-arrow {
  width: 74px;
  height: 16px;
  transition: opacity 0.3s;
}
.slick-arrow.slick-prev {
  background: url(../imgs/flecha-izq.svg) no-repeat center center;
  background-size: contain;
  z-index: 99;
  left: -28px;
}
.slick-arrow.slick-next {
  background: url(../imgs/flecha-der.svg) no-repeat center center;
  background-size: contain;
  z-index: 99;
  right: -28px;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: initial;
}
.slick-slide {
  padding: 8px;
  outline: none;
}
.carrusel {
  padding: 0 17px;
}
@media (min-width: 1280px) {
  .carrusel {
    padding: 0 105px;
    overflow: hidden;
  }
  .slick-arrow.slick-prev {
    left: 58px;
  }
  .slick-arrow.slick-next {
    right: 58px;
  }
}
.login-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.login-modal .login-inner {
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 550px;
  max-height: 100%;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.48);
  padding: 65px 70px;
  z-index: 9999;
}
.login-modal .login-inner.login-inner--forgot {
  display: none;
}
.login-modal .login-title {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}
.login-modal .login-subtitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 90px 0;
}
.login-modal .login-input-row + .login-input-row {
  margin-top: 40px;
}
.login-modal input {
  display: block;
  background: #fff;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 7px 0;
  color: #484747;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  border-bottom: 3px solid #484747;
}
.login-modal input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #484747;
  opacity: 1;
  /* Firefox */
}
.login-modal input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #484747;
}
.login-modal input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #484747;
}
.login-modal .login-row {
  margin-top: 40px;
}
.login-modal .custom-check {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login-modal .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.login-modal .custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #484747;
  border-radius: 2px;
}
.login-modal .custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login-modal .custom-check:hover input ~ .checkmark {
  background-color: #62B445;
}
.login-modal .custom-check input:checked ~ .checkmark {
  background-color: #62B445;
}
.login-modal .custom-check input:checked ~ .checkmark:after {
  display: block;
}
.login-modal .login-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.login-modal .login-forgot,
.login-modal .login-notas a {
  font-size: 12px;
  color: #484747;
}
.login-modal .login-forgot:hover,
.login-modal .login-notas a:hover {
  color: #62B445;
}
.login-modal .login-notas {
  font-size: 12px;
  margin-bottom: 12px;
}
.login-modal .login-input-row--mb40 {
  margin-bottom: 40px;
}
.login-modal .error {
  color: #9A0205;
  margin-top: 10px;
  display: none;
  font-size: 12px;
  text-align: left;
}
.login-modal .error-row .error {
  display: block;
}
.login-modal .error-row input {
  background-image: url(../imgs/icono-cerrar-red.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right 10px center;
  border-bottom-color: #9A0205;
}
.login-modal button {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #484747;
  display: inline-block;
  padding: 8px 40px;
  transition: background 0.3s, color 0.3s;
  border: none;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  outline: none;
}
.login-modal .login-registro {
  font-size: 15px;
  margin: 50px 0 0 0;
  font-weight: 600;
}
.login-modal .login-cerrar {
  display: block;
  text-indent: 101%;
  overflow: hidden;
  margin: 0;
  width: 27px;
  height: 27px;
  background: url(../imgs/icono-cerrar-opcion.svg) no-repeat center center;
  background-size: contain;
  z-index: 9999;
  top: 28px;
  right: 25px;
  position: absolute;
  text-indent: -999px;
}
@media (max-width: 480px) {
  .login-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  .login-modal .login-inner {
    padding: 25px 15px;
  }
  .login-modal .login-title {
    font-size: 30px;
  }
  .login-modal .login-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 40px 0;
  }
  .login-modal .login-input-row + .login-input-row {
    margin-top: 40px;
  }
  .login-modal .custom-check {
    padding: 0 20px;
    font-size: 10px;
  }
  .login-modal .custom-check .checkmark {
    height: 12px;
    width: 12px;
  }
  .login-modal .custom-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 5px;
  }
  .login-modal .login-row {
    margin-bottom: 17px;
  }
  .login-modal .login-forgot,
  .login-modal .login-notas a {
    font-size: 10px;
  }
  .login-modal .login-notas {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .login-modal .login-registro {
    margin: 26px 0 0 0;
  }
}

/*# sourceMappingURL=main.css.map */
