@charset "utf-8";

h0{
	font-size:50px;
	
    
}

h1{
	font-size:35px;
	
    
}

h2{
	font-size:23px;
	margin:0px;
	font-weight: 100;
	line-height: normal;

}


h3{
	font-size:20px;
	margin:0px;
	font-weight: 100;
	line-height: 25px;
	/*min-height: 50px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

h4{
	font-size:16px;
	margin:0px;
	font-weight: 50;
	line-height: 20px;
}


h5{
	font-size:14px;
	margin:0px;
	font-weight: 50;
	line-height: 20px;
}

.subrayado{
	border-bottom:1px solid white;
}
.fuente_27{
	font-size: 27px;

}

.fuente_20{
	font-size: 20px;

}

.fuente_18{
	font-size: 18px;

}

.fuente_15{
	font-size: 15px;

}

.blanco{
	color: white;
}

.negro{
	color: black;
}

.naranja{
	color: #00b9cc;
}

.azul{
	color: #0279c9;
}

.gris{
	color:#686868;
}





.grueso100{
	font-weight: 100;
}

.grueso300{
	font-weight: 300;
}

.grueso500{
	font-weight: 500;
}

.grueso800{
	font-weight: 800;
}

.grueso{
	font-weight: bold;
}




.fuente_grande{
	font-size: 45px;
}

.testimonio_descripcion{
	font-size: 18px;
	line-height: 30px;

}

.justificado{
	text-align: justify !important;
}

.izquierda{
	text-align: left;
}
.derecha{
	text-align: right;
}


@media only screen and (max-width:1580px){

	
	.testimonio_descripcion{
		font-size: 15px;
		line-height: 25px;
	
	}
	
}

@media only screen and (max-width:1280px){

	.fuente_grande{
		font-size: 30px;
	}
	
	h2{
		font-size:18px;
		
	}
	
	.testimonio_descripcion{
		font-size: 12px;
		line-height: 17px;
	
	}
	
}

@media only screen and (max-width:900px){

	h1{
		font-size:25px;
	}

	h2{
		font-size:20px;
		margin:0px;
		font-weight: 100;
	}

		
	h3{
		font-size:16px;
		margin:0px;
		font-weight: 500;
		line-height: 20px;
		/*min-height: 50px;*/
		margin-top: 2px;
		margin-bottom: 2px;
	}

	h4{
		
		font-weight: 300;
		
	}
	
	
	.fuente_grande{
		font-size: 32px;
	}

	.testimonio_descripcion{
		font-size: 18px;
		line-height: 28px;
	
	}
	
}