@media (max-width: 650px) {
  #landing {
    padding: 0 10px;
  }
}
#landing .product-details {
  display: flex;
  flex-flow: column;
  background: #fff;
}
#landing .product-brand, #landing .product-name {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.075em;
  color: #888;
}
#landing .precio-normal {
  color: #f8f9fb;
  font-size: 0.7em;
  letter-spacing: 2px;
}
#landing .slick-next:before {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg);
  content: "";
  width: 40px;
  height: 40px;
  display: block;
}
#landing .slick-prev:before {
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  float: right;
}
#landing .precio-normal:after {
  font-size: inherit;
}
#landing .button {
  background-color: #9ad008;
  margin: 0 auto -15px auto;
  position: relative;
  border-radius: 15px;
  padding: 6px 24px;
  font-size: 0.8em;
  width: auto;
  top: 0px;
  transition-duration: 0.5s;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 2px 9px 0px #e0dde0;
  -moz-box-shadow: 0px 2px 9px 0px #e0dde0;
  box-shadow: 0px 2px 9px 0px #e0dde0;
}
#landing .button:hover {
  background-color: #000;
}
#landing .product-image {
  background-color: #fff;
}
#landing .dynprice-descripcion {
  height: 20px;
  overflow: hidden;
}
#landing .dynprice-main-price {
  font-weight: 700;
  letter-spacing: 2px;
}
#landing .product-prices {
  align-items: center;
  min-height: 55px;
}
#landing .item-carrusel {
  background-color: transparent;
  margin: 0 5px;
  padding: 0 0 20px 0px;
}
#landing .carrusel {
  padding: 0;
}
@media (min-width: 650px) {
  #landing .carrusel {
    padding: 0 40px;
  }
}
#landing .menu-item.active,
#landing .menu-item:hover {
  color: #000;
  background-color: #fff;
}
#landing .menu-item.active span,
#landing .menu-item:hover span {
  width: 120px;
  height: 5px;
  border-radius: 3px;
  background-color: #9ad008;
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  right: calc(50% - 60px);
}
#landing header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
}
@media (min-width: 650px) {
  #landing header {
    padding: 80px 0;
  }
}
#landing header img {
  max-width: 400px;
  width: 100%;
}
#landing header h2 {
  text-align: center;
  font-size: 2.5em;
  margin: 30px 0;
  padding: 40px 0;
  letter-spacing: 4px;
  font-weight: 300;
  position: relative;
  line-height: 1em;
}
@media (min-width: 650px) {
  #landing header h2 {
    font-size: 3.5em;
    margin: 40px 0;
  }
}
#landing header h2 span {
  color: #9ad008;
  font-weight: 700;
}
#landing header img:after {
  width: 100px;
  height: 8px;
  border-radius: 3px;
  background-color: #9ad008;
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  right: calc(50% - 50px);
}
@media (min-width: 650px) {
  #landing header img:after {
    width: 140px;
    right: calc(50% - 70px);
  }
}
#landing .menu {
  min-height: 50px;
}
#landing .menu .icon-burger {
  color: #9ad008;
  margin-left: 10px;
  font-weight: 900;
  transform: scale(1.3);
}
#landing .menu .menu-container {
  max-width: 1150px;
}
#landing .menu .menu-container .menu-desktop {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin: 0 auto;
  width: 100%;
}
#landing .menu .menu-container .menu-desktop .menu-item {
  font-size: 0.9em;
  letter-spacing: 4px;
  position: relative;
}
#landing .menu .menu-container .menu-desktop .menu-item:nth-of-type(1) {
  border-radius: 7px 0px 0px 7px;
}
#landing .menu .menu-container .menu-desktop .menu-item:nth-of-type(4) {
  border-radius: 0 7px 7px 0;
}
#landing .menu .menu-container .menu-desktop .active {
  font-weight: 900;
}
#landing h3 {
  font-size: 1.5em;
  padding-bottom: 25px;
  font-weight: 400;
  position: relative;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 20px auto;
}
@media (min-width: 650px) {
  #landing h3 {
    font-size: 1.7em;
    text-align: center;
  }
}
#landing h3 span {
  font-weight: 700;
}
#landing h3:after {
  right: calc(50% - 70px);
  width: 140px;
  height: 4px;
  background-color: #9ad008;
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
}
#landing table {
  font-size: 0.7em;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 650px) {
  #landing table {
    font-size: 0.8em;
  }
}
#landing table thead {
  color: #fff;
  line-height: 1em;
  background-color: #9ad008;
}
#landing table thead th {
  border: 1px solid #fff;
  font-size: 1em;
  padding: 10px 5px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
#landing table thead th:nth-of-type(1) {
  border-left: 1px solid #9ad008;
}
#landing table thead th:nth-of-type(3) {
  border-right: 1px solid #9ad008;
}
#landing table tbody td {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  font-size: 1.1em;
}
@media (min-width: 650px) {
  #landing table tbody td {
    padding: 10px 0;
    font-size: 1.3em;
  }
}
#landing #acompaniamos p {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 300;
  color: #878889;
}
@media (min-width: 650px) {
  #landing #acompaniamos p {
    font-size: 1.4em;
    text-align: center;
  }
}
#landing #acompaniamos p span {
  font-weight: 700;
}
#landing #acompaniamos p span:nth-of-type(2) {
  color: #9ad008;
}
@media (min-width: 650px) {
  #landing #acompaniamos .paddLeft {
    padding-left: 50px;
  }
}
#landing #acompaniamos #conoceMas {
  align-items: initial;
  padding: 40px 0;
}
#landing #acompaniamos #conoceMas p {
  margin-top: 5px;
  font-size: 1.1em;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
@media (min-width: 650px) {
  #landing #acompaniamos #conoceMas p {
    font-size: 1.3em;
  }
}
#landing #acompaniamos #conoceMas .half {
  padding: 35px 30px;
  width: calc(50% - 20px);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
#landing #acompaniamos #conoceMas .half .b {
  background-color: #9ad008;
  padding: 10px 20px;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  display: block;
  margin: 10px auto;
  font-weight: 700;
  max-width: 250px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #9ad008;
  transition-duration: 0.5s;
}
#landing #acompaniamos #conoceMas .half a:hover {
  background-color: #fff;
  color: #9ad008;
}
#landing #acompaniamos #productos {
  padding: 40px 0;
}
#landing #acompaniamos #productos > div {
  position: relative;
  overflow: hidden;
}
#landing #acompaniamos #productos > div:hover img {
  transform: scale(1.05);
}
#landing #acompaniamos #productos img {
  transition-duration: 0.5s;
  background: white;
  cursor: pointer;
}
@media (min-width: 650px) {
  #landing #acompaniamos #productos img {
    background: white;
    border-radius: 15px;
  }
}
#landing #acompaniamos #productos h3 {
  text-align: center;
}
#landing #acompaniamos #productos h3:after {
  right: calc(50% - 70px);
}
#landing #acompaniamos #productos h6 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1.2em;
}
@media (min-width: 650px) {
  #landing #acompaniamos #productos h6 {
    font-size: 1.6em;
    bottom: 20px;
    left: 20px;
  }
}
#landing #acompaniamos #preguntasFrecuentes table {
  margin: 10px auto;
}
#landing #acompaniamos #preguntasFrecuentes .tab {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  padding: 0px 20px;
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  #landing #acompaniamos #preguntasFrecuentes .tab {
    padding: 0px 45px;
    margin-bottom: 25px;
  }
}
#landing #acompaniamos #preguntasFrecuentes .tab h5 {
  font-size: 1.1em;
  line-height: 1em;
  padding-right: 30px;
}
@media (min-width: 650px) {
  #landing #acompaniamos #preguntasFrecuentes .tab h5 {
    font-size: 1.4em;
    line-height: 2em;
    padding-right: 0px;
  }
}
#landing #acompaniamos #preguntasFrecuentes .tab p {
  text-align: justify;
}
@media (max-width: 650px) {
  #landing #acompaniamos #preguntasFrecuentes .tab p {
    font-size: 1.1em;
  }
}
#landing #acompaniamos #preguntasFrecuentes .tab p a {
  display: inline;
  font-weight: 400;
}
#landing #acompaniamos #preguntasFrecuentes .tabHead {
  display: flex;
  padding: 25px 0px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#landing #acompaniamos #preguntasFrecuentes .tabHead h5 {
  transition-duration: 0.5;
  font-weight: 300;
}
#landing #acompaniamos #preguntasFrecuentes .open h5 {
  font-weight: 700;
}
#landing #acompaniamos #preguntasFrecuentes .open .boton span:nth-of-type(2) {
  transform: rotate(0deg);
}
#landing #acompaniamos #preguntasFrecuentes .boton {
  position: relative;
  cursor: pointer;
}
#landing #acompaniamos #preguntasFrecuentes .boton span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 4px;
  background-color: #9ad008;
  content: "";
  position: absolute;
  right: 0;
}
@media (min-width: 650px) {
  #landing #acompaniamos #preguntasFrecuentes .boton span {
    width: 24px;
    height: 5px;
  }
}
#landing #acompaniamos #preguntasFrecuentes .boton span:nth-of-type(2) {
  transition-duration: 0.3s;
  transform: rotate(90deg);
}
#landing #acompaniamos #preguntasFrecuentes .tabBoddy {
  display: none;
  padding: 0px 0px 30px 0;;
}
#landing #acompaniamos #encuentranos > .full {
  display: flex;
}
#landing #acompaniamos #encuentranos h4 {
  font-size: 1.3em;
  margin-top: 10px;
}
#landing #acompaniamos #encuentranos p {
  font-size: 0.9em;
  font-weight: 400;
}
@media (min-width: 650px) {
  #landing #acompaniamos #encuentranos p {
    font-size: 1.1em;
  }
}
#landing #acompaniamos #encuentranos .boxEncuentranos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
}
@media (min-width: 650px) {
  #landing #acompaniamos #encuentranos .boxEncuentranos {
    flex-flow: row;
    padding: 0 40px;
  }
}
#landing #acompaniamos #encuentranos .boxEncuentranos .lugar {
  width: 100%;
}
@media (min-width: 650px) {
  #landing #acompaniamos #encuentranos .boxEncuentranos .lugar {
    width: 28%;
  }
}
#landing #acompaniamos #encuentranos .boxEncuentranos .lugar p {
  font-size: 1.2em;
  font-weight: 700;
  color: #9ad008;
}
#landing #acompaniamos #encuentranos .boxEncuentranos .direccion {
  width: 100%;
}
@media (min-width: 650px) {
  #landing #acompaniamos #encuentranos .boxEncuentranos .direccion {
    width: 46%;
  }
}
#landing #acompaniamos #encuentranos .boxEncuentranos .celular {
  width: 100%;
}
@media (min-width: 650px) {
  #landing #acompaniamos #encuentranos .boxEncuentranos .celular {
    width: 26%;
  }
}
#landing #acompaniamos #encuentranos .boxEncuentranos p {
  text-align: left;
}

.prizeTableHeader
{
  background-color: #555555;
  font: 15px Arial, Helvetica, sans-serif !important;
  color: #fff  !important;
}

table, th, td {
  border: 0px !important;
}

.prizeTableAmmount
{
  font: 17px Arial, Helvetica, sans-serif bold !important;
  color: #fff  !important;
}

.prizeTableDescription
{
  font: 12px Arial, Helvetica, sans-serif !important;
  color: #555555  !important;
}

.linkedImage{
  position: relative;
}

/*# sourceMappingURL=app.css.map */