@font-face {
    font-family: "fLogo";
    src: url(../fuentes/logo.ttf) format("truetype");
}

body{
	font-family: georgia, times, serif;
	font-size: 1.3rem;
	line-height: 1.25em; /* interlineado */
}

h1{
	font-size: 2.5rem;
	line-height: 1em;
	text-align: center;
}
h2{
    text-align:center;
}

p{
	margin-bottom: 1.6em;
	text-align: justify;
}

.header h1{
	/* color:#FFB668;  */
	color: #fff;

}

.header a{
	color: #fff;
	text-decoration: none;
}

.a{ /* Letra A */
	font-family: fLogo;
	font-size: calc(3rem + 3vw);
	letter-spacing: 0.1em;
	font-weight: 900;
	color: rgba(298,54,211,1);
	/* color: #fff; */
}


.t{ /* Letra T */
	font-family: fLogo;
	font-size: calc(2rem + 2vw);
	/* color: rgba(255,255,255,1); */
	color: rgba(238,131,19,1);
	font-weight: 900;
	
}

.logo{ /* texto cabecera */
	font-family: fLogo;
	font-size: calc(1.5rem + 1.5vw);
	letter-spacing: 0.3em;
	text-align: center;
} 

.footer{
	text-align: center;
}

