/*
  http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav.desktop, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav.desktop, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  Casa do passadico styles
*/

.show-scroll {
		overflow-y: scroll;
}

nav.desktop {
    background-color: #424242;
		padding: 0;
}

nav.desktop > .wrapper-nav {
	max-width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}

nav.desktop > .wrapper-nav > div {
	width: calc((100% / 3) - 1px);
	float: left;
	height: 75px;
}

nav.desktop > .wrapper-nav > .logo,
nav.desktop > .wrapper-nav > .logo > a,
nav.desktop > .wrapper-nav > .logo > a > img {
	height: 75px;
}
nav.desktop > .wrapper-nav > .logo,
nav.desktop > .wrapper-nav > .logo > a {
	display: block;
	text-align: center;
}
nav.desktop > .wrapper-nav > .logo > a > img {
	display: inline-block;
	position: relative;
	top: 0;
}
nav.desktop > .wrapper-nav > div:not(.logo) > a,
nav.desktop > .wrapper-nav > div:not(.logo) > .link {
	color: #D8D8D8;
	text-decoration: none;
	font-family: "Lato",sans-serif;
	text-transform: uppercase;
	padding: 5px 12px;
	font-size: 14px;
	display: block;
	position: absolute;
}
nav.desktop > .wrapper-nav > div:not(.logo) > a:hover {
	color: #d5c9c3;
}
nav.desktop > .wrapper-nav > div:not(.logo) > a.active > span {
	border-bottom: 1px solid #D8D8D8;
}
nav.desktop > .wrapper-nav > div.left > a {
	float: left;
}
nav.desktop > .wrapper-nav > div.right > a,
nav.desktop > .wrapper-nav > div.right > .link {
	float: right;
}
nav.desktop > .wrapper-nav > div.left,
nav.desktop > .wrapper-nav > div.right {
	position: relative;
	top: 27px;
	visibility: hidden;
}
nav.desktop > .wrapper-nav > div.left > a:nth-child(1) {
	left: 0;
}
nav.desktop > .wrapper-nav > div.left > a:nth-child(2) {
	left: calc(50% - 65px);
}
nav.desktop > .wrapper-nav > div.left > a:nth-child(3) {
	right: 10px;
}

nav.desktop > .wrapper-nav > div.right > .link.language {
	top: auto;
	right: 0;
}

nav.desktop > .wrapper-nav > div.right > a:nth-child(1),
nav.desktop > .wrapper-nav > div.right > .link {
	right: 0;
}
nav.desktop > .wrapper-nav > div.right > a:nth-child(2) {
	left: calc(50% - 50px);
}
nav.desktop > .wrapper-nav > div.right > a:nth-child(3) {
	left: 5px;
}


nav.desktop > ul {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

nav.desktop > ul > li {
    float: left;
    width: 10%;
    text-align: center;
		display: none;
}

nav.desktop > ul > li.logo {
    width: 100%;
		height: 30px;
		margin-bottom: 10px;
		display: block;
}

nav.desktop > ul > li.logo > a > img {
		width: 200px;
		position: relative;
		top: -8px;
}

nav.desktop > ul > li:not(.logo) {
    padding: 18px 0 0 0;
}

nav.desktop > ul > li:not(.logo) > a,
nav.mobile > ul > li:not(.logo) > a {
    color: #D8D8D8;
    text-decoration: none;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    padding: 5px 12px;
    webkit-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
            transition: color 0.1s linear;
}
nav.mobile > ul > li:not(.logo) {
    padding-top: 6px;
    padding-bottom: 6px;
}
nav.mobile > ul > li:not(.logo) > a {
    display: block;
}

nav.desktop > ul > li:not(.logo) > a {
    font-size: 14px;
		text-align: center;
}
nav.desktop > ul > li.active:not(.logo) > a > span {
	border-bottom: 1px solid #D8D8D8;
}

nav.desktop > ul > li:not(.logo) > a:hover,
nav.mobile > ul > li:not(.logo) > a:hover {
    color: #d5c9c3;
}

nav .language {
	position: absolute;
	right: 20px;
	top: 33px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}
nav .language > a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	padding: 0 5px;
}

nav.desktop > .wrapper-nav > .logo > a > img  {
    top: 8px;
	height: 55px; 
}

@media (max-width: 849px) and (orientation: landscape) {
	nav.desktop > ul {
    padding: 10px;
	}
	nav.desktop > ul > li.logo {
    height: 30px;
		margin-bottom: 10px;
	}
}
@media (max-width: 459px) {
	nav.desktop > .wrapper-nav > .logo,
	nav.desktop > .wrapper-nav > .logo > a,
	nav.desktop > .wrapper-nav > .logo > a > img {
  	    height: 40px;
	}
	nav.desktop > .wrapper-nav > .logo > a > img  {
		top: 20px;
	}
}
@media (max-width: 849px) {
	nav.desktop > .wrapper-nav > .logo > a > img {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media (max-width: 849px) {
	nav.desktop > .wrapper-nav > div.left,
	nav.desktop > .wrapper-nav > div.right {
	  width: 70px;
	}
}
@media (min-width: 850px) {
	nav.desktop {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1000;
	}
	body {
		padding-top: 75px;
	}
	body.clean {
		padding-top: 0;
	}
	nav.desktop > ul {
		padding: 20px 10px;
	}

	nav.desktop > ul > li {
    display: block;
	}
	nav.desktop > ul > li.logo {
    width: 40%;
    height: 44px;
		margin-bottom: 0;
	}
	nav.desktop > ul > li.logo > a > img {
    width: 65%;
		top: -18px;
	}

	nav.desktop > .wrapper-nav > div.left,
	nav.desktop > .wrapper-nav > div.right {
		visibility: visible;
	}
	nav.desktop > .wrapper-nav > .logo > a > img {
		_top: -7px;
	}
}

.nav-mobile-wrapper {
	display: block;
}

.nav-mobile-wrapper > .button-open {
	display: block;
	width: 30px;
	padding: 12px 3px 3px 3px;
	height: 15px;
	position: absolute;
	left: 8px;
	top: 24px;
	z-index: 1001;
	cursor: pointer;
}

.nav-mobile-wrapper > .button-open > span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: absolute;

	webkit-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}

@media (max-width: 600px) {
    .nav-mobile-wrapper > .button-open {
    	width: 20px;
    	height: 10px;
    	left: 8px;
    	top: 24px;
    }
}

.nav-mobile-wrapper > .button-open > span:first-child {
	-webkit-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	transform: translateY(-9px);
}
.nav-mobile-wrapper > .button-open > span:last-child {
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}

.nav-mobile-wrapper > input[type=checkbox]:checked ~ .button-open > span:first-child  {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
.nav-mobile-wrapper > input[type=checkbox]:checked ~ .button-open > span:nth-child(2) {
	opacity: 0;
}
.nav-mobile-wrapper > input[type=checkbox]:checked ~ .button-open > span:last-child  {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.nav-mobile-wrapper > input[type=checkbox] {
	display: none
}

.nav-mobile-wrapper > input[type=checkbox]:checked ~ nav.mobile {
	display: block;
}

nav.mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.75);
	z-index: 1000;
}

nav.mobile > ul {
	width: 100%;
	position: absolute;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav.mobile > ul > li {
	text-align: center;
	padding: 3vh 10px;
}

nav.mobile > ul > li > a {
	font-size: 24px;
}

@media (max-width: 799px) and (orientation: landscape) {
	/*
	.nav-mobile-wrapper > .button-open {
		left: 10px;
		top: 17px;
	}*/
	nav.mobile {
	}
	nav.mobile > ul > li {
		padding: 5vh 10px;
	}
	nav.mobile > ul > li > a {
		font-size: 5vh;
	}
}

@media (min-width: 460px) {
	.list-projects > ul > li {
	    width: calc(100%/2);
	}
	nav.mobile > ul > li {
		padding: 10px 10px;
	}
	nav.mobile > ul > li > a {
		font-size: 16px;
		line-height: 1.5em;
	}
}
@media (min-width: 850px) {
	.nav-mobile-wrapper {
		display: none;
	}
}

main.main-bg-image {
  background-color: #313131;
  width: 100%;
  height: calc(100vh - 75px);
  position: relative;
}

main.main-bg-image > .wrapper-main-buttons {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

main.main-bg-image > .wrapper-main-buttons > .button {
		width: calc(100% - 20px);
    display: block;
    float: left;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    letter-spacing: 0.15em;
    word-spacing: 0.2em;
    color: rgb(255, 255, 255);
    text-decoration: none;
    -webkit-text-shadow: #000 0px 0px 7px;
    -moz-text-shadow: #000 0px 0px 7px;
    text-shadow: #000 0px 0px 7px;
    margin: 10px;
    webkit-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

main.main-bg-image > .wrapper-main-buttons > .button:hover {
	background-color: rgba(0,0,0,0.5);
}

@media (max-width: 799px) and (orientation: landscape) {
	/*
	main.main-bg-image > .wrapper-main-buttons > .button {
		width: calc(50% - 20px);
		margin: 0;
		font-size: 12px;
		padding: 20px 0;
	}

	main.main-bg-image > .wrapper-main-buttons > .button:first-child {
		margin-right: 10px;
		margin-left: 10px;
	}

	main.main-bg-image > .wrapper-main-buttons > .button:last-child {
		margin-left: 10px;
		margin-right: 10px;
	}
	*/
}

@media (min-width: 850px) {
	main.main-bg-image {
		height: calc(100vh - 75px);
	}
	main.main-bg-image > .wrapper-main-buttons {
		width: 600px;
		overflow: hidden;
		position: absolute;
		left: calc(50% - 300px);
		/*
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 40px;
		*/
		/*top: 50%;*/
		bottom: 25px;
	}

	main.main-bg-image > .wrapper-main-buttons > .button {
		width: calc(50% - 20px);
		margin: 0;
		padding: 15px 0;
	}

	main.main-bg-image > .wrapper-main-buttons > .button:first-child {
		margin-right: 20px;
	}

	main.main-bg-image > .wrapper-main-buttons > .button:last-child {
		margin-left: 20px;
	}
}

.swiper-slide-image {
	width: 100%;
	height: calc(100vh - 60px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.swiper-container.center .swiper-slide-image {
	background-position: center;
}

@media (max-width: 849px) and (orientation: landscape) {

}

@media (min-width: 850px) {
	.swiper-slide-image {
		height: calc(100vh - 74px);
	}
	.swiper-container.full .swiper-slide-image {
		height: 100%;
	}
}

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

@media (min-height: 850px){
	.min-height {
		  min-height: calc(100vh - 244px);
	}
}

.list {
	padding: 20px 0;
}
.list.clean {
	padding: 0 0 20px 0;
}

.list > header {
    padding: 10px 0;
		max-width: 1160px;
		margin: 0 auto;
}

.list header h1 {
    font-size: 20px;
    text-align: center;
    padding: 40px 0 4px 0;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.list header h1:after {
	/*
    content: ' ';
		display: block;
		height: 1px;
		background-color: #000;
		width: 100px;
		margin: 17px auto 0 auto;
		*/
}

.list header h2 {
	font-size: 15px;
  text-align: center;
  padding: 5px 0 15px 0;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
	color: #999;
}
.list header h2 > span {}
.list header h2 > span::after {
	content: ' · ';
}
.list header h2 > span:last-child::after {
	content: '';
}
.list header p {
	padding: 10px 0;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	color: #999;
	display: block;
	width: 50%;
	margin: 0 auto;
	line-height: 1.5em;
	text-align: center;
}

.list > nav > ul > li {
    display: inline-block;
    font-size: 16px;
}

.list > nav > ul {
    text-align: center;
    font-size: 0;
    overflow: hidden;
    padding: 20px;
}

.list > nav > ul > li > a {
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000;
		cursor: pointer;
}

.list > nav > ul > li.active > a {
    font-weight: 700;
    color: #000 !important;
    cursor: default;
}

.list > nav > ul > li > a:hover {
    color: #777;
}

.list > ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.list > ul > li {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.list-projects.vertical > ul > li {
		width: calc(100%/2);
}
.list > ul > li::before {
	content: ' ';
	display: block;
	width: 100%;
}

.list-projects > ul > li::before {
	padding-top: 75%;
}
.list-projects.vertical > ul > li::before {
	padding-top: 133.333%;
}
.list-photos > ul > li::before {
	padding-top: 100%;
}

.list > ul > li > a {
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    right: 15px;
    bottom: 13px;
    background-size: cover;
		background-position: center;
}

.gal-item:hover::before,
.gal-item:hover .gal-item-wrapper-content {
	opacity: 0;
}

.gal-item:hover::before {
	-webkit-transition: opacity 500ms 100ms;
	transition: opacity 500ms 100ms;
}

.gal-item:hover .gal-item-wrapper-content {
	-webkit-transition: opacity 400ms 0ms;
	transition: opacity 400ms 0ms;
}

.gal-item::before {
	-webkit-transition: opacity 500ms 0ms;
	transition: opacity 500ms 0ms;
}

.gal-item .gal-item-wrapper-content {
	-webkit-transition: opacity 400ms 100ms;
	transition: opacity 400ms 100ms;
}

.gal-item::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}

span.gal-item-wrapper-content {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 47%;
}

span.gal-item-title,
span.gal-item-sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

span.gal-item-title {
    color: #fff;
    font-family: "Raleway",sans-serif;
	padding: 7px 15px;
	font-size: 16px;
	line-height: 1.2em;
}

span.gal-item-sub-title {
    color: rgba(255,255,255,0.9);
	font-weight: 700;
	font-size: 13px;
    font-family: "Lato",sans-serif;
}

@media (max-width: 849px) and (orientation: landscape) {

}

@media (min-width: 460px) {
	.list > ul > li {
	    width: calc(100%/2);
	}
	.list-projects.vertical > ul > li {
			width: calc(100%/3);
	}
}
@media (min-width: 850px) {
	.list > ul > li {
	    width: calc(100%/3);
	}
	.list-projects.vertical > ul > li {
			width: calc(100%/4);
	}
	.list > nav > ul > li > a {
		padding: 20px;
	}
}

footer > main {
	background-color: #626262;
	padding: 30px 10px;
}

footer > main > ul,
footer > main > p {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
footer > main > ul {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}
footer > main > ul > li {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}
footer > main > ul > li > a,
footer > main > ul > li::after {
	color: #ccc;
}
footer > main > ul > li > a {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	letter-spacing: 0.15em;
}
footer > main > p {
	text-align: center;
	font-size: 11px;
	font-family: "Lato", sans-serif;
	color: #aaa;
	letter-spacing: 0.2em;
	line-height: 1.4em;
}

footer > p {
	background-color: #424242;
	padding: 10px 10px;
	text-align: center;
	font-size: 11px;
	font-family: "Lato", sans-serif;
	color: #aaa;
	letter-spacing: 0.2em;
}

footer > p > a {
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
}
@media (max-width: 849px) {
	.hide-mobile {
		display: none;
	}
}
@media (min-width: 850px) {
	.hide-desktop {
		display: none;
	}
	footer > main {
		padding: 40px 10px;
	}
	footer > main > ul > li {
		display: inline-block;
	}
	footer > main > ul > li::after {
		content: '|';
	}
	footer > main > ul > li:last-child::after {
		content: '';
	}
}

body.show-popup-fullscreen .popup-fullscreen {
	display: block;
	top: 75px;
}

body.show-popup-fullscreen nav.desktop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.popup-fullscreen {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.popup-fullscreen > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: #fff;
}

.popup-fullscreen > div > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-fullscreen .action {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #999;
	cursor: pointer;
	z-index: 2;
	height: 35px;
	width: 35px;
	background-image: url('../images/cross.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255,255,255,0.75);
}

.popup-fullscreen ._action:hover {
	background-color: #555;
	color: #fff;
}

.swiper-container-fullscreen,
.swiper-container-full,
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  background-image: url('../images/arrow-slider-right.png') !important;
}
.swiper-button-prev {
  background-image: url('../images/arrow-slider-left.png') !important;
}
.swiper-button-next, .swiper-button-prev {
  background-size: auto !important;

	border: 1px solid #999;
	height: 35px !important;
	width: 35px !important;
	background-color: rgba(255,255,255,0.75)
}
.swiper-container-fullscreen.swiper-container-horizontal > .swiper-pagination {
  bottom: 21px !important;
}
.swiper-pagination-bullet-active {
	background: #999 !important;
}
.swiper-container-fullscreen article {
	height: 100%;
  background-position: center;
  background-size: contain;

  background-repeat: no-repeat;
	position: relative;
	top: -30px;
}
.swiper-container-full article {
	height: 100%;
  background-position: center;
	background-size: cover;

  background-repeat: no-repeat;
}
.popup-fullscreen .swiper-slide {
	padding: 30px;
  box-sizing: border-box;
}

.popup-fullscreen.show .action.close,
.popup-fullscreen.show .swiper-button-next,
.popup-fullscreen.show .swiper-button-prev {
	opacity: 1;
}

.popup-fullscreen .action.close,
.popup-fullscreen .swiper-button-next,
.popup-fullscreen .swiper-button-prev {
	opacity: 0;
}

@media (max-width: 1024px) and (orientation: landscape) {
	body.show-popup-fullscreen .popup-fullscreen {
		top: 0;
		z-index: 10;
	}
}

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

main.generic {
	overflow: hidden;
}

main.generic .small-line:last-child {
	display: none;
}

.box {
	max-width: 1160px;
	overflow: hidden;
	margin: 50px 10px;
	position: relative;
}

@media (min-width: 1025px) {
	.box {
		margin: 50px auto;
	}
}

.small-line {
	border: 0;
	border-top: 1px solid #e0e0e0;
	max-width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.small-line.transparent {
	border-top: 1px solid transparent;
}
.small-line.all {
	max-width: inherit;
	width: 100%;
}
.small-line.all-fixed {
	max-width: 1160px;
	width: 100%;
}

.box > .column {
	box-sizing: border-box;
	height: 100%;
}

.box.left > .column:nth-child(2)  {
	width: 100%;
}
.box.right > .column:nth-child(1) {
	width: 100%;
}

.box > .background-img {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	_width: 590px;
	z-index: 998;
	_display: none;
}
.box > .background-img.contain {
	_background-position: left center;
	background-size: contain;
	background-color: transparent;
	height: 255px;
  margin: 0 auto;
  background-position: center;
}
.box.right > .background-img.contain {
	_background-position: right center;
}

.box.right > .background-img {
	right: 0;
}
.box.left > .background-img {
	left: 0;
}

.box.all.left > .background-img {
	left: 1px;
	top: 1px;
	bottom: 1px;
}
.box.all.right > .background-img {
	right: 1px;
	top: 1px;
	bottom: 1px;
}

.box > .info-wrapper {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}
.box > .info-wrapper:first-child {
	border-left: 1px solid #e6e6e6;
}
.box > .info-wrapper:nth-child(2) {
	border-right: 1px solid #e6e6e6;
}
.box.all > .info-wrapper {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.box.clean > .info-wrapper {
	border-color: transparent !important;
}

.box > .info-wrapper > main {
	padding: 30px;
}
@media (min-width: 960px) {
	.box > .background-img {
		display: block;
		width: 590px;
	}
	.box > .background-img.contain {
		height: 100%;
		background-size: auto 100%;
	}
	.box > .info-wrapper > main {
		width: 320px;
		padding: 60px;
	}
	.extra .box > .info-wrapper > main {
		width: 420px;
		padding: 60px;
	}
	.box {
	  height: 500px;
	}
	.extra .box.big {
	  height: 1150px;
	}
	.box.big {
	  height: 760px;
	}
	.box > .column {
    position: absolute;
	}
	.box > .info-wrapper > main {
		padding: 0 60px 0 60px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 999;
		
		max-height: 700px;
		overflow-y: auto;
	}
	.extra .box > .info-wrapper > main {
		padding: 0 60px 0 0;
	}
	.box.left > .background-img.contain {
		/*background-position: left center;*/
		background-position: center center;
		max-height: 760px;
	}
	.box.right > .background-img.contain {
		background-position: right center;
	}
	.box.left.horizontal > .background-img.contain,
	.box.right.horizontal > .background-img.contain {
		background-position: center;
	}
	.extra .box > .info-wrapper:nth-child(2) {
		border-left: 1px solid #e6e6e6;
	}
}
.box.left > .info-wrapper > main {
	right: 0;
}

.box h1,
.box p {
	color: #777;
}
.box h1 {
	font-family: 'Halant', sans-serif;
	font-size: 34px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
  font-weight: 300;
	color: #424242;
}
.box p {
	font-family: "Lato", sans-serif;
	margin-bottom: 1.4em;
	line-height: 1.6em;
	font-size: 12px;
	color: #777;
}

.box b, .box strong {
	font-weight: 900;
}

.button {
	font-size: 10px;
	line-height: 1.4em;
	border: 1px solid #e6e6e6;
	padding: 10px;
	display: block;
	text-decoration: none;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	color: #555;
	cursor: pointer;
}
	.button:hover {
		background: #e6e6e6;
		color: #333;
	}

.contact {
	overflow: hidden;
	max-width: 1160px;
	margin: 0 auto;
}
.contact h1 {
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 22px;
	font-family: 'Halant', sans-serif;
	text-transform: uppercase;
	color: #555;
	margin-top: 25px;
}
.contact-slide-show {
	width: 100%;
	padding: 50px 0 50px 0;
	_display: none;
}
.contact-slide-show .swiper-slide-image {
	height: 500px;
}
.contact-information-wrapper {
	height: auto;
	width: 100%;
	padding: 40px 10px 10px 10px;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	overflow-y: auto;
	box-sizing: border-box;
	overflow: hidden;
}
	.contact-information-wrapper .contact-form {
		padding-bottom: 20px;
	}
		.contact-information-wrapper .contact-form > form button {
			margin-top: 6px;
			padding-left: 30px;
			padding-right: 30px;
		}
		.contact-information-wrapper .contact-form > form > div {
			padding: 10px 0 17px 0;
		}
			.contact-information-wrapper .contact-form > form div > label {
				display: block;
				margin-bottom: 7px;
				text-transform: uppercase;
				font-size: 10px;
				letter-spacing: 0.1em;
				color: #555;
			}
			.contact-information-wrapper .contact-form > form div > input,
			.contact-information-wrapper .contact-form > form div > textarea {
				display: block;
				width: 100%;
				padding: 10px 15px;
				box-sizing: border-box;
				background-color: #fff;
				border: 1px solid #e6e6e6;
				color: #444;
				font-family: "Lato", sans-serif;
			}

			.contact-information-wrapper .contact-form > form div.error > input,
			.contact-information-wrapper .contact-form > form div.error > textarea {
				border-color: #FF8E8E;
				color: #FF8E8E;
			}
			.contact-information-wrapper .contact-form > form div.error > label {
				color: #FF6161;
			}
			.contact-information-wrapper .contact-form > form div > input:focus,
			.contact-information-wrapper .contact-form > form div > textarea:focus {
				outline: none;
			}
			.contact-information-wrapper .contact-form > form div > span.error {
				position: relative;
				display: block;
			}
				.contact-information-wrapper .contact-form > form div > span.error > .signal {
					position: absolute;
					bottom: 12px;
					right: 10px;
					display: block;
					width: 15px;
					height: 15px;
					color: #FF6161;
				}
				.contact-information-wrapper .contact-form > form div > span.error > .msg-wrapper {
					position: absolute;
					background-color: #FFFEFE;
					border-top: 1px solid #FF8E8E;
					border-bottom: 1px solid #CECECE;
					border-left: 1px solid #CECECE;
					border-right: 1px solid #CECECE;
					padding: 20px 10px;
					top: 3px;
			    right: 0;
					display: block;

					opacity: 0;
					left: 100%;
					-webkit-transition: opacity 500ms 0ms, left 0ms 500ms;
					        transition: opacity 500ms 0ms, left 0ms 500ms;
				}
				.contact-information-wrapper .contact-form > form div > input:focus + span.error > .msg-wrapper,
				.contact-information-wrapper .contact-form > form div > textarea:focus + span.error > .msg-wrapper,
				.contact-information-wrapper .contact-form > form div > input:hover + span.error > .msg-wrapper,
				.contact-information-wrapper .contact-form > form div > textarea:hover + span.error > .msg-wrapper,
				.contact-information-wrapper .contact-form > form div > span.error > .signal:hover + .msg-wrapper  {
					opacity: 1;
					left: 0;
					-webkit-transition: opacity 500ms 0ms, left 0ms 0ms;
					        transition: opacity 500ms 0ms, left 0ms 0ms;
				}
					.contact-information-wrapper .contact-form > form div > span.error > .msg-wrapper > .msg {
						font-family: "Lato", sans-serif;
						font-size: 10px;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						line-height: 1.5em;
						color: #FF6161;
					}

	.contact-information {
		overflow: auto;
		padding: 10px;
		margin-top: 0;
	}
		.contact-information a,
		.contact-information p,
		.contact-form p {
			line-height: 1.5em;
			letter-spacing: 0.1em;
			color: #555;
			font-size: 14px;
			font-family: 'Lato', sans-serif;
			margin-bottom: 12px;
		}
		.contact-information > p > span {
			margin-right: 30px;
		}

#secure {
	content: ' ';
	display: block;
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
	#secure > div {
		position: fixed;
	  left: 50%;
	  background-color: #fff;
	  top: 50%;
	  z-index: 9999;
	  padding: 20px;
	  max-width: 380px;
	  width: 100%;
	  transform: translate3d(-50%, -50%, 0);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);;
	}
		#secure > div > button {
			margin-top: 10px;
			float: left;
			margin-right: 10px;
		}
		#secure > div  > div  {
			text-align: center;
		}
			#secure > div  > div > img {
				margin-bottom: 5px;
				height: 75px;
				width: 160px;
				background-color: #999;
			}
			
.sk-contact-information {
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 60px;
    justify-items: center;
}
.sk-contact-information-2 {
    display: grid; 
    grid-template-columns: 1fr; 
    width: 100%;
}
.sk-contact-information-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.sk-information-contacts p,
.sk-information-contacts a {
    font-size: 16px;
}

@media (max-width: 849px) {
	.contact-information {
		margin: 0 auto 0 auto;
		_width: 210px;
	}
}
@media (min-width: 850px){
	.contact-slide-show {
		display: block;
		
	}
	.contact-slide-show,
	.contact-information-wrapper {
		_float: left;
	}
	.contact-slide-show {
		_width: calc(100% - 400px);
	}
	.contact-information-wrapper {
		_width: 400px;
	}
	.contact-information-wrapper {
		padding: 50px 0 50px 0;
	}
	.contact-information {
		padding: 20px 0 0 0;
		margin-top: 20px;
	}
	.sk-contact-information {
	    grid-template-columns: 1fr 1fr 1fr; 
	    gap:20px 60px; 
	}
	.sk-contact-information-2 {
	    max-width: 100%;
	    grid-template-columns: 1fr 1fr 1fr; 
	    gap:20px 60px; 
	}
	.sk-contact-information-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .sk-information-contacts p,
    .sk-information-contacts a {
        font-size: 14px;
    }

	.sk-contact-information-2 .sk-column-span-2 {
	    grid-column: span 2;
	}
	
	.sk-contact-information-2 .sk-column-span-3 {
	    grid-column: span 3;
	}
}

footer .social-network {
    margin-bottom: 20px;
}
footer .social-network > header {}
footer .social-network > header > h1 {
	font-size: 14px;
	font-family: "Lato", sans-serif;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 300;
}
footer .social-network > main {}
footer .social-network > main > ul {
	display: inline-block;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}
footer .social-network > main > ul > li {
	  margin-right: 20px;
	  float: left;
}
footer .social-network > main > ul > li:last-child {
	  margin-right: 0;
}
footer .social-network > main > ul > li > a {
	font-size: 20px;
	color: #aaa;
}
footer .social-network > main > ul > li > a:hover {
	color: #ddd;
}

.list-press {}
	.list-press > ul {
		max-width: 1200px;
		margin: 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}
		.list-press > ul > li {
			float: left;
			width: 100%;
			display: block;
			padding: 10px;
			box-sizing: border-box;
			margin-bottom: 15px;
		}
			.list-press > ul > li > a {
				width: 100%;
				display: block;
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center;
				border: 1px solid #e6e6e6;
				cursor: pointer;
			}
				.list-press > ul > li > a::after {
					padding-top: 130%;
					content: ' ';
					display: block;
				}
			.list-press > ul > li > span.title,
			.list-press > ul > li > span.date {
				display: block;
				text-transform: uppercase;
				line-height: 1.3em;
				color: #333;
			}
			.list-press > ul > li > span.title {
				font-size: 12px;
				margin-top: 10px;
				font-family: "Lato", sans-serif;
				letter-spacing: 0.05em;
			}
			.list-press > ul > li > span.date {
				font-size: 11px;
				margin-top: 5px;
				font-family: "Halant", sans-serif;
				letter-spacing: 0.15em;
				margin-bottom: 10px;
			}
			.list-press > ul > li > a:hover ~ span {
				color: #777;
			}

@media (min-width: 340px) and (max-width: 549px){
	.list-press > ul > li {
		width: calc(100% / 2);
	}
	.list-press > ul > li:nth-child(2n+1){
		clear: left;
	}
}
@media (min-width: 550px) and (max-width: 749px){
	.list-press > ul > li {
		width: calc(100% / 3);
	}
	.list-press > ul > li:nth-child(3n+1){
		clear: left;
	}
}
@media (min-width: 750px) and (max-width: 1023px){
	.list-press > ul > li {
		width: calc(100% / 4);
	}
	.list-press > ul > li:nth-child(4n+1){
		clear: left;
	}
}
@media (min-width: 1024px){
	.list-press > ul > li {
		width: calc(100% / 5);
	}
	.list-press > ul > li:nth-child(5n+1){
		clear: left;
	}
}


.viewport-horizontal {
	display: block;
}
.viewport-vertical {
	display: none;
}
@media (orientation: portrait) {
	.viewport-horizontal {
		display: none;
	}
	.viewport-vertical {
		display: block;
		background-position: center;
	}
}

#brevemente {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #fff;
	font-family: "Halant",sans-serif;
	z-index: 999;
	font-size: 50px;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 10px #000;
	text-transform: uppercase;
	word-spacing: 0.3em;
	text-align: center;
	width: 100%;
}
@media (orientation: portrait) {
	#brevemente {
		font-size: 30px;
	}
}
@media (orientation: portrait) and (min-width: 400px) {
	#brevemente {
		font-size: 40px;
	}
}

.show-mobile {
	display: block;
}
.show-desktop {
	display: none;
}
@media (max-width:959px) {
	.box > .info-wrapper.clean-border {
		border-color: transparent;
	}
}
@media (min-width: 960px) {
	.show-mobile {
		display: none !important;
	}
	.show-desktop {
		display: inherit;
	}
}

@media (max-width: 849px) {
	.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
		padding: 7px 10px;
		margin: 0;
		background: 0;
	}
	.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: 0 !important;
	}
	.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet:before {
		content: ' ';
		display: block;
		weight: 8px;
		height: 8px;
		background: #999;
		border-radius: 100%;
	}
}

.contact-information.column-2 {
    display: flex;
}
.contact-information b {
    font-weight: 700;
}
.contact-information .space {
    padding: 0 0 0 110px;
}
