@font-face {
	font-family:'din_blackregular';
	src:url("fonts/ff_din_black-webfont.eot");
	src:url("fonts/ff_din_black-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/ff_din_black-webfont.woff2") format("woff2"),url("fonts/ff_din_black-webfont.woff") format("woff"),url("fonts/ff_din_black-webfont.ttf") format("truetype"),url("fonts/ff_din_black-webfont.svg#din_blackregular") format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'dinbold';
	src:url("fonts/ff_din_bold-webfont.eot");
	src:url("fonts/ff_din_bold-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/ff_din_bold-webfont.woff2") format("woff2"),url("fonts/ff_din_bold-webfont.woff") format("woff"),url("fonts/ff_din_bold-webfont.ttf") format("truetype"),url("fonts/ff_din_bold-webfont.svg#dinbold") format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'dinmedium';
	src:url("fonts/ff_din_medium-webfont.eot");
	src:url("fonts/ff_din_medium-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/ff_din_medium-webfont.woff2") format("woff2"),url("fonts/ff_din_medium-webfont.woff") format("woff"),url("fonts/ff_din_medium-webfont.ttf") format("truetype"), url("fonts/ff_din_medium-webfont.svg#dinregular") format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'dinregular';
	src:url("fonts/ff_din_regular-webfont.eot");
	src:url("fonts/ff_din_regular-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/ff_din_regular-webfont.woff2") format("woff2"),url("fonts/ff_din_regular-webfont.woff") format("woff"),url("fonts/ff_din_regular-webfont.ttf") format("truetype"),url("fonts/ff_din_regular-webfont.svg#dinregular") format("svg");
	font-weight:400;
	font-style:normal;
}

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

html {
	height:100%;
}

body {
	font-family:'dinregular',arial,sans-serif;
	color:#1c1c1c;
	background:#000;
	font-size:13px;
	width:100%;
	height:100%;
	text-rendering:optimizeLegibility!important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,strong {
	font-family:'TradeGothicLTStdBd2';
	font-weight:400;
}

a,a:active,a:hover,a:visited {
	color:#1c1c1c;
}

.white, a.white, .white a {
	color:#fff;
}

img {
	max-width:100%;
	height:auto;
}

.inline-block,.inlineBlock {
	display:inline-block;
}

p {
	margin:0 0 10px;
	line-height:1.2;
}

.unstyled-list {
	padding:0;
	margin:0;
}

.unstyled-list li {
	padding:0;
	margin:0;
	list-style:none;
}

.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}

.black-section {
	background-color:#000;
	color:#fff;
}

.opacity-section {
	background-color:rgba(0,0,0,0.7);
	color:#fff;
}

.opacity-section a {
	color:#fff;
	text-decoration:underline;
}

.white-section {
	background-color:#fff;
}

.blue-section {
	background-color:#193865;
	color:#fff;
	text-shadow:1px 1px #000;
}

.fullWidth {
	width:100%;
}

.dinblack {
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
}

.dinmedium {
	font-family:'dinmedium','dinbold',arial,sans-serif;
	font-weight:400;
}

.bold,.dinbold {
	font-family:'dinbold','din_blackregular',arial,sans-serif;
	font-weight:400;
}

.light,.dinlight {
	font-family:'din_lightregular','dinregular',arial,sans-serif;
	font-weight:400;
}

.thumb-container {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.white-content {
	background:#fff;
}

.padding-content {
	padding:20px;
}

code {
	white-space:normal;
}

h1 {
	display:block;
}

.flexbox-mobile {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	-webkit-box-pack:center;
	justify-content:center;
}

.section {
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#logo-section {
	background-size:auto 100%;
}

#logo-section .scroll-down {
	right:50%;
	margin-right:-30px;
}

.noMargin {
	margin:0;
}

.cursiva {
	font-style:italic;
}

.noMarginTop {
	margin-top:0;
}

.alignLeft {
	text-align:left;
}

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

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

h1,h2,h3,h4,h5,h6,strong,b {
	clear:both;
	font-family:'dinbold','din_blackregular',arial,sans-serif;
	font-weight:400;
}

.uppercase,.mayusculas {
	text-transform:uppercase;
}

.transition-links-effect a {
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

.scroll-down {
	position:absolute;
	bottom:20px;
	left:50%;
	color:#fff;
	font-size:0;
	z-index:2;
	width:60px;
	height:60px;
	margin-left:-30px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
	opacity:.3;
	display:none;
}

.scroll-up {
	position:absolute;
	bottom:20px;
	left:50%;
	color:#fff;
	font-size:0;
	z-index:2;
	width:60px;
	height:60px;
	margin-left:-30px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
	opacity:.3;
	display:none;
}

.clients-link {
    position: absolute;
    top: 20px;
    left: 50%;
    color: #fff;
    font-size: 0;
    z-index: 2;
    width: 90px;
    height: 60px;
    margin-left: -50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0.6;
    display: block;
}

.scroll-down:hover,.scroll-up:hover,.clients-link:hover {
	opacity:1;
}

.button {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	padding:3px 10px;
	display:inline-block;
	text-align:center;
	font-family:'TradeGothicLTStdBd2';
}

.button.full-width-button {
	width:100%;
	display:block;
}

.button.bordered-button {
	border:2px solid;
}

.button.white-button {
	border-color:#fff;
	color:#fff;
}

.button.large-button {
	width:500px;
	max-width:100%;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small{
	color: inherit;
}

.button.rounded-button {
	border-radius:5px;
	padding:0 30px;
	height:37px;
	line-height:38px;
}

.button.gray-button {
	color:#7c7c7c;
	border:1px solid;
}

#map-section{
	margin: 0;
}

#map-section .brand-content{
	padding: 0;
}

span.wpcf7-not-valid-tip {
	font-size:.8em;
	position:absolute;
	margin-top:3px;
	left:20px;
}

.bg-1 {
	background:#ECEFF1;
	color:#37474f;
}

.bg-2 {
	background:#7986cb;
	color:#ECEFF1;
}

.bg-3 {
	background:#37474f;
	color:#fff;
}

.animated-button {
	overflow:hidden;
	padding:0;
	-webkit-transition:border-color 0.3s,background-color .3s;
	transition:border-color 0.3s,background-color .3s;
	-webkit-transition-timing-function:cubic-bezier(0.2,1,0.3,1);
	transition-timing-function:cubic-bezier(0.2,1,0.3,1);
	min-width:150px;
	max-width:250px;
	display:inline-block;
	border:2px solid;
	background:none;
	color:inherit;
	vertical-align:middle;
	position:relative;
	z-index:1;
	-webkit-backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
}

.animated-button:focus {
	outline:none;
}

.animated-button::after {
	content:attr(data-text);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	color:#1c1c1c;
	-webkit-transform:translate3d(0,25%,0);
	transform:translate3d(0,25%,0);
}

.animated-button > span {
	vertical-align:middle;
	display:block;
}

.animated-button::after,.animated-button > span {
	padding:1em 2em .5em;
	-webkit-transition:-webkit-transform 0.3s,opacity .3s;
	transition:transform 0.3s,opacity .3s;
	-webkit-transition-timing-function:cubic-bezier(0.2,1,0.3,1);
	transition-timing-function:cubic-bezier(0.2,1,0.3,1);
}

.animated-button:hover {
	border-color:#1c1c1c;
	background-color:rgba(10,10,10,0.1);
}

.animated-button:hover::after {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.animated-button:hover > span {
	opacity:0;
	-webkit-transform:translate3d(0,-25%,0);
	transform:translate3d(0,-25%,0);
}

.load-more-button {
	margin:80px auto 30px;
	max-width:100%;
	width:500px;
}

body #trigger-menu {
	display:inline-block;
	vertical-align:top;
	position:relative;
	cursor:pointer;
	z-index:15;
	width:50px;
	height:50px;
	top:1px;
	right:0;
	-webkit-transition:all 800ms cubic-bezier(0.19,1,0.22,1) 0;
	-moz-transition:all 800ms cubic-bezier(0.19,1,0.22,1) 0;
	transition:all 800ms cubic-bezier(0.19,1,0.22,1) 0;
}

body #trigger-menu i {
	width:34px;
	height:3px;
	background-color:#fff;
	display:block;
	border-radius:2px;
	position:absolute;
	left:8px;
	top:19px;
	-webkit-transition: all 800ms cubic-bezier(0.19,1,0.22,1) 0ms;
	-moz-transition: all 800ms cubic-bezier(0.19,1,0.22,1) 0ms;
	transition: all 800ms cubic-bezier(0.19,1,0.22,1) 0ms;
}

body #trigger-menu i:first-child {
	top:11px;
}

body #trigger-menu i:nth-child(2) {
	top:19px;
}

body #trigger-menu i:nth-child(3) {
	top:27px;
}

body #trigger-menu i:last-child {
	top:35px;
}

body.menu-active #trigger-menu i:nth-child(2) {
	opacity:0;
	-webkit-transform:translate3d(-20px,0,0);
	transform:translate3d(-20px,0,0);
}

body.menu-active #trigger-menu i:nth-child(3) {
	opacity:0;
	-webkit-transform:translate3d(20px,0,0);
	transform:translate3d(20px,0,0);
}

body.menu-active #trigger-menu i:first-child {
	-webkit-transform:rotate(45deg) translate3d(8px,10px,0);
	-moz-transform:rotate(45deg) translate3d(8px,10px,0);
	transform:rotate(45deg) translate3d(8px,10px,0);
	opacity:1;
}

body.menu-active #trigger-menu i:last-child {
	-webkit-transform:rotate(-45deg) translate3d(7px,-9px,0);
	-moz-transform:rotate(-45deg) translate3d(7px,-9px,0);
	transform:rotate(-45deg) translate3d(7px,-9px,0);
	opacity:1;
}

#head {
	background:#000;
	color:#fff;
	padding:0;
	position:fixed;
	z-index:15;
	left:0;
	top:0;
	width:100%;
}

#head .logo {
	width:110px;
	height:51px;
	margin:0;
	max-width:100%;
	background:url(img/logo_bang_white.svg) no-repeat left center;
	background-size:210px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

#head .logo a {
	display:block;
	width:100%;
	text-decoration:none;
	height:100%;
	text-indent:-9999px;
}

#head .social {
	display:none;
	vertical-align:top;
	line-height:50px;
	margin:0;
}

#head .social li {
	margin:0 3px;
}

#head .social li a {
	font-size:20px;
	opacity:.25;
	color:#fff;
}

#head .social li:hover a {
	opacity:1;
}

#head .home-link {
	display:inline-block;
	vertical-align:top;
	margin:11px 0 0 16px;
}

#head .home-link img {
	width:30px;
	vertical-align:top;
}

#main-content {
	position:relative;
	margin: 51px 0 0;
	max-width:100%;
	overflow:hidden;
}

#menu-container {
	position:fixed;
	background:rgba(0,0,0,0.88);
	right:-17px;
	top: 51px;
	z-index:10;
	padding-bottom:80px;
	width:auto;
	height:100%;
	background-size:113px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translate3d(100%,0,0);
	-moz-transform:translate3d(100%,0,0);
	-ms-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}

#menu-container ul {
	padding:10px 48px 10px 20px;
	margin:0;
}

#menu-container ul li {
	display:block;
	padding:0;
	margin:3px 0;
	text-align:right;
}

#menu-container ul li a {
	display:inline-block;
	text-transform:uppercase;
	font-family:'dinbold','din_blackregular',arial,sans-serif;
	color:#fff;
	opacity:.6;
	font-size:23px;
	text-decoration:none;
}

#menu-container ul li ul {
	padding:4px 0;
}

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

#menu-container ul li ul li a {
	text-transform:none;
	font-size:17px;
}

#menu-container ul li:hover > a {
	opacity:1;
}

#menu-container ul li.current-menu-ancestor > a,#menu-container ul li.current-menu-item > a {
	opacity:1;
}

#menu-container ul li.menu-nosotros {
	margin-top:24px;
}

.menu-active #menu-container {
	opacity:1;
	visibility:visible;
	overflow:scroll;
	-webkit-transform:translate3d(0,0%,0);
	-moz-transform:translate3d(0,0%,0);
	-ms-transform:translate3d(0,0%,0);
	transform:translate3d(0,0%,0);
}

.contenido-lightbox {
	padding:10px;
	margin-top:20px;
}

.contenido-lightbox .close {
	width:16px!important;
	height:18px;
	background:url(img/close.png) no-repeat center center;
	position:absolute;
	background-size:100%;
	opacity:.8;
	top:10px;
	cursor:pointer;
	right:0;
	font-size:0!important;
	background-color:transparent!important;
}

.contenido-lightbox .title {
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:20px;
}

#presentacion {
	position:fixed;
	display:none;
	left:0;
	width:100%;
	top:0;
	z-index:7;
	color:#fff;
	text-align:center;
	height:100vh;
	cursor:pointer;
}

#presentacion h2 {
	font-size:50px;
	text-transform:uppercase;
}

#featured-home li {
	position:relative;
	overflow:hidden;
}

#featured-home li a.content {
	display:block;
	text-decoration:none;
}

#featured-home li a.content .thumb-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:100%;
	z-index:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

#featured-home li a.content div.content {
	display:block;
	padding:20px;
	position:relative;
	text-decoration:none;
	z-index:1;
	text-transform:uppercase;
	color:#fff;
	background-image:url(img/arrow_right_white.png);
	background-position:95% center;
	background-size:40px;
	background-repeat:no-repeat;
}

#featured-home li a.content div.content .logo-content {
	width:111px;
	height:64px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	position:relative;
	left:-5px;
}

#featured-home li a.content div.content .logo-content h2,#featured-home li a.content div.content .logo-content h4 {
	margin:0;
	opacity:0;
	text-indent:-9999px;
}

#footer {
	padding:10px 0;
	background:#000;
	color:#fff;
}

#footer .social {
	vertical-align:top;
	line-height:30px;
	margin:0;
}

#footer .social li {
	margin:0 3px;
}

#footer .social li a {
	font-size:25px;
	opacity:.25;
	color:#fff;
}

#footer .social li:hover a {
	opacity:1;
}

#footer a {
	color:#fff;
}

.brand-section {
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	position:relative;
}

.brand-section .overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	z-index:0;
	opacity:0;
}

.brand-section .brand-content {
	padding-top:20px;
	position:relative;
	z-index:1;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.brand-section .brand-content .thecontent {
	padding-bottom:30px;
	font-size:14px;
}

.brand-section .brand-content .thecontent a,
.white-content a{
	text-decoration: none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.brand-section .brand-content .thecontent a:hover,
.white-content a:hover{
	color: #0beeeb;
}
.brand-section .brand-content .thecontent .logo {
	margin:0 0 40px;
	width:250px;
}

.brand-section .brand-content .thecontent h2 {
	text-transform:uppercase;
	color:#fff;
	text-shadow:1px 2px 2px #444;
	font-size:24px;
	margin:20px 0 28px;
	font-family:'dinbold',arial,sans-serif;
}

.brand-section .brand-content .thecontent {
	text-shadow:2px 2px 1px #333;
}

.brand-section .brand-content .thecontent h1 {
	font-size:48px;
	margin-bottom:33px;
	line-height:1;
}

.brand-section .brand-content .thecontent h3 {
	font-size:20px;
	margin-bottom:30px;
}

.brand-section .brand-content .thecontent p {
	margin:0 0 23px;
}

.brand-section .brand-content .thecontent ul {
	padding:0;
	margin:30px 0 0;
}

.brand-section .brand-content .thecontent ul li {
	padding:0;
	margin:0;
	text-transform:uppercase;
	list-style:none;
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
	text-shadow:2px 2px 2px #333;
	line-height:1.4;
	position: relative;
}
.brand-section .brand-content .thecontent ul li a:hover{
	color: #fff;
}

.brand-section .brand-content ul.servicios {
	display:block;
	width:100%;
	overflow:hidden;
}

.brand-section .brand-content ul.servicios li {
	width:100%;
	color:#fff;
	background:none;
	border:none;
	border-radius:0;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0.05);
	box-shadow:0 0 0 rgba(0,0,0,0.05);
}

.brand-section .brand-content ul.servicios li a {
	color:#fff;
	text-decoration:none;
}

.brand-section .brand-content ul.servicios li .panel-body {
	padding:0;
}

.brand-section .brand-content ul.servicios li h3 {
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
	margin:5px 0;
	font-size:25px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.brand-section .brand-content ul.servicios li h3 a {
	color:#24e2f8;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.brand-section .brand-content ul.servicios li h3 a.collapsed {
	color:#fff;
}

.brand-section .brand-content ul.servicios li h3 a.collapsed:hover {
	color:#24e2f8;
}

.brand-section .brand-content ul.servicios li p {
	margin-bottom:10px;
}

#thecontent-section h1 {
	font-size:30px;
}

#thecontent-section h2 {
	font-size:24px;
}

#thecontent-section h3 {
	font-size:20px;
}

#thecontent-section h4 {
	font-size:18px;
}

#thecontent-section h5 {
	font-size:15px;
}

.bg-mask {
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:block;
	position:absolute;
	z-index:1;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-filter:blur(4px);
	-moz-filter:blur(4px);
	-ms-filter:blur(4px);
	filter:blur(4px);
	opacity:1;
}

.bg-mask.oculto {
	opacity:0;
}

.bg-real {
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	display:block;
	position:absolute;
	z-index:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.page-template-page-brand-page .bg-mask,.page-template-page-brand-page .bg-real {
	background-position:center top;
}

.bg-real.activo {
	opacity:1;
}

.mosaic {
	padding:0;
	margin:0;
	background:#000;
}

.mosaic li {
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:0;
	list-style:none;
	position:relative;
	float: left;
}

.mosaic li h1 {
	font-size:24px;
}

.mosaic li h2 {
	font-size:20px;
}

.mosaic li h3 {
	font-size:17px;
}

.mosaic li h4 {
	font-size:16px;
}

.mosaic li h5 {
	font-size:15px;
}

.mosaic li h6 {
	font-size:14px;
}

.mosaic li p {
	font-size:13px;
}

.mosaic li.white-content >div, .secciones-servicio > .white-content > div {
	padding:20px;
	color: #000;
	text-shadow: none;
}

.mosaic li > img {
	width:100%;
}

.mosaic li > a.fancybox {
	display:block;
	width:100%;
	position:absolute;
	left:0;
	height:100%;
	top:0;
	cursor:pointer;
}

.fancybox-nav span {
	width:20px;
	height:40px;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center center;
}

.fancybox-prev span {
	background-image:url(img/arrow_left_white.png);
}

.fancybox-next span {
	background-image:url(img/arrow_right_white.png);
}

.fancybox-nav {
	position:fixed;
	top:0;
}

.fancybox-nav span {
	visibility:visible;
}

.fancybox-nav {
	width:50px;
}

.fancybox-prev {
	left:-50px;
}

.fancybox-next {
	right:-50px;
}

.fancybox-prev span {
	left:10px;
}

.fancybox-next span {
	right:10px;
}

.fancybox-wrap iframe {
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
}

.fancybox-inner p {
	margin-bottom:0;
	padding:15px;
}

.mosaic li a .overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	color:#fff;
	text-align:center;
	opacity:0;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}
.mosaic li a .overlay.link div {
    background: url(img/icon_plus_blue.png) no-repeat center bottom;
    background-size: 30px;
    padding-bottom: 50px;
}
.mosaic li a.single-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3) url(img/icon_plus_blue.png) no-repeat center center;
    background-size: 50px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.mosaic li:hover a.single-link {
	opacity: 1;
}

.mosaic li a .overlay div {
	text-align:center;
	padding:10px;
}

.mosaic li a .overlay:after {
	display:none;
	content:'';
	position:absolute;
	right:1vw;
	bottom:1vw;
	background:url(img/mas_info.png) no-repeat center center;
	background-size:100%;
	width:2vw;
	height:2vw;
	cursor:pointer;
}

.mosaic li a .overlay .content img {
	max-width:100%;
	max-height:100%;
	display:block;
}

.mosaic li a .overlay .content .view-more {
	display:none;
	position:absolute;
	right:1vw;
	bottom:1vw;
	background:url(img/mas_info.png) no-repeat center center;
	background-size:100%;
	width:2vw;
	height:2vw;
	cursor:pointer;
}

.mosaic li:hover .overlay {
	opacity:1;
}

.mosaic li.grid-sizer {
	width:25%;
	padding-bottom:0;
}

.mosaic li .icon-video {
	position:absolute;
	width:80px;
	height:80px;
	left:50%;
	top:50%;
	z-index:2;
	margin-top:-40px;
	margin-left:-40px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
	opacity:.7;
}

.mosaic li:hover .icon-video {
	opacity:1;
}

.video-container .embed-responsive {
	width:800px;
	margin:auto;
	max-width:100%;
	position:relative;
}

.embed-responsive-16by9 {
	padding-bottom:56.25%;
}

#map {
	width:100%;
	min-height:300px;
}

#map iframe {
	height:100%;
}

	
.wpcf7 > span {
	position:relative;
	display:block;
}

 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	background:none;
	border:none;
	color:#fff;
	display:block;
	width:100%;
	padding: 10px;
	outline:none;
	position:relative;
	border: 3px solid;
	margin-bottom:12px;
}

.wpcf7  textarea {
	height: 150px;
}

.wpcf7 input[type="submit"] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border:none;
	display:block;
	margin: 40px auto 20px;
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
	color:#000;
	background:#fff;
	font-size:17px;
	padding:12px 25px;
	max-width: 200px;
	outline:none;
	text-transform:uppercase;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.wpcf7 h2{
	font-size: 24px;
	padding: 10px;
	margin: 0;
}

.wpcf7 .dropdown{
	margin: 0 0 12px;
	background: none;
	border: 3px solid;
}

.wpcf7 .dropdown .selected{
    padding: 10px;
    color: #aaa;
    font-style: normal;
} 
.wpcf7 .dropdown ul{
    padding: 0;
    background: #000000;
}
.wpcf7 .dropdown ul li{
    border-bottom: 2px solid #aaa;
}
.wpcf7 .dropdown ul li.hover{}
.wpcf7 .dropdown ul li.focus{
	background: #fff;
	color: #000;
}
.wpcf7 .dropdown ul li.active{}

.wpcf7 .dropdown div:before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 3px;
	z-index: 1111;
	background: #fff;
}
.wpcf7 .dropdown div:after{
	content: '';
	left: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	width: 3px;
	z-index: 1111;
	background: #fff;
}
.wpcf7 .dropdown.open div{
    overflow: visible;
}

.wpcf7 .dropdown .carat{
	border: none;
	background: url(img/caret_down_white.png) no-repeat center center;
	background-size: 100%;
	width: 14px;
	height: 10px;
	font-size: 0px;
}

.wpcf7 .dropdown.open .carat{
	transform: rotate(180deg);
	margin-top: -5px;
}

input[type="submit"]:focus,input[type="submit"]:hover,input[type="submit"]:active {
	background:#24e2f8;
}

.checkbox-container {
	display: inline-block;
	vertical-align: top;
}
.checkbox-container + p{
	display: inline-block;
	vertical-align: top;
}

.form-content input[type="checkbox"] {
	margin-right:5px;
}

div.wpcf7-validation-errors {
	border:2px solid #24e2f8;
}

.form-content .info{
	text-align: center;
	font-family:'dinmedium','dinbold',arial,sans-serif;
	font-weight:400;
	margin: 0;
}
.form-content .info a{
	color: #fff
}
.form-content .separator{
	margin: 0px 10px;
}


.logo-contacto {
	margin-bottom:20px;
}

.page-template-page-contacto #brand-content-3 {
	padding:60px 30px;
}

.form-content {
	background:rgba(0,0,0,0.82);
	color:#fff;
	padding:20px;
	font-size:14px;
	max-width: 890px;
	margin: 0 auto 30px;
}

.form-content a{
	color: #ffffff;
	text-decoration: underline;
}

.form-content p {
	margin:0 0 15px;
	font-size:15px;
}

.form-content p strong {
	font-size:20px;
	display:block;
	margin:20px 0;
}

.form-content h3 {
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
	margin:0 0 10px;
	font-size:32px;
}

.wpcf7-form {
	margin:40px 0;
}

div.legal-info{}
div.legal-info{
	font-size: 11px;
	line-height: 1.04;
}


ul.item-list {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0;
}

ul.item-list li {
	font-size:16px;
	position:relative;
	height:0;
	list-style:none;
	padding:0;
	margin:0;
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding-bottom:50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

ul.item-list li .overlay {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:center;
	opacity:0;
	background:rgba(0,0,0,0.55);
	color:#fff;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

ul.item-list li:hover .overlay {
	opacity:1;
}

ul.item-list li > a.fancybox {
	display:block;
	width:100%;
	position:absolute;
	left:0;
	height:100%;
	top:0;
	cursor:pointer;
}

ul.item-list li.last {
	background:#193865;
}

ul.item-list li.last .overlay {
	text-decoration:none;
	text-align:left;
	background:none;
	opacity:1;
}

ul.item-list li.last .overlay h2 {
	font-size:30px;
	text-shadow:1px 1px #333;
}

#clients-list li,#clients-list .owl-item {
	background:#fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	-webkit-transition:all .6s ease-in;
	transition:all .6s ease-in;
	overflow:hidden;
	padding:0;
	height:auto;
	position:relative;
}

#clients-list li img.effect,#clients-list .owl-item img.effect {
	-webkit-transition:.6s ease;
	transition:.6s ease;
	width:100%;
	position:relative;
	z-index:1;
}

#clients-list li a,#clients-list .owl-item a {
	-webkit-transition:.6s ease;
	transition:.6s ease;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	z-index:2;
	cursor:pointer;
	background:#fff;
}

#clients-list li div.effect,#clients-list .owl-item div.effect {
	background-color:#fff;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition:all .6s ease-in;
	transition:all .6s ease-in;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.no-touch #clients-list li:hover img.effect,.touch #clients-list li:active img.effect,.no-touch #clients-list .owl-item:hover img.effect,.touch #clients-list .owl-item:active img.effect {
	opacity:0;
}

.no-touch #clients-list a:hover div.effect,.touch #clients-list a:active div.effect {
	opacity:1;
	-webkit-transform:scale(1.02);
	-ms-transform:scale(1.02);
	transform:scale(1.02);
}

#clients-list.carousel-items {
	overflow:hidden;
	width:auto;
	height:0;
	padding-bottom:30%;
}

#clients-list.carousel-items .owl-item {
	display:inline-block;
	vertical-align:top;
}

.owl-item {
	-webkit-backface-visibility:hidden;
	-webkit-transform:translateZ(0) scale(1.0,1.0);
}

.owl-carousel .owl-controls {
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-30px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next {
	position:absolute;
	width:16px;
	height:60px;
	font-size:0;
	top:0;
	margin-bottom:4px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	left:0;
	margin-left:10px;
	background-image:url(img/arrow_left_dark_new.png);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	right:0;
	margin-right:10px;
	background-image:url(img/arrow_right_dark_new.png);
}

body.error404 {
	background:#000;
}

.error404 .thecontent {
	font-size:19px;
	padding:20px 0;
	text-shadow:1px 1px 1px #000;
	color:#fff;
}

.error404 .thecontent img {
	max-width:300px;
	display:block;
}

.error404 .thecontent a {
	color:#fff;
}

.error404 .thecontent p {
	margin-bottom:4px;
}

.page-template-page-gracias-formulario .thecontent,
.page-template-page-gracias .thecontent {
	font-size:18px;
	padding:30px 0;
	max-width:400px;
	margin:auto;
	background:url(img/gracias.jpg) no-repeat right 15px;
	padding:30px 0 40px;
	background-size:90%;
}

#newsletter-content {
	display:none;
	vertical-align:top;
	padding:13px;
}
.touch #newsletter-content{
	display: block;
	text-align: center;
}
.touch  #newsletter-content label{
	display: block;
	margin-bottom: 10px;
}

#newsletter-content form {
	display:inline-block;
	position: relative;
}

#newsletter-content label {
	font-size:12px;
	font-family:'din_lightregular','dinregular',arial,sans-serif;
	font-weight:400;
	text-transform:uppercase;
}

#newsletter-content input[type="email"] {
	background:#e3e3e3;
	color:#868889;
	border:none;
	-webkit-appearance:none;
	-webkit-border-radius: 0px;
	vertical-align:top;
	font-size:11px;
	padding:4px;
	min-width:126px;
}

#newsletter-content input[type="submit"] {
	display:inline-block;
	padding:3px 5px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background:#3d3d3f;
	border: none;
	font-size:12px;
	color:#fff;
}

#modal-newsletter .white-content {
	padding:0;
	margin-top:40px;
	border:none;
	border-radius:0;
}

#modal-newsletter .modal-header {
	padding:0;
	position:relative;
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#modal-newsletter .modal-header h2 {
	position:absolute;
	font-size:30px;
	top:50%;
	margin-top:-17px;
	left:20px;
	color:#fff;
}

#modal-newsletter .modal-header .close {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-31px;
	padding:0;
	color:#fff;
	opacity:1;
	cursor:pointer;
	width:60px;
	padding:10px;
	outline:none;
}

#modal-newsletter .modal-body {
	padding:20px;
	text-align:center;
}

#modal-newsletter .modal-body form {
	max-width:400px;
	display:inline-block;
	font-size:0;
	padding-top:40px;
}

#modal-newsletter .modal-body form h3 {
	font-size:17.5px;
	text-align:center;
}

#modal-newsletter .modal-body form input[type="email"] {
	background:#d9dadb;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border:none;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	width:182px;
	margin-right:6px;
	outline:none;
	padding:13px 10px;
}

#modal-newsletter .modal-body form input[type="submit"] {
	background:#1a171b;
	color:#fff;
	font-family:'dinbold';
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border:none;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	padding:13px 5px;
	width:70px;
}

#modal-newsletter .modal-body form img {
	margin-top:30px;
}

#home-content {
	overflow:hidden;
	padding:20px;
}

#home-content .thecontent {
	max-width:1100px;
	margin:0 auto;
	font-family:'dinmedium',arial,sans-serif;
	font-size:19px;
	position: relative;
}

.thecontent .bigfont,
.white-content .bigfont {
	font-size: 37px !important;
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
}

.thecontent .bigfont > span,
.white-content .bigfont >span {
	font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
#home-content .thecontent .dinbold {
	font-size:21px;
	line-height:1.1;
}

#home-content .thecontent ul {
	margin:20px 0;
	padding:0;
}

#home-content .thecontent ul li {
	list-style:none;
	padding:0;
	font-size:14px;
	line-height:1;
	margin:0 0 11px;
}

#home-content .thecontent a {
	text-decoration:none;
	color:#1c1c1c;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.touch #home-content .thecontent a:after,
.touch .brand-section .brand-content .thecontent ul.subservicios li h3:after,
.touch ul.subservicios li a h3:after {
	content: 'VER MÁS';
	display: inline;
	color: #fe51d0;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 7px;
}

.page-template-page-home-2 body{
	background: #fff;
}

.no-touch #home-content .thecontent a:hover,.touch #home-content .thecontent a:active {
	text-shadow:1px 1px 1px #0beeeb;
}

#works-link {
	background:#000;
	color:#fff;
	display:block;
	text-decoration:none;
	padding:40px 20px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

.no-touch #works-link:hover {
	background:#0beeeb;
	color:#000;
}

#works-link > div {
	position:relative;
	max-width:1080px;
	margin:auto;
	color:#fff;
}

#works-link > div > div {
	position:relative;
	padding:30px 25px;
}

.no-touch #works-link:hover > div,
.no-touch #works-link:active > div {
	color:#000;
}

#works-link > div:before,#works-link > div:after,#works-link > div > div:before,#works-link > div > div:after {
	content:'';
	position:absolute;
	top:0;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
	width:30px;
}

#works-link > div:before {
	left:-15px;
	background-image:url(img/corchete_izqdo.png);
	opacity:0;
}

#works-link > div:after {
	right:-15px;
	background-image:url(img/corchete_dcho.png);
	opacity:0;
}

#works-link > div > div:before {
	left:-15px;
	background-image:url(img/corchete_izqdo_blanco.png);
	opacity:1;
}

#works-link > div > div:after {
	right:-15px;
	background-image:url(img/corchete_dcho_blanco.png);
	opacity:1;
}

.no-touch #works-link:hover > div:before {
	left:-5px;
	opacity:1;
}

.no-touch #works-link:hover > div:after {
	right:-5px;
	opacity:1;
}

.no-touch #works-link:hover > div > div:before {
	left:-5px;
	opacity:0;
}

.no-touch #works-link:hover > div > div:after {
	right:-5px;
	opacity:0;
}

#works-link > div h3 {
	font-family: 'dinmedium','dinbold',arial,sans-serif;
    font-weight: 400;
}

.touch #works-link > div h3 + h3{
	text-align: center;
    background: #0beeeb;
    color: #000;
    padding: 8px 10px;
    width: 270px;
    margin: 20px auto;
}
#works-link > div p {
	font-size:23px;
	margin:20px 0 0;
	-webkit-font-smoothing:auto;
	-moz-osx-font-smoothing:grayscale;
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-weight:400;
}

.brand-section .brand-content .thecontent h2.service-desc {
	font-size:20px;
	margin:0;
}

h1.service-name {
	font-family:'din_lightregular','dinregular',arial,sans-serif;
	font-weight:400;
}

h1.service-name strong {
	font-family:'din_blackregular','dinbold',arial,sans-serif;
	font-size:74px;
}

.services {
	padding:0;
	margin:0;
	overflow:hidden;
}

.services li {
	padding:0 0 25%;
	margin:0;
	min-height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	list-style:none;
	position:relative;
	float:left;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
	border-top:4px solid;
	border-left:2px solid;
	border-right:2px solid;
	border-bottom:4px solid;
	width:50%;
}

.services li:nth-child(1) {
	border-left:4px solid;
}

.services li:nth-last-child(1) {
	border-right:4px solid;
}

.page-template-page-servicio .services li {
	width:33.3333%;
}

.services li a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center 60%;
	background-size:90%;
	background-color:transparent;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

.services li.activo a,.no-touch .services li:hover a,.no-touch .services li:active a {
	background-color:rgba(0,0,0,0.7);
}

.brand-section .brand-content .thecontent .custom-breadcrumb {
	font-size:11px;
	font-family:'din_blackregular',arial,sans-serif;
	text-transform: uppercase;
	margin-bottom:30px;
}

.brand-section .brand-content .thecontent .custom-breadcrumb a {
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

.brand-section .brand-content .thecontent h1.subservice-title {
	font-size:28px;
	margin-bottom:33px;
	line-height:1;
}

ul.subservicios {
	padding:0 0px;
	margin:110px 0;
}

ul.subservicios li {
	padding:0;
	margin:0;
	list-style:none;
}

ul.subservicios li a {
	color:#fff;
	position:relative;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

ul.subservicios li a h3 {
	font-size:19px;
}

.touch ul.subservicios li:active a,.no-touch ul.subservicios li:hover a {
	text-shadow:1px 1px 1px #f708c2;
	text-decoration:none;
	position: relative;
	display: block;
}

ul.subservicios li a:before {
	content:'';
	position:absolute;
	width: 10px;
	height: 10px;
	box-shadow:1px 1px 1px 1px #de53ce;
	left:-25px;
	top: 50%;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	opacity:0;
	background:#fff;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.touch ul.subservicios li:active a:before,.no-touch ul.subservicios li:hover a:before {
	opacity:1;
}

.brand-section .brand-content .thecontent ul.subservicios li h3 {
	font-size:20px;
	margin:7px 0 11px;
}

#boton_navidad{
    position: absolute;
    right: 70px;
}  
    
    
#boton_navidad img{
    width: 100px;
} 

/* runner up home */

#home-content .thecontent a.runner-up{
    position: absolute;
    right: 0;
    top: -40px;
    width: 60px;
}
/* PRIVACY NEWSLETTER */

.privacy-content{
	display: block;
	position: absolute;
	text-align: left;
	width: 100%;
}
.privacy-content .trigger{
    font-size: 9px;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    display: inline-block;
    top: -8px;
    cursor: pointer;
}
.privacy-content .trigger:after{
	content: '';
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(img/arrow_right_white.png) no-repeat 10px 0px;
	transform: rotate(90deg);
	background-size: 7px;
}
.privacy-content.active .trigger:after{
	transform: rotate(-90deg);
}
.privacy-content .hidden-content{
    background: #454545;
    padding: 17px;
    font-size: 9px;
    top: calc(100% - 7px);
    left: 0;
    position: absolute;
    display: none;
}
.privacy-content.active .hidden-content{
	display: block;
}

.privacy-content .hidden-content p{}
.privacy-content .hidden-content input[type="checkbox"]{}
.privacy-content .hidden-content label{
	font-size: 9px !important;
	text-transform: none !important;
}
.privacy-content .hidden-content label a{
	color: #ffffff !important;
	text-decoration: underline;
}

@media (min-width: 768px) {
	body {
		font-size:15px;
	}
	
	.admin-bar #head {
		top:32px;
	}
	
	.margin-head {
		margin-top:95px;
	}
	
	.alignRight.alignCenterMobile {
		text-align:right;
	}
	
	.alignLeft.alignCenterMobile {
		text-align:left;
	}
	
	p {
		margin-bottom:8px;
	}
	
	.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next {
		width:26px;
	}
	
	.flexbox {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-box-align:center;
		align-items:center;
		-webkit-box-pack:center;
		justify-content:center;
	}
	
	#head {
		padding:5px 20px;
	}
	
	#head .logo {
		width:238px;
		background-size:238px;
	}
	
	#head .social {
		display:inline-block;
	}
	
	#main-content {
		margin:0;
	}
	
	#menu-container {
		top: 58px;
	}
	
	#modal-newsletter .modal-header h2 {
		position:absolute;
		font-size:50px;
		top:50%;
		margin-top:-27px;
		left:20px;
		color:#fff;
	}
	
	#modal-newsletter .white-content {
		margin-top:140px;
	}
	
	#modal-newsletter .modal-header .close {
		top:30px;
	}
	
	#modal-newsletter .modal-body form input[type="email"] {
		font-size:20px;
		width:70%;
		margin-right:3%;
	}
	
	#modal-newsletter .modal-body form input[type="submit"] {
		font-size:20px;
		width:27%;
	}
	
	#modal-newsletter .modal-body form h3 {
		font-size:26.8px;
		text-align:center;
	}
	
	#presentacion {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
	}
	
	#featured-home {
		overflow:hidden;
		margin:0;
		height:100vh;
	}
	
	#featured-home li {
		position:relative;
		overflow:hidden;
		display:block;
		float:left;
		width:20%;
		height:100vh;
	}
	
	#featured-home li a.content {
		text-decoration:none;
		height:100vh;
		padding-top:40px;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		-webkit-box-align:center;
		align-items:center;
		-webkit-box-pack:center;
		justify-content:center;
	}
	
	#featured-home li a.content .thumb-container {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background-size:cover;
		z-index:0;
		-webkit-filter:grayscale(0%);
		-moz-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		-o-filter:grayscale(0%);
		filter:grayscale(0%);
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	
	#featured-home li a.content .thumb-container:after {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
		background:rgba(0,0,0,0);
	}
	
	#featured-home li a.content div.content {
		display:block;
		padding:20px;
		width:auto;
		position:relative;
		z-index:1;
		text-transform:uppercase;
		color:#fff;
		background:none;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	
	#featured-home li a.content div.content .logo-content {
		width:10.5vw;
		height:9.2vw;
		overflow:hidden;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	
	#featured-home li a.content div.content .logo-content h2,#featured-home li a.content div.content .logo-content h4 {
		margin:0;
		opacity:0;
		text-indent:-9999px;
	}
	
	#featured-home li a.content div.content .lema {
		font-size:1.2vw;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	
	#featured-home li a.content:hover .thumb-container {
		-webkit-filter:grayscale(100%);
		-moz-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		-o-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	
	#featured-home li a.content:hover .thumb-container:after {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
		background:rgba(0,0,0,0.5);
	}
	
	#featured-home li a.content:hover .content {
		-webkit-transform:translate3d(0,0px,0);
		-moz-transform:translate3d(0,0px,0);
		-ms-transform:translate3d(0,0px,0);
		transform:translate3d(0,0px,0);
		opacity:1;
	}
	
	#featured-home li a.content:hover .content .logo-content {
		-webkit-transform:translate3d(0,0px,0);
		-moz-transform:translate3d(0,0px,0);
		-ms-transform:translate3d(0,0px,0);
		transform:translate3d(0,0px,0);
	}
	
	#featured-home li a.content:hover .content .lema {
		-webkit-transform:translate3d(0,0px,0);
		-moz-transform:translate3d(0,0px,0);
		-ms-transform:translate3d(0,0px,0);
		transform:translate3d(0,0px,0);
	}
	
	#thecontent-section h1 {
		font-size:40px;
	}
	
	#thecontent-section h2 {
		font-size:30px;
	}
	
	#thecontent-section h3 {
		font-size:22px;
	}
	
	#thecontent-section h4 {
		font-size:17px;
	}
	
	#thecontent-section h5 {
		font-size:15px;
	}
	
	.brand-section {
		padding:0;
		z-index:0;
		margin-top:56px;
	}
	
	.brand-section .overlay {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.95);
		z-index:0;
		opacity:0;
	}
	
	.brand-section .brand-content .thecontent {
		font-size:19px;
		padding:100px 0;
		margin: 100px 0 0px;
	}
	
	.brand-section .brand-content .secciones-servicio .thecontent{
		margin: 0;
		padding: 0px 0px;
	}
	
	.mosaic li a.single-link {
	    background-size: 60px;
		opacity:0;
		-webkit-transition: all .6s;
		transition: all .6s;
		-webkit-transform:translate3d(0px,10px,0);
		transform:translate3d(0px,10px,0);
	}
	.mosaic li:hover a.single-link {
		opacity:1;
		-webkit-transform:translate3d(0px,0,0);
		transform:translate3d(0px,0,0);
	}
	
	.mosaic li.tamano-1 {
		width:25%;
	}
	
	.mosaic li.tamano-2 {
		width:50%;
	}
	
	.mosaic li.tamano-3 {
		width:75%;
	}
	
	.mosaic li.tamano-4 {
		width:100%;
	}
	
	.mosaic li.white-content > div{
		width:50%;
		margin:20px auto;
	}
	
	.secciones-servicio > .white-content > div {
		width:50%;
		margin:20px auto;
		padding: 40px 0px;
	}
	.secciones-servicio > .white-content + .container .thecontent{
		padding-top: 40px;
	}
	
	.mosaic li.white-content > div h2, .secciones-servicio > .white-content > div h2 {
		font-size:46px;
		margin:10px 0 21px;
	}
	
	.mosaic li.white-content >div h1, .secciones-servicio > .white-content > div h1 {
		font-size:42px;
		margin:10px 0 30px;
	}
	
	.mosaic li.white-content > div p, .secciones-servicio > .white-content > div p{
		font-size:17px;
		margin-bottom:25px;
	}
	
	#footer {
		padding:20px;
	}
	
	#footer .menu li {
		margin:0 0 0 10px;
	}
	
	#map {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
	}
	
	.page-template-page-contacto h1 {
		margin:0 0 17px;
		font-family:'din_blackregular','dinbold',arial,sans-serif;
		font-weight:400;
		font-size:38px;
	}
	
	.page-template-page-contacto .contact-content {
		font-size:16px;
		padding:0 0 30px;
	}
	
	.page-template-page-contacto .contact-content a {
		color:#000;
	}
	
	.page-template-page-contacto .contact-content p {
		margin-bottom:20px;
		font-size:17px;
		line-height:1.3;
	}
	
	.page-template-page-contacto .contact-content p strong a {
		font-family:'din_blackregular','dinbold',arial,sans-serif;
		font-weight:400;
	}
	
	.logo-contacto {
		margin:30px 0;
		position:relative;
		left:-10px;
	}
	
	.page-template-page-contacto #brand-content-3 {
		padding:30px;
	}
	
	.wpcf7-form {
		margin:0;
	}
	
	ul.item-list li {
		width:33.33333%;
		padding-bottom:33.33333%;
	}
	
	ul.item-list li .overlay {
		text-decoration:none;
	}
	
	ul.item-list li.last .overlay h2 {
		font-size:3.1vw;
	}
	
	.page-template-page-clientes #main-content {
		margin:62px 0 0;
	}
	
	.page-template-page-clientes #clients-list li {
		width:25%;
	}
	
	.page-template-page-clientes #clients-list li:nth-child(5) {
		margin-right:50%;
	}
	
	.gif {
		position:absolute;
		left:25%;
		width:50%;
		margin-top:14.8266%;
		z-index:2;
	}
	
	.client-section {
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.page-template-page-contacto .contact-content p {
		font-size:20px;
	}
	
	.page-template-page-home #footer {
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
		z-index:10;
	}
	
	.error404 .thecontent img {
		max-width:100%;
	}
	
	.error404 .thecontent {
		font-size:28px;
		text-shadow:1px 1px 1px #000;
		color:#fff;
	}
	
	.page-template-page-gracias-formulario .thecontent,
	.page-template-page-gracias .thecontent {
		font-size:24px;
		background-size:74%;
		max-width:none;
	}
	
	.page-template-page-gracias-formulario .thecontent p:nth-child(1),
	.page-template-page-gracias .thecontent p:nth-child(1) {
		margin-bottom:50px;
	}
	
	.page-template-page-gracias-formulario .thecontent .dinblack,
	.page-template-page-gracias .thecontent .dinblack {
		font-size:32px;
		line-height:1;
	}
	
	.page-template-page-brand-page #footer,.page-template-page-brand-page #clientes-section,.page-template-page-brand-page #clientes-section {
		z-index:2;
	}
	
	#home-content {
		padding:81px 20px 20px;
	}
	
	#home-content .thecontent {
		font-size:27px;
	}
	
	.thecontent .bigfont,
	.white-content .bigfont {
		font-size: 61px !important;
		line-height:1.2;
	}
	.thecontent .bigfont > span,
	.white-content .bigfont >span {
		font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 20px;
	}
	
	#home-content .thecontent .dinbold {
		font-size:39px;
	}
	
	.brand-section .brand-content .thecontent .custom-breadcrumb {
		font-size: 16px;
		position:absolute;
		top:-75px;
	}
	
	.brand-section .brand-content .thecontent h1 {
		font-size:61px;
		margin-top:20px;
		margin-bottom:86px;
		line-height:.85;
	}
	
	#home-content .thecontent ul li {
		font-size:21px;
	}
	
	#clients-list.carousel-items {
		padding-bottom:14.9%;
	}
	
	.brand-section .brand-content .thecontent h2.service-desc {
		font-size:30px;
	}
	
	.brand-section .brand-content .thecontent h1.subservice-title {
		font-size:35px;
	}
	
	ul.subservicios {
		padding:0;
	}
	
	ul.subservicios li a h3 {
		font-size:22px;
	}
	
	ul.subservicios li a:before {
	}
	
	.page-template-page-subservicio .services li {
		width:25%;
	}
	
	/* contacto */
	
		
	.wpcf7 textarea[name="info-proyecto"]{
		height: 207px;
	}
	
	.page-template-page-contacto #brand-content-2{
		min-height: 400px;
	}
	
		
	/* runner up home */
	
	#home-content .thecontent a.runner-up{
	    width: 130px;
	}

}

@media (min-width: 992px) {
	.clients-link {
		top: 80px;
	}
	.scroll-down,.scroll-up,.clients-link {
		display:block;
	}
	
	.section.full-height,.full-height-section {
		min-height:100vh;
	}
	
	.fixed-section {
		position:fixed;
		left:0;
		top:0;
		width:100%;
	}
	
	.fixed-section + .section {
		margin-top:100vh;
		position:relative;
		z-index:2;
	}
	
	.fixed-inview.inview {
		position:fixed;
		left:0;
		top:0;
		width:100%;
	}
	
	.mosaic li h1 {
		font-size:26px;
	}
	
	.mosaic li h2 {
		font-size:24px;
	}
	
	.mosaic li h3 {
		font-size:19px;
	}
	
	.mosaic li h4 {
		font-size:17px;
	}
	
	.mosaic li h5 {
		font-size:15px;
	}
	
	.mosaic li h6 {
		font-size:14px;
	}
	
	.mosaic li p {
		font-size:15px;
	}
}

@media (min-width: 1200px) {
	body {
		font-size:15px;
	}
	
	ul.item-list li {
		width:25%;
		padding-bottom:25%;
	}
	
	.padding-head {
		padding-top:95px;
	}
	
	.margin-head {
		margin-top:95px;
	}
	
	#head {
		padding:6px 100px 0;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	
	#head .logo {
		background-image:url(img/logo_claim.png);
		width:360px;
		height:51px;
		top:-1px;
		position:relative;
		background-size:100%;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
		transition:all .4s ease;
	}
	
	#menu-container ul {
		padding:10px 110px 10px 20px;
	}
	
	#footer {
		padding:18px 100px 19px 20px;
	}
	
	body.page-template-page-home #main-content {
		margin:0;
	}
	
	.page-template-page-contacto .brand-section .brand-content {
		padding:110px 20px;
	}
	
	.page-template-page-contacto .contact-content {
		font-size:16px;
		padding-top:60px;
	}
	
	.mosaic li .icon-video {
		width:130px;
		height:130px;
		margin-top:-65px;
		margin-left:-65px;
	}
	
	#newsletter-content {
		display:inline-block;
	}
	
	
	/* runner up home */
	
	#home-content .thecontent a.runner-up{
	    top: -43px;
	}
}

@media (max-width: 1380px) {
	#newsletter-content {
		display:none;
	}
}