@charset "utf-8";
/* CSS Document */

/*--------------------------
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,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, 
time, mark, audio, video{margin:0; padding:0}
article, aside, details, figcaption, figure, footer, 
header, hgroup, menu, nav, section{display:block}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, dfn, th, var{font-style:normal; font-weight:normal}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0}
div{box-sizing:border-box;}


@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;

}	


body { 
	font-family: 'CenturyGothic', Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}

/**********************************************
ESTILO IMAGEN CON EL MENU
**********************************************/
header {
	background: url(../img/glaciar-aurora-boreal-3.jpg) no-repeat center center fixed;
	height: 500px;
}
header>.container-fluid {
	margin-bottom: 70px;
}

header nav ul {
	list-style: none;
	overflow:hidden;
}

header nav ul li a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}

header nav ul li a:hover {
	background: #2980b9;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}

#menu_redes .social li {
	margin-top:0px;
	text-align:right;
}

.dropdown-menu {
	padding: 0px;
}

#menu_superior ul{
	position:absolute;
	right: 0px;	
}

#menu_superior span {
	font-family: Arial;
}

#menu_superior ul li a{
	color: #fff;
	/*opacity:0.5;*/
	text-transform: uppercase;
	font-weight: 500;
	background-color: #222954;
	font-size: 12px;
}

#principal ul li{
	display: block;
	list-style: none outside none;
	margin-left: 0px;
	margin-top: 10px;
}

#logo {
	margin-left: 15px;
	margin-right: -25px;
}

#logo a img {
	padding-left: 0px;
}

#logo .col-md-2 {
	padding-left: 0px;
	padding-top: 5px;
}

#logo .col-md-9 {
	padding-right: 0px;
}

#logo .col-md-9 span {
	position:absolute;
	right: 25px;
}

#principal h2 {
	font-family: 'CenturyGothic', Helvetica, sans-serif;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	/*letter-spacing:2px;*/
	margin-top: 50px;
	margin-bottom: 35px;
	padding-left: 20px;
}

#principal span {
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
	color: #fff;
	/*letter-spacing:2px;*/
	margin-top: 10px;
	margin-bottom: 20px;

}

#principal img {
	padding-left: 15px;
	padding-top: 15px;
}

#bloque1 {
	background: url(../img/LogoTHD-02.png) no-repeat top left;
	background-size: 60% auto;
	height: auto; 
	margin-bottom: 0px;
	
}

#bloque1 span {
	font-family: Arial;
}

#THD .container-fluid {
	margin-top: 100px;
	margin-bottom: 130px;
}

#THD .row{
	padding: 0;
	margin: 0;
}

#THD .col-md-6 p {
	padding-top: 15px;
	margin-left: 45px;
	margin-right: 20px;
	
}

#THD .col-md-6 img {
	position: relative;
	left: 50px;
}

#bloque1 h1{
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	color: #7BDDA7;
	font-weight: 400;
	letter-spacing:2px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
} 

.borde_linea {
	border-top: solid 2px #222954;
	height: 3px;
	width: 250px;
	margin: 20px auto 50px;
}

#history {
	background: url(../img/Plaza_Mayor_Valladolid_3.jpg) no-repeat center top fixed;
	opacity: 0.8;
	background-size: 100% auto;
	height: auto; 
	padding-left: 25px;
	padding-right:25px;
	padding-top:150px;
	padding-bottom: 150px;
	margin-bottom: 0px;
}

#history .col-md-4 {
	margin-top: 20px;
	opacity: 0.8;
}

#history .col-md-4 p {
	background-image: rgba (45,200,200,0.7);
	border-radius: 15px;
	color: #000;
	font-weight: 500;
}

#history p {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	padding-left: 8px;
	color: #222954;
}

#history h3 {
	font-size: 3rem;
	line-height: 39px;
	text-transform: uppercase;
	color: #3F3D3D;
	font-weight: 100;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#history mark {
	background-color: #b3112e;
	color: #fff;
	padding: 5px 40px;
}

#history>.borde_linea {
	border-top: solid 2px #b3112e;
	height: 3px;
	width: 250px;
	margin: 20px auto 50px;
}

#program h3 {
	font-size: 2rem;
	line-height: 39px;
	text-transform: uppercase;
	color: #3F3D3D;
	margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
}

#program mark {
	background-color: #222954;
	color: #fff;
	padding: 5px 40px;
}

#speaker {
	height:auto;
	display:inline-block;
}

#speaker h3 {
	font-size: 2rem;
	line-height: 39px;
	text-transform: uppercase;
	color: #3F3D3D;
	margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
}

#speaker mark {
	background-color: #222954;
	color: #fff;
	padding: 5px 40px;
}

#speaker .row {
	padding-left: 20px;
	margin-right:0px;
}

#speaker .col-md-4{
	padding-left: 15px;
	margin-bottom: 25px;
	padding-right:0px;
}

#speaker .row .col-md-4 img {
	border-radius: 50%;
}

#speaker h2 {
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 100;
	color:#222954;
}

#speaker h4 {
	font-size: 1.5rem;
	text-transform:uppercase;
	text-align: center;
	border-bottom: 2px solid #7BDDA7;
	color: #222954;
	font-weight: 400;
	/*width: 150px;*/
	margin-left: 85px;
	margin-right: 115px;
}

#speaker p{
	padding: 10px 30px;
	color: #222954;
	font-size:1.4rem;
}

#sponsor {
	height:auto;
	display:inline-block;
}

#sponsor h3 {
	font-size: 2rem;
	line-height: 39px;
	text-transform: uppercase;
	color: #3F3D3D;
	margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
}

#sponsor mark {
	background-color: #222954;
	color: #fff;
	padding: 5px 40px;
}

.conten-block-four h3{
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	color: #7BDDA7;
	letter-spacing:2px;
	margin: 0px 45px 20px 45px;
	font-weight: 100;
	border-bottom: 2px solid #222954;
} 

#googleMap {
	text-align: center;
	margin: 20px 0;
}

/*BLOQUE TEAMS*/

#team_img {
	background: url(../img/Vista-nocturna-Valladolid-1024x681.jpg) no-repeat center center fixed;
	background-size: 100% auto;
}

#team h3 {
	font-size: 2rem;
	line-height: 39px;
	text-transform: uppercase;
	color: #3F3D3D;
	margin-bottom: 20px;
	font-weight: 100;
	text-align: center;
}

#team mark {
	background-color: #222954;
	color: #fff;
	padding: 5px 40px;
}

.team_fila {
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

.team_fila h3 {
	font-weight: 600;
	color: #fff;
	font-size: 36px;
	margin-bottom: 0;
}

.tarjeta_team div {
	color: #999;
	background: #fff;
	padding: 20px 20px 30px;
	text-align: left;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
	border-radius: 5px;
}

.tarjeta_team div p:last-of-type {
	font-size: 13px;
	margin-top: 30px;
}

.tarjeta_team img {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 25%;
	min-width: 50px;
	max-width: 50px;
	
}

#team_fila p {
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	padding-left: 25px;
	margin-bottom: 20px;
}


/* FIN bloque team*/



/*************************************
MEDIA QUERY
*************************************/
