/*IPHONE 6 AVALL*/
@media only screen and (max-width: 767px) and (orientation : landscape) {
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
}

/*IPHONE 5 AVALL*/
@media only screen and (max-width: 568px) and (orientation : landscape) {
}
@media only screen and (max-width: 568px) and (orientation : portrait) {
}

/*IPHONE 4 AVALL*/
@media only screen and (max-width: 480px) and (orientation : landscape) {
}
@media only screen and (max-width: 480px) and (orientation : portrait) {
}

/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

html{
	height: 100%;
}

body{
	font-family: 'OpenSans-Light', sans-serif;
	height: 100%;
	color: #000000;
}

textarea, input { outline: none; }


.tipo1{
	font-family: 'OpenSans-Light';
	font-size: 20px;
}

.tipo2{
	font-family: 'OpenSans';
	font-size: 20px;	
}

.tipo3{
	font-family: 'OpenSans-Bold';
	font-size: 20px;	
}

.tipo4{
	font-family: 'Din-Light';
	font-size: 20px;	
}



#header{
	margin-top: 30px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}

#main_logo{
	width: 170px;
	float: left;
	margin-left: 20px;
}


#datos{
	float: right;
	margin-right: 20px;
	font-family: 'Din-Light';
}

.dato{
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	color: #959595;
	font-size: 16px;
	font-weight: bold;
}

.intro_dato{
	color: #222626;
	font-size: 34px;
	margin-top: 30px;
}


#header .numeral{
	color: #222626;
	font-size: 30px;	
	text-align: center;
	display: block;
}



@media only screen and (max-width: 1200px){
	#main_logo{
		width: 150px;
		margin-left: 15px;
	}	
	.dato{
		margin-left: 30px;
		font-size: 14px;
	}

	.intro_dato{
		font-size: 30px;
	}

	#header .numeral{
		font-size: 30px;	
	}

	#datos{
		margin-right: 15px;
	}
}


@media only screen and (max-width: 992px){
	#main_logo{
		width: 130px;
		margin-left: 10px;
	}	
	
	.dato{
		margin-left: 15px;
		font-size: 12px;
	}
	
	#header .numeral{
		font-size: 25px;	
	}
	#datos{
		margin-right: 10px;
	}
	
	.intro_dato{
		font-size: 22px;
		margin-top: 10px;
	}
}


@media only screen and (max-width: 767px) {
	#header{
		margin-top: 15px;
		margin-bottom: 10px;
		display: block;
		overflow: hidden;
	}	
	
	#main_logo{
		margin: 0px;
		padding: 0px;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}	

	#main_logo img{
		margin: 0px auto;
	}	
	
	

	#datos{
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
		display: block;
		overflow: hidden;
	}


	.dato{
		margin: 0px;
		margin-right: 30px;
		font-size: 13px;
	}

	.intro_dato{
		font-size: 25px;
		margin-top: 10px;
		float: none;
	}


	.dato6{
		margin: 0px;
	}
	
	#header .numeral{
		font-size: 17px;	
		margin-left: 0px;
		font-weight: bold;
	}
	

}


@media only screen and (max-width: 767px) and (orientation : landscape) {
	#datos{
		margin-bottom: 0px;
	}
	.dato{
		margin-right: 15px;
		margin-bottom: 10px;
	}
	
	.dato1{
		width: 100px;
	}
	.dato2{
		width: 100px;
	}
	.dato3{
		width: 110px;
	}
	.dato4{
		width: 70px;
	}
	.dato5{
		width: 80px;
	}
	.dato6{
		width: 80px;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 767px) and (orientation : portrait) {
	#datos{
		margin-bottom: 0px;
	}
	.dato{
		margin-bottom: 15px;
	}
	
	.dato1, .dato4{
		width: 27%;
		margin-right: 15px;
	}

	.dato2, .dato5{
		width: 31%;
		margin-right: 15px;

	}

	.dato3, .dato6{
		width: 30%;
		margin: 0px;
		margin-bottom: 20px;
	}

}



.centrador_masthead{
	position: absolute;
	text-align: center;
	margin-left: 370px;
	margin-top: 280px;
}

.centrador_masthead .hashtag{
	font-size: 43px;	
	color: #ffffff;
	font-family: 'Din-Light';
}

.centrador_masthead .bt_firma_mapa{
	background-color: #5f911b;
	margin: 5px 0px 7px 0px;
	border-radius: 10px;
}

.centrador_masthead .bt_firma_mapa a{
	font-size: 12px;
	color: #ffffff;
	padding: 3px 10px;

}

.centrador_masthead .bt_firma_mapa a:hover{
	text-decoration: none;
}

.centrador_masthead .cantidad_mapa{
	font-size: 43px;	
	color: #ffffff;
	font-family: 'Din-Light';
}

#contingut{
	margin-top: 70px;
	margin-bottom: 70px;
}


@media only screen and (max-width: 1200px){
	.centrador_masthead{
		margin-left: 270px;
		margin-top: 220px;
	}

}


@media only screen and (max-width: 992px){
	.centrador_masthead{
		margin-left: 150px;
		margin-top: 160px;
	}
	.centrador_masthead .hashtag{
		font-size: 33px;
	}
	.centrador_masthead .hashtag{
		font-size: 30px;
	}

}


@media only screen and (max-width: 767px) and (orientation : landscape) {

	.centrador_masthead{
		width: 94%;
		margin: 0px;
		margin-top: 220px;
	}

	.centrador_masthead .hashtag{
		font-size: 40px;	
	}

}
@media only screen and (max-width: 767px) and (orientation : portrait) {
	.centrador_masthead{
		width: 94%;
		margin: 0px;
		margin-top: 100px;
	}

	.centrador_masthead .hashtag{
		font-size: 30px;	
	}

}




@media only screen and (max-width: 767px) {
	#contingut{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.centrador_masthead .bt_firma_mapa{
		width: 80%;
		margin: 0px;
		margin-left: 10%;
	}

}


#contingut p {
	color: #5e5e5e;
	font-size: 14px;
}

#contingut #texto{
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
}

.bt_firma{
	background-color: #dd4e00;
	color: #fff;
	padding: 5px 20px;
	border-radius: 25px;
	display: block;
	width: 210px;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
}

.bt_firma:hover{
	color: #fff;
	text-decoration: none;
}

.bt_firma:active{
	color: #fff;
	text-decoration: none;
}

.bt_firma:visited{
	color: #fff;
	text-decoration: none;
}

#contingut #destacados{
    display: block;
    overflow: hidden;
}

#contingut #destacados #destacado1{
	margin-bottom: 60px;
}

#contingut #destacados #destacado2{
	margin-bottom: 60px;
}

#contingut #destacados #destacado3{
	margin-bottom: 50px;
}

#contingut #destacados h2{
	text-align: center;
	font-family: 'Din-Light';
	font-size: 33px;
	color: #222626;
}

@media only screen and (max-width: 1200px){
	#contingut #destacados h2{
		font-size: 27px;
	}
}


@media only screen and (max-width: 992px){
	#contingut #destacados h2{
		font-size: 20px;
	}

	#contingut #destacados .subtitulo{
		font-size: 12px;
	}	
	
}

#contingut #destacados .subtitulo{
	color: #5e5e5e;
	text-align: center;
	display: block;
}

#footer{
	background-color: #2c2f32;
	color: #ffffff;
	padding: 40px 0px;
}

#logos{
	display: block;
	overflow: hidden;
}

#logos #grupo1{
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

#logos #grupo2{
	float: left;
	margin-bottom: 15px;
}


#logos .logo{
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;	
}

.frase_logos{
	margin-bottom: 15px;
	font-size: 13px;
}

#agedecimientos{
	font-size: 11px;
	width: 50%;
}

@media only screen and (max-width: 992px){
	#logos .logo{
		margin-right: 10px;
	}
	
	#agedecimientos{
		width: 100%;
	}
}


/*   MODAL GENERICS   */

.modal-dialog{
	margin: 50px auto;
	max-width: 1140px !important;
}

@media only screen and (max-width: 1170px){
	.modal-dialog{
		max-width: 95% !important;
	}
}

@media only screen and (max-width: 767px) and (orientation : landscape) {
	.modal-dialog{
		margin: 30px auto;
	}

	.globo span{
		display: block;
		font-size: 22px;	
	}
}

.modal-body{
	padding: 0px;
}

.modal-content{
	border: none;
	background-color: none;
}

.modal-header {
    display: none;
}

.modal-loading{
	text-align: center;
	padding: 10px;
}


/*    MODAL MAPA    */


.globo{
	position: absolute;
	font-size: 20px;
}

.globo span{
	display: block;
	font-size: 30px;	
}

.globo1{
	position: absolute;
	font-size: 21px;
}

.globo1 span{
	display: block;
	font-size: 32px;	
}

.globo2{
	position: absolute;
	font-size: 21px;
}

.globo2 span{
	display: block;
	font-size: 32px;	
}

.globo_peque{
	position: absolute;
	font-size: 17px;
}

.globo_peque span{
	display: block;
	font-size: 25px;	
}

.dato_globo{
	background-color: #003d48;
	color: white;
	padding: 5px 10px;
	text-align: center;	
}

.dato_globo1{
	background-color: #00899d;
	color: white;
	padding: 5px 10px;
	text-align: center;	
}

.dato_globo2{
	background-color: #003d48;
	color: white;
	padding: 5px 10px;
	text-align: center;	
}

#globo0{
	left: 0px;
	top: 30px;
}

#globo1{
	left: 46%;
	top: 34.5%;
}

#globo2{
	left: 56%;
    top: 50%;
}

#globo3{
	left: 11%;
	top: 50.4%;
}

#globo4{
	left: 20%;
	top: 65%;
}

#globo5{
	left: 55%;
	top: 66%;
}

#globo6{	
	font-family: 'OpenSans-Light', sans-serif;
	left: 65%;
	color: #FFFFFF;
	font-size: 23px;
	line-height: 25px;
	bottom: 7px;
}

#globo6 .fuente{
	font-size: 12px;	
	line-height: 14px;
	margin: 3px 0px;
}

#globo6 .fecha{
	font-size: 12px;	
	line-height: 14px;		
}


@media only screen and (max-width: 992px){
	#globo0{
		left: 0px;
		top: 20px;
		width: 165px;
	}	
	
	.globo{
		font-size: 18px;
	}
	
	.globo span{
		font-size: 20px;	
	}
	
	#globo5{
		left: 55%;
		top: 53%;
	}
	
}


@media only screen and (max-width: 767px) and (orientation : landscape) {
	#globo0{
		left: 0px;
		top: 10px;
		width: 130px;
	}	

	.globo{
		font-size: 10px;
	}
	
	.globo span{
		font-size: 12px;	
	}

	.globo img {
		height: 20px
	}

	.globo_peque{
		font-size: 10px;
	}
	
	.globo_peque span{
		font-size: 12px;	
	}	

	#globo5{
		top: 50%;
	}


	#globo6{	
		left: 39%;
		font-size: 20px;
		line-height: 25px;
	}
	
	#globo6 .fuente{
		font-size: 11px;	
		line-height: 14px;
	}
	
	#globo6 .fecha{
		font-size: 11px;	
		line-height: 14px;		
	}
	

	
	
}


@media only screen and (max-width: 767px) and (orientation : portrait) {
	#globo0{
		left: 0px;
		top: 10px;
		width: 80px;
	}	

	.globo img {
		height: 20px
	}
	
	.globo{
		font-size: 9px;
	}
	
	.globo span{
		font-size: 13px;	
	}
	.globo_peque{
		font-size: 9px;
	}
	
	.globo_peque span{
		font-size: 13px;	
	}

	#globo1{
		left: 46%;
		top: 34.5%;
	}

	#globo2{
		left: 63%;
		top: 60%;
	}

	#globo3{
		top: 29%;
	}


	#globo4{
		left: 5%;
		top: 52%;
	}

	#globo6{	
		left: 30%;
		font-size: 15px;
		line-height: 16px;
	}
	
	#globo6 .fuente{
		font-size: 10px;	
		line-height: 12px;
	}
	
	#globo6 .fecha{
		font-size: 10px;	
		line-height: 12px;		
	}


	
}



/*  modal inscribe  */

#modal_inscribe{
	padding: 30px;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
	background-color: white;
}

#form1{
	float: left;
	width: 50%;
	padding-right: 50px;
	color: #2b2b2b;
	font-size: 13px;
}

#form2{
	float: left;
	width: 50%;
	padding-right: 10px;	
	color: #2b2b2b;
	font-size: 13px;	
}

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

	#form1{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	
	#form2{
		float: none;
		width: 100%;
		padding-right: 0px;
	}


}

.caja_texto{
	background-color: #eeeeee;
	color: #686868;
	border: none;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 8px 15px;
}

#legal{
	float: left;
	margin-top: 10px;
}

#send_form{
	width: 120px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}

#result_registrado, #loading_registrado{
	font-size: 12px;
	height: 20px;
	padding-top: 10px;
	margin-right: 10px;
	float: right;
	clear: both;
}
#result_registrado{
	display: none;
}

#sota_form{
	display: block;
	overflow: hidden;
	clear: both;
}

#exijo{
	float: left;
	width: 50%;
	padding-right: 50px;
	font-size: 13px;
	color: #000000;
	margin-top: 10px;	
}

#necesario{
	float: left;
	width: 50%;
	padding-right: 10px;	
	font-size: 13px;
	color: #5e5e5e;
	margin-top: 10px;	
}


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

	#exijo{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-top: 20px;
	}
	
	#necesario{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-top: 20px;		
	}


}

#modal_inscribe .titular{
	font-size: 16px;
	color: #000000;
}

#modal_inscribe ul{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#modal_inscribe li{
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;	
}

#modal_inscribe li {list-style-type: none;}
#modal_inscribe li:before{content: "- "} 


.shares{
	margin-top: 10px;
	color: white;
	font-size: 17px;
	float: right;
	margin-right: 10px;
}

.shares a{
	margin-left: 8px;
}

.modal-content{
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	border: none !important;
}


.cookies_page table {
	border: 2px solid;
}

.cookies_page table td,
.cookies_page table th{
	border: 1px solid;
	padding: 3px;
}
#footer_cookies {
	float: left;
	margin-right: 15px;
	margin-top: 25px;
}

#footer_cookies a{
	color: white;
}
