.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.a-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.j-content-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.j-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.j-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.j-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/********************************/
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

/*****************FONT-COLORS*******************/
.c-white {
  color: white;
}

.c-black {
  color: black;
}

.c-darkgray {
  color: #333333;
}

.c-green {
  color: #97BD0E;
}

/****************BACKGROUNDS******************/
.b-white {
  background: white;
}

.b-black {
  background: black;
}

.b-darkgray {
  background: #333333;
}

.b-green {
  background: #97BD0E;
}

* {
  margin: 0;
  padding: 0;
  color: #333333;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

#content,
.page {
  min-height: 60vh;
}

.banner-top {
  background: #97BD0E;
  height: 50px;
  width: 100%;
}

.banner-top .buscador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.banner-top .buscador input.form-control {
  height: 40px;
  width: 200px;
  -webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) all 500ms;
  transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) all 500ms;
}

.banner-top .buscador input.form-control:focus, .banner-top .buscador input.form-control:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 400px;
}

.banner-top .buscador button.btn {
  height: 40px;
  background: #dee2e6;
  border: none;
  border-radius: 0px 5px 5px 0px;
}

.banner-top .buscador .resultadoBusqueda {
  background: white;
  position: absolute;
  top: 45px;
  z-index: 200;
  right: 0;
  width: 450px;
  height: auto;
  display: none;
}

.banner-top .buscador .resultadoBusqueda.show {
  display: block;
}

.banner-top .buscador .resultadoBusqueda ul {
  padding: 0;
}

.banner-top .buscador .resultadoBusqueda ul li a {
  text-decoration: none;
  color: #97BD0E;
  -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) 300ms all;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 300ms all;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.banner-top .buscador .resultadoBusqueda ul li a:hover {
  background: #97BD0E;
  color: white;
}

.banner-top ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

.banner-top ul li a span.material-icons {
  font-size: 30px;
}

.banner-top ul li a.iconTopCarrito #cantidadCarrito {
  display: none;
  position: absolute;
  top: 0;
  background: red;
  color: white;
  right: -5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0px;
}

.menu {
  height: 100%;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li a {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  border-bottom: 5px solid transparent;
  text-decoration: none;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.menu li a:hover, .menu li a.active {
  border-bottom: 5px solid #97BD0E;
}

/*************DEFAULT*****************/
.franja {
  padding: 50px;
  width: 100%;
  text-align: center;
}

.franja .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.franja .titulo .barra-horizontal {
  border-bottom: 5px solid #97BD0E;
  width: 400px;
}

.franja .titulo .barra-horizontal.white {
  border-bottom: 5px solid white;
}

#porque_elegirnos .block-icon {
  padding: 20px;
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 300ms;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) all 300ms;
}

#porque_elegirnos .block-icon a {
  color: white;
  text-decoration: none;
}

#porque_elegirnos .block-icon a span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

#porque_elegirnos .block-icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.block-producto {
  overflow: hidden;
  height: 600px;
  position: relative;
}

.block-producto .etiqueta {
  position: absolute;
  z-index: 3;
  color: white;
  top: 30px;
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px 0px 0px 10px;
  right: 15px;
}

.block-producto .etiqueta.catalogo {
  background: #03a9f4;
}

.block-producto .etiqueta.ofertas {
  background: #e91e63;
}

.block-producto .etiqueta.destacado {
  background: #4caf50;
}

.block-producto .card {
  border: 1px solid #eee;
  margin: auto;
  cursor: pointer;
  height: 510px;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) all 1000ms;
  transition: cubic-bezier(0.19, 1, 0.22, 1) all 1000ms;
}

.block-producto .inner-card {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.block-producto .inner-card .content-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.block-producto .inner-card .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) all 1000ms;
  transition: cubic-bezier(0.19, 1, 0.22, 1) all 1000ms;
}

.block-producto .content-precios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-weight: bold;
  font-size: 25px;
}

.block-producto .addCart {
  border-top: #97BD0E solid 1px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #97BD0E;
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms all;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms all;
  opacity: 0.8;
}

.block-producto .addCart span {
  color: white;
  font-size: 25px;
  margin: 0px 5px;
}

.block-producto .addCart span.textAddCart {
  text-transform: uppercase;
}

.block-producto .addCart:hover {
  opacity: 1;
}

.block-producto .content-titulo a {
  text-decoration: none;
  color: #97BD0E;
}

.block-producto:hover .card {
  height: 100%;
}

.block-producto:hover .inner-card .content-image img {
  height: 110%;
  width: 110%;
}

.block-producto .heart {
  cursor: pointer;
  height: 35px;
  width: 35px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #beb4aa;
  border-radius: 50%;
  background-color: #eee;
}

.block-producto .btn:focus {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#slider-main {
  height: 700px;
  width: 100%;
}

#slider-main .item-slider {
  position: relative;
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slider-main .item-slider .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: black;
  opacity: 0.5;
  z-index: 1;
}

#slider-main .item-slider .inner {
  z-index: 2;
  position: relative;
  height: 100%;
}

#slider-main .item-slider .inner .cuadrado {
  border: 10px solid white;
  width: 500px;
  height: 500px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 50px;
}

#slider-main .item-slider .inner .cuadrado * {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

#slider-main .item-slider .inner .cuadrado h1 {
  font-size: 40px;
}

#slider-main .item-slider .inner .cuadrado div span {
  font-style: italic;
  line-height: 20px;
}

#slider-main .item-slider .inner .cuadrado .btn-white {
  margin: 10px auto;
  background: white;
  border: white solid 2px;
  color: #97BD0E;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms all;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms all;
  padding: 10px 40px;
}

#slider-main .item-slider .inner .cuadrado .btn-white:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}

#slider-main .item-slider.slider-tipo1 .cuadrado {
  right: 100px;
  top: 100px;
}

#slider-main .item-slider.slider-tipo2 .cuadrado {
  left: 100px;
  top: 100px;
}

#slider-main .item-slider.slider-tipo3 .inner {
  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;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

#slider-main .item-slider.slider-tipo3 .cuadrado {
  position: relative;
  width: 80%;
}

.sub-titulo {
  background: #97bd0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-titulo h2 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-titulo h2 .linea {
  display: inline-block;
  border-bottom: 3px double white;
  margin: 0px 10px;
}

.sub-titulo h2 .linea.short {
  width: 75px;
}

.sub-titulo h2 .linea.long {
  width: 300px;
}

.content-menu-mobile {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  display: none;
}

.content-menu-mobile .menu-mobile {
  position: fixed;
  height: 81.2%;
  bottom: 0;
  width: 300px;
  right: 0;
  background: #97bd0e;
  z-index: 2;
  display: none;
}

.content-menu-mobile .menu-mobile.open {
  display: block;
}

.content-menu-mobile .menu-mobile .menu li a {
  color: white;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 15px 10px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.content-menu-mobile .menu-mobile .menu li a:hover {
  background: white;
  color: #333333;
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#hamburger .line {
  fill: none;
  stroke: #333333;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger .line1 {
  stroke-dasharray: 40 207;
  stroke-width: 4;
}

#hamburger .line2 {
  stroke-dasharray: 40 60;
  stroke-width: 4;
}

#hamburger .line3 {
  stroke-dasharray: 40 207;
  stroke-width: 4;
}

#hamburger.open .line1 {
  stroke-dasharray: 60 207;
  stroke-dashoffset: -140;
  stroke-width: 3;
}

#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

#hamburger.open .line3 {
  stroke-dasharray: 60 207;
  stroke-dashoffset: -140;
  stroke-width: 3;
}

#paginaFAQ .accordion-header:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: none;
}

#paginaFAQ .accordion-button:not(.collapsed) {
  background: #97BD0E;
  color: white;
}

#page_products .slider-producto-top .content-image {
  height: 500px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

#page_products .slider-producto-top .content-image img {
  width: 100%;
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#page_products .slider-producto-nav .slick-slide .content-image {
  border: solid 5px #ddd;
  -webkit-transition: all cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
  transition: all cubic-bezier(0.895, 0.03, 0.685, 0.22) 100ms;
  overflow: hidden;
  height: 113px;
}

#page_products .slider-producto-nav .slick-slide .content-image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#page_products .slider-producto-nav .slick-slide.slick-current .content-image, #page_products .slider-producto-nav .slick-slide:hover .content-image {
  border: solid 5px #97BD0E;
}

#page_products .content-titulo {
  position: relative;
}

#page_products .content-titulo .btnWhastapp {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  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;
  width: 50px;
  height: 50px;
}

#page_products .content-titulo .btnWhastapp span {
  color: white;
  font-size: 30px;
}

#page_products .cantidad-botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page_products .cantidad-botones .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page_products .cantidad-botones .btn span {
  color: white;
}

#page_products .content-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #97BD0E;
}

#page_products .content-tabs ul li {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin-right: 0px;
  background: #97BD0E;
  opacity: 1;
}

#page_products .content-tabs ul li.active {
  border-bottom: none;
  opacity: 0.7;
}

#page_products .content-tabs ul li a {
  color: white;
  text-transform: uppercase;
}

#page_products .titulo-producto {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #97bd0e;
}

#page_products .cantidad-producto {
  border: 1px solid #97bd0e;
  border-radius: 10px;
  width: 100px;
  padding: 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer {
  padding: 50px 0;
  background: #495057;
}

#footer .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#footer .menu-bottom {
  margin: auto;
  height: 100%;
  -webkit-columns: 3;
          columns: 3;
  text-align: center;
}

#footer .menu-bottom li a {
  text-decoration: none;
  display: block;
  color: #97BD0E;
}

#footer .menu-bottom li a:hover {
  color: white;
}

/*****************PAGINA TIENDA*******************/
#cabeceraTienda {
  position: relative;
  width: 100%;
}

#cabeceraTienda #sliderTienda {
  height: 500px;
  width: 100%;
}

#cabeceraTienda #sliderTienda .item-slider {
  height: 500px;
  width: 100%;
}

#cabeceraTienda #sliderTienda .item-slider .inner-slider {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

#cabeceraTienda #sliderTienda .item-slider .inner-slider .overlay {
  background: black;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#cabeceraTienda #sliderTienda .item-slider .inner-slider .titulo-tienda {
  color: white;
  font-size: 50px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
}

#cabeceraTienda #iconTienda {
  position: absolute;
  bottom: -50px;
  left: 200px;
  background: #ddd;
  border-radius: 20px;
  border: solid 1px #97BD0E;
}

#cabeceraTienda #iconTienda .content-image {
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 20px;
}

#cabeceraTienda #iconTienda .content-image img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

#cabeceraTienda .redes-tiendas {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 2;
}

#cabeceraTienda .redes-tiendas ul li a {
  margin: 5px;
}

#cabeceraTienda .menu-tienda {
  background: #97BD0E;
}

#cabeceraTienda .menu-tienda ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#cabeceraTienda .menu-tienda ul li a {
  color: white;
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 300ms all;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 300ms all;
  text-decoration: none;
}

#cabeceraTienda .menu-tienda ul li a:hover {
  background: white;
  color: #97BD0E;
}

@media screen and (max-width: 1024px) {
  .content-menu-mobile {
    display: block;
  }
  .main.menu {
    display: none;
  }
}

#paginaBeneficiosClientes .bloqueBeneficio {
  height: 150px;
  background: #97BD0E;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.86, 0, 0.07, 1) 100ms all;
  transition: cubic-bezier(0.86, 0, 0.07, 1) 100ms all;
}

#paginaBeneficiosClientes .bloqueBeneficio:hover {
  -webkit-box-shadow: 3px 6px 20px #97BD0E;
          box-shadow: 3px 6px 20px #97BD0E;
}

#paginaAyuda .bloqueAyuda {
  height: 150px;
  background: #97BD0E;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.86, 0, 0.07, 1) 100ms all;
  transition: cubic-bezier(0.86, 0, 0.07, 1) 100ms all;
  position: relative;
}

#paginaAyuda .bloqueAyuda:hover {
  -webkit-box-shadow: 3px 6px 20px #97BD0E;
          box-shadow: 3px 6px 20px #97BD0E;
}

#paginaAyuda .bloqueAyuda > div:not(.icon) {
  position: relative;
  z-index: 3;
}

#paginaAyuda .bloqueAyuda > div:not(.icon) * {
  color: white;
}

#paginaAyuda .bloqueAyuda .icon {
  position: absolute;
  left: 0;
}

#paginaAyuda .bloqueAyuda .icon i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 80px;
}

#paginaEncuesta .bloqueEncuesta {
  margin: 30px 0;
}

#paginaEncuesta .bloqueEncuesta .pregunta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#paginaEncuesta .bloqueEncuesta .pregunta span {
  font-size: 20px;
  font-weight: bold;
}

#paginaEncuesta .bloqueEncuesta .respuesta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f7f5f5;
  padding: 5px;
}

#paginaEncuesta .bloqueEncuesta .respuesta .form-check {
  display: block;
  text-align: center;
  padding: 0 30px;
}

#paginaEncuesta .bloqueEncuesta .respuesta .form-check label {
  cursor: pointer;
  display: block;
}

#paginaEncuesta .bloqueEncuesta .respuesta .form-check label span {
  display: block;
  margin-bottom: 8px;
}

#paginaEncuesta .bloqueEncuesta .respuesta .form-check input {
  float: none;
  margin: 0;
  cursor: pointer;
}

#paginaEncuesta .bloqueEncuesta .respuesta .form-check input:hover {
  border-color: #97BD0E;
}

#paginaEncuesta .bloqueEncuesta .respuesta .form-check .form-check-input:checked {
  background-color: #97BD0E;
  border-color: #97BD0E;
}

/**************loader****************/
.content-loader {
  min-width: 50px;
  min-height: 50px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
}

.fancy-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  margin: auto;
}

.fancy-spinner div {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.fancy-spinner div.ring {
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
          animation: 2s fancy infinite alternate;
}

.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #97BD0E;
  border-right-color: #97BD0E;
}

.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #97BD0E;
  border-bottom-color: #97BD0E;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #97BD0E;
}

@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
  }
}

@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
            transform: rotate(360deg) scale(0.5);
  }
}

.link-tabs {
  width: 100%;
  height: 100%;
  background-color: #97BD0E;
  border: 1px solid #97BD0E;
  height: 500px;
}

.link-tabs .nav-link {
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  color: white;
  -webkit-transition: 300ms cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 300ms cubic-bezier(0.075, 0.82, 0.165, 1) all;
  text-align: left;
}

.link-tabs .nav-link:hover, .link-tabs .nav-link.active {
  background-color: white;
  color: #97BD0E;
}

/*****************CARRITO****************/
#paginaCarrito .block-productoCarrito {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px 0;
  position: relative;
}

#paginaCarrito .block-productoCarrito .content-image {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ddd;
}

#paginaCarrito .block-productoCarrito .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

#paginaCarrito .block-productoCarrito .infoCarrito {
  padding: 0 20px;
}

#paginaCarrito .block-productoCarrito .infoCarrito h1 {
  text-transform: uppercase;
  color: #495057;
  font-size: 30px;
}

#paginaCarrito .block-productoCarrito .infoCarrito div span {
  font-weight: bold;
}

#paginaCarrito .block-productoCarrito .infoCarrito div span:last-child {
  color: #97BD0E;
}

#paginaCarrito .block-productoCarrito .contentCerrar {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#paginaCarrito .block-productoCarrito .contentCerrar .btnEliminar i {
  color: #333333;
}

#paginaCarrito .block-productoCarrito .contentCerrar .btnEliminar i:hover {
  color: red;
}

#paginaCarrito .sideDetallePedido {
  background: #ddd;
  padding: 20px;
}

#paginaCarrito .sideDetallePedido h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #97bd0e;
}

#paginaCarrito .sideDetallePedido div {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#paginaCarrito .sideDetallePedido div:last-child {
  border-top: 1px solid #eee;
}

#paginaCarrito .sideDetallePedido div span:last-child {
  font-weight: bold;
}

#paginaCheckout .block-productoCarrito {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px 0;
  position: relative;
}

#paginaCheckout .block-productoCarrito .content-image {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ddd;
}

#paginaCheckout .block-productoCarrito .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

#paginaCheckout .block-productoCarrito .infoCarrito {
  padding: 0 20px;
}

#paginaCheckout .block-productoCarrito .infoCarrito h1 {
  text-transform: uppercase;
  color: #495057;
  font-size: 30px;
}

#paginaCheckout .block-productoCarrito .infoCarrito div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#paginaCheckout .block-productoCarrito .infoCarrito div div {
  padding-right: 30px;
}

#paginaCheckout .block-productoCarrito .infoCarrito div div span {
  font-weight: bold;
  padding: 0 5px;
}

#paginaCheckout .block-productoCarrito .infoCarrito div div span:last-child {
  color: #97BD0E;
}

#paginaCheckout .block-productoCarrito .contentCerrar {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#paginaCheckout .block-productoCarrito .contentCerrar .btnEliminar i {
  color: #333333;
}

#paginaCheckout .block-productoCarrito .contentCerrar .btnEliminar i:hover {
  color: red;
}

#paginaCheckout .sideDetallePedido {
  background: #ddd;
  padding: 20px;
}

#paginaCheckout .sideDetallePedido h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #97bd0e;
}

#paginaCheckout .sideDetallePedido div {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#paginaCheckout .sideDetallePedido div:last-child {
  border-top: 1px solid #eee;
}

#paginaCheckout .sideDetallePedido div span:last-child {
  font-weight: bold;
}

#paginaCheckout .wizard > .content > .body {
  width: 100%;
  height: 100%;
  padding: 30px;
}

#paginaCheckout .datos-usuarios div span {
  font-weight: bold;
  text-transform: uppercase;
}

#paginaCheckout .metodo_pago {
  background-color: #97BD0E;
  padding: 20px;
  border-radius: 10px;
}

#paginaCheckout .metodo_pago > div div {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#paginaCheckout .metodo_pago > div div span {
  color: white;
}

#paginaCheckout .exitoCheckout {
  text-align: center;
}

#paginaCheckout .exitoCheckout .iconCheck {
  background: #97BD0E;
  margin: auto;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  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;
  font-size: 50px;
}

#paginaCheckout .exitoCheckout .iconCheck span {
  font-size: 300px;
  color: white;
}

#paginaCheckout .exitoCheckout .tituloCheck {
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}

#paginaCheckout .exitoCheckout .numerFacturaCheck {
  font-size: 25px;
  text-transform: uppercase;
}

#paginaCheckout .exitoCheckout .numerFacturaCheck span {
  color: red;
  font-weight: bold;
}

#paginaCheckout .exitoCheckout .enlaceCheck {
  padding: 10px 0;
}

#paginaCheckout .exitoCheckout .enlaceCheck a {
  background: #dc3545;
  padding: 20px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
/*# sourceMappingURL=main.css.map */