@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap");
body {
  margin: 0px;
  overflow-x: hidden; }

.container {
  width: calc(100% - 35px);
  max-width: 1200px;
  margin: 0 auto; }

.wp-block-image img {
  max-width: 100% !important;
  height: auto !important; }

.titulo {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #333333;
  margin-bottom: 25px;
  margin-top: 0px; }

.logoMaple {
  height: 30px;
  width: auto; }

.blocker {
  z-index: 999 !important;
  font-family: "Montserrat", sans-serif; }
  .blocker h1 {
    color: #333333;
    font-size: 2rem; }
  .blocker p {
    font-size: 1.2rem; }

.boton {
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: white;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: 700;
  background: #6e8b3d;
  border-radius: 5px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .boton:hover {
    background: #93b951; }

iframe {
  max-width: 100%;
  margin-bottom: 25px; }

header {
  background-color: white;
  position: sticky !important;
  top: 0px;
  left: 0px;
  z-index: 9;
  padding: 10px 0px;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.13);
  position: relative; }
  header .container {
    position: relative; }
  header .idiomas {
    width: 280px;
    position: absolute;
    top: calc(100% - 14px);
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .idiomas .banderitas img {
      width: auto;
      max-height: 30px;
      -moz-transition: box-shadow 0.2s;
      -o-transition: box-shadow 0.2s;
      -webkit-transition: box-shadow 0.2s;
      transition: box-shadow 0.2s;
      border-radius: 100%; }
      header .idiomas .banderitas img:hover {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7); }
  header .idiomas {
    width: 40px;
    height: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    header .idiomas.activo .banderitas {
      display: block;
      width: 100%;
      text-align: center; }
      header .idiomas.activo .banderitas:nth-child(1) {
        background-color: white;
        padding: 5px 0px;
        width: 40px; }
      header .idiomas.activo .banderitas:nth-child(2) {
        position: absolute;
        top: calc(100% + -4px);
        left: 10px;
        padding: 5px 0px;
        width: 40px;
        background-color: white; }
      header .idiomas.activo .banderitas:nth-child(3) {
        position: absolute;
        top: calc(100% + 37px);
        left: 10px;
        padding: 5px 0px;
        width: 40px;
        background-color: white; }
      header .idiomas.activo .banderitas:nth-child(4) {
        position: absolute;
        top: calc(100% + 78px);
        left: 10px;
        width: 40px;
        padding: 5px 0px;
        background-color: white; }
    header .idiomas .banderitas {
      text-decoration: none !important;
      display: none; }
      header .idiomas .banderitas:first-child {
        display: block; }
        header .idiomas .banderitas:first-child:after {
          content: '\f358';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          top: 25px;
          right: 10px;
          color: #adadad;
          background-color: white;
          border-radius: 100%; }
      header .idiomas .banderitas img {
        border: solid 1px rgba(173, 173, 173, 0.1);
        max-height: 25px; }
        header .idiomas .banderitas img:hover {
          -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0);
          -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0); }
  header .custom-logo-link {
    display: inline-flex; }
    header .custom-logo-link img {
      max-height: 60px;
      width: auto;
      padding: 15px 0px; }
  header .botonMenu {
    display: none; }
  header .flexHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .botonMenu {
    border: solid 2px #adadad;
    width: 45px;
    height: 45px;
    background-color: white;
    position: relative; }
    header .botonMenu.activo {
      background-color: #6e8b3d; }
      header .botonMenu.activo span {
        background-color: white; }
        header .botonMenu.activo span:nth-child(1) {
          top: calc(50% - 1.5px);
          transform: rotate(45deg); }
        header .botonMenu.activo span:nth-child(2) {
          opacity: 0;
          transform: rotate(45deg); }
        header .botonMenu.activo span:nth-child(3) {
          transform: rotate(-45deg);
          top: calc(50% - 1.5px); }
    header .botonMenu span {
      width: 50%;
      height: 3px;
      background-color: #adadad;
      display: block; }
      header .botonMenu span:nth-child(1) {
        position: absolute;
        top: 25%;
        left: 25%;
        -moz-transition: top 0.2s, transform 0.2s;
        -o-transition: top 0.2s, transform 0.2s;
        -webkit-transition: top 0.2s, transform 0.2s;
        transition: top 0.2s, transform 0.2s; }
      header .botonMenu span:nth-child(2) {
        position: absolute;
        opacity: 1;
        top: calc(50% - 1.5px);
        left: 25%;
        -moz-transition: opacity 0.2s, transform 0.2s;
        -o-transition: opacity 0.2s, transform 0.2s;
        -webkit-transition: opacity 0.2s, transform 0.2s;
        transition: opacity 0.2s, transform 0.2s; }
      header .botonMenu span:nth-child(3) {
        position: absolute;
        bottom: 25%;
        left: 25%;
        -moz-transition: top 0.2s, transform 0.2s;
        -o-transition: top 0.2s, transform 0.2s;
        -webkit-transition: top 0.2s, transform 0.2s;
        transition: top 0.2s, transform 0.2s; }
  header #navheader {
    width: 100%;
    padding-left: 10px;
    text-align: right; }
    header #navheader .menu {
      display: inline-flex;
      padding: 0px; }
      header #navheader .menu li {
        list-style-type: none;
        list-style-position: none;
        margin-left: 25px; }
        header #navheader .menu li a {
          padding: 10px 0px;
          margin: 0px 10px;
          font-weight: 500;
          font-family: "Montserrat", sans-serif;
          color: #333333;
          text-decoration: none;
          -moz-transition: color 0.2s;
          -o-transition: color 0.2s;
          -webkit-transition: color 0.2s;
          transition: color 0.2s;
          font-size: 1rem;
          position: relative; }
          header #navheader .menu li a:hover {
            color: #6e8b3d; }
          header #navheader .menu li a:hover .linea span {
            width: 90%;
            border-top: solid 2px #6e8b3d;
            opacity: 1; }
          header #navheader .menu li a .linea {
            position: absolute;
            bottom: -3px;
            left: 0px;
            width: 100%;
            height: auto;
            text-align: center; }
            header #navheader .menu li a .linea span {
              width: 0px;
              display: inline-block;
              border-top: solid 2px #6e8b3d;
              opacity: 0;
              -moz-transition: width 0.3s, opacity 0.3s;
              -o-transition: width 0.3s, opacity 0.3s;
              -webkit-transition: width 0.3s, opacity 0.3s;
              transition: width 0.3s, opacity 0.3s; }

@media (max-width: 1140px) {
  header #navheader .menu li a {
    font-size: 14px; } }
@media (max-width: 767px) {
  header .botonMenu {
    display: block; }
  header #navheader {
    position: absolute;
    top: calc(100% + 10px);
    display: none;
    right: -100%; }
    header #navheader .menu {
      background-color: #f6e9da;
      flex-direction: column;
      padding: 10px 20px;
      margin-top: 0px;
      -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.12); }
      header #navheader .menu .linea {
        display: none !important; }
      header #navheader .menu li {
        display: flex;
        width: calc(100%);
        margin-left: 0px; }
        header #navheader .menu li a {
          width: 100%;
          text-align: center;
          font-size: 16px; } }
.fullSlider {
  position: relative;
  width: 100%; }
  .fullSlider .owl-nav {
    margin-top: 0px !important; }
  .fullSlider .owl-item.active .mitad {
    opacity: 1; }
  .fullSlider .item {
    width: 100%;
    min-height: calc(100vh - 160px);
    background-size: cover;
    background-position: center center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0px; }
    .fullSlider .item:before {
      z-index: 1;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5); }
    .fullSlider .item .mitad {
      opacity: 0;
      width: calc(100% - 20px);
      max-width: 600px;
      text-align: right;
      color: white;
      padding: 10px;
      font-size: 24px;
      margin-left: auto;
      z-index: 2;
      position: sticky;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
      -moz-transition: opacity 1s;
      -o-transition: opacity 1s;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }
      .fullSlider .item .mitad p {
        margin-top: 5px; }
      .fullSlider .item .mitad b, .fullSlider .item .mitad strong {
        font-weight: 700; }
      .fullSlider .item .mitad h5 {
        color: white;
        font-size: 30px;
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 900; }
  .fullSlider .owl-next {
    position: absolute;
    top: calc(50% - 64px);
    right: 15px; }
    .fullSlider .owl-next:hover {
      background: transparent !important; }
    .fullSlider .owl-next:focus {
      outline: none !important; }
    .fullSlider .owl-next i {
      font-size: 40px !important; }
  .fullSlider .owl-prev {
    position: absolute;
    top: calc(50% - 64px);
    left: 15px; }
    .fullSlider .owl-prev:hover {
      background: transparent !important; }
    .fullSlider .owl-prev:focus {
      outline: none !important; }
    .fullSlider .owl-prev i {
      font-size: 40px !important; }
  .fullSlider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0px; }
    .fullSlider .owl-dots .owl-dot {
      opacity: 0.5;
      margin: 0px 5px; }
      .fullSlider .owl-dots .owl-dot.active {
        opacity: 1; }
      .fullSlider .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
        background: white !important; }
      .fullSlider .owl-dots .owl-dot:focus {
        outline: none !important; }

#servicios {
  padding: 5rem 0px; }
  #servicios h1 {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 0px; }
  #servicios h2 {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    line-height: 2rem; }
    #servicios h2 .verde {
      color: #6e8b3d; }
  #servicios .sliderServicios {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0px; }
    #servicios .sliderServicios .owl-dots {
      margin-top: 0px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%; }
    #servicios .sliderServicios .owl-next {
      position: absolute;
      top: calc(50% - 64px);
      right: -35px; }
      #servicios .sliderServicios .owl-next:hover {
        background: transparent !important;
        color: #6e8b3d; }
      #servicios .sliderServicios .owl-next:focus {
        outline: none !important; }
      #servicios .sliderServicios .owl-next i {
        font-size: 40px !important; }
    #servicios .sliderServicios .owl-prev {
      position: absolute;
      top: calc(50% - 64px);
      left: -35px; }
      #servicios .sliderServicios .owl-prev:hover {
        background: transparent !important;
        color: #6e8b3d; }
      #servicios .sliderServicios .owl-prev:focus {
        outline: none !important; }
      #servicios .sliderServicios .owl-prev i {
        font-size: 40px !important; }
    #servicios .sliderServicios .bloque {
      color: #6e8b3d;
      background-color: white;
      flex: 0 1 200px;
      padding: 75px 35px 35px 35px;
      font-family: "Montserrat", sans-serif;
      font-size: 0.9rem;
      line-height: 1.5rem;
      margin-bottom: 15px;
      margin-top: 70px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      box-shadow: 1px 6px 17px -2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 1px 6px 17px -2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 1px 6px 17px -2px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      #servicios .sliderServicios .bloque .imagen {
        width: 115px;
        padding-top: 115px;
        background-color: #6e8b3d;
        border-radius: 100%;
        position: absolute;
        top: -65px;
        left: calc(50% - 57.5px);
        background-size: auto 60%;
        background-repeat: no-repeat;
        background-position: center center; }
        #servicios .sliderServicios .bloque .imagen.fixmano {
          background-position: 50% 38%; }

#productos {
  padding-bottom: 5rem; }
  #productos .container {
   /* ya me cambiaron todo 
  column-count: 2;
  column-gap: 25px;
  */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  #productos .titulo {
    flex: 1 1 100%;
    width: 100%; }
  #productos .subtitulo {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px; }
  #productos .bloque {
    display: inline-block;
    margin: 0 1rem 1em;
    width: 100%;
    flex: 1 1 calc(33% - 2rem);
    margin-bottom: 25px; }
    #productos .bloque .colorear {
      background-color: #f6e9da;
      color: #333333;
      border-top-left-radius: 15px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 15px;
      padding: 40px;
      height: calc(100% - 80px); }
      #productos .bloque .colorear a {
        text-decoration: none;
        color: #333333;
        -moz-transition: padding-left 0.2s;
        -o-transition: padding-left 0.2s;
        -webkit-transition: padding-left 0.2s;
        transition: padding-left 0.2s; }
        #productos .bloque .colorear a:hover {
          color: white;
          padding-left: 15px; }
      #productos .bloque .colorear.verde {
        background-color: #6e8b3d; }
        #productos .bloque .colorear.verde .miniTitulo {
          color: #f6e9da; }
        #productos .bloque .colorear.verde .contenido {
          color: #f6e9da; }
        #productos .bloque .colorear.verde a {
          color: #f6e9da; }
          #productos .bloque .colorear.verde a:hover {
            color: white; }
      #productos .bloque .colorear.oscuro {
        background-color: #333333; }
        #productos .bloque .colorear.oscuro .miniTitulo {
          color: #f6e9da; }
        #productos .bloque .colorear.oscuro .contenido {
          color: #f6e9da; }
        #productos .bloque .colorear.oscuro a {
          color: #f6e9da; }
          #productos .bloque .colorear.oscuro a:hover {
            color: white; }
      #productos .bloque .colorear .miniTitulo {
        font-size: 2.5rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        width: 100%;
        text-align: right;
        margin-bottom: 1rem; }
      #productos .bloque .colorear .contenido {
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }

#novedades {
  padding-bottom: 2rem; }
  #novedades .owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
  #novedades .owl-next {
    position: absolute;
    top: calc(50% - 64px);
    right: -35px; }
    #novedades .owl-next:hover {
      background: transparent !important;
      color: #6e8b3d; }
    #novedades .owl-next:focus {
      outline: none !important; }
    #novedades .owl-next i {
      font-size: 40px !important; }
  #novedades .owl-prev {
    position: absolute;
    top: calc(50% - 64px);
    left: -35px; }
    #novedades .owl-prev:hover {
      background: transparent !important;
      color: #6e8b3d; }
    #novedades .owl-prev:focus {
      outline: none !important; }
    #novedades .owl-prev i {
      font-size: 40px !important; }
  #novedades h1 {
    font-size: 2.3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 0px; }
  #novedades h2 {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    line-height: 2rem; }
    #novedades h2 .verde {
      color: #6e8b3d; }

#noticias {
  padding-top: 25px; }
  #noticias h1 {
    font-size: 2.3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 0px; }
  #noticias .hacelahorizontal .pado {
    flex-direction: row !important; }
    #noticias .hacelahorizontal .pado .imgCuadrada {
      padding-top: 0px;
      min-height: 200px;
      width: 100%;
      max-width: 420px;
      margin-right: 1rem; }
  #noticias .hacelahorizontal .noticia {
    border-bottom: solid 1px rgba(51, 51, 51, 0.1); }
  #noticias .flexNoticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  #noticias img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  #noticias .bordear {
    height: 100%;
    display: flex;
    align-items: stretch; }
  #noticias .noticia {
    background-color: white;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    #noticias .noticia:hover {
      background-color: rgba(246, 233, 218, 0.5); }
    #noticias .noticia.fixImg .imgCuadrada {
      padding-top: 80%;
      background-repeat: no-repeat;
      background-color: white;
      background-size: auto 100%; }
    #noticias .noticia .contenidoResumen {
      font-size: 1rem;
      font-family: "Montserrat", sans-serif;
      color: #333333;
      line-height: 1.5rem; }
    #noticias .noticia.completi {
      width: calc(100% - 50px);
      opacity: 0;
      -moz-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      #noticias .noticia.completi.aparecer {
        opacity: 1; }
    #noticias .noticia.completa {
      width: 70%;
      border: none !important;
      margin-bottom: 0px !important; }
      #noticias .noticia.completa.comcom {
        width: 100% !important; }
        #noticias .noticia.completa.comcom .fotoP {
          max-width: 300px !important; }
      #noticias .noticia.completa .pado {
        display: flex;
        flex-direction: column; }
        #noticias .noticia.completa .pado .imgCuadrada {
          margin-top: 25px;
          width: 50%;
          min-width: 200px; }
      #noticias .noticia.completa .fotoP {
        max-width: 100%;
        max-height: 60vh;
        width: auto;
        margin-bottom: 25px; }
    #noticias .noticia.transp {
      background-color: transparent;
      border-top: solid 1px #B3B3B3; }
      #noticias .noticia.transp .contenidoResumen {
        margin-bottom: 30px; }
      #noticias .noticia.transp .acciones {
        border-top: solid 1px #B3B3B3;
        padding-top: 25px;
        margin-top: auto;
        justify-content: space-between;
        flex-wrap: wrap; }
        #noticias .noticia.transp .acciones a {
          color: #6e8b3d;
          text-decoration: none;
          font-family: "Montserrat", sans-serif;
          font-weight: 900;
          font-size: 1.2rem; }
    #noticias .noticia .pado {
      width: 100%;
      display: flex;
      flex-direction: column; }
    #noticias .noticia .imgCuadrada {
      width: 100%;
      padding-top: 56%;
      background-color: steelblue;
      background-size: cover;
      background-position: center center;
      margin-bottom: 20px; }
    #noticias .noticia .superior {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      #noticias .noticia .superior .titulo {
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1rem; }
      #noticias .noticia .superior .fecha {
        width: 100%;
        color: #333333;
        font-style: italic;
        font-family: "Montserrat", sans-serif;
        margin: 10px 0px; }
      #noticias .noticia .superior .separador {
        padding: 0px 10px;
        color: #B3B3B3;
        font-style: italic; }
      #noticias .noticia .superior .contenidoResumen {
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: 1.5rem; }
      #noticias .noticia .superior .post-categories {
        margin: 0px;
        padding: 0px;
        font-style: italic; }
        #noticias .noticia .superior .post-categories li {
          list-style-image: none;
          list-style-type: none; }
          #noticias .noticia .superior .post-categories li a {
            color: #808080; }
    #noticias .noticia .acciones {
      width: 100%;
      text-align: center;
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #noticias .noticia .acciones a.aa {
        display: inline-block;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        color: white;
        padding: 7px 20px;
        font-size: 1rem;
        font-weight: 700;
        margin: auto;
        background: #6e8b3d;
        border-radius: 5px;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        #noticias .noticia .acciones a.aa:hover {
          background: #93b951; }

.sociales {
  margin: auto; }
  .sociales a.socialboton {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 3px; }
    .sociales a.socialboton.fb:hover {
      background-color: #3b5998; }
    .sociales a.socialboton.tw:hover {
      background-color: #1DA1F2; }
    .sociales a.socialboton.wp:hover {
      background-color: #25D366; }
    .sociales a.socialboton.ig:hover {
      background: #d6249f;
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
    .sociales a.socialboton:hover .ct:nth-child(1) {
      color: white;
      top: -40px;
      left: 0px; }
    .sociales a.socialboton:hover .ct:nth-child(2) {
      color: white;
      top: 0px;
      left: 0px; }
    .sociales a.socialboton .ct {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #333333;
      position: absolute;
      -moz-transition: top 0.4s, color 0.4s;
      -o-transition: top 0.4s, color 0.4s;
      -webkit-transition: top 0.4s, color 0.4s;
      transition: top 0.4s, color 0.4s; }
      .sociales a.socialboton .ct:nth-child(1) {
        top: 0px;
        left: 0px; }
      .sociales a.socialboton .ct:nth-child(2) {
        top: 40px;
        left: 0px; }
    .sociales a.socialboton i {
      font-size: 24px; }

.flexSubNoticias {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  .flexSubNoticias .subNoticias {
    width: 30%;
    position: relative;
    padding-left: 50px;
    overflow-y: hidden;
    max-height: 0px; }
    .flexSubNoticias .subNoticias.listo {
      max-height: 100%; }
    .flexSubNoticias .subNoticias .seguidme {
      width: 100%;
      height: auto; }

.tituloNoticia {
  color: #004F85;
  font-size: 30px;
  font-weight: bolder; }

.subtituloNoticia {
  color: #004F85;
  font-size: 22px;
  margin-bottom: 35px; }

#novedades .owl-stage {
  display: flex;
  align-items: stretch; }

#novedades .owl-carousel .owl-item {
  margin-left: 10px; }
#novedades .owl-carousel.owl-drag .owl-item {
  display: flex; }

.verTodosNoticias {
  display: block;
  max-width: 140px;
  border: solid 2px #6e8b3d;
  padding: 7px 19px;
  font-size: 18px;
  text-decoration: none;
  color: #6e8b3d;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  font-weight: bolder;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  -moz-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s; }
  .verTodosNoticias:hover {
    background-color: #6e8b3d;
    color: white; }

.page-template-noticias-php .noticia {
  width: 30% !important; }

@media (max-width: 767px) {
  .page-template-noticias-php .noticia {
    width: 100% !important; }

  #noticiaPrincipal {
    width: 100% !important; }

  .subNoticias {
    display: none; }

  #noticias .noticia.completa .fotoP {
    float: none; } }
.seguidme .aa {
  margin-left: auto; }

.navigation {
  flex: 1 1 100% !important;
  min-width: 100% !important; }

.pagination {
  font-family: "Montserrat", sans-serif;
  clear: both;
  position: relative;
  font-size: 20px;
  line-height: 13px;
  list-style-type: none;
  padding-left: 0px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }
  .pagination .limpio {
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
    .pagination .limpio span {
      padding: 10px 20px !important;
      background: #6e8b3d;
      color: white; }

.pagination span, .pagination a {
  display: block;
  margin: 2px 6px 2px 0;
  padding: 7px 10px 6px 10px;
  text-decoration: none;
  width: auto;
  color: #808080;
  background-color: white; }

.pagination a:hover {
  color: #fff;
  background: #808080; }

.pagination .active a {
  background: #808080 !important;
  color: #fff !important; }

#contacto {
  padding-bottom: 5rem; }
  #contacto h1 {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 0px; }
  #contacto .flexMitad {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap; }
    #contacto .flexMitad .mitad {
      flex: 1 1 50%;
      min-width: 300px; }
      #contacto .flexMitad .mitad .formulario p {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative; }
        #contacto .flexMitad .mitad .formulario p .wpcf7-not-valid-tip {
          margin-bottom: 10px;
          font-family: "Montserrat", sans-serif; }
        #contacto .flexMitad .mitad .formulario p label {
          width: calc(100% - 28px); }
          #contacto .flexMitad .mitad .formulario p label span {
            display: flex;
            flex-direction: column; }
          #contacto .flexMitad .mitad .formulario p label input, #contacto .flexMitad .mitad .formulario p label textarea {
            width: 100%;
            margin-bottom: 10px;
            padding: 7px 14px;
            border: solid 1px #6e8b3d;
            background-color: #6e8b3d;
            font-family: "Montserrat", sans-serif;
            font-size: 1rem;
            color: white;
            border-radius: 5px;
            -moz-transition: background-color 0.2s;
            -o-transition: background-color 0.2s;
            -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s; }
            #contacto .flexMitad .mitad .formulario p label input::-webkit-input-placeholder, #contacto .flexMitad .mitad .formulario p label textarea::-webkit-input-placeholder {
              font-family: "Montserrat", sans-serif;
              color: white;
              font-size: 1rem; }
            #contacto .flexMitad .mitad .formulario p label input:-moz-placeholder, #contacto .flexMitad .mitad .formulario p label textarea:-moz-placeholder {
              font-family: "Montserrat", sans-serif;
              color: white;
              font-size: 1rem; }
            #contacto .flexMitad .mitad .formulario p label input::-moz-placeholder, #contacto .flexMitad .mitad .formulario p label textarea::-moz-placeholder {
              font-family: "Montserrat", sans-serif;
              color: white;
              font-size: 1rem; }
            #contacto .flexMitad .mitad .formulario p label input:-ms-input-placeholder, #contacto .flexMitad .mitad .formulario p label textarea:-ms-input-placeholder {
              font-family: "Montserrat", sans-serif;
              color: white;
              font-size: 1rem; }
            #contacto .flexMitad .mitad .formulario p label input:focus, #contacto .flexMitad .mitad .formulario p label textarea:focus {
              background-color: #82a544;
              color: white;
              border: solid 1px black; }
            #contacto .flexMitad .mitad .formulario p label input.wpcf7-not-valid, #contacto .flexMitad .mitad .formulario p label textarea.wpcf7-not-valid {
              background-color: #8b3d3d !important; }
        #contacto .flexMitad .mitad .formulario p .wpcf7-submit {
          margin-left: auto;
          font-family: "Montserrat", sans-serif;
          color: white;
          padding: 7px 20px;
          font-size: 1rem;
          font-weight: 700;
          border: solid 1px #6e8b3d;
          background: #6e8b3d;
          border-radius: 5px;
          -moz-transition: background-color 0.2s;
          -o-transition: background-color 0.2s;
          -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
          text-transform: uppercase; }
          #contacto .flexMitad .mitad .formulario p .wpcf7-submit:hover {
            background: #93b951;
            cursor: pointer; }
        #contacto .flexMitad .mitad .formulario p .ajax-loader {
          position: absolute;
          bottom: 0px;
          left: 0px; }
      #contacto .flexMitad .mitad .infoAdicional {
        color: #333333;
        font-size: 1.2rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        margin-left: 10%;
        margin-bottom: 3.1rem; }
        #contacto .flexMitad .mitad .infoAdicional li {
          display: flex;
          align-items: flex-start;
          margin-top: 10px; }
          #contacto .flexMitad .mitad .infoAdicional li i {
            margin-right: 15px;
            margin-bottom: -5px; }
          #contacto .flexMitad .mitad .infoAdicional li span, #contacto .flexMitad .mitad .infoAdicional li a {
            margin-top: -4px;
            line-height: 2rem;
            color: #333333;
            text-decoration: none; }
          #contacto .flexMitad .mitad .infoAdicional li a:hover {
            color: #6e8b3d; }

#mapa {
  padding-bottom: 3rem; }
  #mapa .noMostrar {
    display: none; }
  #mapa h1 {
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 0px; }
  #mapa h2 {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 2rem;
    color: #adadad;
    margin-bottom: 2rem; }
  #mapa h3 {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 2rem;
    color: #333333;
    margin-bottom: 1rem; }
  #mapa .mapa {
    width: 100%;
    position: relative; }
    #mapa .mapa .mapita {
      width: 100%;
      height: auto;
      z-index: 1; }
    #mapa .mapa .marcador1 {
      position: absolute;
      top: 11%;
      left: 20.5%;
      z-index: 2;
      width: 12.25%;
      height: auto;
      -moz-transition: top 0.3s, width 0.3s, left 0.3s;
      -o-transition: top 0.3s, width 0.3s, left 0.3s;
      -webkit-transition: top 0.3s, width 0.3s, left 0.3s;
      transition: top 0.3s, width 0.3s, left 0.3s; }
      #mapa .mapa .marcador1:hover {
        cursor: pointer; }
        #mapa .mapa .marcador1:hover .miniVentana {
          display: block; }
      #mapa .mapa .marcador1 img {
        width: 100%; }
      #mapa .mapa .marcador1 .miniVentana {
        width: 60px;
        height: auto;
        background-color: white;
        border: solid 2px #6e8b3d;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        top: 10%;
        left: 80%;
        padding: 6px;
        font-size: 0.7rem;
        text-align: center;
        -webkit-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        -moz-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        display: none; }
    #mapa .mapa .marcador2 {
      position: absolute;
      top: 54%;
      left: 29.3%;
      z-index: 2;
      width: 13.25%;
      height: auto;
      -moz-transition: top 0.3s, width 0.3s, left 0.3s;
      -o-transition: top 0.3s, width 0.3s, left 0.3s;
      -webkit-transition: top 0.3s, width 0.3s, left 0.3s;
      transition: top 0.3s, width 0.3s, left 0.3s; }
      #mapa .mapa .marcador2:hover {
        cursor: pointer; }
        #mapa .mapa .marcador2:hover .miniVentana {
          display: block; }
      #mapa .mapa .marcador2 img {
        width: 100%; }
      #mapa .mapa .marcador2 .miniVentana {
        width: 60px;
        height: auto;
        background-color: white;
        border: solid 2px #6e8b3d;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        top: 10%;
        left: 66%;
        padding: 6px;
        font-size: 0.7rem;
        text-align: center;
        -webkit-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        -moz-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        display: none; }
    #mapa .mapa .marcador3 {
      position: absolute;
      top: 14%;
      left: 56.5%;
      z-index: 2;
      width: 27.58%;
      height: auto;
      -moz-transition: top 0.3s, width 0.3s, left 0.3s;
      -o-transition: top 0.3s, width 0.3s, left 0.3s;
      -webkit-transition: top 0.3s, width 0.3s, left 0.3s;
      transition: top 0.3s, width 0.3s, left 0.3s; }
      #mapa .mapa .marcador3:hover {
        cursor: pointer; }
        #mapa .mapa .marcador3:hover .miniVentana {
          display: block; }
      #mapa .mapa .marcador3 img {
        width: 100%; }
      #mapa .mapa .marcador3 .miniVentana {
        width: 60px;
        height: auto;
        background-color: white;
        border: solid 2px #6e8b3d;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        top: 10%;
        right: 50%;
        padding: 6px;
        font-size: 0.7rem;
        text-align: center;
        -webkit-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        -moz-box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        box-shadow: 4px 4px 15px -3px rgba(0, 0, 0, 0.51);
        display: none; }

@media (max-width: 767px) {
  .mapita {
    display: none; }

  .marcador1, .marcador2, .marcador3 {
    display: none; }

  #mapa h1 {
    font-size: 1.4rem !important; }

  .noMostrar {
    display: block !important; }

  .noMostrar h3 {
    border: solid 1px #adadad;
    padding: 5px 10px;
    margin-bottom: 0px !important;
    font-weight: 700 !important; }

  .noMostrar {
    font-family: "Montserrat", sans-serif; }

  #mapa h2 {
    display: none; }

  .ui-state-active {
    background-color: rgba(173, 173, 173, 0.2); }

  .sombra {
    background-color: rgba(173, 173, 173, 0.1);
    color: #333333;
    margin: 0px !important;
    padding: 10px !important;
    font-weight: 700; } }
footer {
  background-color: #333333;
  padding: 1rem; }
  footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  footer .logoFooter {
    max-height: 60px;
    padding: 25px 0px;
    color: #adadad; }
  footer .infoFooter {
    color: #adadad;
    list-style-type: none;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8rem; }
    footer .infoFooter .borrar {
      margin: 0px 10px; }
    footer .infoFooter li {
      display: flex;
      align-items: center;
      width: 100%;
      text-align: right;
      justify-content: flex-end;
      flex-wrap: wrap; }
      footer .infoFooter li img {
        margin-left: 10px; }

@media (max-width: 767px) {
  #contacto .flexMitad .mitad .infoAdicional {
    font-size: 0.9rem; }

  #contacto .flexMitad .mitad {
    width: 100%;
    flex: 1 1 100%; }

  header .custom-logo-link img {
    width: auto !important;
    height: auto !important; }

  #navheader {
    width: auto !important; }

  header .idiomas {
    margin-right: 15px;
    position: relative;
    margin-left: auto; }

  footer .infoFooter li {
    text-align: left;
    justify-content: flex-start; }

  .fullSlider .item .mitad {
    font-size: 17px; }

  #servicios, #productos {
    padding-bottom: 2rem; }

  #servicios {
    padding-top: 2rem; }

  #productos .container {
    column-gap: 10px; }

  #productos .bloque {
    flex: 1 1 calc(50% - 20px);
    margin: 10px 5px; }

  #servicios h1, #novedades h1, #contacto h1, #mapa h1 {
    font-size: 2rem; }

  #servicios h2, #novedades h2, #contacto h2 {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem; }

  #productos .titulo {
    font-size: 1.1rem;
    margin-bottom: 5px !important; }

  #productos .subtitulo {
    font-size: 0.8rem !important;
    margin-bottom: 10px; }

  #productos .bloque .colorear .miniTitulo {
    font-size: 1.2rem;
    text-align: left; }

  #productos .bloque .colorear .contenido {
    font-size: 0.8rem; }

  #productos .bloque .colorear {
    height: calc(100% - 30px); }

  .infoAdicional {
    margin: 30px 0px !important; }

  footer .container {
    align-items: center;
    justify-content: space-between; }

  #productos .colorear {
    padding: 15px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important; } }
@media (max-width: 430px) {
  header .idiomas .banderitas:first-child img {
    width: auto !important;
    height: auto !important; }

  #servicios h1, #novedades h1, #contacto h1, #mapa h1 {
    font-size: 1.2rem; }

  #servicios h2, #novedades h2, #contacto h2 {
    font-size: 0.7rem; }

  .titulo {
    font-size: 1.2rem; } }

/*# sourceMappingURL=estilos.css.map */
