/*--------------------------GENERAL----------------------*/
/* --------@font-face COMINZO-------- */
@font-face {
	font-family: 'Champagne & Limousines';
	src: url('../fonts/Champagne & Limousines.eot');
	src: url('../fonts/Champagne & Limousines.eot?#iefix') format('embedded-opentype'),  url('../fonts/Champagne & Limousines.woff') format('woff'),  url('../fonts/Champagne & Limousines.ttf') format('truetype'),  url('../fonts/Champagne & Limousines.svg#Champagne&Limousines') format('svg');
	font-weight: normal;
	font-variant: normal;
}
@font-face {
	font-family: 'ChunkFiveEx';
	src: url('../fonts/Chunkfive Ex.eot');
	src: url('../fonts/Chunkfive Ex.eot?#iefix') format('embedded-opentype'),  url('../fonts/Chunkfive Ex.woff') format('woff'),  url('../fonts/Chunkfive Ex.ttf') format('truetype'),  url('../fonts/Chunkfive Ex.svg#ChunkFiveEx') format('svg');
	font-weight: normal;
	font-variant: normal;
}
@font-face {
	font-family: 'Krungthep';
	src: url('../fonts/Krungthep.eot');
	src: url('../fonts/Krungthep.eot?#iefix') format('embedded-opentype'),  url('../fonts/Krungthep.woff') format('woff'),  url('../fonts/Krungthep.ttf') format('truetype'),  url('../fonts/Krungthep.svg#Krungthep') format('svg');
	font-weight: normal;
	font-variant: normal;
}
@font-face {
	font-family: 'TravelingTypewriter';
	src: url('../fonts/TravelingTypewriter.eot');
	src: url('../fonts/TravelingTypewriter.eot?#iefix') format('embedded-opentype'),  url('../fonts/TravelingTypewriter.woff') format('woff'),  url('../fonts/TravelingTypewriter.ttf') format('truetype'),  url('../fonts/TravelingTypewriter.svg#TravelingTypewriter"') format('svg');
	font-weight: normal;
	font-variant: normal;
}
/* --------@font-face FIN-------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	scrollbar: rgba(255,255,255,0.2);
	-webkit-scrollbar: rgba(255,255,255,0.2);
	-o-scrollbar: rgba(255,255,255,0.2);
	-ms-scrollbar: rgba(255,255,255,0.2);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background: url("../img/bg-lines3.png") repeat top left, /*url("../img/bg-degrade.png") repeat-y top center,*/ #ffffff;/*01acc0*//*background: radial-gradient(circle, #00e6fb 0%,#01a9bd 75%);
	background: -webkit-radial-gradient(circle, #00e6fb 0%,#01a9bd 75%);
	background: -o-radial-gradient(circle, #00e6fb 0%,#01a9bd 75%);
	background: -ms-radial-gradient(circle, #00e6fb 0%,#01a9bd 75%);*/
}
body {
	font: 62.5% sans-serif;
	scrollbar-track-color: rgba(255,255,255,0.2);
	-webkit-scrollbar-track-color: rgba(255,255,255,0.2);
	-o-scrollbar-track-color: rgba(255,255,255,0.2);
	-ms-scrollbar-track-color: rgba(255,255,255,0.2);
}
#contenedor {
	width: 100%;
	height: 100%;
	position: relative;
}
#contenedor .divCentrar {
	margin: 0 auto;
	width: 80%;
	/*max-width: 1200px;*/
}/*20191125*/
/*strong
{
    font-weight: 700;
    font-size: 120%;
}*/
/*--------------------------GENERAL FIN----------------------*/

/*--------------------------HEADER----------------------*/
header {
	display: flex;/*20191125*//*Estos dos juntos sirven para centrar verticalmente los elementos contenidos en este*/
	align-items: center;/*20191125*/
	height: 110px;
	background-color: #313a3a;
	box-shadow: 0 5px 10px rgba(0,0,0,.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.35);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,.35);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,.35);
	position: fixed;
	width: 100%;
	top: 0px;
	/*clear: both;*//*20191125*/
	z-index: 2;
}
#logo {
	background: #313a3a;
	width: 30%;
	float: left;
	padding: 0 2% 0 10%;/*20191125*/
}
#logo p {
	text-align: right;
}
#logo img {
	/*! padding: 6px 0; *//*20191125*/
	/*float: right;*/
	max-width: 100%;
}
#logo img.movil480menos{display: none;}/*20191125*/
hgroup {
	display: none;
}
header nav {
	float: left;
	width: 70%;
	margin-top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#67b9b9+0,486f6f+100 */
	background: rgb(103,185,185); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(103,185,185,1) 0%, rgba(72,111,111,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(103,185,185,1) 0%, rgba(72,111,111,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(103,185,185,1) 0%, rgba(72,111,111,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b9b9', endColorstr='#486f6f', GradientType=0 ); /* IE6-9 */
	background-color: #67b9b9;
	/*box-shadow: inset 0 0 30px #663f0f;
	-moz-box-shadow: inset 0 0 30px #663f0f;
	-webkit-box-shadow: inset 0 0 30px #663f0f;
	-ms-box-shadow: inset 0 0 30px #663f0f;
	-o-box-shadow: inset 0 0 30px #663f0f;*/
	font: 2.5em 'Champagne & Limousines', Verdana, Geneva, sans-serif;
	letter-spacing: .1em;
	font-weight: lighter;
	padding-right: 10%;
}
header nav ul, header nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
header nav ul {
	/*padding-right: 28%;*/
	text-align: right;
	color: #ffffff;
	max-width: 100%;
}
header nav ul li {
	display: inline;
	line-height: 110px;
	padding-left: 1.3em;
}
header nav ul li:first-child {
	padding-left: 0.2em;
}
header nav ul li a {
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
header nav ul li a:hover {
	color: #313a3a;
	transition: all 0.1s ease 0s;
	border-right: 1px solid #313a3a;
}
header nav ul li a.activo {
	color: #313a3a;
	border-color: #313a3a;
}
/*--------------------------HEADER FIN----------------------*/

/*--------------------------CUERPO----------------------*/

#cuerpo {
	display: grid;/*20191125*/
	top: 110px;
	background-color: rgba(255,255,255,0.15);
	/*-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.35);
	box-shadow: 0 0 20px rgba(0,0,0,0.35);*//*20191125*/
	margin: 0 auto;
	text-align: left;
	font: 2.4em 'Champagne & Limousines', Verdana, Geneva, sans-serif;
	color: #313a3a;
	letter-spacing: 0.05em;
	font-weight: lighter;
	line-height: 1.2em;
	height: 100%;
	overflow: auto;
	position: relative;
	clear: both;
	z-index: 1;
}
article#intro {
	width: 90%;
	margin: 0 auto;
	padding: 0.5em 0 2.5em;
	height: auto;/* background: bottom right url("../img/circulos2.png") no-repeat; */
}
#intro img.yo {
	width: 30%;
	float: left;
	/*clear: both;*//*20191125*/
	padding-right: 40px;/*20191125*/
	padding-top: 1em;
}
#intro div {
	float: left;
	width: 65%;
	padding: 1em 0 0;
}
#intro h3 {
	font: 1.8em ChunkFiveEx, Verdana, Geneva, sans-serif;
	color: #313a3a;
	letter-spacing: 0.05em;/*text-shadow: 0 -1px 0 #abeaf1, 0 2px 2px rgba(0,0,0,0.2);*/
}
#intro h4, #intro li {
	font: 2em ChunkFiveEx, Verdana, Geneva, sans-serif;
	letter-spacing: 0.05em;
}
#intro ul {
	margin-left: 100px;
	margin-top: 20px;
}
#intro h4 span.innovador, #intro li.innovador {
	color: #67b9b9;
	text-shadow: 3px 3px 5px rgba(255,255,255,0.8);
	position: relative;
	z-index: 2;
}
#intro h4 span.creativo, #intro li.creativo {
	color: #5b9c9c;
	text-shadow: 3px 3px 5px rgba(255,255,255,0.8);
	position: relative;
	z-index: 2;
}
#intro h4 span.riguroso, #intro li.riguroso {
	color: #538989;
	text-shadow: 3px 3px 5px rgba(255,255,255,0.8);
	position: relative;
	z-index: 2;
}
#intro h4 span.detallista, #intro li.detallista {
	color: #486f6f;
	text-shadow: 3px 3px 5px rgba(255,255,255,0.8);
	padding-top: 0.2em;
	height: 5%;
	position: relative;
	z-index: 2;
}
/*--------------------------GRÁFICO Y WEB----------------------*/

article#grafico {
	width: 65%;
	margin: 0 auto;
	padding: 0.5em 0 10em;
	height: auto;
	clear: both;
}
article#grafico h1 {
	padding-bottom: 0.5em;
	background-color: #ffffff;
	padding: 0.3em;
	margin-bottom: 0.4em;
	width: 18%;
	text-align: center;
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	/* que significa: box-shadow: "X" "Y" "difuminado" "color";
	Podemos agregar otro parámetro, ej:box-shadow:10px 10px 20px -10px black;
	que significa: box-shadow: "X" "Y" "difuminado" "tamaño de la sombra" "color"; */
	position: relative;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
a.blanco-negro img {
	filter: url('#grayscale');
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray();
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.blanco-negro img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*--------------------------GRÁFICO Y WEB FIN----------------------*/

/*----------------------FORM COMIENZO-----------------------*/

article#formulario {
	width: 65%;
	margin: 1em auto;
	padding: 0 0 0.5em;
	background: url(../img/sobre.png) no-repeat center top;
	background-size: 100%;
	display: block;
}
/*form
{
	width:60%;
	margin: 0 auto;
	font: 1em TravelingTypewriter, Verdana, Geneva, sans-serif;
	color: #333333;
	position: relative;
	z-index: 2;
	display: block;
}

form li
{
	margin-bottom:8px;
	list-style: none;
}

label
{
	width:10%;
	float:left;
	text-align:right;
	margin-top:3px;
	padding: 3px;
	display: inline-block;
}

input
{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	background-color: transparent;
	color: #ffffff;
	display: inline;
}

input, textarea
{
	width: 50%;
	padding:7px;
    margin-top:3px;
}

#mensaje
{
	border:1px solid #333333;
	background-color: rgba(255,255,255,0.3);
	font-size: 0.85em;
	width: 60%;
	color: #ffffff;
	padding: 8px;
}

.enlinea
{
	display: inline;
}

input::-webkit-input-placeholder
{
	color: #cc0000;
}

input:-moz-placeholder
{
	color: #cc0000;
}

input::-ms-input-placeholder
{
	color: #cc0000;
}

button
{
	vertical-align:bottom;
}

button:hover
{
	color: rgba(255,255,255,0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

form .boton
{
	height: 4em;
	width: 4em;
	background-color: #00c4d9;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	box-shadow: inset 0 0 30px #007c89;
	-moz-box-shadow: inset 0 0 30px #007c89;
	-webkit-box-shadow: inset 0 0 30px #007c89;
	-ms-box-shadow: inset 0 0 30px #007c89;
	-o-box-shadow: inset 0 0 30px #007c89;
	border: none;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: lighter;
	cursor:pointer;
}

form .boton_reset
{
	height: 3em;
	width: 3em;
	background-color: #999999;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-box-shadow: inset 0 0 10px #666666;
	-webkit-box-shadow: inset 0 0 10px #666666;
	box-shadow: inner 0 0 10px #666666;
	border: none;
	font-size: 0.8em;
	color: #ffffff;
	font-weight: lighter;
	cursor: pointer;
}

input:-webkit-autofill, input:-o-autofill, input:-moz-autofill
{
	background-color: transparent;
}*/

form {
	width: 65%;
	height: 100%;
	margin: 0 auto;
	padding: 2% 10% 3.5em;
	font: 1em;
	color: #444444;
	background-color: rgba(255,255,255,0.25);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
label {
	width: 100%;
	margin: 1em auto 0;
	display: block;
	letter-spacing: 2px;
	font-size: 1.2em;
}
label[for*="nombre"] {
	margin-top: 0;
}
input, textarea {
	width: 100%;
	margin: auto;
	height: 10%;
	background: #efefef;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #bbbbbb;
	padding: 10px;
	font-size: 0.9em;
	color: #3a3a3a;
	display: block;
}
textarea {
	background: url(../img/logo-gris.png) bottom right no-repeat #efefef;
}
input:focus, textarea:focus {
	border: 1px solid #67b9b9;
}
textarea {
	height: 10em;
}
#botones {
	float: right;
	padding-top: 0.4em;
	margin-right: -0.8em;
}
button {
	margin-top: 1%;
	vertical-align: bottom;
	font-size: 1.2em;
}
form .boton {
	width: 4em;
	background-color: #67b7b7;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 25px;
	box-shadow: inset 0 0 30px #486f6f;
	-moz-box-shadow: inset 0 0 30px #486f6f;
	-webkit-box-shadow: inset 0 0 30px #486f6f;
	-ms-box-shadow: inset 0 0 30px #486f6f;
	-o-box-shadow: inset 0 0 30px #486f6f;
	border: none;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: lighter;
	cursor: pointer;
}
form .boton_reset {
	width: 2.5em;
	background-color: #999999;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-box-shadow: inset 0 0 10px #666666;
	-webkit-box-shadow: inset 0 0 10px #666666;
	box-shadow: inner 0 0 10px #666666;
	border: none;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: lighter;
	cursor: pointer;
}
form .boton:hover, form .boton_reset:hover {
	color: #000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*--------------------------FORM FIN-----------------------*/

/*--------------------------CUERPO FIN----------------------*/

/*--------------------------FOOTER----------------------*/
/*section#cuerpo:after
{
	content: "GENTZANE Goicoechea Barrondo - Telf.(+34) 686 04 87 58 - email: soy_ggb@yahoo.es " url('../img/logo_mini.png');
	font: 0.6em Krungthep, Verdana, Geneva, sans-serif;
	line-height: 2em;
	color: #01acc0;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	font-weight: lighter;
	letter-spacing: 0.1em;
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding-left: 0.5em;
}*/
footer {
	background: #313a3a;
	font: 1.3em Krungthep, Verdana, Geneva, sans-serif;
	line-height: 3.5em;
	color: #ffffff;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);*/
	font-weight: lighter;
	letter-spacing: 0.1em;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	clear: both;
	z-index: 2;
}
footer a {text-decoration: none; color: inherit;}
footer p {
	text-align: center;/*padding-left: 15%;
	padding: 0.2em 1em 0.5em;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
	padding: 0 10px;/*20191125*/
}
footer img {
	height: 1.3em;
	margin-bottom: -0.3em;
}
footer p strong {
	text-transform: uppercase;
}

/*--------------------------FOOTER FIN----------------------*/


/*--------------------------MEDIA QUERIES----------------------*/

@media only screen and (max-width: 1235px) {
#descripcion h4.detallista {
	height: auto;
}
#cuerpo {
	padding: 0 0.5em;
}
article#intro, article#grafico, article#formulario {
	width: 100%;
	padding: 0 0 5em;
	margin: 0 auto;
}
}

@media only screen and (max-width: 1024px) {
header {
	height: 90px;
}
#cuerpo {
	top: 90px;
}
#logo {
	/*padding: 0 2% 0 3%;*//*20191125*/
	width: 20%;
}
#logo img {
	text-align: left;
}
header nav {
	width: 80%;
}
header nav ul {
	/*padding-right: 5%;*//*20191125*/
}
header nav ul li {
	line-height: 90px;
}
article#intro {
	padding-top: 0.5em;
	padding-bottom: 10em;
	text-align: center;
}
#intro img.yo {
	padding-top: 0.3em;
	width: 40%;
	float: none;
	padding-right: 0;
}
#intro div {
	padding-top: 0.5em;
	float: none;
	width: 100%;
}
#intro h3 {
	font-size: 1.5em;
}
#intro h4, #intro li {
	font-size: 2.5em;
}
#intro h4.detallista {
	height: auto;
}
article#grafico {
	padding-top: 1em;
	margin: 0 auto 0.5em;
}
article#formulario {
	margin: 0.7em auto;
	padding: 0 0 5em;
}
form {
	width: 60%;
	margin: 0 auto;
}
img.formulario {
	width: 80%;
}
footer {
	padding: 7px 0;/*20191125*/
}
footer p {
	font: 1em;
	/*padding-left: 3%;*//*20191125*/
	line-height: 2em;
}
}
@media only screen and (max-device-width: 620px) {
header #logo {padding:0;}/*20191125*/
header nav {padding-right: 5%;}/*20191125*/
#logo img.movil480mas{display: none;}/*20191125*/
#logo img.movil480menos{display: block; margin: 0 auto; width: 55%;}/*20191125*/
#contenedor .divCentrar {width: 90%;}/*20191125*/
article#intro {
	padding-top: 0.2em;
	padding-bottom: 3em;
	text-align: center;/*20191125*/
	height: inherit;/*20191125*/
}
#intro img.yo {
	float: none;
	margin: 0 auto;
	width: 60%;
}
#intro ul {
	margin-left: 35px;/*20191125*/
}
footer {
	font-size: 1.1em;/*20191125*/
}
footer p {
	line-height: 1.5em;/*20191125*/
	/*padding-left: 0;/*20191125*/
}
}
@media only screen and (max-device-width: 480px) {
header {
	height: 50px;
}
#logo img.movil480menos {width: 40%;}
header nav {
	font-size: 1.5em;
	/*box-shadow: inset 0 0 10px #663f0f;
		-moz-box-shadow: inset 0 0 10px #663f0f;
		-webkit-box-shadow: inset 0 0 10px #663f0f;
		-ms-box-shadow: inset 0 0 10px #663f0f;
		-o-box-shadow: inset 0 0 10px #663f0f;*/
	padding-right: 3%;/*20191125*/
}
header nav ul {
	padding-right: 0;
}
header nav ul li {
	padding-left: 0.5em;
}
header nav ul li:last-child {
/*padding-right: 5%;*//*20191125*/
}
header nav ul li {
	line-height: 50px;
}
#cuerpo {
	top: 50px;
}
article#intro {
	/*padding-top: 0.2em;
	background: none;*/
	padding-bottom: 2em;
}
#intro {
	padding-right: 0;/*20191125*/
}
#intro div {
    padding-bottom: 2em;
}
/*#intro img.yo {
	float: none;
	margin: 0 auto;
	width: 60%;
}/*20191125*/
#intro h3 {
	font-size: 1em;
}
/*#intro ul {
	margin-left: 35px;
}/*20191125*/
#intro h4, #intro li {
	font-size: 2em;
}
article#grafico {
	padding-top: 0.5em;
	height: auto;
}
article#grafico h1 {
	width: auto;
}
.fancybox-title {
	display: none;
}
article#formulario {
	margin: 0.5em auto;
	padding: 0 0 2.2em;
}
form {
	width: 100%;
	padding: 0.2em 0.2em 3em;
	margin: 0 auto;
}
label {
	width: 80%;
	margin-top: 0.2em;
}
input, textarea {
	width: 80%;
}
#botones {
	margin-right: 0.7em;
}
footer {
	/*display: none;*//*20191125*/
}
}