#contenedor-menu, #menuFixed {
  position: fixed;
  height: 100%;
  transition: .8s all;
}

#contenedor-menu .creditos a, .contenedor .texto .verde {
  color: #269D98;
}

#contenedor-menu .creditos p, .contenedor .destacar p, .contenedor h2, .ep-video .desc {
  text-align: center;
}

.ep-container {
  max-width: 100%
}

#menuFixed {
  width: 60px;
  background-color: #102634;
  top: 0;
  left: 0;
  z-index: 100;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

#menuFixed.menuOpen {
  left: calc(100% - 60px);
}

#contenedor-menu {
  z-index: 90;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contenedor-menu.menuOpen {
  width: 100%
}

#contenedor-menu .creditos {
  width: 100%;
  max-width: 600px;
  height: auto;
  opacity: 0;
  transition: 1s all;
}

#menuFixed ul.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 10px;
}

#menuFixed ul#redesSociales, #menuFixed ul#redesSociales li {
  opacity: 0;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

#menuFixed ul.menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 40px;
  min-height: 40px;
}

#menuFixed ul.menu-list li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#menuFixed ul.menu-list li a.logo-ep {
  position: absolute;
  background-image: url(../img/e-negro.svg);
  margin-bottom: 20px;
  -webkit-background-size: 60% 60%;
  background-size: 55%;
  width: 70px;
  height: 70px;
  border: 2px solid #102634;
  background-color: #fff;
  border-radius: 50%;
  top: 20px;
  left: -5px;
  transition: .5s all;
}

#menuFixed ul#redesSociales, #menuFixed ul#redesSociales li, #menuFixed ul#redesSociales li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
}

#menuFixed.menuOpen ul.menu-list li a.logo-ep {
  left: -40px;
}

#menuFixed ul.menu-list li a.logo-menu {
  background-image: url(../img/group.svg);
  margin-bottom: 20px;
  margin-top: 60px;
}

#menuFixed ul.menu-list li a.logo-share {
  background-image: url(../img/share.svg);
}

#menuFixed ul#redesSociales {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  margin: 14px 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
}

#menuFixed ul#redesSociales::before {
  content: "";
  width: 0;
  top: 0;
  height: 1px;
  background-color: #fff;
  margin: auto;
  position: relative;
  float: none;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

#menuFixed ul#redesSociales li {
  position: relative;
  top: 0;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  flex-direction: column;
  height: 38px;
}

#menuFixed ul#redesSociales.activo, #menuFixed ul#redesSociales.activo li {
  opacity: 1;
}

#menuFixed ul#redesSociales li:nth-child(1) {
  margin-top: 10px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

#menuFixed ul#redesSociales li:nth-child(2) {
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

#menuFixed ul#redesSociales li:nth-child(3) {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

#menuFixed ul#redesSociales li a {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  height: 100%;
  position: absolute;
  display: flex;
  margin-top: 0;
  background-size: 30px;
  top: -5px;
  background-repeat: no-repeat;
  background-position: center;
}

.invisible, .visible {
  -webkit-transition: .5s all;
}

.contenedor, .quiz .questions .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}

#menuFixed ul#redesSociales li a#facebook {
  background-image: url(../img/facebook-white.png);
}

#menuFixed ul#redesSociales li a#twitter {
  background-image: url(../img/twitter-white.png);
}

#menuFixed ul#redesSociales li a#google {
  background-image: url(../img/google-white.png);
}

#menuFixed ul#redesSociales.activo::before {
  width: 90%
}

#menuFixed ul#redesSociales.activo li a {
  top: 0;
}

#introScene {
  position: relative;
  overflow: hidden;
}

#introScene .layer1 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/fondo-portada.png);
  -webkit-background-size: cover;
  background-size: cover;
}

#introScene .layer2 {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  left: 40%;
  background-image: url(../img/titulo.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 400px;
  height: 170px;
}

#introScene .layer3 {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/copa-choco.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: bottom;
}

#introScene .layer4 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -85px;
  width: 240px;
  height: 170px;
  opacity: 0;
}

#introScene .layer4 h1 {
  background-image: url(../img/h1-dia-mundial.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  background-position: center;
}

.img-100 {
  width: 100%;
  height: auto;
}

.anchor {
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}

.invisible {
  transition: .5s all;
  opacity: 0;
}

.visible {
  transition: .5s all;
  opacity: 1!important;
}

.contenedor {
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.contenedor .texto {
  padding: 22px;
}

.contenedor h2 {
  font-family: 'Playfair Display', serif;
  color: #153346;
  font-size: 2.5rem;
  font-weight: 900;
  display: block;
}

.contenedor .destacar p {
  font-family: 'Playfair Display', serif;
  color: #102634;
  font-size: 1.4rem;
  font-weight: 900;
  display: block;
}

.contenedor .destacar p small, .contenedor p {
  font-family: Roboto, sans-serif;
}

.contenedor .destacar p small {
  font-size: .8rem;
  color: #586067;
  font-weight: 100;
  display: block;
}

.quiz-demo {
  background-color: #fff;
  margin-bottom: 2rem;
}

.ep-video h2 {
  margin-bottom: 0;
}

.aqua {
  color: #269D98!important;
}

.dark {
  color: #1e2124;
}

.light-gray-bg {
  background-color: #e7ebf0;
}

.dark-gray-bg {
  background-color: #102634;
}

.dark-gray-bg h2 {
  color: #fff;
}

.dark-gray-bg .contenedor .texto p {
  color: #afbbc5;
}

.dark-gray-bg .contenedor .texto h3 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 2rem 0;
}

.contenedor .texto .fuente {
  font-size: .9rem;
  line-height: 1rem;
}

.aqua-bg {
  background-color: #269D98;
}

.pie-foto {
  margin: 0 0 2rem;
  border-top: 1px dotted #ccc;
  width: 100%;
  display: block;
}

.pie-foto p {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: right;
}

.pie-foto p small {
  font-size: .9rem;
  padding: .5rem;
}

.pie-foto p small strong {
  color: #102634;
  font-weight: 700;
}

.tipes-d div p {
  display: block;
  width: 100%
}

.tipes-d .type-d {
  opacity: 0;
  transition: 0.5s all;
}

.tipes-d.active .type-d:nth-child(1) {
  opacity: 1;
}

.tipes-d.active .type-d:nth-child(2) {
  opacity: 1;
  transition-delay: 0.3s;
}

.tipes-d.active .type-d:nth-child(3) {
  opacity: 1;
  transition-delay: 0.6s;
}

.tips .ep-row {
  margin-bottom: 1.5rem;
}

.tips .ep-row div h4 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  text-align: center;
}

.tips .ep-row div img {
  width: 25%;
  height: auto;
  display: block;
  margin: auto;
}

.tips .ep-row div p {
  display: block;
  margin: auto;
  width: 90%;
  line-height: 1.5rem;
}


.tipes-d div p span {
  height: 80px;
  width: 80px;
  font-size: 3rem;
  text-align: center;
  border: 5px solid #269D98;
  border-radius: 3rem;
  line-height: 5rem;
  margin: auto;
  display: block;
  color: #269D98;
}

.tipes-d div p small {
  display: block;
  text-align: center;
  width: 100%
}

.contenedor .faltante {
  background-color: #ff0;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.contenedor p {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #586067;
  font-weight: 300;
  width: 100%
}

.contenedor p a {
  color: #269D98;
}

div#barraProgreso {
  display: block;
  width: 8px;
  height: 100%;
  position: fixed;
  z-index: 10;
  right: 0;
}

div#barraProgreso #progreso {
  background-color: #269D98;
}

.etiquetasExtra {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

.etiquetasExtra ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.etiquetasExtra ul li {
  position: relative;
}

div.pestanas div {
  cursor: pointer;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, .2);
}

div.pestanas div p {
  margin: 0;
  text-align: center;
  padding: 4px 0;
  color: #fff;
}

div.pestanas div.active {
  border-bottom: 2px solid #269D98;
}

#slideGraficas .cycle-slide {
  padding: 60px 0;
}

.cycle-slide .texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.cycle-slide .texto p {
  padding: 10px 0;
  width: 70%;
  text-align: center;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #666;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active:hover.twentytwenty-overlay {
  background: 0 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: 0 0;
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, .1);
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #666;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #666, 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 0 3px 0 #666, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #666, 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 0 -3px 0 #666, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #000, 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: 3px 0 0 #000, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #666, 0 0 12px rgba(51, 51, 51, .5);
  box-shadow: -3px 0 0 #666, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #666;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #666;
  right: 50%;
  margin-right: -17px;
}

@media screen and (min-width:481px) and (max-width:800px) {
  #menuFixed {
    height: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
  }
  #menuFixed ul.menu-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #menuFixed ul.menu-list li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #menuFixed ul.menu-list li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #menuFixed ul.menu-list li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #menuFixed ul.menu-list li a.logo-ep {
    background-image: url(../img/e-negro.svg);
    margin-bottom: 60px;
    -webkit-background-size: 60% 60%;
    background-size: 50%;
    width: 70px;
    height: 70px;
    /*border: 3px solid #000;*/
    background-color: #fff;
    border-radius: 50%;
    top: -50px;
    left: -10px;
  }
  #menuFixed ul.menu-list li a.logo-menu {
    margin: 0;
  }
  #menuFixed.menuOpen {
    left: 0;
    bottom: calc(100% - 60px);
  }
  #menuFixed.menuOpen ul.menu-list li a.logo-ep {
    left: -22px;
    top: 4px;
  }
  #menuFixed ul#redesSociales {
    margin-top: -185px;
    background-color: #1e2124;
  }
  #introScene .layer2 {
    margin-top: -100px;
    left: 40%;
    width: 180px;
    height: 80px;
  }
  #introScene .layer3 {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .contenedor h2 {
    font-size: 1.4em;
  }
}

#contenedor-menu .creditos img {
  width: 170px;
  height: auto;
  display: block;
  margin: auto auto 2rem;
}

@media screen and (max-width:480px) and (min-width:1px) {
  .ep-col-6 {
    width: 100%
  }
  .tipes-d div p span {
    height: 60px;
    width: 60px;
    font-size: 2rem;
    line-height: 4rem;
  }
  enedor-menu .creditos {
    width: 85%
  }
  .ep-slide .cycle-slideshow .texto {
    padding: 6rem 1rem;
  }
  #menuFixed {
    height: 70px;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
  }
  #menuFixed ul.menu-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #menuFixed ul.menu-list li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #menuFixed ul.menu-list li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #menuFixed ul.menu-list li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #menuFixed ul.menu-list li a.logo-ep {
    background-image: url(../img/e-negro.svg);
    margin-bottom: 60px;
    -webkit-background-size: 60% 60%;
    background-size: 50%;
    width: 70px;
    height: 70px;
    /*border: 3px solid #102634;*/
    background-color: #FFF;
    border-radius: 50%;
    top: -30px;
    left: -10px;
  }
  #menuFixed ul.menu-list li a.logo-menu {
    margin: 0;
  }
  #menuFixed.menuOpen {
    left: 0;
    bottom: calc(100% - 60px);
  }
  #menuFixed.menuOpen ul.menu-list li a.logo-ep {
    left: -22px;
    top: 4px;
  }
  #menuFixed ul#redesSociales {
    margin-top: -173px;
    background-color: #1e2124;
    border-top-right-radius:2rem; 
    border-top-left-radius:2rem; 
  }
  #menuFixed ul#redesSociales li:nth-child(1){
    margin-top: 0;
  }
  #menuFixed ul#redesSociales::before{
    height: 0;
  }

  #contenedor-menu {
    height: 0;
    width: 100%;
    bottom: 0;
  }
  #contenedor-menu.menuOpen {
    height: 100%
  }
  #introScene .layer2 {
    margin-top: 0;
    left: 0;
    height: 200px;
    background-image: url(../img/titulo-mobil.png);
    width: 100%;
    top: 10%;
    background-size: 60%;
    background-position: center;
  }
  #introScene .layer3 {
    background-size: cover;
    background-position: bottom center;
    background-image: url(../img/choco-mobil.png);
  }
  #introScene .layer4 {
    top: 40%;
    background-size: 180px auto;
  }
  #introScene .layer4 h1 {
    background-size: 150px;
  }
  .contenedor h2 {
    font-size: 1.4em;
  }
}

.ep-slide .slider-datos {
  background-color: #000;
}

.ep-slide .cycle-slideshow h3 {
  text-align: center;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  margin: .5rem 0;
}

.ep-slide .cycle-slideshow p {
  margin: 0;
  padding: 0;
  color: #fff!important;
}

.ep-slide .slider-datos .texto {
  padding: 6rem 1rem;
  background-size: cover;
  color: #fff;
  border-color: #000;
}

.grafica-obesidad .cycle-slideshow {
  padding: 2rem 0;
}

.ep-slide .slider-datos .texto .number-sweet {
  font-size: 1rem;
  opacity: .5;
}

.ep-slide .slider-datos .sweet1 {
  background-image: url(../img/sweet1.jpg);
}

.ep-slide .slider-datos .sweet2 {
  background-image: url(../img/sweet2.jpg);
}

.ep-slide .slider-datos .sweet3 {
  background-image: url(../img/sweet3.jpg);
}

.ep-slide .slider-datos .sweet4 {
  background-image: url(../img/sweet4.jpg);
}

.ep-slide .next, .ep-slide .prev {
  width: 20px;
  padding: 0 5px;
}

.notas-extras {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 2px dotted #ccc;
}

.quiz-demo {
  height: auto;
  padding: 5%;
  width: 90%
}

.quiz {
  max-width: 500px;
  margin: auto;
}

.quiz .question p:first-child {
  margin: 0;
}

.quiz .progressBar {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
}

.quiz .progressBar .bar {
  height: 6px;
  background-color: #269D98;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.quiz .questions .question figure {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.quiz .questions .question figure img {
  width: 100%;
  height: auto;
}

.quiz .questions .buttons {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quiz .questions .buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz .questions .buttons ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%
}

.quiz .questions .buttons ul li button {
  width: 94%;
  display: block;
  margin: auto;
  padding: 1.2rem 0;
  font-size: 1em;
  cursor: pointer;
  background-color: #e2e2e2 border: 0;
  text-transform: uppercase;
  color: #102634;
  border: 1px solid #e2e2e2;
}

.quiz .questions .buttons ul li button.correct {
  background-color: #269D98;
  color: #fff;
  border: 1px solid #e2e2e2;
}

.quiz .questions .buttons ul li button.incorrect {
  background-color: red;
  color: #fff;
  border: 1px solid #e2e2e2;
}

.quiz .questions .buttons ul li button:hover {
  opacity: .8;
  border: 1px solid #e2e2e2;
}

.quiz .questions .buttons button {
  display: inline-block;
  width: 50%
}

.quiz .results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quiz .results ul li {
  padding-left: 40px;
  background-size: 25px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.quiz .results ul li.correct {
  background-image: url(../img/success.svg);
}

.quiz .results ul li.incorrect {
  background-image: url(../img/error.svg);
}

.quiz .nextQuestion {
  width: 100%;
  height: auto;
}

.quiz .nextQuestion button, .quiz .results button {
  background-color: #269D98;
  margin: auto;
  padding: 10px 20px;
  border: none;
  color: #fff;
  display: block;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

.notas-extras {
  margin-bottom: 5rem;
}

.notas-extras h5 {
  font-size: .9rem;
  text-transform: uppercase;
}

.notas-extras ul {
  padding: 0;
}

.notas-extras ul li {
  list-style: none;
  display: inline-flex;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 3rem;
  margin: .3rem;
}
.noticia a{
  width: 90%;
  display: block;
  margin: auto;
}
.noticia a, .noticia p {
width: 90%;
  display: block;
  margin: auto;
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 1rem 0;
}

.notas-extras ul li a {
  font-family: Roboto, sans-serif;
  text-decoration: none;
  color: #586067;
  font-weight: 100;
}

.noticia a {
  font-family: 'Playfair Display', serif;
  color: #153346;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 900;
  display: block;
  text-align: left;
}

.noticia a img {
  margin-bottom: 1rem;
}

.noticia .autor small {
  text-transform: uppercase;
  font-weight: 900;
  color: #153346;
}
@media screen and (min-width:760px) and (max-width:801px) {
  #introScene {
 width: 100%;
  }
  #menuFixed ul.menu-list li a.logo-ep{
    top: -30px;
  }
  #introScene .layer3{
    background-position: 20%;
  }
#introScene .layer2 {
    margin-top: -120px;
    left: 25%;
    width: 25rem;
    height: 8rem;
    top: 40%;
}
}

@media screen and (min-width:801px) and (max-width:1024px) {
  #introScene .layer3 {
    background-size: 140%
  }
}

@media screen and (min-width:770px) and (max-width:801px) {
  #introScene .layer3 {
    background-position: 28%;
  }
}
@media screen and (min-width:1px) and (max-width:321px) {
#introScene .layer2{
  top: 2%;
background-size: 50%;
left: 0;
}
}
@media screen and (min-width:1900px) {
  #introScene .layer3 {
    background-size: 100%
  }
  #introScene .layer2{
    right: 20%;
    width: 500px;
  }
}
@media screen and (min-width:400px) and (max-width:740px) {
  #introScene .layer2{height: 300px;}

}
