.center-block {
  margin: 0 auto;
  display: block; }

* {
  font-family: "Montserrat"; }
  *:focus {
    outline: none; }

.btn-principal {
  color: #006f40;
  border: solid 1px #006f40;
  padding: 5px 20px;
  font-weight: 700;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-family: "Montserrat" !important; }
  .btn-principal:hover {
    text-decoration: none;
    background-color: #006f40;
    color: white;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
  .btn-principal.current_form {
    text-decoration: none;
    background-color: #006f40;
    color: white;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

.btn-blanco {
  color: white;
  border: solid 1px white;
  padding: 5px 20px;
  font-weight: 600;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  @media screen and (max-width: 1024px) {
    .btn-blanco {
      padding: 5px 5px; } }
  .btn-blanco:hover {
    text-decoration: none;
    background-color: white;
    color: #006f40;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }

.t-h1-gris {
  font-weight: 300;
  color: #646464;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1-gris strong {
    font-weight: 600; }
  .t-h1-gris:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: #646464;
    left: 0;
    bottom: -20px; }

.t-h1-esnaola {
  font-weight: 300;
  color: #ffa700;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1-esnaola strong {
    font-weight: 600; }
  .t-h1-esnaola:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: #ffa700;
    left: 0;
    bottom: -20px; }

.t-h1 {
  font-weight: 300;
  color: #006f40;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1 strong {
    font-weight: 600; }
  .t-h1:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: #006f40;
    left: 0;
    bottom: -20px; }

.t-h1-white {
  font-weight: 300;
  color: white;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1-white strong {
    font-weight: 600; }
  .t-h1-white:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    bottom: -20px; }

.t-h1-strong {
  font-weight: 600;
  color: #006f40;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1-strong:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 230%;
    background-color: #006f40;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      .t-h1-strong:after {
        width: 100%; } }

.t-h1-b {
  font-weight: 300;
  color: white;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1-b strong {
    font-weight: 500; }
  .t-h1-b:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    bottom: -20px; }

.t-h1-emp {
  font-weight: 300;
  color: #006f40;
  position: relative;
  display: inline-block;
  font-size: 2em; }
  .t-h1-emp strong {
    font-weight: 700; }
  .t-h1-emp:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    background-color: #006f40;
    left: 0;
    bottom: -20px; }

@media screen and (max-width: 900px) {
  .hidden-sm-down {
    display: none; } }

#nav-icon1 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 20px;
  display: none;
  z-index: 9; }
  @media screen and (max-width: 900px) {
    #nav-icon1 {
      display: block; } }

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #767676;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 13px; }

#nav-icon1 span:nth-child(3) {
  top: 26px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.home_url {
  position: relative;
  z-index: 9999; }

#mPrincipal {
  background-color: white; }
  #mPrincipal .logo img {
    width: 115px; }
    @media screen and (max-width: 500px) {
      #mPrincipal .logo img {
        width: 90px !important; } }
  @media screen and (max-width: 900px) {
    #mPrincipal .navbar-collapse {
      display: none; } }
  #mPrincipal .grid-container {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center; }
    #mPrincipal .grid-container .grid_menu {
      display: grid;
      grid-template-columns: 305px 200px;
      grid-template-row: 80px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 500px) {
        #mPrincipal .grid-container .grid_menu {
          grid-template-columns: 1fr; } }
  #mPrincipal .nav {
    position: relative; }
    @media screen and (max-width: 900px) {
      #mPrincipal .nav {
        float: none; } }
    #mPrincipal .nav li {
      padding: 0 15px;
      border-right: 1px solid #767676; }
      @media screen and (max-width: 900px) {
        #mPrincipal .nav li {
          display: block;
          width: 100%;
          text-align: center;
          padding-bottom: 20px;
          border: none; } }
      #mPrincipal .nav li a {
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Montserrat";
        font-weight: 600;
        color: #006f40; }
        #mPrincipal .nav li a:hover {
          text-decoration: none;
          color: #006f40;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
  #mPrincipal .redes {
    list-style: none;
    display: inline-block;
    padding: 0;
    position: static;
    margin-left: 10px;
    float: left; }
    @media screen and (max-width: 900px) {
      #mPrincipal .redes {
        display: inline-block;
        width: 100%;
        text-align: center;
        border: none;
        float: none; } }
    #mPrincipal .redes li {
      display: inline-block;
      position: relative; }
      #mPrincipal .redes li a {
        padding-right: 15px;
        color: #767676; }
        @media screen and (max-width: 900px) {
          #mPrincipal .redes li a {
            font-size: 23px; } }
        #mPrincipal .redes li a:hover {
          color: #006f40;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
      #mPrincipal .redes li:last-child:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #767676;
        position: absolute;
        top: 0;
        right: 0px; }
        @media screen and (max-width: 900px) {
          #mPrincipal .redes li:last-child:after {
            display: none; } }
  #mPrincipal .flags {
    list-style: none;
    position: static;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 900px) {
      #mPrincipal .flags {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        float: none; } }
    #mPrincipal .flags li {
      display: inline-block;
      position: relative;
      top: -1px;
      margin-right: 10px; }
      @media screen and (max-width: 900px) {
        #mPrincipal .flags li {
          display: inline-block; } }
      #mPrincipal .flags li a {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
        #mPrincipal .flags li a:hover {
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }
        #mPrincipal .flags li a img {
          width: 25px; }
          @media screen and (max-width: 900px) {
            #mPrincipal .flags li a img {
              width: 25px; } }
  #mPrincipal .descarga {
    list-style: none;
    position: static;
    display: inline-block;
    padding-left: 0px;
    padding-top: 38px;
    float: left; }
    @media screen and (max-width: 900px) {
      #mPrincipal .descarga {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        border: none;
        float: none; } }
    #mPrincipal .descarga li {
      display: inline-block;
      position: relative;
      top: -1px;
      margin-right: 10px; }
      #mPrincipal .descarga li a {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
        #mPrincipal .descarga li a:hover {
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }
        #mPrincipal .descarga li a svg {
          width: 20px;
          fill: #767676;
          -webkit-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
          @media screen and (max-width: 900px) {
            #mPrincipal .descarga li a svg {
              width: 40px; } }
          #mPrincipal .descarga li a svg:hover {
            fill: #006f40;
            -webkit-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }

.top-menu-2 .web-top {
  display: none;
  position: absolute;
  right: 0;
  background-color: #eb1c24;
  z-index: 1;
  width: 350px;
  border: 2px white solid;
  border-top: 0px; }
  @media screen and (max-width: 1024px) {
    .top-menu-2 .web-top {
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      width: 100%; } }
  .top-menu-2 .web-top p {
    color: white;
    line-height: 30px; }
    .top-menu-2 .web-top p a {
      color: white; }
      .top-menu-2 .web-top p a:hover {
        text-decoration: none; }
  .top-menu-2 .web-top svg {
    width: 20px;
    fill: white; }
  .top-menu-2 .web-top a.btn-blanco {
    font-weight: 300;
    display: inline-block;
    font-size: 13px; }
    .top-menu-2 .web-top a.btn-blanco:hover:hover svg {
      fill: #006f40; }
  .top-menu-2 .web-top hr {
    border-color: white;
    width: 60%; }
    @media screen and (max-width: 900px) {
      .top-menu-2 .web-top hr {
        margin-top: 0.5em;
        margin-bottom: 0.5em; } }
  .top-menu-2 .web-top .redes {
    text-align: left; }
    .top-menu-2 .web-top .redes li {
      display: inline-block;
      margin-right: 10px; }
      .top-menu-2 .web-top .redes li:after {
        content: '';
        display: none; }
      .top-menu-2 .web-top .redes li i {
        font-size: 18px;
        color: white; }
  @media screen and (max-width: 900px) {
    .top-menu-2 .web-top .logo_blanco {
      width: 80px; } }
  .top-menu-2 .web-top ul {
    margin-top: 0 !important;
    list-style: none;
    text-align: center;
    padding-left: 0; }
    .top-menu-2 .web-top ul li a {
      color: white;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 300;
      text-transform: uppercase; }

.menu-top-webs {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #eb1c24;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  @media screen and (max-width: 900px) {
    .menu-top-webs {
      right: 30px;
      top: -40px; } }
  .menu-top-webs.rojo {
    background-color: #eb1c24;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
  .menu-top-webs #nav-icon2 {
    width: 25px;
    height: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 425px) {
      .menu-top-webs #nav-icon2 {
        display: block; } }
  .menu-top-webs #nav-icon2 span,
  .menu-top-webs #nav-icon3 span,
  .menu-top-webs #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #767676;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .menu-top-webs #nav-icon2.open span {
    background: white; }
  .menu-top-webs #nav-icon2 span:nth-child(1) {
    top: 0px; }
  .menu-top-webs #nav-icon2 span:nth-child(2) {
    top: 6px; }
  .menu-top-webs #nav-icon2 span:nth-child(3) {
    top: 12px; }
  .menu-top-webs #nav-icon2.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -moz-transform: rotate(135deg) translateY(-50%);
    -o-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%); }
  .menu-top-webs #nav-icon2.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .menu-top-webs #nav-icon2.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -moz-transform: rotate(-135deg) translateY(-50%);
    -o-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%); }

.slider_principal .ln-arrow {
  background-color: transparent;
  border: none;
  border-radius: 200px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slider_principal .ln-arrow svg {
    width: 13px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.slider_principal .slider_portada .imagen {
  width: 100%;
  height: 600px;
  margin-bottom: -7px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 900px) {
    .slider_principal .slider_portada .imagen {
      height: 200px; } }

.slider_principal .slider_portada button {
  background-color: transparent;
  border: none;
  border-radius: 200px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px solid white; }
  .slider_principal .slider_portada button:focus {
    outline: none; }
  .slider_principal .slider_portada button.slick-prev {
    position: absolute;
    bottom: 30px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9; }
  .slider_principal .slider_portada button.slick-next {
    position: absolute;
    bottom: 30px;
    right: 45%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 9; }
    .slider_principal .slider_portada button.slick-next svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider_principal .slider_portada button svg {
    width: 8px; }

.mundo_dulcor {
  position: relative;
  overflow: hidden; }
  .mundo_dulcor .titulo {
    text-align: left;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      .mundo_dulcor .titulo {
        text-align: center !important; } }
  @media screen and (max-width: 900px) {
    .mundo_dulcor {
      text-align: center !important;
      padding-left: 20px;
      padding-right: 20px; } }
  .mundo_dulcor:after {
    content: '';
    background-color: #ffa700;
    position: absolute;
    right: 0;
    top: 0;
    width: 1300px;
    height: 1300px;
    border-radius: 100%;
    -webkit-transform: translate(65%, -50%);
    -ms-transform: translate(65%, -50%);
    transform: translate(65%, -50%); }
    @media screen and (max-width: 1024px) {
      .mundo_dulcor:after {
        -webkit-transform: translate(70%, -50%);
        -ms-transform: translate(70%, -50%);
        transform: translate(70%, -50%); } }
    @media screen and (max-width: 900px) {
      .mundo_dulcor:after {
        display: none; } }
  .mundo_dulcor p {
    font-family: "Montserrat";
    color: #646464 !important;
    font-weight: 300; }
    .mundo_dulcor p strong {
      font-weight: 500; }
  .mundo_dulcor h3 {
    color: #006f40;
    font-size: 21px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase; }
  .mundo_dulcor figure {
    position: relative;
    z-index: 1; }

@media screen and (max-width: 500px) {
  .lanzamientos .slider_lanzamientos {
    text-align: center; } }

.lanzamientos .slider_lanzamientos h2 {
  color: #006f40;
  position: relative;
  font-weight: 600;
  font-size: 24px; }
  .lanzamientos .slider_lanzamientos h2:after {
    content: "";
    background-color: #006f40;
    height: 2px;
    position: absolute;
    width: 200px;
    left: 0;
    bottom: -25px; }
    @media screen and (max-width: 500px) {
      .lanzamientos .slider_lanzamientos h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.lanzamientos .slider_lanzamientos button {
  background-color: #ffa700;
  border: none;
  border-radius: 200px;
  width: 30px;
  height: 30px; }
  .lanzamientos .slider_lanzamientos button:focus {
    outline: none; }
  .lanzamientos .slider_lanzamientos button.slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .lanzamientos .slider_lanzamientos button.slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .lanzamientos .slider_lanzamientos button svg {
    width: 8px; }

.productos {
  background-color: #006f40; }
  .productos ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .productos ul {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr); } }
    @media screen and (max-width: 500px) {
      .productos ul {
        grid-template-columns: repeat(1, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .productos ul li {
      padding: 0;
      width: 100%;
      text-align: left;
      list-style: none;
      display: inline-block;
      display: grid;
      grid-template-columns: 1fr 3fr;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-items: center; }
      .productos ul li figure {
        width: 30px;
        text-align: center;
        margin-bottom: 0px; }
        .productos ul li figure img {
          display: inline-block;
          width: 35px; }
      .productos ul li a {
        color: white;
        font-family: "Montserrat";
        font-size: 14px;
        justify-self: start;
        text-transform: uppercase; }
        .productos ul li a:hover {
          text-decoration: none;
          font-weight: 600; }

.recetas {
  background-size: cover; }
  @media screen and (max-width: 500px) {
    .recetas .slider_recetas {
      text-align: center; } }
  .recetas .slider_recetas h2 {
    color: white;
    position: relative;
    font-weight: 600;
    font-size: 24px; }
    .recetas .slider_recetas h2:after {
      content: "";
      background-color: white;
      height: 2px;
      position: absolute;
      width: 200px;
      left: 0;
      bottom: -25px; }
      @media screen and (max-width: 500px) {
        .recetas .slider_recetas h2:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .recetas .slider_recetas .desc * {
    color: white; }
  .recetas .slider_recetas img {
    border: 10px white solid; }
  .recetas .slider_recetas button {
    background-color: #ffa700;
    border: none;
    border-radius: 200px;
    width: 45px;
    height: 45px; }
    .recetas .slider_recetas button:focus {
      outline: none; }
    .recetas .slider_recetas button.slick-prev {
      position: absolute;
      top: 50%;
      left: -50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .recetas .slider_recetas button.slick-next {
      position: absolute;
      top: 50%;
      right: -50px;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .recetas .slider_recetas button svg {
      width: 12px; }

footer {
  background-color: #ededed; }
  footer .datos {
    position: relative; }
    footer .datos p {
      font: "Montserrat";
      color: #767676;
      font-weight: 600;
      font-size: 11px;
      line-height: 30px; }
    footer .datos img {
      width: 100px;
      margin: 0 auto;
      display: block;
      margin-top: 15px; }
  footer .menu_webs, footer .mapa_sitio {
    position: relative;
    font-family: "Montserrat";
    color: #767676;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
    text-align: left; }
    @media screen and (max-width: 900px) {
      footer .menu_webs, footer .mapa_sitio {
        padding-top: 20px;
        text-align: center; } }
    footer .menu_webs #menu-web-1, footer .mapa_sitio #menu-web-1, footer .menu_webs #menu-web-br-1, footer .mapa_sitio #menu-web-br-1, footer .menu_webs #menu-web-en-1, footer .mapa_sitio #menu-web-en-1 {
      list-style: none;
      padding: 0; }
      footer .menu_webs #menu-web-1 li, footer .mapa_sitio #menu-web-1 li, footer .menu_webs #menu-web-br-1 li, footer .mapa_sitio #menu-web-br-1 li, footer .menu_webs #menu-web-en-1 li, footer .mapa_sitio #menu-web-en-1 li {
        display: inline-block; }
        footer .menu_webs #menu-web-1 li:last-child a:after, footer .mapa_sitio #menu-web-1 li:last-child a:after, footer .menu_webs #menu-web-br-1 li:last-child a:after, footer .mapa_sitio #menu-web-br-1 li:last-child a:after, footer .menu_webs #menu-web-en-1 li:last-child a:after, footer .mapa_sitio #menu-web-en-1 li:last-child a:after {
          content: "";
          display: none; }
        footer .menu_webs #menu-web-1 li:first-child a, footer .mapa_sitio #menu-web-1 li:first-child a, footer .menu_webs #menu-web-br-1 li:first-child a, footer .mapa_sitio #menu-web-br-1 li:first-child a, footer .menu_webs #menu-web-en-1 li:first-child a, footer .mapa_sitio #menu-web-en-1 li:first-child a {
          padding-left: 0; }
        footer .menu_webs #menu-web-1 li a, footer .mapa_sitio #menu-web-1 li a, footer .menu_webs #menu-web-br-1 li a, footer .mapa_sitio #menu-web-br-1 li a, footer .menu_webs #menu-web-en-1 li a, footer .mapa_sitio #menu-web-en-1 li a {
          font-size: 10px;
          font-weight: 500;
          color: #767676;
          text-transform: uppercase;
          padding: 0 5px;
          position: relative;
          text-align: center; }
          footer .menu_webs #menu-web-1 li a:hover, footer .mapa_sitio #menu-web-1 li a:hover, footer .menu_webs #menu-web-br-1 li a:hover, footer .mapa_sitio #menu-web-br-1 li a:hover, footer .menu_webs #menu-web-en-1 li a:hover, footer .mapa_sitio #menu-web-en-1 li a:hover {
            text-decoration: none;
            color: #006f40; }
          footer .menu_webs #menu-web-1 li a:after, footer .mapa_sitio #menu-web-1 li a:after, footer .menu_webs #menu-web-br-1 li a:after, footer .mapa_sitio #menu-web-br-1 li a:after, footer .menu_webs #menu-web-en-1 li a:after, footer .mapa_sitio #menu-web-en-1 li a:after {
            content: "";
            width: 1px;
            background-color: #767676;
            height: 100%;
            position: absolute;
            top: 0;
            right: -2.5px; }
  footer .mapa_sitio #menu-principal-1, footer .mapa_sitio #menu-principal-br-1, footer .mapa_sitio #menu-principal-en-1 {
    list-style: none;
    padding: 0; }
    footer .mapa_sitio #menu-principal-1 li, footer .mapa_sitio #menu-principal-br-1 li, footer .mapa_sitio #menu-principal-en-1 li {
      display: inline-block; }
      footer .mapa_sitio #menu-principal-1 li:last-child a:after, footer .mapa_sitio #menu-principal-br-1 li:last-child a:after, footer .mapa_sitio #menu-principal-en-1 li:last-child a:after {
        content: "";
        display: none; }
      footer .mapa_sitio #menu-principal-1 li:first-child a, footer .mapa_sitio #menu-principal-br-1 li:first-child a, footer .mapa_sitio #menu-principal-en-1 li:first-child a {
        padding-left: 0; }
      footer .mapa_sitio #menu-principal-1 li a, footer .mapa_sitio #menu-principal-br-1 li a, footer .mapa_sitio #menu-principal-en-1 li a {
        font-size: 12px;
        font-weight: 500;
        color: #767676;
        text-transform: uppercase;
        padding: 0 5px;
        position: relative;
        text-align: center; }
        footer .mapa_sitio #menu-principal-1 li a:hover, footer .mapa_sitio #menu-principal-br-1 li a:hover, footer .mapa_sitio #menu-principal-en-1 li a:hover {
          text-decoration: none;
          color: #006f40; }
        footer .mapa_sitio #menu-principal-1 li a:after, footer .mapa_sitio #menu-principal-br-1 li a:after, footer .mapa_sitio #menu-principal-en-1 li a:after {
          content: "";
          width: 1px;
          background-color: #767676;
          height: 100%;
          position: absolute;
          top: 0;
          right: -2.5px; }
  footer .hv {
    position: relative; }
    footer .hv:last-child:after {
      content: "";
      display: none; }
      @media screen and (max-width: 900px) {
        footer .hv:last-child:after {
          display: none; } }
    footer .hv:after {
      content: "";
      width: 1px;
      background-color: #767676;
      height: 60%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 7.5px; }
      @media screen and (max-width: 900px) {
        footer .hv:after {
          display: none; } }

.productos_general {
  background-color: #006f40; }
  .productos_general ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .productos_general ul {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr); } }
    @media screen and (max-width: 500px) {
      .productos_general ul {
        grid-template-columns: repeat(1, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .productos_general ul li {
      padding: 0;
      width: 100%;
      text-align: left;
      list-style: none;
      display: inline-block;
      display: grid;
      grid-template-columns: 1fr 3fr;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-items: center; }
      .productos_general ul li figure {
        width: 30px;
        text-align: center;
        margin-bottom: 0px; }
        .productos_general ul li figure img {
          display: inline-block;
          width: 35px; }
      .productos_general ul li a {
        color: white;
        font-family: "Montserrat";
        font-size: 14px;
        justify-self: start;
        text-transform: uppercase; }
        .productos_general ul li a:hover {
          text-decoration: none;
          font-weight: 600; }

#produtos_container {
  margin: 50px 0; }
  #produtos_container .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #produtos_container h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Montserrat";
    text-align: center;
    color: #646464;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #produtos_container .imagen_producto {
    width: 200px;
    display: block;
    margin: 0 auto; }
  #produtos_container ul {
    padding-left: 0; }
  #produtos_container .caja_productos {
    border: 1px solid #646464;
    height: 100%; }
    #produtos_container .caja_productos:hover {
      border-color: #006f40;
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms; }
    #produtos_container .caja_productos hr {
      width: 200px;
      border-width: 2px;
      border-color: #646464; }

/* Dulces Dulcor */
.balde1:before {
  background: url(ico/icono-presentacion-balde1.png); }

.balde2:before {
  background: url(ico/icono-presentacion-balde2.png); }

.bolsa:before {
  background: url(ico/icono-presentacion-bolsa.png); }

.botella1:before {
  background: url(ico/icono-presentacion-botella1.png); }

.botella2:before {
  background: url(ico/icono-presentacion-botella2.png); }

.caja:before {
  background: url(ico/icono-presentacion-caja.png); }

.cajon1:before {
  background: url(ico/icono-presentacion-cajon1.png); }

.cajon2:before {
  background: url(ico/icono-presentacion-cajon2.png); }

.estuche:before {
  background: url(ico/icono-presentacion-estuche.png); }

.frasco:before {
  background: url(ico/icono-presentacion-frasco.png); }

.lata1:before {
  background: url(ico/icono-presentacion-lata1.png); }

.lata2:before {
  background: url(ico/icono-presentacion-lata2.png); }

.lata3:before {
  background: url(ico/icono-presentacion-lata3.png); }

.lata4:before {
  background: url(ico/icono-presentacion-lata4.png); }

.pack:before {
  background: url(ico/icono-presentacion-pack.png); }

.pote:before {
  background: url(ico/icono-presentacion-pote.png); }

.sachet:before {
  background: url(ico/icono-presentacion-sachet.png); }

.tetrabrick:before {
  background: url(ico/icono-presentacion-tetrabrick.png); }

.caja-exhibidor:before {
  background: url(ico/icono-presentacion-caja-03-2.png); }

/* Veneziana */
.bolsa1:before {
  background: url(ico/icono-presentacion-bolsa1.png); }

.bolsa2:before {
  background: url(ico/icono-presentacion-bolsa2.png); }

.bolsa3:before {
  background: url(ico/icono-presentacion-bolsa3.png); }

.bolsa4:before {
  background: url(ico/icono-presentacion-bolsa4.png); }

.bolsa5:before {
  background: url(ico/icono-presentacion-bolsa5.png); }

.bolsa6:before {
  background: url(ico/icono-presentacion-bolsa6.png); }

.bolsa7:before {
  background: url(ico/icono-presentacion-bolsa7.png); }

.bolsa8:before {
  background: url(ico/icono-presentacion-bolsa8.png); }

.bolsa9:before {
  background: url(ico/icono-presentacion-bolsa9.png); }

.bolsa10:before {
  background: url(ico/icono-presentacion-bolsa10.png); }

.caja:before {
  background: url(ico/icono-presentacion-caja.png); }

.caja2:before {
  background: url(ico/icono-presentacion-caja-2.png); }

.lata:before {
  background: url(ico/icono-presentacion-lata.png); }

/* Vanoli */
.frasco-1:before {
  background: url(ico/icono-presentacion-frasco-1.png); }

.frasco-2:before {
  background: url(ico/icono-presentacion-frasco-2.png); }

.frasco-3:before {
  background: url(ico/icono-presentacion-frasco-3.png); }

.frasco-4:before {
  background: url(ico/icono-presentacion-frasco-4.png); }

.botella-1:before {
  background: url(ico/icono-presentacion-botella-1.png); }

.botella-2:before {
  background: url(ico/icono-presentacion-botella-2.png); }

.botella-3:before {
  background: url(ico/icono-presentacion-botella-2.png); }

.botellin:before {
  background: url(ico/icono-presentacion-botellin.png); }

.pet-1:before {
  background: url(ico/icono-presentacion-pet-1.png); }

.pet-2:before {
  background: url(ico/icono-presentacion-pet-2.png); }

.garrafa:before {
  background: url(ico/icono-presentacion-garrafa.png); }

.doypack:before {
  background: url(ico/icono-presentacion-doypack.png); }

.bandeja:before {
  background: url(ico/icono-presentacion-bandeja.png); }

.balde:before {
  background: url(ico/icono-presentacion-balde.png); }

.pote:before {
  background: url(ico/icono-presentacion-pote.png); }

.permapack:before {
  background: url(ico/icono-presentacion-permapack.png); }

.sobre:before {
  background: url(ico/icono-presentacion-sobre.png); }

/* Detalle - Propiedad */
.propiedad {
  margin-top: 1em; }

.propiedad li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 1em;
  padding-left: 30px;
  font-family: "Montserrat"; }

.propiedad li:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  vertical-align: middle;
  margin-right: 1em;
  height: 30px;
  width: 30px; }

.propiedades {
  margin-top: 1em; }

.propiedades li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 1em;
  padding-left: 30px;
  font-family: "Montserrat"; }

.propiedades li:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  vertical-align: middle;
  margin-right: 1em;
  height: 30px;
  width: 30px; }

.presentacion li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  list-style: none;
  padding-left: 20px; }

.presentacion li:empty,
.propiedad li:empty {
  display: none; }

.presentacion li:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  vertical-align: middle;
  margin-right: 1em;
  width: 36px;
  height: 50px; }

.azucar:before {
  background: url(ico/prop/icono-propiedad-azucar.png); }

.reducido-sodio:before {
  background: url(ico/prop/icono-propiedad-reducido-sodio.png); }

.libre-gluten:before {
  background: url(ico/prop/icono-propiedad-libre-gluten.png); }

.kosher:before {
  background: url(ico/prop/icono-propiedad-kosher.png); }

.reducido-en-calorias:before {
  background: url(ico/prop/icono-propiedad-reducido-calorias.png); }

.vitaminas-dec:before {
  background: url(ico/prop/icono-propiedad-vitaminas.png); }

.fuente-fibras:before {
  background: url(ico/prop/icono-propiedad-fuente-fibras.png); }

/* Veneziana */
.bajo-grasa:before {
  background: url(ico/prop/icono-propiedad-bajo-grasa.png); }

.bajo-grasas-saturadas:before {
  background: url(ico/prop/icono-propiedad-bajo-grasas-saturadas.png); }

.colesterol:before {
  background: url(ico/prop/icono-propiedad-colesterol.png); }

.fitoesteroles:before {
  background: url(ico/prop/icono-propiedad-fitoesteroles.png); }

.fuente-fibras:before {
  background: url(ico/prop/icono-propiedad-fuente-calcio-fibras.png); }

.grasas-trans:before {
  background: url(ico/prop/icono-propiedad-grasas-trans.png); }

.grasast-reducido:before {
  background: url(ico/prop/icono-propiedad-reducido-grasas-totales.png); }

.salvado:before {
  background: url(ico/prop/icono-propiedad-salvado.png); }

.semillas:before {
  background: url(ico/prop/icono-propiedad-semillas.png); }

.omega3:before {
  background: url(ico/prop/icono-propiedad-omega3.png); }

.omega6:before {
  background: url(ico/prop/icono-propiedad-omega6.png); }

.omega9:before {
  background: url(ico/prop/icono-propiedad-omega9.png); }

.sodio-reducido:before {
  background: url(ico/prop/icono-propiedad-reducido-sodio.png); }

/* Vanoli */
.libre-de-gluten:before {
  background: url(ico/prop/icono-propiedad-libre-gluten.png); }

.reducido-en-sodio:before {
  background: url(ico/prop/icono-propiedad-reducido-sodio.png); }

.calorias-reducidas:before {
  background: url(ico/prop/icono-propiedad-reducido-calorias.png); }

.el-grasas:before {
  background: url(ico/prop/icono-presentacion-0grasas.png); }

.natural100x100:before {
  background: url(ico/prop/icono-propiedad-natural.png); }

.stevia:before {
  background: url(ico/prop/icono-propiedad-natural_1.png); }

.portada_recetas {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center; }
  .portada_recetas h1:after {
    content: "";
    background-color: white;
    height: 2px;
    position: absolute;
    width: 130px;
    left: 50%;
    bottom: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 500px) {
      .portada_recetas h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.lista_recetas h2 {
  color: #646464;
  position: relative;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    .lista_recetas h2 {
      text-align: center; } }
  .lista_recetas h2:after {
    content: "";
    background-color: #ffa700;
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -8px; }
    @media screen and (max-width: 900px) {
      .lista_recetas h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.lista_recetas .link {
  margin-top: 30px; }
  @media screen and (max-width: 900px) {
    .lista_recetas .link {
      text-align: center; } }

.notas_internas h4 span {
  text-transform: uppercase;
  color: #646464;
  font-weight: 500 !important;
  font-size: 19px !important; }

.notas_internas p span {
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #646464;
  font-size: 0.85rem !important; }

.portada_productos_opaco:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    height: 300px;
}