﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* RESET */
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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address { display: block; }

* { box-sizing: border-box; }

body { width: 100%; max-width: 100%; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.2em; background: #000; }
a { text-decoration: none; }

/* classes */
.cleaner { clear: both; }
.centered { text-align: center; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.row { clear: both; }
.onLeft { clear: left; float: left; }
.onRight { clear: right; float: right; }

.wrapper { margin: 0 auto; width: 1000px; height: 100%; position: relative; }

.hidden { display: none; }
.hide-field { height: 0px !important; overflow: hidden; }
.data { display: none; }
.dataHidden { display: none; }

.scroll-less { overflow: hidden; }

.vertical-aligner { display: flex; align-items: center; height: 100%; }
.vertical-aligner > div { margin: 0 auto; }

/**/
body[dev-mode="false"] .showOnDev { height: 0px !important; overflow: hidden !important; }

h2 { margin-bottom: 30px; font-size: 60px; font-weight: 900; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h3 { font-size: 40px; font-weight: 800; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
h4 { font-size: 30px; font-weight: 800; line-height: 1.1em; transition: all 0.3s ease-out 0s; }
	.pre-title { margin: 0px 0px 24px 0px; font-size: 15px; font-weight: 600; line-height: 1.2em; transition: all 0.3s ease-out 0s; }

.row { box-sizing: border-box; position: relative; width: 100%; height: 100%; margin: 0 auto; text-align: center; }
.row .container { position: relative; max-width: 1000px; height: 100%; margin: 0 auto; padding: 85px 20px; }

.sm a { margin: 0px 2px; transition: all 0.3s ease-out 0s; }
.sm a:hover { opacity: 0.5; }

.big { font-size: 20px; font-weight: 600; font-weight: 500; line-height: 1.2em; transition: all 0.3s ease-out 0s; }
.big strong { font-weight: 800; }

.bt { display: inline-block; position: relative; margin: 9px; padding: 14px 24px 14px; color: inherit; font-size: 14px; font-weight: 700; line-height: 1em; border: 3px solid #fff; z-index: 0; cursor: pointer; overflow: hidden; }
	.bt:before { content: ''; display: block; position: absolute; top: 49%; left: 49%; width: 2%; padding-bottom: 2%; background: rgba(0,0,0,0.5); transform: scale(0); border-radius: 1000px; z-index: -1; transition: all 0.3s ease-out 0s; }
	.bt:hover:before { transform: scale(100); }

.withSplitter:after { content: ''; display: block; width: 100%; max-width: 50%; height: 1px; margin: 0 auto; margin-top: 60px; background: rgba(255,255,255,0.5); }

.hightlight { font-family: 'Montserrat'; font-size: 25px; font-weight: 700; line-height: 1.2em; }

/**/
.stripe_whatsapp { margin: 20px 0px 0px; padding: 20px 0px; font-size: 30px; line-height: 1em; white-space: nowrap; transition: all 0.3s ease-out 0s; }
.stripe_whatsapp a { color: inherit; }
.stripe_whatsapp img { vertical-align: middle; transition: all 0.3s ease-out 0s; }
@media only screen and ( max-width: 420px ) {
	.stripe_whatsapp { font-size: 22px; line-height: 1em; }
	.stripe_whatsapp img { width: 38px; }
}
.bottom-fixed { position: fixed; bottom: -100px; width: 100%; text-align: center; background: #000; z-index: 3; transition: all 0.5s ease-out 0s; }
.bottom-fixed .stripe_whatsapp { margin: 0px; padding: 12px 0px 10px; }
.bottom-fixed.enabled { bottom: 0px; }

/**/
.gallery.masonry { width: 1120px; max-width: 100%; }
.gallery.masonry .masonry-item { display: block; float: left; position: relative; width: 50%; overflow: hidden; transition: all 0.3s ease-out 0s; }
.gallery.masonry .masonry-item:nth-of-type(2n) { float: right; }
.gallery.masonry .masonry-item img { max-width: 100%; margin-bottom: -4px; transition: all 0.3s ease-out 0s; }
.gallery.masonry .masonry-item .masonry-item_info { position: absolute; bottom: 10px; left: 14px; max-width: calc(100% - 28px); color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 400; line-height: 1.2em; text-align: left; z-index: 2; }
.gallery.masonry .masonry-item .masonry-item_info > div { _color: rgba(255,255,255,1); font-weight: 500; }
.gallery.masonry .masonry-item:before { content: ''; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url('imgs/icon_more.png') no-repeat center center rgba(0,0,0,0.7); cursor: pointer; opacity: 0; z-index: 1; transition: all 0.3s ease-out 0s; }
.gallery.masonry .masonry-item:hover:before { opacity: 1; }
.gallery.masonry .masonry-item:hover img { transform: scale(1.2); }
@media only screen and ( max-width: 600px ) and ( min-width: 501px ) {
	.gallery.masonry .masonry-item:before { background-position: center 30%; }
}
@media only screen and ( max-width: 500px ) and ( min-width: 401px ) {
	.gallery.masonry .masonry-item:before { background-position: center 15%; }
}
@media only screen and ( max-width: 400px ) {
	.gallery.masonry .masonry-item { float: none; width: 100%; }
}

/**/
.popupContent { display: none; }

#sb-player.html { padding: 20px 24px; color: #26405D; background: rgba(255,255,255,1); }
#sb-player.html { font-family: Montserrat; font-size: 15px; line-height: 1.2em; }
#sb-player.html h3 { margin: 0px 0px 18px; font-size: 30px; line-height: 1.2em; }
#sb-player.html p { font-family: Montserrat; font-size: 16px; font-weight: 500; line-height: 1.4em; }

/**/
#topbar { position: fixed; top: 0px; height: auto; z-index: 4; }
#topbar:before { content: ''; display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); background: rgba(0,0,0,1); opacity: 0; transition: all 0.3s ease-out 0s; }
#topbar .container { display: flex; align-items: center; justify-content: flex-end; height: 132px; height: 60px; max-width: none; padding: 26px; transition: all 0.3s ease-out 0s; }

	#topbar.floating:before { opacity: 1; }
	#topbar.floating .container { height: 60px; }
	#topbar.floating .logo-wrapper img { height: 40px; }
	
#topbar .logo-wrapper { position: relative; max-width: 60%; text-align: left; z-index: 1; }
#topbar .logo-wrapper img { max-width: 100%; margin-bottom: -4px; cursor: pointer; transition: all 0.3s ease-out 0s; }

#topbar #sdp {  }
#topbar #sdp a { padding: 6px 16px; color: #fff; font-size: 13px; font-weight: 600; line-height: 1em; border: 1px solid #fff; border-radius: 12px; opacity: 0.3; transition: all 0.3s ease-out 0s; }
	#topbar #sdp a:hover { opacity: 0.8; }

#topbar #menu { position: relative; z-index: 0; }
#topbar #menu .menu_overlay { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; z-index: -1; transition: all 0.3s ease-out 0s; }

#topbar #menu .menu_trigger { display: flex; position: relative; padding: 0; background-color: transparent; border: none; cursor: pointer; z-index: 2; }
	.line { fill: none; stroke: white; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
	.line1 { stroke-dasharray: 60 207; stroke-width: 6; }
	.line2 { stroke-dasharray: 60 60; stroke-width: 6; }
	.line3 { stroke-dasharray: 60 207; stroke-width: 6; }
	.opened .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
	.opened .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6; }
	.opened .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
#topbar #menu .menu_trigger .menu_label { padding: 11px; color: #fff; font-family: 'Montserrat'; font-size: 14px; font-weight: 600; }

#topbar #menu .menu_content { display: block; position: fixed; top: 0px; right: -320px; width: 320px; min-height: 100vh; padding: 140px 20px 40px; background: #000; z-index: 1; transition: all 0.3s ease-out 0s; }
#topbar #menu .menu_content { left: -320px; right: auto; }
#topbar #menu .menu_content .menu_item { margin: 0px; padding: 14px 10px 16px; color: #fff; font-family: 'Montserrat'; font-size: 15px; font-weight: 400; line-height: 1.2em; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.2); cursor: pointer; }
#topbar #menu .menu_content .sm { display: block; margin: 20px 0px 0px; text-align: center; }
#topbar #menu .menu_content .sm a { display: inline-block; width: 48px; height: 48px; margin: 4px; line-height: 1em; }
@media only screen and ( max-height: 520px ) {
	#topbar #menu .menu_content { padding-top: 90px; }
}

#topbar #menu.opened .menu_overlay { display: block; opacity: 1; z-index: 0; }
#topbar #menu.opened .menu_content { left: 0px; right: 0px; }

@media only screen and ( max-width: 420px ) {
	#topbar .container { height: 100px; padding: 14px; }
	#topbar #menu .menu_trigger .menu_label { display: none; }
}

/**/
#header { min-height: 100vh; color: #fff; text-align: center; background: url('imgs/header_bg.jpg') no-repeat center center transparent; background-size: cover; }
#header { display: flex; align-items: center; padding: 60px 10px 55px 10px; }
#header .container { padding: 0px; }

#header .logo-wrapper { display: flex; flex-direction: column; justify-content: space-between; min-height: calc(100vh - 140px); }
#header .logo-wrapper img { max-width: 100%; }
#header .logo-wrapper img#logo { max-width: 80%; margin: 0 auto; margin-bottom: 8vh; }
#header .start { position: absolute; left: calc(50% - 18px); bottom: 6vh; cursor: pointer; transition: all 0.3s ease-out 0s; }
	#header .start:hover { transform: translate(0, 1vh); }

@media only screen and ( max-width: 700px ) {
	#header { display: block; }
	#header .content { max-width: 100%; }
	#header .content .bt { margin-left: 0px; }
	#header .image-wrapper { position: relative; bottom: auto; right: auto; width: 100%; margin: 0 auto; margin-top: 40px; }
}

/**/
#footer { color: #444; font-size: 12px; font-weight: 500; line-height: 1.4em; background: #0A0A0A; }
#footer .footer_logos { margin-bottom: 30px; }
	#footer .footer_logos_wide { display: inline-block; }
	#footer .footer_logos_narrow { display: none; }
	
#footer .footer_data { display: inline-block; min-height: 18px; margin: 6px 14px; padding: 0px 0px 0px 0px; color: #444; }
	#footer a.footer_data:hover { text-decoration: underline; }
#footer .footer_data img { position: relative; margin: 0px 10px 0px 0px; }
	#footer .footer_mail img { top: 2px; }
	#footer .footer_phone img { top: 4px; }
	#footer .footer_address img { top: 4px; }

@media only screen and ( max-width: 800px ) {
	#footer .footer_logos_wide { display: none; }
	#footer .footer_logos_narrow { display: inline-block; }
}

/**/
#bottom-bar .container { padding: 16px 0px 19px 0px; }
#bottom-bar img { position: relative; top: 0px; transition: all 0.5s ease-out 0s; }
#bottom-bar img:hover { transition: all 0.5s ease-out 0s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

/**/
/* #overlay */
#overlay { display: none; align-items: center; justify-content: center; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1101; }
	#overlay.visible { display: flex; }
#overlay #overlay_container { position: relative; max-width: 100vw; max-height: 100vh; margin: 40px; background: #fff; z-index: 1102; }
	#overlay #overlay_container .overlay_closer { width: 100%; padding: 4px 14px 4px 14px; color: #fff; text-align: right; background-color: #BFCED5; background-color: #7EA2D4; }
	#overlay #overlay_container .overlay_closer span { cursor: pointer; }
	#overlay #overlay_container .overlay_closer div { display: inline-block; position: relative; top: 2px; width: 30px; height: 44px; background: url('imgs/modal_closer.png') no-repeat center center transparent; cursor: pointer; opacity: 0.5; transition: all 0.3s ease-out 0s; }
	#overlay #overlay_container .overlay_closer div:hover { opacity: 1; }
	
#overlay #overlay_container #overlay_content { position: relative; width: 100%; max-width: 100%; max-height: calc(100vh - 136px); padding: 20px 24px 26px; color: #26405D; font-family: Montserrat; font-size: 15px; line-height: 1.2em; background: rgba(255,255,255,1); z-index: 1102; overflow: auto; }
#overlay #overlay_container #overlay_content > *:last-child { margin-bottom: 24px; }
#overlay #overlay_container #overlay_content h3 { margin: 0px 0px 18px; font-size: 30px; line-height: 1.2em; }
#overlay #overlay_container #overlay_content p { font-family: Montserrat; font-size: 16px; font-weight: 500; line-height: 1.4em; }

@media only screen and ( max-width: 500px ) {
	#overlay #overlay_container { width: 100vw; height: 100vh; margin: 0 auto; }
	#overlay #overlay_container #overlay_content { max-height: calc(100vh - 56px); }
}
