/* Slider */
@import url("//use.fontawesome.com/bb25e8ba47.css");
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  display: table;
  content: '';
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 8px);
  bottom: 0px;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 32px;
  padding: 0px;
}
.slick-slider .slick-arrow > div {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.slick-slider .slick-arrow > div i {
  color: #3e3d3d;
  font-size: 16px;
}
.slick-slider .slick-arrow > div i.fa-angle-left:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAArCAMAAAC6hdP3AAAAflBMVEUAAAApKSkjIyMsLCwoKCgsLCwsLCwrKyssLCwsLCwtLS0sLCwsLCwqKionJycsLCwsLCwsLCwoKCgtLS0sLCwsLCwsLCwrKyssLCwsLCwtLS0sLCwsLCwtLS0sLCwsLCwrKystLS0rKysqKiouLi4sLCwsLCwtLS0sLCwtLS1e2L8DAAAAKXRSTlMAFAb6CvTUHu/q49u4JhjMxXsQwryhlEY6MK2qj2hkWldOPDIp3rCdedw457oAAADJSURBVDjLddPJAoIwDATQIntZCmVVFFTc5v9/0FsuTHLkXUhmaugEXaVAAkchfaOoGVQWScDglaOJGOwZyhODZ4wLhSnEYNg8QowUNqClcANWCj+EdwpXhBOFEfFMYUB2Zt9PH+QVhRI2ZRB1ytW9gwt4gMrV6wIlBdMjTtU2WIW8k12OPy37k0XjWaFF7nyYr2RD0sGqUCsdYC0YFdogXTu2TfpJqlsqtGeSCHkiScAptZI8SdKqgamp+EZNJerVVMyCXhHTevMHhLAP2E8k2kEAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center left;
  text-align: center;
  height: 16px;
  padding-left: 25px;
}
.slick-slider .slick-arrow > div i.fa-angle-right:before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAArCAMAAAC6hdP3AAAAflBMVEUAAAApKSksLCwoKCgsLCwsLCwrKyssLCwsLCwtLS0sLCwsLCwrKysnJycsLCwsLCwsLCwsLCwqKiooKCgjIyMAAAAtLS0sLCwsLCwsLCwrKyssLCwtLS0sLCwsLCwsLCwrKystLS0rKysuLi4sLCwsLCwtLS0sLCwuLi4tLS2JOtIFAAAAKXRSTlMAFPoK9NQe7+rj27gwGMzFe2YnEAYDwryhlEY6raqPWldOPCnesJ15JA8iTrQAAAC/SURBVDjLdZPHAYMwAAPB9Bp6S4AAadp/wSzg89P3kU+y4zSD69hPqQBQkeoV2pEbKPnZkXdTfNlRlynK7ah/yD8h4SSzAJplDkCVtAOqpRrQ0+gLaDHaAN19zYDySBOgJta7t6MwUdZhK4MHrZQqW2oFa/YypQXE8DVSvsCFN5UteBg8cJd14HvtoaMP9brRFirYj2rYnHbYqTlg2/4J5qMc/lB8QcNJCNbTAqwHLli/tWB9tK9o1Ap7bSv7/R85EBAKXyMtvgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center left;
  text-align: center;
  height: 16px;
  padding-left: 25px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-dots {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px;
  position: absolute;
  left: 48%;
  bottom: 10px;
}
@media (max-width: 767px) {
  .slick-slider .slick-dots {
    display: none !important;
  }
}
.slick-slider .slick-dots li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.slick-slider .slick-dots li button {
  background: none;
  border: none;
  font-size: 0px;
  margin-right: 5px;
}
.slick-slider .slick-dots li button:after {
  display: block;
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 15px;
  color: #b6b6b6;
}
.slick-slider .slick-dots li.slick-active button:after {
  content: "\f111";
  color: #b6b6b6;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
/*
@green: #00c52d;
@darkgreen: #008300;
*/
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes openmenu {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
@keyframes closemenu {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}
@keyframes opensubmenu {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
@keyframes closesubmenu {
  from {
    left: 0;
  }
  to {
    left: -100vw;
  }
}
@keyframes opensidebar {
  from {
    right: -100vw;
  }
  to {
    right: 0;
  }
}
@keyframes opensidebarBtn {
  from {
    right: -100vw;
  }
  to {
    right: 20px;
  }
}
@keyframes closesidebar {
  from {
    right: 0;
  }
  to {
    right: -100vw;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.btn {
  text-transform: uppercase;
  text-align: center;
  background: #0e3801;
  color: #fff;
  padding: 5px;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html body {
  width: 100%;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  html body {
    padding-top: 108px;
  }
}
html body::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
html body::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}
html body::-webkit-scrollbar-thumb:hover {
  background: #3e3d3d;
}
html body::-webkit-scrollbar-thumb:active {
  background: #3e3d3d;
}
html body.active {
  overflow-y: hidden;
  position: fixed;
}
html body.noscroll {
  overflow: hidden !important;
}
html body.view-mobile {
  padding-top: 65px;
}
html body.view-desktop {
  padding-top: 110px;
}
html body a,
html body button {
  text-decoration: none;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  transition: 0.33s all ease;
}
html body a:active,
html body button:active,
html body a:hover,
html body button:hover,
html body a:focus,
html body button:focus {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}
html body p {
  margin-bottom: 10px;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #3e3d3d;
  text-transform: none;
}
html body strong,
html body b {
  font-weight: 600;
}
html body main {
  overflow: hidden;
}
html body fieldset {
  border: none;
  position: relative;
}
html body input,
html body textarea,
html body select,
html body .btn {
  width: 100%;
  height: 35px;
  border: none;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 13px;
  line-height: 25px;
  margin: 0 5px;
  cursor: pointer;
}
html body input.btn,
html body textarea.btn,
html body select.btn,
html body .btn.btn {
  border: 0px solid #ddd;
}
html body .btn {
  text-align: center;
}
html body textarea {
  height: auto;
}
html body .input-group {
  position: relative;
  white-space: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
html body .input-group-btn {
  white-space: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
html body .input-group-btn button {
  background: none;
  border: none;
}
html body .btn-faq {
  background: #634af4 !important;
}
html body.searchForm {
  margin-top: 20px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html body.searchForm input {
  width: 68%;
}
html body.searchForm input.btn {
  cursor: pointer;
  width: 15%;
}
html body.searchForm input.btn.btn-all {
  background: #bbb;
}
@media (max-width: 767px) {
  html body.searchForm {
    padding: 0 10px;
  }
  html body.searchForm input {
    width: 50%;
  }
  html body.searchForm input.btn {
    width: 25%;
  }
}
html body.homepage {
  padding-top: 0px;
}
.hidden {
  display: none;
}
#ajaxBusy {
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #c3002f;
  z-index: 9999;
  font-size: 0;
}
#ajaxBusy:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 5px;
  background-color: #e8e8e8;
  animation: loading 2s linear infinite;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
#loading {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
#loading i {
  color: #e8e8e8;
}
header#header.sticky {
  width: 100%;
  height: auto;
  border-bottom: none;
  background-color: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}
header#header.sticky nav.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0px;
  background-color: #fafafa;
}
header#header.sticky nav.navbar .navbar-header span {
  top: -15px;
  left: 55px;
  font-size: 13px;
}
header#header.sticky nav.navbar .navbar-right {
  margin-top: 3px;
}
header#header.sticky nav.navbar .navbar-brand {
  height: 30px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 18px;
  color: #3e3d3d;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
header#header.sticky nav.navbar .navbar-brand img {
  height: 45px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  header#header.sticky nav.navbar .navbar-brand {
    margin-left: 20px;
  }
}
body {
  background: url("../imagenes/footer-bg.webp") no-repeat bottom;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  body.home .centro {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .main-banner-section {
    display: none;
  }
}
header {
  background: white;
  /*
  background: rgb(27, 114, 1);
  background: linear-gradient(
    180deg,
    rgba(27, 114, 1, 1) 0%,
    rgba(37, 155, 1, 1) 100%
  );
  */
}
@media (max-width: 767px) {
  header {
    width: 100vw;
    position: fixed;
    top: 0px;
    z-index: 1;
  }
  header .logo-empresas,
  header .cabecera-derecha {
    display: none;
  }
}
header div.topbar {
  background: #0e3801;
  color: white;
  font-size: 14px;
}
@media (max-width: 767px) {
  header div.topbar {
    font-size: 13px;
  }
}
header div.topbar .container {
  height: 45px;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  header div.topbar .container {
    height: auto;
    display: block;
  }
  header div.topbar .container span {
    line-height: 30px;
    display: block;
    text-align: center;
  }
}
header .cart-logo {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  header .cart-logo {
    display: none;
  }
}
header .cart-logo .cart-logo-desktop {
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(132, 160, 20, 0.3);
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .cart-logo .cart-logo-desktop svg {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: middle;
  fill: #84a014;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .cart-logo .call-text {
  color: #232323;
  font-weight: 500;
  font-size: 20.5px;
  margin-left: 15px;
}
header .cart-logo .call-text span {
  display: block;
  color: #999;
  font-weight: 500;
  font-size: 13px;
}
header .cart-logo:hover .cart-logo-desktop {
  background-color: #84a014;
  box-shadow: 0 0 4px 2px #0003;
}
header .cart-logo:hover svg {
  fill: white;
}
header .cabecera-derecha {
  display: none;
}
header .cabecera {
  padding: 10px 0;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  header .cabecera {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .cabecera img {
    max-height: 50px;
    width: auto;
  }
}
header .cabecera .cablogo {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
header .cabecera p {
  margin-bottom: 4px;
  color: #262324;
}
header .cabecera p a {
  color: #262324;
}
header .cabecera p a:hover {
  color: #262324;
}
header .cabecera .logo-empresas img {
  max-width: 220px;
  height: auto;
}
.page-nav a.hamburger {
  display: block;
}
a.hamburger {
  display: none;
}
@media (max-width: 767px) {
  a.hamburger {
    display: block;
    position: absolute;
    left: 0px;
    top: 73px;
    width: 100%;
    text-align: center;
    background: #252525;
    padding: 10px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  a.hamburger span {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
  }
}
.menu {
  border-top: 1px solid rgba(35, 35, 35, 0.1);
}
.menu .page-nav {
  /* If you want the navigation bar to stick on top
          position: sticky;
          top: 0;
          */
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .menu .page-nav {
    padding: 0px;
  }
}
.menu .page-nav label,
.menu .page-nav #hamburger {
  display: none;
  position: absolute;
  top: -100px;
  left: 15px;
}
.menu .page-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu .page-nav ul li {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
.menu .page-nav ul li a {
  color: #232323;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu .page-nav ul li a:hover {
  color: #84a014;
}
@media screen and (max-width: 768px) {
  .menu .page-nav ul li a.hamburger {
    display: none;
  }
}
.menu .page-nav .close-sidebar {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu .page-nav {
    margin-top: 35px;
  }
  .menu .page-nav label {
    display: inline-block;
    color: #fff;
    background: none;
    font-style: normal;
    font-size: 36px;
    padding: 10px;
  }
  .menu .page-nav .close-sidebar {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #252525;
    color: #fff;
    padding: 11px;
    padding-top: 12px;
  }
  .menu .page-nav .close-sidebar .fa {
    font-size: 26px;
    color: #fff;
  }
  .menu .page-nav ul {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    right: -100vw;
    z-index: 9999;
    margin: 0px;
  }
  .menu .page-nav ul::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
  }
  .menu .page-nav ul::-webkit-scrollbar-thumb {
    background: #b6b6b6;
  }
  .menu .page-nav ul::-webkit-scrollbar-thumb:hover {
    background: #3e3d3d;
  }
  .menu .page-nav ul::-webkit-scrollbar-thumb:active {
    background: #3e3d3d;
  }
  .menu .page-nav ul li {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
  }
  .menu .page-nav ul li a {
    color: #3e3d3d;
  }
  .menu .page-nav ul.opensidebar {
    animation-name: opensidebar;
    animation-duration: 500ms;
    right: 0px;
  }
  .menu .page-nav ul.closesidebar {
    animation-name: closesidebar;
    animation-duration: 500ms;
    right: -100vw;
  }
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0px;
  }
}
.container.general {
  max-width: 100%;
}
.general .centro {
  margin-top: 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.general .centro .col-izq {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
}
.general .centro .col-der {
  width: 100%;
}
.general .centro .col-der .titDescription {
  text-align: center;
}
.general .centro .col-der .titDescription h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .general .centro .col-der .titDescription {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
  }
}
.general .centro .col-der .titDescription .description {
  margin: 15px;
}
.general .centro .col-der .prodDescription {
  text-align: center;
  padding: 15px;
  padding-top: 0;
}
.general .centro .col-der .prodDescription .contImgDcorta {
  margin: 30px 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .general .centro .col-der .prodDescription .contImgDcorta {
    flex-direction: column;
  }
}
.general .centro .col-der .prodDescription .contImgDcorta img {
  max-width: 100%;
}
.general .centro .col-der .prodDescription .dcorta {
  margin: 10px;
}
.general .centro .col-der .prodDescription .dcorta.dcortaPlaga {
  text-align: left;
  margin: 0;
  margin-left: 20px;
}
.general .centro .col-der .prodDescription .dlarga {
  text-align: left;
}
.general .centro .col-der .prodDescription .dlarga img {
  margin: 15px 0;
  max-width: 100%;
}
.general .centro .col-der .prodDescription .sliding_product img {
  max-width: 50%;
  height: auto;
  border-radius: 5px;
}
.general .centro .col-der .prodDescription .btn-actions {
  border-top: 1px solid #bbb;
  padding-top: 10px;
  margin-top: 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.general .centro .col-der .prodDescription .btn-actions a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: 0px solid #3e3d3d;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  background: #0e3801;
  text-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin: 10px;
}
.general .centro .col-der .prodDescription .btn-actions a.btnOnline {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: 1px solid #3e3d3d;
  padding: 15px 25px;
  text-transform: uppercase;
  text-align: center;
  background: #3e3d3d;
  text-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .general .centro {
    margin: 0px;
    margin-top: 15px;
  }
  .general .centro .col-izq,
  .general .centro .col-der {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .general .centro .col-izq {
    width: auto;
  }
}
.formPlagas {
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.formPlagas img {
  max-width: 65px;
}
@media (max-width: 767px) {
  .formPlagas {
    display: none;
  }
}
.formContactoEmpresa h2 {
  color: #232323;
  font-weight: 500;
  font-size: 20.5px;
  padding: 20px;
  text-align: center;
  margin: 0 30px;
}
.formContactoEmpresa input {
  margin-bottom: 10px;
}
/*
#sidebar-wrapper {
  background: @darkgray;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 20px 0;

  .close-menu {
    display: none;
  }

  ul {
    li {
      a {
        color: @gray;
        font-size: 15px;
        border-top: 1px solid #373737;
        border-bottom: 1px solid #1a1a1a;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -ms-transition: background 0.5s;
        transition: background 0.5s;
        padding: 5px;
        padding-left: 10px;
        display: block;

        i {
          color: @gray;
          margin-right: 5px;
        }

        &:hover {
          color: @white;
          background: rgba(255, 255, 255, 0.2);
        }
      }

      &:first-of-type {
        a {
          border-top: none;
        }
      }
    }
  }
}
*/
/*
@media (max-width: 767px) {
*/
#custom-search-input {
  background-color: white;
  padding: 20px;
}
.col-izq #custom-search-input {
  display: none;
}
#sidebar-wrapper {
  width: 20vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #252525;
  left: -100vw;
  z-index: 9999;
  margin: 0px;
}
#sidebar-wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
#sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}
#sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: #3e3d3d;
}
#sidebar-wrapper::-webkit-scrollbar-thumb:active {
  background: #3e3d3d;
}
@media (max-width: 767px) {
  #sidebar-wrapper {
    width: 100vw;
  }
}
#sidebar-wrapper #custom-search-input {
  display: block;
}
@media (max-width: 767px) {
  #sidebar-wrapper #custom-search-input input {
    width: 80%;
  }
}
#sidebar-wrapper ul li {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid black;
  padding: 15px;
}
#sidebar-wrapper ul li a {
  border: none;
  padding: 0px;
  color: white;
}
#sidebar-wrapper ul li .fa {
  display: none;
}
#sidebar-wrapper.openmenu {
  animation-name: openmenu;
  animation-duration: 500ms;
  left: 0;
}
#sidebar-wrapper.closemenu {
  animation-name: closemenu;
  animation-duration: 500ms;
  left: -100vw;
}
#sidebar-wrapper .close-menu {
  display: none;
  position: fixed;
  left: 20vw;
  top: 0px;
  background: #252525;
  color: #fff;
  padding: 11px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  #sidebar-wrapper .close-menu {
    left: auto;
    right: 0;
  }
}
#sidebar-wrapper .close-menu .fa {
  font-size: 26px;
  color: #fff;
}
/*
}*/
.productos {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}
.productos h1 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #0e3801;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.productos .producto {
  width: calc(20% - 9px);
  margin: 5px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
  padding: 10px;
}
.productos .producto:nth-child(5n + 1) {
  margin-left: 0px;
}
.productos .producto h3 {
  color: #3e3d3d;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 30px;
  /* Fallback for non-webkit */
  height: 30px;
  /* Fallback for non-webkit */
  font-size: 15px;
  line-height: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .productos .producto h3 {
    overflow: hidden;
    position: relative;
  }
  .productos .producto h3:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .productos .producto h3:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
.productos .producto .img-producto {
  overflow: hidden;
}
.productos .producto .img-producto img {
  max-width: 100%;
}
.productos .producto .img-producto.img-prod-grid {
  margin-bottom: 10px;
  border-radius: 5px;
}
.productos .producto .dcorta {
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 48px;
  /* Fallback for non-webkit */
  height: 48px;
  /* Fallback for non-webkit */
  font-size: 13px;
  line-height: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .productos .producto .dcorta {
    overflow: hidden;
    position: relative;
  }
  .productos .producto .dcorta:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .productos .producto .dcorta:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .productos .producto .dcorta {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .productos h1 {
    font-size: 24px;
  }
  .productos .producto {
    width: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 7px;
    padding: 5px;
  }
  .productos .producto .img-producto {
    height: 140px;
  }
  .productos .producto:last-of-type {
    display: none;
  }
}
.productos.novedades,
.productos.sanidad,
.productos.videos {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.productos.novedades .producto,
.productos.sanidad .producto,
.productos.videos .producto {
  width: 50%;
  margin: 0;
  margin-bottom: 0px;
  background-color: transparent;
  padding: 10px;
}
@media (max-width: 767px) {
  .productos.novedades .producto,
  .productos.sanidad .producto,
  .productos.videos .producto {
    width: 100%;
  }
}
.productos.novedades .producto.clasificado,
.productos.sanidad .producto.clasificado,
.productos.videos .producto.clasificado {
  width: calc(33.33333% - 10px);
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  background: #fff;
  color: #333;
}
.productos.novedades .producto.clasificado p,
.productos.sanidad .producto.clasificado p,
.productos.videos .producto.clasificado p,
.productos.novedades .producto.clasificado ul,
.productos.sanidad .producto.clasificado ul,
.productos.videos .producto.clasificado ul,
.productos.novedades .producto.clasificado li,
.productos.sanidad .producto.clasificado li,
.productos.videos .producto.clasificado li {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.productos.novedades .producto.clasificado ul li,
.productos.sanidad .producto.clasificado ul li,
.productos.videos .producto.clasificado ul li {
  margin-bottom: 10px;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.productos.novedades .producto.clasificado ul li i,
.productos.sanidad .producto.clasificado ul li i,
.productos.videos .producto.clasificado ul li i {
  margin-right: 10px;
  width: 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.productos.novedades .producto.clasificado h3,
.productos.sanidad .producto.clasificado h3,
.productos.videos .producto.clasificado h3 {
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 32px;
  /* Fallback for non-webkit */
  height: 32px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .productos.novedades .producto.clasificado h3,
  .productos.sanidad .producto.clasificado h3,
  .productos.videos .producto.clasificado h3 {
    overflow: hidden;
    position: relative;
  }
  .productos.novedades .producto.clasificado h3:before,
  .productos.sanidad .producto.clasificado h3:before,
  .productos.videos .producto.clasificado h3:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .productos.novedades .producto.clasificado h3:after,
  .productos.sanidad .producto.clasificado h3:after,
  .productos.videos .producto.clasificado h3:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .productos.novedades .producto.clasificado h3,
  .productos.sanidad .producto.clasificado h3,
  .productos.videos .producto.clasificado h3 {
    text-align: left;
    background: transparent;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 28px;
    /* Fallback for non-webkit */
    height: 28px;
    /* Fallback for non-webkit */
    font-size: 12px;
    line-height: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0px;
  }
  @-moz-document url-prefix() {
    .productos.novedades .producto.clasificado h3,
    .productos.sanidad .producto.clasificado h3,
    .productos.videos .producto.clasificado h3 {
      overflow: hidden;
      position: relative;
    }
    .productos.novedades .producto.clasificado h3:before,
    .productos.sanidad .producto.clasificado h3:before,
    .productos.videos .producto.clasificado h3:before {
      background: transparent;
      bottom: 0;
      position: absolute;
      right: 0;
      float: right;
      content: "\2026";
      margin-left: -3rem;
      width: 3rem;
    }
    .productos.novedades .producto.clasificado h3:after,
    .productos.sanidad .producto.clasificado h3:after,
    .productos.videos .producto.clasificado h3:after {
      content: "";
      background: transparent;
      position: absolute;
      height: 50px;
      width: 100%;
      z-index: 1;
    }
  }
}
.productos.novedades .producto h3,
.productos.sanidad .producto h3,
.productos.videos .producto h3 {
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 32px;
  /* Fallback for non-webkit */
  height: 32px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .productos.novedades .producto h3,
  .productos.sanidad .producto h3,
  .productos.videos .producto h3 {
    overflow: hidden;
    position: relative;
  }
  .productos.novedades .producto h3:before,
  .productos.sanidad .producto h3:before,
  .productos.videos .producto h3:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .productos.novedades .producto h3:after,
  .productos.sanidad .producto h3:after,
  .productos.videos .producto h3:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .productos.novedades .producto h3,
  .productos.sanidad .producto h3,
  .productos.videos .producto h3 {
    text-align: left;
    background: transparent;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 28px;
    /* Fallback for non-webkit */
    height: 28px;
    /* Fallback for non-webkit */
    font-size: 12px;
    line-height: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0px;
  }
  @-moz-document url-prefix() {
    .productos.novedades .producto h3,
    .productos.sanidad .producto h3,
    .productos.videos .producto h3 {
      overflow: hidden;
      position: relative;
    }
    .productos.novedades .producto h3:before,
    .productos.sanidad .producto h3:before,
    .productos.videos .producto h3:before {
      background: transparent;
      bottom: 0;
      position: absolute;
      right: 0;
      float: right;
      content: "\2026";
      margin-left: -3rem;
      width: 3rem;
    }
    .productos.novedades .producto h3:after,
    .productos.sanidad .producto h3:after,
    .productos.videos .producto h3:after {
      content: "";
      background: transparent;
      position: absolute;
      height: 50px;
      width: 100%;
      z-index: 1;
    }
  }
}
.productos.novedades .producto.video,
.productos.sanidad .producto.video,
.productos.videos .producto.video {
  width: 33%;
}
.productos.novedades .producto.video .youtube img,
.productos.sanidad .producto.video .youtube img,
.productos.videos .producto.video .youtube img {
  max-width: 100%;
}
.productos.novedades .producto .dcorta,
.productos.sanidad .producto .dcorta,
.productos.videos .producto .dcorta {
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 64px;
  /* Fallback for non-webkit */
  height: 64px;
  /* Fallback for non-webkit */
  font-size: 12px;
  line-height: 16px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .productos.novedades .producto .dcorta,
  .productos.sanidad .producto .dcorta,
  .productos.videos .producto .dcorta {
    overflow: hidden;
    position: relative;
  }
  .productos.novedades .producto .dcorta:before,
  .productos.sanidad .producto .dcorta:before,
  .productos.videos .producto .dcorta:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .productos.novedades .producto .dcorta:after,
  .productos.sanidad .producto .dcorta:after,
  .productos.videos .producto .dcorta:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .productos.novedades .producto .dcorta,
  .productos.sanidad .producto .dcorta,
  .productos.videos .producto .dcorta {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .productos.novedades .producto a.viewMore,
  .productos.sanidad .producto a.viewMore,
  .productos.videos .producto a.viewMore {
    display: none;
  }
}
.productos.novedades .producto .post-id,
.productos.sanidad .producto .post-id,
.productos.videos .producto .post-id {
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: 5px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.productos.novedades .producto .post-id .imgNota,
.productos.sanidad .producto .post-id .imgNota,
.productos.videos .producto .post-id .imgNota {
  width: 35%;
}
.productos.novedades .producto .post-id .imgNota img,
.productos.sanidad .producto .post-id .imgNota img,
.productos.videos .producto .post-id .imgNota img {
  border-radius: 5px;
  max-height: 120px;
  width: auto;
}
.productos.novedades .producto .post-id .desNota,
.productos.sanidad .producto .post-id .desNota,
.productos.videos .producto .post-id .desNota {
  width: calc(65% - 10px);
  padding-left: 10px;
}
.productos.novedades .producto.biblio,
.productos.sanidad .producto.biblio,
.productos.videos .producto.biblio {
  width: 33.333333%;
}
.productos.novedades .producto.biblio h3,
.productos.sanidad .producto.biblio h3,
.productos.videos .producto.biblio h3 {
  letter-spacing: 0px;
  background: rgba(255, 255, 255, 0.5);
  line-height: normal;
  height: auto;
  max-height: none;
}
.productos.novedades .producto.biblio .post-id,
.productos.sanidad .producto.biblio .post-id,
.productos.videos .producto.biblio .post-id {
  background-size: cover;
}
.productos.novedades .producto.biblio .post-id .desNota,
.productos.sanidad .producto.biblio .post-id .desNota,
.productos.videos .producto.biblio .post-id .desNota {
  width: 100%;
  padding: 0px;
}
.productos.glosario .abc {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .productos.glosario .abc {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.productos.glosario .abc a {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #bbb;
  margin: 5px;
  font-weight: 500;
}
.productos.glosario .abc a:hover {
  background: #0b3c3a;
}
.productos.glosario ul.list {
  margin: 15px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .productos.glosario ul.list {
    margin: 0 auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    text-align: center;
  }
}
.productos.glosario ul.list li {
  margin: 5px 0;
}
.productos.glosario ul.list li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 10px;
  color: #0b3c3a;
  margin-right: 5px;
}
.productos.enlaces ul.enlacesLista li {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}
.productos.enlaces ul.enlacesLista li i a {
  color: #0e3801;
}
.productos.seControla {
  height: 290px;
  padding: 20px;
}
.productos.seControla .producto {
  padding: 10px;
}
.productos .btn-faq {
  background: #634af4;
}
.productos .formpregunta {
  display: block;
  width: 100%;
  padding: 10px;
  background: #e8e8e8;
  border-radius: 10px;
}
.productos .formpregunta h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.productos .formpregunta .formFaq .secure {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.productos .formpregunta .formFaq .secure img,
.productos .formpregunta .formFaq .secure input {
  margin: 0 10px;
}
.productos .formpregunta .formFaq .secure img.tximseguridad,
.productos .formpregunta .formFaq .secure input.tximseguridad {
  max-width: 150px;
}
.productos .formpregunta .formFaq input,
.productos .formpregunta .formFaq textarea {
  margin-bottom: 10px;
}
.productos .formpregunta .formFaq input.btn,
.productos .formpregunta .formFaq textarea.btn {
  max-width: 200px;
}
.productos .successQuestion {
  padding: 10px;
  background: #0b3c3a;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
}
.productos.faqs {
  display: block;
  width: 100%;
}
.productos.faqs .faq {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.productos.faqs .faq.open {
  background: #e8e8e8;
}
.productos.faqs .faq h3 {
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
}
.productos.faqs .faq h3:hover {
  color: #0e3801;
}
.productos.faqs .faq .respuesta img {
  max-width: 150px;
  display: block;
  border-radius: 7px;
  margin-top: 10px;
}
.productos.plagas {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.productos.plagas .plaga {
  width: calc(15%);
  margin: 5px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 10px;
}
.productos.plagas .plaga:nth-child(5n + 1) {
  margin-left: 0px;
}
.productos.plagas .plaga h3 {
  color: #3e3d3d;
  letter-spacing: 0px;
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 30px;
  /* Fallback for non-webkit */
  height: 30px;
  /* Fallback for non-webkit */
  font-size: 15px;
  line-height: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .productos.plagas .plaga h3 {
    overflow: hidden;
    position: relative;
  }
  .productos.plagas .plaga h3:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .productos.plagas .plaga h3:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
.productos.plagas .plaga .img-plaga {
  overflow: hidden;
}
.productos.plagas .plaga .img-plaga img {
  max-width: 100%;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .productos.plagas h1 {
    font-size: 24px;
  }
  .productos.plagas .producto {
    width: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 7px;
    padding: 5px;
  }
  .productos.plagas .producto .img-producto {
    height: 140px;
  }
  .productos.plagas .producto:last-of-type {
    display: none;
  }
}
section.ofertas h1 {
  display: block;
  width: 100%;
  margin: 10px 0;
  margin-bottom: 0px;
  color: #0e3801;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
section.ofertas .productos {
  padding: 20px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
section.ofertas .productos .producto h3 {
  color: #3e3d3d;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 39px;
  /* Fallback for non-webkit */
  height: 39px;
  /* Fallback for non-webkit */
  font-size: 13px;
  line-height: 13px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  section.ofertas .productos .producto h3 {
    overflow: hidden;
    position: relative;
  }
  section.ofertas .productos .producto h3:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  section.ofertas .productos .producto h3:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
.contactenos .infoEmpresa {
  line-height: 24px;
}
.contactenos h3.subtit {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
}
.contactenos .linea {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contactenos .linea input,
.contactenos .linea select {
  margin: 10px 5px;
}
@media (max-width: 767px) {
  .contactenos {
    padding: 20px;
  }
}
.captcha {
  margin: 0 5px;
  margin-top: 10px;
  text-align: left;
  display: block !important;
}
.captcha div,
.captcha p {
  display: block !important;
  width: 100%;
}
.contNovPlag {
  border-top: 1px solid #e8e8e8;
  padding-top: 40px;
  margin-top: 20px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contNovPlag .left_news {
  width: calc(35% - 20px);
  border-right: 1px solid #e8e8e8;
  padding-right: 19px;
  text-align: center;
}
.contNovPlag .left_news h5 {
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #0e3801;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.contNovPlag .left_news a {
  font-weight: 500;
}
.contNovPlag .left_news .item_new {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .contNovPlag .left_news {
    display: block;
    width: 100%;
  }
}
.contNovPlag .plagas {
  width: 65%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contNovPlag .plagas {
    width: 100%;
  }
}
.contNovPlag .plagas .plaga {
  width: calc(25% - 10px);
  margin: 5px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .contNovPlag .plagas .plaga {
    width: calc(50% - 10px);
    margin-bottom: 0px;
  }
}
.contNovPlag .plagas .plaga h3 {
  color: #3e3d3d;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  background: transparent;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 30px;
  /* Fallback for non-webkit */
  height: 30px;
  /* Fallback for non-webkit */
  font-size: 15px;
  line-height: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@-moz-document url-prefix() {
  .contNovPlag .plagas .plaga h3 {
    overflow: hidden;
    position: relative;
  }
  .contNovPlag .plagas .plaga h3:before {
    background: transparent;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: "\2026";
    margin-left: -3rem;
    width: 3rem;
  }
  .contNovPlag .plagas .plaga h3:after {
    content: "";
    background: transparent;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}
.contNovPlag .plagas .plaga .img_plaga {
  overflow: hidden;
}
.contNovPlag .plagas .plaga .img_plaga img {
  max-width: 100%;
  max-height: 240px;
}
@media (max-width: 767px) {
  .contNovPlag .plagas .plaga .img_plaga {
    height: 120px;
    margin-bottom: 10px;
  }
}
.contNovPlag .plagas h1 {
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #0e3801;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .contNovPlag {
    display: block;
    width: 100%;
  }
}
.box-banner a {
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .box-banner a {
    height: auto;
  }
}
.box-banner a img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .box-banner a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.box-banner a:hover {
  opacity: 1;
}
.pagination {
  display: block;
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#pie_datos {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  margin-top: 50px;
}
#pie_datos .container {
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#pie_datos .container .reparacion {
  width: 20%;
}
#pie_datos .container .reparacion h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
#pie_datos .container .dir {
  width: 40%;
  text-align: center;
}
#pie_datos .container .copy {
  width: 40%;
  font-size: 13px;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#pie_datos .container .copy .datafiscal {
  max-width: 50px;
  height: auto;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #pie_datos .container .copy .datafiscal {
    display: none;
  }
}
@media (max-width: 767px) {
  #pie_datos .container {
    display: block;
  }
  #pie_datos .container .reparacion,
  #pie_datos .container .dir,
  #pie_datos .container .copy {
    width: 90%;
    display: block;
    margin: 10px auto;
  }
}
.callWsp {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  line-height: 1;
  left: calc(50% + 450px);
  bottom: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  height: 50px;
  padding-left: 10px;
  border-radius: 10px;
  background: white;
  width: 160px;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.callWsp:before {
  content: "Necesitas Ayuda?";
  font-size: 12px;
}
.callWsp img {
  max-width: 60px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.zui-table {
  border: solid 1px #ddeeee;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
  background-color: #ddefef;
  border: solid 1px #ddeeee;
  color: #336b6b;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
.zui-table tbody td {
  border: solid 1px #ddeeee;
  color: #333;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
#carrito {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid red;
  margin: 10px 0;
}
.bannerEmpresasPlagas {
  margin-bottom: 20px;
}
.bannerSitios {
  margin-bottom: 20px;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bannerSitios a {
  width: calc(33.3333% - 10px);
  padding: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.bannerSitios a.hamburger {
  display: block;
  top: 0;
  padding: 0px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .bannerSitios a.hamburger {
    padding: 7.5px 15px;
  }
}
@media (max-width: 767px) {
  .bannerSitios a {
    padding: 7.5px 15px;
  }
}
.bannerSitios a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.bannerSitios a:hover {
  opacity: 1;
}
.bannerSitios a:hover:after {
  background: rgba(0, 0, 0, 0.08);
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.bannerSitios a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .bannerSitios {
    flex-direction: column;
  }
  .bannerSitios a {
    width: calc(100% );
  }
}
/************ TABS DETALLE NOVEDAD **********/
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 56px;
  width: 100%;
  border-bottom: 6px solid #92a531;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  border-left: none;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
  box-shadow: 0 3px 6px rgba(160, 169, 200, 0.63);
  background: #e8e8e8;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
ul.tabs li a {
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 0 20px;
  outline: none;
}
ul.tabs li.active,
ul.tabs li:hover {
  background: #92a531;
}
ul.tabs li.active a,
ul.tabs li:hover a {
  color: white;
}
.tab_container {
  border-top: none;
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
}
.tab_content {
  padding: 20px;
}
#returnToTop {
  display: none !important;
}
