@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Century Gothic', sans-serif;
}

p{font-family: 'Century Gothic', sans-serif;}
h1, h2, h3 { font-family: 'Century Gothic', sans-serif;}

.promocion {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #eb5122;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    z-index: 99;
}

#podio { margin-top: 220px; margin-bottom: 200px;}
#podio h2 {font-weight: bold; text-align: center;  color: #ea5223; margin-bottom: 120px;}

.iconbox {
    display: -webkit-box;
    display: flex;
    margin-bottom: 2em;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
    transition: box-shadow 0.3s ease, background 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.iconbox-blue {   background-color: #dde1f8; box-shadow: 0 25px 70px rgb(0 0 0 / 7%);     border-radius: 10px; padding: 35px 10%; margin-top: 30px;}
.iconbox-green {   background-color: #c7f7ea; box-shadow: 0 25px 70px rgb(0 0 0 / 7%);     border-radius: 10px; padding: 55px 10%;}
.iconbox-pink {   background-color: #fcd7e0; box-shadow: 0 25px 70px rgb(0 0 0 / 7%);     border-radius: 10px; padding: 25px 10%; margin-top: 60px;}

.iconbox-blue .contents {color: #3d59e8;}
.iconbox-green .contents {color: #28d5a7;}
.iconbox-pink .contents {color: #fe688b;}

.iconbox .contents span{    font-size: 40px;
    font-weight: bold;}

#videos h2{    color: #eb5122;
    text-align: center;}
	#videos h2 p { text-align: center;}
.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  #slide_1 {
	background-image:url('/img/slide_1.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
  }

  #slide_2 {
	background-image:url('/img/slide_2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
  }

  #slide_3 {
	background-image:url('/img/PRH_2020_slide.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
  }

  #comienza_leer {
	background-image:url('/img/empieza.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 80px 0;
  }

  #nosotros {
	background-image:url('/img/nosotros.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 80px 0;
  }

  #nosotros h2 { text-align: center; color: white;}

  .fondo_capitulos {
	background-image:url('/img/top.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding: 80px 0;
  }

  .callout.secondary { 
	background: #1f1b3361;
    color: white;
    max-width: 600px;
    border: 1px solid rgb(234, 125, 106);
  }

  .container_slide {
	  position: absolute;
	  left: 30%;
	  top: 40%;
	  transform: translate(-60%, -50%);
	  text-align: left;
	  color: #fff;
	  max-width: 500px;
	  font-size: 1.4vw;
	  z-index: 2;
  }

  .container_logos {
	position: absolute;
	left: 30%;
	bottom: 10%;
	transform: translate(-60%, -50%);
	text-align: left;
	color: #fff;
	max-width: 500px;
	font-size: 1.4vw;
	z-index: 2;
}

.container_logos img {
	max-width: 270px;
	max-height: 60px;
	margin-right: 20px;
}

  .container_slide h1 {
	  text-align: left;
	  color: #e87e6e;
	  font-size: 32px;
	  display: inline-block;
  }

  .container_slide p {
	text-align: left;
	font-size: 18px;
}

  .container_slide img {
	display: inline-block;
    max-width: 40px;
    margin-right: 20px;
    margin-top: -10px;
  }

  #fomenta {
	background-image:url('../img/nina_2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	  padding: 100px 0 0 0;
	  margin: 80px 0;
	  text-align: center
  }

  #fomenta img{
	max-width: 360px;
	float: right;
  }

  #fomenta h1 {
	font-family: 'Century Gothic', sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	letter-spacing: 3px;
	text-align: right;
    /* border-right: 3px solid #3b3734; */
    margin: 0px;
    /* border-bottom: 3px solid #3b3734; */
    padding: 10px 0px;
    font-weight: 300;
}

#fomenta p {
	color: #ffffffbd;
    text-align: center;
    font-size: 27px;
    margin-top: 110px;
}

#fomenta .button {
	letter-spacing: 2px;
    font-size: 14px;
    padding: 15px;
}

#newsletter .button.small.enviar{ margin: 0}

.maxwidthnone {
	max-width:none;
}

.modalbg {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;
	-moz-transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-transition-delay: 0.2s;
	display: block;
	pointer-events: none;
  }
  .modalbg .dialog {
	width: 600px;
	position: relative;
	top: -1000px;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #ccc);
	background: -webkit-linear-gradient(#fff, #ccc);
	background: -o-linear-gradient(#fff, #ccc);
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
  }
  .modalbg .dialog .ie7 {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
  }
  .modalbg:target {
	display: block;
	pointer-events: auto;
	background: rgba(4, 10, 30, 0.8);
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
  }
  .modalbg:target .dialog {
	top: -20px;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-transition-delay: 0.4s;
  }
  .close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-transition-delay: 0.2s;
  }
  .close .ie7 {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
  }
  .close:hover {
	background: #00d9ff;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
  }

ul {
    list-style-type: disc;
    margin-left: 0rem;
}

.button {    
	background-color: #eb5122 !important;
    margin-top: 20px;
    text-transform: uppercase;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 15px;}
.button:hover {background-color: #e4583d !important}

.margin0 {
	margin: 0px;
}

.clear {clear: both !important;}

.margintop120 {
	margin-top: 120px;
}

.marginbottom120 {
	margin-bottom: 120px;
}

.marginbottom90 {
	margin-bottom: 90px;
}

.margintop70 {
	margin-top: 70px;
}

.margintop75 {
	margin-top: 75px;
}

.margintop100 {
	margin-top: 100px;
}

.videohomemobile {
	padding-top: 0px;
}

.margintop50 {
	margin-top: 50px;
}

.paddingtop20 {
	padding-top: 50px;
}

.paddingtop100 {
	padding-top: 100px;
}

.pad0 {
	padding: 0px;
}

.colormdl {
	color: #eb5122;
}

.colormdl2 {
	color: #000;
}

.rojo2 {
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'Fort';
}

.rojo2:hover { color: #eb5122;}

.naranja {color:#eb5122 !important;} 

.amarillo2 {
	font-size: 22px;
	color: #ffe121;
}

.preguntas {text-align: center;
    color: #ea5223;
	font-weight: bold;}
	
.preguntas h2 {font-weight: bold;}

.azul2 {
	font-size: 22px;
	color: #1e4499;
}

.verde2 {
	font-size: 22px;
	color: #4cc34b;
}

.titulo {
	margin-top: 230px;
}

.titulo h1 {
	font-family: 'Fort';
	font-size: 29px;
	text-align: center;
	color:#fff;
	text-transform: capitalize;
	max-width:700px;
	margin: 0 auto;
	font-weight: bold;
}

.titulo h2 {
	font-family: 'Fort';
	font-size: 35px;
	text-align: center;
	color:#3d3d3d;
	text-transform:uppercase;
	font-weight: bold;
}

.titulo h3 {
	font-family: 'Fort';
	font-size: 24px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}

.unetetitulos{
	border-bottom: 3px solid #3b3734;
	border-top: 3px solid #3b3734;
	padding-right: 90px;
	max-width: 360px;
	margin-left: 15px;
	margin-right: 15px;
}

.unete h1 {
	font-family: 'Century Gothic', sans-serif;
    color: #3d3d3d;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* border-right: 3px solid #3b3734; */
    margin: 0px;
    /* border-bottom: 3px solid #3b3734; */
    padding: 10px 0px;
    font-weight: 300;
}

.unete h2 {
	font-family: 'Fort';
	color: #eb5122;
	font-size: 17px;
	letter-spacing: 3px;
	border-right: 3px solid #3b3734;
	margin: 0px;
	padding: 10px 0px;
	word-break: break-all;
	font-weight: bold;
}

.unete h3 {
	font-family: 'Fort';
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform:uppercase;
	border: 3px solid #000;
	padding: 17px;
	width: 200px;
	text-align: center;
	margin-top: 40px;
	background-color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
	font-weight: bold;
}

.unete h3:hover {
	font-family: 'Fort';
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform:uppercase;
	padding: 17px;
	width: 200px;
	text-align: center;
	margin-top: 40px;
	background-color: #000;
	font-weight: bold;
}

.unete2 img {
	position: relative;
	left: 10px;
	padding: 16px 0px 0px 0px;
	max-width: 100px;
}

.unete p {
	font-family: 'Fort';
	color: #606060;
	font-size: 15px;
	line-height: 30px;
	margin-top: 0px;
	text-align:justify;
	font-weight: 300;
}

.unete p a {
	font-family: 'Fort';
	color: #6c8095;
	opacity: 0.9;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #e6e9eb;
	font-weight: 300;
}

.unete p a:hover {
	font-family: 'Fort';
	color: #6c8095;
	opacity: 0.9;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 3px solid #e6e9eb;
	font-weight: 300;
}

.hide_cel { display: block;}
.show_cel { display: none;}

#submenu {
	position: fixed;
    top: 60px;
    width: 100%;
	padding: 0 0 0 0;
	z-index: 3;
}

#submenu .container li {    padding: 4px 0;}

#submenu a {
	color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    border-right: 1px solid #000;
	padding-right: 18px;
	padding-right: 14px;
	padding-left: 14px;
	padding: 11px 20px 8px;
}

#submenu .active a {  background: #eb5122;}

#submenu .borde-izq a {  border-left: 1px solid #fff;}

#submenu .container ul {margin-bottom: 0px; float: left;     padding: 0;}

.shape-bottom {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	z-index: 2;
  }
  
  .shape-bottom img {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
  }

.shape-bottom img {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(
180deg
);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(
180deg
);
}

 .shape-bottom{
	-webkit-transform: rotatex(
		180deg
		) translateY(-100%);
			-ms-transform: rotatex(180deg) translateY(-100%);
			transform: rotatex(
		180deg
		) translateY(-100%);
			bottom: 18px;
			overflow: hidden;
			-webkit-transition: all .4s;
			-o-transition: all .4s;
			transition: all .4s;
 }

#filtros {background-color: #efebe2;}

/* Dropdown */

[data-whatinput='mouse'] button {
	outline: 0;
    background: #eb5122;
    padding: 14px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

select {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline style='fill:white;' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
	background-color: #34495E;
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	background-size: 12px 12px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 16px;
	border-radius: 4px;
	padding: 5px 35px 5px 5px;
	color: white;
  }
  
  select:focus,
  select:active {
	border: 0;
	outline: 0;
  }
  
  
  /**
   * Container/Target Styles
   */
  
  .mixitup-content-container {
	color: gray;
	padding: 2% 0 0;
	text-align: justify;
  }
  
  .mixitup-content-container:after {
	content: '';
	display: inline-block;
	width: 100%;
  }
  
  .mixitup-content-container .mix,
  .mixitup-content-container .gap {
	display: inline-block;
	width: 49%;
  }
  
  .mixitup-content-container .mix {
	padding-left: 0;
	text-align: left;
	background: #ffffff;
    color: white;
    border-radius: 4px;
    margin-bottom: 2%;
    vertical-align: top;
    display: none;
    padding: 10px;
	border: 1px solid #e4e3e3;
	min-height: 400px;
  }
  
  .mixitup-content-container .mix.project-1 {
	background: rgba(0, 194, 138, 0.9);
  }
  
  .mixitup-content-container .mix.project-2 {
	background: #FFBC67;
  }
  
  .mixitup-content-container .mix.dataset-b {
	background: #DA727E;
  }
  
  .mixitup-content-container .mix.visualization-III {
	background: #AC6C82;
  }
  
  .mixitup-content-container .mix.visualization-VI {
	background: #685C79;
  }
  
  .mixitup-content-container .mix.visualization-V {
	background: #455C7B;
  }
  
  @media all and (min-width: 420px) {
	.mixitup-content-container .mix,
	.mixitup-content-container .gap {
	  width: 16%;
	}
  }
  
  @media all and (min-width: 640px) {
	.mixitup-content-container .mix,
	.mixitup-content-container .gap {
	  width: 16%;
	}
  }
  
  
  /**
   * Fail message styles
   */

   .mixitup-content-container h3 { 
	   font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: center;}
	
	.mixitup-content-container p { 
		font-size: 14px;
		font-weight: bold;
		color: #888888;
		text-align: center;}

		.mixitup-content-container	span {color: #eb5122;}
  
  .mixitup-content-container .fail-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
  }
  
  .mixitup-content-container .fail-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
  }
  
  .mixitup-content-container .fail-message span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
  }
  
  .mixitup-content-container .fail .fail-message {
	opacity: 1;
  }
  
  p {
	margin: 5px;
	font-size: 22px;
  }

.progressbar-wrapper {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}

.progressbar li {
	list-style-type: none;
	width: 33.33%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #eb5122;
	font-weight: bold;
}

.progressbar li span{
	color: #fff; 

}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #f2896a;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     background-color: #f2896a;
     top: 30px;
     left: -50%;
     z-index: 0;
}
.progressbar li:first-child:after {
     content: none;
}

.progressbar li.active {
    color: green;
    font-weight: bold;  
}
.progressbar li.active:before {
    border-color: #55b776;
    background: green;
 }
.progressbar li.active + li:after {
    background-color: #55b776;
}

.progressbar li.active:before {
    background: #55b776  url(user.svg) no-repeat center center;
    background-size: 60%;
}
.progressbar li::before {
    background: #fff url(user.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step; 
}

.donaunlibro {
	background:url(../img/donaunlibro.jpg) no-repeat;
}

.donaunlibro h1 {
	position: relative;
	z-index: 1;
	font-family: 'Fort';
	color: #FFF;
	font-size: 28px;
	padding: 100px 50px;
	font-weight: bold;
	
}

.consultacalendario {
	color: #eb5122;
	opacity: 0.9;
}

.consultacalendario:hover {
	color: #eb5122;
	opacity: 1;
}

form {
	margin-left:auto;
	margin-right:auto;
	padding:14px 0px 0px 0px
}

::-webkit-input-placeholder {
   color: #eb5122;
}

:-moz-placeholder { /* Firefox 18- */
   color: #eb5122;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #eb5122;  
}

:-ms-input-placeholder {  
   color: #eb5122;  
}

select ,input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border-style: solid;
    border-width: 1px;
	border-color: #302f38;
	background: white;
    box-shadow: none;
    color: #eb5122;
    display: block;
	letter-spacing: 2px;
    font-family: 'Fort';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 12px;
	text-transform:uppercase;
    height: 45px;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
	font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #FFF;
    border-color: #ec2031;
    outline: none;
	border-style: solid;
    border-width: 2px;
    border-color: #eb5122;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.button.small.enviar {
	background: #000;
	color: #FFF;
    font-family: 'Fort';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
	height:45px;
	width:100%;
    padding: 10px 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	font-weight: bold;
}

.button.small.enviar:hover {
	background: #eb5122;
	color: #FFF;
    font-family: 'Fort';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
	height:45px;
	width:100%;
    padding: 10px 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	font-weight: bold;
}

.compartetuamor {
	background:url(../img/libreria.jpg) no-repeat;
	background-position:center center;
	background-size: cover;
	padding-bottom: 120px;
}

.libreria {
	padding-top: 50px;
	padding-left: 0rem;
    padding-right: 0rem;
}

.libreria h1 {
	font-family: 'Fort';
	color: #3b3734;
	font-size: 28px;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align: center;
	border-top: 3px solid #3b3734;
	border-bottom: 3px solid #3b3734;
	padding: 15px 0px;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	max-width: 650px;
	margin: 0 auto;
	font-weight: bold;
}

.libreria h2 {
	font-family: 'Fort';
	color: #eb5122;
	font-size: 19px;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 3px solid #3b3734;
	padding: 15px 0px;
	max-width: 650px;
	margin: 0 auto;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	font-weight: bold;
}

.roald {
	padding-top: 50px;
	background:url(../img/roaldbg.jpg) repeat;
	padding-bottom: 50px;
}

.roald h1 {
	font-family: 'Fort';
	color: #fff;
	font-size: 28px;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align: center;
	padding: 15px 0px;
	max-width: 620px;
	margin: 0 auto;
	background: rgb(39, 85, 210);
	font-weight: bold;
}

.faqs {
	padding-top: 50px;
	background:url(../img/libreria.jpg) no-repeat;
	background-position:center center;
	background-size: cover;
	padding-bottom: 50px;
}

.faqs h1 {
	font-family: 'Fort';
	color: #3b3734;
	font-size: 28px;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align: center;
	border-top: 3px solid #3b3734;
	border-bottom: 3px solid #3b3734;
	padding: 15px 0px;
	max-width: 620px;
	margin: 0 auto;
	font-weight: bold;
}

.faqs h2 {
	font-family: 'Fort';
	color: #eb5122;
	font-size: 19px;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 3px solid #3b3734;
	padding: 15px 0px;
	max-width: 620px;
	margin: 0 auto;
	font-weight: bold;
}

.vegas-slide, .vegas-slide-inner {height: 690px;}
body .vegas-container {height: 780px !important;}

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {top:0px !important;}

.flecha img  {
	position: absolute;
    max-width: 10vw;
    left: 0;
}

.flecha_2 img  {
	position: absolute;
    max-width: 16vw;
    right: 0;
}

.top10 { margin-top: 10px}
.top20 { margin-top: 20px}
.top30 { margin-top: 30px}
.top40 { margin-top: 40px}
.top50 { margin-top: 50px}
.top60 { margin-top: 60px}

.tabs {
    border-top: 3px solid #3d3d3d;
    border: none;
    border-top: 2px solid #eb5122;
}
.tabs-title > a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #eb5122;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.tabs-content {
    height: 100%;
    float: left;
    padding: 13px;
	border:none !important;
}
.tabs-panel {
 
    padding: 0;
}
.cap img {
    background: #FFF url(/img/ajax.svg) no-repeat center center;
}
.cap {margin-top: 20px;}
.cap a span {font-size: 15px;}

#capitulos {
	padding-top: 150px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom: 50px
}

#capitulos h1 {
	font-family: 'Century Gothic', sans-serif;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    border-bottom: 1px solid #eb5122;
    padding: 5px 0px;
    max-width: 620px;
    margin: 0 auto;
    font-weight: bold;
}

#capitulos h2 {
	font-family: 'Fort';
	color: #eb5122;
	font-size: 19px;
	letter-spacing: 1px;
	text-align: left;
	padding: 4px 0px;
	max-width: 620px;
	margin: 0 auto;
	font-weight: 400;
}

#capitulos h2 span {
	color: #b1b0af;
}

#_progress {
    --scroll: 0%;
    background: linear-gradient(
      to right,
      rgb(235, 81, 34) var(--scroll),
      transparent 0
    );
    position: fixed;
    width: 100%;
    height: 14px;
    top: 60px;
    z-index: 100;
  }



#capitulost .texto p, #capitulost .texto span {

	   
    line-height: 26px !important;
    margin-top: 0px !important;
    color: #777 !important;	        
    padding: 0 15px 0px 15px;
    font-family: 'Open Sans', sans-serif !important;
    
    font-size: 16px !important;
	text-align: justify !important;
}

#capitulost .texto span {padding: 0 !important;}

#capitulost .texto { background-color: #fff !important;
padding-top: 25px !important;padding-bottom: 25px !important;
max-width: 700px !important;
margin: 0 auto;
}

#capitulost .texto a {margin-left: 15px;}

.negro {color: #36363e !important;}

#registrodonar  {padding: 25px 0;}
#registrodonar p {padding:30px;color: #777 !important;text-align: center;width: 80%;margin: 0 auto;}
#registrodonar h1 {    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #eb5122;
    font-weight: bold;
}
#registrodonar h2 { text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #eb5122;
    font-weight: bold;}

.logo2 {   margin: 0 !important;
    width: 110px !important;
    margin-top: 13px !important;
    float: left;}

.redes h1 {
	font-family: 'Fort';
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background:#3754d1;
	padding: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}

.redes h2 {
	font-family: 'Fort';
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background:#3794dc;
	padding: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}

.redes h3 {
	font-family: 'Fort';
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background:#4171a8;
	padding: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}

.redes2 {
	border: 1px solid #36363e;
}

.footer li { list-style-type: none;} 

.footer h4 {color: white;
    font-size: 18px;
    font-weight: bold;}

.footer {
	background:#fff;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}

.footer .button {
	letter-spacing: 1px;
    font-size: 12px;
	padding: 15px;
	margin-top: 0;
}

.footer h1 {
	font-family: 'Fort';
	color:#000;
	font-size: 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 300;
}

.footerpenguin {
	text-align:left;
}

.footerpenguin img {
	opacity: 0.7;
	max-width: 160px;
}

.footerpenguin img:hover {
	opacity: 1;
	max-width: 160px;
}

#vid-container {
	float: left;
    border: 1px solid #FFF;
    height: 40px;
	width: 40px;
	color:#FFF;
	padding: 3px 0;
	background-color:transparent;
   /* -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);*/
	margin: 20px 11px 0 0;
	-webkit-transition: color, background 0.2s ease-in-out;
	transition: color, background 0.2s ease-in-out;
	-moz-transition: color, background 500ms ease-out;
    -o-transition: color, background 500ms ease-out;
}

#vid-container:hover {
	color: #36363e;
	float: left;
    border: 1px solid #FFF;
    height: 40px;
	width: 40px;
	background-color:#FFF;
    -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	margin: 11px;
}

.rotacion {
	position: absolute;
	position: relative;
    padding: 0 13.5px;
    -moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.fa-facebook.redesmenu {
	position: relative;
	right: 0;
	top: 0;
	color: #FFF;
}

.fa-twitter.redesmenu {
	position: relative;
	right: 0;
	top: 0;
	color: #FFF;
}

.fa-instagram.redesmenu {
	position: relative;
	right: 0;
	top: 0;
	color: #FFF;
}

.fa-facebook {
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 16px;
}

.fa-twitter {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 16px;
}

.fa-instagram {
	position: absolute;
	right: 6px;
	top: 5px;
	font-size: 16px;
}

.fa-youtube-play {
	position: absolute;
	right: 6px;
	top: 5px;
	font-size: 16px;
}

.fa-linkedin {
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 16px;
}

.fa-google-plus {
	position: absolute;
	right: 3px;
	top: 5px;
	font-size: 16px;
}

.fa-pinterest-p {
	position: absolute;
	right: 8px;
	top: 6px;
	font-size: 16px;
}

.footerhash {
	text-align: right;
	margin-top: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}

.footerhash:hover > a img {
	-moz-transform: scale(1) rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(15deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.footerhash img {

    max-width: 10%;
float: left;
}

.logos { text-align: center;}
.logos img {float: none;width: 12%}

.footer a {
	font-family: 'Fort';
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.hashmdl {

}

.footer .logofooter img { max-width: 200px;}

.footer2 {
	background:#303038;
	padding: 30px;
	text-align: center;
}

.footer2 h1 {
	font-family: 'Fort';
	color: #64646b;
	font-size: 15px;
	margin: 0px;
	font-weight: 300;
}


.calendario {
	margin: 70px auto;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.evento {
	background: #eb5122;
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.evento h1 {
	font-family: 'Fort';
	font-size: 48px;
	color: #FFF;
	margin: 0px;
	line-height: 1;
	text-align: right;
	font-weight: 300;
}

.mes {
	font-family: 'Fort';
	font-size: 28px;
	color: #FFF;
	margin: 0px;
	text-align: right;
	font-weight: 300;
}

.evento h3 {
	font-family: 'Fort';
	font-size: 20px;
	color: #FFF;
	margin: 0px;
	text-align: right;
	font-weight: 300;
}

.eventoinfo {
	background: rgba(246, 246, 246, 1);
    padding: 20px 20px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.eventoinfo h1 {
	font-family: 'Fort';
	font-size: 16px;
	color: #415161;
	margin: 0px;
	font-weight: 300;
}

.eventoinfo h2 {
	font-family: 'Fort';
	font-size: 16px;
	color: #415161;
	opacity: 0.6;
	margin: 10px 0px 0px 0px;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	font-weight: 300;
}

.eventoinfo h2:hover {
	font-family: 'Fort';
	font-size: 16px;
	color: #eb5122;
	opacity: 1;
	margin: 10px 0px 0px 0px;
	font-weight: 300;
}

.logotipos {
	padding: 60px 0px;
}

.logotipos2 {
	padding: 20px;
}

.logotipos3 {
	padding: 60px 0px;
}

.redestodas {
	padding: 60px 3%;
	background: #36363e;
}

.redessociales {
	padding-bottom: 100px;
}

.ecards {
	margin-top: 75px;
	margin-bottom: 75px;
}

.margincero { margin: 0; padding: 0;} 

.orange { background: #efebe2; display: table; padding: 0 60px;}
.orange p{ color: #000; font-size: 16px;}
.orange h3{ color: #000;}

.centro_vrt {    display: table-cell;
    vertical-align: middle;}

#savetc { 
	padding: 0 0 0 0;
    position: relative;
}

.descargar h1 {
	font-family: 'Fort';
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform:uppercase;
	border: 3px solid #000;
	padding: 17px;
	width: 200px;
	text-align: center;
	background-color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
	margin: 20px 0;
	font-weight: bold;
}

.descargar h1:hover {
	font-family: 'Fort';
	color: #FFF;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform:uppercase;
	padding: 17px;
	width: 300px;
	text-align: center;
	background-color: #000;
	font-weight: bold;
}

.descargar h2 {
	font-family: 'Fort';
	color: #606060;
	font-size: 26px;
	letter-spacing: 2px;
	text-transform:uppercase;
	text-align: left;
	margin-top: 0px;
	font-weight: 300;
}

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 2;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 3;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Fort';
  font-weight: 300;
}

.content-details h2{
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  font-size: 22px;
  font-family: 'Fort';
  font-weight: 300;
}

.content-details p{
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Fort';
  font-weight: 300;
}

.fadeIn-bottom{
  top: 80%;
}



*, 
*:before, 
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container {
  width: 90%;
  min-width: 740px;
  margin: 0 auto;
}

.container ul {
	float: right;
}

.container li {
	display: inline;
	float: left;
}

img.logo {
	float: left;
}

/* Header */

header {
	background-color: #fff0;
	border-bottom: 0px solid rgba(255, 255, 255, .5);
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 3;
}

header a {
	color: #fff;
	text-decoration: none;
	font-family: 'Century Gothic', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}

header a.active, header a:hover {
	color: #fff;
}

header li {
	margin-right: 14px;
	text-transform: uppercase;
}


/* header large */

header.large {
	height: 60px;
	background-color: #efebe2;
	background: linear-gradient(270deg, rgb(49 48 48) 0%, rgba(27, 27, 27, 1) 26%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(27, 27, 27, 1) 78%, rgb(66 66 66) 100%);
}

header.large img {
	width: 40px;
    margin-top: 40px;
	margin-left: 20px;
}

.mdl{
	position: relative;
	top: 7px;
	left: 10px;
	font-size: 26px;
	font-family: 'Playfair Display', serif;
	color:#fff;
	letter-spacing: 0;
}

header.large li {
	color:#fff;
	margin-top: 11px;
	font-family: 'Century Gothic', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

header.large .rojo {
	color: #fff;
    padding-bottom: 7px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    font-weight: 300;
    font-size: 11px;
	letter-spacing: 1px;
}

header.large .amarillo {
	color: #fff;
	padding-bottom: 7px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 300;
	text-transform: initial;
    letter-spacing: 0;
	font-family: 'Century Gothic', sans-serif;
	font-size: 10px;
    letter-spacing: 0;
}

header strong {font-size: 23px;}

header.large .azul {
	color: #fff;
	border-bottom: 2px solid #eb5122;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 300;
	font-family: 'Century Gothic', sans-serif;
}

header.large .verde {
	color: #000;
	border-bottom: 2px solid #eb5122;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 300;
	font-family: 'Century Gothic', sans-serif;
}

header.large {font-family: 'Century Gothic', sans-serif;}

header.large a, header a:focus, header a:visited {
	color: #fff;
}


header.large a.active, header.large a:hover {
	color: #fff;
}

header.large .logo2 {margin-top: 12px !important;} 


/* header small */

header.small {
	background-color: #000;
	height: 60px;
	background-size: cover;
}

header.small img {
	width: 35px; 
	margin-top: 16px;
	margin-left: 15px;
}

header.small .mdl{
	position: relative;
	top: 15px;
	left: 10px;
	font-size: 22px;

}

header.small li {

	margin-top: 10px;
}

header.small .rojo {
	
	font-size: 11px;
}

header.small .amarillo {
	border: none;
	font-size: 10px;
    letter-spacing: 0;
	
	
	text-transform: initial;
}
header.small .azul {
	

}


header.small .verde {
	
	
}

header.small a {

	text-decoration: none;
letter-spacing: 2px;
	font-size: 14px;
	font-weight: 200;
}

header.small a, header a:focus, header a:visited {
	
}

header.small a.active, header a:hover {
	
}

/* Transitions */

header,
nav,
img,
.mdl,
.verde,
.rojo,
.amarillo,
.azul,
header li {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}

a {
	transition: .2s all;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
}


[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    vertical-align: baseline;
}

section{
  padding: 60px 20px;
}
.animate{
  transition: all .3s;
}

input[name=question]{
    display: none;
}
input[name=question] + label{
	font-family: 'Fort';
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 1.2em;
    cursor: pointer;
    background: rgba(246, 246, 246, 1);
    color: #ea5222;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px 10px 0 0;
	font-weight: 300;
}

.response{
	font-family: 'Fort';
    position: relative;
    color:#000000;
    padding: 6px 20px;
    -webkit-transform: translate3d(0,-40px, 0) rotate(0deg);
    z-index: 1;
    opacity: 1;
    border-radius: 0 0 1px 1px;
	font-weight: 300;
}

input[name=question]:checked + label{
    background: #F6F6F6;
	color: #eb5122;
    font-weight: bold;
}
input[name=question]:checked + label + .response{
    opacity: 1;
    visibility: visible;
    padding: 10px 20px;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-filter: blur(0px);
    margin-bottom: 20px;
	color: black;
    background: white;
    font-size: 18px;
}

.fixed-height{
    height: 50px;
    overflow: hidden;
    opacity: 1 !important;
}

.aviso {
	background:#fff !important;
	border:3px solid #000;
	border-top:none;
	border-left:none;
	border-right: none;
}

.aviso p {font-size: 16px;text-align: center;font-family: 'Fort';font-weight: bold;}


.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 2500px;
	position: relative;
	top:0;
	left: 0;
}
.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
}

.thumb {
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
	border: 1px solid #fff;
}

.thumb img:hover {
	border: 1px solid #eb5122;
}

.vid-item .desc {
	color: #21A1D2;
	font-size: 15px;
	margin-top:5px;
}
.arrows {
	position:relative;
	width: 100%;
}

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 10px;
    left: 1px;
    top: -140px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 10px;
	right: -1px;
	top: -140px;
	z-index:100;
	cursor: pointer;
}


.header {
	position:relative;
	text-align:center;
	background: linear-gradient(60deg, rgb(244 117 25) 0%, rgb(192 55 55) 100%);
	color:#efebe2;
  }
  .logo {
	width:50px;
	fill:#efebe2;
	padding-right:15px;
	display:inline-block;
	vertical-align: middle;
  }
  
  .inner-header {
	height:40vh;
	width:100%;
	margin: 0;
	padding: 0;
  }
  .inner-header h1 {
	padding-top: 70px;
  }
  
  .flex { /*Flexbox for containers*/
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  }
  
  .waves {
	position:relative;
	width: 100%;
	height:15vh;
	margin-bottom:-7px; /*Fix for safari gap*/
	min-height:100px;
	max-height:150px;
  }
  
  .content {
	position:relative;
	height:20vh;
	text-align:center;
	background-color: #efebe2;
  }
  
  /* Animation */
  
  .parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
	fill: #efebe2;
  }
  @keyframes move-forever {
	0% {
	 transform: translate3d(-90px,0,0);
	}
	100% { 
	  transform: translate3d(85px,0,0);
	}
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
	.waves {
	  height:40px;
	  min-height:40px;
	}
	.content {
	  height:30vh;
	}
  }








@media (max-width: 624px) {
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -60px;
	}

	.arrow-right {
		right: 0;
		top: -60px;
	}
}


.celular{
    text-align: center;
}

@media only screen and (max-width: 64em) {

.unete p {
	font-family: 'Fort';
	color: #606060;
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px;
	font-weight: 300;
}

.margintop70 {
	margin-top: 0px;
}

.footerhash {
	text-align: center;
	margin-top: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
}

.footerhash img {
	max-width: 17px;
}

.footer a {
	font-family: 'Fort';
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

header.large img {
	width: 30px;
    margin-top: 23px;
	margin-left: 10px;
}

.mdl{
	position: relative;
	top: 42px;
	left: 10px;
	font-size: 23px;
	color:white;
}

header.small img {
	width: 25px; 
	margin-top: 20px;
	margin-left: 10px;
}

header.small .mdl{
	position: relative;
	top: 17px;
	left: 10px;
	font-size: 18px;
	color:#FFF;
}


}

@media only screen and (max-width: 40em) {

.unetetitulos{
	border-bottom: 3px solid #3b3734;
	border-top: 3px solid #3b3734;
	padding-right: 90px;
	max-width: none;
	width: 290px;
	margin-left: 15px;
	margin-right: 15px;
}

.unete h1 {
	font-family: 'Century Gothic', sans-serif;
	color: #3d3d3d;
	font-size: 23px;
	text-transform:uppercase;
	letter-spacing: 3px;
	border-right: 3px solid #3b3734;
	margin: 0px;
	border-bottom: 3px solid #3b3734;
	padding: 10px 0px;
	font-weight: bold;
}

.unete h2 {
	font-family: 'Fort';
	color: #eb5122;
	font-size: 12px;
	letter-spacing: 3px;
	border-right: 3px solid #3b3734;
	margin: 0px;
	padding: 10px 0px;
	word-break: break-all;
	font-weight: bold;
}

.unete2 img {
	position: relative;
	left: 10px;
	padding: 8px 0px 0px 0px;
	max-width: 90px;
}

.donaunlibro h1 {
	position: relative;
	z-index: 1;
	font-family: 'Fort';
	color: #FFF;
	font-size: 28px;
	padding: 100px 20px;
	font-weight: bold;
}
	
.libreria {
	padding-top: 50px;
	background:url(../img/libreria.jpg) no-repeat;
	background-position:center center;
	background-size: auto;
	padding-bottom: 20px;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.descargar h2 {
	font-family: 'Fort';
	color: #606060;
	font-size: 26px;
	letter-spacing: 2px;
	text-transform:uppercase;
	text-align: left;
	margin-top: 20px;
	font-weight: 300;
}

header.large img {
	width: 30px;
    margin-top: 15px;
	margin-left: 10px;
}

.mdl{
	position: relative;
	top: 12px;
	left: 10px;
	font-size: 16px;
	color:white;
}

header.small img {
	width: 25px; 
	margin-top: 20px;
	margin-left: 10px;
}

header.small .mdl{
	position: relative;
	top: 17px;
	left: 10px;
	font-size: 16px;
    color: white;
}

body .vegas-container {
    height: 400px !important;
}

.vegas-slide, .vegas-slide-inner {
    height: 350px;
}
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
    top: 50px !important;
}
header.large .logo2 {
    margin-top: 5px !important;
}


	
}

@media (max-width: 414px) {
	.container_logos {left: 41%;}
	.promocion {    text-align: center;     font-size: 10px;}
	.container_slide h1 {    font-size: 22px;}
	.container_slide p {    font-size: 15px;}
	.container_logos img {
		max-width: 210px;
		max-height: 50px;
		margin-right: 20px;
		margin-bottom: 10px;
	} 
.container_slide {
	left: 40%;
    top: 40%;
    transform: translate(-60%, -50%);
}

.show_cel { display: block;}
.hide_cel { display: none;}

.flecha img {    max-width: 40vw;}
#fomenta img {    max-width: 200px;}
.unete h1 {    border-right: none;    border-bottom: none;}

#submenu a {        padding: 11px 36px 8px;
    line-height: 34px;
    border: none;}

#submenu .container li {
    padding: 4px 0px;
    text-align: center;
}

.orange {    padding: 0 40px;}

.orange h3 {
    color: #eb5121;
    font-size: 34px;
    text-align: center;
    padding: 40px 0 20px 0;
}

p {font-size: 18px;}

.footer .logofooter img {    margin: 0 auto; display: block;}
#vid-container { float: none; display: inline-block;}
.footer li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding: 20px 20px 0;
    /* border-right: 1px solid #fff; */
}

.footer h4 {text-align: center;}

.cd-primary-nav li {height: 20%;
	border-bottom: 1px solid #ffffff59;     line-height: 100px;
	
}

.logos img {
    float: left;
    width: 28%;
    margin: 10px;
}

.cd-primary-nav {background: #eb5121;}

.cd-primary-nav li:hover { color: #eb5122;     border-bottom: 1px solid #eb5122;}
button {    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 15px 20px;
    background: #eb5122;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;}

}