/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
body#top {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
}

.logo img {
  max-height: 45px;
  margin-top: 15px;
}

h1, h2, h3, h4, .modern-quote .av-special-heading-tag {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

#top .separador.blanco {
  color: #9d9d9d;
}

#top #header_main {
  background-color: #501C09;
  margin-top: 1.5rem;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  padding-left: 60px;
  padding-right: 1.5rem;
  background-position: 13px center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(1) a {
  background-color: #501465;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(1) > a {
  background-image: url("images/ico-home.png");
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(2) a {
  background-color: #E39B2F;
  display: none;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(2) > a {
  background-image: url("images/ico-cultivos.png");
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(3) a {
  background-color: #00ACEC;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(3) > a {
  background-image: url("images/ico-productos.png");
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(4) a {
  background-color: #459A41;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(4) > a {
  background-image: url("images/ico-consejos.png");
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(5) a {
  background-color: #CF423F;
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li:nth-child(5) > a {
  background-image: url("images/ico-eventos.png");
}
#top #header_main > .container .main_menu .av-main-nav:first-child > li .sub-menu li > a {
  border: none;
  color: #FFF;
}

#top #hero-home h1.av-special-heading-tag {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  max-width: 550px;
  height: 70px;
  background: transparent url("images/pro-technology.png") center center no-repeat;
  background-size: contain;
}
#top #hero-home:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 260px;
  background: transparent url("images/hero-grafismo.png") center bottom repeat-x;
  background-size: contain;
}
#top #hero-home .av-special-heading {
  margin-bottom: 180px;
  padding: 0;
  padding-left: 140px;
  background: transparent url("images/iso-solaris.png") left center no-repeat;
  background-size: contain;
}
#top #hero-home .av-special-heading p {
  line-height: 1.4em;
}

#top .separador {
  position: relative;
}
#top .separador .template-page {
  padding-bottom: 120px;
}
#top .separador:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  height: 50px;
  width: 100%;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
#top .separador.marron:after {
  background-image: url("images/separador-marron.png");
}
#top .separador.rojo:after {
  background-image: url("images/separador-rojo.png");
}
#top .separador.rojo-oscuro:after {
  background-image: url("images/separador-rojo-oscuro.png");
}
#top .separador.violeta:after {
  background-image: url("images/separador-violeta.png");
}
#top .separador.violeta-oscuro:after {
  background-image: url("images/separador-violeta-oscuro.png");
}
#top .separador.naranja:after {
  background-image: url("images/separador-naranja.png");
}
#top .separador.cyan:after {
  background-image: url("images/separador-cyan.png");
}
#top .separador.blanco:after {
  background-image: url("images/separador-blanco.png");
}
#top .separador.verde-claro:after {
  background-image: url("images/separador-verde-claro.png");
}

#top #top-productos .flex_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top #top-productos .flex_column .av-special-heading {
  width: auto;
  padding-right: 2rem;
}
#top #top-productos .flex_column .producto-desc {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 36px;
}
#top #top-productos .flex_column .producto-desc strong {
  font-size: 36px;
}

#top #top-interna .av-special-heading-tag {
  text-transform: none;
}

.producto-sellos .avia-content-slider-inner {
  display: flex;
  align-items: center;
}
.producto-sellos .avia-content-slider-inner .slide-entry-wrap {
  padding: 0.5rem;
}
.producto-sellos .avia-content-slider-inner .slide-entry-wrap img {
  max-width: 100%;
  max-height: 110px;
}
.producto-sellos.cultivos .avia-content-slider-inner .slide-entry-wrap img {
  max-height: 140px;
}

#top .producto-data {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 1.25rem;
  margin-top: 1rem;
  /* tr {
  	td {
  		border: none;
  		text-align: left;
  		color: #FFF !important;
  		font-size: 0.95rem;
  		padding-top: 5px;
  		padding-bottom: 5px;
  		&:first-child {
  			border-right: 2px solid #fff;
  		}
  	}
  	&:first-child td { padding-top: 12px; }
  	&:last-child td { padding-bottom: 12px; }
  } */
}

#top #wrap_all .contact-wa a.avia-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent url("images/contact-wa.png") right center no-repeat;
  background-size: contain;
  text-align: right;
}
#top #wrap_all .contact-wa a.avia-button .avia_iconbox_title {
  text-align: right;
}
#top #wrap_all .contact-wa a.avia-button:hover .avia_iconbox_title {
  background-color: transparent;
}
#top #wrap_all .contact-wa a.avia-button .avia_button_background {
  display: none !important;
}
#top #wrap_all .contact-wa a.avia-button:hover {
  transform: scale(1.05);
}

.carousel-slider .carousel-slider__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carousel-slider .carousel-slider__item a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel-slider .carousel-slider__item a:hover {
  transform: scale(1.05);
}

#mas-vendidos .slide-entry .slide-image {
  background-color: transparent;
  margin-bottom: 1rem;
  overflow: unset;
}
#mas-vendidos .slide-entry .slide-image img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mas-vendidos .slide-entry .slide-image .image-overlay {
  display: none !important;
}
#mas-vendidos .slide-entry .slide-image:hover img {
  transform: scale(1.05);
}
#mas-vendidos .slide-entry .entry-content-header, #mas-vendidos .slide-entry .entry-footer {
  display: none;
}
#mas-vendidos .slide-entry .more-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mas-vendidos .slide-entry .more-link:hover {
  color: #501465;
  background-color: #FFF;
}

.html_elegant-blog .avia-content-slider .slide-meta {
  color: #FFF;
}

#top .blog-consejos .slide-entry {
  color: #9d9d9d;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-left: 1.5%;
  width: 32.33%;
}
#top .blog-consejos .slide-entry.first {
  margin-left: 0;
}
#top .blog-consejos .slide-entry .slide-image {
  order: 1;
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  overflow: hidden;
}
#top .blog-consejos .slide-entry .slide-image img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
#top .blog-consejos .slide-entry .slide-image:hover img {
  transform: scale(1.1);
}
#top .blog-consejos .slide-entry .slide-content {
  padding: 1rem;
  padding-top: 0;
  order: 3;
}
#top .blog-consejos .slide-entry .slide-content .entry-content-header {
  text-align: left;
}
#top .blog-consejos .slide-entry .slide-content .entry-content-header .blog-categories, #top .blog-consejos .slide-entry .slide-content .entry-content-header .av-vertical-delimiter {
  display: none;
}
#top .blog-consejos .slide-entry .slide-content .entry-content-header .entry-title {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  color: #00ACEC;
  text-align: left;
  padding-bottom: 0;
  padding-top: 0;
  height: 50px;
}
#top .blog-consejos .slide-entry .slide-content .entry-content {
  height: 40px;
  overflow: hidden;
}
#top .blog-consejos .slide-entry .entry-footer {
  order: 2;
  padding: 0 1rem;
}
#top .blog-consejos .slide-entry .entry-footer .slide-meta {
  color: #9d9d9d;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 10px;
  border: none;
  float: none;
  text-align: left;
}
#top .blog-consejos .slide-entry .entry-footer .slide-meta .slide-meta-del, #top .blog-consejos .slide-entry .entry-footer .slide-meta .slide-meta-comments {
  display: none;
}

#top .blog-eventos .av-inner-masonry {
  background-color: #000;
}
#top .blog-eventos .av-masonry-outerimage-container {
  background-color: #3c3c3c;
}
#top .blog-eventos .av-masonry-outerimage-container .av-masonry-image-container {
  opacity: 0.5;
}
#top .blog-eventos .av-inner-masonry-content {
  background-color: transparent;
}
#top .blog-eventos .av-inner-masonry-content .av-masonry-entry-title {
  text-transform: none;
}
#top .blog-eventos .av-inner-masonry-content .av-masonry-date {
  color: #FFF;
}
#top .blog-eventos .av-inner-masonry-content .avia-arrow {
  display: none;
}

#footer {
  border: none;
  position: relative;
  padding-bottom: 3.5rem;
}
#footer .widget {
  overflow: visible;
}
#footer:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  height: 50px;
  width: 100%;
  background: transparent url("images/separador-negro.png") center center no-repeat;
  background-size: 100% 100%;
}
#footer > .container .flex_column.av_one_third.first {
  width: 100%;
}
#footer > .container .flex_column.av_one_third.first .widget_media_image {
  margin: 0;
}
#footer > .container .flex_column:nth-child(2) {
  margin-left: 0;
}
#footer > .container .flex_column:nth-child(2) .widget_text {
  margin: 0;
}
#footer > .container .flex_column:nth-child(2) .widget_text p {
  font-size: 1rem;
  line-height: 1.4em;
}
#footer > .container .flex_column:nth-child(3) {
  margin-left: 0;
}
#footer > .container .flex_column:nth-child(3) .widget_block {
  margin: 0;
}
#footer > .container .flex_column:nth-child(3) .widget_block .social_bookmarks {
  display: flex;
  align-items: center;
  height: auto;
  margin-top: 1rem;
}
#footer > .container .flex_column:nth-child(3) .widget_block .social_bookmarks li {
  border: none;
  margin: 0.5rem;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
#footer > .container .flex_column:nth-child(3) .widget_block .social_bookmarks li a {
  display: block;
  font-size: 1.5rem;
  line-height: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
#footer > .container .flex_column:nth-child(3) .widget_block .social_bookmarks li a:hover {
  border-color: transparent;
}

#top #product-grid {
  display: flex;
  flex-wrap: wrap;
}
#top #product-grid .post-entry {
  max-width: 33.3%;
}
#top #product-grid .post-entry .entry-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}
#top #product-grid .post-entry .entry-content {
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.3em;
}
#top #product-grid .post-entry .single-big {
  background-color: transparent;
  margin-right: 1rem;
  width: 50%;
  flex-shrink: 0;
}
#top #product-grid .post-entry .single-big a {
  overflow: unset;
}
#top #product-grid .post-entry .single-big a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top #product-grid .post-entry .single-big a:hover img {
  transform: scale(1.05);
}
#top #product-grid .post-entry .entry-content-header, #top #product-grid .post-entry .post-meta-infos, #top #product-grid .post-entry .av-vertical-delimiter, #top #product-grid .post-entry .post_delimiter, #top #product-grid .post-entry .entry-footer {
  display: none;
}
#top #product-grid .post-entry .more-link {
  display: none;
}

#top .pagination .current {
  color: #3c3c3c;
  font-weight: 700;
}

.separador-linea {
  border-right: 1px solid #c1c1c1;
  padding-right: 2rem;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #top #header_main > .container .main_menu .av-main-nav:first-child > li > a {
    background-image: none !important;
    padding-left: 1.5rem !important;
  }

  .responsive .logo img {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1040px) {
  #top #hero-home .av_three_fifth {
    width: 100%;
  }

  .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  #top #product-grid .post-entry {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .separador-linea {
    border: none;
  }

  #top #hero-home .av-special-heading {
    padding-top: 180px;
    padding-left: 0;
    background-size: 100px;
    background-position: top center;
  }

  #top #header_main {
    background-color: #501C09;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .responsive .logo img {
    max-height: 50px;
  }

  #top #product-grid .post-entry {
    max-width: 1000%;
  }

  .producto-sellos .avia-content-slider-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .producto-sellos .avia-content-slider-inner .slide-entry-wrap {
    max-width: 33%;
  }

  #top #wrap_all .contact-wa a.avia-button {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-size: 70px;
  }

  #top #top-productos .flex_column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #top #top-productos .flex_column .av-special-heading {
    padding: 0;
  }
  #top #top-productos .flex_column .producto-desc {
    text-align: center;
  }

  .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
    margin-bottom: 20px;
  }

  #top #product-grid .post-entry .entry-content-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #top #product-grid .post-entry .single-big {
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  #top .producto-sellos .avia-content-slider-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #top .producto-sellos .avia-content-slider-inner .slide-entry-wrap {
    max-width: 33%;
  }
}

/*# sourceMappingURL=style.css.map */
