/*?@charset "UTF-8";*/

@font-face{ font-family: "Gotham"; 
    src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-medium.woff') format('woff'),
    url('../fonts/gotham-medium.ttf') format('truetype'),
    url('../fonts/gotham-medium.svg') format('svg');
    font-weight:300; font-style:normal; }

@font-face{ font-family: "GothamBold"; 
    src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-bold.woff') format('woff'),
    url('../fonts/gotham-bold.ttf') format('truetype'),
    url('../fonts/gotham-bold.svg') format('svg');
    font-weight:500; font-style:normal; }

@font-face{ font-family: "GothamLight"; 
    src: url('../fonts/gotham-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-light.woff') format('woff'),
    url('../fonts/gotham-light.ttf') format('truetype'),
    url('../fonts/gotham-light.svg') format('svg');
    font-weight:100; font-style:normal; }

@font-face{ font-family: "GothamBook"; 
    src: url('../fonts/fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-book.woff') format('woff'),
    url('../fonts/gotham-book.ttf') format('truetype'),
    url('../fonts/gotham-book.svg') format('svg');
    font-weight:100; font-style:normal; 
}

:root {
    --title-color: snow;
    --title-shadow-color: rgba(0, 0, 0, 0.2);
}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, span, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, strong {
    border: 0 none;
    font-family: "GothamBook", Arial, sans-serif !important;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
    letter-spacing: 0;
}

p, #content ul li, table td{
    font-family: "GothamBook", Arial, sans-serif !important;
    font-size: 0.95em;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 14px;
    letter-spacing: 26;
}

.pure-table {
    empty-cells: show;
    border: none;
    margin-bottom: 100px;
}

.pure-table thead {
    background-color: transparent;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table tbody tr { border-bottom: 1px solid #E6E6E6; }

.pure-table td, .pure-table th {
    border : none;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 1.5em 1em;
}

@media only screen and (max-width: 760px) {

	table { width: 100%; }
	table, thead, tbody, th, td, tr { display: block; }
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}

}

:focus {
    outline: 0 none;
}
::-moz-selection {
	background: #E24B0C; /* Safari */
	color:#FFF;
	text-shadow: none;
}
::selection {
	background: #E24B0C; /* Safari */
	color:#FFF;
	text-shadow: none;
}

ol, ul { list-style: circle; }

ul li{
    margin-bottom: 10px;
    margin-left: 18px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4 { font-weight: 400; }

h1 {
    color: var(--title-color);
    display: block;
	font-size: 50px;
    letter-spacing: -0.01em;
    width: 100%;
	font-weight: 900;
    /*text-shadow: 1px  1px 2px var(--title-shadow-color), -1px  1px 2px var(--title-shadow-color), 1px -1px 2px var(--title-shadow-color), -1px -1px 2px var(--title-shadow-color);*/
    text-shadow: 0 2px 8px var(--title-shadow-color);
    font-family: "GothamBold", Arial, sans-serif !important;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.01em;
	display: block;
}

a {
    color: #EF4730;
	transition: all 0.3s ease-in-out 0s;
}
a:hover { opacity: 1; }
p { margin: 0 0 1em; }

th {
	font-weight: 500;
	color: #333;
}


/**** ****/

.wrapper {
    height: auto;
    min-height: 100%;
    position: relative;
	margin-top: -16px\9;
	width: auto;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.left { float: left; }

.pure-u-md-1-3, .pure-u-md-8-24 { width: 31.7%; }
.pure-u-md-1-2, .pure-u-md-12-24 { width: 48.5%; }

.background {
    min-height: 100vh;
    z-index: 1;
	text-shadow: 0 1px 0 #494545;
}

header {
    background: url("../img/header.jpg") repeat scroll 50% -50px #EEEEEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    height: 450px;
    left: 0;
    padding: 0 2%;
    right: 0;
    top: 0;
    z-index: 500;

}

header .title-header { color: var(--title-color); }

.center {
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
}

header .logo {
    background: url("../img/logo_header_grupmediapro.png") no-repeat scroll 0 0 / 90px 45px transparent;
    display: block;
    float: left;
    height: 45px;
    margin-top: 15px;
    width: 90px;
}
header .logo.cat {background-image: url("../img/logo_header_grupmediapro.png");}
header .logo.eng {background-image: url("../img/logo_header_grupmediapro.png");}


/****NAVEGACION MOVIL*****/
header #main-nav-mobile-button, #main-nav-mobile { display: none; }


/**** INNER ****/

.inner { padding: 10px 2%; }
.inner p { font-size: 0.9em; }


/**** CONTENT ****/

.content {
	color: #444846;
	padding: 10px 0;
}
.content.white  { background-color: #ffffff; }
.content .caja ul, .content .caja p { background-color: #434343; }
.content .caja ul { padding: 20px 25px 10px 50px; }
.content .caja { width: 75%; }


/**** FOOTER ****/

footer {
    text-shadow: none;
    background-color: #1C1C1C;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 40px;
	width:100%;
	border-top: 1px inset rgba(0, 0, 0, 0.35);
}

footer a {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
}

footer div.social_contain {
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
	text-align: center;
}

footer div.legal {
	font-size: 0.70em;
	font-weight: 400;
	margin: 0;
	padding: 5px 0;
	color: #A4A4A4;
	text-shadow: none;
}

footer a.pure-button {
	border-radius: 15px;
	background-color: transparent;
	color: white;
	padding: 0.5em 3em;
}


/********** ********** ***********/
/*          MOBILE CSS            /
/********** ********** ***********/

@media only screen and (max-width: 767px) {
	body { font-size: 90% !important; }
	input {	width: 100%; }

	/*Navegacion Movil*/

	.background { padding-top: 0px; }
	header { position: inherit; }
	header .logo {
		background-size: 55px 30px;
		width: 55px;
		height: 30px;
	}
	header .logo, header ul.language, header ul.main-navigation { margin-top: 10px; }
	header .beta { margin-top: 20px; }
}

@media only screen and (max-width: 468px) {
    .pure-g.grey{ padding: 0; }
    .pure-g select{ width: 100%; }
    
	body { font-size: 100% !important; }
	.background { padding-top: 0; }

	header .logo, header .logo.cat, header .logo.eng {
		width: 45px;
		height: 32px;
		margin-top: 10px;
	    background: url("../img/logo_header_grupmediapro.png") no-repeat scroll 0 0 / 45px 32px transparent;
	}	
	header .beta { margin-top: 5px; }
	header ul.language { margin-left: 0; }
	header ul.language li { margin-left: 10px; }

	section.center.content { margin-bottom: 20px; }

	.content a.pure-button { 
		width: 95%;
		padding: 1.5% 2.5%;
	}
}
