/* Scss Document */
@-webkit-keyframes bounce {
  /* line 27, ../sass/_mixins.scss */
  0% {
    bottom: 5px;
  }

  /* line 28, ../sass/_mixins.scss */
  25%, 75% {
    bottom: 15px;
  }

  /* line 29, ../sass/_mixins.scss */
  50% {
    bottom: 20px;
  }

  /* line 30, ../sass/_mixins.scss */
  100% {
    bottom: 0;
  }
}

/* line 4, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper {
  padding-top: 51px;
  background: #f3f2ed;
}
/* line 8, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  background: #BE1B20;
  margin: 0;
}
/* line 16, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .nav-menu li {
  padding: 5px 10px;
  color: #ffffff;
  border-right: 2px solid #1C1A36;
  cursor: pointer;
}
/* line 21, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .nav-menu li:last-child {
  border: none;
}
/* line 26, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico {
  height: 95vh;
  background: url("../images/home_background.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
}
/* line 31, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico .over-image {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 36, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico .indexContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
/* line 46, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico .indexContainer li {
  cursor: pointer;
}
/* line 50, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico .indexContainerMobile {
  display: none;
  bottom: 50px;
  position: absolute;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 59, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico .indexContainerMobile li img {
  width: 100%;
}
/* line 64, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .titularGrafico .bounce {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  background-image: url("../images/arrow-down.png");
  background-size: contain;
  -webkit-animation: bounce 1s infinite;
}
/* line 77, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section {
  padding-bottom: 20px;
  margin: 0 auto;
}
/* line 82, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section .info-mobile {
  display: none;
}
/* line 85, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
/* line 91, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section .foldImage {
  width: 100%;
  max-width: 100%;
}
/* line 95, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section .mainTit {
  margin: 20px auto;
  max-width: 800px;
  color: #1C1A36;
  font-size: 26px;
  font-size: 1.625rem;
}
/* line 101, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section .other-article {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
/* line 106, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section p {
  max-width: 800px;
  margin: 0 auto;
  color: #5d5d5d;
  margin-bottom: 20px;
}
/* line 112, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section h3 {
  max-width: 800px;
  margin: 20px auto;
}
/* line 116, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section .videoContainer {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
}
/* line 121, ../sass/hojaEspecial.scss */
.beisbol-instrumentos .mainWrapper .section .videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}

/* line 137, ../sass/hojaEspecial.scss */
.blackAndWhite {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* line 143, ../sass/hojaEspecial.scss */
.footer-med .row .medium-offset-2 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}

/* line 152, ../sass/hojaEspecial.scss */
.footer-bottom .row .medium-offset-2 {
  margin-left: 0 !important;
}

@media (max-width: 1030px) {
  /* line 158, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper {
    padding-top: 35px;
  }
}
@media (max-width: 1200px) {
  /* line 163, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .over-image {
    width: 36% !important;
  }
}
@media (max-width: 900px) {
  /* line 168, ../sass/hojaEspecial.scss */
  .mainContainer .fixedItem {
    top: 50px !important;
  }

  /* line 173, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .section {
    padding: 15px;
  }
  /* line 175, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .section .info-mobile {
    display: block !important;
  }
  /* line 178, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .section .info-desktop {
    display: none !important;
  }
  /* line 183, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .over-image {
    width: 70% !important;
  }
  /* line 186, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .indexContainerMobile {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 191, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .indexContainerMobile li {
    flex-basis: 50%;
    padding: 10px;
  }
  /* line 196, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .indexContainer {
    display: none;
  }
  /* line 199, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .over-image {
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 700px) {
  /* line 209, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .nav-menu {
    flex-wrap: wrap;
  }
  /* line 211, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .nav-menu li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }

  /* line 220, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .over-image {
    width: 100% !important;
  }
  /* line 223, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .indexContainerMobile {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 228, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .indexContainerMobile li {
    flex-basis: 50%;
    padding: 10px;
  }
  /* line 233, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .indexContainer {
    display: none;
  }
  /* line 236, ../sass/hojaEspecial.scss */
  .beisbol-instrumentos .mainWrapper .titularGrafico .over-image {
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
}
