﻿/* ------- This is the CSS Reset ------- */

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, 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;
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,100);

body {
    background: url(/imagenes/errores/back2.jpg) no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
    height: 100vh;
}

span, p, h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility !important;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
a {
	color: #f49b03;
	outline: none;
	text-decoration: none;
}
  a:hover,
  a:active,
  a:focus {
    outline: none;
    text-decoration: none;
    color: #E75845;
  }

h1 {
    font-size: 8em;
    font-weight: 900;
    color: #fff;
    font-style: italic;
    margin-top: 50%;
}

h3 {
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 7%;
	margin-bottom: 1%;
}

.col-md-5 > img {
	padding-left: 29%;
	padding-right: 30%;
	/* width: 89%; */
	margin-top: 4%;
}



@media (max-width:992px) {
	
	body {
    height: 100%;
}

	h1 {

    margin-top: 10%;
	}

}

@media (max-width:420px) {
	
	body {
    
    background-size: inherit;

}

	h1 {
	font-size: 2em;
    margin-top: 10%;
	}

}

