@charset "UTF-8";

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* TEAM MATE FOR LIFE *********************************************************************************************** */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* Design by Criactivos — www.criactivos.com ************************************************************************ */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

/* Fonts */
/* Josefin Sans 300+300i+400+400i+700+700i*/

/* Main Colors */
/* TM Blue      #004ff0 */
/* Black        #000000 */
/* Light Grey   #f7f7f7 */

/* Secondary Colors */


/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 0 - RESET */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* MS Viewport Workaround */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

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, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    line-height: 1;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #000;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, select, textarea, a, button { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0; 
    padding: 0;
}
/* mandatory */
section, article { /* specific TM */
    position:relative;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { /* specific TM */
    -webkit-text-fill-color: #004ff0 !important;
	background-color: #f7f7f7 !important;
	-webkit-box-shadow: 0 0 0 60px #f7f7f7 inset;
	-moz-box-shadow: 0 0 0 60px #f7f7f7 inset;
	box-shadow: 0 0 0 60px #f7f7f7 inset;
}
::selection { /* specific TM */
    background: #004ff0;
    color: #fff;
}
::-moz-selection { /* specific TM */
    background: #004ff0;
    color: #fff;
}
a:focus {
    text-decoration: none;
    outline: none;
}
.icon {  /* specific TM */
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.badge { /* specific TM */
    display: inline-block;
    min-width: 10px;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    color:currentColor;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 0;
}
.nav-pills > li + li { /* specific TM */
    margin: 0;
}
.slick-slide {  /* specific TM */
    font-size: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 1 - TM GLOBAL */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* text */
h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: .5em;
}
h2 {
    font-size: 56px;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: .25em;
}
h3 {
    font-size: 42px;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: .25em;
}
h4 {
    font-size: 34px;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: .25em;
}
h5 {
    font-size: 28px;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: .25em;
}
h6 {
    font-size: 22px;
    font-size: 700;
    margin-top: .5em;
    margin-bottom: .25em;
}
p {
   font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0.4em;
}
blockquote {
	margin: 40px 10% 40px 60px;
}
blockquote::before, q::before {
	content: '\201C';
}
blockquote::after, q::after {
	content: '\201D';
}
/* links & buttons */
a:link, a:visited {
    color: inherit;
    text-decoration: underline;
}
a:hover, a:active {
    text-decoration: none;
}
.a-link:link, .a-link:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid;
}
.a-link:hover, .a-link:active {
    border-bottom: 2px solid transparent;
}
button, .button:link, .button:visited {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px 10px;
    display: inline-block;
    color: #004ff0;
    background-color: transparent;
    text-decoration: none;
    border: 2px solid #004ff0;
}
button:hover, button:active, 
.button:hover, .button:active {
    text-decoration: none;
    color: #FFF;
    background-color: #004ff0;
    border: 2px solid transparent;
}
/* forms elements */
.form-group {
	margin-bottom: 30px;
}
.form-block {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 20px 0 10px;
}
.form-block-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 6px 6px 3px;
	color: #fff;
	background-color: #004ff0;
	display: inline-block;
}
label {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: inline-block;
}
input, select {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    background: transparent;
    width: 100%;
    padding: 10px 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid #000;
    min-height: 45px;
}
select {
    padding: 10px 60px 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.select-input { /* select arrow parent*/
    position: relative;
}
.select-input::after { /* select arrow child */
    position: absolute;
    content: "";
    top: 6px;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 0;
    height: 0;
    display: inline-block;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-input:hover::after { /* select arrow child hover */
    border-color: #0044f0 transparent transparent transparent;
} 
input:hover, select:hover, 
input:focus, select:focus {
    border-bottom: 2px solid #0044f0;
}
textarea {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    background: transparent;
    width: 100%;
	margin-top: 10px;
    padding: 10px 15px;
    display: inline-block;
    border: 2px solid #000;
    min-height: 100px;
    resize: vertical;
}
textarea:hover, textarea:focus {
    border: 2px solid #0044f0;
}
input[type='checkbox']{ /* checkbox og */
    border: 1px solid #CCC;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
}
.lbl {
	font-size: 16px;
	color: #444;
}
.lbl-required {
	color: #F42757;
}
.lbl-input-checkbox { /* checkbox label wrapper */
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lbl-input-checkbox input { /* checkbox og hidden */
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
.checkmark { /* new checkbox (nc) */
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid;
}
.lbl-input-checkbox:hover input ~ .checkmark { /* nc border hover */
    border-color: #004ff0;
}
.lbl-input-checkbox input:checked ~ .checkmark { /* nc border checked */
    border-color: #004ff0;
}
.checkmark:after { /* nc not checked */
    content: "";
    position: absolute;
    display: none;
}
.lbl-input-checkbox input:checked ~ .checkmark:after { /* nc checked */
    display: block;
}
.lbl-input-checkbox .checkmark:after { /* nc check icon */
    left: 9px;
    top: 3px;
    width: 5px;
    height: 13px;
    border: solid #004ff0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-list li { /* radio */
    margin-right: 20px;
}
.radio-list li:last-child { /* radio */
    margin-right: 0;
}
input[type='radio']{ /* radio og */
    border: 1px solid #CCC;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    display: inline-block;
}
.lbl-input-radio { /* radio label wrapper */
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lbl-input-radio input { /* radio og hidden */
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
.radiobtn { /* new radio */
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.lbl-input-radio:hover input ~ .radiobtn { /* nr border hover */
    border: 2px solid #0044f0;
}
.lbl-input-radio input:checked ~ .radiobtn { /* nr border checked */
    border: 2px solid #0044f0;
}
.radiobtn:after { /* nr not checked */
    content: "";
    position: absolute;
    display: none;
}
.lbl-input-radio input:checked ~ .radiobtn:after { /* nr radio icon checked */
    display: inline-block;
}
.lbl-input-radio .radiobtn:after { /* nr radio icon */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0044f0;
}

.input-error {  /* aplied on the input itself - input error bottom line color change */
    border-bottom-color: #F42757;
}
.input-checkbox-error .checkmark { /* aplied on the label of the checkbox - input error checkmark border color change*/
    border-color: #F42757;
}
.input-error-desc { /* aplied on the p with error desc */
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    color: #F42757;
    margin: 8px 5px 0 0;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase;
    display: none; 
} 
.input-error-desc::before { /* aplied on the p with error desc */
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #F42757;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: pulse 1s infinite;
    -webkit-animation-play-state: paused;
    -moz-animation: pulse 1s infinite;
    -moz-animation-play-state: paused;
    -o-animation: pulse 1s infinite;
    -o-animation-play-state: paused;
    animation: pulse 1s infinite;
    animation-play-state: paused; /* input focus */
    animation-play-state: running; /* error show */
} 
.input-error-show { /* show error */
    width: 100%;
    display: inline-block;
}
@-webkit-keyframes pulse {
    0% { 
        -webkit-transform: scale(1);
        transform: scale(1); 
    }
    30% { 
        -webkit-transform: scale(1.6);
        transform: scale(1.6); 
    }
    60% { 
        -webkit-transform: scale(1.05);
        transform: scale(1.05); 
    }
    80% { 
        -webkit-transform: scale(1.2);
        transform: scale(1.2); 
    }
    100% { 
        -webkit-transform: scale(1.05);
        transform: scale(1.05); 
    }
}
@-moz-keyframes pulse {
    0% { 
        -moz-transform: scale(1);
        transform: scale(1); 
    }
    30% { 
        -moz-transform: scale(1.6);
        transform: scale(1.6); 
    }
    60% { 
        -moz-transform: scale(1.05);
        transform: scale(1.05); 
    }
    80% { 
        -moz-transform: scale(1.2);
        transform: scale(1.2); 
    }
    100% { 
        -moz-transform: scale(1.05);
        transform: scale(1.05); 
    }
}
@-o-keyframes pulse {
    0% { 
        -o-transform: scale(1);
        transform: scale(1); 
    }
    30% { 
        -o-transform: scale(1.6);
        transform: scale(1.6); 
    }
    60% { 
        -o-transform: scale(1.05);
        transform: scale(1.05); 
    }
    80% { 
        -o-transform: scale(1.2);
        transform: scale(1.2); 
    }
    100% { 
        -o-transform: scale(1.05);
        transform: scale(1.05); 
    }
}
@keyframes pulse {
    0% { transform: scale(1); }
    30% { transform: scale(1.6); }
    60% { transform: scale(1.05); }
    80% { transform: scale(1.2); }
    100% { transform: scale(1.05); }
}
.button-submit-desligado { /* submit */
	color: #c7c7c7 !important; 
    border-color: #c7c7c7  !important;
    cursor: not-allowed !important;
}
.button-submit.button-submit-desligado:hover, .button-submit.button-submit-desligado:focus{ /* submit */
    color: #c7c7c7 !important;
    background: transparent !important;
}
.form-success { /* success */
	color: #0CA523;
}
.form-success-counter { /* success counter*/
	font-size: 13px;
	color: #444;
}
.form-failure { /* failure */
	color: #f42757;
}
fieldset:disabled input, fieldset:disabled textarea, fieldset:disabled select, 
fieldset:disabled label, fieldset:disabled a, fieldset:disabled button {
	cursor: not-allowed;
	opacity: 0.6;
}
fieldset:disabled .lbl-input-checkbox input, fieldset:disabled .lbl-input-radio input {
	opacity: 0;
}
fieldset:disabled input:hover, fieldset:disabled select:hover {
	border-bottom-color: #000;
}
fieldset:disabled textarea:hover, fieldset:disabled label:hover .checkmark,  
fieldset:disabled label:hover .radiobtn {
	border-color: #000;
}
/* main layout */
html body {
	overflow: hidden;
}
html.js body {
    overflow: inherit;
}
.wrapper {
    position: relative;
}
.main-footer-block {
    padding: 0 0 0 60px;
    min-height: 500px;
    display: block;
    background: #f7f7f7;
    -webkit-transition:width .2s ease;
    -moz-transition:width .2s ease;
    -o-transition:width .2s ease;
    transition:width .2s ease;
}
canvas {
    max-width: 200px;
    width: 100%;
    height: auto;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 2 - MODULAR */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* links & buttons */
.button-outline-white, .button-outline-white:link, .button-outline-white:visited  {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.button-outline-white:hover, .button-outline-white:active  {
    color: #004ff0;
    background-color: #fff;
    border: 2px solid #fff;
}
.button-lg, .button-lg:link, .button-lg:visited {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 60px 15px;
}
.button-width-x {
	min-width: 260px;
}
/* utilities text */
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.big-h3 {
	font-size: 56px;
}
.sm-title {
	font-size: 16px;
	font-weight: 700;
	color: #004ff0;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.md-title {
	font-size: 42px;
}
.md-line {
	line-height: 1.4;
}
.xxs-paragraph {
	font-size: 14px;
	line-height: 1.4;
}
.xs-paragraph {
	font-size: 16px;
	line-height: 1.4;
}
.sm-paragraph {
	font-size: 18px;
	line-height: 1.4;
}
.md-paragraph {
	font-size: 28px;
	line-height: 1.3;
}
.lg-paragraph {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 40px;
}
.xlg-paragraph {
	font-size: 78px;
	font-weight: 700;
}

.big-number {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	margin-bottom:0;
}

.vip-paragraph { /* vip blockquote */
	padding: 160px 0;
}
.vip-quote { /* vip blockquote */
	font-size: 48px;
	line-height: 1.3;
	margin: 0 20px 0 0;
}
.vip-author { /* vip blockquote */
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.big-watermark-text {
	font-size: 400px;
	font-weight: 300;
	text-transform: uppercase;
	color: #f0f0f0;
	position: absolute;
	opacity: .5;
}
/* utilities color */
.color-white {
    color: #FFF;
}
.color-blue {
    color: #004ff0;
}
/* utilities layout */
.pos-relative {
    position: relative;
}
.table-vam { 
    width:100%;
    height:100%;
    display: table;
}
.cell-vam { 
    display: table-cell;
    vertical-align: middle;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.pad-t-xs {
    padding-top: 5px;
}
.pad-t-s {
    padding-top: 10px;
}
.pad-t-sm {
    padding-top: 20px;
}
.pad-t-md {
    padding-top: 40px;
}
.pad-t-lg {
    padding-top: 60px;
}
.pad-t-xlg {
    padding-top: 80px;
}
.pad-t-xxlg {
    padding-top: 140px;
}
.pad-b-xs {
    padding-top: 5px;
}
.pad-b-s {
    padding-bottom: 10px;
}
.pad-b-sm {
    padding-bottom: 20px;
}
.pad-b-md {
    padding-bottom: 40px;
}
.pad-b-lg {
    padding-bottom: 60px;
}
.pad-b-xlg {
    padding-bottom: 80px;
}
.pad-b-xxlg {
    padding-bottom: 140px;
}
.pad-b-xxxlg {
    padding-bottom: 200px;
}
.pad-l-sm {
	padding-left: 15%;
}
.pad-r-sm {
	padding-right: 15%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-lg-20 {
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
/* full white section */
.full-white-section {
	width: 100%;
	display: inline-block;
	background-color: #fff;
}
.full-gradient-section {
	width: 100%;
	display: inline-block;
	background: #fff;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,1)), color-stop(100%, rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 );
}
/* full blue section */
.full-blue-section {
	width: 100%;
	display: inline-block;
	background-color: #004ff0;
	vertical-align: top;
}
/* overlay */
.blue-overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    background-color: #004ff0;
    opacity: 0.9;
}
/* hero */
.hero-block {
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 860px;
}
.hero-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.hero-content-col {
    height: 100%;
}
.hero-pic {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: grayscale(1);
    background-color: #004ff0; /* temp */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}
.big-hero-title {
    font-size: 100px;
	margin-bottom: 60px;
}
.hero-breadcrumb {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.big-hero-breadcrumb {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 60px;
}
/* hero lines */
.hero-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.hero-lines-list {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.hero-lines-list li {
    width: 8.33333333%;
    height: 100%;
    display: inline-block;
    border-left: 1px solid #256dff;
}
.hero-lines-list li:first-child {
    border: none;
}
/* hotspot */
.hotspot-content {
	padding: 300px 0;
}
/* newsletter */
.newsletter-block {
    padding-bottom: 200px;
}
.newsletter-intro {
    font-size: 18px;
    color: #004ff0;
    margin-bottom: 10px;
    padding-right: 8.33333333%;
}
.newsletter-desc {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 8.33333333%;
}
/* specifics for newsletter form */
.newsletter-block .form-group {
	margin: 0;
}
.rgpd-title {
    font-size: 10px;
    text-transform: uppercase;
    color: #909090;
    margin-bottom: 10px;
}
.rgpd-title .lb-required {
    font-size: 20px;
    line-height: 0;
    font-weight: 700;
    color: #F42757;
}
.rgpd-desc {
    font-size: 14px;
    color: #909090;
}
.input-newsletter {
    padding-right: 60px;
}
.button-newsletter {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 40px;
    border: 2px solid #000;
	color: #000;
    z-index: 1;
}
.button-newsletter::after {
    content: '';
    position: absolute;
    bottom: -2px;
    display: block;
    height: 2px;
    width: 10px;
    background: #f7f7f7;
    right: 42px;
}
.button-newsletter:hover, .button-newsletter:active  {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}
.newsletter-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.button-desligado {
    border-color: #c7c7c7  !important;
    cursor: not-allowed !important;
}
.button-desligado .newsletter-icon {
    color: #c7c7c7;
}
.button-newsletter.button-desligado:hover, .button-newsletter.button-desligado:focus{ 
    color: #e7e7e7 !important;
    background: transparent !important;
}
.lbl-newsletter-checkbox {
	padding-top: 0;
}
/* modals*/
.modal-open {
    overflow: hidden !important;
}
.modal { /* centers modal */
    text-align: center;
	z-index: 999999998;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-backdrop {
    background: #004ff0;
	z-index: 999999997;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    z-index: 999999;
    width: 70%;
	max-width: 880px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal.in {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.modal-content {
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.modal-body {
    height: 100%;
    min-height: 480px;
    padding: 8.33333333% 0;
    background:#FFF;
    outline: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.4);
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
    position: relative;
}
.programa-modal  .modal-body {
	padding: 0 0 8.33333333%;
}
.modal-close {
    font-size:52px;
    font-weight:400;
    width: 62px;
    height: 62px;
    color: #fff;
    background: #004ff0;
    text-shadow: none;
    float:none;
	border: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity:1;
}
.icon-bar {
    width: 50%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    background: #fff;
}
.modal-close:hover .icon-bar {
    background: #FFF;
}
.icon-bar-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-bar-bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* modals content */
.open-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.open-subtitle {
	font-size: 26px;
    line-height: 1.3;
    text-align: center;
    font-weight: 400;
    color: #004ff0;
	margin-bottom: 50px;
}
/* parallax */
.parallax-main{
    height: 80vh;
    min-height: 768px;
    overflow: hidden;
    position: relative;
}
.parallax-main > * {
   height: 140%;
   position: relative;
   top: -70%;
}
.parallax-main div{
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.parallax-texto{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	text-align: center;
}
/* trigger form */
@-webkit-keyframes pulseTwo {
    0% { 
        -webkit-transform: scale(1);
        transform: scale(1); 
    }
    30% { 
        -webkit-transform: scale(1.3);
        transform: scale(1.3); 
    }
    60% { 
        -webkit-transform: scale(1.05);
        transform: scale(1.05); 
    }
    80% { 
        -webkit-transform: scale(1.2);
        transform: scale(1.2); 
    }
    100% { 
        -webkit-transform: scale(1.05);
        transform: scale(1.05); 
    }
}
@-moz-keyframes pulseTwo {
    0% { 
        -moz-transform: scale(1);
        transform: scale(1); 
    }
    30% { 
        -moz-transform: scale(1.3);
        transform: scale(1.3); 
    }
    60% { 
        -moz-transform: scale(1.05);
        transform: scale(1.05); 
    }
    80% { 
        -moz-transform: scale(1.2);
        transform: scale(1.2); 
    }
    100% { 
        -moz-transform: scale(1.05);
        transform: scale(1.05); 
    }
}
@-o-keyframes pulseTwo {
    0% { 
        -o-transform: scale(1);
        transform: scale(1); 
    }
    30% { 
        -o-transform: scale(1.3);
        transform: scale(1.3); 
    }
    60% { 
        -o-transform: scale(1.05);
        transform: scale(1.05); 
    }
    80% { 
        -o-transform: scale(1.2);
        transform: scale(1.2); 
    }
    100% { 
        -o-transform: scale(1.05);
        transform: scale(1.05); 
    }
}
@keyframes pulseTwo {
    0% { transform: scale(1); }
    30% { transform: scale(1.3); }
    60% { transform: scale(1.05); }
    80% { transform: scale(1.2); }
    100% { transform: scale(1.05); }
}
.button-form-trigger {
	width: 74px;
	height: 250px;
	position: fixed;
	right: 60px;
	bottom: 40px;
	padding: 0;
	border: none;
	background-color: transparent;
	z-index: 999;
	opacity: 1;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.button-form-trigger:hover, .button-form-trigger:active  {
	border: none;
	background-color: transparent;
}
.hidden-trigger {
	opacity: 0;
}
.hero-trigger-text {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    text-decoration: none;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.hero-trigger-icon {
	width: 74px;
	height: 74px;
	font-size: 52px;
	display: inline-block;
	color: #004ff0;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.hero-trigger-icon .icon {
	width: 52px;
	height: 52px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-backface-visibility: hidden;
  	-webkit-transform: translateZ(0) scale(1.0, 1.0);
  	transform: translateZ(0);
	-webkit-animation: pulseTwo 1s infinite;
    -moz-animation: pulseTwo 1s infinite;
    -o-animation: pulseTwo 1s infinite;
    animation: pulseTwo 1s infinite;
    animation-play-state: running;
	-webkit-animation-iteration-count: 10;
	-moz-animation-iteration-count: 10;
	-o-animation-iteration-count: 10;
	animation-iteration-count: 10;
}
/* mobile trigger form */
.mobile-button-form-trigger {
	width: 60px;
	height: 60px;
	position:absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	z-index: 999;
	opacity: 1;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.mobile-button-form-trigger:hover, .mobile-button-form-trigger:active  {
	border: none;
	background-color: transparent;
}
.mobile-hero-trigger-icon {
	width: 40px;
	height: 40px;
	font-size: 40px;
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 20px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.mobile-hero-trigger-icon .icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-backface-visibility: hidden;
  	-webkit-transform: translateZ(0) scale(1.0, 1.0);
  	transform: translateZ(0);
	-webkit-animation: pulseTwo 1s infinite;
    -moz-animation: pulseTwo 1s infinite;
    -o-animation: pulseTwo 1s infinite;
    animation: pulseTwo 1s infinite;
    animation-play-state: running;
	-webkit-animation-iteration-count: 10;
	-moz-animation-iteration-count: 10;
	-o-animation-iteration-count: 10;
	animation-iteration-count: 10;
}
/* jQuery Mosaic v0.15.2 https://github.com/tin-cat/jquery-mosaic */
.jQueryMosaic {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.jQueryMosaic > div,
.jQueryMosaic > a,
.jQueryMosaic > img {
	float: left;
}
.jQueryMosaic > .item {
	position: relative;
}
.jQueryMosaic > .item.withImage {
	background-size: cover;
}
.jQueryMosaic > .item > .overlay {
	opacity: 0;
	position: absolute;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}
.jQueryMosaic > .item:hover > .overlay {
	opacity: 1;
}
.jQueryMosaic > .item > .overlay > .texts {
	position: absolute;
	left: 0px; right: 0px; bottom: 0px;
	padding: 15pt;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.jQueryMosaic > .item > .overlay > .texts h1,
.jQueryMosaic > .item > .overlay > .texts h2 {
	margin: 0;
	line-height: 1.3em;
}
.jQueryMosaic > .item > .overlay > .texts h1 {
	font-size: 17pt;
}
.jQueryMosaic > .item > .overlay > .texts h2 {
	font-size: 13pt;
}
/* carousel a.k.a slider */
.carousel-indicators {
    position: absolute;
    bottom: 100px;
    left: 80px;
	width: auto;
    z-index: 15;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    direction: ltr;
    text-indent: -999em;
    border: 2px solid #fff;
}
.carousel-control {
    width: 46px;
    height: 46px;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 1;
    background-image: none !important;
    border-bottom: none;
    border: 2px solid #FFF;
    background: transparent;
    background: rgba(0,0,0,.0);
    opacity: .5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.carousel-control.left {
    left: 80px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.carousel-control.right {
    right: 80px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev-arrow, .next-arrow {
	font-size: 22px;
	width: 22px;
	height: 22px;
	color: #fff;
	display: inline-block;
	position: absolute;
	top: -5px;
	bottom: 0;
	margin: auto;
}
.prev-arrow {
	left: -5px;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.next-arrow {
	left: 0;
	right: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.carousel-control:hover, .carousel-control:active, 
.carousel-control:focus {
    opacity: 1;
}
/* cookie bar */
#cookie-bar {
    background:#000;
	background: rgba(0,0,0, .9);
    height:auto; 
    line-height:1.3em; 
    color:#fff;
    padding:60px;
}
#cookie-bar.fixed {
    position:fixed; 
    top:0; 
    left:60px; 
    right: 0;  
    margin: auto;
}
#cookie-bar.fixed.bottom {
    bottom:0; 
    top:auto;
}
.cookie-message {
    display: inline-block;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 20px;
}
.cookies-actions {
    display: inline-block;
}
.cb-title {
	font-size:30px !important;
	font-weight: 700;
	color: #004ff0;
	margin-bottom: 30px !important;
}
#cookie-bar a {
	color: #fff;
    display:inline-block; 
    text-decoration:none; 
    padding:0 0 1px;
    border-bottom: 1px solid;
}
#cookie-bar .cb-policy:link, #cookie-bar .cb-policy:visited {
    background:transparent;
    border-bottom:1px solid #fff;
    margin:0;
}
#cookie-bar .cb-policy:hover, #cookie-bar .cb-policy:active {
    border-bottom:1px solid transparent;
}
#cookie-bar .cb-enable {
    min-width: 182px;
    font-size: 14px;
	text-align:center;
	letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px 15px;
	margin: 5px;
    display: inline-block;
    color: #fff;
	position: relative;
    background-color: #004ff0;
    text-decoration: none;
    border: 2px solid #004ff0;
}
#cookie-bar .cb-enable:hover {
    color: #004ff0;
    background:#fff;
    border: 2px solid #fff;
}
#cookie-bar .cb-disable {
    min-width: 182px;
    font-size: 14px;
	text-align:center;
	letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px 15px;
	margin: 5px;
    display: inline-block;
    color: #fff;
	position: relative;
    background-color: #004ff0;
    text-decoration: none;
    border: 2px solid #004ff0;
}
#cookie-bar .cb-disable:hover {
    color: #004ff0;
    background:#fff;
    border: 2px solid #fff;
}
/* no script */
noscript {
	position: relative;
	z-index: 999999999999;
    display: block;
}
.content-404-block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
	padding: 50px 0;
    overflow-y: scroll;
}
.noscript-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}
.noscript-lines-list {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.noscript-lines-list li {
    width: 8.33333333%;
    height: 100%;
    display: inline-block;
    border-left: 1px solid #f0f0f0;
}
.noscript-lines-list li:first-child {
    border: none;
}
.error-logo {
	max-width: 300px;
}
.error-content {
	padding: 100px 0;
}
.error-h1 {
	color: #004ff0;
	text-transform: uppercase;
	font-size: 100px;
	font-weight: 700;
	display: block;
	margin-bottom: .5em;
}
.error-p {
	font-size: 24px;
	line-height: 1.4;
	padding: 0 10%;
}
/* misc text pos */
.home-since-block, .home-info-desc1, .home-info-desc2,
.home-info-desc3, .teambuilding-intro-text, .teambuilding-desc-2,
.teambuilding-desc-3, .eventos-icebreaker-p, .eventos-teamtext-padtop,
.waterpark-desc-2, .waterpark-desc-3 {
	position: relative;
	z-index: 1;
}
/* recaptcha*/
.grecaptcha-badge {
	display: none;
	visibility: hidden;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 3 - NAVIGATION */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* header */
header {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    overflow: hidden;
    z-index: 99999999;
    top: 0;
    left: 60px;
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
header.menu-open {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    left: 0;
}

.header-content {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-right: 60px;
    background: #FFF;
    overflow-y: scroll;
}

.header-trigger {
    width: 60px;
    height: 100%;
    height: 100vh;
    padding: 30px 0;
    position: absolute;
    background: #FFF;
    right: 0;
    border-left: 1px solid #f0f0f0;
}
/* trigger nav */
.menu-icon {
    width: 40px;
    height: 13px;
    padding: 20px 0;
    display: block;
    position: relative;
    margin: auto;
}
.menu-icon.collapsed .menu-icon-line {
    width: 100%;
    height: 2px;
    display: block;
    background: #004ff0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
.menu-icon.collapsed .menu-il-top {
    position: absolute;
    top: 12px;
    right: 0;
    left: auto;
    bottom: auto;
    margin: auto;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}
.menu-icon.collapsed .menu-il-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.menu-icon.collapsed .menu-il-bottom {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: auto;
    top: auto;
    margin: auto;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}
.menu-icon.collapsed:hover .menu-il-top, .menu-icon.collapsed:active .menu-il-top,
.menu-icon.collapsed:hover .menu-il-middle, .menu-icon.collapsed:active .menu-il-middle,
.menu-icon.collapsed:hover .menu-il-bottom, .menu-icon.collapsed:active .menu-il-bottom {
    width: 80%;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0);
}
.menu-icon .menu-icon-line {
    width: 100%;
    height: 2px;
    display: block;
    background: #004ff0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.menu-icon .menu-il-top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.menu-icon .menu-il-middle {
    opacity: 0;
}
.menu-icon .menu-il-bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.menu-icon:hover .menu-il-top, .menu-icon:active .menu-il-top,
.menu-icon:hover .menu-il-bottom, .menu-icon:active .menu-il-bottom {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}
/* phone */
.header-phone:link, .header-phone:visited {
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}
.header-phone:hover, .header-phone:active {
    text-decoration: none;
    color: #004ff0;
}
/* header share title */
.header-share {
    width: 100%;
    height: 60px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.header-share-trigger {
    width: 105%;
    cursor: default;
    -webkit-transform: translate(0%, 0%) rotate(-90deg);
    -moz-transform: translate(0%, 0%) rotate(-90deg);
    -ms-transform: translate(0%, 0%) rotate(-90deg);
    transform: translate(0%, 0%) rotate(-90deg);
}
.header-share-icon {
    width: 12px;
    height: 1px;
    margin-top: -2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #004ff0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.header-share-icon::after {
    content: '';
    height: 12px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: inherit;
}
.header-share:hover .header-share-icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-share-title {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: inline-block;
    opacity: 1;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.header-share:hover .header-share-title {
    opacity: 0;
}
.header-share-list {
    padding: 10px 10px 0;
    margin: 0;
    position: absolute;
    bottom: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    opacity: 0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    visibility: hidden;
}
.header-share:hover .header-share-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-share-list li {
    margin: 4px 0;
}
.header-share-a,.header-share-a:link, .header-share-a:visited {
    color: #000;
    font-size: 10px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.header-share-a:hover, .header-share-a:active {
    color: #004ff0;
}
.header-share:hover .header-share-a {
  font-size: 30px;
}
/* menu content */
#sidebar-menu, #main-menu  {
    position: relative;
    z-index: 1;
}
.menu-logo-block { /* logo */
    margin: 30px;
    position: absolute;
    z-index: 2;
}
.menu-logo-a:link, .menu-logo-a:visited { /* logo */
    width: 400px;
    height: 100px;
    display: block;
}
.language-block { /* language */
    top: 30px;
    right: 60px;
    margin-right: 60px;
    position: absolute;
    z-index: 2;
}
.menu-language { /* language */
    display: inline-block; 
    position: relative;
}
.menu-language-selector { /* language */
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background-color: #FFF;
    padding: 16px 28px;
    text-align: left;
    min-width: 182px;
    width: 100%;
    z-index: 1;
    border:2px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.menu-language-selector::after { /* language *//* arrow selector */
    content: '';
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 6px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.menu-language.open .menu-language-selector::after { /* language *//* arrow selector open */
    bottom: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-language-drop { /* language */
    padding: 0;
    margin: 0 !important;
    float: none;
    min-width: 178px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    border: none;
    border-top: 2px solid #000;
}
.menu-language-drop li {
    border: 2px solid #000; 
    margin-top: -2px;
}
.menu-language-drop li .language-option:link, .menu-language-drop li .language-option:visited { /* language */
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    color: #000;
    background-color: #FFF;
    padding: 14px 30px 10px;
    text-align: left;
    min-width: 178px;
    width: 100%;
    clear: both;
    border: none;
    text-decoration: none;
    white-space: inherit;
}
.menu-language-drop li .language-option:hover, .menu-language-drop li .language-option:active { /* language */
    color: #FFF;
    background: #000;
}
.menu-language-check { /* language */
    float: right;
    opacity: 0;
}
.language-option.language-selected .menu-language-check { /* language */
    opacity: 1;
}
.sidebar-content { /* sidebar content*/
    padding: 0 15px;
}
.sidebar-desc {
    font-size: 30px;
    color: #004ff0;
    padding-right: 60px;
    margin-bottom: 60px;
}
.social-media-list {
    font-size: 0;
}
.social-media-list li {
    width: 80%;
    display: block;
    margin-bottom: 20px;
}
.social-media-list li:last-child {
    margin-bottom: 0;
}
.social-media-title {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.menu-social-a:link, .menu-social-a:visited {
    width: 80%;
    display: block;
    color: #000;
    text-decoration: none;
}
.menu-social-icon {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.menu-social-desc {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}
.menu-social-a:hover .menu-social-desc, .menu-social-a:active .menu-social-desc {
    text-decoration: underline;
}
/* nav */
nav {
    margin-bottom: 60px;
}
.menu-list { /* menu */
    width: 100%;
    display: inline-block;
    margin-bottom: -30px;
    counter-reset: navitens;
}
.menu-list li { /* menu */
    margin-bottom: 30px;
}
.menu-list li::before { /* menu */
    font-size: 14px;
    font-weight: 700;
    color: #004ff0;
    counter-increment: navitens;
    content: counter(navitens);
}
.nav-link:link, .nav-link:visited { /* menu */
    font-size: 48px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 2px 6px;
}
.nav-link:link::after, .nav-link:visited::after { /* menu */
    content: '';
    position: absolute;
    width: 0;
    height: 10px;
    top: 0;
    bottom: 8px;
    left: 0;
    margin: auto;
    background-color: #004ff0;
    z-index: -1;
    -webkit-transition:width .2s ease;
    -moz-transition:width .2s ease;
    -o-transition:width .2s ease;
    transition:width .2s ease;
}
.nav-link:hover::after, .nav-link:active::after { /* menu */
    width: 100%;
}
.submenu-list { /* submenu */
    margin-bottom: -20px;
    font-size: 0;
}
.submenu-list li { /* submenu */
    margin-bottom: 20px;
}
.subnav-link:link, .subnav-link:visited { /* submenu */
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.subnav-link:link::after, .subnav-link:visited::after { /* submenu */
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: -2px;
    z-index: -1;
} 
.subnav-link:hover::after, .subnav-link:active::after { /* submenu */
    width: 0;
} 
/* header lines */
.header-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-right: 60px;
    z-index: 0;
}
.header-lines-list {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.header-lines-list li {
    width: 25%;
    height: 100%;
    display: inline-block;
    border-left: 1px solid #f0f0f0;
}
.header-lines-list li:first-child {
    border: none;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 4 - FOOTER */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
footer {
    padding: 3rem 0;
    background: #000;
}
.footer-external {
	font-size: 14px;
	color: #DDD;
	text-align: right;
}
.footer-copy {
	color: #004ff0;
}
.footer-google {
	font-size: 14px;
	font-weight: 400;
	color: #1361ff;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 5 - HOMEPAGE */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* hero */
.home-hero-intro-txt {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b6b9e2;
    margin-bottom: 40px;
    display: inline-block;
}
.home-hero-title {
    font-size: 200px;
    font-weight: 700;
    line-height: .7;
    color: #FFF;
    margin-top: 25px;
}
.home-hero-hashtag {
    right: 40px;
    top: 50%;
    display: block;
    margin: auto;
    position: absolute;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: translate(50%, -100%) rotate(90deg);
    -moz-transform: translate(50%, -100%) rotate(-90deg);
    -ms-transform: translate(50%, -100%) rotate(-90deg);
    -o-transform: translate(50%, -100%) rotate(-90deg);
    transform: translate(50%, -100%) rotate(-90deg);
}
.home-hero-hashtag p {
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
}
.home-hero-scroll:link, .home-hero-scroll:visited {
    font-size: 11px;
    font-weight: 700;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
    color: #FFF;
    position: absolute;
    text-align: center;
    bottom: 80px;
}
.home-hero-scroll:hover, .home-hero-scroll:active {
    text-decoration: none;
}
.chevron {
    position: absolute;
    width: 20px;
    height: 2px;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale3d(1.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    animation-iteration-count: 4;
    pointer-events: none;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
    animation-iteration-count: 4;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
    animation-iteration-count: 4;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 0.4;

  }
  33% {
    opacity: 0.5;
    transform: translateY(30px);
  }
  67% {
    opacity: 0.7;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(45px) scale3d(0.5, 0.5, 0.5);
  }
}
/* offers */
.home-offers-block {
	background: #f7f7f7;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 69%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(69%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 69%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 69%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 69%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 69%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
}
.offers-slider-block {
    position: relative;
}
.offers-card:link, .offers-card:visited {
    width: 90%;
    height: 80vh;
    min-height: 680px;
    max-height: 900px;
	margin: 10% 5%;
    padding: 0 10%;
	text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.offers-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.offers-card:hover .offers-pic, .offers-card:visited .offers-pic {
	transform: scale(1.2);
}
.offers-pic::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(0,0,0,0.8);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    opacity: 1;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.offers-card:hover .offers-pic::before, .offers-card:visited .offers-pic::before {
	background: #004ff0;
    opacity: .8;
}
.offers-title {
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.offers-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #004ff0;
    left: 0;
    bottom: -10px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}
.offers-card:hover .offers-title::after, .offers-card:active .offers-title::after {
    width: 1000%;
	background-color: #fff;
}
.offers-desc {
    line-height: 1.3;
    color: #FFF;
	padding-right: 20%;
    margin-bottom: 30px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.offers-card:hover .offers-desc, .offers-card:active .offers-desc {
    opacity: 0;
}
.fake-button {
    font-size: 16px;
	letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px 15px;
	margin: 0;
    display: inline-block;
    color: #fff;
	position: relative;
    background-color: #004ff0;
    text-decoration: none;
    border: 2px solid #004ff0;
}
.offers-card:hover .fake-button, .offers-card:active .fake-button {
    color: #004ff0;
    background-color: #fff;
    border: 2px solid #fff;
}
.offers-arrows-block {
    position: absolute;
    bottom: 30px;
    left: 30px;
	display: none;
}
.offers-controls-list {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.offers-controls-list li {
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    border: 2px solid #FFF;
    opacity: .7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
}
.offers-controls-list li:last-child {
    margin-right: 15px;
}
.offers-controls-list li:hover {
    cursor: pointer;
    opacity: 1;
}
.offers-icon {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    margin-top: 3px;
}
.offers-counter {
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}
/* presentation */
.home-presentation-pitch-block {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 80px 0 120px;
}
.home-presentation-text {
    color: #004ff0;
    line-height: 1.3;
	padding-bottom: 0;
	margin-bottom: 0;
}
.clients-slider-block {
    width: 100%;
    display: inline-block;
	padding-top: 80px;
    padding-bottom: 240px;
}
.clients-slider-img {
	display: inline-block;
    height: 200px;
    width: auto;
    margin: auto;
}
.slick-list {} /* overall slick */
.slick-slide {
	cursor: all-scroll;
	margin-bottom: 30px;
}
.slick-slide:focus {
     border: none;
    outline: none;
}
.slick-dots {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.slick-dots li {
	display: inline-block;	
	margin: 0 3px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
    display: inline-block;
    padding: 0;
	color: #004ff0;
    background-color: transparent;
    border: 2px solid #004ff0;
	text-indent: -999em;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
    background-color: #004ff0;
}

.home-offset-pic0 {
	margin-top: -100px;
	z-index: 0;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.home-offset-pic1 {
	margin:-100px 0 -300px;
	z-index: 0;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* key info*/
#key-info {
    padding: 200px 0 300px;
    position: relative;
    overflow: hidden;
}
.home-key-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #004ff0;
    margin-bottom: 30px;
}
.home-key-desc {
    line-height: 1.6;
}
.home-info-desc1 {
	margin-top: -100px;
	padding-bottom: 100px;
}
.home-info-desc2 {
	padding-top: 0; 
}
.home-info-desc3 {
	padding-top: 100px;
}
.scroll-list {
    font-size: 60px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 100%;
    bottom: 0;
    left: 20%;
	padding-top: 100px;
    margin: auto;
}
.scroll-list li {
    color: #f7f7f7;
    margin-bottom: 20px;
}
.scroll-list li:last-child {
    margin-bottom: 0;
}
/* key-numbers */
#key-numbers {
    padding-bottom: 160px;
}
.key-numbers-block {
	padding: 0 10%;
}
.key-numbers-title {
    font-size: 160px;
	line-height: 1;
    font-weight: 700;
    color: #004ff0;
	margin-bottom: -15px;
}
.key-numbers-desc {
    padding-right: 20%;
	color: #004ff0;
}
.home-parallax-block {
	margin-bottom: 180px;
}
.home-parallax-logo {
	max-width: 80px;
	opacity: .2;
	margin: auto;
}
.home-parallax-list {
	font-size: 0;
	margin-top: 20px;
}
.home-parallax-list li {
	display: inline-block;
	margin: 20px 10px;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 6 - TEAMBUILDING */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.teambuilding-intro-1 {
	width: 100%;
	display: inline-block;
	padding: 170px 0;
}
.teambuilding-intro-text {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 60px;
	margin-top: 0;
}
.teambuilding-programas-block {
	width: 100%;
	padding: 140px 0 80px;
	display: inline-block;
	color: #fff;
	background-color: #000;
}
.teambuilding-pic0 {
	margin-bottom: -80px;
	position: relative;
	z-index: 1;	
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.teambuilding-programas-block p {
	font-size: 42px;
	line-height: 1;
	margin: 0;
}
.programas-list {
	width: 100%;
	margin: 60px 0;
	display: inline-block;
}
.programas-list li {
	margin-top: 120px;
	margin-bottom: 120px;
}
.programas-list li:nth-child(2) {
	margin-top: 300px;
}
.programas-list li:nth-child(3) {
	margin-top: 0;
}
.programa-card {
	width: 78%;
	max-width: 570px;
	padding-top: 55%;
	display: inline-block;
	position: relative;
	background-color: #004ff0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 15%;
	z-index: 1;
}
.atividade {
	width: 390px;
	height: 290px;
	padding: 40px;
	display: inline-block;
	position: absolute;
	color: #fff;
	background-color: rgba(0,79,240, .7);
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}
.atividade-bottom-left {
	left: -60px;
	bottom: -60px;
}
.atividade-middle-left {
	top: 50%;
	transform: translateY(-50%);
	left: -60px;
}
.atividade-top-right {
	top: -60px;
	right: -60px;
}
.atividade-middle-center {
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.programa-card:hover .atividade, .programa-card:active .atividade {
	background-color: rgba(0,79,240, 1);
}
.programas-md-title {
	margin: 0 0 40px;
}
.programas-action-p {
	margin: 0;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.square-plus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 14px;
    margin-top: -6px;
    margin-right: 8px;
    font-size: 16px;
}
.square-plus::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.teambuilding-testemunhos-carousel-indicators {
	position: absolute;
    width: 100%;
    height: 100%;
}
.teambuilding-testemunhos-carousel-indicators .carousel-indicators {
    position: absolute;
    bottom: -80px;
    left: 0;
}
.teambuilding-testemunhos-carousel-indicators .carousel-indicators li {
    border: 2px solid #004ff0;
}
.teambuilding-testemunhos-carousel-indicators .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #004ff0;
}
.teambuilding-blockquote-block {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	cursor: all-scroll;
}
.teambuilding-testemunho {
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3;
	margin: 0 15% 20px 10px;
}
.teambuilding-desc-1 {
	transform: translateY(50%);
	z-index: 2;
	position: relative;
}
.teambuilding-vip-block {
	padding: 400px 0 300px;
}
.teambuilding-vip-quote {
	margin: 0 0 10px;
}
.teambuilding-overflow-watermark {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.teambuilding-big-wt {
	top: 15%;
	left: 10%;
}
.teambuilding-offset-pic1 {
	margin-top: -100px;
	z-index: 1;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.teambuilding-desc-img {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 20px 30px 18px;
	background-color: #004ff0;
	position: absolute;
	z-index: 1;
	top: 60px;
	right: -60px;
}
.teambuilding-desc-2 {
	padding-top: 220px;
}
.teambuilding-desc-3 {
	padding-top: 180px;
}
.teambuilding-offset-pic2 {
	z-index: 1;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.teambuilding-carousel-breadcrumb {
	font-size: 14px;
	text-transform: uppercase;
	color: #2176f8;
	margin-bottom: 20px;
}
.teambuilding-carousel-title {
    font-size: 56px;
    font-weight: 700;
	color: #fff;
	margin: 0 0 60px 0;	
}
.teambuilding-carousel-desc {
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}
.teambuilding-modal-pic {
	width: 100%; 
	padding-top: 56.25%; 
	background-size: cover;
}
.teambuilding-modal-title {
	margin: 60px 0 30px;
	font-size: 30px;
	color: #004ff0;
}
.teambuiding-modal-desc {
	margin-bottom: 60px;
}
.teambuilding-modal-list-title {
	font-size: 14px;
	font-weight: 700;
	color: #004ff0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.teambuilding-modal-list {
	list-style-position: inside;
	list-style-type: disc;
}
.teambuilding-modal-list li {
	margin-bottom: 10px;
	color: #004ff0;
}
.teambuilding-modal-list li:last-child {
	margin-bottom: 0;
}
.teambuilding-modal-list li p {
	display: inline-block;
	color: #000;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 7 - EVENTOS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.eventos-hero-list {
	width: 100%;
	display: inline-block;
	font-size: 0;
}
.eventos-hero-list li {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 20px;
}
.eventos-hero-list li::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.eventos-hero-list li:first-child::before {
	display: none;
}
.eventos-icebreaker {
	padding: 200px 0;
}
.eventos-offset-pic0 {
	margin-bottom: -160px;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.eventos-pic0::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #004ff0;
	top: -20px;
	left: -20px;
}
.eventos-icebreaker-p {
	margin-top: 140px;
}
.eventos-descricao-top {
	padding-top: 140px;
}
.eventos-overflow-watermark {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.eventos-descricao-h2 {
	padding: 160px 0;
}
.eventos-qualidade-padtop {
	padding-top: 60px;	
}
.eventos-team-padtop {
	padding-top: 100px;	
}
.eventos-teamtext-padtop {
	padding-top: 40px;
}
.eventos-offset-pic1 {
	margin-bottom: -100px;
	z-index: 1;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.eventos-big-wt {
	left: 30%;
	top: 45%;
}
.eventos-carousel-breadcrumb {
	font-size: 14px;
	text-transform: uppercase;
	color: #2176f8;
	margin-bottom: 20px;
}
.eventos-carousel-title {
	color: #fff;
	margin: 0 0 60px 0;
	
}
.eventos-carousel-desc {
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 8 - TOURS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.tours-offset-pic0 {
	margin-top: -100px;
	z-index: 1;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.tours-content-copy-1 {
	margin-top: 200px;
}
/**/
.parallax-paragraph {
	font-size:32px; 
	font-weight: 300; 
	line-height: 1.2;
}
.tours-parallax-line { 
	width: 2px; 
	height: 150px; 
	position: absolute;
	bottom: -50px; 
	background-color: #fff; 
	display: block; 
	left: 0; 
	right: 0; 
	margin: auto;
}
/**/
.tours-programs-list {}
.tours-programs-list > li {
	margin-bottom: 100px;
}
.tours-programs-list li:last-child {
	margin-bottom: 0;
}
.tours-list-image {
	width: 90%; 
	height: 80vH; 
	min-height: 580px;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center center;
	cursor: all-scroll;
}
.tours-programs-list li:nth-last-child(odd) .tours-list-image {
	margin-left: 10%;
}
.tours-programs-list li:nth-last-child(even) .tours-list-image {
	margin-left: 0;
}
.tours-programs-list li:nth-last-child(odd) .carousel-indicators {
	bottom: 40px;
	left: auto;
	right: 8.33333333%;
}
.tours-programs-list li:nth-last-child(even) .carousel-indicators {
	bottom: 40px;
	left: 8.33333333%;
}
.tours-program-content {
	display: inline-block; 
	background-color: rgba(0,79,240,.8); 
	bottom:40px;
	position: absolute;
}
.tours-programs-list li:nth-child(even) .tours-program-content {
	right: 8.33333333%;
}
.tours-program-inner-content {
	padding: 40px;
}
.tours-number {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.tours-name {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 40px;
}
.tours-desc {
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
}
/**/
.tours-desc-block {
	padding: 100px 0 240px;
}
.tours-overflow-watermark {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.tours-big-wt {
	font-weight: 100 !important;
	opacity: .2 !important;
	top: 15%;
	left: 10%;
}
#tours-quotes-carousel {
	margin-top: -200px;
}
.tours-quotes-carousel-indicators {
	position: absolute;
    width: 100%;
    height: 100%;
}
.tours-quotes-carousel-indicators .carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 0;
	min-width: 60px;
}
.tours-quotes-carousel-indicators .carousel-indicators li {
    border: 2px solid #fff;
}
.tours-quotes-carousel-indicators .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #fff;
}
.tours-blockquote-block {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	cursor: all-scroll;
}
.tours-vip-quote {
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 5% 20px 10px;
	color: #fff;
}
.tours-vip-author {
	color: #fff;
	font-weight: 400;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 9 - WATER PARK */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.waterpark-intro-block {
	padding-bottom: 0;
}
.waterpark-h3-intro {
	padding: 130px 0 200px;
}
.waterpark-pic0 {
	margin-top: -160px;
	margin-bottom: -80px;
	position: relative;
	z-index: 1;	
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.waterpark-audience-block {
	padding: 180px 0;
}
.waterpark-familia {
	margin-top: 200px;
}
.waterpark-desc-block {
	padding: 100px 0 240px;
}
.waterpark-overflow-watermark {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.waterpark-big-wt {
	top: 15%;
	left: 10%;
}
.waterpark-vip-quote {
	margin: 0 0 10px;
}
.waterpark-offset-pic1 {
	margin-top: -100px;
	z-index: 1;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.waterpark-desc-img-combo {
	display: inline-block;
}
.waterpark-desc-img {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 20px 30px 18px;
	background-color: #004ff0;
	position: absolute;
	z-index: 1;
	top: 60px;
	right: -60px;
}
.waterpark-desc-2 {
	padding-top: 160px;
}
.waterpark-desc-3 {
	padding-top: 180px;
}
.waterpark-offset-pic2 {
	z-index: 1;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.waterpark-testemunhos-carousel-indicators {
	position: absolute;
    width: 100%;
    height: 100%;
}
.waterpark-testemunhos-carousel-indicators .carousel-indicators {
    position: absolute;
    bottom: -80px;
    left: 0;
}
.waterpark-testemunhos-carousel-indicators .carousel-indicators li {
    border: 2px solid #004ff0;
}
.waterpark-testemunhos-carousel-indicators .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #004ff0;
}
.waterpark-blockquote-block {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	cursor: all-scroll;
}
.waterpark-testemunho {
	font-size: 28px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3;
	margin: 0 15% 20px 10px;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 10 - SOBRE NóS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.sobrenos-hero {
    height: 80vh;
    min-height: 860px;
}
.sobrenos-hero-breadcrumb {
	font-size: 48px;
	line-height: 1;
	color: #004ff0;
}
.sobrenos-hero-title {
	font-size: 220px;
	line-height: 1;
	color: #004ff0;
	margin: 0;
}
.sobrenos-slider-img {
	width: 100%;
	height: 80vH;
	min-height: 800px;
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
}
.sobrenos-stats-block {
	width: 100%;
	padding: 100px 0;
	display: inline-block;
	background-color: #004ff0;
}
.sobrenos-stats-pad {
	padding: 0 10%;
}
#containerContadores {
	list-style-type: none;
}
#containerContadores .big-number {
	color: #2176f8;
}
.sobrenos-offset-pic0 {
	margin-top: -60px;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sobrenos-offset-pic1 {
	margin-top: -150px;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sobrenos-offset-pic2 {
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 11 - CONTACTOS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* hero */
.contacts-hero {
    width: 100%;
    height: auto;
    min-height: inherit;
    padding: 200px 0;
    display: inline-block;
}
.contactos-hero-title {
    padding-right: 20%;
}
/* contacts */
#contacts {
    padding-bottom: 160px;
}
#contacts-info {
    padding-bottom: 180px;
}
.contacts-pitch {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    padding: 140px 0;
}
.contacts-info-list {
    font-size: 0;
    position: relative;
}
.contacts-info-list::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 16px;
    background-color: #004ff0;
    top: 0;
    right: 110%;
}
.contacts-info-list li {
    margin-bottom: 110px;
}
.contacts-info-list li:last-child {
    margin-bottom: 0;
}
.contacts-info-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #004ff0;
    margin-bottom: 20px;
}
.contacts-info-item {
    font-size: 68px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}
.contacts-info-title.cii-white, .contacts-info-item.cii-white {
    color: #fff;
}
.contacts-info-item a:link, .contacts-info-item a:visited {
    color: #000;
    text-decoration: none;
}
.contacts-info-item a:hover, .contacts-info-item a:active {
    color: #004ff0;
}
#contacts-map {
    width: 100%;
    padding: 140px 0 0;
    position: relative;
    display: inline-block;
}
#contacts-map::after {
    content: '';
    position: absolute;
    background-color: #004ff0;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: inline-block;
}
.cm-top, .cm-bottom {
    position: relative;
    z-index: 1;
}
.map-block {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    box-shadow: 0 20px 80px 0 rgba(0,0,0, .1);
    margin-top: 100px;
}
#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
/* clocks */
.contacts-clocks-block {
    padding-bottom: 200px;
}
.canvas-location {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #004ff0;
    margin-top: 20px;
    
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 12 - LEGAL */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* Termos e Condições *//* Política de Privacidade */
.legal-content h3 {
	font-size: 36px;
	text-transform: uppercase;
	margin: 120px 0 20px;
	color: #004ff0;
}
.legal-content h4 {
	font-size: 36px;
	margin: 40px 0 10px;
}
.data-atualizacao {
	font-size: 14px;
	margin-bottom: 80px;
	color: #909090;
}
.legal-content p, .legal-content ul, .legal-content ul li {
	font-size: 22px;
	line-height: 1.4;
}
.legal-content ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-position: inside;
}
.legal-content ul li {
	margin-bottom: 15px;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 13 - MEDIA QUERIES */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
@media all and (max-width: 1659px) {
    /* 3 - navigation */
    .nav-link:link, .nav-link:visited {
        font-size: 38px;
    }
}
@media all and (max-width: 1560px) {
	/* 5 - homepage */
	.offers-card:link, .offers-card:visited {
		width: 100%;
		height: 70vh;
		margin: 0;
	}
	.offers-arrows-block {
		display: none;
	}
	/* 11 - contactos */
	.contacts-info-item {
		font-size: 52px;
	}
}
@media all and (max-width: 1399px) {
	/* 2 - modular */
	.newsletter-desc {
    	font-size: 26px;
    	line-height: 1.2;
	}
	.home-since-block {
		padding-bottom: 120px;	
	}
    /* 3 - navigation */
    .nav-link:link, .nav-link:visited {
        font-size: 32px;
    }
	/* 5 - homepage */
	.offers-arrows-block {
		display: inline-block;
		position: absolute;
		bottom: 100px;
    	left: 60px;
	}
	.home-hero-intro-txt {
		font-size: 20px;
	}
	.home-hero-title {
		font-size: 160px;
		line-height: .8;
	}
	.home-presentation-text {
		line-height: 1.1;
	}
	.clients-slider-block {
		padding-top: 20px;
		padding-bottom: 180px;
	}
	.home-offset-pic1 {
		margin: 0 0 -300px;
	}
	.key-numbers-title {
		font-size: 130px;
	}
	.key-numbers-desc {
		line-height: 1.2;
		padding-right: 10%;
	}
	/* 05 - team building */
	.teambuilding-programas-block {
		padding: 80px 0;
	}
	/* 07 - eventos */
	.eventos-icebreaker-p {
		margin-bottom: 140px;
	}
	.eventos-descricao-h2 {
		padding: 0 0 160px;
	}
	.eventos-teamtext-padtop {
		padding-bottom: 80px;
	}
	/* 08 - tours */
	.tours-list-image {
    	height: 40vH;
		min-height: 520px;
	}
	.tours-program-content {
		width: 50%;
	}
	.tours-program-inner-content {
		padding: 8.33333333%;
	}
	/* 10 - sobre nos */
	#sobrenos-descricao .sm-title {
		margin-bottom: 0;
	}
	.sobrenos-pitch {
		text-align: left;
	}
	#sobrenos-descricao .lg-paragraph {
		font-size: 38px;
		font-weight: 700;
		line-height: 1.3;
	}
	.sobrenos-slider-img {
		height: 65vH;
    	min-height:720px;
	}
	/* 11 - contactos*/
	.contacts-info-item {
    	font-size: 46px;
	}
}
@media all and (max-width: 1199px) {
	/* 2 - modular */
	.hero-lines-list li {
    	width: 16.66666667%;
	}
	.hero-lines-list li:nth-child(n+7) {
		display: none;
	}
	.parallax-main {
		height: 40vh;
		min-height: 568px;
	}
    /* 3 - navigation */
    .header-content {
        padding-top: 60px;
    }
    #main-menu.full-height, #sidebar-menu.full-height {
        height: auto;
    }
    #main-menu .table-vam, #sidebar-menu .table-vam {
        display: block;
    }
    #main-menu {
        margin-bottom: 80px;
    }
    #sidebar-menu {
        padding-bottom: 60px;
    }
    .menu-logo-block {
        position: relative;
    }
    .sidebar-desc {
        display: none;
    }
    .menu-list {
        margin-top: 80px;
        padding: 0 15px;
    }
    .submenu-list {
        padding: 0 15px;
    }
    nav {
        margin-bottom: 10px;
    }
    .nav-link:link, .nav-link:visited {
        font-size: 48px;
    }
    .social-media-list li {
        display: inline-block;
        width: auto;
    }
    .social-media-list li:first-child {
        display: none;
    }
    .header-lines {
        top: 0;
    }
	/* 5 - homepage */
	.home-hero-intro-txt {
		font-size: 26px;
	}
	.home-hero-title {
		font-size: 140px;
		line-height: .9;
	}
	.home-presentation-text{
		font-size: 46px;
	}
	.clients-slider-block {
		padding-top: 0;
		padding-bottom: 120px;
	}
	#key-info {
		padding: 200px 0;
	}
	.home-offset-pic0 {
		margin-top: 0;
	}
	.home-since-block {
		padding: 120px 0;
	}
	.home-offset-pic1 {
		margin: 0 auto;
	}
	.key-numbers-block {
		padding: 0;
	}
	.key-numbers-title {
		font-size: 80px;
		margin-bottom: 0;
	}
	.key-numbers-desc {
		padding-right: 10%;
		line-height: 1.2;
	}
	/* 6 - teambuilding */
	.teambuilding-intro-text {
		margin-top: 60px;
		margin-bottom: 120px;
		font-size: 20px;
	}
	.teambuilding-testemunho {
		font-size: 20px;
	}
	.teambuilding-desc-1 {
		margin-top: -60px;
	}
	.teambuilding-big-wt {
		top: 7%;
	}
	.teambuilding-desc-2 {
		padding-top: 120px;
	}
	.teambuilding-desc-3 {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.programas-list li:nth-child(2), .programas-list li:nth-child(3) {
		margin-top: 120px;
	}
	/* 07 - eventos */
	.eventos-icebreaker {
		padding: 100px 0;
	}
	.eventos-offset-pic0 {
		margin-bottom: 80px;
	}
	.eventos-icebreaker-p {
		margin-top: 0;
		margin-bottom: 140px;
	}
	.eventos-descricao-h2 {
		padding: 0 0 120px;
	}
	.eventos-offset-pic1 {
		padding-top: 80px;
	}
	.eventos-teamtext-padtop {
		padding-bottom: 0;
	}
	#eventos-carousel .hero-block {
		height: 70vH;
		min-height: 680px;
	}
	#eventos-carousel .hero-content {
		padding: 100px 0;
	}
	#eventos-carousel .carousel-indicators {
		left: 18.66666667%;
		bottom: 60px;
	}
	#eventos-carousel .carousel-control.left {
		left: 60px;
	}
	#eventos-carousel .carousel-control.right {
		right: 60px;
	}	
	/* 08 - tours */
	.tours-offset-pic0 {
		margin-top: -20px;
	}
	.tours-parallax-text-inner {
		padding: 100px 8.33333333%;
	}
	.tours-program-content {
		width: 60%;
		max-width: 600px;
	}
	.tours-programs-list li:nth-child(even) .tours-program-content {
		left: 40%;
	}
	.tours-programs-list li:nth-last-child(odd) .carousel-indicators {
		bottom: 60px;
	}
	.tours-list-image {
    	height: 40vH;
		min-height: 440px;
	}
	.tours-program-content {
		position: relative;
	}
	.tours-program-inner-content {
		padding: 8.33333333%;
	}
	/* 9 - water park*/
	.waterpark-big-wt {
		top: 7%;
	}
	.waterpark-pic0 {
		margin-top: -60px;
	}
	/* 10 - sobre nos */
	.sobrenos-offset-pic1 {
		margin-top: 80px;
		margin-bottom: -220px;
		z-index: 2;
		position: relative;
	}
	#containerContadores li {
		margin-bottom: 60px;
	}
	#containerContadores li:last-child {
		margin-bottom: 0;
	}
	.sobrenos-stats-pad .xxs-paragraph {
		font-size: 18px;
	}
	.vip-quote {
		font-size: 44px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	#sobrenos-descricao .sm-title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.sobrenos-pitch {
		text-align: left;
	}
	#sobrenos-descricao .lg-paragraph {
		font-size: 38px;
		font-weight: 700;
		line-height: 1.3;
	}
	.sobrenos-slider-img {
		height: 55vH;
    	min-height: 660px;
	}
	/* 11 - contactos*/
	.contacts-pitch {
		font-size: 24px;
	}
	.contacts-info-item {
    	font-size: 44px;
	}
}
@media all and (max-width: 991px) {
	/* 2 - modular */
	.big-hero-breadcrumb {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.big-hero-title {
		font-size: 72px;
		margin-bottom: 40px;
	}
	.home-hero-hashtag {
		display: none;
	}
	.content-404-block .table-vam, 	.content-404-block .cell-vam {
		display: block;
	}
	.error-logo {
		padding-top: 60px;
	}
	.error-content {
		padding: 40px 0;
	}
	.error-h1 {
		font-size: 40px;
	}
	.error-p {
		font-size: 18px;
		padding: 0;
	}
	.error-copy {
		padding-bottom: 60px;
	}
	.sobrenos-hero {
		height: 100%;
		min-height: 100%;
		padding: 140px 0;
	}
	.sobrenos-hero-breadcrumb {
		font-size: 38px;
	}
	.sobrenos-hero-title {
		font-size: 160px;
	}
	.cookies-actions {
		margin-top:40px;
	}
	/* 4 - footer */
	.footer-external {
		text-align: left;
		margin-bottom: 30px;
	}
	/* 5 - homepage */
	.home-hero-intro-txt {
		font-size: 24px;
	}
	.offers-card:hover .offers-pic, .offers-card:visited .offers-pic {
		transform: scale(1);
	}
	.offers-card:hover .offers-pic::before, .offers-card:visited .offers-pic::before {
		background: rgba(0,0,0,0.8);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.45) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    	opacity: 1;
	}
	.offers-card:hover .offers-title::after, .offers-card:active .offers-title::after {
		width: 100%;
		background-color: #004FF0;
	}
	.offers-card:hover .offers-desc, .offers-card:active .offers-desc {
		opacity: 1;
	}
	.home-presentation-text {
		font-size: 44px;
	}
	.clients-slider-block {
		padding-top: 10px;
		padding-bottom: 80px;
	}
	.home-since-block {
		padding: 120px 0;
	}
	.home-offset-pic1 {
		margin: 0;
	}
	#key-info {
		padding: 200px 0;
	}
	#key-numbers {
		padding-bottom: 40px;
	}
	.key-numbers-block {
		padding-bottom: 80px;
	}
	.key-numbers-title {
		font-size: 100px;
	}
	.key-numbers-desc {
		font-size: 17px;
		padding-right: 15%;
		line-height: 1.2;
	}
	.parallax-main {
		height: 80vh;
		min-height: 680px;
	}
	/* 6 - teambuilding */
	.teambuilding-intro-1 {
		padding: 100px 0;
	}
	.teambuilding-intro-text {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 120px;
	}
	.teambuilding-programas-block {
		padding: 120px 0 80px;
	}
	.programas-list li:nth-child(2), .programas-list li:nth-child(3) {
		margin-top: 120px;
	}
	.teambuilding-testemunho {
		font-size: 20px;
	}
	.teambuilding-vip-block {
		padding: 300px 0 200px;
	}
	.teambuilding-big-wt {
		top: 7%;
	}
	.teambuilding-desc-2 {
		padding-top: 120px;
	}
	.teambuilding-desc-3 {
		padding-top: 60px;
		padding-bottom: 120px;
	}
	/* 7 - eventos */
	.eventos-hero-list li {
		font-size: 24px;
	}
	.eventos-offset-pic0 {
		margin-bottom:60px;
	}
	.eventos-descricao-h2 {
		padding: 120px 0;
	}
	.eventos-icebreaker-p {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.eventos-descricao-top {
		padding-top: 0;
	}
	.eventos-big-wt {
		left: 30%;
		top: 10%;
	}
	.eventos-team-padtop {
		padding-top: 0;
	}
	.eventos-teamtext-padtop {
		padding-top: 60px;
	}
	.eventos-offset-pic1 {
		margin-bottom: 100px;
		margin-top: 60px;
		padding-top: 0;
	}
	#eventos-carousel .hero-block {
		height: 60vH;
		min-height: 560px;
	}
	#eventos-carousel .hero-content {
		padding: 100px 0;
	}
	#eventos-carousel .carousel-indicators {
		left: 18.66666667%;
	}
	#eventos-carousel .carousel-control.left {
		left: 60px;
	}
	#eventos-carousel .carousel-control.right {
		right: 60px;
	}
	/* 08 - tours */
	.tours-content-copy-1 {
		margin-top: 140px;
	}
	.tours-offset-pic0 {
		margin-top: 100px;
	}
	.tours-parallax-text-inner {
		padding: 100px 8.33333333%;
	}
	#tours-intro-programs .parallax-main {
		height: 50vh;
    	min-height: 480px;
	}
	.tours-parallax-img {
		height: 100%;
   		top: 0;
	}
	.parallax-paragraph {
		font-size: 28px;
	}
	.tours-programs-list li:nth-child(even) .tours-program-content {
		right: 0;
	}
	.tours-programs-list li:nth-last-child(odd) .carousel-indicators {
		bottom: 60px;
	}
	.tours-list-image {
    	height: 40vH;
		min-height: 400px;
	}
	.tours-program-content {
		position: relative;
	}
	.tours-program-inner-content {
		padding: 8.33333333%;
	}
	.tours-desc-block {
		padding: 0;
	}
	.tours-big-wt {
		font-size: 240px;
		top: 15%;
		left: 10%;
	}
	#tours-quotes-carousel {
		margin-top:0;
	}
	.tours-vip-quote {
		margin: 0 0 20px 0;
	}
	.tours-quotes-carousel-indicators .carousel-indicators {
		right: auto;
	}
	/* 9 - water park*/
	.waterpark-intro-block {
		padding-bottom: 80px;
	}
	.waterpark-pic0 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.waterpark-desc-2, .waterpark-desc-3 {
		padding-top: 80px;
	}
	.waterpark-h3-intro {
		padding: 80px 0;
	}
	.waterpark-audience-block {
		padding: 80px 0;
	}
	.waterpark-familia {
		margin-top: 80px;
	}
	.waterpark-big-wt {
		top: 7%;
	}
	/* 10 - sobre nos*/
	#sobrenos-intro .parallax-main {
		height: 50vh;
    	min-height: 480px;
	}
	.sobrenos-parallax-img {
		height: 100%;
   		top: 0;
	}
	.sobrenos-offset-pic1 {
		margin-top: 80px;
		margin-bottom: 0;
	}
	#containerContadores li {
		margin-bottom: 60px;
	}
	#containerContadores li:last-child {
		margin-bottom: 0;
	}
	.sobrenos-stats-pad .xxs-paragraph {
		font-size: 18px;
	}
	.vip-quote {
		font-size: 40px;
		margin: 0 20px 10px 0;
	}
	#sobrenos-descricao .vip-paragraph {
		padding: 120px 0 80px;
	}
	.sobrenos-offset-pic0 {
		margin-top: 0;
		margin-bottom: 80px;
	}
	#sobrenos-descricao .pad-t-xxlg {
		padding-top: 80px;
	}
	#sobrenos-descricao .pad-b-md {
		padding-bottom: 0;	
	}
	#sobrenos-descricao .sm-title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.sobrenos-offset-pic2 {
		margin-top: 0;
		margin-bottom: 80px;
	}
	.sobrenos-pitch {
		text-align: left;
	}
	#sobrenos-descricao .lg-paragraph {
		font-size: 38px;
		font-weight: 700;
		line-height: 1.4;
	}
	#sobrenos-slider.pad-t-xxlg {
		padding-top: 80px;
	}
	
	.sobrenos-slider-img {
		height: 45vH;
    	min-height: 560px;
	}
	/* 11 - contactos */
	.contacts-pitch {
		font-size: 24px;
		padding: 100px 0;
	}
	.contacts-info-item {
    	font-size: 46px;
	}
	#contacts-map .contacts-info-item {
		margin-bottom: 60px;
	}
	.world-time li {
		margin-bottom: 60px;
	}
	.world-time li:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 767px) {
	/* 1 - tm global*/
    .main-footer-block {
        padding: 0;
    }
	h2 {
		font-size: 42px;
	}
	.big-h3 {
		font-size: 44px;
	}
	.md-title {
		font-size: 34px;
	}
	.xlg-paragraph {
		font-size: 60px;
	}
	/* 2 - modular */
	.big-watermark-text {
		font-size: 100px;
		opacity: .5;
	}
	.button-form-trigger {
		display: none;
	}
	.modal-dialog {
		width: 94%;
	}
	.open-title {
		margin-top: 20px;
	}
	.open-subtitle {
		display: none;
	}
	.rgpd-title {
		display: none;
	}
	.hero-block {
		height: 100%;
		min-height: 420px;
	}
	.hero-content {
		padding: 180px 0;
	}
	.hero-content .table-vam, .hero-content .cell-vam {
		display: block;
	}
	.big-hero-breadcrumb {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.big-hero-title {
		font-size: 68px;
		margin-bottom: 0;
	}
	.eventos-hero-list {
		display: none;
	}
	.home-hero-scroll:link, .home-hero-scroll:visited {
		bottom: 50px;
	}
	.hero-lines-list li {
    	width: 25%;
	}
	.hero-lines-list li:nth-child(n+5) {
		display: none;
	}
	#offers-slider > div {
		margin-top: 2px;
	}
	.vip-quote {
		font-size: 30px;
		margin: 0 20px 10px 0;
	}
	.carousel::after {
		content: attr(data-caption-slider);
		position: absolute;
		bottom: -30px;
		text-align: center;
		display: inline-block;
		width: 100%;
		color: #909090;
		text-transform: uppercase;
		font-size: 11px;
	}
	.carousel-control {
		display: none;
	}
	.carousel-indicators {
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#cookie-bar {
		padding: 30px 40px;
	}
	#cookie-bar.fixed {
		left: 0;
		overflow-y: scroll;
	}
	.cookie-message {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.cb-title {
		font-size:20px !important;
	}
	#cookie-bar .cb-policy:link, #cookie-bar .cb-policy:visited {
		background:transparent;
		border-bottom:1px solid #fff;
		margin:0;
	}
	#cookie-bar .cb-enable, #cookie-bar .cb-disable {
		font-size: 11px;
		padding: 10px 15px 5px;
	}
    /* 3 - navigation */
    .mobile-logo-a {
        position: fixed;
        z-index: 9;
        padding: 20px;
    }
    .mobile-logo {
        width: 50px;
        height: auto;
    }
    .mobile-trigger {
        width: 100%;
        height: 60px;
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 0;
        background-color: #000;
    }
    .mobile-trigger-icon {
        width: 60px;
        height: 60px;
        padding: 0;
        display: block;
        position: relative;
        margin: 0 20px 0 0;
        float: right;
    }
    .mobile-ti-line {
        width: 70%;
        height: 2px;
        display: block;
        background: #FFF;
    }
    .menu-til-top {
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .menu-til-middle {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-til-bottom {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        top: auto;
        margin: auto;
    }
    header {
        top: 0;
        left: 0;
        right: 0;
        transform: translate(0, -120%) matrix(1, 0, 0, 1, 0, 0);
    }
    .header-content-wrapper {
        overflow-y: scroll;
        height: 100%;
        background: #FFF;
    }
    .header-content {
        width: auto;
        height: auto;
        padding: 0;
        position: relative;
    }
    .mobile-top-bar {
        position: relative;
        z-index: 2;
        border-bottom: 1px solid #F0F0F0;
        padding: 20px 40px;
    }
    .header-phone:link, .header-phone:visited {
        color: #004ff0;
        position: relative;
        left: 0;
        top: 4px;
        background: #FFF;
        display: block;
        padding: 8px 8px 8px 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .mobile-close-icon {
        width: 40px;
        height: 13px;
        padding: 20px 0;
        display: block;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .mobile-close-icon .mobile-ci-line {
        width: 100%;
        height: 2px;
        display: block;
        background: #004ff0;
    }
    .mobile-close-icon .mobile-cil-top {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    .mobile-close-icon .mobile-cil-bottom {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
    header.menu-open .header-content {
        bottom: 0;
        padding: 0;
    }
    .menu-language-selector {
        border: 2px solid #000;
    }
    .menu-open .menu-language-selector {
        margin-bottom: -2px;
    }
    .language-block {
        top: 40px;
        right: auto;
        margin-right: 0;
        padding-left: 40px;
        position: relative;
    }
    .menu-list {
        margin-top: 120px;
    }
    .submenu-list {
        margin-top: 20px;
    }
    .submenu-list li {
        padding: 0 15px;
    }
    .header-lines {
        padding: 0;
    }
    /* 4 - footer */
    footer {
        margin-bottom: 60px;
        border-bottom: 1px solid #004ff0;
    }
	/* 5 - homepage */
	#home-hero .hero-content {
		padding: 200px 0;	
	}
	.home-hero-intro-txt {
		font-size: 20px;
	    line-height: 1.4;
	}
	.home-hero-title {
		font-size: 80px;
	}
	#offers-slider > div {
		font-size: 0;
	}
	.offers-card:link, .offers-card:visited {
		width: 100%;
		height: 40vh;
		min-height: 480px;
		max-height: 700px;
		margin: 0;
		padding: 0 10%;
		z-index: 1;
	}
	.home-presentation-text {
		font-size: 34px;
	}
	.slick-slider::after {
		content: attr(data-slick-caption);
		position: absolute;
		width: 100%;
		display: inline-block;
		text-align: center;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 400;
		color: #c7c7c7;
	}
	.offers-arrows-block {
		display: none;
	}
	.clients-slider-block {
		padding-bottom: 100px;
	}
	.home-offset-pic0 {
		margin-top: 0;
	}
	.home-since-block {
		padding: 80px 0;
	}
	.home-offset-pic1 {
		margin: 0 auto;
	}
	.scroll-list {
		font-size: 50px;
		top: 0;
		padding-top: 40px;
		left: 40%;
	}
	#key-info {
		padding: 80px 0 120px;
	}
	.home-info-desc1 {
		margin-top: 0;
		padding-bottom: 100px;
	}
	.key-numbers-block {
		padding: 0;
		margin-bottom: 60px;
	}
	.parallax-main {
		height: 80vh;
		min-height: 600px;
	}
	/* 6 - teambuilding */
	.teambuilding-intro-1 {
		padding: 80px 0;
	}
	.teambuilding-intro-text {
		margin-top: 0;
		margin-bottom: 60px;
	}
	.programas-list li {
		margin: 60px auto;
		max-width: 400px;
		float: none;
	}
	.programas-list li:nth-child(2), .programas-list li:nth-child(3) {
		margin-top: 60px;
	}
	.programas-list li:nth-child(2), .programas-list li:nth-child(4) {
		margin-left: auto;
	}
	.programa-card {
		width: 100%;
		margin-left: 0;
	}
	.atividade {
		width: 100%;
		height: auto;
		padding: 40px;
		display: inline-block;
		position: relative;
		background-color: rgba(0,79,240, 1);
	}
	.atividade-bottom-left {
		left: auto;
		bottom: auto;
	}
	.atividade-middle-left {
		top: auto;
		transform: translateY(0);
		left: auto;
	}
	.atividade-top-right {
		top: auto;
		right: auto;
	}
	.atividade-middle-center {
		bottom: auto;
		left: auto;
		transform: translateX(0);
	}
	.atividade .big-number {
		font-size: 30px;
	}
	.teambuilding-testemunho, .waterpark-testemunho {
		font-size: 18px;
		font-weight: 400;
		font-style: italic;
		line-height: 1.3;
		margin: 0 15% 20px 10px;
	}
	.teambuilding-testemunhos-carousel-indicators .carousel-indicators, .waterpark-testemunhos-carousel-indicators .carousel-indicators {
		bottom: -60px;
		right: auto;
	}
	.teambuilding-desc-1 {
		margin-top: -80px;
	}
	.teambuilding-vip-block {
		padding: 200px 0 260px;
	}
	.teambuilding-desc-2 {
		padding-top: 120px;
	}
	.teambuilding-desc-3 {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	#teambuilding-gallery {
		margin-top: 48px;
	}
	#teambuilding-carousel.carousel::after {
		bottom: -48px;
		background-color: #000;
		padding: 19px;
	}
	.teambuilding-carousel-title {
		font-size: 32px;
		margin: 0 0 30px 0;
	}
	.teambuilding-carousel-desc {
		line-height: 1.3;
	}
	/* 7 - eventos */
	.eventos-icebreaker {
		padding: 80px 0 120px;
	}
	.eventos-offset-pic0 {
		margin-bottom: 0;
	}
	.eventos-icebreaker-p {
		margin: 80px 0;
	}
	.eventos-descricao-top {
		padding-top: 0;
	}
	.eventos-big-wt {
		top: 5%;
	}
	.eventos-descricao-h2 {
		padding: 80px 0;
	}
	#eventos-carousel .hero-block {
		height: 50vH;
		min-height: 480px;
	}
	#eventos-carousel.carousel::after {
		bottom: -48px;
		background-color: #000;
		padding: 19px;
	}
	#eventos-carousel .carousel-indicators {
		left: 0;
	}
	#eventos-gallery {
		margin-top: 48px;
	}
	/* 8 - tours */
	.tours-content-copy-1 {
		margin-top: 120px;
	}
	.tours-offset-pic0 {
		margin-top: 100px;
	}
	.tours-parallax-text-inner {
		padding: 100px 20px;
	}
	.parallax-paragraph {
		font-size: 28px;
	}
	.tours-programs-list > li {
		max-width: 400px;
		margin: 0 auto 80px;
	}
	.tours-programs-list li:nth-child(odd) .tours-list-image {
		margin-left: 0;
	}
	.tours-programs-list li:nth-child(even) .tours-program-content {
		right: 0;
		left: 0;
	}
	.tours-programs-list li:nth-child(odd) .carousel-indicators {
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.tours-programs-list li:nth-child(even) .carousel-indicators {
		bottom: 10px;
		left: 0;
	}
	.tours-list-image {
		width: 100%;
    	height: 35vH;
		min-height: 320px;
	}
	.tours-program-content {
		width: 100%;
		background-color: #004ff0;
		bottom: 0;
		position: relative;
	}
	.tours-program-inner-content {
		padding: 8.33333333%;
	}
	.tours-desc-block {
		padding: 0;
	}
	.tours-big-wt {
		font-size: 240px;
		top: 15%;
		left: 10%;
	}
	#tours-quotes-carousel {
		margin-top:0;
	}
	.tours-vip-quote {
		margin: 0 0 20px 0;
	}
	.tours-quotes-carousel-indicators .carousel-indicators {
		right: auto;
	}
	/* 10 - sobre nos */
	.sobrenos-hero {
		height: 100%;
		min-height: 100%;
		padding: 60px 0 0;
	}
	.sobrenos-hero-breadcrumb {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sobrenos-hero-title {
		font-size: 140px;
	}
	.sobrenos-slider-img {
		height: 40vH;
    	min-height: 420px;
	}
	#sobrenos-intro .parallax-main {
		height: 50vh;
    	min-height: 400px;
	}
	.sobrenos-stats-pad .xxs-paragraph {
		font-size: 16px;
	}
	#sobrenos-descricao .pad-t-xxlg {
		padding-top: 80px;
	}
	#sobrenos-descricao .pad-b-md {
		padding-bottom: 0;	
	}
	#sobrenos-descricao .vip-paragraph {
		padding: 120px 0 80px;
	}
	.sobrenos-offset-pic0 {
		margin-top: 0;
		margin-bottom: 80px;
	}
	#sobrenos-descricao .sm-title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.sobrenos-offset-pic2 {
		margin-top: 0;
		margin-bottom: 80px;
	}
	#sobrenos-descricao .lg-paragraph {
		font-size: 34px;
		font-weight: 400;
		line-height: 1.2;
	}
	#sobrenos-slider.pad-t-xxlg {
		padding-top: 80px;
	}
	/* 11 - contactos */
	#contacts {
		padding-bottom: 80px;
	}
	.contacts-hero {
		padding: 150px 0;
	}
	#contacts-info {
		padding-bottom: 80px;
	}
	.contacts-info-title {
		font-size: 24px;
		font-weight: 400;
		color: #555;
	}
	.contacts-info-item {
		font-size: 36px;
		font-weight: 400;
	}
	.contacts-info-item a:link, .contacts-info-item a:visited {
		color: #004ff0;
		display: inline-block;
		width: 100%;
	}
	#contacts-map {
		padding: 80px 0 0;
	}
	#contacts-map .button {
		margin-top: 60px;
	}
	.contacts-clocks-block {
		padding-bottom: 160px;
	}
}
@media all and (max-width: 480px) {
	/* 1 - tm global*/
	p {
		font-size: 16px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
	    font-size: 32px;
    	line-height: 1.2;
	}
	/* 2 - modular */
	.hero-content {
		padding: 180px 0;
	}
	.hero-title {
		font-size: 42px;
		line-height: 1;
	}
	.big-hero-title {
		font-size: 48px;
	}
	.big-h3 {
		font-size: 38px;
		line-height: 1;
	}
	.md-title {
		font-size: 28px;
	}
	.lg-paragraph {
		font-size: 32px;
		font-weight: 400;
	}
	.xlg-paragraph {
		font-size: 42px;
	}
	.button-lg, .button-lg:link, .button-lg:visited {
		padding: 20px 40px 15px;
	}
    .nav-link:link, .nav-link:visited {
        font-size: 30px;
    }
	.pad-r-sm {
		padding-right: 0;
	}
	.big-number {
		font-size: 60px;
	}
	.hotspot-content {
		padding: 160px 0;
	}
	.newsletter-block {
		padding-bottom: 100px;
	}
	.newsletter-desc {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.vip-paragraph {
		padding: 100px 0;
	}
	/* 4 - footer */
	.footer-external {
		font-size: 18px;
		line-height: 1.2;
	}
	/* 5 - homepage */
	.home-hero-title {
		font-size: 66px;
		line-height: 1.1;
	}
	.home-presentation-text {
		font-size: 26px;
	}
	.slick-slide {
		margin-bottom: 0;
	}
	.clients-slider-block {
		padding-top: 0;
	}
	.scroll-list {
		font-size: 40px;
		left: 40%;
	}
	.key-numbers-title {
		font-size: 80px;
	}
	#key-numbers {
		padding-bottom: 80px;
	}
	#home-parallax .parallax-main {
		position: absolute;
		height: 100%;
		width: 100%;
	}
	#home-parallax .parallax-texto {
		padding: 100px 0;
		display: inline-block;
		position: relative; 
		top: 0;
		transform: none;
	}
	.home-parallax-list li {
		margin-left: 0;
		margin-right: 0;
	}
	.button-width-x {
		min-width: 240px;
	}
	.home-parallax-block {
		margin-bottom: 80px;
	}
	/* 6- team building */
	.teambuilding-intro-1 {
		padding: 80px 0 20px;
	}
	.programas-list li {
		margin: 20px 0;
	}
	.programas-list li:nth-child(2), .programas-list li:nth-child(3) {
		margin-top: 20px;
	}
	#teambuilding-testemunhos.pad-t-xlg {
		padding-top: 20px;
	}
	#teambuilding-testemunhos.pad-b-xxxlg {
		padding-bottom: 160px;
	}
	.teambuilding-vip-block {
		padding: 200px 0 160px;
		margin-top: -100px;
	}
	.teambuilding-desc-1 {
	    font-size: 18px;
    	 margin-top: 0;
		 transform: translateY(0%);
	}
	.teambuilding-testemunho, .waterpark-testemunho {
		margin: 0 5% 20px 10px;
	}
	.teambuilding-desc-img {
		font-size: 20px;
		position: relative;
		top: -20px;
		left: -10px;
		right: 0;
	}
	.teambuilding-desc-2 {
		padding-top: 60px;
	}
	.teambuilding-desc-3 {
		padding-top: 0;
		padding-bottom: 80px;
	}
	/* 7 - eventos */
	#eventos-carousel .hero-block {
		height: 100%;
    	min-height: 420px;
	}
	#eventos-carousel .hero-content {
		padding: 100px 0;
	}
	/* 8 - tours */
	.tours-content-copy-1 {
		margin-top: 80px;
	}
	.tours-offset-pic0 {
		margin-top: 40px;
	}
	#tours-parallax .parallax-main {
		position: absolute;
		height: 100%;
		width: 100%;
	}
	#tours-parallax .parallax-texto {
		position: relative; 
		top: 0;
		transform: none;
	}
	.tours-parallax-text-inner {
		padding: 100px 20px;
	}
	.parallax-paragraph {
		font-size: 24px;
		font-weight: 300;
		line-height: 1.2;
	}
	.tours-programs-list > li {
		margin-bottom: 40px;
	}
	.tours-programs-list li:nth-last-child(odd) .tours-list-image {
		margin-left: 0;
	}
	.tours-programs-list li:nth-child(even) .tours-program-content {
		right: 0;
	}
	.tours-programs-list li:nth-last-child(odd) .carousel-indicators {
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.tours-programs-list li:nth-last-child(even) .carousel-indicators {
		bottom: 10px;
		left: 0;
	}
	.tours-list-image {
		width: 100%;
    	height: 20vH;
		min-height: 240px;
	}
	.tours-program-content {
		background-color: #004ff0;
		bottom: 0;
		position: relative;
	}
	.tours-program-inner-content {
		padding: 8.33333333%;
	}
	.tours-desc-block {
		padding: 0;
	}
	.tours-big-wt {
		font-size: 200px;
		top: 15%;
		left: 10%;
	}
	#tours-quotes-carousel {
		margin-top:0;
	}
	.tours-vip-quote {
		margin: 0 0 20px 0;
	}
	.tours-quotes-carousel-indicators .carousel-indicators {
		right: auto;
	}
	/* 9 - water park */
	.waterpark-desc-img {
		display: none;
	}
	/* 10 - sobre nos */
	.sobrenos-hero {
		padding: 80px 0 0;
		background: #004ff0;
	}
	.sobrenos-hero-breadcrumb {
		color: #fff;
		margin-bottom: 10px;
	}
	.sobrenos-hero-title {
		font-size: 80px;
		color: #fff;
	}
	.parallax-main {
		height: 40vh;
		min-height: 380px;
	}
	.sobrenos-stats-pad {
		padding: 0;
	}
	.sobrenos-stats-pad .xxs-paragraph {
		font-size: 16px;
	}
	#sobrenos-descricao .pad-t-xxlg {
		padding-top: 60px;
	}
	#sobrenos-descricao .pad-b-md {
    	padding-bottom: 0;
	} 
	.sobrenos-offset-pic0 {
		margin-top: 0;
		margin-bottom: 60px;
	}
	#sobrenos-descricao .sm-title {
		font-size: 20px;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	#sobrenos-descricao .lg-paragraph {
		font-size: 28px;
	}
	.sobrenos-offset-pic2 {
		margin-top: 0;
		margin-bottom: 60px;
	}
	.sobrenos-pitch .lg-paragraph {
		font-size: 28px;
	}
	#sobrenos-slider.pad-t-xxlg {
		padding-top: 60px;
	}
	.sobrenos-slider-img {
		height: 30vH;
		min-height: 300px;
	}
	/* 11 - contactos */
	.contacts-hero {
    	padding: 40px 0 0;
	}
	.contacts-pitch {
		font-size: 20px;
		line-height: 1.3;
		padding: 80px 0;
	}
	.contacts-info-item {
		font-size: 26px;
	}
	.contacts-info-list li {
		margin-bottom: 60px;
	}
	/* 12 - legal */
	.legal-content p, .legal-content ul, .legal-content ul li {
		font-size: 16px;
	}
	.legal-content h3 {
		font-size: 24px;
		margin:60px 0 20px;
	}
}
@media all and (min-width: 1599px) {
	/* 5 - homepage */
    .offers-arrows-block {
        display: none !important;
    }
}
@media all and (min-width: 1380px) {
	/* 1 - tm global */
	.col-xlg-1 {
		width: 8.33333333%;
	}
	.col-xlg-2 {
		width: 16.66666667%;
	}
	.col-xlg-3 {
		width: 25%;
	}
	.col-xlg-4 {
		width: 33.33333333%;
	}
	.col-xlg-5 {
		width: 41.66666667%;
	}
	.col-xlg-6 {
		width: 50%;
	}
	.col-xlg-7 {
		width: 58.33333333%;
	}
	.col-xlg-8 {
		width: 66.66666667%;
	}
	.col-xlg-9 {
		width: 75%;
	}
	.col-xlg-10 {
		width: 83.33333333%;
	}
	.col-xlg-11 {
		width: 91.66666667%;
	}
	.col-xlg-12 {
		width: 100%;
	}
	.col-xlg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xlg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xlg-offset-3 {
		margin-left: 25%;
	}
	.col-xlg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xlg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xlg-offset-6 {
		margin-left: 50%;
	}
	.col-xlg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xlg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xlg-offset-9 {
		margin-left: 75%;
	}
	.col-xlg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xlg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xlg-offset-12 {
		margin-left: 100%;
	}
	/* 07 - eventos */
	.eventos-icebreaker-p {
		margin-bottom: 80px;
	}
}
@media all and (min-width: 768px) and (max-height: 680px) {
	/* 3 - navigation */
    .header-share {
        display: none;
    }
    .header-phone:link, .header-phone:visited {
        top: auto;
        bottom: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -moz-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
    }
	.sidebar-desc, .social-media-list {
		display: none;
	}
}
@media all and (min-width: 768px) and (max-height: 380px) {
	/* 3 - navigation */
    .header-phone:link, .header-phone:visited {
        display: none;
    }
}