/* Vars */
:root {
	--black: #000;
	--white: #fff;
	--grey: #eee;	
	--lblue: #00AEEF;
}


/* Styles */
html{
	scroll-behavior: smooth;
}
body{
	padding-top: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'GothamBook', sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color: var(--black);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.has-error .input, .has-error .textarea {
    border-color: #f14668 !important;
}

a{
	text-decoration:none!important;	
	outline: 0;	
	cursor:pointer;
	cursor:hand;
	color: inherit;
	transition: all 250ms ease-out;
}
.link{
	display: inline-block;
	position: relative;
	margin-right: 6px;
	font-family: 'GothamMedium', sans-serif;	
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}
.link:hover, .link.is-active{
	color: var(--lblue)!important;
}
.link.is-active:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	background-color: var(--lblue);
}
.link.sm{
	font-size: 11px;
	font-family: 'Gotham-Bold';
}
.link.lblue{
	color: var(--lblue);
}
.link.is-active:before{
	bottom: -3px;
}
.link.back{
	padding-left: 10px;
	background: url(../images/ico-caret-left.svg) left 1px no-repeat;
	background-size: 9px;
}
.link.down{
	padding-left: 18px;
}
.link.down:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	left: 0;
	top: 4px;
	background-color: var(--lblue);
}
a:hover{
	text-decoration:none;
	opacity: .9;
	color: inherit;
}
b{
	font-weight:800;
}
img{
	width: 100%;
}
.btn{
	display: inline-block;
	height: 30px;
	margin-top: 20px;
	padding: 10px 14px;
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 0;
	background-color: var(--lblue)!important;
	color: var(--white)!important;
	outline: none!important;
	box-shadow: none!important;
}
.line{
	margin: 30px 0;
	border-top: 1px solid var(--black);
}
#preloader{
	/* display: none; */
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: url(../images/loading.svg) center center no-repeat #fff;
	background-size: 120px;
	background-size: 40px;
	z-index: 5000;
}


/* Navbar */
.navbar{
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	background-color: var(--white);
	border-bottom: 1px solid #f7f7f7;
	justify-content: center;
	transition: background 250ms linear;
}
.navbar.is-home{
	background-color: transparent;
	border-bottom: none;
}
.navbar-brand{
	position: absolute;
	min-height: 10px;
	left: 20px;
	top: 16px;
	z-index: 100;
	transition: all 250ms linear;
}
.navbar-brand img{	
	width: auto;
	height: 18px;
	margin-right: 0;
}
.navbar .logo-home{
	opacity: 0;
}
.navbar-burger{
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0;
	right: 20px;
	top: 15px;
	z-index: 100;
}
.navbar-burger .top, .navbar-burger .mid, .navbar-burger .bot{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	background-color: var(--black);
}
.navbar-burger .top{
	top: 3px;
}
.navbar-burger .mid{
	top: 9px;
}
.navbar-burger .bot{
	top: 15px;
}
.navbar-burger.is-active .top {
	width: 20px;
	left: 4px;
    top: 2px;
	transform: rotate(45deg);
	transform-origin: left top;
	background-color: var(--black)!important;
}
.navbar-burger.is-active .mid {
	width: 0;
	background-color: var(--black)!important;
}
.navbar-burger.is-active .bot {
	width: 20px;
	left: 4px;
	top: 16px;
	transform: rotate(-45deg);
	transform-origin: left bottom;
	background-color: var(--black)!important;
}
.navbar-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	top: 0;
}
.navbar ul{
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: center;
}
.navbar li{
	margin: 20px 0;
}
.navbar-item{
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1;
	color: var(--black)!important;
	background-color: transparent!important;
	text-transform: uppercase;
}
.navbar-item.is-active:before{
	width: 20px;
	height: 3px;	
	bottom: -16px;
}
.navbar .lang{
	position: absolute;
	left: 20px;
	bottom: 20px;	
}
.navbar .social{
	position: absolute;
	right: 20px;
	bottom: 20px;	
}
.social a img{
	width: auto;
	height: 20px;
	margin-left: 8px;
	transition: all 150ms linear;
}
.social a:hover img{
	filter: invert(47%) sepia(28%) saturate(2275%) hue-rotate(160deg) brightness(105%) contrast(104%);
}
.footer .social a:hover img{
	transition: all 10ms linear;
	filter: invert(38%) sepia(50%) saturate(3648%) hue-rotate(353deg) brightness(101%) contrast(101%);
}


/* Footer */
.footer{
	position: relative;
	padding: 30px 20px;
	background-color: var(--black);
	color: var(--white);
}
.footer .column p:last-child {
    margin-bottom: 8px;
}
.footer .copy{
	position: initial;
	margin-top: 20px;
}
.footer .social{
	position: absolute;
	top: 30px;
	right: 20px;
	filter: invert(100);
}
.footer .social img{
	height: 18px;
}






/* Section */
section{
	padding-top: 60px;
}
.container, .container.is-fluid{
	padding: 0 20px;
}
.container.is-fluid{
	text-align: center;
}
h1, h2, h3, h4, h5, h6{
	position: relative;
	margin: 0;		
	font-family: 'GothamMedium', sans-serif;
	line-height: 1.2;
}
h1{
	font-size: 18px;
	text-transform: uppercase;	
}
h2{
	font-size: 18px;
	text-transform: uppercase;	
}
h3{
	font-size: 14px;
}
h4{
	font-size: 11px;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 14px;
}
p{
	margin-bottom: 8px;
}
h1.sec{
	margin-bottom: 50px;
	text-align: center;
}
h1.sec:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;	
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
	background-color: var(--black);
}
.center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.column p:last-child{
	margin-bottom: 0;
}
.columns{
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.column{
	position: relative;
	padding: 0 10px;
}
.columns:last-child {
    margin-bottom: 0;
}
div, section, a, path {
    -webkit-tap-highlight-color: transparent!important;
}
.navbar-burger:hover {
    background-color: transparent;
}
.image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}
.carousel{
	line-height: 0;
}
.carousel .item{
	position: relative;
	line-height: 1.2;
}
.carousel .container{
	margin-top: 10px;
	text-align: center;
}
.carousel h1{
	margin-bottom: 8px;
	font-size: 20px;
	color: var(--white);
}
.carousel h3{
	color: var(--white);
}
.carousel .slick-arrow{
	content: "";
	position: absolute;
	width: 50px;
	height: 100%;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	z-index: 10;
	font-size: 0;
	color: transparent;
	border: none;
	outline: none!important;		
	background-image: url(../images/carousel-prev.svg);
	background-color: var(--white)!important;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	transition: all 250ms ease-out;
}

.carousel-proyecto .slick-arrow{
	content: "";
	position: absolute;
	width: 50px;
	height: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	z-index: 10;
	font-size: 0;
	color: transparent;
	border: none;
	outline: none!important;		
	background-image: url(../images/carousel-prev.svg);
	background-color: #ffffff59 !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	transition: all 250ms ease-out;
}

.carousel .slick-next{
	left: auto;
	right: -30px;
	background-image: url(../images/carousel-next.svg);
	background-position-x: right;
}

.carousel-proyecto .slick-next{
	left: auto;
	right: 0px;
	background-image: url(../images/carousel-next.svg);
	background-position-x: center;
}

.carousel .slick-dots{
	position: absolute;	
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	mix-blend-mode: screen;
}
.carousel .slick-dots li{
	display: inline-block;
}
.carousel .slick-dots button{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	background: var(--white);
	border: 3px solid var(--black);
	color: transparent;
	font-size: 0;
	line-height: 0;
	border-radius: 100%;	
	/* transition: all 250ms linear; */
	outline: none!important;
	box-shadow: none!important;
}
.carousel .slick-active button{
	background-color: var(--black);
	border: 2px solid var(--white);
}
.carousel p{
	line-height: 1.6;
}
.carousel .item{
	background-color: var(--grey);
}
.overlay{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}
.field:not(:last-child){
	margin-bottom: 12px;	
}
.label{
	color: var(--black);
	font-size: 16px;
	line-height: 1;
	letter-spacing: .15em;
	text-transform: uppercase;	
	font-weight: 100;
	text-align: left;
}
.field .select, .field select{
	width: 100%;
}
.input, .select select, .textarea {
	height: 36px;
	padding-left: 12px;
    background-color: var(--white);
    border: 2px solid var(--black)!important;
    border-radius: 0;
	color: var(--black);
	font-size: 11px;
	line-height: 1;
	outline: none!important;
	box-shadow: none!important;
}
.input::placeholder, .select select::placeholder, .textarea::placeholder {
	color: var(--black);
}
.select:not(.is-multiple):not(.is-loading)::after {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-top: 0;
	right: 20px;
	top: 8px;
	background: url(../images/ico-download.svg) center no-repeat;
	background-size: contain;
	border: none!important;
    border-radius: 0!important;
    transform: rotate(0);
}
.grid{
	margin: 0;
	text-align: center;
	color: var(--white);
}
.grid .columns{
	margin: 0;
}
.grid .column{
	padding: 0;
	margin-bottom: 2px;
}
.grid a:hover .over{
	opacity: 1;
}
.grid a:hover .overlay{
	background-color: rgba(0,174,239,0.6);
}
.grid .image{
	padding-top: 40%;
	overflow: hidden;
}
.grid img {
	transition: all 250ms ease-out;
}
.grid a:hover img{
	transform: scale(1.05);
}
.grid h2{
	margin-bottom: 4px;
}
.line{
	display: block;
	width: 20px;
	height: 3px;
	margin: 20px 0;
	background-color: var(--black);
}
.map{
	/* margin: 0 -20px; */
}
.map iframe{
	background-color: var(--grey);
}



.columns:not(:last-child) {
    margin-bottom: 0;
}

/* Fancybox */
.fancybox-bg {
    background-color: var(--white)!important;
}
.fancybox-is-open .fancybox-bg {
    opacity: .95;
}
.fancybox-toolbar{
	opacity: 1!important;
	visibility: visible!important;
}
.fancybox-toolbar .fancybox-button, .fancybox-infobar{
	opacity: 0!important;
	visibility: hidden!important;
}
.fancybox-toolbar .fancybox-button.fancybox-button--close{
	width: 20px;
	height: 20px;
	right: 20px;
	top: 15px;
	background: url(../images/ico-close-white.svg) center no-repeat;
	background-size: 16px;
	opacity: 1!important;
	visibility: visible!important;
	filter: invert(100);
}
.fancybox-navigation .fancybox-button {
	opacity: 1!important;
	visibility: visible!important;
}
.fancybox-button.fancybox-button--arrow_left{
	height: 30px;
	width: 16px;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;	
	background: url(../images/carousel-prev.svg) left center no-repeat;
	/*filter: invert(100);*/
	transition: all 250ms ease-out;
}
.fancybox-button.fancybox-button--arrow_right{
	height: 30px;
	width: 16px;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;	
	background: url(../images/carousel-next.svg) right center no-repeat;
	/*filter: invert(100);*/
	transition: all 250ms ease-out;
}
.fancybox-button.fancybox-button--arrow_left:disabled, .fancybox-button.fancybox-button--arrow_right:disabled{
	opacity: 0!important;
}
.fancybox-image{
	width: auto;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	max-width: calc(100% - 40px);
	max-width: 100%;
    /* max-height: calc(100% - 80px); */
}
.fancybox-slide{
	padding: 40px 0;
}











/* TABLETS */
@media screen and (min-width: 767px){

	body{
		padding-top: 64px;
		font-size: 13px;
	}
	.container, .container.is-fluid {
		padding: 0 30px;
	}
	section {
		padding-top: 80px;
	}
	.navbar {
		height: 64px;
	}
	.navbar-brand {
		left: 30px;
		top: 20px;
	}
	.navbar-brand img {
		height: 24px;
	}	
	.navbar-burger {
		width: 24px;
		top: 20px;
	}
	.navbar-burger .top {
		top: 2px;
	}
	.navbar-burger .bot {
		top: 16px;
	}
	.navbar-burger.is-active .top {
		width: 23px;
		left: 4px;
		top: 1px;
	}
	.navbar-burger.is-active .bot {
		width: 23px;
		left: 4px;
		top: 17px;
	}
	.navbar li {
		margin: 30px 0;
	}
	.navbar-item {
		font-size: 24px!important;
	}
	.navbar-item.is-active:before {
		width: 30px;
		bottom: -18px;
	}
	.navbar .lang {
		left: 30px;
		bottom: 30px;
	}
	.navbar .social {
		right: 30px;
		bottom: 30px;
	}
	.social a img {
		height: 22px;
	}
	.link {
		font-size: 18px;
	}
	.link.is-active:before {
		height: 3px;
		bottom: -4px;
	}	
	h1 {
		font-size: 24px;
	}
	h1.sec {
		margin-bottom: 70px;
	}
	h1.sec:before {
		width: 30px;
		bottom: -18px;
	}
	h3 {
		font-size: 18px;
	}
	h5 {
		font-size: 13px;
	}
	.btn {
		height: 34px;
		margin-top: 40px;
		padding: 11px 16px;
		font-size: 13px;
	}	
	.carousel h1 {
		margin-bottom: 12px;
		font-size: 34px;
	}
	.carousel .slick-dots {
		bottom: 30px;
	}
	.carousel .slick-dots button {
		margin: 0 7px;
	}
	.columns{
		margin: 0 -15px;
	}
	.column{
		padding: 0 15px;
	}
	.grid{
		margin: 0 -1px;
	}
	.grid .column {
		/* width: 33.333%; */
		margin-bottom: 0;
	}
	.grid .image {
		padding-top: 75%;
	}
	.grid a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		border: 1px solid var(--white);
		z-index: 10;
	}
	.input, .select select, .textarea {
		height: 40px;
		font-size: 13px;
	}
	.footer {
		padding: 40px 30px;
	}
	.footer .social {
		top: 40px;
		right: 30px;
	}
	.link.sm {
		font-size: 13px;
	}
	.link.is-active:before {
		bottom: -5px;
	}

}




/* DESKTOP */
@media screen and (min-width: 1024px){

	.navbar {
		height: 70px;
	}
	.navbar-brand {
		left: 40px;
		top: 20px;
	}
	.navbar-brand img {
		height: 30px;
	}
	.navbar .logo-home {
		height: 70px;
		left: 40px;
		top: 30px;
	}
	.navbar-burger {
		display: block;
		width: 30px;
		height: 30px;
		right: 40px;
		top: 20px;
		/* background: greenyellow!important; */
	}
	.navbar-burger .top, .navbar-burger .mid, .navbar-burger .bot {
		height: 3px;
	}
	.navbar-burger .top{
		top: 4px;
	}
	.navbar-burger .mid{
		top: 13px;
	}
	.navbar-burger .bot{
		top: 22px;
	}
	.navbar-burger.is-active .top {
		width: 28px;
		left: 6px;
		top: 4px;
	}
	.navbar-burger.is-active .bot {
		width: 28px;
		left: 6px;
		top: 23px;
	}
	.navbar-menu {
		background: var(--white);
	}
	.navbar-item {
		font-size: 30px!important;
	}
	.navbar li {
		margin: 40px 0;
	}
	.navbar-item.is-active:before {
		width: 40px;
		bottom: -20px!important;
	}
	.link {
		font-size: 24px;
	}
	.social a img {
		height: 26px;
	}
	.container {
		max-width: 100%;
		padding: 0 40px;
	}
	body{
		padding-top: 70px;
		font-size: 15px;
	}
	h1 {
		font-size: 30px;
	}
	h1.sec {
		margin-bottom: 80px;
	}
	h2 {
		font-size: 28px;
	}
	h5 {
		font-size: 16px;
	}
	h3 {
		font-size: 24px;
	}
	h5 {
		font-size: 15px;
	}
	.btn {
		height: 40px;
		margin-top: 60px;
		padding: 13px 20px;
		font-size: 15px;
	}
	.carousel .slick-dots button {
		width: 14px;
		height: 14px;
		margin: 0 10px;
		border-width: 4px;
	}
	.carousel .slick-active button {
		border-width: 3px;
	}
	section {
		padding-top: 100px;
	}
	.columns {
		margin: 0 -20px;
	}
	.column {
		padding: 0 20px;
	}
	.input, .select select, .textarea {
		height: 50px;
		font-size: 15px;
	}
	.field:not(:last-child) {
		margin-bottom: 20px;
	}
	.line {
		margin: 30px 0;
	}
	.grid .overlay{
		opacity: 0;
		transition: all 250ms linear;
	}
	.grid a:hover .overlay{
		opacity: 1;
	}
	.grid .overlay h2, .grid .overlay h5 {
		position: relative;
		top: 10px;
	}
	.grid .overlay h2 {
		transition: all 250ms ease-out;
	}
	.grid .overlay h5 {
		animation-delay: 1s;
		transition: all 250ms ease-out;
	}
	.grid .image{
		overflow: hidden;
	}
	.grid img {
		transition: all 250ms ease-out;
	}
	.grid a:hover h2, .grid a:hover h5 {
		top:0;
	}
	.grid a:hover img{
		transform: scale(1.05);
	}
	.footer{
		padding: 60px 40px;
	}
	.footer .social {
		top: 60px;
		right: 40px;
	}
	.footer .social img {
		height: 24px;
	}
	.footer .copy{
		display: flex;
		padding-bottom: 8px;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.link.sm {
		font-size: 15px;
	}
	.link.is-active:before {
		bottom: -6px;
	}
	.link.back {
		padding-left: 14px;
		background: url(../images/ico-caret-left.svg) left 1px no-repeat;
		background-size: 12px;
	}
	.link.down {
		padding-left: 22px;
	}
	.link.down:before {
		width: 12px;
		height: 3px;
		top: 6px;
	}
	.fancybox-toolbar .fancybox-button.fancybox-button--close {
		width: 30px;
		height: 30px;
		right: 40px;
		top: 20px;
		background-size: 20px;
	}
	.container, .container.is-fluid {
		padding: 0 40px;
	}
	#preloader{
		background-size: 50px;
	}

}




@media screen and (min-width: 1216px){
	.container {
		max-width: 1152px;
	}
}