*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

body{
	font-family: 'Quicksand', sans-serif;
	background: #E8EDF0;


}

/* ANIMATION */
@keyframes fade-in{
	from{
		opacity: 0;
		transform: translateY(-30px) scale(1);
	}

	to{
		opacity: 1;
		transform: translateY(0px) scale(1);
	}
}



/*header{
	

}*/


header {
	background: #645dc7;
}

header h1{
	color: #fff;
}

header p{
	color:#b8ffed;
}

header h5{
	background: #19ae93;
	padding: 10px;
	border-radius: 5px;
	/*animation: fade-in 0.5s;*/
}

header h5 a{
	color: #003f5d;
	text-decoration: none;
}

header h5 a:hover{
	color: #ffffff;
}

header h5 i{
	margin-left: 10px;
}

main{
	background: #fff;
	/*animation: fade-in 0.3s;*/
}

.txt-bold{
	font-weight: bold;
}

.txt-light{
	font-weight: 300;
}

.txt-regular{
	font-weight: 400;
}

.txt-medium{
	font-weight: 500;
}

.txt-color-bartolo{
	color: #003f5d;
}

.txt-color-wh{
	color: #fff;
}

.txt-color-invisible{
	color: rgba(0, 0, 0, 0);
}


.linea-dotted{
	border: 1px dashed #003f5d;
}

.salto{
	padding-top: 60px;
}

.tabla-ficha-inicial{
	width: 85%;
	margin: auto;
}

.tabla-ficha-pequena{
	width: 35%;
	margin: auto;
}

.tabla-ficha-mediana{
	width: 65%;
	min-width: 380px;
	margin: auto;
}

.tabla-td-55{
	width: 55%;
}

.tabla-td-40{
	width: 40%;
}

.td-color-bartolo-2-1{
	background: #cfe9ea;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.td-color-bartolo-3-1{
	background: #a0d4cf;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}


.td-color-bartolo-2{
	background: #cfe9ea;
	border-bottom: 2px solid #fff;
}

.td-color-bartolo-3{
	background: #a0d4cf;
	border-bottom: 2px solid #fff;
}

.cuadro-lamina1-bartolo-2{
	display: inline-block;
	margin: 10px;
	background: #a0d4cf;
	width: 300px;
	height: 150px;
	padding: 10px;
}

.cuadro-lamina1-bartolo-3{
	display: inline-block;
	margin: 10px;
	background: #cfe9ea;
	width: 300px;
	height: 150px;
	padding: 10px;
}



.imagen-footer{
	
	
	margin-bottom: -66px;
}

.bg-footer{
	
}

footer{
	padding: 10px;
	background: #d64d96;
}