html, body {
	width: 100%;
	height: 100%;
	font-family: 'Rubik', sans-serif;

}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 2.4em;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
}
h2 {
	font-family: 'Rubik', sans-serif;

	font-size: 2.8em;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
}
h3 {
	font-family: 'Rubik', sans-serif;

	font-size: 2.0;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
}
h4 {
	font-family: 'Rubik', sans-serif;

	font-size: 1.3em;
	font-weight: 700;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
}
@media(max-width:767px) {
	h1 {
		font-family: 'Rubik', sans-serif;

		font-size: 1.8em;
		-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
	}
	h2 {
		font-family: 'Rubik', sans-serif;

		font-size: 1.8em;
		-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
	}
	h3 {
		font-family: 'Rubik', sans-serif;

		font-size: 1.7em;
		-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
	}
	h4 {
		font-family: 'Rubik', sans-serif;

		font-size: 1em;
		font-weight: 700;
		-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
	}
}

/*cabecera*/

.about img {
	padding-top: 10px;
	padding-bottom: 10px;
}
.about2 {
	font-size: 16px;
	padding-bottom: 10px;
	text-align: center;
}

@media(max-width:1023px) {
	.about img {
	display: block;
	margin: 0 auto;
}
}
@media(min-width:1024px) {
	.about img {
	padding-top: 10px;
	padding-bottom: 20px;
	}
	.about2 {
		font-size: 19px;
		padding-top: 25px;
		padding-bottom: 20px;
		text-align: left;
	}
}

/* Pasaporte */
#conoce {
	padding-top: 0px;
	padding-bottom: 0px;
}

.pasaporte{
	margin-top: 30px;
	margin-bottom: 30px;
}
@media(min-width:1024px) {
	.pasaporte{
	margin-top: 100px;
	margin-bottom: 30px;
}
}

.pasaporte p {
	line-height: 20px;
	font-size: 15px;
	font-family: 'Rubik';
	color: #4b4b4b;
	text-align: center;
}
.pasaporte img {
	max-height: 90px;
	padding-left: 15px;
}
.imgIntro {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.titulo-pasaporte {
	font-family: 'Rubik', sans-serif;
	font-size: 2.4em;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.6)
	font-weight: 700;
	padding-top: 30px;
	color: #000000;
	line-height: 40px;
}
.titulo-pasaporte-color {
	line-height: 20px;
	font-size: 19px;
	color: #db1a23;
	-webkit-text-stroke: 1px rgba(224, 0, 121, 0.2);	
	margin-top: -10px;
	
}


/* Aprende como */
a.aprendecomo {
	color: #ffffff;
	text-decoration: none;
}


h1.aprendecomo {
	font-weight: 300;
	line-height: 40px;
	color: #db1a23;
	-webkit-text-stroke: 1px rgba(224, 0, 121, 0.2);	
	margin-top: 70px;
	margin-bottom: 20px;
}

.titulo-form {
	font-weight: 300;
	line-height: 40px;
	color: #db1a23;
	-webkit-text-stroke: 1px rgba(224, 0, 121, 0.2);	
}


input.btn-aprendecomo {
    padding: 15px 30px;
    font-size: 10px;
	font-weight: 500;
    line-height: 1.3333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
    border-radius: 25px;
	background: #db1a23;
}
input.btn-aprendecomo:hover, input.btn-aprendecomo:active, input.btn-aprendecomo:focus {
    padding: 15px 30px;
    font-size: 10px;
	font-weight: 600;
    line-height: 1.3333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
    border-radius: 25px;
	background: #000000;
}


@media(min-width:576px) {
input.btn-aprendecomo {
    padding: 15px 30px;
    
}
input.btn-aprendecomo:hover, input.btn-aprendecomo:active, input.btn-aprendecomo:focus {
    padding: 15px 30px;
  
}

}




input.btn-obtenpasaporte {
    padding: 15px 30px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3333333;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 25px;
    background: #db1a23;
}
input.btn-obtenpasaporte:hover, input.btn-obtenpasaporte:active, input.btn-obtenpasaporte:focus {
    padding: 15px 30px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3333333;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 25px;
    background: #000000;
}


@media(min-width:576px) {
    input.btn-obtenpasaporte {
        padding: 15px 30px;
        
    }
    input.btn-obtenpasaporte:hover, input.btn-obtenpasaporte:active, input.btn-obtenpasaporte:focus {
        padding: 15px 30px;
        
    }
    
    
    
    
    
    
    
}
@media(min-width:768px)and (max-width:1023px) {
.aprendecomo {
	margin-top: 50px;
}
}

/* Date de alta ahora */
#altaahora {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}

img.btn-altaahora {
	max-height: 70px;
}	

img.altaahora {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media(min-width:769px) {
img.altaahora {
	float: right !important;
}
}
p.altaahora {
	font-weight: 300;
	color: #4b4b4b;	
	font-size: 1.2em;
}

a.altaahora {
	color: #ffffff;
	text-decoration: none;
}

h1.altaahora {
	font-weight: 300;
	line-height: 40px;
	color: #db1a23;
	-webkit-text-stroke: 1px rgba(224, 0, 121, 0.2);	
	margin-top: 30px;
	margin-bottom: 20px;
}

input.btn-altaahora {
    padding: 15px 30px;
    font-size: 10px;
	font-weight: 500;
    line-height: 1.3333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
    border-radius: 25px;
	background: #000000;
}
input.btn-altaahora:hover, input.btn-altaahora:active, input.btn-altaahora:focus {
    padding: 15px 30px;
    font-size: 10px;
	font-weight: 600;
    line-height: 1.3333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
    border-radius: 25px;
	background: #db1a23;
}


@media(min-width:576px) {
input.btn-altaahora {
    padding: 15px 30px;
    
}
input.btn-altaahora:hover, input.btn-altaahora:active, input.btn-altaahora:focus {
    padding: 15px 30px;
  
}
}



/* partners */
#partners {
	padding-top: 30px;
}

a.partners {
	color: #ffffff;
	text-decoration: none;
}


p.p-partners {
	padding-left: 15%;
	padding-right: 15%;
}

h1.partners {
	font-weight: 300;
	line-height: 30px;
	color: #db1a23;
	-webkit-text-stroke: 1px rgba(224, 0, 121, 0.2);	
	margin-top: 30px;
	margin-bottom: 20px;
}

input.btn-partners {
    padding: 15px 30px;
    font-size: 10px;
	font-weight: 500;
    line-height: 1.3333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
    border-radius: 25px;
	background: #000000;
}
input.btn-partners:hover, input.btn-partners:active, input.btn-partners:focus {
    padding: 15px 30px;
    font-size: 10px;
	font-weight: 600;
    line-height: 1.3333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
    border-radius: 25px;
	background: #db1a23;
}


@media(min-width:576px) {
input.btn-partners {
    padding: 15px 30px;
    
}
input.btn-partners:hover, input.btn-partners:active, input.btn-partners:focus {
    padding: 15px 30px;
  
}
}
@media(min-width:768px)and (max-width:1023px) {
.partners {
	margin-top: 50px;
}
}





#bienvenido {
	background-color: #f5f5f5;
    /*background-image: linear-gradient(#aaaaaa,#ffffff);*/
	padding-top: 40px;

}
#bienvenido img{
	padding: 20px;
}

.descripcion1 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
	
	
	font-size: 18px;
	font-family: 'Rubik';
	color: #4b4b4b;
	text-align: center;

}
@media(min-width:576px) {
.descripcion1 {
	padding-left: 15%;
	padding-right: 15%;
}
}

#ayuda {
	padding-top: 40px;
	padding-bottom: 40px;
}
.well {
	margin: 10px;
	border: 0px;
}
a.ayuda {
	font-family: 'Rubik', sans-serif;
	font-size: 1.7em;
	/*-webkit-text-stroke: 1px rgba(224, 0, 121, 0.6);*/
	font-weight: 500;
	color: #db1a23;
	text-transform: uppercase;
	line-height: 25px;
}

a.ayuda:hover {	
	font-size: 1.8em;
	text-decoration: none;
}





h1.descargatelaapp {
	font-weight: 400;
	color: #db1a23;
	-webkit-text-stroke: 1px rgba(224, 0, 121, 0.2);	
	margin-top: 30px;
}


#testimonios {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(min-width:768px) {
div.autores {
	border-left: 2px solid #eeeeee;
	padding-left: 20px;
}
}

h2.testimonios {
	font-size: 1.8em;
	text-decoration: none;
	font-weight: 300;
	color: #7d7d7d;
	text-align: center;
	-webkit-text-stroke: 1px rgba(125, 125, 125, 0.2)
    margin-top: 50px;
}
p.testimonios {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: 500;
	color: #db1a23;
	/* -webkit-text-stroke: 1px rgba(125, 125, 125, 0.2) */
}
div.testimonios {
	padding-top: 0px;
}
.testimonios-espacer {
	padding-top: 15px;
}
.texto-testimonio{
	font-size: 22px;
	text-decoration: none;
	font-weight: 200;
	color: #4b4b4b;
	-webkit-text-stroke: 1px rgba(125, 125, 125, 0.2)
}


@media(max-width:375px) {
	
	.texto-testimonio{
	font-size: 15px;
	}

	.form-ayuda{
		width: 95% !important;
	}
}

@media (min-width:376px) and (max-width:767px) {
	
	.texto-testimonio{
	font-size: 18px;
	}

	.form-ayuda{
		width: 95% !important;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	
	.texto-testimonio{
	font-size: 18px;
	}

	.form-ayuda{
		width: 85% !important;
	}
}

.fecha-testimonio{
	font-size: 14px;
}
.autores-content{
	margin-top:21px;
}
.autores-content a{
	text-decoration: none;
}
.nombre-autor:hover, .nombre-autor:focus, .nombre-autor:active {
	color: #000000 !important;
	text-decoration: none;
}
.nombre-autor{
	font-size: 16px;
	color: #4b4b4b;
	font-weight: 200;
	margin-top: 12px;
	margin-bottom: 10px;
	text-decoration: none;
}


#textoslegales {
	background-color: #000;
	color: #fff;
	min-height: 55px;
	padding-top: 20px;
}
.textoslegales, .textoslegales:visited {
	color: #fff;

}
@media(min-width:560px){
#textoslegales .sep {
	padding-left: 10px;
	padding-right: 10px;
}
}
.copy {
	font-weight: 400;	
}
.textoslegales:hover, .textoslegales:focus, .textoslegales:active {
	color: #db1a23;
	text-decoration: none;
}
.descripcionsinmodal {
	padding: 20px;
}
.modal .modal-body {
	max-height: 250px;
	overflow-y: auto
}

		.contenedorNormas h1,h2,h3,h4,h5,h6,p,span,a,li{
		   font-family: 'Rubik', sans-serif;
		   -webkit-text-stroke: 0px rgba(0, 0, 0, 0);
		}
		.contenedorNormas p,span,li{
		    font-size:14px;
		}
		.contenedorNormas h1:not(.titulo-color1),
		                  h2:not(.titulo-color1),
		                  h3:not(.titulo-color1),
		                  h4:not(.titulo-color1),
		                  h5:not(.titulo-color1),
		                  h6:not(.titulo-color1){
		    font-weight:200;
		    color:#000000;
		}
		#preguntas_aprender li, #preguntas_ensenar li{
		    margin-bottom:5px;
		}
		#preguntas_aprender li a{
		    font-size:14px;
		}
		.slideObj{
		    display:none;
		    color:#7d7d7d;
		    font-family: 'Rubikregular', sans-serif;
		}
		.sliderToggle{
		    font-size:20px !important;
		}
		.sliderToggle:hover{
		    cursor:pointer;
		    color:#db1a23;
		}
		.glyphicon-chevron-down{
		    font-size:18px;
		}


		#FaqModal-body {
		    max-height: calc(100vh - 212px);
		    overflow-y: auto;
		}


		#openRanking{
			cursor: pointer;
		}

		#Ranking .modal-body {
			max-height: 95%;
			height: 95%;
			margin: 0.5em auto;
		}








/* Top */


#topNav {
	z-index: -1
}
.scroll-top {
	position: fixed;
	bottom: 0;
	right: 6%;
	z-index: 100;
	background: #f2f3f2;
	font-size: 24px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.scroll-top a:link, .scroll-top a:visited {
	color: #222
}