html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/*Título*/

h1 {
	font-family: 'Gugi', cursive;
	font-size: 2.5em;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	
}


h2 {
	font-family: 'Gugi', cursive;
	font-size: 2em;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	
}

/*Tipografía*/

p {
    font-size: 1.5em;
	text-align: center;
	padding-top: 1.5em;
    padding-right: 1.5em;
	
}

.texto-gugi {
    font-family: 'Gugi', cursive;
}

.texto-gothic {
    font-family: 'Gothic A1', sans-serif;
}

.texto-gugi-peque {
    font-family: 'Gugi', cursive;
    font-size: 1em;
    text-align: justify;
    padding: 2.5em;
}

.texto-gothic-peque {
    font-family: 'Gothic A1', sans-serif;
    font-size: 1em;
    text-align: justify;
    padding: 2.5em;
}

/*Colores*/

.color-rojo {
    padding: 3em;
    margin: 3em;
    border-radius: 3em;
    background-color: #cc2a3b;
}

.color-negro {
    padding: 3em;
    margin: 3em;
    border-radius: 3em;
    background-color: #010101;
}

.color-gris {
    padding: 3em;
    margin: 3em;
    border-radius: 3em;
    background-color: #8c9398;
    
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}


.boton {
font-family: 'Gothic A1', sans-serif;    
background: #cc2a3b;
padding: 20px 60px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin: 30px 0 0;
font-weight: bold;
}

.boton:hover, .boton:focus {
background: #798897;
color: #fff;
}

.boton-dos {
font-family: 'Gothic A1', sans-serif;    
background: #798897;
padding: 20px 60px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin: 30px 0 0;
font-weight: bold;
}


