body{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
a{
    text-decoration: none;
    color: #000000;
}
.container{
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 980px;
    padding: 0 20px;
}

#quiz-header {
    margin: 0 auto;
    max-width: 720px;
    padding-bottom: 200px;
}

header img{
  display: inline-block;
  vertical-align: middle;
}
header span{
  font-family: 'notoserif-bold';
  color: #ffffff;
  font-size: 44px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}
header span::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
}

header{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background-color: #f37a21;
}

.menu .container .cont-menu{
    display: table;
    width: 100%;
    max-width: 450px;
}
.menu a{
    display: table-cell;
    vertical-align: middle;
    color: #A5A5A5;
    height: 62px;
    text-align: center;
    font-size: 15px;
    font-family: 'roboto-regular';
    position: relative;

}
.menu a.active{
    color: #ffffff;
}
.menu a.active::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
}
.menu{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: #323539;
}
@font-face {
    font-family: 'notoserif-bold';
    src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?bjgs6z');
    src:  url('../fonts/icomoon.eot?bjgs6z#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?bjgs6z') format('truetype'),
      url('../fonts/icomoon.woff?bjgs6z') format('woff'),
      url('../fonts/icomoon.svg?bjgs6z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-star:before {
    content: "\e900";
  }
  .icon-layout:before {
    content: "\e901";
  }
  .icon-film:before {
    content: "\e902";
  }
  .icon-home:before {
    content: "\e903";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9e";
  }

  .main{
    margin: 20px auto 20px;
    max-width: 980px;
    position: relative;
    flex-direction: column;
}
.container-full{
  padding: 0 20px;
  margin-bottom: 100px;
}
.box-previo-cuento{
    display: inline-block;
    margin: 0 10px;
    width: calc(50% - 20px);
    vertical-align: top;
}
.box-previo-cuento span,
.box-cuento span{
    display: block;
    font: 42px/48px 'ChronicleDisplay-Black';
}
.box-bg-previo{
    overflow: hidden;
    position: relative;
    border: 1px solid;
    padding: 24px 24px 18px 24px;
}
			.mas{
				background-color:rgba(247, 186, 117, 0.75);
				background-image: url(../img/mas-icon.png);
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: 20%;
				bottom: -100%;
				height: 100%;
				left: 0;
				position: absolute;
				width: 100%;
				z-index: 10;
			}
			.box-bg-previo img{
				cursor: pointer;

				/*-webkit-filter: grayscale(100%);
			    -webkit-transition: .5s ease-in-out;
			    -moz-filter: grayscale(100%);
			    -moz-transition: .5s ease-in-out;
			    -o-filter: grayscale(100%);
			    -o-transition: .5s ease-in-out;
			    filter: grayscale(100%);*/
			}
				.box-bg-previo:hover img{
			        -webkit-transition: .5s ease-in-out;
			        -moz-transition: .5s ease-in-out;
			        -o-transition: .5s ease-in-out;
			        -o-transition: .5s ease-in-out;
				}
				.box-bg-previo:hover .mas{
					bottom: 0%;

					-webkit-transition: all 0.3s ease-in-out;
           	 		-moz-transition: all 0.3s ease-in-out;
            		-o-transition: all 0.3s ease-in-out;
            		transition: all 0.3s ease-in-out;
				}
		.box-info-previo{
			color: #000;
			margin: 20px auto;
		}
			.box-info-previo span.separador{
				background: #000;
				display: block;
				height: 1px;
				width: 42px;
			}
			.box-info-previo h5{
				display: none;
				font: 13px/15px 'actobook';
				margin: 15px auto 10px;
			}
			.box-info-previo h3{
				font: 22px/22px 'actobold';
				margin: 0 auto 15px;
			}
				.box-info-previo h3 a{
					color: #6A6A6A;
          text-decoration: none;
          font-family: 'roboto-bold';
          font-size: 22px;
          width: 25%;
				}
					.box-info-previo h3 a:hover{
            /* text-decoration: underline; */
            color: #000;
					}
			.box-info-previo h4{
				color: #4c4b4b;
				display: none;
				font: 16px/16px 'actobook';
				margin: 0 auto 15px;
			}
			.box-info-previo h6{
				color: #4c4b4b;
				font: 13px/16px 'actobook';
				margin: 0 auto 15px;
      }


/*Banners de publicidad*/
.container-top{
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

.lateral-izq{
  text-align: right;
  float: left;
  display: inline-block;
  margin: 5px 0;
  max-width: 180px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  overflow: auto;
  position: -webkit-sticky;
  position: fixed;
  top: 0px;
  left: 0px;
}

.lateral-der{
  text-align: left;
  float: right;
  display: inline-block;
  margin: 5px 0;
  max-width: 180px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  overflow: auto;
  position: -webkit-sticky;
  position: fixed;
  top: 0px;
  right: 0px;
}

.container-zocalo{
  max-width: 728px;
  max-height: 90px;
  height: 100%;
  z-index: 2147483646;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  text-align: center;
}
.container-caja3{
  display: none;
}
/*Fin banners de publicidad*/
.logo{
  width: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clear{
  clear: both;
}
@media (max-width: 1359px) {
  .lateral-izq,.lateral-der{
      display: none;
  }

}
@media (max-width: 768px) {
  .lateral-izq,.lateral-der{
      display: none;
  }
  .main{
      margin-bottom: 130px;
  }

  .container-zocalo{
      height: 50px;
      bottom: 0px;
  }
}
@media (max-width: 640px) {
  .logo{
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-top,
	.banner-left,
  .banner-righ{
		display: none;
	}

  .container-caja3{
    text-align: center;
  }
}
    @media(max-width:480px){
        .box-previo-cuento {
          width: 100%;
        }
        .box-info-previo h3 a{
          font-size: 16px;
        }
        .menu a{
          font-size: 13px;
          height: 45px;
        }
        header span{
          font-size: 18px;
        }
        header img{
          width: 58px;
        }

      }
