@charset "UTF-8";
.headerApp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 4.5rem;
  padding-top: 0;
  z-index: 1;
  position: relative;
}

.headerApp .containerMiddle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.headerApp .extraContent {
  font-size: 0.8rem;
}

.headerApp.quiz .containerSection .button.quiz .extraContent {
  color: #22cac0 !important;
}

.headerApp.quiz .containerSection .button.quiz .extraContent:after {
  width: 100% !important;
}

.headerApp.podcast .containerSection .button.podcast .extraContent {
  color: #22cac0 !important;
}

.headerApp.podcast .containerSection .button.podcast .extraContent:after {
  width: 100% !important;
}

.headerApp.podcast .containerSection .button.podcast i {
  font-size: 0.7rem;
}

.headerApp.about .containerSection .button.about .extraContent {
  color: #22cac0 !important;
}

.headerApp.about .containerSection .button.about .extraContent:after {
  width: 100% !important;
}

.headerApp .headerContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.headerApp .headerContainer .titleApp {
  height: 5rem;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  padding: 1rem;
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.headerApp .headerContainer .titleApp p {
  color: #3a3a3a;
  font-size: 1.2rem;
  font-weight: 700;
}

.headerApp .headerContainer .titleApp:hover {
  background: #1eb0fc;
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.headerApp .headerContainer .titleApp:hover p {
  color: white;
}

.headerApp .headerContainer .containerSection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem;
}

.headerApp .headerContainer .containerSection.mob .linksContainer .button.podcast {
  display: none;
}

.headerApp .headerContainer .containerSection .linksContainer .button {
  cursor: pointer;
  /*.podcast {
	    			display: none;
	    		}*/
}

.headerApp .headerContainer .containerSection .linksContainer .button .buttonText {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.49px;
  transition: all 300ms;
}

.headerApp .headerContainer .containerSection > .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.headerApp .headerContainer .containerSection > .button i {
  margin: 0 0.5rem;
}

.headerApp .headerContainer .containerSection .button {
  padding: 2.5rem;
  color: white;
}

.headerApp .headerContainer .containerSection .button .extraContent {
  position: relative;
  display: inline-block;
  transition: color 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.headerApp .headerContainer .containerSection .button .extraContent:after {
  width: 0;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background: #22cac0;
  height: 2px;
  display: block;
  transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: '';
}

.headerApp .headerContainer .containerSection .button:hover .extraContent:after {
  width: 100%;
}

.headerApp .headerContainer .containerSection .button:hover .buttonText {
  color: #22cac0;
}

.headerApp .shareContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 2rem;
  padding: 1rem 0;
}

.headerApp .shareContainer a span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  transition: all 300ms;
}

.headerApp .shareContainer a span.icon-rne {
  height: 3rem;
  width: 3.3rem;
  background-image: url(/sonadores/media/image/rne.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2rem;
}

.headerApp .shareContainer a span:hover {
  color: white;
  transition: all 300ms;
}

.headerApp .shareContainer span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 2.7rem;
  transition: all 300ms;
}

.headerApp .shareContainer span:hover {
  color: #22cac0;
  transition: all 300ms;
}

.headerApp .shareContainer .button p:hover {
  color: #fff;
}

.headerApp .extraOptions {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 7rem;
}

.headerApp .extraOptions .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20vw;
}

.headerApp .extraOptions .links span.richLink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.headerApp .extraOptions .links span.richLink .estreno {
  display: none;
  position: absolute;
  top: 8rem;
  z-index: 9;
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headerApp .extraOptions .links span.richLink .estreno p {
  font-size: 1rem;
  padding: 0.5rem;
  color: #fff;
  font-family: UniversLTStd-Bold;
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
}

.headerApp .extraOptions .links span.richLink.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.headerApp .extraOptions .links span.richLink.inactive .estreno {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.headerApp .extraOptions .links span.richLink a {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: -webkit-filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.headerApp .extraOptions .links span.richLink a:hover {
  -webkit-filter: grayscale(60%);
          filter: grayscale(60%);
  transition: -webkit-filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.headerApp .extraOptions .links span.richLink a > .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.headerApp .extraOptions .links span.richLink a > .button > p {
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 1rem;
  font-family: UniversLTStd-Bold;
  font-size: 1.1rem;
}

.headerApp .extraOptions .links span.richLink a > .button i {
  font-size: 2.2rem;
}

.headerApp .extraOptions .links span.richLink a > .button .extraContent {
  margin-left: 2rem;
  width: 75%;
}

.headerApp.hovered {
  /* ABRIMOS MENÚ */
}

.headerApp.hovered .links:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000000;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: showsBg 1500ms both;
          animation: showsBg 1500ms both;
}

.headerApp.hovered:before {
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  opacity: 1;
  height: calc(100vh - 7rem);
  width: 100vw;
  background: rgba(0, 0, 0, 0.55);
  top: 7rem;
  left: 0;
  position: absolute;
}

.headerApp.hovered:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  transition: all 300ms;
}

.headerApp.hovered .extraOptions {
  z-index: 10;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showsSlideDown 10ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideDown 10ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showsSlideDown 300ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideDown 300ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(1) .button {
  -webkit-animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(2) .button {
  -webkit-animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(3) .button {
  -webkit-animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(4) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(4) .button {
  -webkit-animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(5) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp.hovered .extraOptions .richLink:nth-child(5) .button {
  -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp:not(.hovered) {
  /* CERRAMOS MENÚ */
}

.headerApp:not(.hovered):before {
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  content: "";
  height: 0vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.55);
  top: 7rem;
  left: 0;
  position: absolute;
}

.headerApp:not(.hovered):after {
  transition: opacity 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  background: #242424;
}

.headerApp:not(.hovered) .extraOptions {
  z-index: -1;
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-animation: showsSlideUp 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: showsSlideUp 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}

.headerApp:not(.hovered) .extraOptions .richLink:nth-child(1) {
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-animation: showsSlideUp 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideUp 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp:not(.hovered) .extraOptions .richLink:nth-child(2) {
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-animation: showsSlideUp 300ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideUp 300ms 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp:not(.hovered) .extraOptions .richLink:nth-child(3) {
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-animation: showsSlideUp 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideUp 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp:not(.hovered) .extraOptions .richLink:nth-child(4) {
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-animation: showsSlideUp 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideUp 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.headerApp:not(.hovered) .extraOptions .richLink:nth-child(5) {
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  -webkit-animation: showsSlideUp 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showsSlideUp 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

/*@include media("<=tablet", "portrait") {
  .headerApp .headerContainer .containerSection .podcast {
    display: none;
  }
}*/
@media (min-width: 768px) and (max-width: 1024px) {
  .headerApp .extraOptions .links span.richLink div.estreno {
    top: 3rem !important;
  }
  .headerApp .extraOptions .links span.richLink a > .button i {
    font-size: 1.5rem;
  }
  .headerApp .extraOptions .links span.richLink a > .button .extraContent {
    margin-left: 1rem;
  }
  .headerApp .shareContainer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .headerApp .shareContainer > a {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1366px) and (max-width: 1440px) and (orientation: landscape) {
  .headerApp .extraOptions .links span.richLink div.estreno {
    top: 3rem !important;
  }
  .headerApp .extraOptions .links span.richLink .extraContent {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 1919px) {
  .headerApp .extraOptions .links span.richLink a > .button > p {
    font-size: 0.9rem;
  }
  .headerApp .extraOptions .links span.richLink a > .button .extraContent {
    font-size: 0.85rem;
    line-height: 1rem;
  }
}

@media (max-width: 1023px) and (orientation: portrait) {
  .headerApp .headerContainer .containerSection .linksContainer .richLink span {
    padding: 0.5rem;
  }
  .headerApp .headerContainer .containerSection .linksContainer .richLink .podcast {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .headerApp {
    padding: 2rem;
    padding-top: 0;
  }
  .headerApp .headerContainer .containerSection .linksContainer .button {
    /*&.podcast {
							display: inline;
						}*/
    padding: 2rem;
  }
  .headerApp .shareContainer {
    display: none;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .headerApp {
    padding: 1rem;
    padding-top: 0;
  }
  .headerApp .extraOptions .links span.richLink.inactive .estreno {
    display: none;
  }
  .headerApp .headerContainer {
    width: 100%;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .headerApp .headerContainer .containerSection {
    padding-left: 1rem;
  }
  .headerApp .headerContainer .containerSection .linksContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .headerApp .headerContainer .containerSection .linksContainer .button {
    padding: 0;
  }
  .headerApp .extraOptions .links .richLink .estreno {
    display: none;
  }
  .headerApp .extraOptions .links .richLink a .button {
    height: 100%;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .headerApp .extraOptions .links .richLink a .button p {
    display: none;
  }
  .headerApp .extraOptions .links .richLink a .button i {
    font-size: 2.5rem !important;
  }
  .headerApp .extraOptions .links .richLink a .button .extraContent {
    margin-left: 0 !important;
  }
}

@media (max-width: 520px) and (orientation: landscape) {
  .headerApp .headerContainer .containerSection .linksContainer .button {
    padding: 1rem;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .headerApp .headerContainer .containerSection .linksContainer .button {
    padding: 1.5rem;
  }
  .headerApp .extraOptions .links span.richLink .estreno {
    top: 2rem;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) and (orientation: landscape) {
  .headerApp .extraOptions .links span.richLink .estreno {
    top: 2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) and (orientation: portrait) {
  .headerApp .extraOptions .links span.richLink .estreno {
    top: 2rem;
  }
}
.shareContainer {
  position: relative;
  width: auto;
  margin-left: 2rem;
  margin-top: 0;
  transition: margin 0.3s ease-in-out;
}

.shareContainer .verticalLayout.videoControls {
  bottom: 6rem;
}

.shareContainer.offset {
  margin-top: 5rem;
}

ul.rrss {
  padding: 0;
  margin: 0;
  position: absolute;
  left: calc(50% - 18px);
  z-index: -99;
  width: 100%;
}

ul.rrss.show {
  z-index: 99;
}

ul.rrss.show.videoControls li.elem, ul.rrss.show.videoControls li.elemMobile {
  top: 0rem;
}

ul.rrss.show li.elem, ul.rrss.show li.elemMobile {
  opacity: 1;
}

ul.rrss.hide {
  z-index: -1 !important;
}

ul.rrss.hide li.elem, ul.rrss.hide li.elemMobile {
  opacity: 0;
  top: 0px;
  pointer-events: none;
}

ul.rrss.hide li.elem:nth-child(1), ul.rrss.hide li.elemMobile:nth-child(1) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s;
}

ul.rrss.hide li.elem:nth-child(2), ul.rrss.hide li.elemMobile:nth-child(2) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.1s;
}

ul.rrss.hide li.elem:nth-child(3), ul.rrss.hide li.elemMobile:nth-child(3) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s;
}

ul.rrss.hide li.elem:nth-child(4), ul.rrss.hide li.elemMobile:nth-child(4) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.4s;
}

ul.rrss li.elem, ul.rrss li.elemMobile {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  left: calc(50% - (45px / 2));
  border: 2px solid white;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  background: transparent;
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, color 0.35s ease-in, background 0.35s ease-in;
}

ul.rrss li.elem:hover, ul.rrss li.elemMobile:hover {
  background: white;
  color: black;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, color 0.35s ease-in, background 0.35s ease-in;
}

ul.rrss li.elem > i, ul.rrss li.elemMobile > i {
  display: block;
  font-size: 1rem;
}

ul.rrss li.elem > i:before, ul.rrss li.elemMobile > i:before {
  display: block;
}

ul.rrss.horizontalLayout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  bottom: auto;
  height: 100%;
  z-index: 0;
  width: 100%;
  height: auto;
}

ul.rrss.horizontalLayout li.elem, ul.rrss.horizontalLayout li.elemMobile {
  position: relative;
  top: 0;
  left: 0;
  padding: 1rem;
  margin: 4rem;
}

ul.rrss.horizontalLayout li.elem i, ul.rrss.horizontalLayout li.elemMobile i {
  font-size: 1.5rem;
  display: block;
}

ul.rrss.verticalLayout {
  top: 4rem;
}

ul.rrss.verticalLayout.videoControls {
  top: inherit;
}

ul.rrss.verticalLayout li.elem, ul.rrss.verticalLayout li.elemMobile {
  left: 0;
}

ul.rrss.horizontalLayout.hide li.elem, ul.rrss.horizontalLayout.hide li.elemMobile {
  top: -100px;
}

ul.rrss.horizontalLayout.show li.elem, ul.rrss.horizontalLayout.show li.elemMobile {
  opacity: 1;
}

ul.rrss.horizontalLayout.show li.elem:nth-child(1), ul.rrss.horizontalLayout.show li.elemMobile:nth-child(1) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s, color 0.35s ease-in, background 0.35s ease-in;
  top: 0px;
}

ul.rrss.horizontalLayout.show li.elem:nth-child(2), ul.rrss.horizontalLayout.show li.elemMobile:nth-child(2) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.1s, color 0.35s ease-in, background 0.35s ease-in;
  top: 0px;
}

ul.rrss.horizontalLayout.show li.elem:nth-child(3), ul.rrss.horizontalLayout.show li.elemMobile:nth-child(3) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: 0px;
}

ul.rrss.horizontalLayout.show li.elem:nth-child(4), ul.rrss.horizontalLayout.show li.elemMobile:nth-child(4) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: 0px;
}

ul.rrss.verticalLayout.show.videoControls li.elem, ul.rrss.verticalLayout.show.videoControls li.elemMobile {
  opacity: 1;
}

ul.rrss.verticalLayout.show.videoControls li.elem:nth-child(1), ul.rrss.verticalLayout.show.videoControls li.elemMobile:nth-child(1) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: -5px;
}

ul.rrss.verticalLayout.show.videoControls li.elem:nth-child(2), ul.rrss.verticalLayout.show.videoControls li.elemMobile:nth-child(2) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.1s, color 0.35s ease-in, background 0.35s ease-in;
  top: -60px;
}

ul.rrss.verticalLayout.show.videoControls li.elem:nth-child(3), ul.rrss.verticalLayout.show.videoControls li.elemMobile:nth-child(3) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s, color 0.35s ease-in, background 0.35s ease-in;
  top: -115px;
}

ul.rrss.verticalLayout.show.videoControls li.elem:nth-child(4), ul.rrss.verticalLayout.show.videoControls li.elemMobile:nth-child(4) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s, color 0.35s ease-in, background 0.35s ease-in;
  top: -170px;
}

ul.rrss.verticalLayout.show a.whatapp li {
  top: 185px;
}

ul.rrss.verticalLayout.show li.elemMobile {
  opacity: 1;
}

ul.rrss.verticalLayout.show li.elemMobile:nth-child(1) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s, color 0.35s ease-in, background 0.35s ease-in;
  top: 16.5rem;
}

ul.rrss.verticalLayout.show li.elemMobile:nth-child(2) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.1s, color 0.35s ease-in, background 0.35s ease-in;
  top: 11rem;
}

ul.rrss.verticalLayout.show li.elemMobile:nth-child(3) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: 5.5rem;
}

ul.rrss.verticalLayout.show li.elemMobile:nth-child(4) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: 0rem;
}

ul.rrss.verticalLayout.show li.elem {
  opacity: 1;
}

ul.rrss.verticalLayout.show li.elem:nth-child(1) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s, color 0.35s ease-in, background 0.35s ease-in;
  top: 192px;
}

ul.rrss.verticalLayout.show li.elem:nth-child(2) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.1s, color 0.35s ease-in, background 0.35s ease-in;
  top: 132px;
}

ul.rrss.verticalLayout.show li.elem:nth-child(3) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: 66px;
}

ul.rrss.verticalLayout.show li.elem:nth-child(4) {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
  top: 8px;
}

/*MEDIA QUERIES*/
/* 
  ##Device = Low Resolution Tablets, Mobiles
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 767px) {
  ul.rrss.horizontalLayout.hide li.elem, ul.rrss.horizontalLayout.hide li.elemMobile {
    top: -30px;
  }
  ul.rrss.horizontalLayout li.elem, ul.rrss.horizontalLayout li.elemMobile {
    padding: 0.5rem;
    margin: 1rem;
    margin-top: 1.5rem;
  }
  ul.rrss.horizontalLayout li.elem > i, ul.rrss.horizontalLayout li.elemMobile > i {
    font-size: 1.5rem;
  }
  ul.rrss.horizontalLayout li.elem:nth-child(3) > i, ul.rrss.horizontalLayout li.elemMobile:nth-child(3) > i {
    font-size: 2rem;
  }
  ul.rrss.verticalLayout {
    top: 6rem;
  }
  ul.rrss li.elem > i, ul.rrss li.elemMobile > i {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .verticalLayout.show li.elemMobile {
    opacity: 1;
  }
  .verticalLayout.show li.elemMobile:nth-child(1) {
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.2s, color 0.35s ease-in, background 0.35s ease-in;
    top: 12rem !important;
  }
  .verticalLayout.show li.elemMobile:nth-child(2) {
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0.1s, color 0.35s ease-in, background 0.35s ease-in;
    top: 8rem !important;
  }
  .verticalLayout.show li.elemMobile:nth-child(3) {
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
    top: 4rem !important;
  }
  .verticalLayout.show li.elemMobile:nth-child(4) {
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out 0s, color 0.35s ease-in, background 0.35s ease-in;
    top: 0rem !important;
  }
}
.filledCircle {
  background: white;
  border-radius: 100%;
  border: 0.5rem solid #fff;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filledCircle .innerCircle {
  position: absolute;
  display: block;
  width: 0%;
  height: 0%;
  top: 0%;
  left: 0%;
  border-radius: 100%;
}

.filledCircle .text {
  color: white;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -1.75px;
  position: relative;
  z-index: 10;
}

.filledCircle .text .bigger {
  font-size: 3rem;
}

.filledCircle[data-percentage="0"] .innerCircle {
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
}

.filledCircle[data-percentage="1"] .innerCircle {
  width: 1%;
  height: 1%;
  top: 49.5%;
  left: 49.5%;
}

.filledCircle[data-percentage="2"] .innerCircle {
  width: 2%;
  height: 2%;
  top: 49%;
  left: 49%;
}

.filledCircle[data-percentage="3"] .innerCircle {
  width: 3%;
  height: 3%;
  top: 48.5%;
  left: 48.5%;
}

.filledCircle[data-percentage="4"] .innerCircle {
  width: 4%;
  height: 4%;
  top: 48%;
  left: 48%;
}

.filledCircle[data-percentage="5"] .innerCircle {
  width: 5%;
  height: 5%;
  top: 47.5%;
  left: 47.5%;
}

.filledCircle[data-percentage="6"] .innerCircle {
  width: 6%;
  height: 6%;
  top: 47%;
  left: 47%;
}

.filledCircle[data-percentage="7"] .innerCircle {
  width: 7%;
  height: 7%;
  top: 46.5%;
  left: 46.5%;
}

.filledCircle[data-percentage="8"] .innerCircle {
  width: 8%;
  height: 8%;
  top: 46%;
  left: 46%;
}

.filledCircle[data-percentage="9"] .innerCircle {
  width: 9%;
  height: 9%;
  top: 45.5%;
  left: 45.5%;
}

.filledCircle[data-percentage="10"] .innerCircle {
  width: 10%;
  height: 10%;
  top: 45%;
  left: 45%;
}

.filledCircle[data-percentage="11"] .innerCircle {
  width: 11%;
  height: 11%;
  top: 44.5%;
  left: 44.5%;
}

.filledCircle[data-percentage="12"] .innerCircle {
  width: 12%;
  height: 12%;
  top: 44%;
  left: 44%;
}

.filledCircle[data-percentage="13"] .innerCircle {
  width: 13%;
  height: 13%;
  top: 43.5%;
  left: 43.5%;
}

.filledCircle[data-percentage="14"] .innerCircle {
  width: 14%;
  height: 14%;
  top: 43%;
  left: 43%;
}

.filledCircle[data-percentage="15"] .innerCircle {
  width: 15%;
  height: 15%;
  top: 42.5%;
  left: 42.5%;
}

.filledCircle[data-percentage="16"] .innerCircle {
  width: 16%;
  height: 16%;
  top: 42%;
  left: 42%;
}

.filledCircle[data-percentage="17"] .innerCircle {
  width: 17%;
  height: 17%;
  top: 41.5%;
  left: 41.5%;
}

.filledCircle[data-percentage="18"] .innerCircle {
  width: 18%;
  height: 18%;
  top: 41%;
  left: 41%;
}

.filledCircle[data-percentage="19"] .innerCircle {
  width: 19%;
  height: 19%;
  top: 40.5%;
  left: 40.5%;
}

.filledCircle[data-percentage="20"] .innerCircle {
  width: 20%;
  height: 20%;
  top: 40%;
  left: 40%;
}

.filledCircle[data-percentage="21"] .innerCircle {
  width: 21%;
  height: 21%;
  top: 39.5%;
  left: 39.5%;
}

.filledCircle[data-percentage="22"] .innerCircle {
  width: 22%;
  height: 22%;
  top: 39%;
  left: 39%;
}

.filledCircle[data-percentage="23"] .innerCircle {
  width: 23%;
  height: 23%;
  top: 38.5%;
  left: 38.5%;
}

.filledCircle[data-percentage="24"] .innerCircle {
  width: 24%;
  height: 24%;
  top: 38%;
  left: 38%;
}

.filledCircle[data-percentage="25"] .innerCircle {
  width: 25%;
  height: 25%;
  top: 37.5%;
  left: 37.5%;
}

.filledCircle[data-percentage="26"] .innerCircle {
  width: 26%;
  height: 26%;
  top: 37%;
  left: 37%;
}

.filledCircle[data-percentage="27"] .innerCircle {
  width: 27%;
  height: 27%;
  top: 36.5%;
  left: 36.5%;
}

.filledCircle[data-percentage="28"] .innerCircle {
  width: 28%;
  height: 28%;
  top: 36%;
  left: 36%;
}

.filledCircle[data-percentage="29"] .innerCircle {
  width: 29%;
  height: 29%;
  top: 35.5%;
  left: 35.5%;
}

.filledCircle[data-percentage="30"] .innerCircle {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
}

.filledCircle[data-percentage="31"] .innerCircle {
  width: 31%;
  height: 31%;
  top: 34.5%;
  left: 34.5%;
}

.filledCircle[data-percentage="32"] .innerCircle {
  width: 32%;
  height: 32%;
  top: 34%;
  left: 34%;
}

.filledCircle[data-percentage="33"] .innerCircle {
  width: 33%;
  height: 33%;
  top: 33.5%;
  left: 33.5%;
}

.filledCircle[data-percentage="34"] .innerCircle {
  width: 34%;
  height: 34%;
  top: 33%;
  left: 33%;
}

.filledCircle[data-percentage="35"] .innerCircle {
  width: 35%;
  height: 35%;
  top: 32.5%;
  left: 32.5%;
}

.filledCircle[data-percentage="36"] .innerCircle {
  width: 36%;
  height: 36%;
  top: 32%;
  left: 32%;
}

.filledCircle[data-percentage="37"] .innerCircle {
  width: 37%;
  height: 37%;
  top: 31.5%;
  left: 31.5%;
}

.filledCircle[data-percentage="38"] .innerCircle {
  width: 38%;
  height: 38%;
  top: 31%;
  left: 31%;
}

.filledCircle[data-percentage="39"] .innerCircle {
  width: 39%;
  height: 39%;
  top: 30.5%;
  left: 30.5%;
}

.filledCircle[data-percentage="40"] .innerCircle {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}

.filledCircle[data-percentage="41"] .innerCircle {
  width: 41%;
  height: 41%;
  top: 29.5%;
  left: 29.5%;
}

.filledCircle[data-percentage="42"] .innerCircle {
  width: 42%;
  height: 42%;
  top: 29%;
  left: 29%;
}

.filledCircle[data-percentage="43"] .innerCircle {
  width: 43%;
  height: 43%;
  top: 28.5%;
  left: 28.5%;
}

.filledCircle[data-percentage="44"] .innerCircle {
  width: 44%;
  height: 44%;
  top: 28%;
  left: 28%;
}

.filledCircle[data-percentage="45"] .innerCircle {
  width: 45%;
  height: 45%;
  top: 27.5%;
  left: 27.5%;
}

.filledCircle[data-percentage="46"] .innerCircle {
  width: 46%;
  height: 46%;
  top: 27%;
  left: 27%;
}

.filledCircle[data-percentage="47"] .innerCircle {
  width: 47%;
  height: 47%;
  top: 26.5%;
  left: 26.5%;
}

.filledCircle[data-percentage="48"] .innerCircle {
  width: 48%;
  height: 48%;
  top: 26%;
  left: 26%;
}

.filledCircle[data-percentage="49"] .innerCircle {
  width: 49%;
  height: 49%;
  top: 25.5%;
  left: 25.5%;
}

.filledCircle[data-percentage="50"] .innerCircle {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}

.filledCircle[data-percentage="51"] .innerCircle {
  width: 51%;
  height: 51%;
  top: 24.5%;
  left: 24.5%;
}

.filledCircle[data-percentage="52"] .innerCircle {
  width: 52%;
  height: 52%;
  top: 24%;
  left: 24%;
}

.filledCircle[data-percentage="53"] .innerCircle {
  width: 53%;
  height: 53%;
  top: 23.5%;
  left: 23.5%;
}

.filledCircle[data-percentage="54"] .innerCircle {
  width: 54%;
  height: 54%;
  top: 23%;
  left: 23%;
}

.filledCircle[data-percentage="55"] .innerCircle {
  width: 55%;
  height: 55%;
  top: 22.5%;
  left: 22.5%;
}

.filledCircle[data-percentage="56"] .innerCircle {
  width: 56%;
  height: 56%;
  top: 22%;
  left: 22%;
}

.filledCircle[data-percentage="57"] .innerCircle {
  width: 57%;
  height: 57%;
  top: 21.5%;
  left: 21.5%;
}

.filledCircle[data-percentage="58"] .innerCircle {
  width: 58%;
  height: 58%;
  top: 21%;
  left: 21%;
}

.filledCircle[data-percentage="59"] .innerCircle {
  width: 59%;
  height: 59%;
  top: 20.5%;
  left: 20.5%;
}

.filledCircle[data-percentage="60"] .innerCircle {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
}

.filledCircle[data-percentage="61"] .innerCircle {
  width: 61%;
  height: 61%;
  top: 19.5%;
  left: 19.5%;
}

.filledCircle[data-percentage="62"] .innerCircle {
  width: 62%;
  height: 62%;
  top: 19%;
  left: 19%;
}

.filledCircle[data-percentage="63"] .innerCircle {
  width: 63%;
  height: 63%;
  top: 18.5%;
  left: 18.5%;
}

.filledCircle[data-percentage="64"] .innerCircle {
  width: 64%;
  height: 64%;
  top: 18%;
  left: 18%;
}

.filledCircle[data-percentage="65"] .innerCircle {
  width: 65%;
  height: 65%;
  top: 17.5%;
  left: 17.5%;
}

.filledCircle[data-percentage="66"] .innerCircle {
  width: 66%;
  height: 66%;
  top: 17%;
  left: 17%;
}

.filledCircle[data-percentage="67"] .innerCircle {
  width: 67%;
  height: 67%;
  top: 16.5%;
  left: 16.5%;
}

.filledCircle[data-percentage="68"] .innerCircle {
  width: 68%;
  height: 68%;
  top: 16%;
  left: 16%;
}

.filledCircle[data-percentage="69"] .innerCircle {
  width: 69%;
  height: 69%;
  top: 15.5%;
  left: 15.5%;
}

.filledCircle[data-percentage="70"] .innerCircle {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}

.filledCircle[data-percentage="71"] .innerCircle {
  width: 71%;
  height: 71%;
  top: 14.5%;
  left: 14.5%;
}

.filledCircle[data-percentage="72"] .innerCircle {
  width: 72%;
  height: 72%;
  top: 14%;
  left: 14%;
}

.filledCircle[data-percentage="73"] .innerCircle {
  width: 73%;
  height: 73%;
  top: 13.5%;
  left: 13.5%;
}

.filledCircle[data-percentage="74"] .innerCircle {
  width: 74%;
  height: 74%;
  top: 13%;
  left: 13%;
}

.filledCircle[data-percentage="75"] .innerCircle {
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
}

.filledCircle[data-percentage="76"] .innerCircle {
  width: 76%;
  height: 76%;
  top: 12%;
  left: 12%;
}

.filledCircle[data-percentage="77"] .innerCircle {
  width: 77%;
  height: 77%;
  top: 11.5%;
  left: 11.5%;
}

.filledCircle[data-percentage="78"] .innerCircle {
  width: 78%;
  height: 78%;
  top: 11%;
  left: 11%;
}

.filledCircle[data-percentage="79"] .innerCircle {
  width: 79%;
  height: 79%;
  top: 10.5%;
  left: 10.5%;
}

.filledCircle[data-percentage="80"] .innerCircle {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.filledCircle[data-percentage="81"] .innerCircle {
  width: 81%;
  height: 81%;
  top: 9.5%;
  left: 9.5%;
}

.filledCircle[data-percentage="82"] .innerCircle {
  width: 82%;
  height: 82%;
  top: 9%;
  left: 9%;
}

.filledCircle[data-percentage="83"] .innerCircle {
  width: 83%;
  height: 83%;
  top: 8.5%;
  left: 8.5%;
}

.filledCircle[data-percentage="84"] .innerCircle {
  width: 84%;
  height: 84%;
  top: 8%;
  left: 8%;
}

.filledCircle[data-percentage="85"] .innerCircle {
  width: 85%;
  height: 85%;
  top: 7.5%;
  left: 7.5%;
}

.filledCircle[data-percentage="86"] .innerCircle {
  width: 86%;
  height: 86%;
  top: 7%;
  left: 7%;
}

.filledCircle[data-percentage="87"] .innerCircle {
  width: 87%;
  height: 87%;
  top: 6.5%;
  left: 6.5%;
}

.filledCircle[data-percentage="88"] .innerCircle {
  width: 88%;
  height: 88%;
  top: 6%;
  left: 6%;
}

.filledCircle[data-percentage="89"] .innerCircle {
  width: 89%;
  height: 89%;
  top: 5.5%;
  left: 5.5%;
}

.filledCircle[data-percentage="90"] .innerCircle {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.filledCircle[data-percentage="91"] .innerCircle {
  width: 91%;
  height: 91%;
  top: 4.5%;
  left: 4.5%;
}

.filledCircle[data-percentage="92"] .innerCircle {
  width: 92%;
  height: 92%;
  top: 4%;
  left: 4%;
}

.filledCircle[data-percentage="93"] .innerCircle {
  width: 93%;
  height: 93%;
  top: 3.5%;
  left: 3.5%;
}

.filledCircle[data-percentage="94"] .innerCircle {
  width: 94%;
  height: 94%;
  top: 3%;
  left: 3%;
}

.filledCircle[data-percentage="95"] .innerCircle {
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
}

.filledCircle[data-percentage="96"] .innerCircle {
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
}

.filledCircle[data-percentage="97"] .innerCircle {
  width: 97%;
  height: 97%;
  top: 1.5%;
  left: 1.5%;
}

.filledCircle[data-percentage="98"] .innerCircle {
  width: 98%;
  height: 98%;
  top: 1%;
  left: 1%;
}

.filledCircle[data-percentage="99"] .innerCircle {
  width: 99%;
  height: 99%;
  top: 0.5%;
  left: 0.5%;
}

.filledCircle[data-percentage="100"] .innerCircle {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

@media (max-width: 767px) {
  .filledCircle .text {
    font-size: 1.5rem;
  }
  .filledCircle .text .bigger {
    font-size: 2.5rem;
  }
}
.textPodcast {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.textPodcast .absoluteContainer {
  width: 100%;
  max-width: 22vw;
  height: auto;
  position: absolute;
  bottom: 20%;
  left: 5vw;
  opacity: 0;
  z-index: 0;
  transition: all 2.2s ease-in-out;
}

.textPodcast .absoluteContainer.show {
  opacity: 1;
  z-index: 2;
  bottom: 30%;
  transition: all 2.2s ease-in-out;
}

.textPodcast .absoluteContainer .year, .textPodcast .absoluteContainer .leftText {
  width: 100%;
}

.textPodcast .absoluteContainer .year {
  display: block;
  font-size: 8rem;
  font-weight: 700;
  color: #FFF;
  margin-top: 2rem;
  text-shadow: 0.2rem 0.1rem 8rem #000;
}

.textPodcast .absoluteContainer .leftText {
  font-size: 1.6rem;
  color: #FFF;
  text-shadow: 0.2rem 0.1rem 2rem #000;
}

.textPodcast .song {
  position: absolute;
  left: 5vw;
  transition: all 2.2s ease-in-out;
  bottom: 0;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #FFF;
  font-size: 1rem;
  width: 20vw;
  padding: 1rem 0 0 1rem;
}

.textPodcast .song.show {
  opacity: 1;
  z-index: 2;
  bottom: 2vh;
  transition: all 2.2s ease-in-out;
}

.textPodcast .song span {
  margin-right: 1rem;
  font-size: 2rem;
}

.textPodcast .centralText {
  font-size: 2.5rem;
  font-weight: 700;
  width: 100%;
  display: block;
  color: white;
  max-width: 35vw;
  opacity: 0;
  z-index: 0;
  text-shadow: 0.2rem 0.1rem 2rem #000;
  transition: all 2.2s ease-in-out;
}

.textPodcast .centralText.show {
  opacity: 1;
  z-index: 4;
  transition: all 2.2s ease-in-out;
}

@media (max-width: 1365px) {
  .textPodcast .centralText.show {
    font-size: 1.5rem;
    max-width: 35rem;
  }
}

@media (max-width: 1679px) {
  .textPodcast .centralText.show {
    font-size: 1.5rem;
    max-width: 35rem;
  }
}
.customSubtitles {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
  position: absolute;
  color: white;
  font-size: 1.7rem;
  padding: 1rem;
  width: calc( 100% - 2rem);
  left: 0;
  bottom: 7rem;
  text-align: center;
  font-family: 'UniversLTStd';
}

.customSubtitles.show {
  opacity: 1;
}

.videoExtraActive .customSubtitles, .challengeActive .customSubtitles {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
  position: absolute;
  color: white;
  font-size: 1.7rem;
  padding: 1rem;
  width: calc( 100vw - 2rem);
  left: 0;
  bottom: 6.5rem;
  text-align: center;
  font-family: 'UniversLTStd';
}

.videoExtraActive .customSubtitles.show, .challengeActive .customSubtitles.show {
  opacity: 1;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

.videoToFront {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8) !important;
  height: 100vh !important;
}

.videoToFront .r5-wraper {
  width: 80% !important;
  margin: 0 auto;
  left: 10%;
  top: 10%;
  height: 80%;
}

.r5-wraper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.r5-wraper *, .r5-wraper:after, .r5-wraper:before {
  box-sizing: border-box;
}

.r5-wraper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.r5-wraper video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.r5-wraper .r5-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.r5-wraper .r5-content * {
  pointer-events: auto;
}

.r5-wraper .r5-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s ease;
  opacity: 1;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*&:hover {
      opacity: 0.9;
    }*/
}

.r5-wraper .r5-overlay button {
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.25vw;
  margin-top: -1.25vw;
  font-size: 1vw !important;
  color: white;
}

.r5-wraper .r5-overlay.toFront {
  z-index: 0;
}

.r5-wraper div.preroll {
  transition: visibility 0.400s, opacity 0.350s linear;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}

.r5-wraper div.preroll.hide {
  transition: visibility 0.400s, opacity 0.350s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.r5-wraper button {
  background: 0 0;
  border: none;
  outline: 0;
  opacity: .8;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.r5-wraper button:hover {
  opacity: 1;
}

.r5-wraper .iconPlay {
  font-size: 1.2rem !important;
  color: white;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.r5-wraper .iconPlay:hover {
  color: #22CAC0;
}

.r5-wraper .r5-controls, .r5-wraper .r5-seekbar-wraper {
  width: 100%;
}

.r5-wraper .r5-subs-hidden {
  opacity: 0.3;
}

.r5-wraper .r5-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.r5-wraper .custom-pos {
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.75vw;
  transition: all 0.3s;
}

.r5-wraper .custom-pos:hover {
  color: #22CAC0;
  transition: all 0.3s;
}

.r5-wraper .custom-pos i:hover {
  color: #22CAC0;
  transition: all 0.3s;
}

.r5-wraper .downloadAudio {
  font-size: 1.5rem;
  color: #FFF;
}

.r5-wraper .r5-pull-right {
  float: right;
}

.r5-wraper .r5-timecode {
  display: none;
  font-size: 14px;
  margin: 0 0.75vw;
  position: relative;
  display: inline;
  font-family: 'RobotoLight';
  vertical-align: middle;
}

.r5-wraper .r5-seekbar-wraper {
  display: inline-block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  transition: height 0.3s ease;
}

.r5-wraper .r5-seekbar-wraper input[type=range] {
  width: 100%;
  position: absolute;
  top: -5px;
  opacity: 0;
  cursor: pointer;
}

.r5-wraper .r5-seekbar {
  background-color: #22CAC0;
  transition: width 0.1s;
  border-radius: 5px;
}

.r5-wraper .r5-seekbar-loaded {
  background-color: transparent;
}

.r5-wraper .r5-seekbar, .r5-wraper .r5-seekbar-loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 5px;
}

.r5-wraper .r5-volume {
  display: inline-block;
  display: none;
  position: relative;
}

.r5-wraper .r5-volume .r5-volume-inner {
  position: absolute;
  left: 1.5vw;
  bottom: 3vw;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.r5-wraper .r5-volume .r5-volume-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 6px;
}

.r5-wraper .r5-volume input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-writing-mode: bt-lr;
      -ms-writing-mode: bt-lr;
          writing-mode: bt-lr;
  -webkit-appearance: slider-vertical !important;
}

.r5-wraper .r5-volume .r5-volume-bar {
  width: 100%;
  height: 100%;
  background-color: white;
}

.r5-wraper .r5-volume:hover .r5-volume-inner {
  transition: visibility 0s, opacity .3s ease;
  opacity: 1;
  visibility: visible;
}

.r5-wraper .r5-volume:hover + .r5-timecode {
  display: none;
}

.r5-wraper .r5-fullscreen {
  margin: 0 0.75vw;
  display: none;
}

.r5-wraper .r5-subtitle {
  position: relative;
  display: inline-block;
  opacity: 0.8;
}

.r5-wraper .r5-subtitle i {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.r5-wraper .r5-subtitle:hover .r5-subtitle-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease;
}

.r5-wraper .r5-subtitle-menu {
  position: absolute;
  padding-bottom: 20px;
  bottom: 20px;
  left: -5px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.r5-wraper::cue {
  line-height: 1.4;
  opacity: .8;
  background: rgba(0, 0, 0, 0.3);
}

.r5-wraper .r5-controls {
  /*.r5-play.custom-pos {
        font-size: 1.5vw;
    }*/
}

.r5-wraper .r5-controls .r5-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75vw;
}

.r5-wraper .r5-controls .r5-controls-wraper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.75vw;
  margin-right: 0;
}

.r5-wraper .r5-controls .r5-controls-wraper span {
  color: #FFF;
  font-family: "UniversLTStd";
}

.r5-wraper .r5-controls.r5-controls--overlay {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.r5-wraper .r5-controls.r5-controls--overlay button {
  color: #fff;
}

.r5-wraper .r5-controls.r5-controls--overlay button.active {
  color: #44FFB4;
}

.r5-wraper .r5-controls.r5-controls--overlay.r5-auto-hide {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.r5-wraper .r5-controls.r5-controls--fixed {
  height: 45px;
  margin-top: -3px;
  background-color: #329478;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.r5-wraper .r5-controls.r5-controls--fixed button {
  color: #fff;
}

.r5-wraper .r5-controls.r5-controls--fixed .r5-seekbar-wraper {
  height: 5px;
  position: relative;
  overflow: hidden;
}

.r5-wraper:hover .r5-controls--overlay.r5-auto-hide {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.r5-wraper.squareLayout .r5-seekbar-wraper {
  border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.r5-wraper.squareLayout .r5-seekbar, .r5-wraper.squareLayout .r5-seekbar-loaded {
  border-radius: 0;
}

.r5-wraper.squareLayout .r5-seekbar {
  background-color: #9eaa7d;
}

.r5-wraper.squareLayout .r5-play {
  display: block !important;
  position: absolute;
  width: 55px;
  border: 1px solid white;
  right: 33px;
  height: 55px;
}

.r5-wraper.squareLayout .custom-pos {
  display: block;
  font-size: initial;
  padding: 0;
  margin: 0 auto;
  line-height: 55px;
}

.r5-wraper.squareLayout .custom-pos i {
  font-size: 1vw;
}

.r5-wraper.squareLayout .r5-controls-wraper {
  width: 100%;
  text-align: right;
  padding-right: calc(33px + 55px);
  padding-bottom: calc(33px + 8px);
}

.r5-wraper.squareLayout .r5-controls-wraper .r5-subtitle, .r5-wraper.squareLayout .r5-controls-wraper .r5-volume, .r5-wraper.squareLayout .r5-controls-wraper .r5-fullscreen {
  display: inline-block !important;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid white;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.r5-wraper.squareLayout .r5-controls-wraper .r5-subtitle:hover, .r5-wraper.squareLayout .r5-controls-wraper .r5-volume:hover, .r5-wraper.squareLayout .r5-controls-wraper .r5-fullscreen:hover {
  cursor: pointer;
  background-color: white;
}

.r5-wraper.squareLayout .r5-controls-wraper .r5-subtitle:hover i, .r5-wraper.squareLayout .r5-controls-wraper .r5-volume:hover i, .r5-wraper.squareLayout .r5-controls-wraper .r5-fullscreen:hover i {
  color: #6d6d6d;
}

.r5-wraper.squareLayout .r5-controls-wraper .r5-fullscreen, .r5-wraper.squareLayout .r5-controls-wraper .r5-timecode {
  display: inline-block;
}

.r5-wraper.squareLayout .r5-controls-wraper .r5-timecode {
  margin-right: 24px;
  position: relative;
  font-family: 'Maison Light';
  font-size: 14px;
  top: 50%;
  letter-spacing: 5px;
}

.r5-wraper.squareLayout .r5-controls-wraper .r5-volume:hover .r5-volume-inner {
  opacity: 0;
  display: none;
}

.r5-wraper.squareLayout .r5-overlay {
  display: none !important;
}

div.video {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
  z-index: 0;
  transition: opacity 150ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, opacity 150ms ease-in-out;
  transition: transform 500ms ease-in-out, opacity 150ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

div.video.full {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

div.video.full video {
  position: fixed;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: -1;
}

div.video.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

div.video:focus {
  outline: none;
}

.toFrontMedia {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transition: all 300ms linear;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}

.toFrontMedia .videoWrapper {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
  width: 100vw;
}

.toFrontMedia span.icon-circle-close {
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  cursor: pointer;
}

.toFrontMedia.show {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.toFrontMedia.show .r5-wraper {
  width: 60%;
  margin: 0 auto;
  vertical-align: middle;
}

.r5-controls {
  z-index: 99 !important;
}

/* iPads (landscape) ----------- */
@media only screen and (max-device-width: 1024px) {
  .customSubtitles {
    bottom: 5rem;
  }
  .r5-wraper .r5-seekbar-wraper {
    margin: 1.5rem 1rem;
  }
  .r5-wraper .r5-controls.r5-controls--overlay {
    bottom: 2rem;
  }
  .r5-wraper .custom-pos {
    font-size: 2rem;
  }
  .r5-wraper .r5-fullscreen {
    font-size: 1.8rem;
  }
  .r5-wraper .r5-volume {
    display: none;
  }
}

@media only screen and (min-width: 1282px) {
  .r5-wraper .r5-seekbar-wraper {
    margin: 1rem 1rem;
  }
  .r5-wraper .r5-controls.r5-controls--overlay {
    bottom: 1rem;
  }
}

@media only screen and (max-width: 1281px) {
  .r5-wraper .r5-controls.r5-controls--overlay {
    bottom: 15px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles 
  ##Screen = B/w to 767px
*/
@media only screen and (max-width: 767px) {
  .r5-wraper .custom-pos {
    font-size: 2.5rem;
  }
  .r5-wraper .r5-fullscreen {
    font-size: 2rem;
  }
  .r5-wraper .r5-overlay button {
    width: 5vw;
    height: 5vw;
    margin-left: -2.5vw;
    margin-top: -2.5vw;
    font-size: 2vw !important;
  }
  .r5-wraper .specialCircledPlay {
    font-size: 0.75rem !important;
    min-width: 2.5rem;
    min-height: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.contentList {
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 4.5rem;
}

.contentList .podcast {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem 1rem;
  box-sizing: border-box;
  height: auto;
  font-family: "UniversLTStd";
  background-color: #1EB0FC;
  width: 18%;
  font-size: 1rem;
  margin: 0 0 1.5rem 1rem;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
}

.contentList .podcast.notPublished .podcastFooter .duration {
  display: none;
}

.contentList .podcast.notPublished .podcastFooter .button {
  display: none;
}

.contentList .podcast.notPublished .podcastFooter .estrenoClass {
  padding-bottom: 0.2rem;
  margin: 0.7rem 0;
}

.contentList .podcast.notPublished {
  opacity: 0.3;
  pointer-events: none;
}

.contentList .podcast:hover {
  background-color: #22CAC0;
  transition: all 0.5s;
}

.contentList .podcast .podcastTitle {
  color: #FFF;
  padding-top: 1.5rem;
  width: 100%;
  text-align: left;
}

.contentList .podcast .podcastBody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.contentList .podcast .podcastBody .icon-circle-play {
  font-size: 2.4rem;
  margin-right: 1rem;
}

.contentList .podcast .podcastFooter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0rem;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contentList .podcast .podcastFooter .duration {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-left: 1rem;
}

.contentList .podcast .podcastFooter .button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 0.2rem;
  margin: 0.7rem 0;
  border-bottom: 0px;
}

.contentList .podcast .podcastFooter .button:hover {
  border-bottom: solid 1px #FFF;
}

.contentList .podcast .podcastFooter .button i {
  margin-left: 0.6rem;
}

@media (max-width: 850px) {
  body.podcastList .content .lastPodcast {
    padding: 2rem 0 0 1rem;
  }
  .contentList {
    width: 100%;
    height: auto;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentList .podcast:first-child {
    background-color: #1EB0FC;
  }
  .contentList .podcast {
    font-family: "UniversLTStd";
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 0.5vh;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .contentList .podcast .podcastBody {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .contentList .podcast {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contentList .podcast .podcastBody {
    /* span {
      display: none;
    }*/
  }
  .contentList .podcast .podcastBody .description {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.9rem;
  }
}
.containerQuestionsQuiz {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.containerQuestionsQuiz .boxQuestion {
  height: 5rem;
  background-color: #22cac0;
  margin: 1rem;
  width: 21rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  transition: all 300ms;
  position: relative;
}

.containerQuestionsQuiz .boxQuestion:first-child {
  margin-left: 0;
}

.containerQuestionsQuiz .boxQuestion span {
  position: absolute;
  top: -4rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 300ms;
  opacity: 0;
}

.containerQuestionsQuiz .boxQuestion.enabled {
  cursor: pointer;
  background-color: #22cac0;
}

.containerQuestionsQuiz .boxQuestion.enabled:hover {
  background-color: #20736e;
}

.containerQuestionsQuiz .boxQuestion.enabled .questionGood i {
  font-size: 2rem;
  color: #20736e;
}

.containerQuestionsQuiz .boxQuestion.enabled .questionGood.show {
  opacity: 1;
}

.containerQuestionsQuiz .boxQuestion.enabled .questionBad i {
  font-size: 2rem;
  color: red;
}

.containerQuestionsQuiz .boxQuestion.enabled .questionBad.show {
  opacity: 1;
}

.containerQuestionsQuiz .boxQuestion p {
  color: #ffffff;
  font-family: "UniversLTStd-Bold";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.84px;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.containerQuestionsQuiz .boxQuestion .imageContainer .imageQuestion > img {
  display: inline-block;
  width: 100%;
}

.containerQuestionsQuiz .boxQuestion .imageContainer .imageQuestion p {
  height: 5rem;
}

.containerQuestionsQuiz .solutionContainer .solution {
  height: auto;
  padding: 0;
}

.containerQuestionsQuiz .boxQuestionText {
  margin: 2rem;
  margin-top: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .containerQuestionsQuiz .boxQuestion {
    background-color: #22cac000;
    width: auto;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .containerQuestionsQuiz .boxQuestion:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .containerQuestionsQuiz .boxQuestion {
    background-color: #22cac000;
    margin: 0;
  }
  .containerQuestionsQuiz .boxQuestion:first-child {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .containerQuestionsQuiz {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .containerQuestionsQuiz .boxQuestion {
    width: 100%;
    background-color: #22cac000;
    margin-bottom: 2rem;
  }
  .containerQuestionsQuiz .boxQuestion:first-child {
    margin-bottom: 2rem;
  }
  .containerQuestionsQuiz .solutionContainer .solution {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.imageQuizComponent {
  width: 100%;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion {
  height: auto;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion.enabled {
  cursor: pointer;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion.enabled:hover {
  background-color: #20736e;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion.enabled .questionGood i {
  font-size: 2rem;
  color: #20736e;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion.enabled .questionGood.show {
  opacity: 1;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion.enabled .questionBad i {
  font-size: 2rem;
  color: red;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion.enabled .questionBad.show {
  opacity: 1;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion .imageContainer {
  width: 21rem;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion .imageContainer .imageQuestion {
  background: #22cac0;
  margin-bottom: 2rem;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion .imageContainer .imageQuestion > img {
  display: inline-block;
  width: 100%;
}

.imageQuizComponent .containerQuestionsQuiz .boxQuestion .imageContainer .imageQuestion p {
  height: 5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .imageQuizComponent .containerQuestionsQuiz > div .boxQuestion {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .imageQuizComponent .containerQuestionsQuiz > div {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .imageQuizComponent .containerQuestionsQuiz > div .boxQuestion {
    width: 40%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .imageQuizComponent .containerQuestionsQuiz > div .boxQuestion .imageContainer .imageQuestion p {
    font-size: 1rem;
    height: 3rem;
  }
  .imageQuizComponent .containerQuestionsQuiz .solutionContainer {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .imageQuizComponent .containerQuestionsQuiz .solutionContainer .solution {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.textNumberComponent .containerQuestionsQuiz {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.textNumberComponent .containerQuestionsQuiz .solutionContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.textNumberComponent .containerQuestionsQuiz .solutionContainer .solution {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.textNumberComponent .containerQuestionsQuiz .solutionContainer .solution .textSolution {
  width: 29rem;
  color: #ffffff;
  font-family: "UniversLTStd";
  line-height: 1.4rem;
  font-size: 1.25rem;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle {
  width: 15vw;
  height: 15vw;
  transition: all 300ms;
  margin: 2rem;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle .innerCircle {
  background: #22cac0;
  transition: all 300ms;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle .text {
  color: #0074B0;
  font-size: 1.5rem;
  transition: all 300ms;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle:not(.interactive) {
  cursor: pointer;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle:not(.interactive):hover .innerCircle {
  background: #1eb0fc;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle:not(.interactive):hover .text {
  color: white;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle span.crossAndTick {
  position: absolute;
  top: -4rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 300ms;
  opacity: 0;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle span.crossAndTick.questionGood i {
  font-size: 2rem;
  color: #20736e;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle span.crossAndTick.questionGood.show {
  opacity: 1;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle span.crossAndTick.questionBad i {
  font-size: 2rem;
  color: red;
}

.textNumberComponent .containerQuestionsQuiz .filledCircle span.crossAndTick.questionBad.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .textNumberComponent .containerQuestionsQuiz .filledCircle {
    width: 20vw;
    height: 20vw;
    margin: 1rem;
    border: 0.3rem solid #fff;
  }
  .textNumberComponent .containerQuestionsQuiz .filledCircle .innerCircle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .textNumberComponent .containerQuestionsQuiz .filledCircle .text {
    color: white;
    font-family: 'UniversLTStd';
    font-weight: 500;
    font-size: 1.3rem;
  }
  .textNumberComponent .containerQuestionsQuiz .solutionContainer .solution {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .textNumberComponent .containerQuestionsQuiz .solutionContainer .solution .textSolution {
    width: 100%;
  }
}
.rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

.rangeslider__labels .rangeslider__label-item {
  color: #22cac0;
  font-size: 2rem !important;
}

.sliderQuizComponent {
  width: 100%;
}

.sliderQuizComponent .questionWrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sliderQuizComponent .questionWrapper .textSolution {
  width: 40%;
}

.sliderQuizComponent .questionWrapper .textSolution p {
  color: #ffffff;
  font-family: "UniversLTStd";
  line-height: 1.4rem;
  font-size: 1.25rem;
}

.sliderQuizComponent .questionWrapper .wrapperSlider {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0rem;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .maxMinValues {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .maxMinValues p {
  color: #ffffff;
  font-family: "UniversLTStd-Bold";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.84px;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion {
  width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion.showingAnswer .rangeslider__handle-label {
  width: auto;
  padding: 0 10px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: #22cac0;
  font-weight: normal;
  font-size: 1rem;
  transition: all 100ms ease-in;
  border-radius: 4px;
  color: white;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: -3.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion.showingAnswer .rangeslider__handle-label:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #22cac0;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .rangeslider {
  background: #000000;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .rangeslider__handle {
  background: #22cac0;
  border: 1px solid #22cac0;
  outline: none;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .rangeslider__handle-tooltip {
  background: #22cac0;
  font-size: 1rem;
  outline: none;
  width: auto;
  padding: 0 10px;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .rangeslider__handle-tooltip:after {
  border-top: 8px solid #22cac0;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .rangeslider__handle-tooltip span {
  margin: 0;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .rangeslider-horizontal {
  width: 100%;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion.slider-horizontal .rangeslider__fill {
  background-color: #33a7a0;
  height: 100%;
  border-radius: 10px;
  top: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion.slider-horizontal .rangeslider__handle {
  width: 10px;
  height: 30px;
  box-shadow: none;
  border-radius: 10px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion.slider-horizontal .rangeslider__handle:after {
  content: none;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion.slider-horizontal .rangeslider__handle-tooltip {
  top: -55px;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider {
  position: absolute;
  height: 12px;
  z-index: 1;
  display: none;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider.show {
  display: block;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider .rangeslider__fill {
  background-color: #1eb0fc;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider .rangeslider__fill.inverted {
  float: right;
  right: 0;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider .rangeslider__handle {
  background-color: #1eb0fc;
  border: 1px solid #1eb0fc;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider .rangeslider__handle-tooltip {
  background: #1eb0fc;
}

.sliderQuizComponent .questionWrapper .wrapperSlider .sliderQuestion .solutionSlider .rangeslider__handle-tooltip:after {
  border-top: 8px solid #1eb0fc;
}

.sliderQuizComponent .solutionContainer .questionWrapper.solution {
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 767px) {
  .sliderQuizComponent .questionWrapper .wrapperSlider {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
  }
  .sliderQuizComponent .questionWrapper .wrapperSlider .maxMinValues {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sliderQuizComponent .questionWrapper .wrapperSlider .maxMinValues p {
    font-size: 1.3rem;
  }
  .sliderQuizComponent .questionWrapper .btnComponent.leftPosition {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sliderQuizComponent .questionWrapper .btnComponent.leftPosition p {
    padding-left: 0;
  }
  .rangeslider__labels .rangeslider__label-item {
    color: #22cac0;
    font-size: 15px !important;
  }
}
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;
}

.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}

.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4);
}

.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1;
}

.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%;
}

.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px;
}

.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0;
}

.rangeslider-horizontal .rangeslider__handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.rangeslider-horizontal .rangeslider__handle:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset;
}

.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px;
}

.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent;
}

.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute;
}

.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0;
}

.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none;
}

.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px;
}

/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0;
}

.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit;
}

/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative;
}

.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px;
}

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.endQuiz {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.endQuiz .leftContainer {
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.endQuiz .leftContainer .containerQuiz .containerTextQuiz p {
  width: 100%;
}

.endQuiz .leftContainer .middleContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}

.endQuiz .leftContainer .middleContainer > p {
  color: #ffffff;
  font-family: "UniversLTStd";
  font-size: 1.05rem;
  line-height: 1.3rem;
}

.endQuiz .leftContainer .bottomContainer > p {
  color: #ffffff;
  font-family: "UniversLTStd-Bold";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  width: 50%;
  margin-bottom: 2rem;
}

.endQuiz .leftContainer .bottomContainer > p .blue {
  color: #1eb0fc;
}

.endQuiz .leftContainer .bottomContainer .newQuizContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.endQuiz .leftContainer .bottomContainer .newQuizContainer > p {
  color: #ffffff;
  font-family: "UniversLTStd";
  font-size: 1rem;
  line-height: 1.2rem;
  margin-right: 2rem;
}

.endQuiz .leftContainer .bottomContainer .shareContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-left: 0;
}

.endQuiz .leftContainer .bottomContainer .shareContainer ul.rrss.horizontalLayout {
  width: auto;
  position: relative;
  left: 2rem;
}

.endQuiz .leftContainer .bottomContainer .shareContainer ul.rrss.horizontalLayout li.elem {
  padding: 0.3rem;
  margin: 1rem;
}

.endQuiz .leftContainer .bottomContainer .shareContainer ul.rrss.horizontalLayout li.elem > i {
  font-size: 1.2rem;
}

.endQuiz .rightContainer {
  width: 40vw;
  position: relative;
}

.endQuiz .rightContainer p.smallerTitle {
  color: #343434;
  font-family: "UniversLTStd-Bold";
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.endQuiz .rightContainer p.biggerTitle {
  color: white;
  font-family: "UniversLTStd-Bold";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 2rem;
}

.endQuiz .rightContainer:before {
  content: '';
  position: fixed;
  z-index: -1;
  width: 35vw;
  height: 125vh;
  top: -25vh;
  right: 0;
  background: #1eb0fc;
}

.endQuiz .rightContainer .textContainer {
  height: 100%;
  width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  left: 8rem;
}

.endQuiz .counter {
  display: block !important;
}

.endQuiz .filledCircle {
  max-height: 100%;
  min-width: 15vh;
  min-height: 15vh;
  width: 15vh;
  height: 15vh;
  margin-right: 3rem;
}

.endQuiz .filledCircle .innerCircle {
  background: #22cac0;
}

.endQuiz .filledCircle .text {
  color: #0074B0;
}

@media (max-width: 1366px) {
  .containerQuestionsQuiz .boxQuestion p {
    font-size: 1.3rem;
  }
  body.quiz .containerQuiz .quizComponent .nextQuizButton {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btnComponent p {
    padding: 1rem;
  }
  .endQuiz .rightContainer p.smallerTitle {
    color: #fff;
  }
  .endQuiz .leftContainer .shareContainerEndMobile {
    display: none;
  }
  .endQuiz .rightContainer a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .endQuiz .rightContainer a p {
    margin-right: 2rem;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .endQuiz .rightContainer:before {
    width: 47vw;
  }
}

@media (max-width: 520px) and (orientation: landscape) {
  .endQuiz .rightContainer:before {
    width: 35vw;
  }
  .endQuiz .rightContainer .textContainer {
    left: 2rem;
  }
  .endQuiz .rightContainer p.biggerTitle {
    font-size: 1.4rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .endQuiz .rightContainer p.smallerTitle {
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .endQuiz .leftContainer .bottomContainer > p {
    width: 90%;
  }
}

@media (max-width: 850px) and (orientation: landscape) {
  .endQuiz .rightContainer:before {
    width: 35vw;
  }
  .endQuiz .rightContainer .textContainer {
    left: 2rem;
  }
  .endQuiz .leftContainer .bottomContainer > p {
    width: 90%;
  }
}

@media (max-width: 1023px) and (orientation: portrait) {
  .endQuiz.finalMobileQuiz {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .endQuiz.finalMobileQuiz .bottomContainer.mobileStyle.hid {
    display: none;
  }
  .endQuiz.finalMobileQuiz .rightContainer:before {
    background: #1eb0fc00;
  }
  .endQuiz.finalMobileQuiz .rightContainer .textContainer p {
    color: white;
  }
  .endQuiz.finalMobileQuiz .rightContainer .textContainer a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .endQuiz.finalMobileQuiz .rightContainer .textContainer a p {
    margin-right: 2rem;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile .shareContainer {
    position: relative;
    width: 70%;
    margin-left: 0;
    padding-bottom: 4rem;
    border-top: 1px solid #fff;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile .shareContainer ul li {
    padding: 0.6rem;
    margin: 1rem;
    margin-top: 0;
    height: 2rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile .shareContainer ul li i {
    font-size: 1.1rem;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile .shareContainer .button.goDownHover:before {
    content: none;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile .shareContainer span p {
    text-align: center;
    color: #fff;
  }
  .endQuiz.finalMobileQuiz .leftContainer .shareContainerEndMobile .shareContainer ul {
    z-index: 999999;
    left: 0;
  }
  .endQuiz .leftContainer {
    width: 100%;
  }
  .endQuiz .leftContainer .middleContainer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .endQuiz .leftContainer .middleContainer .filledCircle {
    margin-bottom: 2rem;
    min-width: 17vh;
    min-height: 17vh;
    width: 17vh;
    height: 17vh;
  }
  .endQuiz .leftContainer .bottomContainer.mobileStyle {
    background: #0074b0;
    right: 2rem;
    width: 100vw;
    position: relative;
  }
  .endQuiz .leftContainer .bottomContainer.mobileStyle p {
    width: 80%;
    padding: 10%;
    margin-bottom: 0rem;
    padding-bottom: 0;
  }
  .endQuiz .leftContainer .bottomContainer.mobileStyle .newQuizContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .endQuiz .leftContainer .bottomContainer.mobileStyle .newQuizContainer p {
    padding: 0;
    width: auto;
  }
  .endQuiz .leftContainer .bottomContainer.mobileStyle .shareContainer {
    display: none;
  }
  .endQuiz .leftContainer .bottomContainer.mobileStyle div {
    padding: 2rem;
  }
  .endQuiz .rightContainer {
    width: 100%;
  }
  .endQuiz .rightContainer .textContainer {
    background: #1eb0fc;
    left: -2rem;
    width: 88vw;
    padding: 6vw;
  }
  .endQuiz .rightContainer.mobileHid {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .endQuiz .filledCircle {
    min-width: 10vw;
    min-height: 10vw;
    width: 10vw;
    height: 10vw;
  }
  .endQuiz .filledCircle .text {
    font-size: 1.5rem;
  }
  .endQuiz .filledCircle .text .bigger {
    font-size: 2.5rem;
  }
  .endQuiz .leftContainer .bottomContainer > p {
    width: 100%;
  }
  .endQuiz .rightContainer {
    width: 100%;
  }
  .endQuiz .rightContainer .textContainer {
    left: 5rem;
  }
}
div.wave {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*LAYOUTS*/
}

div.wave > div.cont {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.wave > div.cont div.containerWave {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div.wave > div.cont div.containerWave .inline.md-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div.wave > div.cont div.containerWave .inline.md-content .audio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.wave > div.cont div.containerWave .inline.md-content .audio .timePodcast {
  text-align: right;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: "UniversLTStd";
}

div.wave > div.cont div.containerWave .inline.md-content .audio .buttonAudio, div.wave > div.cont div.containerWave .inline.md-content .audio .button {
  margin: 2rem 0rem;
  margin-top: 0.2rem;
}

div.wave.extended {
  width: 100%;
}

div.wave.extended .cont {
  padding: 46px 51px 39px 51px;
  height: 100%;
  position: relative;
}

div.wave.extended .cont div.containerWave {
  position: relative;
}

div.wave.extended .cont div.containerWave > div.inline > div.share {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

div.wave.extended .cont div.containerWave > div.inline > div.audio {
  width: 60%;
}

div.wave.extended .cont div.containerWave > div.inline > div.audio div#wavesProgress {
  display: table;
  height: inherit;
}

div.wave.extended .cont div.containerWave > div.inline > div.audio div#wavesProgress div#progressContainer {
  display: table-cell;
  vertical-align: middle;
}

div.wave.basic .cont {
  padding: 46px 38px 39px 39px;
}

div.wave.basic .cont div.videoIntroContainer {
  height: 20vh;
  position: absolute;
  right: 8%;
  top: -50px;
}

div.wave.basic .cont div.videoIntroContainer video {
  margin: 0 auto;
  height: 100%;
  display: block;
}

div.wave.basic .cont div.containerWave > div.inline > div.data {
  margin-bottom: 0;
}

div.wave div.containerWave {
  width: 100%;
}

div.wave div.containerWave span.actualState {
  opacity: 0.39;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

div.wave div.containerWave span.actualState.visible {
  visibility: visible;
}

div.wave div.containerWave span.actualState.hidden {
  visibility: hidden;
}

div.wave div.containerWave > div.inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

div.wave div.containerWave > div.inline > div.data {
  width: auto;
}

div.wave div.containerWave > div.inline > div.data div.table div.cell p.title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 11px;
}

div.wave div.containerWave > div.inline > div.audio {
  height: 70px;
  width: 95%;
  display: block;
  position: relative;
}

div.wave div.containerWave > div.inline > div.audio span.buttonAudio {
  width: 66px;
  height: 66px;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  background: transparent;
  color: white;
  transition: background 0.35s ease-in, color 0.35s ease-in;
}

div.wave div.containerWave > div.inline > div.audio span.buttonAudio:hover {
  cursor: pointer;
  background: white;
  color: #292929;
  transition: background 0.35s ease-in, color 0.35s ease-in;
}

div.wave div.containerWave > div.inline > div.audio div#wavesProgress {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 100px);
  height: 100%;
}

div.wave div.containerWave > div.inline > div.share {
  width: 20%;
  position: relative;
}

div.wave div.containerWave > div.inline > div.share div.table {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}

div.wave div.containerWave > div.inline > div.share div.table span.txt {
  opacity: 0.39;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

div.wave div.containerWave > div.inline > div.share div.table ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

div.wave div.containerWave > div.inline > div.share div.table ul li {
  padding-left: 30px;
  font-size: 13px;
}

div.wave div.containerWave > div.inline > div.share div.table ul li i {
  cursor: pointer;
  color: white;
  transition: color 0.35s ease-in;
}

div.wave div.containerWave > div.inline > div.share div.table ul li i:hover {
  color: #b6b9aa;
  transition: color 0.35s ease-in;
}

div.wave.basic {
  width: 100%;
  padding: 0;
  border: 0;
}

div.wave.basic div.containerWave > div.inline {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.wave.basic div.containerWave > div.inline .actualState {
  display: none;
}

div.wave.basic div.containerWave > div.inline > div.audio {
  margin: 20px 0;
}

div.wave.basic div.containerWave > div.inline > div.data {
  width: 100%;
}

div.wave.basic div.containerWave > div.inline > div.data div.table div.cell p.title {
  padding: 0;
  color: #FFFFFF;
  font-family: 'UniversLTStd';
  font-size: 14px;
  line-height: 19px;
  width: 70%;
  white-space: initial;
  text-transform: none;
}

div.wave.extended span.binaural-close-1 {
  width: 12px;
  top: -20px;
  position: relative;
}
div#wavesProgress div#progressContainer {
  height: 100%;
  display: inline-block;
  width: 95%;
  margin-left: 5%;
  position: relative;
}

div#wavesProgress div#progressContainer span.bar {
  display: inline-block;
  height: 100%;
  float: right;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

div#wavesProgress div#progressContainer span.bar.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  opacity: 1;
  transition: width 0.3s ease;
}

div#wavesProgress div#progressContainer span.bar.progress .ballProgress {
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  background: aqua;
  right: -0.6rem;
  top: 0.6rem;
  position: absolute;
  border: 3px solid #fff;
  transition: all 300ms;
}

div#wavesProgress div#progressContainer span.bar.progress .ballProgress .timer {
  bottom: 2.7rem;
  position: relative;
  background: #22cac0;
  border-radius: 7px;
  text-align: center;
  width: 3.8rem;
  padding: 0.3rem 0.6rem;
  left: -2.2rem;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-family: "UniversLTStd";
}

div#wavesProgress div#progressContainer span.bar.progress .ballProgress .timer:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #22cac0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

div#wavesProgress div#progressContainer span.bar.total {
  opacity: 0.2;
}

div#wavesProgress div#progressContainer span#tracktime {
  background: #1eb0fc;
  border-radius: 100px;
  position: absolute;
  top: -1.6vw;
  color: #ffffff;
  font-family: "UniversLTStd";
  font-size: 12px;
  font-weight: 300;
  padding: 4px 10px;
}

div#wavesProgress div#progressContainer span#tracktime > span.elapsedTime {
  padding-right: 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

div#wavesProgress div#progressContainer span#tracktime > span.totalTime {
  margin-left: 10px;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1650px) {
  div.bigAudio {
    padding-right: 6vw;
  }
  div.bigAudio section {
    padding-left: 11vw;
  }
}

/* LAPTOP */
@media only screen and (max-width: 1440px) {
  div.bigAudio section {
    padding-left: 9vw;
  }
  div.bigAudio section h2 {
    font-size: 33px;
  }
}

/*IPAD TODOS*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html body div#progressContainer {
    height: 5vw;
  }
  html body div#progressContainer span#tracktime {
    top: -3vw;
  }
}

/* IPAD PORTRAIT */
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  html body div#progressContainer span#tracktime {
    top: -4vw;
  }
}
.blocks {
  text-align: center;
}
.button {
  cursor: pointer;
}

.button.goDownHover {
  position: relative;
  padding: 1rem 10px;
  transition: all 300ms cubic-bezier(1, 0.4, 0.4, 1);
}

.button.goDownHover:hover {
  color: black;
}

.button.goDownHover:hover:before {
  height: 100%;
}

.button.goDownHover:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  transition: all 300ms cubic-bezier(1, 0.4, 0.4, 1);
}

.button.circle i {
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}

.button.circle.hoverBlack:hover i {
  background: white;
  color: black;
}

.button.circle.hoverBlue:hover i {
  background: white;
  color: #1eb0fc;
}

.button.oval {
  padding: 1rem 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 2px solid white;
  border-radius: 25px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 300ms cubic-bezier(1, 0.4, 0.4, 1);
}

.button.oval.green {
  background: #22cac0;
  border: 2px solid #22cac0;
}

.button.oval.green:hover {
  background: white;
  border: 2px solid white;
  color: #22cac0;
}

.button.oval.transparent:hover {
  background: white;
  color: #1eb0fc;
}

.button.oval.translateAnim i {
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}

.button.oval.translateAnim:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.btnComponent {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  transition: opacity 300ms linear 2200ms;
}

.btnComponent.hide {
  opacity: 0;
  transition: opacity 300ms linear;
}

.btnComponent.leftPosition {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btnComponent .btn {
  right: 0;
  border-radius: 50%;
  border: solid 2px #fff;
  cursor: pointer;
  transition: all 300ms;
  padding: 0;
  width: 3.8rem;
  height: 3.8rem;
}

.btnComponent .btn:hover {
  background: #fff;
  border: solid 2px #22cac0;
}

.btnComponent .btn:hover i {
  color: #22cac0;
}

.btnComponent .btn:hover + p {
  color: #22cac0;
}

.btnComponent .btn i {
  color: #fff;
  font-size: 1.7rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.btnComponent .btn i:before {
  line-height: 0;
}

.btnComponent p {
  color: #ffffff;
  font-family: "UniversLTStd-Bold";
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem;
  transition: all 300ms;
}

@media (max-width: 767px) {
  .btnComponent .btn {
    padding: 1.5rem;
  }
  .btnComponent .btn i {
    font-size: 1.5rem;
  }
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
@charset "UTF-8";
@font-face {
  font-family: 'UniversLTStd';
  src: url(/sonadores/dist/45e3bd5f663bd2773f3d84450ca2c576.eot);
  src: url(/sonadores/dist/45e3bd5f663bd2773f3d84450ca2c576.eot?#iefix) format("embedded-opentype"), url(/sonadores/dist/4a509a6e13da0ba66213c68340f5eec8.woff) format("woff"), url(/sonadores/dist/8df4adce6d1fef25a283ef784bee2013.ttf) format("truetype"), url(/sonadores/dist/8c142fea3302d638138dec5d524deb31.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-Bold';
  src: url(/sonadores/dist/f8e9d49a622d8d7b5cf0e2cfb91655e9.eot);
  src: url(/sonadores/dist/f8e9d49a622d8d7b5cf0e2cfb91655e9.eot?#iefix) format("embedded-opentype"), url(/sonadores/dist/17d5a222b23e2f9dcdf6898fab9289ec.woff) format("woff"), url(/sonadores/dist/c32dcb2e8441b60a8f1e9ab0dec83fcf.ttf) format("truetype"), url(/sonadores/dist/442a7c1f44a8f9556cfc704aa2c46bfd.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LoveStoryRough";
  src: url(/sonadores/dist/85f4555775c85cd60c4a041a17d5369e.eot);
  src: url(/sonadores/dist/85f4555775c85cd60c4a041a17d5369e.eot?#iefix) format("embedded-opentype"), url(/sonadores/dist/d790dce3316cf1ac40e509a6adfdccb7.woff) format("woff"), url(/sonadores/dist/52207b68e55d87c6d3f2e2b621847a7f.ttf) format("truetype"), url(/sonadores/dist/91241edf9940d2decf59d047f8088306.svg#LoveStoryRough) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "soniadores";
  src: url(/sonadores/dist/5fd83bcc01552391d8ff9bcb5ae21c81.eot);
  src: url(/sonadores/dist/5fd83bcc01552391d8ff9bcb5ae21c81.eot?#iefix) format("embedded-opentype"), url(data:application/font-woff;base64,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) format("woff"), url(data:application/octet-stream;base64,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) format("truetype"), url(/sonadores/dist/25c1d4cc40ffc7da55146190a5617deb.svg#soniadores) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "soniadores" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "soniadores" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsup:before {
  content: "a";
}

.icon-share:before {
  content: "b";
}

.icon-gplus:before {
  content: "c";
}

.icon-fb:before {
  content: "d";
}

.icon-twitter:before {
  content: "e";
}

.icon-next-arrow:before {
  content: "f";
}

.icon-cross:before {
  content: "h";
}

.icon-tick:before {
  content: "i";
}

.icon-thin-arrow-right:before {
  content: "g";
}

.icon-thin-arrow-left:before {
  content: "j";
}

.icon-play:before {
  content: "k";
}

.icon-pause:before {
  content: "l";
}

.icon-play-1:before {
  content: "m";
}

.icon-download:before {
  content: "p";
}

.icon-seek-next:before {
  content: "q";
}

.icon-seek-prev:before {
  content: "r";
}

.icon-circle-pause:before {
  content: "m";
}

.icon-circle-play:before {
  content: "o";
}

.icon-logo:before {
  content: "n";
}

.icon-arrow-down:before {
  content: "s";
}

.icon-share-1:before {
  content: "t";
}

.icon-circle-subtitle:before {
  content: "u";
}

.icon-nota:before {
  content: "v";
}

.carousel-swap-leave {
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.carousel-swap-leave-active {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.carousel-swap-enter {
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translate(110%, 0);
          transform: translate(110%, 0);
}

.carousel-swap-enter-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.carousel-swap-height {
  transition: height 1s ease-in-out;
}

.fade-wait-leave {
  opacity: 1;
}

.fade-wait-leave.fade-wait-leave-active {
  opacity: 0;
  transition: opacity 500ms ease-in;
}

.fade-wait-enter {
  opacity: 0;
}

.fade-wait-enter.fade-wait-enter-active {
  opacity: 1;
  /* Delay the enter animation until the leave completes */
  transition: opacity 500ms ease-in 650ms;
}

.fade-wait-height {
  transition: height 650ms ease-in-out, width .5s ease-in-out, top .5s ease-in-out;
}

.fade-wait-home-leave {
  opacity: 1;
}

.fade-wait-home-leave.fade-wait-home-leave-active {
  opacity: 0;
  transition: opacity 400ms ease-in;
}

.fade-wait-home-enter {
  opacity: 0;
}

.fade-wait-home-enter.fade-wait-home-enter-active {
  opacity: 1;
  /* Delay the enter animation until the leave completes */
  transition: opacity 400ms ease-in 400ms;
}

/*.fade-wait-home-height {
  transition: height 650ms ease-in-out, width .5s ease-in-out, top .5s ease-in-out;
}
*/
.cross-fade-leave {
  opacity: 1;
}

.cross-fade-leave.cross-fade-leave-active {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.cross-fade-enter {
  opacity: 0;
}

.cross-fade-enter.cross-fade-enter-active {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.cross-fade-height {
  transition: height .5s ease-in-out;
}

/***************** MENÚ *****************/
@-webkit-keyframes showsSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes showsSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* CERRAR MENÚ */
@-webkit-keyframes showsSlideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes showsSlideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* MOSTRAR NOMBRES MENÚ */
@-webkit-keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes showsBg {
  0% {
    background: #00000000;
  }
  100% {
    background: black;
  }
}

@keyframes showsBg {
  0% {
    background: #00000000;
  }
  100% {
    background: black;
  }
}

html {
  font-size: 16px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: 'UniversLTStd';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /*.headerApp + div {
    position: absolute !important;
    top: 7rem !important;
    width: 100% !important;
    height: calc(100% - 7rem);
    overflow: visible !important;
  } */
}

body .view .content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body div.rotateDevice {
  display: none;
}

body i.circle {
  border: 2px solid white;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: white;
}

body .bold {
  font-family: "UniversLTStd-Bold";
  font-weight: 700;
}

body .regular {
  font-family: "UniversLTStd";
}

#content {
  height: 100%;
}

#content .app {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content .app .view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

a {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

a:focus, input:focus, textarea:focus {
  outline: none;
}

@media (min-width: 768px) {
  html body {
    background-image: url(/sonadores/dist/bcf255fc9052850921f811750fcd5aaf.jpg);
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  html body {
    background-image: url(/sonadores/dist/5373f8df62c97cd0ea87b3913c59f0cc.jpg);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  html body {
    background-image: url(/sonadores/dist/6c0ff9da2fec2bfc45d67208c7384198.jpg);
  }
}

@media (max-width: 320px) {
  html {
    font-size: 13px;
  }
}

body.home {
  height: 100%;
  overflow-y: auto;
}

body.home .transitionContainer-home {
  position: absolute !important;
  top: 7rem !important;
  width: 100% !important;
  height: calc(100% - 7rem);
  overflow: visible !important;
}

body.home .transitionContainer-home span {
  height: 100%;
}

body.home #content {
  height: auto;
}

body.home .view {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100% !important;
}

body.home .view .content {
  padding: 0 2rem;
  height: 100%;
}

body.home .view .content h1.mainTitle {
  color: #ffffff;
  font-family: "LoveStoryRough";
  font-size: 2.3rem;
  line-height: 2.2rem;
  margin: 3rem 0;
}

body.home .view .content h1.mainTitle .titleCity {
  color: #22CAC0;
}

body.home .view .content h2 {
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-family: "UniversLTStd";
  margin-bottom: 2.5rem;
}

body.home .view .content .halfContainer {
  position: relative;
  height: 100%;
}

body.home .view .content .halfContainer span {
  height: auto;
}

body.home .view .content .halfContainer:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0;
  left: -2rem;
  width: 100vw;
  height: 100%;
  background: #1eb0fc;
  z-index: -1;
}

body.home .view .content .halfContainer:nth-child(2):after {
  content: '';
  position: absolute;
  top: -10%;
  left: -2rem;
  width: 100vw;
  height: 110%;
  z-index: -1;
}

body.home .view .content .halfContainer .aboutProject {
  width: 100%;
}

body.home .view .content .halfContainer .aboutProject .question, body.home .view .content .halfContainer .aboutProject .extra {
  display: inline-block;
  color: #FFF;
  margin: 1.5rem 0 2rem 0;
}

body.home .view .content .halfContainer .aboutProject .extra {
  margin-left: 2rem;
  font-style: italic;
}

body.home .view .content .halfContainer .aboutProject .explanation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.home .view .content .halfContainer .aboutProject .explanation .almudenaFace {
  width: 7rem;
  height: 7rem;
  background-image: url(/sonadores/dist/6c3ac20836c374ffbde486dab2c4ecf1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.home .view .content .halfContainer .aboutProject .explanation span#tracktime {
  display: none;
}

body.home .view .content .button {
  margin: 2rem 0;
  transition: all 350ms cubic-bezier(0.47, 0, 0.75, 0.72);
  background-color: transparent;
  border-color: #FFF;
}

body.home .view .content .button:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #1EB0FC;
}

body.home .view .content .button.quiz {
  width: 8vw;
  margin-bottom: 0;
}

body.home .view .content .listenPodcasts {
  display: none;
}

body.home .view .content .blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.home .view .content .blocks .bigger {
  color: white;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
}

body.home .view .content .blocks .normal {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: left;
}

body.home .view .podcastContainer {
  display: block;
}

@media (orientation: landscape) {
  body.home .view .content {
    padding: 0 4.5rem;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.home .view .content .halfContainer {
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  body.home .view .content .halfContainer:nth-child(1) {
    width: 60%;
    padding-right: 10vw;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    width: 40%;
  }
  body.home .view .content .halfContainer:nth-child(2):before {
    background: url(/sonadores/media/image/statueBlue.jpg);
    position: fixed;
    right: 0;
    left: auto;
    bottom: 0;
    height: 50%;
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 35%;
    border-bottom-left-radius: 15%;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    bottom: 0;
    right: -2rem;
    width: 60%;
    height: 60%;
    background-position: bottom right;
    left: initial;
    top: initial;
  }
  body.home .view .content .button i {
    margin-left: 2rem;
  }
  body.home .view .content .button.podcast {
    margin: 3rem 0;
  }
  body.home .view .content h1.mainTitle {
    font-family: 'LoveStoryRough';
    font-size: 10rem;
    line-height: 9rem;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-weight: normal;
  }
  body.home .view .content h2 {
    font-size: 2.3vh;
    line-height: 2.2vh;
    max-width: 90%;
    margin-bottom: 1rem;
  }
  body.home .view .content .aboutProject div.wave.basic .cont {
    padding: 0 38px 0 39px;
  }
  body.home .view .content .blocks .bigger {
    font-size: 2.4rem;
    line-height: 2.3rem;
  }
  body.home .view .content .blocks .normal {
    width: 60%;
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

@media (max-aspect-ratio: 15 / 9) and (min-width: 1025px), (max-height: 900px) and (min-width: 1025px) {
  body.home .view .content h1.mainTitle {
    font-size: 5rem;
  }
  body.home .view .content h1.mainTitle br {
    display: none;
  }
  body.home .view .content h2 {
    line-height: 1.2rem;
    max-width: 90%;
    margin-bottom: 1rem;
  }
  body.home .view .content .aboutProject div.wave.basic .cont {
    padding: 0 38px 39px 39px;
  }
  body.home .view .content .blocks .normal {
    width: 90%;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-top: 2rem;
  }
  body.home .view .content button.quiz {
    padding: 0.8rem 2rem;
  }
}

@media (max-aspect-ratio: 15 / 9) and (min-width: 1025px), (max-height: 767px) and (min-width: 1025px) {
  body.home {
    overflow-x: hidden;
  }
  body.home .transitionContainer-home {
    height: auto;
  }
  body.home .transitionContainer-home .view {
    height: auto !important;
  }
  body.home .transitionContainer-home .view .podcastContainer {
    margin-top: 2rem;
  }
  body.home .transitionContainer-home .view .content .halfContainer {
    position: static;
  }
  body.home .transitionContainer-home .view .content .halfContainer:nth-child(2):before {
    position: absolute;
    height: 68%;
    top: -7rem;
  }
}

@media (max-height: 900px) {
  body.home .view .content h1.mainTitle br {
    display: none;
  }
}

@media (max-width: 1680px) and (min-width: 1441px) {
  body.home .view .content h1.mainTitle {
    font-size: 5.5rem;
    line-height: 5rem;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {
  body.home .view .content h1.mainTitle {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  body.home {
    overflow-y: initial;
  }
  body.home #content {
    height: 100%;
  }
  body.home .view {
    height: 100vh !important;
  }
  body.home .view .podcastContainer {
    display: none;
  }
  body.home .view .content {
    box-sizing: border-box;
    padding: 0 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direcion: column;
  }
  body.home .view .content .halfContainer {
    width: 100% !important;
  }
  body.home .view .content .blocks {
    width: 100%;
  }
  body.home .view .content .aboutProject {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.home .view .content .halfContainer .mainTitle {
    font-size: 4rem;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    padding-top: 0;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    background-image: none;
  }
  body.home .view .content .halfContainer:nth-child(2) .blocks .regular {
    width: 100%;
  }
  body.home .view .content h1.mainTitle {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 2.5px;
    margin: 0 0 3rem;
  }
  body.home .view .content h2 {
    max-width: 90%;
  }
  body.home .view .podcastContainer .contentList {
    padding: 0 3.2rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  body.home .view .content .mainTitle {
    font-size: 2.5rem;
  }
  body.home .view .content .halfContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.home .view .content .halfContainer span {
    height: auto;
  }
  body.home .view .content h1.mainTitle {
    font-size: 5rem;
  }
  body.home .view .content h1.mainTitle br {
    display: none;
  }
}

@media (max-width: 620px) and (orientation: landscape) {
  body.home div.transitionContainer-home {
    height: auto !important;
  }
  body.home .view {
    height: auto !important;
  }
  body.home .view .content .halfContainer {
    width: 100%;
    height: auto !important;
  }
  body.home .view .content .halfContainer:nth-child(1) {
    padding-left: 0vw;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    padding-left: 5vw;
  }
  body.home .view .content .halfContainer:nth-child(2):before {
    background: linear-gradient(to bottom, rgba(30, 176, 252, 0) 0%, rgba(30, 176, 252, 0) 1%, #1eb0fc 99%, #1eb0fc 100%);
    content: none;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    display: none;
  }
  body.home .view .content h1.mainTitle {
    color: #ffffff;
    letter-spacing: 1.5px;
    font-size: 3rem;
    line-height: 3rem;
    margin: 1rem 0;
  }
  body.home .view .content h2 {
    font-size: 1.05rem;
    line-height: 1.3rem;
    max-width: 100%;
  }
  body.home .view .content .button {
    margin: 1.5rem 0;
  }
  body.home .view .content .blocks .bigger {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-top: 0.5rem;
  }
  body.home .view .content .blocks .normal {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 621px) and (max-width: 850px) and (orientation: landscape) {
  body.home div.transitionContainer-home {
    height: auto !important;
  }
  body.home .view {
    height: auto !important;
  }
  body.home .view .content .halfContainer {
    width: 100%;
    height: auto !important;
  }
  body.home .view .content .halfContainer:nth-child(2):before {
    background: linear-gradient(to bottom, rgba(30, 176, 252, 0) 0%, rgba(30, 176, 252, 0) 1%, #1eb0fc 99%, #1eb0fc 100%);
    content: none;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    display: none;
  }
  body.home .view .content h1.mainTitle {
    color: #ffffff;
    letter-spacing: 1.5px;
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin: 1rem 0;
  }
  body.home .view .content h2 {
    font-size: 1.05rem;
    line-height: 1.3rem;
    max-width: 100%;
  }
  body.home .view .content .button {
    margin: 1.5rem 0;
  }
  body.home .view .content .blocks .bigger {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-top: 2rem;
  }
  body.home .view .content .blocks .normal {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 371px) and (max-width: 460px) and (orientation: portrait) {
  body.home {
    overflow-y: initial;
  }
  body.home #content {
    height: 100%;
  }
  body.home .view {
    height: 100vh !important;
  }
  body.home .view .content {
    padding-top: 3rem !important;
  }
  body.home .view .content .halfContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    padding-top: 3rem;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    background-image: url(/sonadores/media/image/almudena_home.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.home .view .content .halfContainer h1.mainTitle {
    margin: 0;
    margin-top: 1rem;
    font-size: 5.3rem;
    line-height: 5.2rem;
  }
  body.home .view .content .button {
    font-size: 1.3rem;
    margin: 3rem 0;
  }
  body.home .view .content .button.quiz {
    width: auto;
  }
  body.home .view .content .button i {
    margin-left: 2rem;
  }
  body.home .view .content .listenPodcasts {
    display: block;
    color: #FFF;
    background-color: #22CAC0;
    border-color: #22CAC0;
    margin: 1rem 0 !important;
    width: auto !important;
  }
  body.home .view .content h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  body.home .view .content .blocks .bigger {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  body.home .view .content .blocks .normal {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1rem;
  }
}

@media (min-width: 461px) and (max-width: 768px) and (orientation: portrait) {
  body.home {
    overflow-y: initial;
  }
  body.home #content {
    height: 100%;
  }
  body.home .view {
    height: 100vh !important;
  }
  body.home .view .content {
    padding-top: 3rem !important;
  }
  body.home .view .content .halfContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    padding-top: 3rem;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    background-image: url(/sonadores/media/image/almudena_home.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.home .view .content .halfContainer h1.mainTitle {
    margin: 0;
    margin-top: 0rem;
    font-size: 8rem;
    line-height: 7.5rem;
  }
  body.home .view .content .halfContainer h1.mainTitle br {
    display: block;
  }
  body.home .view .content .button {
    font-size: 1.3rem;
    margin: 3rem 0;
  }
  body.home .view .content .button.quiz {
    width: auto;
    max-width: 36vw;
  }
  body.home .view .content .button i {
    margin-left: 2rem;
  }
  body.home .view .content .listenPodcasts {
    display: block;
    color: #FFF;
    background-color: #22CAC0;
    border-color: #22CAC0;
    margin: 1rem 0 !important;
    width: auto !important;
  }
  body.home .view .content h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  body.home .view .content .blocks .bigger {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  body.home .view .content .blocks .normal {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1rem;
    width: 65%;
  }
}

@media (max-width: 1366px) and (min-width: 769px) and (orientation: portrait) {
  body.home {
    overflow-y: initial;
  }
  body.home #content {
    height: 100%;
  }
  body.home .view {
    height: 100vh !important;
  }
  body.home .view .content .halfContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    padding-top: 3rem;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    background-image: url(/sonadores/media/image/almudena_home.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.home .view .content .halfContainer h1.mainTitle {
    margin: 0;
    margin-top: 0rem;
    font-size: 13.3rem;
    line-height: 13.2rem;
  }
  body.home .view .content .button {
    font-size: 2.3rem;
    margin: 4rem 0;
  }
  body.home .view .content .button.quiz {
    width: auto;
  }
  body.home .view .content .button i {
    margin-left: 2rem;
  }
  body.home .view .content .listenPodcasts {
    display: block;
    color: #FFF;
    background-color: #22CAC0;
    border-color: #22CAC0;
    margin: 1rem 0 !important;
    width: auto !important;
  }
  body.home .view .content h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  body.home .view .content .blocks .bigger {
    font-size: 3.7rem;
    line-height: 4rem;
  }
  body.home .view .content .blocks .normal {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-top: 1rem;
    width: 65%;
  }
}

@media (max-width: 370px) and (orientation: portrait) {
  body.home {
    overflow-y: initial;
  }
  body.home #content {
    height: 100%;
  }
  body.home .view {
    height: 100vh !important;
  }
  body.home .view .content {
    padding-top: 3rem !important;
  }
  body.home .view .content .halfContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  body.home .view .content .halfContainer:nth-child(2) {
    padding-top: 3rem;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    background-image: url(/sonadores/media/image/almudena_home.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.home .view .content .halfContainer:nth-child(2):before {
    top: 3rem;
    height: calc(100% - 3rem);
  }
  body.home .view .content .halfContainer h1.mainTitle {
    margin: 0;
    font-size: 4.3rem;
    line-height: 4.2rem;
    font-weight: 300;
  }
  body.home .view .content .button {
    font-size: 1.3rem;
    margin: 3rem 0;
  }
  body.home .view .content .button.quiz {
    width: auto;
  }
  body.home .view .content .button i {
    margin-left: 2rem;
  }
  body.home .view .content .listenPodcasts {
    display: block;
    color: #FFF;
    background-color: #22CAC0;
    border-color: #22CAC0;
    margin: 1rem 0 !important;
    width: auto !important;
  }
  body.home .view .content h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  body.home .view .content .blocks .bigger {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  body.home .view .content .blocks .normal {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  body.home .view .content {
    padding: 0 1rem;
  }
  body.home .view .content .halfContainer:nth-child(2):before {
    left: -1rem;
  }
  body.home .view .content .halfContainer:nth-child(2):after {
    left: -1rem;
  }
  body.home .view .content .halfContainer h1.mainTitle {
    font-weight: 300;
  }
  body.home .view .content .button {
    font-size: 1.1rem;
    margin: 1.5rem 0;
  }
  body.home .view .content .button.quiz {
    width: 20vw;
  }
  body.home .view .content .button i {
    margin-left: 2rem;
  }
  body.home .view .content h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  body.home .view .content .blocks .bigger {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  body.home .view .content .blocks .normal {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 1rem;
  }
}

@media (max-width: 1366px) and (orientation: portrait) {
  body.home .view .podcastContainer {
    display: none;
  }
  body.home .view .halfContainer .aboutProject {
    display: none;
  }
}

body.quiz {
  height: 100%;
}

body.quiz .transitionContainer-quiz {
  visibility: visible !important;
  position: absolute !important;
  top: 7rem !important;
  width: 100% !important;
  height: calc(100% - 7rem);
  overflow: visible !important;
  opacity: 1;
}

body.quiz .transitionContainer-quiz > span {
  opacity: 1;
  visibility: visible;
}

body.quiz .containerQuiz {
  height: calc(100% - 8rem);
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: start;
      -ms-flex-direction: start;
          flex-direction: start;
  padding: 3rem 8rem;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.quiz .containerQuiz > div {
  overflow: visible !important;
}

body.quiz .containerQuiz > div > span {
  display: block;
  height: 100%;
  width: 100%;
}

body.quiz .containerQuiz .startComponent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

body.quiz .containerQuiz .startComponent p.littleText {
  color: #1eb0fc;
  font-family: 'UniversLTStd-Bold';
}

body.quiz .containerQuiz .startComponent .containerTextQuiz p b {
  color: #1eb0fc;
}

body.quiz .containerQuiz .startComponent .button {
  width: auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #1eb0fc;
  border: #1eb0fc;
  color: white;
  padding: 0.5rem 2rem;
  transition: all 300ms linear;
}

body.quiz .containerQuiz .startComponent .button i {
  margin-left: 3rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.quiz .containerQuiz .startComponent .button i.circled {
  border: 2px solid white;
  border-radius: 100%;
}

body.quiz .containerQuiz .startComponent .button:hover {
  background: #22cac0;
  border: #22cac0;
}

body.quiz .containerQuiz .quizComponent {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

body.quiz .containerQuiz .quizComponent .nextQuizButton {
  width: auto;
  width: 20%;
}

body.quiz .containerQuiz .quizComponent .left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: visible !important;
}

body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: visible !important;
  bottom: initial !important;
}

body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div > span > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: visible !important;
}

body.quiz .containerQuiz .counter {
  font-family: 'UniversLTStd-Bold';
  color: white;
}

body.quiz .containerQuiz .counter .blue {
  color: #1eb0fc;
}

body.quiz .containerQuiz.showingEnd .counter {
  display: none;
}

body.quiz .containerQuiz .containerTextQuiz {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 3rem 0rem;
}

body.quiz .containerQuiz .containerTextQuiz p {
  color: #ffffff;
  font-family: "UniversLTStd-Bold";
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 50px;
  width: 60vw;
}

body.quiz .containerQuiz .containerTextQuiz p b {
  color: #22cac0;
}

body.quiz .containerQuiz .btnStart {
  width: 11rem;
  border-radius: 35px;
  background-color: #1eb0fc;
  cursor: pointer;
  transition: all 300ms;
}

body.quiz .containerQuiz .btnStart:hover {
  background-color: #197eb3;
}

body.quiz .containerQuiz .btnStart p {
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-family: "UniversLTStd-Bold";
}

body.quiz .containerQuiz .solutionContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

body.quiz .containerQuiz .solutionContainer .solution {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

body.quiz .containerQuiz .solutionContainer .nextQuizButton {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 20%;
}

body.quiz .containerQuiz .boxQuestionText {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem;
}

body.quiz .containerQuiz .boxQuestionText .feedbackText {
  color: #22cac0;
  font-family: "UniversLTStd-Bold";
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

body.quiz .containerQuiz .boxQuestionText .textSolution {
  width: 29rem;
  color: #ffffff;
  font-family: "UniversLTStd";
  line-height: 1.4rem;
  font-size: 1.25rem;
}

body.quiz .containerQuiz.showingCover .counter {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.quiz .containerQuiz {
    height: 100%;
    padding: 4rem 4rem 0;
  }
  body.quiz .containerQuiz .quizComponent {
    width: calc(100vw - 8rem);
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div {
    width: 100%;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div span div .boxQuestion {
    width: 25vw;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div span div .boxQuestion .imageContainer .imageQuestion {
    margin-bottom: 0;
  }
  body.quiz .containerQuiz .startComponent .startButton {
    width: 15%;
  }
  body.quiz .containerQuiz .counter {
    font-size: 1.3rem;
  }
  body.quiz .containerQuiz .containerTextQuiz p {
    width: 100%;
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  body.quiz .containerQuiz .boxQuestionText {
    margin: 2rem 0;
    margin-top: 0;
    padding-top: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.quiz .containerQuiz .quizComponent {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  body.quiz .containerQuiz {
    padding: 3rem 5rem;
  }
}

@media (max-width: 767px) {
  body.quiz .containerQuiz {
    padding: 2rem;
  }
  body.quiz .containerQuiz .quizComponent {
    width: calc(100vw - 4rem);
    font-size: 2rem;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.quiz .containerQuiz .quizComponent.imageQuizComponent .containerQuestionsQuiz .boxQuestion {
    background: none;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div .solutionContainer .boxQuestion {
    background: none;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div .solutionContainer .boxQuestion .imageContainer {
    background: #22cac0;
  }
  body.quiz .containerQuiz .containerTextQuiz p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    width: 100%;
  }
  body.quiz .containerQuiz .boxQuestionText {
    margin: 2rem 0;
    width: 100%;
  }
  body.quiz .containerQuiz .boxQuestionText .feedbackText {
    font-size: 1.6rem;
  }
  body.quiz .containerQuiz .boxQuestionText .textSolution {
    font-size: 1rem;
    width: 100%;
  }
  body.quiz .containerQuiz .boxQuestionText .textSolution p {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  body.quiz {
    overflow-y: auto;
  }
  body.quiz #content {
    height: auto;
  }
  body.quiz #content .app {
    height: auto;
  }
  body.quiz .containerQuiz {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  body.quiz .containerQuiz .solutionContainer .solution {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.quiz .containerQuiz .solutionContainer .solution .solution {
    max-width: 35vw;
  }
  body.quiz .containerQuiz .containerQuestionsQuiz .boxQuestion {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.quiz .containerQuiz .containerQuestionsQuiz .boxQuestion p {
    font-size: 1rem;
    height: 3rem;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div > span > div {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div > span > div .boxQuestion {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div > span > div .boxQuestion .imageContainer .imageQuestion {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  body.quiz .containerQuiz .quizComponent .left .containerQuestionsQuiz > div > span > div .boxQuestion {
    width: 32%;
  }
}

body.podcast {
  font-family: 'UniversLTStd';
  width: 100vw;
  height: 100%;
}

body.podcast .transitionContainer-podcast {
  position: absolute !important;
  top: 0rem !important;
  width: 100% !important;
  height: calc(100% - 3px);
}

body.podcast .mainPodcast {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.podcast .mainPodcast .videoContainer {
  position: fixed;
  top: 0;
  z-index: 0;
}

body.podcast .mainPodcast .cover {
  background-image: url(/sonadores/dist/f42b8091bd9a7bb4f560163965a4a160.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  opacity: 1;
}

body.podcast .mainPodcast .cover.hide {
  opacity: 0;
  z-index: -1;
  transition: all 2s;
}

body.podcast .mainPodcast .cover .titleContainer, body.podcast .mainPodcast .cover .descriptionContainer {
  box-sizing: border-box;
  width: 100vw;
  height: auto;
}

body.podcast .mainPodcast .cover .titleContainer h1, body.podcast .mainPodcast .cover .titleContainer h2 {
  font-family: "LoveStoryRough";
  color: #FFF;
  text-align: center;
}

body.podcast .mainPodcast .cover .titleContainer h1 {
  font-size: 12rem;
}

body.podcast .mainPodcast .cover .titleContainer h2 {
  font-size: 4.9rem;
  margin-top: 1rem;
}

body.podcast .mainPodcast .cover .descriptionContainer .descriptionText, body.podcast .mainPodcast .cover .descriptionContainer .startButton {
  font-family: "UniversLTStd";
  color: #FFF;
}

body.podcast .mainPodcast .cover .descriptionContainer .descriptionText {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 4rem 0;
  font-size: 1.2rem;
}

body.podcast .mainPodcast .cover .descriptionContainer .descriptionText p {
  width: 40%;
  text-align: left;
}

body.podcast .mainPodcast .cover .descriptionContainer .startButton {
  margin: 0 auto;
  box-sizing: border-box;
  width: 12%;
  text-align: center;
  padding: 1.3rem;
  border-radius: 37px;
  background-color: #1EB0FC;
  cursor: pointer;
  transition: all .5s;
}

body.podcast .mainPodcast .cover .descriptionContainer .startButton:hover {
  color: #1EB0FC;
  background-color: #FFF;
  transition: all .5s;
}

body.podcast .mainPodcast .cover .descriptionContainer .downloadContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  opacity: 0.5;
  margin-top: 2rem;
}

body.podcast .mainPodcast .cover .descriptionContainer .downloadContainer .button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: solid 1px transparent;
}

body.podcast .mainPodcast .cover .descriptionContainer .downloadContainer .button:hover {
  border-bottom: solid 1px #FFF;
}

body.podcast .mainPodcast .cover .descriptionContainer .downloadContainer .button i {
  margin-left: 1rem;
}

@media (max-width: 1440px) and (min-width: 1025px) {
  body.podcast .mainPodcast .cover .titleContainer h1 {
    font-size: 9rem;
  }
  body.podcast .mainPodcast .cover .descriptionContainer .startButton {
    width: 18%;
  }
}

@media (min-width: 769px) {
  body.podcast .transitionContainer-podcast {
    overflow: hidden;
  }
}

@media (min-width: 769px) and (orientation: landscape) {
  body.podcast .transitionContainer-podcast {
    overflow: auto;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  body.podcastList .content {
    padding: 0 4.5rem;
  }
  body.podcastList .content .lastPodcast {
    padding-left: 4.4rem !important;
  }
  body.podcastList .content .contentList .links {
    padding: 0;
    width: 100%;
  }
  body.podcastList .content .contentList .links > .richLink {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  body.podcast .mainPodcast .cover .descriptionContainer .descriptionText p {
    width: 60%;
  }
  body.podcast .mainPodcast .cover .descriptionContainer .startButton {
    width: 30%;
  }
  html.podcast {
    height: 100%;
    overflow: hidden;
  }
  html.podcast body.podcast .mainPodcast {
    width: 100%;
    height: 100%;
  }
  html.podcast body.podcast .mainPodcast .cover {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  html.podcast body.podcast .mainPodcast .videoContainer {
    width: 100%;
    height: 100%;
  }
  html.podcast body.podcast .mainPodcast .videoContainer .r5-wraper {
    width: 100%;
    height: 100%;
  }
  html.podcast body.podcast .mainPodcast .videoContainer .r5-wraper video {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  body.podcast .headerApp .shareContainer {
    display: none;
  }
  body.podcast .mainPodcast {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 7rem;
    position: absolute;
    height: auto;
  }
  body.podcast .mainPodcast .cover .titleContainer h1 {
    font-size: 5rem;
    background-color: transparent;
  }
  body.podcast .mainPodcast .cover .titleContainer h2 {
    font-size: 2.9rem;
  }
  body.podcast .mainPodcast .cover .descriptionContainer .descriptionText p {
    width: 70%;
  }
  body.podcast .mainPodcast .cover .descriptionContainer .startButton {
    width: 40%;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio {
    width: 80%;
    margin: 10%;
    height: auto;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress {
    position: initial;
    width: 100%;
    height: 2.5rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress div#progressContainer {
    width: 100%;
    margin-left: 0;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress div#progressContainer #tracktime {
    display: none;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 2rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .button.seekPrev {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 2.5rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .button.seekNext {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 2.5rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .button.downloadSubtitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.5rem auto;
    color: white;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .richLink {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin: 1rem auto;
    color: white;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .richLink .extraContent {
    margin: 0 10px;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .buttonAudio {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border: 2px solid white;
  }
  body.podcast .titleContainer h1 {
    color: #ffffff;
    font-family: UniversLTStd-Bold;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background-color: #1eb0fc;
    padding: 0.5rem 0;
  }
  body.podcast .titleContainer h2 {
    color: #ffffff;
    font-family: "UniversLTStd";
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 2rem;
  }
  body.podcast .shareContainer {
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6rem;
    text-align: center;
    color: white;
    text-transform: uppercase;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #22cac0;
  }
  body.podcast .shareContainer .rrss {
    position: absolute;
    left: 0;
    top: -7rem;
  }
}

@media (max-width: 849px) and (orientation: landscape) {
  html.podcast {
    overflow: auto;
  }
  html.podcast body.podcast .mainPodcast {
    height: auto;
  }
  body.podcast .headerApp .shareContainer {
    display: none;
  }
  body.podcast .mainPodcast {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 7rem;
    position: absolute;
    height: auto;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio {
    width: 80%;
    margin: 10%;
    height: auto;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress {
    position: initial;
    width: 100%;
    height: 2.5rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress div#progressContainer {
    width: 100%;
    margin-left: 0;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress div#progressContainer #tracktime {
    display: none;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 2rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .button.seekPrev {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 2.5rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .button.seekNext {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 2.5rem;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .button.downloadSubtitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.5rem auto;
    color: white;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .richLink {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin: 1rem auto;
    color: white;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .richLink .extraContent {
    margin: 0 10px;
  }
  body.podcast .mainPodcast div.wave div.containerWave > div.inline > div.audio .buttonsContainer .buttonAudio {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border: 2px solid white;
  }
  body.podcast .shareContainer {
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6rem;
    text-align: center;
    color: white;
    text-transform: uppercase;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #22cac0;
  }
  body.podcast .shareContainer .rrss {
    position: absolute;
    left: 0;
    top: -7rem;
  }
}

@media (min-width: 769px) and (max-width: 849px) and (orientation: landscape) {
  body.podcast .titleContainer h1 {
    color: #ffffff;
    font-family: UniversLTStd-Bold;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background-color: #1eb0fc;
    padding: 0.5rem 0;
  }
  body.podcast .titleContainer h2 {
    color: #ffffff;
    font-family: "UniversLTStd";
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 2rem;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  body.podcast {
    overflow-y: auto;
  }
  body.podcast .titleContainer h1 {
    color: #ffffff;
    font-family: UniversLTStd-Bold;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background-color: #1eb0fc;
    padding: 0.5rem 0;
  }
  body.podcast .titleContainer h2 {
    color: #ffffff;
    font-family: "UniversLTStd";
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    padding: 2rem;
  }
  body.podcast #content {
    height: auto;
  }
  body.podcast #content .app {
    height: auto;
  }
  body.podcast #content .app .mainPodcast {
    height: auto;
  }
  body.podcast #content .app .mainPodcast div.wave {
    height: auto;
  }
  body.podcast #content .app .mainPodcast div.wave div.containerWave > div.inline > div.audio {
    height: auto;
  }
  body.podcast #content .app .mainPodcast div.wave div.containerWave > div.inline > div.audio div#wavesProgress {
    height: 2.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1366px) and (orientation: landscape) {
  body.podcast .mainPodcast .cover .descriptionContainer .startButton {
    width: 17%;
  }
  body.podcast .mainPodcast .cover .titleContainer h1 {
    font-size: 9rem;
  }
  body.podcast .mainPodcast .cover .titleContainer h2 {
    font-size: 3rem;
  }
}

body.about {
  font-family: 'UniversLTStd';
  color: #FFF;
  width: 100vw;
  height: auto;
}

body.about .transitionContainer-about {
  position: absolute !important;
  top: 7rem !important;
  width: 100% !important;
  height: calc(100% - 7rem);
  overflow: visible !important;
}

body.about .main {
  height: auto !important;
}

body.about .main .mainContent {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 4.5rem;
}

body.about .main .mainContent .topContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  box-sizing: border-box;
  width: 100vw;
  height: auto;
  margin: 2rem 0;
}

body.about .main .mainContent .topContainer .rightContainer, body.about .main .mainContent .topContainer .leftContainer {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.about .main .mainContent .topContainer .leftContainer .description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}

body.about .main .mainContent .topContainer .leftContainer .description h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

body.about .main .mainContent .topContainer .leftContainer .description p {
  margin-bottom: 2rem;
}

body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  height: 100%;
}

body.about .main .mainContent .topContainer .leftContainer .avatarContainer .avatar {
  background-image: url("/sonadores/media/image/aboutSoniadoresAvatar.png");
  background-position: center center;
  width: 75%;
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
}

body.about .main .mainContent .topContainer .leftContainer {
  width: 60%;
}

body.about .main .mainContent .topContainer .rightContainer .quizContainer {
  position: absolute;
  top: -7rem;
  right: 0;
  background-image: url("/sonadores/media/image/statueBlue.jpg");
  background-size: cover;
  background-position: center 20%;
  height: auto;
  border-bottom-left-radius: 100px;
  padding: 5rem;
  width: 30%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.about .main .mainContent .topContainer .rightContainer .quizContainer h1, body.about .main .mainContent .topContainer .rightContainer .quizContainer p {
  width: 70%;
}

body.about .main .mainContent .topContainer .rightContainer .quizContainer h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

body.about .main .mainContent .topContainer .rightContainer .quizContainer p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

body.about .main .mainContent .topContainer .rightContainer .quizContainer .button {
  width: 25%;
}

body.about .main .mainContent .credits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  box-sizing: border-box;
}

body.about .main .mainContent .credits .credit {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  border-top: solid 1px rgba(151, 151, 151, 0.5);
  padding-top: 0.8rem;
  margin: 0 5rem 3.2rem 0;
}

body.about .main .mainContent .credits .credit .creditTitle {
  color: #979797;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

body.about .main .mainContent .credits .credit .creditName {
  font-size: 1rem;
}

body.about .main .mainContent .credits .credit .creditName a {
  color: #FFF;
  transition: all 1s;
}

body.about .main .mainContent .credits .credit .creditName a:hover {
  color: #22cac0;
}

body.about .main .mainContent .aboutFooter {
  display: block;
  box-sizing: border-box;
  font-size: 3rem;
  width: 100%;
  padding: 3rem 0;
}

body.about .main .mainContent .aboutFooter a {
  color: #FFF;
  transition: 1s all;
}

body.about .main .mainContent .aboutFooter a:hover {
  color: #979797;
  transition: 1s all;
}

@media (max-width: 767px) and (orientation: portrait) {
  body.about .main .mainContent {
    padding: 0 1rem 3rem 1rem;
  }
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100vw;
    padding-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 100%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
    display: none;
  }
  body.about .main .mainContent .credits .credit {
    width: 44%;
    margin: 0 1rem 4rem 0;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100vw;
    padding-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 50%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
    width: 46%;
    height: 100%;
  }
  body.about .main .mainContent .credits .credit {
    width: 44%;
    margin: 0 1rem 4rem 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
    width: 71%;
    height: 100%;
  }
  body.about .main .mainContent .credits .credit {
    width: 44%;
    margin: 0 1rem 4rem 0;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100vw;
    padding-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 80%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
    width: 84%;
    height: 100%;
  }
  body.about .main .mainContent .credits .credit {
    width: 44%;
    margin: 0 1rem 4rem 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  body.about .main .mainContent {
    padding: 2rem 2rem 3rem 2rem;
  }
  body.about .main .mainContent .topContainer {
    width: 100%;
    height: auto;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    padding-bottom: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 100%;
    margin-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
    width: 30%;
    height: 100%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer .avatar {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  body.about .main .mainContent .topContainer {
    width: 100%;
    height: 32vh;
  }
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100%;
    padding-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 100%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer {
    display: none;
  }
  body.about .main .mainContent .credits .credit {
    width: 30%;
    margin: 0 5% 4rem 0;
  }
  body.about .main .mainContent .credits .credit:nth-child(3n+3) {
    margin: 0 0 4rem 0 !important;
  }
}

@media (min-width: 321px) and (max-width: 1024px) and (orientation: landscape) {
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100%;
    padding-right: 2rem;
    /*.description {
				width: 50%;
			}*/
    /*.avatarContainer .avatar {
				width: 52%;
				height: 100%;
			}*/
  }
}

@media (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100vw;
    padding-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 37%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer .avatar {
    width: 45%;
    height: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  body.about .main .mainContent .topContainer .rightContainer {
    display: none;
  }
  body.about .main .mainContent .topContainer .leftContainer {
    width: 100vw;
    padding-right: 2rem;
  }
  body.about .main .mainContent .topContainer .leftContainer .description {
    width: 60%;
  }
  body.about .main .mainContent .topContainer .leftContainer .avatarContainer .avatar {
    width: 34%;
    height: 100%;
  }
}

body.podcastList {
  font-family: 'UniversLTStd';
  width: 100vw;
}

body.podcastList .content {
  display: block;
}

body.podcastList .content .lastPodcast {
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.5rem;
  padding-left: 3rem;
  padding-top: 2rem;
  background-color: #1EB0FC;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

body.podcastList .content .lastPodcast .titlePodcast {
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
}
