/* FUENTES */

@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('fonts/helveticaneueltstd-bd.eot');
    src: url('fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-bd.woff2') format('woff2'),
         url('fonts/helveticaneueltstd-bd.woff') format('woff'),
         url('fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd55Roman';
    src: url('fonts/helveticaneueltstd-roman.eot');
    src: url('fonts/helveticaneueltstd-roman.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-roman.woff2') format('woff2'),
         url('fonts/helveticaneueltstd-roman.woff') format('woff'),
         url('fonts/helveticaneueltstd-roman.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-roman.svg#HelveticaNeueLTStd55Roman') format('svg');
}



/* General styles */

html{
	height: 100%;
}

body{
	font-size: 14px;
	line-height: 1;
	position: relative;
	width: 100%;
	color: #000;
	height: 100%;
	font-family: 'HelveticaNeueLTStd55Roman', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
}
.bold, strong{
	font-family: 'HelveticaNeueLTStd75Bold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
}
body.menu-activo{
	overflow: hidden;
}
p{
	line-height: 1.8;
}
a,  a:hover,  a:visited{
}

input[type]{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

body *:focus{
	outline: none;
}
ul{
	margin-bottom: .70em;
}

.inline-block-container{
	text-align: center;
	font-size: 0;
}
.inline-block-container>div{
	display: inline-block;
	font-size: 14px;
}

p {
	margin: 0 0 .8em;
}
img,svg{
	max-width: 100%;
	height: auto;
}
a, a:hover{
	text-decoration: none;
}
.table{
	margin: 0;
}
.strong{
	font-weight: bold;
}
.italic{
	font-style: italic;
}

.monserrat{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.monserrat-regular{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

.subrayado{
	display: inline-block;
	border-bottom: 1px solid;
	text-decoration: none;
}
.subrayado:hover{
	text-decoration: none;
}

.separador{
	margin: 0 5px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font17{
	font-size: 17px;
}
.relative{
	position: relative;
	min-height: 0px;
}
.inline-block{
	display: inline-block;
}
.content{
	padding: 1.25em 0;
}
.content-mobile{
	padding-left: 15px;
	padding-right: 15px;
}
.content.noPadding{
	padding: 0;
}


.content.content-left{
	padding: 0 0em 0 0;
}
.content.content-right{
	padding: 0 0 0 0em;
}


.padding-1em{
	padding:1em;
}
.padding-2em{
	padding:2em;
}
.padding-3em{
	padding:3em;
}
.padding-bottom-05em{
	padding-bottom: .5em;
}
.padding-bottom-1em{
	padding-bottom: 1em;
}
.padding-bottom-2em{
	padding-bottom: 2em;
}
.padding-bottom-3em{
	padding-bottom: 3em;
}
.padding-vertical-2em{
	padding-top:2em;
	padding-bottom:2em;
}
.margin-vertical-2em{
	margin-top:2em;
	margin-bottom:2em;
}
.margin-vertical-3em{
	margin-top:3em;
	margin-bottom:3em;
}
.margin-vertical-4em{
	margin-top:4em;
	margin-bottom:4em;
}
.padding120{
	padding:120px;
}


.margin-bottom-1em{
	margin:0 0 1em;
}
.margin-bottom-2em{
	margin:0 0 2em;
}
.margin-bottom-3em{
	margin:0 0 3em;
}
.margin-top-1em{
	margin:1em 0 0;
}
.margin-top-2em{
	margin:2em 0 0;
}
.margin-top-3em{
	margin:3em 0 0;
}

.staticMobile, .staticMobile .col-sm-12{
	position: static;
}


ul{
	padding-left: 0px;
}
ul li{
	list-style: none;
}
.overflow-hidden{
	overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
code {
	white-space: normal;
}
.alignCenter{
	text-align: center;
}
.mayusculas{
	text-transform: uppercase;
}

.enlace{
	cursor: pointer;
}
.alignRight{
	text-align: right;
}
.subrayado{
	text-decoration: underline;
}
.noMargin{
	margin:0 !important;
}

.noMarginBottom{
	margin-bottom:0 !important;
}

.alignRight.alignCenterMobile{
	text-align: center;
}

h1{
	font-size: 2.3em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.15em;
}
h5{
	font-size: .95em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.regular{
	font-weight: normal;
}
label{
	cursor: pointer;
}

.underline{
	text-decoration: underline;
}
.alignCenter{
	text-align: center;
}
.alignRight.alignLeftMobile, 
.alignCenter.alignLeftMobile,
.alignLeft.alignLeftMobile{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.alignCenterMobile,.alignRight.alignCenterMobile, .alignLeft.alignCenterMobile{
	text-align: center;
}
.alignLeft{
	text-align: left;
}



.instagram:hover{
	background-color:#517fa4;
}
/*.twitter:hover{
	background-color:#55acee;
}*/

.facebook:hover{
	background-color:#3b5998;
}


ul.social li a {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}
ul.social li:hover a{
	color:#fff;
}


.titulo-seccion {
	color: #fff;
	background: #000;
	padding: 18px;
	max-width: 290px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto;
	text-decoration: none;
	font-size: 28px;
}
.titulo-seccion.noMargin{
	margin: 0;
}
.descripcion-seccion{
	line-height: 30px;
	margin: 40px;
	font-size: 16px;
}
.destacado {
	text-transform: uppercase;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background: #fff;
	color: #000;
	margin: 0px auto 20px;
	padding-top:20px;
	padding-bottom: 20px;
}
.destacado p {
	line-height: 28px;
	margin: 5px 0px;
}

.logo{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.container{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.container.fullWidthContainer{
	width: 100%;
	padding-left:0px;
	padding-right:0px;
}



.white-section{
	color: #000;
	background: #fff;
}
.white-section a{
	color: #000; 
}
.white-section ::selection{
	background: #0059B2;
}
.black-section{
	color: #fff;
	background: #000;
}
.black-section a{
	color: #fff;
}
.black-section ::selection{
	background: #0059B2;
	color: #000000;
	opacity: 1;
}
.blue-section{
	background:#0059B2;
	color: #000;
}
.blue-section ::selection{
	background: #000;
	color: #0059B2;
}
.blue-section a{
	color: #000;
}
.blue{
	color: #0059B2;
}
a.blue:hover, .blue a:hover{
	color: #000;
}

.white, a.white, .white a{
	color:#fff;
}
.dark, a.dark{
	color:#3d393a;
}
.black, a.black{
	color:#000;
}
.gray, a.gray{
	color:#777777;
}




.input-content{
	display: inline-block;
	width: 100%;
	border:2px solid #f2f1f1;
	margin-bottom: .7em;
}

.input-content input[type]{
	border:4px solid #f2f1f1;
	margin: 0;
	padding: 0.45em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
	
.input-content input[type]:focus{
	border:4px solid #fff;
}


input[type="submit"] {
	background: url(img/submit.png);
	background-repeat:  no-repeat;
	background-position: 0px 0px;
	background-size: 100%;
	width: 42px;
	height: 42px;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	display: block;
	margin: 0;
	padding: 0px;
	font-size: 0px;
	color: transparent;
	float: right;
}
input[type="submit"]:hover {
	background-position:0px -96px;
}




.flex-direction-nav a:before {
	display: none;
}


input::-webkit-input-placeholder{
	color: #3d393a;
}
input::-moz-placeholder{
	color: #3d393a;
}
input:-ms-placeholder{
	color: #3d393a;
}
input-placeholder{
	color: #3d393a;
}
.placeholder{
	color: #3d393a;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #3d393a;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #3d393a;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #3d393a;
}

.dropdown{
	text-align: left;
	padding: 0px;
	font-size: .9em;
	margin: 0 0 1.1em;
	color: #3d393a;
}
.dropdown .carat {
	color: transparent;
	border-color: transparent;
	background: url(img/carat.png) no-repeat center center;
	background-size: 1.5em;
	width: 2em;
	height: 1em;
	margin: 0px;
	display: block;
	top: 50%;
	right: 1em;
	font-size: 1em;
	margin-top: -.5em;
}
.dropdown.open .carat {
	margin-top: -.5em;
	border-top: 0px solid transparent;
	border-bottom: 0px solid #000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropdown .selected, .dropdown li {
	padding: 0.75em .75em;
}

input[type="text"],
input[type="email"],
textarea{
	background: #ffffff;
	border: 3px solid #666666;
	font-size: 16px;
	line-height: 24px;
	padding: .75em;
	padding-top:0px;
	padding-bottom: 0px;
	line-height: 49px;
	margin-bottom: 30px;
	width: 100%;
}

.checkbox-container input{
	display: none;
}

.checkbox-container{
	position: relative;
	display: inline-block;
}

.checkbox-container .custom-checkbox {
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	z-index: 1;
	top: 0.4em;
	left: -0.8em;
	cursor: pointer;
}
.checkbox-container label{
	display: inline-block;
	font-weight: normal;
	margin-bottom: .25em;
	position: relative;
	top: 0.3em;
	padding-left: 1.6em;
}
.checkbox-container.activo .custom-checkbox{
	background: #3d393a;
}

.opacity-layer{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: rgba(0,0,0,0.8);
	visibility: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
}
.menu-activo .opacity-layer{
	opacity: 1;
	visibility: visible;
}

/* HEADER */


#head{
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0;
	top:0;
}


/*

#lanzamenu{
	width: 42px;
	height: 42px;
	position: absolute;
	right: -41px;
	top:9px;
	cursor: pointer;
	fill: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	stroke-width:0;
}
.no-touch #lanzamenu:hover, .menu-activo #lanzamenu{
	fill: #0059B2;
}
#lanzamenu .linea{
	fill: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.no-touch #lanzamenu:hover .linea, .menu-activo #lanzamenu .linea{
	fill: #000;
}

*/
#lanzamenu {
	width: 42px;
	height: 42px;
	position: absolute;
	padding: 14px 9px;
	right: -42px;
	top:9px;
	cursor: pointer;
	fill: #000;
	background:#000;
	cursor: pointer;
	opacity: 1;
	border-radius: 4px;
}
.no-touch #lanzamenu{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.menu-activo #lanzamenu{
	background: #0059B2;
	margin-right: -10px;
}
.no-touch #lanzamenu:hover {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #0059B2;
}

#lanzamenu .linea {
	width: 100%;
	height: 5px;
	margin: 5px 0;
	background:#fff;
	background-repeat: no-repeat;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.no-touch #lanzamenu .linea{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.menu-activo #lanzamenu .linea {
	background: none !important;
}
.no-touch #lanzamenu:hover .linea{
	background: #000;
}

#lanzamenu .linea:after, #lanzamenu .linea:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 1;
	background:#fff;
}
.no-touch #lanzamenu .linea:after,
.no-touch #lanzamenu .linea:before {
	-webkit-transition: -webkit-transform 0.4s, top 0.4s, background 0.4s;
	-moz-transition: transform 0.4s, top 0.4s, background 0.4s;
	-o-transition: transform 0.4s, top 0.4s, background 0.4s;
	transition: transform 0.4s, top 0.4s, background 0.4s;
}

.no-touch #lanzamenu:hover .linea:after,
.no-touch #lanzamenu:hover .linea:before {
	background: #000;
}

.menu-activo #lanzamenu .linea:before {
	top: 0 !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-activo #lanzamenu .linea:after {
	top: 0 !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}



#lanzamenu .linea:before {
	top: -10px;
}
#lanzamenu .linea:after {
	top: 10px;
}

#menu-container {
	position: fixed;
	left: 0px;
	height: 100%;
	opacity: 1;
	-webkit-transform: translate3d(-275px,0,0);
	-moz-transform: translate3d(-275px,0,0);
	-ms-transform: translate3d(-275px,0,0);
	transform: translate3d(-275px,0,0);
	opacity: 1;
	width: 275px;
	margin-left: 10px;
}

.no-touch #menu-container{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}
.menu-activo #menu-container{
	opacity: 1;
	-webkit-transform: translate3d(0px,0,0);
	-moz-transform: translate3d(0px,0,0);
	-ms-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
	background: #0059B2;
	max-width: 100%;
	margin-left: 0px;
}
#menu-container ul{
	opacity: 0;
	visibility: hidden;
}
.no-touch #menu-container ul{
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
}

.menu-activo #menu-container ul{
	opacity: 1;
	visibility: visible;
}


#menu-container ul li{
	margin: 0;	
}

#menu-container ul li.logo-menu a{ 
	background: url(img/logo_menu.png) no-repeat 48px center;
	background-size: 81px 32px;
	cursor: default;
}
#menu-container ul li.logo-menu a{
	text-indent: -9999px;
}

#menu-container ul li.logo-menu:hover a{
	background-color: #0059B2;
	background: url(img/logo_menu.png) no-repeat 48px center;
	background-size: 81px 32px;
}


#menu-container ul li a {
	display: block;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	padding: 18px 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
}
#menu-container ul li:hover a {
	background: #000;
	color: #0059B2;
}





.social{
	display: block;
	min-width: 1px;
	min-height: 1px;
	padding: 0;
	margin: 0px;	
}

.social ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

.social ul li{
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 0 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.social ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.no-touch ul li svg{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.social ul li svg{
	fill: #000000;
}

ul li.twitter:hover svg, svg.twitter:hover{
	fill: #55acee;
}
ul li.youtube:hover svg, svg.youtube:hover{
	fill: #cd201f;
}
ul li.linkedin:hover svg, svg.linkedin:hover{
	fill: #4875B4;
}
ul li.facebook:hover svg, svg.facebook:hover{
	fill: #3B5998;
}
ul li.email:hover svg, svg.email:hover{
	fill: #0059B2;
}



#goTop{
	position: fixed;
	right: 9px;
	bottom: 9px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	-moz-transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	-ms-transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	visibility: hidden;
}
#goTop.activo{
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
	visibility: visible;
	
}
#goTop:hover{
	fill: #0059B2;
	
}
.instagram:hover{
	background-color:#517fa4;
}
/*.twitter:hover{
	background-color:#55acee;
}*/
.facebook:hover{
	background-color:#3b5998;
}

/* SECCIÓN */

.seccion{
	position: relative;
	max-width: 100%;
}
.menu-activo .seccion{
	overflow: hidden;
}
.seccion .content{
	-webkit-transform: translate3d(0px,0,0);
	-moz-transform: translate3d(0px,0,0);
	-ms-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
}
.no-touch .seccion .content{
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.no-touch .menu-activo .seccion .content{
	-webkit-transform: translate3d(336px,0,0);
	-moz-transform: translate3d(336px,0,0);
	-ms-transform: translate3d(336px,0,0);
	transform: translate3d(336px,0,0);
}

/* SECCION 1 */ 


#seccion1 .logo, #main-logo {
	display: block;
	width: 250px;
	height: 87px;
	background-image: url(img/logo.png);
	background-size: 100%;
	background-position: center center;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	transition: all 0.9s ease;
	margin: 60px auto 0px;
}
#main-logo {
	width: 160px;
	height: 61px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}






#seccion1 h2 {
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding: 36px 0px;
	margin: 10px 0px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}
#seccion1 h3 {
	position: relative;
	text-align: center;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	transition: all 0.9s ease;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}

#seccion1 .logo,
#main-logo,
#seccion1 h2{
	opacity: 0;
}
#seccion1 h3{
	opacity: 0;
}
#seccion1.activo .logo,
#seccion1.activo #main-logo,
#seccion1.activo h2{
	opacity: 1;
}
#seccion1.activo h3{
	opacity: 1;
}
#seccion1 h2:before{
	content: '';
	width: 276px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -148px;
	background: #b2b2b2;
}
#seccion1 h2:after{
	content: '';
	width: 276px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom:0;
	margin-left: -148px;
	background: #b2b2b2;
}

#video-container{
	padding: 20px 0px 40px;
}

#more {
	color: #999;
	text-align: center;
	font-size: 80px;
}
#more:hover {
	color: #0059B2;
}

@media (max-width: 991px) {
	#more {
		font-size: 60px;
		
	}
}
@media (max-width: 767px) {
	#more {
		font-size: 40px;
		
	}
}

/*#goDown{
	display: block;
	margin: 80px auto 55px;
	cursor: pointer;
	position: relative;
	width: 4px;
	height: 60px;
	background-color: #aaa;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	max-height: 0px;
}
#goDown:before, #goDown:after{
	content:'';
	width: 4px;
	height: 17px;
	position: absolute;
	background-color: #aaa;
	bottom: 0px;
	border-radius: 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
#goDown:before {
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	transform: rotate(-35deg);
	right: 4px;
}
#goDown:after {
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	left: 4px;
}*/


/* SECCION 2 (QUÉ ES ) */
#seccion-nosotros i {
	color: #0059B2;
}

#seccion-nosotros-quid{
	padding-top: 20px;
	padding-bottom: 20px;
}
#seccion-nosotros-quid .content img {
	margin: 25px auto 45px;
	display: block;
	max-width: 120px;
}
#seccion-nosotros-quid p{
	margin-bottom: 25px;
}



/* SECCION 3 (SOLUCIONES ) */


#seccion-soluciones .destacado{
	margin-bottom: 0px;
}

#seccion-soluciones .content{
	padding-bottom: 0;
}

#contenedor-soluciones {
	background: #000;
	padding-top: 40px;
	padding-bottom: 1px;
	text-align: center;
}

#contenedor-soluciones p{
	margin-bottom: 20px;
}
#contenedor-soluciones h4 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}
#contenedor-soluciones h5{
	margin-top:20px;
}
#contenedor-soluciones .solucion {
	padding: 120px 0px 40px;
	position: relative;
	margin-bottom: 40px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	margin: 40px 0px 80px;
}

#contenedor-soluciones .solucion a {
	color: #0059B2;
	display: inline-block;
	font-weight: normal;
	font-size: 17px;
	margin: 25px 0px 15px;
}

#contenedor-soluciones .solucion:after {
	content: '';
	background: #424242;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	height: 1px;
	position: absolute;
	bottom: 0px;
}
#contenedor-soluciones .solucion:nth-last-child(1):after {
	display: none;
}
#solucion-instalaciones{
	/*background-image: url(img/icon_lupa2.svg);*/
	background-image: url(img/icon_instalaciones.png);
	background-size: 112px;
}
#solucion-eficiencia{
	/*background-image: url(img/icon_rapsodia2.svg);*/
	background-image: url(img/icon_eficiencia.png);
	background-size: 120px;
}
#solucion-bim{
	/*background-image: url(img/icon_pildoras2.svg);*/
	background-image: url(img/icon_bim.png);
	background-size: 100px;
}

/* FOOTER */

#subfooter{
	background: #000;
	color: #707070;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
}
#subfooter p{
	margin-bottom: 10px;
}

#subfooter a{
	color: #707070;
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 13px;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
#subfooter a:hover{
	color: #ffffff;
}
#footer{
	position: relative;
}
.desplegado{
	background-color: #0059B2;
	background-image: url(img/map.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	left: 0;
	bottom: 0px;
	max-height: 0px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.no-touch .desplegado{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.desplegado.activo{
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}

.elemento-desplegado{
	text-align: center;
	padding: 20px 5px;
}
.elemento-desplegado h3{
	margin: 0 0 30px;
}
.elemento-desplegado h5 {
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
}
#mail-f1{
	margin-bottom: 80px;
}
#mail-f1 a{
	border-bottom: 2px solid;
}

#lanza-desplegable,#cierra-desplegable{
	cursor: pointer;
	text-align: center;
	font-size: 26px;
}

#cierra-desplegable{
	font-size: 17px;
	margin-bottom: 30px;
}
.cerrar img{
	position: relative;
	top: -1px;
	margin-right: 13px;
	max-width: 22px;
}

/* IMAGE BACKGROUND-CONTAINER */


/*#image-background-container {
	background: #fff;
}*/

#image-background-container {
	background: url(img/quid_blanco04.png) no-repeat center top;
}
#polygon-background-container{
 	background:#fff;
}


#image-background{
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: -1000;
	background-image: url(img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.touch #image-background{
	display: none;
}

/* INNOVACIÓN */



#seccion-somos{
	padding-top: 100px;
}

/*#image-tablet-background-container{
	background: url(img/background.jpg) no-repeat center center;
	background-size: cover;
}*/
.flexslider{
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
.flexslider ul.slides li{
	position: relative;
	z-index: 1;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 17px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0;
	width: 55px;
	position: relative;
}
.flex-control-paging li a {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border:5px solid transparent;
	display: block;	
	margin-bottom:  10px;
	background-color: #cccccc;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
.flex-control-paging li:hover a{
	background-color:#0059B2;
}
.flex-control-paging li a.flex-active{
	width: 30px;
	height: 30px;
	margin-left: -15px;
	top: -5px;
	background: #000;
	border: 5px solid #0059B2;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0); cursor: default;
}

.flex-direction-nav a{
	background-repeat: no-repeat;
	background-size: 100%;
	background-image:url(img/arrows_slider.png);
	width: 55px;
	height: 88px;
	top:50%;
	margin-top:-44px;
	color: transparent;
	text-indent: -9999px;
	font-size: 0px;
	opacity: 1;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	transition-duration: 0s;
}
.flex-direction-nav a:after,
.flex-direction-nav a:before{
	color: transparent;
	font-size: 0px;
	opacity: 1;
}
.flexslider .flex-direction-nav a.flex-prev{
	background-position: 0px -253px;
	left: -50px;
	opacity: 1;
}

.flexslider  .flex-direction-nav a.flex-prev:hover{
	background-position: 0px -386px;
	left: -50px;
	opacity: 1;
}

.flexslider  .flex-direction-nav a.flex-next{
	background-position: 0px 0px;
	right: -50px;
	opacity: 1;
}
.flexslider .flex-direction-nav a.flex-next:hover{
	background-position: 0px -120px;
	right: -50px;
	opacity: 1;
	
}

#slider-innovacion{
	/*background: url(img/background.jpg) no-repeat center center;*/
	background-size: cover;
	padding: 40px 0px 110px;
}
#slider-innovacion ul.slides li{
	color: #fff;
}
#slider-innovacion ul.slides li a{
	color: #fff;
}
#slider-innovacion ul.slides li h3 {
	margin: 0px 0px 30px;
	font-weight: normal;
	line-height: 1.3;
}
#slider-innovacion ul.flex-direction-nav{
	display: none;
}

#slider-innovacion ul.slides li .caption{
	padding: 0px 30px;
}

#slider-innovacion .flex-control-nav {
	bottom: 50px;
}


/* CLIENTES */


	
#seccion-clientes {
	background: #fff;
	padding-bottom: 80px;
	padding-top:60px;
}
#clientes {
	font-size: 0px;
	margin: 50px auto 10px;
	width: 306px;
}
#clientes li{
	width: 94px;
	height: 94px;
	margin: 4px;
	display: inline-block;
}
.no-touch .lista-animada li{
	opacity: 0;
}
.no-touch .lista-animada.activo li {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation: moveUp 0.5s ease forwards;
	-moz-animation: moveUp 0.5s ease forwards;
	animation: moveUp 0.5s ease forwards;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.no-touch .elemento-animado{
	opacity: 0;
}
.no-touch .elemento-animado.activo{
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-animation: moveUp 0.5s ease forwards;
	-moz-animation: moveUp 0.5s ease forwards;
	animation: moveUp 0.5s ease forwards;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/* LÍNEA CONOCIMIENTO */


#seccion-metodologia{
	padding-bottom: 80px;
}

#metodologia{
	position: relative;
	margin-bottom: 80px;
}


#lanza-conocimientos li{
	min-width: 20px;
	min-height: 20px;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#lanza-conocimientos li#lanza-metodo-iteracion {
	width: 32.5%;
	height: 48.2%;
	top: 5.1%;
	left: 52%;
}
#lanza-conocimientos li#lanza-metodo-colaboracion {
	width: 18.1%;
	height: 26.5%;
	top: 13.4%;
	left: 33%;
}
#lanza-conocimientos li#lanza-metodo-empatia {
	width: 22.5%;
	height: 33.3%;
	top: 39.9%;
	left: 22.3%;
}
#lanza-conocimientos li#lanza-metodo-herramientas {
	width: 17.5%;
	height: 26.1%;
	top: 28.7%;
	left: 4.8%;
}
#conocimientos{
	width: 100%;
}

#conocimientos>li{
	position: absolute;
	width: 48%;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	-moz-transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	-ms-transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	transition-timing-function: cubic-bezier(.69,.35,.22,.49);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-ms-transition-duration: .2s;
	transition-duration: .2s;
}
#conocimientos>li.activo{
	visibility: visible;
	opacity: 1;
	max-height: 1000px;
	max-width: 1000px;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.interior{
	background: #0059B2;
	padding: 1.4em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 2em;
}

#metodo-iteracion{
	left: 59.25%;
	top: 31.9%;
	-webkit-transform-origin: 17% 1%;
	-moz-transform-origin: 17% 1%;
	-ms-transform-origin: 17% 1%;
	transform-origin: 17% 1%;
}

#conocimientos>li:before{
	content: "";
	width: 2.4em;
	height: 1.2em;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	/*background-image: url(img/triangulo_naranja.svg);*/
	background-image: url(img/triangulo_blue.png);
	position: absolute;
}

#metodo-colaboracion {
	top: -22%;
	left: 33.2%;
	-webkit-transform-origin: 17% 100%;
	-moz-transform-origin: 17% 100%;
	-ms-transform-origin: 17% 100%;
	transform-origin: 17% 100%;
}
#metodo-colaboracion:before{
	bottom: -1.1em;
	left: 3em;
}

#metodo-empatia{
	top: 60%;
	left: 24.2%;
	-webkit-transform-origin: 17% 1%;
	-moz-transform-origin: 17% 1%;
	-ms-transform-origin: 17% 1%;
	transform-origin: 17% 1%;
}
#metodo-empatia:before, #metodo-iteracion:before{
	top: -1em;
	left: 3em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#metodo-herramientas {
	left: 5%;
	top: -7%;
	-webkit-transform-origin: 17% 100%;
	-moz-transform-origin: 17% 100%;
	-ms-transform-origin: 17% 100%;
	transform-origin: 17% 100%;
}
#metodo-herramientas:before{
	bottom: -1.1em;
	left: 3em;
}

.touch #conocimientos>li .close{
	display: block;
	width: 15px;
	height: 15px;
	background: url(img/close.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
.no-touch .aviso-tactil{
	display: none;
}
.aviso-tactil{
	color: #999;
	text-align: center;
	margin: 10px 0px 30px;
	text-transform: uppercase;
}

/* móvil */

.panel-group{
	margin: 40px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 25px;
}

.panel-group .panel {
	border-radius: 0px;
}
.panel-default {
border: none;
}
.panel {
	margin-bottom: 20px;
	background-color: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}


.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #0059B2;
	background: #0059B2;
	text-transform: uppercase;
	color: #ffffff;
}
.panel-default>.panel-heading, .panel-group .panel-heading , .panel-heading {
	color: #fff;
	background: none;
	border:none;
	border-color: transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding: 0
}
.panel-title a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	background: #222222;
	font-size: 20px;
	color: #ffffff;
}
.collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
   transition: none;
    transition: none;
}

.panel-title a.collapsed{
	
	background: #999;
	color: #fff;
}
.panel-title a:hover{
	color: #fff;
}
.no-touch .panel-title a.collapsed:hover{
	color: #fff;
	background: #0059B2;
}

.panel-title a:before{
	content: '';
	position: absolute;
	background: url(img/arrow_down_white.png) no-repeat center center;
	background-size: 100%;
	width: 22px;
	height: 16px;
	right: 1em;
	top:50%;
	margin-top:-8px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	/*-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	transition-duration: .4s;*/
}
.panel-group .panel+.panel {
	margin-top: 0.4em;
}

.panel-title a.collapsed:before{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}


/*********************/


/* ESTADÍSTICAS */

.contador {
	background-repeat: no-repeat;
	background-position: left 1.05em;
	padding-left: 7.4em;
	background-size: 6em;
	min-height: 10.5em;
	display: inline-block;
	text-align: left;
	font-size: .8em;
	margin-bottom: 32px;
}
.contador h2{
	margin: 0;
	font-size: 4.9em;
}
.contador-especial h2{
	margin: 0;
	font-size: 5.5em;
}
.contador-especial h5{
	font-size: 1.9em;
}

.contador h5, .contador-especial h5{
	text-transform: uppercase;
	margin: 0;
	font-size: 1.6em;
	position: relative;
	top: -0.3em;
	left: 0em;
	text-align: left;
}

#contador-anos{
	background-image:url(img/icon_experiencia.png);
}
#contador-clientes{
	background-image:url(img/icon_clientes.png);
}
#contador-gracias{
	background-image:url(img/icon_gracias.png);
}
#contador-proyectos{
	background-image:url(img/icon_proyectos.png);
}
#seccion-experiencia {
	padding-top: 80px;
	padding-bottom: 120px;
	margin-bottom: 0px;
	font-size: .9em;
}
#contador-edades {
	position: relative;
	text-align: center;
	margin: 0px auto 60px;
	max-width: 933px;
}
#contador-edades h3 {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0px;
	top: -2.9em;
	font-size: 15px;
}
#linea-participantes {
	background: #fff;
	height: 4px;
	width: 98%;
	position: relative;
	margin: 80px auto 50px;
}

#linea-participantes .completado{
	position: absolute;
	display: block;
	background: #000;
	height: 100%;
	width: 76%;
	left: 12%;
}

#linea-participantes.activo .completado{
	-webkit-animation: animarlinea 1.7s ease;
	-moz-animation: animarlinea 1.7s ease;
	-ms-animation: animarlinea 1.7s ease;
	animation: animarlinea 1.7s ease;
}


@-webkit-keyframes animarlinea {
	0%{
		width: 0%;
		left: 12%;
	}
	
	50%{
		width: 0%;
		left: 12%;
	}
	
	100%{
		width: 76%;
		left: 12%;
	}
}
@-moz-keyframes animarlinea {
	0%{
		width: 0%;
		left: 12%;
	}
	
	50%{
		width: 0%;
		left: 12%;
	}
	
	100%{
		width: 76%;
		left: 12%;
	}
}
@-ms-keyframes animarlinea {
	0%{
		width: 0%;
		left: 12%;
	}
	
	50%{
		width: 0%;
		left: 12%;
	}
	
	100%{
		width: 76%;
		left: 12%;
	}
}
@-keyframes animarlinea {
	0%{
		width: 0%;
		left: 12%;
	}
	
	50%{
		width: 0%;
		left: 12%;
	}
	
	100%{
		width: 76%;
		left: 12%;
	}
}
.touch #linea-participantes .completado{
	width: 76%;
	left: 12%;
}

#linea-participantes .contador-especial{
	position: absolute;
	top:-5px;
	width: 100px;
	margin-left:-55px;
	text-align: center;
	font-size: .8em;
	padding-top:10px;
}

#linea-participantes .contador-especial h2,
#linea-participantes .contador-especial h5{
	text-align: center;
}
#linea-participantes .contador-especial:before{
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:3px solid #000;
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -7px;
	margin-top:0px;
}
#linea-participantes #contador-inicial{
	left: 0%;
	-webkit-transition: left .85s ease;
	-moz-transition: left .85s ease;
	-ms-transition: left .85s ease;
	transition: left .85s ease;
}
#linea-participantes.activo #contador-inicial{
	opacity: 1;
	left: 12%;
}
.touch #linea-participantes #contador-inicial{
	opacity: 1;
	left: 12%;
}
#linea-participantes #contador-final{
	left: 12%;
	-webkit-transition: opacity .7s ease 1s, left .85s ease .85s;
	-moz-transition: opacity .7s ease 1s, left .85s ease .85s;
	-ms-transition: opacity .7s ease 1s, left .85s ease .85s;
	transition: opacity .7s ease 1s, left .85s ease .85s;
	opacity: 0;
}
#linea-participantes.activo #contador-final{
	left: 88%;
	opacity: 1;
}

.touch #linea-participantes #contador-final{
	left: 88%;
	opacity: 1;
}




/* TEAM MEMBERS // MIEMBROS  */


#seccion-equipo{
	padding-top:60px;
}
#seccion-equipo>.content{
	padding-bottom: 0px;
}

#contenedor-equipo{
	overflow: hidden;
	padding-top:20px;
	padding-bottom: 100px;
	background: #000;
}
#texto-equipo{
	color: #fff;
	opacity: .7;
	text-align: center;
	margin: 0px 0px 20px;
	line-height: 24px;
}


#equipo{
	margin: auto;
	padding: 0px;
	width: 306px;
}
#equipo li{
	width: 147px;
	height: 147px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0px;
	margin: 3px;	
	list-style: none;
	float: left;
	font-size: 12px;
}
.touch #equipo li{
	overflow: hidden;
}

.contenedor-cubo {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 20000px;
	-moz-perspective: 20000px;
	-ms-perspective: 20000px;
	-o-perspective: 20000px;
	perspective: 20000px;
}

.portada-cubo, .trasera-cubo {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
}

#equipo li .foto, #equipo li .info {
	background-color: #fff;
}

.trasera-cubo{
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	-webkit-transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	-moz-transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	-ms-transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	opacity: 0;
	width: 100%;
	height: 100%;
}
#equipo li .info{
	background: #0059B2;
	color: #000;
}
.portada-cubo {
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms cubic-bezier(0.19,1,.22,1);
	-moz-transition: -moz-transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms cubic-bezier(0.19,1,.22,1);
	-ms-transition: -ms-transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms cubic-bezier(0.19,1,.22,1);
	transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms cubic-bezier(0.19,1,.22,1);
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#equipo li .foto {
	background-size: cover;
	background-repeat: no-repeat;
}
.cubo:hover .trasera-cubo{
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.cubo .trasera-cubo{
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms cubic-bezier(0.19,1,.22,1);
	transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms cubic-bezier(0.19,1,.22,1);
	opacity: 1;
}
#equipo li .info{
	background: #0059B2;
}
.cubo:hover .portada-cubo{
	-ms-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	transition: transform 400ms cubic-bezier(0.19,1,.22,1),opacity 100ms 200ms cubic-bezier(0.19,1,.22,1);
	opacity: 0;
}
.cubo .contenedor-cubo .portada-cubo, .cubo .contenedor-cubo .trasera-cubo{
	-webkit-transform-origin: 73px 0px -73px;
	transform-origin: 73px 0px -73px;
}

#equipo li .contenido .info .content{
	padding: 8px;
	font-size: 10px;
	line-height: 1.1;
}
#equipo li .contenido .info h4{
	margin: 0 0 4px;
	font-size: 11px;
}
#equipo li .contenido .info h5{
	margin: 0 0 12px;
	font-size: 9px;
}


/* ESPACIOS */



#seccion-nuestros-espacios{
	background: #fff url(img/blue_triangle_down.png) no-repeat center -120px;
	background-size: 420px;
	padding-top:110px;
}
#contenedor-espacios{
	text-align: center;
}

.espacio{
	overflow: hidden;
	margin: 60px 0px 120px;
}

.espacio .flexslider{
	margin-top: 25px;
}
.espacio .ficha-espacio{
}
.espacio .ficha-espacio h3{
	margin: 10px 0 23px;
	font-size: 24px;
}
.espacio .ficha-espacio .info{
	line-height: 27px;
}
	

/*  REDES */

#bg-container-3 {
	background: url(img/background3.png) no-repeat left 2040px;
}
#bg-container-4 {
	background: url(img/bg_redes.png) no-repeat center 0px;
}

.wrapper-container{
	margin-bottom: 60px;
}

.wrapper-container h4 a{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	display: inline-block;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.wrapper-container h4 a:hover{
	border-bottom: 2px solid #0059B2;
	color: #0059B2;
}
.wrapper-container h4{
	margin-top: 14px;
}
.home-wrapper{
	padding: 17px 20px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
}
.home-wrapper h4{
	margin-bottom: 20px;
}

#wrapper-posts{
	padding-top:50px;
	padding-bottom: 100px;
}

#twitter-home-container{
	background: #0059B2;
	word-break:break-word;
}
#twitter_update_list{
	padding: 0px 0px 10px;
	margin-bottom: 0px;
}
#twitter_update_list .tweet_time{
	display: none;
}
#twitter_update_list li{
	line-height: 30px;
	font-size: 20px;
	margin: 0px 0 0px;
	font-family: 'Montserrat', sans-serif;
}

#latest-post-container{
	background: #fff;
}
#latest-post-container .post .title {
	line-height: 30px;
	font-size: 23px;
	margin: 0px 0 10px;
	font-weight: normal;
}
#latest-post-container .post {
	padding: 0px 0px 20px;
	position: relative;
	color: #666666;
	background-size: 0px;
}
#latest-post-container .post .comments{
	position: absolute;
	bottom:0px;
}
#latest-post-container .post .date{
	position: absolute;
	bottom:0px;
	right: 0px;
}


form.mc4wp-form{
	display: block;
	position: relative;
	width: 360px;
	max-width: 100%;
	margin: 30px auto 110px;
}

#newsletter-section form.mc4wp-form{
	margin: 100px auto 110px;
}
form.mc4wp-form input[type="email"]{
	border-color: #0059B2;
	background-color: transparent;
	background-image: url(img/submit_newsletter.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 96% 4px;
	color: #fff;
	max-width: 360px;
	width: 100%;
}
form.mc4wp-form input[type="email"]:focus{
	background-position: 96% -33px;
}
form.mc4wp-form input[type="submit"] {
	position: absolute;
	right: 2px;
	top: 0px;
	background:none;
}
.mc4wp-alert{
	border:none;
	background: none;
	color: #fff;
}
#sidebar .form.mc4wp-form, #sidebar .form.mc4wp-form input[type="email"]{
	max-width: none;
	width: 100%;
}


/* BLOG */


#blog-section{
	padding:30px 0px;
}

.blog .logo, .single .logo, .archive .logo, .category .logo, .search .logo{
	background-image: url(img/logo.png);
	width: 159px;
	margin: 0px auto;
	height: 60px;
}

.titulo-pagina{
	margin: 20px 0px;
	font-size: 48px;
	letter-spacing: 2px;
}

#blog-section .loop .post{
	border-bottom: 2px solid #cccccc;
}
#blog-section .post{
	margin-bottom: 40px;
	padding-bottom: 30px;
}

#blog-section .post .thecontent{
	color: #999999;
	margin: 10px 0px 20px;
	font-size: 16px;
}

.ver-mas{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}


.thumb-container{
	margin-bottom: 20px;
}
.thumb-container img{
	width: 100%;
}
.post-title {
	margin-top: 0px;
	line-height: 1.5;
	margin-bottom: 20px;
}


#blog-section .comments{
	padding-left: 30px;
	background: url(img/icon_comments.png) no-repeat left center;	
	background-size: 18px;
	font-size: 18px;
	color: #666;
}
#blog-section .comments .date,article .date{
	color: #666;
	font-size: 18px;
}
#blog-section .comments a, #blog-section .date a{
	color: #666;
	font-size: 18px;
}
.loop .date{
	font-size: 18px;
	color: #666;
}
.loop .ver-mas{
	display: block;
	margin: 40px 0px 0px;
	font-size: 18px;
}
#sidebar ul li {
	margin-bottom: 20px;
	font-size: 14px;
}
#sidebar nav{
	margin-bottom: 40px;
}
#sidebar .tagcloud a{
	line-height: 16px;
}
#sidebar nav h5{
	text-transform: uppercase;
	color: #0059B2;
	margin-bottom: 20px;
	font-size: 18px;
}
#sidebar .tagcloud {
	line-height: 44px;
	position: relative;
	top: -11px;
}
#sidebar .tagcloud a{
	font-size: 14px !important;
}
#searchform input[type] {
	background-color: transparent;
	background-image: url(img/submit_newsletter.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 96% -116px;
	font-size: 16px;
	height: 55px;
}

#searchform input[type]:focus,
#searchform input[type]:active{
	background-position: 96% -164px;
}

#searchform input::-webkit-input-placeholder{
	color: #666;
}
#searchform input::-moz-placeholder{
	color: #666;
}
#searchform input:-ms-placeholder{
	color: #666;
}
#searchform input-placeholder{
	color: #666;
}
#searchform input .placeholder{
	color: #666;
}

#searchform input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #666;
}
#searchform input:-moz-placeholder, textarea:-moz-placeholder {
	color: #666;
}
#searchform input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #666;
}


#sidebar nav, #sidebar nav a{
	text-transform: uppercase;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

#sidebar nav a{
	display: inline-block;
	border-bottom: 2px solid transparent;
}
#sidebar nav a:hover{
	color: #0059B2;
	border-color: #0059B2;
}
.theexcerpt.thecontent{
	color: #666;
}
.thecontent{
	color: #999;
}
.thecontent strong,
.thecontent bold{
	color: #666;
}


#newsletter-section{
	margin-top:80px;
	margin-bottom: 80px;
}
#newsletter input::-webkit-input-placeholder{
	color: #cccccc;
	font-style: normal;
}



#newsletter input::-moz-placeholder{
	color: #cccccc;
	font-style: normal;
}

#newsletter input:-ms-placeholder{
	color: #cccccc;
	font-style: normal;
}

#newsletter input-placeholder{
	color: #cccccc;
	font-style: normal;
}

#newsletter .placeholder{
	color: #cccccc;
	font-style: normal;
}

#commentform{}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea{
	border-color: #ccc;
}
.form-allowed-tags,
.logged-in-as,
.comment-form-url{
	display: none;
}

.form-submit{
	overflow: hidden;
	border-bottom: 2px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
/* PÁGINA SOLUCIONES */


#volver-home {
	margin: 20px auto 40px;
}

#volver-home a {
	color: #0059B2;
	text-transform: uppercase;
	background: url(img/arrow_left_blue.png) no-repeat left center;
	padding-left: 25px;
	font-size: 15px;
	background-size: 16px;
}

#opciones-conocimiento{
	text-align: center;
	overflow: hidden;
	max-width: 780px;
	margin: 0px auto 130px;
}

#opciones-conocimiento li{
	position: relative;
	padding-bottom: 10px;
}
#opciones-conocimiento li:before{
	content: '';
	position: absolute;
	width: 0px;
	height: 4px;
	bottom: 10px;
	left: 50%;
	margin-left: 0px;
	background: #0059B2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
#opciones-conocimiento li:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 8px solid transparent;
	bottom: 2px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#opciones-conocimiento li.active:before{
	content: '';
	position: absolute;
	width: 170px;
	height: 4px;
	bottom: 10px;
	left: 50%;
	margin-left: -85px;
	background: #0059B2;
	opacity: 1;
}

#opciones-conocimiento li.active:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #0059B2;
	bottom: 2px;
	left: 50%;
	margin-left: -10px;
}
#opciones-conocimiento li svg{
	text-align: center;
}
#opciones-conocimiento li svg g line,
#opciones-conocimiento li svg g path,
#opciones-conocimiento li svg g circle,
#opciones-conocimiento li svg g rect{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#opciones-conocimiento li #svg-investigacion g .blue,
#opciones-conocimiento li #svg-investigacion g .black{
	fill: #ccc;
}
#opciones-conocimiento li.active #svg-investigacion g .blue,
#opciones-conocimiento li:hover #svg-investigacion g .blue{
	fill: #0059B2;
}

#opciones-conocimiento li.active #svg-investigacion g .black,
#opciones-conocimiento li:hover #svg-investigacion g .black{
	fill: #000;
}


#opciones-conocimiento li #svg-rapsodia g .blue,
#opciones-conocimiento li #svg-rapsodia g .black{
	fill: #ccc;
}
#opciones-conocimiento li.active #svg-rapsodia g .blue,
#opciones-conocimiento li:hover #svg-rapsodia g .blue{
	fill: #0059B2;
}
#opciones-conocimiento li.active #svg-rapsodia g .black,
#opciones-conocimiento li:hover #svg-rapsodia g .black{
	fill: #000;
}



#opciones-conocimiento li #svg-pildoras g .blue,
#opciones-conocimiento li #svg-pildoras g .black{
	stroke: #ccc;
}
#opciones-conocimiento li.active #svg-pildoras g .blue,
#opciones-conocimiento li:hover #svg-pildoras g .blue{
	stroke: #0059B2;
}
#opciones-conocimiento li.active #svg-pildoras g .black,
#opciones-conocimiento li:hover #svg-pildoras g .black{
	stroke: #000;
}


#opciones-conocimiento li:nth-child(1) svg{
	padding: 20px 0px;
}
#opciones-conocimiento li:nth-child(3) svg{
	padding: 19px 0px;
}

#opciones-conocimiento li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 20px 0px;
}

/* animación cubo */


.lista-herramientas {
	display: block;
	font-size: 0px;
	padding: 5px;
	margin: 70px auto 120px;
	text-align: center;
}
.lista-herramientas li{
	position: relative;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	width: 233px;
	height: 233px;
	margin: 5px;
	text-align: left;
	cursor: default
}
.lista-herramientas li .content{
}
.lista-herramientas li .content .face {
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
}

.lista-herramientas li .content .face.front {
	
	background-color: #0059B2;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	
}

.lista-herramientas li .content .face.front h4{
	padding: 10px;
	padding-top:160px;
	text-align: center;
	margin: auto;
	font-size: 19px;
	line-height: 24px;
}


.lista-herramientas li .content .face.top {
	background-color: #fff;
}




.lista-herramientas li .content .face.top h4 {
	padding: 23px 10px 10px;
	line-height: 1.1;
	font-size: 19px;
	line-height: 24px;
	margin: 0px;
}
.lista-herramientas li .content .face.top .descripcion {
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
}


.lista-herramientas li.cubo .contenedor-cubo .portada-cubo, .lista-herramientas li.cubo .contenedor-cubo .trasera-cubo{
	-webkit-transform-origin: 116px 0px -116px;
	transform-origin: 116px 0px -116px;
}


.dropdown{
	text-align: left;
	padding: 0px;
	font-size: .9em;
	margin: 0 0 2em;
	color: #fff;
	background: #0059B2;
	
}
.dropdown .carat {
	color: transparent;
	border-color: transparent;
	background: url(img/arrow_down_white.png) no-repeat center center;
	background-size: 1.5em;
	width: 2em;
	height: 1em;
	margin: 0px;
	display: block;
	top: 50%;
	right: 1em;
	font-size: 1em;
	margin-top: -.5em;
}
.dropdown.open .carat {
	margin-top: -.5em;
	border-top: 0px solid transparent;
	border-bottom: 0px solid #000;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dropdown .selected, .dropdown li {
	padding: 14px 12px;
}
.dropdown li.active, .dropdown li{
	color: #000;
}
.dropdown li.active, .dropdown li.focus{
	background: #0059B2;
	color: #fff
}

.tab-pane{
	padding-top: 170px;
	background-position: center 30px;
	background-repeat: no-repeat;
}
#seccion-investigacion{
	background-image: url(img/icon_lupa_conocimiento.svg);
	background-size: 110px;
}
#seccion-rapsodia{
	background-image: url(img/icon_rapsodia_conocimiento.svg);
}
#seccion-pildoras{
	background-image: url(img/icon_pildora_conocimiento.svg);
}

.dropdown .selected, .dropdown li {
	font-style: normal;
	font-size: 16px;
}


/* página */

.seccion-pagina{
	font-size: 16px;
	min-height: 75%;
}
.seccion-pagina h3{
	text-transform: uppercase;
	margin: 50px 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 24px;
}
.seccion-pagina p{
	line-height: 1.8;
	margin-bottom: 30px;
}
.seccion-pagina ul{
	margin: 0px 0 50px;
	line-height: 1.8;
}
.seccion-pagina ul li{
	margin: 0px;
	padding-left:10px;
	margin-bottom: 30px;
}
.seccion-pagina a{
	text-decoration: underline;
}
.seccion-pagina{
	margin:90px auto 60px;
}

/* POLÍTICA DE COOKIES */

.cdp-cookies-layout-ventana.cdp-cookies-pos-superior {
	position: static;
	background-color: #ccc;
	border-top: 0px solid #222222;
	border-bottom: 0px solid #222222;
	text-align: center;
	border: none;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}

.cdp-cookies-alerta .cdp-cookies-texto h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
	text-rendering: optimizeLegibility;
	text-align: center;
	font-size: 15px;
	line-height: 1.1em;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	max-width: 758px;
	margin: 0 auto;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a, .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover, .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active, .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
	color: #000 !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.1;
	text-decoration: underline;
}
#cookies-content p{
	margin-bottom: 10px;
}
.cdp-cookies-boton-cerrar{
	position: relative;
	text-decoration: none;
	top: -13px;
}


.wrapperMensajeCookie {
	background: none;
	bottom: 0;
	padding-top: 0px;
	position: static;
	width: 100%;
	z-index: 100;
}
.wrapperMensajeCookie .inner {
	position: static;
	background-color: #ccc;
	text-align: center;
	padding: 0px;
	border-top: 0px solid #fff;
}

.wrapperMensajeCookie .textoLegalCookie {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px 0px 20px;
	position: relative;
}
.wrapperMensajeCookie .textoLegalCookie p a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.wrapperMensajeCookie .textoLegalCookie a.cerrarTextoLegalCookie {
	background: none;
	display: block;
	text-align: center;
	height: 16px;
	overflow: visible;
	position: static;
	right: 8px;
	text-indent: 0;
	top: 12px;
	white-space: nowrap;
	width: auto;
	margin: 20px auto 0px;
	height: auto;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}

.wrapperMensajeCookie .textoLegalCookie p{
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	max-width: 758px;
	margin: 0 auto;
}
.wrapperMensajeCookie .textoLegalCookie p strong{
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
	text-rendering: optimizeLegibility;
	text-align: center;
	font-size: 13px;
	background: none;
	line-height: 1.1em;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.wrapperMensajeCookie a{
	color: #000;
}

/* paginación */

.paginacion {
	overflow: hidden;
	margin: 80px 0px 80px;
	padding-bottom: 80px;
	border-bottom: 2px solid #ccc;
}
.paginacion a{
	background: #000;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	padding: 0px 22px;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.anterior-pagina{
	float: left;
	max-width: 50px;
	overflow: hidden;
}


.anterior-pagina a{
	padding-left: 52px;
	background-color: #000;
	background-image: url(img/arrowsbyn.png);
	background-repeat: no-repeat;
	background-position: 17px 16px;
	background-size:18px;
}

.anterior-pagina a:hover{
	background-position: 17px -98px;
}


.siguiente-pagina a{
	padding-right: 52px;
	background-color: #000;
	background-image: url(img/arrowsbyn.png);
	background-repeat: no-repeat;
	background-position: 139px -37px;
	background-size:18px;
}

.siguiente-pagina a:hover{
	background-position: 139px -160px;
}


.paginacion a:hover{
	color: #000;
	background-color: #0059B2;
}
.siguiente-pagina{
	float: right;
	max-width: 50px;
	overflow: hidden;
}
.siguiente-pagina a{
	width: 200px;
	position: relative;
	left: -123px;
	font-size: 0px;
}

.tags{
	font-size: 16px;
	color: #999;
	margin-top: 40px;
	line-height: 18px;
}
.tags span{
	font-size: 18px;
}
.tags a{
	color: #999;
	display: inline-block;
	border-bottom: 2px solid transparent;
	text-decoration: none;

}
.tags a:hover{
	border-color: #0059B2;
	color: #0059B2;
}
.share-post{
	font-size: 0px;
}
.share-post li{
	display: inline-block;
	margin: 0px 11px;
}
.share-container{
	margin-top: 60px;
}
.volver {
	margin: 0px 0px 40px;
	font-size: 18px;
}
#comments{
	padding-top:30px;
	margin-top:70px;
	border-top: 2px solid #ccc;
}
#commentform label{
	display: none;
}

#commentform input::-webkit-input-placeholder{
	color: #cccccc;
}
#commentform input::-moz-placeholder{
	color: #cccccc;
}
#commentform input:-ms-placeholder{
	color: #cccccc;
}
#commentform input-placeholder{
	color: #cccccc;
}
#commentform .placeholder{
	color: #cccccc;
}


#commentform input::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
	color: #cccccc;
}
#commentform input:-moz-placeholder,
#commentform textarea:-moz-placeholder {
	color: #cccccc;
}
#commentform input:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
	color: #cccccc;
}
#commentform textarea{
	min-height: 175px;
}
.comment-notes{
	display: none;
}
.comment-form-comment{
	margin: 0px;
}

#reply-title,#comments-title{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin: 0 0 25px;
	color: #0059B2;
	text-transform: uppercase;
}

.media-heading{
	font-size: 18px;
	text-transform: uppercase;
}
.contenido-comentario{
	color: #999;
	font-size: 16px;
}
.commentmetadata{
	color: #999;
	margin:20px 0px;
}
.commentmetadata a{
	color: #999;
}

#comment-list{}

#comment-list li{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
#sidebar .form.mc4wp-form input[type="email"] {
	border-color: #ccc;
	color: #000;
	background-position: 96% -72px;
	font-size: 16px;
	height: 55px;
}
#sidebar .form.mc4wp-form input[type="email"]:focus,
#sidebar .form.mc4wp-form input[type="email"]:active {
	background-position: 96% -164px;
}



#sidebar .form.mc4wp-form input::-webkit-input-placeholder{
	color: #cccccc;
}
#sidebar .form.mc4wp-form input::-moz-placeholder{
	color: #cccccc;
}
#sidebar .form.mc4wp-form input:-ms-placeholder{
	color: #cccccc;
}
#sidebar .form.mc4wp-form input-placeholder{
	color: #cccccc;
}
#sidebar .form.mc4wp-form .placeholder{
	color: #cccccc;
}





/*  RESPONSIVE */

@media (min-width: 768px) {



	/* generales */
	
	body{
		font-size: 16px;
	}
	
	.home-wrapper{
		padding: 17px 35px;
	}
	
	#latest-post-container .post {
		padding: 0px 0px 20px;
	}
	
	#twitter_update_list li {
		line-height: 35px;
		font-size: 23px;
		margin: 0px 0 10px;
	}
	#latest-post-container .post .title {
		line-height: 37px;
		font-size: 23px;
		margin: 0px 0 10px;
		font-weight: bold;
	}
	.container{
		width: 100%;
	}
	
	/* generales */
	
	.alignCenter.alignLeftMobile, 
	.alignCenter.alignRightMobile{
		text-align: center;
	}
	.alignRight.alignCenterMobile{
		text-align: right;
	}
		
	.alignLeft.alignCenterMobile{
		text-align: left;
	}
	
	.alignRight.alignLeftMobile{
		text-align: right;
	}
	.alignCenter.alignLeftMobile{
		text-align: center;
	}
	.alignLeft.alignLeftMobile{
		text-align: left;
	}
	.alignLeft.alignCenterMobile.alignCenterTablet{
		text-align: center;
	}
	
	.staticMobile, .staticMobile .col-sm-12{
		position: relative;
	}
	
	.button{
		font-size: 1.1em;
	}
	
	.button-container{
		font-size: 1em;
	}
	.flex-control-nav li {
		margin: 0;
		width: 75px;
		position: relative;
	}
	.destacado{
		padding:20px;
		font-size: 16px;
		max-width: 620px;
		margin: 20px auto;
	}
	
	.titulo-seccion {
		display: inline-block;
		padding: 20px 80px;
		max-width: 650px;
		letter-spacing: 1px;
	}
	
	.content.content-left{
		padding: 0 1em 0 0;
	}
	.content.content-right{
		padding: 0 0 0 1em;
	}
	.content.content-noPadding{
		padding: 0;
	}
	
	
	.content-mobile{
		padding-left: 60px;
		padding-right: 60px;
	}
	#content-opciones.content-mobile{
		padding: 0px;
	}
	.destacado {
		font-size: 15px;
		max-width: 640px;
		margin: 20px auto;
	}
	.destacado p{
		line-height: 30px;
	}
	#lanzamenu {
		width: 50px;
		height: 50px;
		right: -50px;
		padding: 17px 9px;
	}
	.menu-activo #lanzamenu{
		margin-right: -10px;
	}

	/* header */
	
	
	#menu-container {
		-webkit-transform: translate3d(-336px,0,0);
		-moz-transform: translate3d(-336px,0,0);
		-ms-transform: translate3d(-336px,0,0);
		transform: translate3d(-336px,0,0);
		width: 336px;
	}
	#menu-container ul li a {
		padding: 23px 48px;
	}
	
	/* backgrounds secciones */


	#image-tablet-background-container{
		background: none; 
	}
	
	#image-background-container {
		background: url(img/quid_blanco02.png) no-repeat center top;
	}
	#band-background-container {
		background: url(img/linea2.png) no-repeat center top;
		padding-top: 62px;
	}
	#polygon-background-container {
		background: #fff url(img/bg_redes.png) no-repeat -1px 760px;
	}
	#bg-container-3 {
		background: url(img/background3.png) no-repeat left 2540px;
	}
	
	/* seccion 1*/
	
	.seccion-fullwidth{
		display: table;
		width: 100%;
		height: 100%;
	}
	
	.seccion-fullwidth .content{
		display: table-cell;
		vertical-align: middle;
	}
	
	#seccion1 .logo {
		width: 310px;
		/*height: 87px;*/
		background-image: url(img/logo.png);
		margin: 0px auto 0px;
	}
	

	#seccion1 .logo, #main-logo {
		margin: 0px auto 0px;
	}
	#seccion1 h2 {
		text-transform: uppercase;
		position: relative;
		text-align: center;
		padding: 40px 0px;
		margin: 50px 0px;
		text-align: center;
		font-size: 34px;
	}
	#seccion1 h3 {
		font-size: 19px;
	}
	
	#goDown{
		max-height: 100px;
		margin: 0px auto 20px;
	}
	#goDown:before, #goDown:after {
		height: 13px;
	}
	
	#goTop{
		position: fixed;
		width: 50px;
		height: 50px;
	}

	.social{
		display: block;
		float: right;
		min-width: 1px;
		min-height: 1px;
		padding: 0;
		margin: 0 50px 0 0px;	
	}
	
	.social ul{
		padding: 0;
		margin: 0;
		position: fixed;
		z-index: 1;
		top:9px;
		right: 9px;
	}
	
	.social ul li{
		display: block;
		width: 50px;
		height: 50px;
		background-repeat: no-repeat;
		background-position: center center;
		margin-bottom: 7px;
		background-size: 100%;
		margin: 0px 0px 10px 0px;
	}

	/* qué es Quid */
	
	#seccion-nosotros-quid .content img{
		margin:35px auto;
		display: block;
		max-width: 150px;
	}
	
	
	
	/* innovación */
	
	
	#seccion-somos{
		padding-top: 0px;
	}
	
	#slider-innovacion{
		max-width: 600px;
		margin: 0px auto 200px;
		background: none;
		padding: 0;
	}
	#slider-innovacion ul.slides li h3 {
		margin: 37px 0px 40px;
		font-size: 23px;
	}
	#slider-innovacion ul.flex-direction-nav{
		display: block;
	}
	
	#slider-innovacion .flex-control-nav {
		width: 100%;
		position: absolute;
		bottom: -60px;
		text-align: center;
	}

	/* retos */
	
	
	#destacado-retos {
		padding: 25px 120px;
		max-width: 700px;
	}
	#destacado-retos p{
		margin:5px 0px;
	}
	#destacado-retos br{
		display: none;
	}
	/* clientes */
	
	
	#seccion-clientes {
		background: url(img/blue_rombo.png) no-repeat -139px bottom;
		background-size: 302px;
		padding-top:0px;
	}
	#destacado-clientes{
		margin-bottom: 60px;
	}
	#clientes{
		width: 738px;
		position: relative;
		margin-bottom: 150px;
	}
	#clientes li{	
		width: 107px;
		height: 107px;
		margin: 8px;
	}
	
	#clientes li:nth-child(3){
		margin-right: 377px;
	}
	#clientes li:nth-child(7){
		margin-right: 254px;
	}
	#clientes li:nth-child(8){
		margin-left: 131px;
	}
	
	#clientes li:nth-child(11){
		margin-right: 131px;
	}
	#clientes li:nth-child(12){
		margin-left: 254px;
	}
	#clientes li:nth-child(16){
		margin-left: 254px;
	}
	#clientes li:nth-child(20){
		margin-left: 254px;
	}
	
	
	
	.lista-animada.activo li:nth-child(1){
		-webkit-animation-delay: 0.15s;
		-moz-animation-delay: 0.15s;
		animation-delay: 0.15s;
	}
	.lista-animada.activo li:nth-child(2){
		-webkit-animation-delay: 0.30s;
		-moz-animation-delay: 0.30s;
		animation-delay: 0.30s;
	}
	.lista-animada.activo li:nth-child(3){
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
		animation-delay: 0.45s;
	}
	.lista-animada.activo li:nth-child(4){
		-webkit-animation-delay: .6s;
		-moz-animation-delay: .6s;
		animation-delay: .6s;
	}
	.lista-animada.activo li:nth-child(5){
		-webkit-animation-delay: .75s;
		-moz-animation-delay: .75s;
		animation-delay: .75s;
	}
	.lista-animada.activo li:nth-child(6){
		-webkit-animation-delay: .9s;
		-moz-animation-delay: .9s;
		animation-delay: .9s;
	}
	.lista-animada.activo li:nth-child(7){
		-webkit-animation-delay: 1.05s;
		-moz-animation-delay: 1.05s;
		animation-delay: 1.05s;
	}
	.lista-animada.activo li:nth-child(8){
		-webkit-animation-delay: 1.2s;
		-moz-animation-delay: 1.2s;
		animation-delay: 1.2s;
	}
	.lista-animada.activo li:nth-child(9){
		-webkit-animation-delay: 1.35s;
		-moz-animation-delay: 1.35s;
		animation-delay: 1.35s;
	}
	.lista-animada.activo li:nth-child(10){
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		animation-delay: 1.5s;
	}
	.lista-animada.activo li:nth-child(11){
		-webkit-animation-delay: 1.65s;
		-moz-animation-delay: 1.65s;
		animation-delay: 1.65s;
	}
	.lista-animada.activo li:nth-child(12){
		-webkit-animation-delay: 1.8s;
		-moz-animation-delay: 1.8s;
		animation-delay: 1.8s;
	}
	.lista-animada.activo li:nth-child(13){
		-webkit-animation-delay: 1.95s;
		-moz-animation-delay: 1.95s;
		animation-delay: 1.95s;
	}
	.lista-animada.activo li:nth-child(14){
		-webkit-animation-delay: 2.1s;
		-moz-animation-delay: 2.1s;
		animation-delay: 2.1s;
	}
	.lista-animada.activo li:nth-child(15){
		-webkit-animation-delay: 2.25s;
		-moz-animation-delay: 2.25s;
		animation-delay: 2.25s;
	}
	.lista-animada.activo li:nth-child(16){
		-webkit-animation-delay: 2.4s;
		-moz-animation-delay: 2.4s;
		animation-delay: 2.4s;
	}
	.lista-animada.activo li:nth-child(17){
		-webkit-animation-delay: 2.55s;
		-moz-animation-delay: 2.55s;
		animation-delay: 2.55s;
	}
	.lista-animada.activo li:nth-child(18){
		-webkit-animation-delay: 2.7s;
		-moz-animation-delay: 2.7s;
		animation-delay: 2.7s;
	}
	.lista-animada.activo li:nth-child(19){
		-webkit-animation-delay: 2.85s;
		-moz-animation-delay: 2.85s;
		animation-delay: 2.85s;
	}
	.lista-animada.activo li:nth-child(20){
		-webkit-animation-delay: 3s;
		-moz-animation-delay: 3s;
		animation-delay: 3s;
	}
	
	/* línea del conocimiento */
	
	
	#seccion-metodologia {
		padding-bottom: 0px;
	}
	
	#linea-participantes {
		width: 80%;
		margin: 50px auto 50px;
	}
	#seccion-experiencia {
		padding-top: 60px;
		padding-bottom: 70px;
		margin-bottom: 0px;
		font-size: .9em;
	}
	/**/
	
	.contador {
		font-size: .7em;
		margin-bottom: 50px;
	}
	
	
	.contador-especial h2 {
		margin: 0;
		font-size: 5em;
	}
	#contador-edades h3 {
		font-size: 1.1em;
		top:-2em;
	}
	#linea-participantes .contador-especial {
		font-size: 0.7em;
	}
			
	#linea-participantes:before,
	#linea-participantes:after{
		content:'';
		position: absolute;
		width: 25px;
		height: 100px;
		background: url(img/icon_corchete.png) no-repeat center center;
		background-size: 100%;
		top:50%;
		margin-top:-45px;
	}
	#linea-participantes:before{
		left: -10%;
	}
	#linea-participantes:after{
		right: -10%;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	/* soluciones */
	
	
	#seccion-soluciones .destacado{
		margin-bottom: 20px;
	}
	#seccion-soluciones .content{
		padding-bottom: 1.25em;
	}
	#contenedor-soluciones{
		background: none;
		text-align: left;
	}

	#contenedor-soluciones .solucion a {
		color: #0059B2;
		display: inline-block;
		font-weight: normal;
		font-size: 17px;
		margin: 5px 0px 0px;
	}
	#contenedor-soluciones h5 a{
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		transition: all .2s ease;
		display: inline-block;
		border-bottom: 2px solid transparent;
	}
	#contenedor-soluciones h5 a:hover{
		color: #fff;
		border-bottom: 2px solid #fff;
	}
	
	#contenedor-soluciones .solucion {
		padding: 0px 0px 0px 170px;
		margin: 0 0 70px;
		background-position: left center;
		background-size: 100px;
	}
	#contenedor-soluciones #solucion-eficiencia{
		background-size: 130px;
	}
	#contenedor-soluciones .solucion:after{
		display: none;
	}
	
	
	/* team members */
	
	#contenedor-equipo{
		background: none;
	}
	#equipo {
		display: block;
		font-size: 0px;
		margin: 20px auto;
		width: 728px;
	}
	#equipo li {
		width: 174px;
		height: 174px;
		font-size: 13px;
		margin: 4px;
	}
	
	#equipo li .contenido .info .content {
		padding: 9px;
		font-size: 11px;
		line-height: 13px;
	}
	#equipo li .contenido .info h4{
		margin: 0 0 4px;
		font-size: 1.15em;
	}
	#equipo li .contenido .info h5{
		margin: 0 0 20px;
		font-size: 1em;
	}
	.cubo .contenedor-cubo .portada-cubo, .cubo .contenedor-cubo .trasera-cubo{
		-webkit-transform-origin: 87px 0px -87px;
		transform-origin: 87px 0px -87px;
	}
	
	/* espacios */
	
	
	.espacio .ficha-espacio h3 {
		margin: 10px 0 20px;
	}
	.espacio .ficha-espacio .info{
		margin-bottom: 30px;
	}
	
	/* redes */
	
	.wrapper-container {
		overflow: hidden;
	}
	
	#latest-post-container .post {
		padding: 0px 0px 0px 180px;
		min-height: 178px;
		background-position: left 11px;
		background-repeat: no-repeat;
		font-size: 13px;
		background-size: 160px;
	}
			
	#newsletter-section {
		margin-top: 130px;
		margin-bottom: 230px;
	}
	
	form.mc4wp-form input[type="email"] {
		background-position: 96% 5px;
		font-size: 16px;
		line-height: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 55px;
	}
	form.mc4wp-form input[type="email"]:focus {
		background-position: 96% -32px;
	}
	
	/* footer */
	
	
	.desplegado{
		text-align: center;
	}
	
	#footer .desplegado .content{
		padding: 70px 0px 40px;
	}
	.elemento-desplegado{
		padding:25px 0px 0px 100px;
		background-repeat: no-repeat;
		background-position: left top;
		display: inline-block;
		text-align: left;
		min-height: 100px;
		margin-bottom: 50px;
		min-width: 390px;
	}
	
	.elemento-desplegado.localizacion{
		background-image: url(img/icon_marker.svg);
	}
	.elemento-desplegado.mailto{
		background-image: url(img/icon_envelope.svg);
		background-size: 80px;
		margin-top: 40px;
	}
	
	#localizacion-madrid,#localizacion-barcelona{
		background-position: left 50px;
	}
	.elemento-desplegado h3 {
		margin: 8px 0 24px;
		font-size: 22px;
	}
	
	/* BLOG */
	
	
	.titulo-pagina{
		margin: 40px 0px;
	}
	
	
	/* soluciones */
	
	#volver-home{
		margin:20px auto 60px;
	}
		
	#opciones-conocimiento li{
		width: 33.33333%;
		display: block;
		float: left;
		position: relative;
	}
	
	#opciones-conocimiento li a{
		position: relative;
	}
	#opciones-conocimiento li:nth-child(2) a:before{
		content:'';
		position: absolute;
		width: 4px;
		height: 56px;
		left: 0;
		top: 50%;
		margin-top:-28px;
		background: #cccccc;
	}
	
	#opciones-conocimiento li:nth-child(2) a:after{
		content:'';
		position: absolute;
		width: 4px;
		height: 56px;
		right: 0;
		top: 50%;
		margin-top:-28px;
		background: #cccccc;
	}
	
	

	/* soluciones */
	
	.lista-herramientas {
		margin-bottom: 200px;
		text-align: left;
		max-width: 740px;	
	}
	
	.tab-pane{
		background-size: 0px;
		padding-top: 0px;
	}
	
	
	#sidebar nav{
		width: 33.3333%;
		display: inline-block;
		vertical-align: top;
	}
	
	#sidebar form.mc4wp-form {
		margin: 26px auto 20px;
	}
	#sidebar nav#search-2,
	#sidebar nav.widget_mc4wp_widget{
		width: 100%;
	}
	
	
	
	.cdp-cookies-alerta .cdp-cookies-texto h4 {
		font-size: 17px;
	}
	.cdp-cookies-alerta .cdp-cookies-texto p {
		font-size: 14px;
	}
	.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a, .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover, .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active, .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
		font-size: 15px;
	}
	
	
	.wrapperMensajeCookie .textoLegalCookie a.cerrarTextoLegalCookie {
		font-size: 16px;
	}

	.wrapperMensajeCookie .textoLegalCookie p{
		font-size: 14px;
	}
	.wrapperMensajeCookie .textoLegalCookie p strong{
		font-size: 17px;
	}
	
	/* blog */
	
	
	.anterior-pagina, .siguiente-pagina{
		max-width: 1000px;
		overflow: visible;
	}
	.siguiente-pagina a{
		width: auto;
		position: static;
		left: 0px;
		font-size: 16px;
	}
	
}


@media (min-width: 992px) { /* DESKTOP */
	
	/* GENERALES */
	
	
	#body{
		font-size: 16px;
	}
	#goTop{
		width: 50px;
		height: 50px;
	}
	
	.container{
		max-width: 950px;
	}
	
	
	.content-mobile{
		padding-left: 0em;
		padding-right: 0em;
	}
	
	.button {
		padding: 0.65em 2em;
		font-size: 1.1em;
		margin-bottom: 1.2em;
	}
	
	.destacado {
		font-size: 16px;
		max-width: 700px;
		margin: 20px auto;
		padding: 20px;
	}

	.alignLeftDesktop{
		text-align: left;
	}
	.alignRightDesktop{
		text-align: right;
	}
	
	.alignLeft.alignCenterMobile.alignCenterTablet{
		text-align: left;
	}
	.checkbox-container .custom-checkbox{
		width: 1em;
		height: 1em;
		top:.5em;
		left: 0;
	}
		
	ul.social li {
		margin-right: .85em;
		width: 2em;
		height: 2.25em;
		padding-top: .25em;
	}
	ul.social li a {
		font-size: 1.3em;
	}
	
	.share-post li {
		display: inline-block;
		margin: 0px 20px 0px 0px;
	}
	
	
	.flex-control-nav {
		bottom: 30px;
	}
	
	/* backgrounds secciones */


	#polygon-background-container {
		background: #fff url(img/bg_redes.png) no-repeat 0px 370px;
	}
	#seccion-metodologia {
		background: url(img/blue_triangle_left.png) no-repeat right 320px;
		background-size: 220px;
	}
	#seccion-nuestros-espacios-interior {
		background: url(img/blue_triangle_left.png) no-repeat right bottom;
		background-size: 220px;
	}
	
	
	#bg-container-3 {
		background: url(img/background3.png) no-repeat right bottom;
	}
	
	
	#seccion-clientes {
		background: url(img/blue_rombo.png) no-repeat -139px bottom;
		background-size: 352px;
	}
	/* sliders */
	#slider-innovacion {
		max-width: 640px;
		margin: 70px auto 200px;
	}
	.flex-control-nav li {
		margin: 0;
		width: 35px;
		position: relative;
	}
	.flex-control-paging li a {
		width: 15px;
		height: 15px;
		left: 50%;
		margin-left: -7.5px;
		border: 5px solid transparent;
		display: block;
		margin-bottom: 10px;
	}
	.flex-control-paging li a.flex-active {
		width: 25px;
		height: 25px;
		margin-left: -12.5px;
		top: -5px;
		border: 5px solid #0059B2;
	}
	
	/* seccion1 */
	#seccion1 .logo {
		width: 350px;
	}
	/* qué es quid */
	
	
	#seccion-nosotros-quid{
		padding-top: 100px;
		padding-bottom: 75px;
	}
	#seccion-nosotros-quid .content img {
		max-width: 193px;
	}
	
	/* soluciones */
	
	
	#contenedor-soluciones .solucion {
		padding: 0px 0px 0px 260px;
		margin: 0 0 50px;
		background-position: 25px center;
		background-size: auto;
	}
	#contenedor-soluciones #solucion-eficiencia{
		background-size: auto;
	}
	
	/* retos */
	
	
	#destacado-retos{
		padding: 20px;
	}
	#destacado-retos br{
		display: block;
	}
	
	/* linea conocimiento */
	
	#metodologia {
		margin-bottom: 100px;
	}
	
	/* espacios */
	
	
	#contenedor-espacios{
		text-align: left;
		margin-bottom: 50px;
	}
	
	#seccion-nuestros-espacios{
		background-position: center -90px;
	}
	#seccion-nuestros-espacios-interior {
		margin-bottom: 150px;
	}
	.espacio{
		overflow: hidden;
		margin: 60px 0px;
	}
	
	.espacio .flexslider{
		width: 65%;
		float: right;
		background: none;
	}
	.espacio .ficha-espacio{
		width: 33%;
		float: right;
		margin-left: 2%;
	}
	.espacio .ficha-espacio h4{
		margin: 0 0 30px;
	}
	.espacio .ficha-espacio .info{
		line-height: 27px;
	}
	
	
	/* números */
	
	.contador {
		font-size: 1em;
		margin-bottom: 37px;
	}
	.contador-especial h2 {
		font-size: 6.7em;
	}
	#seccion-experiencia {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	
	/* redes */
	.wrapper-container h4 {
		font-size: 16px;
	}
	#twitter_update_list li {
		line-height: 42px;
		font-size: 29px;
	}
	
	#latest-post-container .post {
		padding: 0px 0px 0px 250px;
		min-height: 220px;
		background-position: left 11px;
		background-repeat: no-repeat;
		background-size: 220px;
	}
	
	#latest-post-container .post .title{
		line-height: 42px;
		font-size: 31px;
	}
	/* desplegable footer */
	
	
	#localizacion-madrid,#localizacion-barcelona{
		background-position: left top;
	}
	
	/* subfooter */
	
	#subfooter{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	/* blog */
	
	
	#blog-section .col-md-4,
	#blog-section .col-md-8{
		float: right;
	}
	#sidebar{
		padding-right: 40px;
		
	}
	#sidebar nav{
		width: 100%;
		display: block;
		vertical-align: top;
	}

	.paginacion{
		overflow: hidden;
		margin: 40px 0px;
		padding-bottom: 0px;
		border-bottom: 0px solid #ccc;
	}
	
	#sidebar ul li{
		font-size: 12px;
		margin-bottom: 10px;
	}
	#sidebar .tagcloud {
		line-height: 30px;
	}
	#sidebar nav h5{
		font-size: 16px;
	}
	
	#sidebar .tagcloud a{
		font-size: 12px !important;
	}
	
	
	.form-submit{
		overflow: hidden;
		border-bottom: 0px solid #ccc;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	
	
	/* seccion soluciones */
	
	#seccion-soluciones .destacado{
		max-width: 600px;
	}
	
	#bg-container-4 .destacado {
		max-width: 550px;
		}
	/* conocimientos */
	
	.lista-herramientas {
		margin: 120px auto 150px;
	}
	
	.lista-herramientas li .content .face.top h4 {
		padding: 10px;
		padding-top: 15px;
		max-width: 60%;
		line-height: 28px;
		font-size: 22px;
		margin-bottom: 0px;
	}
	
	/* redes */
	
	#wrapper-posts {
		padding-bottom: 70px;
	}
	form.mc4wp-form {
		margin: 80px auto 110px;
	}
	
	/* blog */
	
	
	input#author{
		width: 97%;
		margin-right: 3%;
	}
	input#email{
		width: 97%;
		margin-left: 3%;
	}
	.form.mc4wp-form{
		margin-bottom: 200px;
	}
	.commentmetadata{
		text-align: right;
		margin:0px 0px;
	}
}

@media (min-width: 1200px) {

	/* GENERALES */
	
	
	
	body{
		font-size: 16px;
		line-height: 1.7;
	}
	p{
		line-height: 1.7;
		margin-bottom: 25px;
	}
	
	.container{
		max-width: 1000px;
	}
	
	
	#goTop{
		right: 20px;
		bottom: 20px;
	}
	#lanzamenu{
		top:20px;
	}
	.menu-activo #lanzamenu{
		margin-right: -20px;
	}
	.social ul{
		top:20px;
		right: 20px;
	}
	
	#menu-container {
		margin-left: 20px;
	}
	.menu-activo #menu-container{
		margin-left: 0px;
	}
	
	
	
	.flexslider .flex-direction-nav a.flex-prev{
		left: -50px;
	}
	
	.flexslider  .flex-direction-nav a.flex-prev:hover{
		left: -50px;
	}
	
	.flexslider  .flex-direction-nav a.flex-next{
		right: -50px;
	}
	.flexslider .flex-direction-nav a.flex-next:hover{
		right: -50px;
		
	}
	
	#contenedor-soluciones{
		margin-bottom: 90px;
	}
	#contenedor-soluciones .solucion a {
		font-size: 15px;
	}
	
	/* clientes */
	
	#clientes {
		font-size: 0px;
		text-align: left;
		width: 960px;
		margin-bottom: 130px;
	}
	#clientes li{
		width: 140px;
		height: 140px;
		margin: 10px;
	}
	#clientes li:nth-child(3){
		margin-right: 490px;
	}
	
	#clientes li:nth-child(7){
		margin-right: 330px;
	}
	#clientes li:nth-child(8){
		margin-left: 170px;
	}
	
	#clientes li:nth-child(11){
		margin-right: 170px;
	}
	#clientes li:nth-child(12){
		margin-left: 330px;
	}
	#clientes li:nth-child(16){
		margin-left: 330px;
	}
	#clientes li:nth-child(20){
		margin-left: 330px;
	}
	
	/* equipo */
	
	#contenedor-equipo{
		padding-bottom: 130px;
	}
	#equipo {
		margin:20px 0px;
		width: 960px;
	}
	
	
	#equipo li {
		width: 230px;
		height: 230px;
		margin: 5px;
		font-size: 13px;
	}

	
	
	#equipo li .contenido .info .content{
		padding: 10px;
		font-size: 15px;
		line-height: 21px;
	}
	#equipo li .contenido .info h4{
		margin: 0 0 4px;
		font-size: 16px;
	}
	#equipo li .contenido .info h5{
		margin: 0 0 20px;
		font-size: 14px;
	}
	
	.cubo .contenedor-cubo .portada-cubo, .cubo .contenedor-cubo .trasera-cubo{
		-webkit-transform-origin: 115px 0px -115px;
		transform-origin: 115px 0px -115px;
	}
	
		
	/* soluciones */
	.lista-herramientas {
		max-width: 850px;
	}
	
	.lista-herramientas li{
		width: 270px;
		height: 270px;
		margin: 5px;
	}
	.lista-herramientas li.cubo .contenedor-cubo .portada-cubo, .lista-herramientas li.cubo .contenedor-cubo .trasera-cubo{
		-webkit-transform-origin: 135px 0px -135px;
		transform-origin: 135px 0px -135px;
	}
	.lista-herramientas li .content .face.front h4 {
		padding: 10px;
		padding-top: 180px;
		text-align: center;
		margin: auto;
		font-size: 22px;
		line-height: 28px;
	}
	#contador-edades h3 {
		font-size: 1.5em;
	}
	
	/* espacios */
	
	.espacio .flexslider {
		margin-top: 0px;
	}
	.espacio .ficha-espacio h3 {
		margin: 10px 0 50px;
	}
	
	/* footer */
	
	.elemento-desplegado {
		padding: 25px 0px 0px 120px;
	}
	#localizacion-madrid, #localizacion-barcelona,#mail-f1  {
		background-size: auto;
	}
	
	#cierra-desplegable {
		margin-bottom: 10px;
	}
	

}
	
	
@media (min-width:1800px){
	
}


/* TOUCH style */


/* .touch #seccion-redes{
	background: #000;
}
.touch #image-tablet-background-container {
	background: url(img/bg2.jpg) no-repeat center top;
}
.touch #image-background-container {
	background: url(img/quid_blanco02.png) no-repeat center -180px;
}
.touch #band-background-container {
	background: url(img/linea5.png) no-repeat center 300px;
	padding-top: 62px;
}
.touch #bg-container-3 {
	background: url(img/svg_last.png) no-repeat left bottom;
}
@media (min-width: 768px) {
	
	
	.touch #seccion-equipo{
		background: none;
	}
	
		
	.touch #seccion-redes{
		background: none;
	}
	.touch .seccion-clientes{
		background-color: #fff;
	}
	
	
}*/


.touch #image-background-container {
	background: url(img/quid_blanco03.png) no-repeat center top;
}
.touch #image-tablet-background-container {
	background-image: url(img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 1000px;
}

.touch #bg-container-3 {
	background: url(img/bg_touch.png) no-repeat center 1660px;
}
@media (min-width: 768px) {
	.touch #band-background-container {
		background: url(img/linea5.png) no-repeat center 680px;
		background-size: 1100px;
		/* padding-top: 62px; */
	}
	.touch #bg-container-3 {
		background: url(img/bg_touch.png) no-repeat center 2240px;
	}
	.touch #polygon-background-container {
		background: #fff url(img/bg_touch.png) no-repeat center 600px;
	}
	.touch #image-tablet-background-container {
		background-image: url(img/background.jpg);
		background-size: auto 2300px;
	}
}