/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
/*
@font-face {
  font-family: "HDI-GerlingSans-Bold";
  src: url("/media/168196/hdi-gerlingsans-bold.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansCond-Black";
  src: url("/media/168197/hdi-gerlingsanscond-black.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansCond-Bold";
  src: url("/media/168198/hdi-gerlingsanscond-bold.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansCond-Light";
  src: url("/media/168199/hdi-gerlingsanscond-light.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansLight";
  src: url("/media/168200/hdi-gerlingsanscond-regular.ttf");
}

@font-face {
  font-family: "HDI-GerlingSans-Italic";
  src: url("/media/168201/hdi-gerlingsans-italic.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansLight";
  src: url("/media/168202/hdi-gerlingsanslight.ttf");
}

@font-face {
  font-family: "HDI-GerlingSansLight-Italic";
  src: url("/media/168203/hdi-gerlingsanslight-italic.ttf");
}
*/
.modal-backdrop.fade.show.modalNuevo{
	position: relative;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background: #fff;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

.nav-item.dropdown.show>.dropdown-menu.show {
  left: 0;
}

.navbar {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 100%;
}

header .smallMenu a {
  font-size: 14px;
  color: #656667;
  font-weight: medium;
  padding: 0 15px !important;
}

header .smallMenu a i {
  margin: 0 5px;
}

header .smallMenu ul {
  border-bottom: 2px solid #CBCCCD;
}

header .smallMenu li {
  padding: 7px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .smallMenu li.loggin {
  background: #006729;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .smallMenu li.loggin a {
  color: #fff;
}

header .smallMenu li.loggin:hover {
  background: #e73731;
}

header .smallMenu li:hover {
  background: #dcdcdc;
}

header #navbarNav .nav-item {
  padding: 7px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header #navbarNav .nav-item:hover {
  background-color: #006729;
  color: white;
}

header #navbarNav .nav-item.show {
  background-color: #006729;
  color: white;
}

header #navbarNav .nav-item:hover>a {
  color: white
}

header .dropdownMenu .dropdown-menu.show .dropdown-item {
  color: #656667 !important;
}

header .dropdownMenu .dropdown-menu.show .dropdown-item:hover {
  color: #006729;
}

#ayuda .swiper-button-next.swiper-button-white, #ayuda .swiper-button-prev.swiper-button-white {
	display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

header .mainMenu a {
  color: #656667;
  font-weight: medium;
  padding: 0 20px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .alerta {
  background: #003960;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}

header .alerta p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}

header .colNavbarMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .colNavBarDesktop {
  display: none;
}

section#slider .swiper-hero {
  position: relative;
}

section#slider .swiper-hero .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: black;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.199877) 0%, rgba(255, 255, 255, 0.0508578) 8%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.0564601) 92%, rgba(0, 0, 0, 0.102679) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.199877)), color-stop(8%, rgba(255, 255, 255, 0.0508578)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.0564601)), to(rgba(0, 0, 0, 0.102679)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.199877) 0%, rgba(255, 255, 255, 0.0508578) 8%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.0564601) 92%, rgba(0, 0, 0, 0.102679) 100%);
}

section#slider .swiper-hero .item-slider {
  min-height: 550px;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
	height: 100%;
    top: 0;
    width: 40px;
    margin: 0;
	outline: 0 none;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
	height: 100%;
    top: 0;
    width: 40px;
    margin: 0;
	outline: 0 none !important;
}

section#slider .swiper-hero .item-slider .container {
  position: relative;
  height: 100%;
}

section#slider .swiper-hero .item-slider .container .item-slider-content {
  max-width: 420px;
}

section#slider .swiper-hero .item-slider .container .item-slider-content h1 {
  background: #fff;
  color: #006729;
  font-weight: 600;
  font-size: 35px;
  padding: 30px 15px;
}

section#slider .swiper-hero .item-slider .container .item-slider-content span.boton {
  background: #006729;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#slider .swiper-hero .item-slider .container .item-slider-content span.boton i {
  margin: 0 0 0 20px;
}

section#slider .swiper-hero .item-slider .container .item-slider-content span.boton:hover {
  text-decoration: none;
  background: #e73731;
}

section#slider .swiper-button-prev,
section#slider .swiper-button-next {
  --swiper-navigation-color: #ffffff !important;
}

section#slider .swiper-pagination {
  bottom: 90px;
}

section#slider .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 1;
  background: #fff;
  border: 2px solid #006729;
}

section#slider .swiper-pagination-bullet-active {
  background: #006729;
}

section#cotizar {
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
      transform: translate(0, -80px);
  position: relative;
  z-index: 3;
}

section#cotizar .g-recaptcha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

section#cotizar .item {
  padding: 20px;
}

section#cotizar .item h2 {
  color: #006729;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

section#cotizar .item h2 i {
  margin: 0 10px 0 0;
  font-size: 25px;
}

section#cotizar .item h2 img {
  max-width: 45px;
}

section#cotizar .item p {
  color: #666666;
  font-size: 14px;
  min-height: 45px;
}
section#cotizar .item .wrap-btn  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

section#cotizar .item .wrap-btn.wrap-aux {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   	-webkit-box-pack: justify;
   	    -ms-flex-pack: justify;
   	        justify-content: space-between;
}

section#cotizar .item .wrap-btn.wrap-aux a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}

section#cotizar .item .wrap-btn.wrap-aux .envolve-auxBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

section#cotizar .item .wrap-btn a {
  color: #fff;
  font-size: 16px;
  margin: 15px 0;
  background: #79B530;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#cotizar .item .wrap-btn #problem,
section#cotizar .item .wrap-btn #problem2 {
	background-color: unset;
	color: #006729;
	margin: 0;
	font-size: 12px;
}

section#cotizar .item .wrap-btn #problem:hover,
section#cotizar .item .wrap-btn #problem2:hover {
	background: white !important;
	text-decoration: underline;
}

section#cotizar .item .wrap-btn a i {
  margin: 0 10px;
  padding: 10px 5px 12px 0;
}

section#cotizar .item .wrap-btn a:hover {
  text-decoration: none;
  background: #006729 !important;
}

section#cotizar .item .wrap-btn a:hover span {
  background: #00461C !important;
}

section#cotizar .item .wrap-btn span {
  background: #006729;
  padding: 9.5px 25px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#cotizar .item .activo {
  text-decoration: none;
  background: #006729 !important;
}

section#productos {
  padding-bottom: 70px;
}

section#productos h2 {
  font-weight: 600;
  color: #545556;
}

section#productos .item img {
  width: 60px;
	height: 60px
}

section#productos .item h3 {
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}

section#productos .item p {
  color: #666666;
  font-size: 13px;
  min-height: 100px;
}

section#productos .item a {
  border: 1px solid #666666;
  padding: 10px 20px;
  color: #666666;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#productos .item a:hover {
  border: 1px solid #666666;
  color: #fff;
  background: #666666;
  text-decoration: none;
}

section#productos .swiper-button-prev,
section#productos .swiper-button-next {
  --swiper-navigation-color: #006729 !important;
  display: none;
}

section#videos {
  margin-bottom: 87.5px;
  background: white;
  background: -o-linear-gradient(bottom, white 20%, #006729 20%, #006729 20%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), color-stop(20%, #006729), color-stop(20%, #006729));
  background: linear-gradient(0deg, white 20%, #006729 20%, #006729 20%);
}

section#videos .videoShadow {
  -webkit-box-shadow: 6px 9px 25px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 9px 25px -1px rgba(0, 0, 0, 0.75);
}

section#videos h2 {
  color: #fff;
  font-weight: bold;
}

section#videos h3 {
  color: #fff;
  font-size: 25px;
}

section#videos ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #306F2B;
  padding: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

section#videos ul li:hover {
  background: #1f491c;
}

section#videos ul li i {
  margin: 0 10px 0 0;
}

section#ayuda {
  padding-bottom: 50px;
}

section#ayuda h2 {
  font-weight: 600;
  color: #545556;
}

section#ayuda .swiper-ayuda {
  padding: 1rem 0;
  overflow: initial;
}


#productos .swiper-slide{
  min-width: 150px !important;
}

section#ayuda .swiper-ayuda .swiper-slide .item {
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

section#ayuda .swiper-ayuda .swiper-slide .item .content-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

section#ayuda .swiper-ayuda .swiper-slide .item .content-image h3 {
  background: #fff;
  width: 80%;
  color: #006729;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  min-height: 35px;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  pointer-events: none;
  border-radius: 0 3px 0 0;
}

section#ayuda .swiper-ayuda .swiper-slide .item .content-image img {
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%
}

section#ayuda .swiper-ayuda .swiper-slide .item .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section#ayuda .swiper-ayuda .swiper-slide .item .content-footer a {
  border: 1px solid #f4f4f4;
  padding: 10px 20px;
  color: #666666;
  display: block;
  margin-top: 2rem;
  max-width: 80%;
  border-radius: 0 0 5px 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

section#ayuda .swiper-ayuda .swiper-slide .item .content-footer a:hover {
  border: 1px solid #666666;
  color: #fff;
  background: #666666;
  text-decoration: none;
}

section#ayuda .swiper-ayuda .swiper-slide .item:hover {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
}

section#ayuda .swiper-ayuda .swiper-slide .item:hover .content-image {
  border-radius: 5px;
}

section#ayuda .swiper-ayuda .swiper-slide .item:hover .content-image img {
  border-radius: 5px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

footer {
  background: #444444;
  color: #FDFEFF;
  padding: 30px 0;
}

footer h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

footer h3 {
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0px !important;
}

footer p {
  font-size: 12px;
  margin: 0px;
}

footer i {
  font-size: 24px;
}

footer i.iconos {
  font-size: 25px;
}

footer i.fa-instagram {
  margin: 0px;
}

footer .textoFooter {
  font-size: 14px;
  font-weight: normal;
}

footer span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

footer a {
  color: white;
  text-decoration: none;
	margin: 5px 0;
}

footer a:hover {
  color: white;
}

footer .derechos {
  border-top: 1px solid #666666;
}

section#cotizar .item {
  margin-bottom: 0 !important;
}

footer #horarios .container-title {
	margin: .5rem 0;
}

footer #horarios .container-title h4 {
	font-size: 22px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: .75rem;
}

footer #horarios .container-contact {
	padding:0;
	margin: 0;
	margin-top: .75rem;
}

footer #horarios .container-contact li {
	list-style: none;
	margin-bottom: .5rem;
}

footer #horarios .container-contact li:last-child {
	margin-bottom: 0;
}

footer #horarios .container-contact li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

footer #horarios .container-contact li a:hover i {
	text-decoration: none;
}

footer #horarios .container-contact li a i {
	margin-left: 8px;
}



@media only screen and (max-width: 1366px) {
  section#slider .swiper-hero .item-slider {
    background-position: center;
  }
}


@media only screen and (max-width: 1199px) {
	#ayuda .swiper-button-next.swiper-button-white, #ayuda .swiper-button-prev.swiper-button-white {
		display: flex;
	}
}

@media only screen and (max-width: 1024px) {
  section#slider .item-slider {
    background-position: center;
  }

  section#productos {
    padding-bottom: 40px;
  }

  section#productos .item p {
    min-height: 75px;
  }

  section#videos {
    margin-top: 40px;
  }

  section#ayuda {
    padding-top: 0;
    padding-bottom: 80px;
    overflow: hidden;
  }

  section#ayuda .swiper-ayuda .swiper-slide .item .content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width: 820px) {
  header img {
    max-height: 60px;
  }

  header .menuHamburguer button i {
    color: #006729;
    font-size: 30px;
  }

  header .alerta p {
    font-size: 11px;
    font-weight: normal;
  }

  header .menuMobile i {
    color: #006729;
    font-size: 25px;
  }

  header .mainMenu ul li {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #F0F3F1;
  }

  header .mainMenu ul li a {
    text-transform: uppercase;
  }

  section#slider .swiper-pagination {
    display: none;
  }

  section#slider .swiper-hero .overlay {
    display: none;
  }

  section#slider .swiper-hero .item-slider {
    min-height: 320px;
    background-position: center;
  }

  section#slider .swiper-hero .item-slider .item-slider-content h1 {
    margin: 150px 0 0 0;
    font-size: 25px;
    padding: 30px 20px;
  }

  section#cotizar {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }

  section#productos {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }

  section#productos h2 {
    font-size: 22px;
  }

  section#productos .swiper-button-prev,
  section#productos .swiper-button-next {
    display: inherit;
	outline: 0;
  }

  section#productos .swiper-button-prev:focus,
  section#productos .swiper-button-next:focus {
    display: inherit;
	outline: 0;
  }
  section#videos h2 {
    font-size: 22px;
  }

  section#videos h3 {
    color: #006729;
    font-size: 22px;
  }

  section#videos ul li a {
    color: #006729;
  }

  section#videos ul li i {
    margin: 0 10px 0 0;
  }

  section#ayuda {
    overflow: hidden;
    background: #F0F3F1;
    padding: 50px 0;
  }

  section#ayuda h2 {
    font-size: 22px;
  }

  section#ayuda .swiper-ayuda {
    padding-top: 0;
  }

  section#ayuda .swiper-ayuda .swiper-slide {
    padding: 0 3rem;
  }

  section#ayuda .swiper-ayuda .swiper-slide .item .content-image {
    height: 250px;
  }

  section#ayuda .swiper-ayuda .swiper-slide .item .content-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  section#ayuda .swiper-ayuda .swiper-slide .item .content-image h4 {
    background: #F0F3F1;
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  section#cotizar .accordion-cotizar .card .card-header h2 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  section#cotizar .accordion-cotizar .card .card-header h2 button img {
    margin-bottom: .5rem;
    max-width: 70px;
  }

  section#videos {
    background: -o-linear-gradient(bottom, white 73%, #006729 73%, #006729 73%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(73%, white), color-stop(73%, #006729), color-stop(73%, #006729));
    background: linear-gradient(0deg, white 73%, #006729 73%, #006729 73%);
  }


  section#videos ul li a {
    color: #006729;
  }

  section#productos .item p {
    min-height: 60px;
  }

  section#ayuda .swiper-ayuda .swiper-slide {
    padding: 0 3.5rem;
  }
	
	footer #horarios .container-title {
		text-align: center;
	}
	
	footer #horarios .container-contact {
		padding:0;
		margin: 0;
		margin-top: .75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media only screen and (max-width: 767px) {	
  section#videos {
    background: -o-linear-gradient(bottom, white 45%, #006729 45%, #006729 45%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, white), color-stop(45%, #006729), color-stop(45%, #006729));
    background: linear-gradient(0deg, white 45%, #006729 45%, #006729 45%);
    margin: 1rem 0;
  }

  section#cotizar {
    padding: 0;
  }

  section#cotizar .accordion-cotizar .card {
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  section#cotizar .accordion-cotizar .card .card-header {
    background: #fff;
    border-radius: unset;
  }

  section#cotizar .accordion-cotizar .card .card-header h2 button {
    color: #006729;
    font-weight: 600;
  }

  section#ayuda {
    padding: 1rem 0;
  }

  section#ayuda .swiper-button-next.swiper-button-white,
  section#ayuda .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #006729 !important;
  }

  section#ayuda .container {
    overflow: hidden;
  }

  footer .row .col-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  footer .row .col-bottom {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 460px) {
  section#slider .item-slider .container .item-slider-content {
    position: relative;
  }

  section#slider .item-slider .container .item-slider-content h1 {
    margin: 0;
    position: absolute;
    width: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    font-size: 30px;
    top: 0;
    padding: 20px;
  }

  section#productos {
    padding-bottom: 0;
  }

  section#productos .swiper-productos .swiper-slide .item {
    padding: 0 5rem !important;
  }

  section#ayuda h2 {
    font-size: 30px;
  }

  section#ayuda .swiper-ayuda .swiper-slide .item .content-image h4 {
    font-size: 16px;
  }

  footer .container-rrss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
	
	footer .container-rrss a {
		margin-right: 10px;
	}
	
	footer .container-rrss a:last-child {
		margin-right: 0;
	}

  footer .content-icon {
    padding: 0 1rem !important;
  }
}

@media only screen and (max-width: 360px) {
  section#slider .item-slider .container .item-slider-content h1 {
    font-size: 28px;
    top: 10px;
    padding: 15px;
  }

  section#productos .swiper-productos .swiper-slide .item {
    padding: 0 15px !important;
  }

  section#ayuda .swiper-button-next.swiper-button-white,
  section#ayuda .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff !important;
  }

  section#ayuda .swiper-ayuda .swiper-slide {
    padding: 0;
  }

  section#ayuda .swiper-ayuda .swiper-slide .item .content-image h4 {
    width: 85%;
  }
}

@media only screen and (min-width: 991px) {
  header .colNavbarMobile {
    display: none;
  }

  header .colNavBarDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .colNavBarDesktop .wrap-menu {
    width: 100%;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-end;
    z-index: 4;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop li {
    list-style: none;
    height: 40px;
    border-radius: 3px;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop li a {
    color: #656667;
    height: 100%;
    width: 100%;
    padding: 0 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    position: relative;
    border-radius: 3px;
    z-index: 5;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop li.dropdown a {
    padding-right: 2rem;
  }

  li.dropdown > a::after {
    content: "\25BC";
    position: absolute;
    right: 1rem;
    top: 36%;
    height: 12px;
    width: 12px;
    font-size: x-small;
  }

  li.dropdown .dropdown-multilevel > a::after {
    content: "\25B6";
    position: absolute;
    right: 0.4rem;
    top: 36%;
    height: 12px;
    width: 12px;
    font-size: x-small;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop li a:hover {
    text-decoration: none;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop li>a:hover {
    background-color: #006729;
    color: white;
  }

  header .colNavBarDesktop .wrap-menu ul.menuDesktop li.dropdown.selected>a {
    background-color: #006729;
    color: white;
    border-radius: 3px 3px 0 0;
  }

  .wrap-menu ul li.dropdown {
    position: relative;
  }

  .wrap-menu ul li.dropdown ul.submenu {
    opacity: 0;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    pointer-events: none;
    z-index: 3;
    padding: 0;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: white;
    min-width: 330px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 0 3px 3px 3px;
  }

  .wrap-menu ul li.dropdown.selected ul.submenu {
    opacity: 1;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    pointer-events: all;
  }

  .wrap-menu ul li.dropdown ul.submenu li {
    width: 100%;
    background-color: white;
  }

  .wrap-menu ul li.dropdown ul.submenu li:first-child {
    border-radius: 3px 3px 0 0;
  }

  .wrap-menu ul li.dropdown ul.submenu li:last-child {
    border-radius: 0 0 3px 3px;
  }

  .wrap-menu ul li.dropdown ul.submenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-radius: unset;
    background-color: white;
  }

  .wrap-menu ul li.dropdown.selected ul.submenu li:first-child {
    border-radius: 3px 3px 0 0;
  }

  .wrap-menu ul li.dropdown.selected ul.submenu li:first-child>a {
    border-radius: 0px 3px 0 0;
  }

  .wrap-menu ul li.dropdown ul.submenu li:first-child>a {
    border-radius: 3px 3px 0 0;
  }

  .wrap-menu ul li.dropdown ul.submenu li:last-child>a {
    border-radius: 0 0 3px 3px;
  }

  .wrap-menu .submenu .dropdown-multilevel .submenu-multilevel {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .wrap-menu .submenu .dropdown-multilevel.selected .submenu-multilevel {
    pointer-events: all;
    opacity: 1;
  }
}


.pushNotify{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	cursor: pointer;
	
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.09);
}

#closePush {
    position: absolute;
    right: 0;
    top: -38px;
    color: #006729;
    /* box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.9), 0 10px 10px -5px rgba(0, 0, 0, 0.99); */
}
/*
#closePush{
    position: absolute;
    right: 15px;
    top: -25px;
    color: #006729;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.9), 0 10px 10px -5px rgba(0, 0, 0, 0.99);
}
*/

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
      display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
      display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
      display: none !important;
  }
}

.text-success{
	color: #006729 !important;
}


/*CSS BANDERAS*/
.dropdown-toggle.banderas{
	cursor: pointer;
    padding: 10px !important;
    background-color: #EFEFEF;
    width: 100%;
    display: block;
    font-family: arial !important;
}
.dropdown-toggle.banderas:hover{
    text-decoration: none;	
}
span.tit_hdi{
    display: block;
    float: left;
    padding: 10px;
    background-color: #DDD;
    font-weight: bold;
	
}
.dropup{
	float: left;
	width: 160px;	
}
.normal.no_fondo a {
    clear: both;
    background-color: transparent !important;
    color: #333333;
    text-decoration: underline;
}


.menuDestacar{
	background-color: #79B530 !important;
}
.menuDestacar a{
	color: #fff !important;	
}
.menuDestacar:hover{
	background-color: #006729 !important;
}

.opcionBlackfriday {
    background-color: #fff !important;
}
.opcionBlackfriday:hover {
    background-color: #fff !important;
}

.imgCamaraComercio{
  width: 100%;
}

@media(max-width: 767px){
  .imgCamaraComercio {
      width: 50%;
  }
}