/* ----- 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,
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;
}
/* 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;
}

*{
	box-sizing: border-box;
}

img {
    max-width: 100%;

}

/* ----- LINKS ----------*/

a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }

/* ----- ESTILOS GENERAL ----------*/

body{
    background-color: #FFFFFF;
}


header{
    width: 1100px;
    height: 25px;
    margin: 0 auto;
		margin-bottom: 25px;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 { font-size: 36px; line-height: 46px;  letter-spacing: 5px;}
h2 { font-size: 30px; line-height: 0px;  letter-spacing: 5px; font-weight: bold; color: #424242; font-family: 'Archivo Black', sans-serif; text-transform: uppercase; font-style: normal;}
h3 { font-size: 24px; line-height: 0px;  letter-spacing: 5px; font-weight: bold; color: #c04c36;; font-family: 'Archivo Black', sans-serif; text-transform: none; font-style: normal;}
h4 { font-size: 20px; line-height: 30px;  letter-spacing: 5px;}
h5 { font-size: 18px; line-height: 26px;  letter-spacing: 5px;}
h6 { font-size: 16px; line-height: 24px;  letter-spacing: 5px;}

p{
	font-family: 'Roboto', sans-serif;
	font-size: 1.0rem;
	line-height: 1.75;
	letter-spacing: normal;
	color: #424242;
}

footer{
	width: 100%;
	height: auto;
	min-height: 50px;
	float: left;
}

/* ----- MENÚ ----------*/

.nav{
	float: right;
	margin: 20px;
}

.nav ul{

}

.nav ul{
	list-style: none;
	text-decoration: none;
}

/* ----- GRID ----------*/

.container{
    width: 1100px;
    height: auto;
    min-height: 500px;
		margin: 0 auto;
    background-color: #ffffff;
}

.box_left{
	width: 70%;
	height: auto;
	float: left;
	padding: 20px;
}

.box_right{
	width: 30%;
	float:left;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #c04c36;
	border-radius: 0 15px;
}

.video{
	margin-top: 25px;

}

.video h3{
	/*font-family: 'Lalezar', cursive;*/
	font-family: 'Archivo Black', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 1px;
	margin-top: 50px;
	border-top: 1px solid #c04c36;
	padding-top: 25px;
	color: #333333;
}

.video h4{
	font-family: 'Archivo Black', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 1px;
	color: #c04c36;
}

.img_half{
	width: 50%;
	height: auto;
	min-height: 400px;
	margin: 35px 0;
	padding: 15px;
	float: left;
}

.img_half h3{
	/*font-family: 'Lalezar', cursive;*/
	width: 100%;
	text-align: center;
	font-family: 'Archivo Black', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 1px;
	margin-top: 50px;
	padding-top: 25px;
	color: #333333;
}

.img_half h4{
	width: 100%;
	text-align: center;
	font-family: 'Archivo Black', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: 1px;
	color: #c04c36;
}




/* ----- ESTILOS ESPECÍFICOS ----------*/
