@charset "UTF-8";
/* *********** header *********** */
/* line 29, ../sass/_header.scss */
.navbar-default {
  background-color: transparent;
}

/* line 32, ../sass/_header.scss */
.header {
  border: none;
  min-height: 40px;
}
/* line 35, ../sass/_header.scss */
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
/* line 41, ../sass/_header.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 45, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 48, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 52, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
/* line 57, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 62, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 67, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe .link-subscribe {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
/* line 79, ../sass/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: #0071a9;
  height: 60px;
}
/* line 85, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  background-color: #000000;
}
/* line 95, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 99, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 5px;
  width: auto;
  height: 35px;
  position: relative;
  left: -10px;
}
@media screen and (min-width: 768px) {
  /* line 99, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    height: 40px;
    left: 0;
  }
}
/* line 113, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 119, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin-right: 5px;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 122, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 124, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 127, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 135, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 137, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 139, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 142, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 157, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 160, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 163, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe {
    display: block;
    border: 1px solid #B39500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 97px;
    height: 33px;
    background-color: #fff;
    line-height: 31px;
  }
  /* line 181, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 188, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  /* line 190, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 0;
    width: auto;
    height: 44px;
    margin-top: 9px;
  }
  /* line 198, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 200, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 203, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 205, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 210, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 213, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 215, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 230, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
@-webkit-keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
@-moz-keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
@-o-keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
@keyframes oscilar {
  0%, 20%, 40%, 100% {
    bottom: 6%;
  }
  10%, 30% {
    bottom: 5%;
  }
}
/* line 28, ../sass/style.scss */
::root {
  font-size: 100%;
}

/* line 32, ../sass/style.scss */
html {
  font-size: 16px;
}

/* line 36, ../sass/style.scss */
body {
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 42, ../sass/style.scss */
h1 {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

/* line 52, ../sass/style.scss */
h3.title {
  font-size: 19px;
  line-height: 24px;
  margin-top: 30px;
}

/* line 58, ../sass/style.scss */
h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
}

/* line 68, ../sass/style.scss */
p {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 74, ../sass/style.scss */
.margin-top-l {
  margin-top: 60px;
}

/* line 78, ../sass/style.scss */
.margin-top-m {
  margin-top: 30px;
}

/* line 82, ../sass/style.scss */
.margin-bottom-m {
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  /* line 82, ../sass/style.scss */
  .margin-bottom-m {
    margin-bottom: 30px;
  }
}

/* line 89, ../sass/style.scss */
.margin-bottom-s {
  margin-bottom: 15px;
}

/* line 93, ../sass/style.scss */
.main {
  margin-top: 100px;
  background-color: #fbfbfb;
}

/* contenido */
/* line 99, ../sass/style.scss */
.btn-continuar {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 6%;
  z-index: 100;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: oscilar 3s 2s infinite ease-in-out;
  -moz-animation: oscilar 3s 2s infinite ease-in-out;
  -o-animation: oscilar 3s 2s infinite ease-in-out;
  animation: oscilar 3s 2s infinite ease-in-out;
}
/* line 116, ../sass/style.scss */
.btn-continuar .img-continuar {
  width: 75px;
  height: 35px;
}

/* line 122, ../sass/style.scss */
.intro-header {
  position: relative;
}
/* line 124, ../sass/style.scss */
.intro-header__title {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 140, ../sass/style.scss */
.intro-header__title strong,
.intro-header__title span {
  display: block;
  font-size: 19px;
  line-height: 24px;
}
/* line 147, ../sass/style.scss */
.intro-header__title strong {
  font-weight: 500;
}
/* line 151, ../sass/style.scss */
.intro-header__title span {
  font-weight: 300;
}
/* line 157, ../sass/style.scss */
.intro-header__img img {
  width: 100%;
}
/* line 161, ../sass/style.scss */
.intro-header__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 174, ../sass/style.scss */
.title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0080C5;
}

/* line 187, ../sass/style.scss */
.container-separator {
  display: block;
  width: 100%;
  background-color: #0080C5;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
}
/* line 195, ../sass/style.scss */
.container-separator p {
  color: white;
  text-transform: uppercase;
  margin: 0;
}
/* line 201, ../sass/style.scss */
.container-separator span {
  display: block;
}
/* line 203, ../sass/style.scss */
.container-separator span:first-child {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
/* line 208, ../sass/style.scss */
.container-separator span:last-child {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
/* line 216, ../sass/style.scss */
.container-separator--tips span:first-child {
  font-size: 28px;
  letter-spacing: 8px;
  padding-left: 8px;
  padding-bottom: 3px;
}
/* line 223, ../sass/style.scss */
.container-separator--tips span:last-child {
  font-size: 34px;
}
/* line 231, ../sass/style.scss */
.container-separator--recommended span:first-child {
  font-size: 26.5px;
}
@media screen and (min-width: 768px) {
  /* line 231, ../sass/style.scss */
  .container-separator--recommended span:first-child {
    font-size: 33px;
  }
}
/* line 239, ../sass/style.scss */
.container-separator--recommended span:last-child {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  /* line 239, ../sass/style.scss */
  .container-separator--recommended span:last-child {
    font-size: 19.5px;
  }
}

/* contenido  */
/* line 251, ../sass/style.scss */
.div-lateral {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 275, ../sass/style.scss */
.blockquote {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 280, ../sass/style.scss */
.blockquote p.p-blockquote {
  font-size: 1.6rem;
  font-weight: 100;
  margin-bottom: 30px;
}

/* line 286, ../sass/style.scss */
.blockquote::before {
  content: "“";
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1000%;
  font-weight: 600;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -10;
  opacity: .1;
}

/* line 297, ../sass/style.scss */
.bloque-color {
  background-color: #eee;
  padding: 15px 30px 15px 30px;
}
/* line 300, ../sass/style.scss */
.bloque-color h5 {
  font-size: 1.3rem;
  text-align: left;
}
/* line 304, ../sass/style.scss */
.bloque-color p {
  font-size: 1rem;
}

/* parallax  */
/* line 309, ../sass/style.scss */
.contenedor-parallax {
  position: relative;
  height: 100%;
  padding-top: 500px;
}

/* line 314, ../sass/style.scss */
.contenedor-parallax1 {
  background: url(../img/decathlon-02.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* line 321, ../sass/style.scss */
.div-cierre {
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
/* line 322, ../sass/style.scss */
.div-cierre h5 {
  text-transform: uppercase;
}

/* line 332, ../sass/style.scss */
.footer span {
  display: inline-block;
  margin-bottom: 0;
}
/* line 336, ../sass/style.scss */
.footer .txt-cliente-footer {
  margin-bottom: 30px;
  line-height: 1.1;
}
/* line 340, ../sass/style.scss */
.footer .creditos-footer, .footer .text-uppercase {
  font-size: 14px;
}

/* ----------  MEDIAQUERY ---------- */
@media screen and (min-width: 768px) {
  /* line 349, ../sass/style.scss */
  .intro-header__title {
    max-width: 768px;
  }
  /* line 351, ../sass/style.scss */
  .intro-header__title strong,
  .intro-header__title span {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 361, ../sass/style.scss */
  .intro-header {
    margin-bottom: 30px;
  }
  /* line 363, ../sass/style.scss */
  .intro-header__title {
    max-width: 1024px;
  }
  /* line 365, ../sass/style.scss */
  .intro-header__title strong,
  .intro-header__title span {
    font-size: 60px;
    line-height: 70px;
  }

  /* line 373, ../sass/style.scss */
  h3.title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 380, ../sass/style.scss */
  .intro-header {
    position: static;
  }
  /* line 383, ../sass/style.scss */
  .intro-header__title strong {
    font-size: 70px;
    line-height: 80px;
  }
  /* line 388, ../sass/style.scss */
  .intro-header__title span {
    font-size: 60px;
    line-height: 80px;
  }

  /* line 395, ../sass/style.scss */
  h3.title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 403, ../sass/style.scss */
  html {
    font-size: 14px;
  }

  /* line 407, ../sass/style.scss */
  .btn-continuar {
    display: none;
  }

  /* line 411, ../sass/style.scss */
  .margin-top-l {
    margin-top: 30px;
  }

  /* line 416, ../sass/style.scss */
  .serial-title:after {
    width: 415px;
  }

  /* line 421, ../sass/style.scss */
  .contenedor-parallax1 {
    background-attachment: scroll;
    background-size: 100%;
  }
}
@media screen and (max-width: 540px) {
  /* line 428, ../sass/style.scss */
  .contenedor-parallax {
    padding: 10rem;
  }

  /* line 432, ../sass/style.scss */
  .div-lateral {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 435, ../sass/style.scss */
  .div-lateral p:last-child {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  /* line 441, ../sass/style.scss */
  p.answer {
    margin-left: 35px;
  }
  /* line 443, ../sass/style.scss */
  p.answer::before {
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  /* line 452, ../sass/style.scss */
  p.answer-blank {
    margin-left: 35px;
  }
  /* line 454, ../sass/style.scss */
  p.answer-blank::before {
    left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  /* line 464, ../sass/style.scss */
  .footer span {
    display: block;
    margin-bottom: 0;
  }
  /* line 468, ../sass/style.scss */
  .footer .txt-cliente-footer {
    margin-bottom: 30px;
  }
  /* line 471, ../sass/style.scss */
  .footer .creditos-footer, .footer .text-uppercase {
    font-size: 12px;
  }

  /* line 475, ../sass/style.scss */
  .scrollup {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 445px) {
  /* line 483, ../sass/style.scss */
  .serial-title:after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  /* line 493, ../sass/style.scss */
  .testimonial__img {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  /* line 493, ../sass/style.scss */
  .testimonial__img {
    width: 16.66666667%;
  }
}
/* line 503, ../sass/style.scss */
.testimonial__text {
  background-color: rgba(0, 129, 194, 0.1);
  border-radius: 2px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  /* line 503, ../sass/style.scss */
  .testimonial__text {
    width: 83.33333333%;
  }
}
@media screen and (max-width: 768px) {
  /* line 503, ../sass/style.scss */
  .testimonial__text {
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
  }
  /* line 514, ../sass/style.scss */
  .testimonial__text p {
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 521, ../sass/style.scss */
  .testimonial__text p.title {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 503, ../sass/style.scss */
  .testimonial__text {
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
  }
  /* line 534, ../sass/style.scss */
  .testimonial__text p {
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  /* line 540, ../sass/style.scss */
  .testimonial__text p.title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 503, ../sass/style.scss */
  .testimonial__text {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 552, ../sass/style.scss */
  .testimonial__text p {
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 560, ../sass/style.scss */
  .testimonial__text p.title {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* line 572, ../sass/style.scss */
.testimonial__text:before {
  content: url(../img/testimonial-speech.png);
  left: -20px;
  top: 70px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  /* line 572, ../sass/style.scss */
  .testimonial__text:before {
    left: 47%;
    top: -20px;
    transform: rotate(90deg);
  }
}

/* line 589, ../sass/style.scss */
.sport-list {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 589, ../sass/style.scss */
  .sport-list {
    margin-bottom: 70px;
    margin-top: 50px;
  }
}
/* line 600, ../sass/style.scss */
.sport-list__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 600, ../sass/style.scss */
  .sport-list__item {
    width: 19.5%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  /* line 600, ../sass/style.scss */
  .sport-list__item {
    width: 19.7%;
    margin-bottom: 0;
  }
}
/* line 615, ../sass/style.scss */
.sport-list__item:hover {
  cursor: pointer;
}
/* line 619, ../sass/style.scss */
.sport-list__item a {
  color: #fff;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  height: 60px;
  background: #4fa7e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4fa7e1 0%, #0074b2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4fa7e1 0%, #0074b2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4fa7e1 0%, #0074b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa7e1', endColorstr='#0074b2',GradientType=0 );
  /* IE6-9 */
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  /* line 619, ../sass/style.scss */
  .sport-list__item a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 619, ../sass/style.scss */
  .sport-list__item a {
    font-size: 19px;
  }
}
/* line 645, ../sass/style.scss */
.sport-list__item a:hover {
  background-color: #0081C2;
  text-decoration: none;
}
/* line 650, ../sass/style.scss */
.sport-list__item a span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  /* line 650, ../sass/style.scss */
  .sport-list__item a span {
    display: block;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 650, ../sass/style.scss */
  .sport-list__item a span {
    display: block;
    font-size: 14px;
  }
}
/* line 664, ../sass/style.scss */
.sport-list__item a:after {
  position: absolute;
  top: -50px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  /* line 664, ../sass/style.scss */
  .sport-list__item a:after {
    margin-top: 0;
  }
}
/* line 676, ../sass/style.scss */
.sport-list__item--futbol:after {
  content: "";
  background-image: url(../img/menu-futbol.png);
  background-size: 32px;
  background-repeat: no-repeat;
  width: 35px;
  height: 83px;
  left: 88%;
}
@media screen and (min-width: 768px) {
  /* line 676, ../sass/style.scss */
  .sport-list__item--futbol:after {
    width: 70px;
    height: 160px;
    left: 64%;
    background-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 676, ../sass/style.scss */
  .sport-list__item--futbol:after {
    width: 70px;
    height: 160px;
    left: 64%;
    background-size: 63px;
  }
}
/* line 702, ../sass/style.scss */
.sport-list__item--baloncesto:after {
  content: "";
  background-image: url(../img/menu-baloncesto.png);
  background-size: 42px;
  background-repeat: no-repeat;
  width: 43px;
  height: 83px;
  left: 88%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  /* line 702, ../sass/style.scss */
  .sport-list__item--baloncesto:after {
    width: 86px;
    height: 160px;
    left: 64%;
    background-size: 70px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 702, ../sass/style.scss */
  .sport-list__item--baloncesto:after {
    width: 86px;
    height: 160px;
    left: 64%;
    background-size: 86px;
  }
}
/* line 729, ../sass/style.scss */
.sport-list__item--natacion:after {
  content: "";
  background-image: url(../img/menu-natacion.png);
  background-size: 32px;
  background-repeat: no-repeat;
  width: 35px;
  height: 83px;
  left: 88%;
}
@media screen and (min-width: 768px) {
  /* line 729, ../sass/style.scss */
  .sport-list__item--natacion:after {
    width: 70px;
    height: 160px;
    left: 64%;
    background-size: 51px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 729, ../sass/style.scss */
  .sport-list__item--natacion:after {
    width: 70px;
    height: 160px;
    left: 64%;
    background-size: 63px;
  }
}
/* line 754, ../sass/style.scss */
.sport-list__item--gimnasia {
  padding-top: 21px !important;
  padding-bottom: 11px !important;
  top: 2px;
}
@media screen and (min-width: 768px) {
  /* line 754, ../sass/style.scss */
  .sport-list__item--gimnasia {
    top: 5px;
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 754, ../sass/style.scss */
  .sport-list__item--gimnasia {
    top: 7px;
    padding-top: 10px !important;
  }
}
/* line 769, ../sass/style.scss */
.sport-list__item--gimnasia:after {
  content: "";
  background-image: url(../img/menu-gimnasia.png);
  background-size: 44px;
  background-repeat: no-repeat;
  width: 44px;
  height: 83px;
  left: 87%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  /* line 769, ../sass/style.scss */
  .sport-list__item--gimnasia:after {
    width: 92px;
    height: 160px;
    left: 61%;
    background-size: 73px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 769, ../sass/style.scss */
  .sport-list__item--gimnasia:after {
    width: 92px;
    height: 160px;
    left: 61%;
    background-size: 92px;
  }
}
/* line 795, ../sass/style.scss */
.sport-list__item--ballet {
  margin-top: 4px;
}
/* line 799, ../sass/style.scss */
.sport-list__item--ballet:after {
  content: "";
  background-image: url(../img/menu-ballet.png);
  background-size: 32px;
  background-repeat: no-repeat;
  width: 35px;
  height: 83px;
  left: 88%;
}
@media screen and (min-width: 768px) {
  /* line 799, ../sass/style.scss */
  .sport-list__item--ballet:after {
    width: 70px;
    height: 160px;
    left: 64%;
    background-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 799, ../sass/style.scss */
  .sport-list__item--ballet:after {
    width: 70px;
    height: 160px;
    left: 64%;
    background-size: 65px;
  }
}

/* line 831, ../sass/style.scss */
.sport-sheet__description .heading {
  color: #3576b2;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 600;
}
/* line 838, ../sass/style.scss */
.sport-sheet__description .heading:after {
  content: "";
  display: block;
  width: 70px;
  background-color: #3576b2;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 850, ../sass/style.scss */
  .sport-sheet__description p {
    padding-right: 25px;
  }
}
/* line 856, ../sass/style.scss */
.sport-sheet__img {
  text-align: center;
  background-color: #fff;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 856, ../sass/style.scss */
  .sport-sheet__img {
    -webkit-box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  /* line 856, ../sass/style.scss */
  .sport-sheet__img {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 874, ../sass/style.scss */
.sport-sheet__img img {
  width: 140px;
}
@media screen and (min-width: 1024px) {
  /* line 874, ../sass/style.scss */
  .sport-sheet__img img {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  /* line 889, ../sass/style.scss */
  .sport-sheet__img.img_large img {
    width: 150px;
  }
  /* line 895, ../sass/style.scss */
  .sport-sheet__img.img_normal img {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 856, ../sass/style.scss */
  .sport-sheet__img {
    margin-top: 100px;
  }
  /* line 905, ../sass/style.scss */
  .sport-sheet__img.img_large img {
    width: 90px;
  }
  /* line 911, ../sass/style.scss */
  .sport-sheet__img.img_normal img {
    width: 130px;
  }
}
/* line 918, ../sass/style.scss */
.sport-sheet__img:hover {
  background-color: rgba(0, 129, 194, 0.05);
}
/* line 921, ../sass/style.scss */
.sport-sheet__img:hover .caption {
  background-color: #0070a9;
}
/* line 926, ../sass/style.scss */
.sport-sheet__img a {
  display: block;
  text-decoration: none;
  padding-top: 30px;
}
/* line 932, ../sass/style.scss */
.sport-sheet__img .caption {
  background-color: #0081C2;
  padding: 10px 60px 10px 20px;
  margin-top: 20px;
  position: relative;
  min-height: 60px;
}
/* line 939, ../sass/style.scss */
.sport-sheet__img .caption__text {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}
/* line 946, ../sass/style.scss */
.sport-sheet__img .caption__text:after {
  content: url(../img/continuar-speech.png);
  position: absolute;
  left: 84%;
  top: 12px;
}
@media screen and (min-width: 1024px) {
  /* line 946, ../sass/style.scss */
  .sport-sheet__img .caption__text:after {
    left: 84%;
    top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 946, ../sass/style.scss */
  .sport-sheet__img .caption__text:after {
    left: 75%;
    top: 42px;
  }
}

/* line 969, ../sass/style.scss */
.products-feature {
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 976, ../sass/style.scss */
.products-feature__title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 976, ../sass/style.scss */
  .products-feature__title {
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 998, ../sass/style.scss */
  .products-feature .gallery-products.three-elements li:first-of-type {
    margin-left: 140px;
  }
  /* line 1006, ../sass/style.scss */
  .products-feature .gallery-products.two-elements li:first-of-type {
    margin-left: 300px;
  }
}
/* line 1013, ../sass/style.scss */
.products-feature .gallery-products__item {
  list-style: none;
}
/* line 1017, ../sass/style.scss */
.products-feature .gallery-products__img {
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 1023, ../sass/style.scss */
.products-feature .gallery-products__img img {
  max-width: 100%;
}
/* line 1028, ../sass/style.scss */
.products-feature .gallery-products__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 20px;
}
/* line 1035, ../sass/style.scss */
.products-feature .gallery-products__title:after {
  content: "[+]";
  color: #0081C2;
  margin-left: 10px;
}
/* line 1042, ../sass/style.scss */
.products-feature .gallery-products__link {
  text-decoration: none;
}
/* line 1045, ../sass/style.scss */
.products-feature .gallery-products__link:hover .gallery-products__title {
  color: #0081C2;
}

/* line 1056, ../sass/style.scss */
.news-recomended {
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 1063, ../sass/style.scss */
.news-recomended__title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
/* line 1074, ../sass/style.scss */
.news-recomended .news__item {
  list-style: none;
}
/* line 1078, ../sass/style.scss */
.news-recomended .news__img {
  background-color: #fff;
  text-align: center;
}
/* line 1082, ../sass/style.scss */
.news-recomended .news__img img {
  max-width: 100%;
}
/* line 1087, ../sass/style.scss */
.news-recomended .news__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}
/* line 1096, ../sass/style.scss */
.news-recomended .news__link {
  text-decoration: none;
}

/* line 1102, ../sass/style.scss */
.anchor-link {
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
}

/* line 1109, ../sass/style.scss */
.logo-espanol-gris {
  margin-top: 20px;
}

/* line 1118, ../sass/style.scss */
.container-animacion {
  overflow: hidden;
}

/* line 1122, ../sass/style.scss */
.elemento_animacion {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}

/* line 1128, ../sass/style.scss */
.elemento_animacion.slide_izq {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all .8s linear;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
  transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
}

/* line 1143, ../sass/style.scss */
.elemento_animacion.slide_izq.in-view-slide_izq {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/*# sourceMappingURL=style.css.map */
