@font-face {
	font-family: toxia;
	src: url(fonts/toxia-font/Toxia-OwOA.ttf);
}

@font-face {
	font-family: scorchedearth;
	src: url(fonts/scorched-earth-font/Scorchedearth-4Ljp.otf);
}

@font-face {
	font-family: bloody-terror;
	src: url(fonts/bloody-terror-font/BloodyTerror-GOW9Z.ttf);
}

@font-face {
	font-family: paint-drops;
	src: url(fonts/paint-drops-font/PaintDropsRegular-0WaJo.ttf);
}

@font-face {
	font-family: night-of-the-damned;
	src: url(fonts/cf-night-of-the-damned-font/CfNightOfTheDamnedRegular-ZZL3.ttf);
}

@font-face {
	font-family: zilap-horror;
	src: url(fonts/zilap-horror-font/ZilapHorror-Ad7p.ttf);
}

html, head {
    margin: 0;
}


body {
    font-family: Arial, sans-serif;
    background-color: black;
    color: #ff4500; /* Color fuego */
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    padding: 20px;
    top: 5vh;
    width: 100%;
    visibility: hidden;
}

h1, h2 {
    font-family: 'Impact', sans-serif;
}

.title {
    font-size: 6em;
    letter-spacing: 10px;
    font-family: scorchedearth;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0.7;
}

.apo {
    color: #666561;
}

.caliente {
    color: #ff4500;
}

span {
    display: inline-block;
}

.logo {
    width: 600px;
    height: 150px;
    margin-bottom: -5px;
    margin: 0 0 0 0;
}


section.slogan {
    font-size: 3.8em;
    margin-top: -40px;
    margin-left: 20px;
    width: 100%;
    text-align: center;
}

section.quote {
    display: none;
    font-size: 1.2em;
    width:80%;
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 750px) {

    .logo {
        width: 80%;
        margin-bottom: -5px;
        margin: 0 0;
    }
}