@charset "UTF-8";

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* PPL JUNTOS CONSEGUIMOS ******************************************************************************************* */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* Design by Criactivos — www.criactivos.com ************************************************************************ */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

/* Fonts */
/* Fredoka One */
/* Overpass Mono 300+400+700 */
/* Overpass 200+200i+300+300i+400+400i+700+900 */

/* Main Colors */
/* PPL Blue     #3C6EF3 */
/* White Blue   #EBF0FE */
/* Light Gray   #CCCCCE */
/* Medium Gray  #919296 */
/* Dark Gray    #333333 */

/* Secondary Colors */
/* Violet Blue  #3438C2 */
/* Salmon       #FA5D7A */
/* Neon Mag     #E5007E */
/* Violet       #6941E8 */
/* Dark Blue    #2D2E82 */
/* E L  Blue    #69DDDF */
/* Pale Green   #9DFFB0 */
/* Neon Green   #66F29E */

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 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;
	/*height: 100%;*/
    font-size: 16px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea, a, button { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0; 
    padding: 0;
}
*/
input[type=text], input[type=email], input[type=password], 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 PPL */
    position:relative;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { /* specific PPL */
     -webkit-text-fill-color: #3C6EF3 !important;
	background-color: #EBF0FE !important;
	-webkit-box-shadow: 0 0 0 60px #EBF0FE inset;
	-moz-box-shadow: 0 0 0 60px #EBF0FE inset;
	box-shadow: 0 0 0 60px #EBF0FE inset;
}
::selection { /* specific PPL */
    background: #3C6EF3;
    color: #fff;
}
::-moz-selection { /* specific PPL */
    background: #3C6EF3;
    color: #fff;
}
.icon {  /* specific PPL */
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.badge { /* specific PPL */
    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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.nav-pills > li + li { /* specific PPL */
    margin: 0;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 1 - PPL GLOBAL */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* layout */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main { /* default main - when header is fixed */
    margin-top: 74px;
    flex-grow: 1;
    /* min-height:500px; */
    padding-bottom: 160px;
}
.table-vam { 
    width:100%;
    height:100%;
    display: table;
}
.cell-vam { 
    display: table-cell;
    vertical-align: middle;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.relative {
    position: relative;
}
.inline-block {
    display: inline-block;
}
.zindex-1 {
    position: relative;
    z-index: 1;
}
.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;
}
.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-8, .col-xlg-4, .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;
}
/* text */
h1 {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 64px;
}
h2 {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.8;
}
h3 {
    font-family:'Overpass Mono', 'Overpass', sans-serif;
    font-size: 38px;
}
h4 {
    font-family:'Overpass Mono', 'Overpass', sans-serif;
    font-size: 32px;
}
h5 {
    font-family:'Overpass Mono', 'Overpass', sans-serif;
    font-size: 26px;
}
h6 {
    font-family:'Overpass Mono', 'Overpass', sans-serif;
    font-size: 22px;
}
p {
    font-family:'Overpass', sans-serif;
    line-height: 1.25;
}
blockquote {
    font-family:'Overpass', sans-serif; /* CHECK CHECK ... PROBABLY WRONG !!! RE DO !!! */
    line-height: 1.25;
}
figcaption {
    font-family:'Overpass', sans-serif;
}
ul, li {
    font-family:'Overpass', sans-serif;
}
label {
    font-family:'Overpass', sans-serif;
}
a, button {
    font-family:'Overpass', sans-serif;
}
/* custom text */
.h2-title-supporter { /* span */
    font-size: 18px;
}
blockquote:before { /* default quote */
    content: '\201C';
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: -46px;
}
blockquote { /* default quote */
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
	font-size: 24px;
	font-weight: 400;
    margin: 40px 0 60px;
    position: relative;
}
blockquote:after { /* default quote */
    content: '\201D';
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
}

.fredoka {
    font-family: 'Fredoka One';
}
.overpass {
    font-family:'Overpass', sans-serif;
}
.overpass-mono {
    font-family:'Overpass Mono', 'Overpass', sans-serif;
}

.fw-light {
    font-weight: 200;
}
.fw-book {
    font-weight: 300;
}
.fw-regular {
    font-weight: 400;
}
.fw-bold {
    font-weight: 700;
}
.fw-black {
    font-weight: 900;
}

.color-white {
    color: #FFF;
}
.ppl-blue {
    color: #3C6EF3;
}
.fredoka {
    font-family: 'Fredoka One', 'Overpass Mono', 'Overpass', sans-serif;
}
/* links & buttons */
p a:link, p a:visited {
    text-decoration: none;
    border-bottom: 1px solid;
    color: inherit;
}
p a:hover, p a:active {
    border-bottom: 1px solid transparent;
}
.btn {
    font-family:'Overpass Mono', sans-serif;
    font-weight: 700;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    min-width: 230px;
    padding: 12px 0;
    display: inline-block;
}
.btn:focus {
    outline: none !important;
}
.btn-blue-outline, .btn-blue-outline:link, .btn-blue-outline:visited {
    color: #3C6EF3;
    background: transparent;
    border:2px solid #3C6EF3;
}
.btn-blue-outline:hover, .btn-blue-outline:active {
    color: #FFF;
    background: #3C6EF3;
    border:2px solid #3C6EF3;
}
.btn-white-outline, .btn-white-outline:link, .btn-white-outline:visited {
    color: #FFF;
    background: transparent;
    border:2px solid #FFF;
}
.btn-white-outline:hover, .btn-white-outline:active {
    color: #3C6EF3;
    background: #FFF;
    border:2px solid #FFF;
}
.btn-white-pink-outline, .btn-white-pink-outline:link, .btn-white-pink-outline:visited {
    color: #FFF;
    background: transparent;
    border:2px solid #FFF;
}
.btn-white-pink-outline:hover, .btn-white-pink-outline:active {
    color: #fa5d7a;
    background: #FFF;
    border:2px solid #FFF;
}

/* ui forms */
.form-group {
	margin-bottom: 30px;
}
.form-group-lg {
	margin-bottom: 64px;
}
.form-group-to-last {
	margin-bottom: 48px;
}
.form-group-last {
	margin-bottom: 0;
}

label {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #919296;
    margin-bottom: 8px;
}
.lb-required {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 16px;
    color: #F42757;
    vertical-align: super;
}
/*
input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea {
    font-family:'Overpass', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #3C6EF3;
    background: #EBF0FE;
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    min-height: 53px;
}
*/
input[type=text], input[type=email], input[type=password], select, textarea {
    font-family:'Overpass', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #3C6EF3;
    background: #EBF0FE;
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    min-height: 53px;
}
input[type="file"] {
    font-family:'Overpass', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    color: #3C6EF3;
    background: #EBF0FE;
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    min-height: 50px;
}
.select-element {
    position: relative;
}
.select-element::after {
    position: absolute;
    content: "";
    top: 6px;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 0;
    height: 0;
    display: inline-block;
    border: 6px solid transparent;
    border-color: #3C6EF3 transparent transparent transparent;
}
textarea {
    min-height: 300px;
}
input[type='checkbox']{
    border: 1px solid #CCC;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #3C6EF3;
}


/* errors, messages & notifications */
.error-output {
    width: 100%;
    color: #333;
    background: #F9E7EC;
    padding: 20px 36px;
    margin-bottom: 40px;
    border-left: 4px solid #F42757;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
    display: none;
}
.error-output-show {
    display: inline-block;
}
.error-output-graphic {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #F42757;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}
.error-output-p {
    font-family:'Overpass', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    padding: 0 0 0 56px;
}
.input-error-desc {
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    color: #F42757;
    margin: 8px 5px 0 0;
    position: relative;
    text-transform: uppercase;
    display: none;
}
.input-error::before {
    content: '!';
    position: absolute;
    color: #FFF;
    left: 0;
    background: #F42757;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.input-error-show { /* show error */
    display: inline-block;
}

/* images */
.back-cover-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
}

.back-lc-image {
    background-position: left center;
}
.back-cc-image {
    background-position: center center;
}
.back-rc-image {
    background-position: right center;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 2 - HEADER & MENU */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* header */
.header-nav {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
    border-width: 0 0 1px;
    border: none;
    float: none;
    border-top: 4px solid #3c6ef3;
    min-height: 70px;
    background: #FFF;
    box-shadow: 0 1px 10px rgba(0,0,0, .1);
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;

}
.header-pad {
    padding: 0 40px;
}
.header-logo {
    height: 70px;
    float: left;
}
.header-logo img {
    width: 100px;
}
.header-nav-left, .header-nav-right {
    height: 70px;
} 
.header-nav-left {
    float: left;
    -webkit-transition: opacity .2s ease , width .3s ease 0.5;
    -moz-transition: opacity .2s ease , width .3s ease 0.5;
    -o-transition: opacity .2s ease , width .3s ease 0.5;
    -ms-transition: opacity .2s ease , width .3s ease 0.5;
    transition: opacity .2s ease , width .3s ease 0.5;
}
.header-nav-right {
    float: right;
}
.header-quick-list {
    font-size: 0;
    margin-left: 20px;
}
.header-quick-list > li {
    margin: 0 15px;
}
.header-quick-list > li > ul > li {
    margin: 0 10px;
    position: relative;
}
.header-quick-list > li > ul > li::before {
    content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 15px;
    line-height: 2;
    font-weight: 700;
    color: #3c6ef3;
}
.header-quick-list > li > ul > li:first-child::before {
    display: none;
}
.header-nav-link:link, .header-nav-link:visited {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c6ef3;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    border: none;
    position: relative;
}
.header-nav-link:link::after, .header-nav-link:visited::after {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    background: #66f29e;
    position: absolute;
    left: 0;
    bottom: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-nav-link:hover::after, .header-nav-link:active::after {
    width: 100%;
}
.header-nav-link.dropdown-toggle::after {
    display: none;
}
.header-nav-link-alt {
    color: #E5007E !important;
}

.header-nav-drop {
    position: relative;
    display: inline-block;
    color: #3c6ef3;
    height: 6px;
    width: 6px;
    vertical-align: middle;
    padding-left: 10px;
}
.header-nav-drop::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    bottom: 0;
    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);
}

.header-nav-link.dropdown-toggle:hover, .header-nav-link.dropdown-toggle:active,
.header-nav-link:hover .header-nav-drop, .header-nav-link:active .header-nav-drop {
    color: #66f29e;
}



.header-quick-link {
    float: left;
}
.header-triggers {
    float: right;
}
.header-triggers > li {
    vertical-align: middle;
}
.search-open {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}
.search-open-icon { /* search icon */
    font-size: 28px;
    color: #3c6ef3;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu-open {
    width: 40px;
    height: 18px;
    display: block;
    position: relative;
    margin-right: 30px;
}
.menu-bar {
    width: 100%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    background: #3C6EF3;
    -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-bar-top {
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.menu-bar-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.menu-bar-bottom {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
}
.menu-open:hover .menu-bar-top, .menu-open:active .menu-bar-top,
.menu-open:hover .menu-bar-bottom, .menu-open:active .menu-bar-bottom {
    width: 100%;
}

/* menu */
.full-page-menu {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    overflow: hidden;
    z-index: 99999999;
    top: 0;
    background-color: #FFF;
    transform: translate(0%, -120%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

.full-page-menu.show-menu {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
}


.menu-logo-a {
    display: inline-block;
}
.menu-logo {
    width: 176px;
    margin-bottom: 30px;
    display: block;
}
.left-menu {
    width: 95%;
    padding: 76px 60px 96px;
    height: 100%;
    position: relative;
    background-color: #3c6ef3;
    background: -moz-linear-gradient(top, #3648d1 0%, #3c6ef3 41%, #3c6ef3 100%);
    background: -webkit-linear-gradient(top, #3648d1 0%,#3c6ef3 41%,#3c6ef3 100%);
    background: -o-linear-gradient(top, #3648d1 0%, #3c6ef3 41%, #3c6ef3 100%);
    background: -ms-linear-gradient(top, #3648d1 0%, #3c6ef3 41%, #3c6ef3 100%);
    background: linear-gradient(to bottom, #3648d1 0%,#3c6ef3 41%,#3c6ef3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3648d1', endColorstr='#3c6ef3',GradientType=0 );
}
.menu-language { /* menu language */
    display: inline-block; 
    position: relative;
}
.menu-language-selector { /* menu language */
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    padding: 16px 28px;
    text-align: left;
    min-width: 160px;
    width: 100%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.menu-language.open .menu-language-selector { /* menu language *//* selector open */
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(0,0,0,.2);
}

.menu-language-selector::after { /* menu language *//* arrow selector */
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    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 { /* menu language *//* arrow selector open */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-language-drop { /* menu language */
    padding: 0;
    margin: 0 !important;
    float: none;
    min-width: 180px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    background: transparent;
    -webkit-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    border: none;
    overflow: hidden;
}

.menu-language-drop li .language-option:link, .menu-language-drop li .language-option:visited { /* menu language */
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #FFF;
    background: #3438C2;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both;
}
.menu-language-drop li .language-option:hover, .menu-language-drop li .language-option:active { /* menu language */
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    background: #4a4dce;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.menu-language-check { /* menu language */
    float: right;
    opacity: 0;
}
.language-option.language-selected .menu-language-check { /* menu language */
    opacity: 1;
}

.menu-profile-drop { /* menu profile */
    padding: 0;
    margin: 0 !important;
    float: none;
    min-width: 180px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    background: transparent;
    -webkit-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    border: none;
    overflow: hidden;
}

.menu-profile-drop li:last-child {
    border-top: 1px solid #ebf0fe;
}

.menu-profile-drop li .profile-option:link, .menu-profile-drop li .profile-option:visited { /* menu profile */
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #FFF;
    background: #3438C2;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both;
}
.menu-profile-drop li .profile-option:hover, .menu-profile-drop li .profile-option:active { /* menu profile */
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    background: #4a4dce;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.menu-copy-social {
    position: absolute;
    left: 0;
    bottom: 96px;
    padding: 0 60px;
}
.menu-copy-p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    color: #FFF;
    padding-right: 20%;
    margin-bottom: 60px;
}
.menu-social-list {
    display: inline-block;
    margin-right: 60px;
    vertical-align: middle;
}
.menu-social-list li {
    display: inline-block;
    margin: 0 8px;
}
.menu-social-a:link, .menu-social-a:visited {
    font-size: 30px;
    color: #FFF;
}
.menu-social-a:hover, .menu-social-a:active {
    color: #9dffb0;
}
.menu-social-a:link .menu-social-icon .icon, .menu-social-a:visited .menu-social-icon .icon {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -o-transform: translateZ(0) scale(1.0, 1.0);
    -ms-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    -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-social-a:hover .menu-social-icon .icon, .menu-social-a:active .menu-social-icon .icon {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu-list {
    font-size: 0;
    padding: 300px 80px 300px 160px;
}
.nav-menu-list li {
    display: block;
    transform-origin: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-menu-list li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.nav-link:link, .nav-link:visited {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #3c6ef3;
    padding: 30px 0;
    display: block;
    position: relative;
}
.nav-link:hover, .nav-link:active {
    border: none;
    text-decoration: none;
}
.nav-link:link::before, .nav-link:visited::before {
    content: '';
    position: absolute;
    opacity: 0;
    width: 0;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #66f29e;
    right: 105%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    
}
.nav-link:hover::before, .nav-link:active::before {
    opacity: 1;
    width: 70px;
    border: none;
    text-decoration: none;
}

.nav-desc-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    padding: 0 20% 0 0
}
.nav-desc-block p {
    font-family: 'Overpass', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    color:#919296;
}


.nav-arrow {
    width: 20px;
    height: 76px;
    display: block;
    position: absolute;
    left: 60px;
    bottom: 80px;
}
.ppl-scroll-icon {
    font-size: 76px;
    height: 76px;
    color:#ccccce;
}


.menu-close { /* button close menu */
    font-size:52px;
    font-weight:400;
    width: 72px;
    height: 72px;
    color:#3C6EF3;
    background: #FFF;
    text-shadow: none;
    float:none;
    position: absolute;
    top: 98px;
    right: 40px;
    opacity:1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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-close:hover {
    color: #FFF;
    background: #3C6EF3;
}
.menu-close .icon-bar {
    width: 50%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    background: #3C6EF3;
}
.menu-close:hover .icon-bar {
    background: #FFF;
}

/* search */
.search-menu {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    z-index: 99999999;
    top: 0;
    opacity: 0;
    background-color: #FFF;
    transform: translate(0%, -120%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

.search-menu.show-search {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -o-transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.left-search {
    margin-right: 140px;
    height: 100%;
}

.right-search {
    width: 140px;
}
.search-start-input {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
}
.search-input-icon { /* search input icon*/
    font-size: 28px;
    color:#919296;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search-menu .search-input, .search-menu .form-group {
    margin-bottom: 0;
}

input.search-input {
    width: 94%;
    width: -webkit-fill-available;
    display: inline-block;
    margin-left: 80px;
    background-color: #FFF;
}
input.search-input:focus {
    outline: none;
    border: none;
}
input.search-input::-webkit-input-placeholder {
    color: #3c6ef3;
}

.search-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
}

.search-close .icon-bar {
    width: 100%;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 3 - FOOTER */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
footer {
    /* margin-top: 160px; */
}
.footer-banner-top {
    width: 100%;
    padding: 95px 0;
    background: #3C6EF3;
    background: -moz-linear-gradient(#3438c2, #3C6EF3);
    background: -webkit-gradient(#3438c2, #3C6EF3);
    background: linear-gradient(#3438c2, #3C6EF3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3438c2', endColorstr='#3C6EF3',GradientType=0 );
    display: inline-block;
    position: relative;
    vertical-align: top;
    border-bottom: 1px solid #FFF;
    -webkit-border-radius: 0 200px 0 0;
    -moz-border-radius: 0 200px 0 0;
    -o-border-radius: 0 200px 0 0;
    border-radius: 0 200px 0 0;
    overflow: hidden;
}
.footer-top-title {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #FFF;
    padding-bottom: 40px;
}
.footer-top-link:link, .footer-top-link:visited  {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 26px;
    color:#9dffb0;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    line-height: 1;
}
.footer-top-link:hover, .footer-top-link:active  {
    text-decoration: none;
    border-bottom: none;
}
.footer-top-link-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    color:#9dffb0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-top-link:hover .footer-top-link-icon, .footer-top-link:active .footer-top-link-icon  {
    right: -10px;
}
.footer-banner-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.footer-info-bottom {
    width: 100%;
    padding: 50px 0;
    background: #3c6ef3;
    display: inline-block;
    vertical-align: top;
}
.footer-logo {
    width: 32px;
}
.footer-copy-desc {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.footer-social-language {
    text-align: right;
}
.footer-social-list {
    display: inline-block;
    margin-right: 60px;
    vertical-align: middle;
}
.footer-social-list li {
    display: inline-block;
    margin: 0 8px;
}
.footer-social-a:link, .footer-social-a:visited {
    font-size: 30px;
    color: #FFF;
}
.footer-social-a:hover, .footer-social-a:active {
    color: #9dffb0;
}
.footer-social-a:link .footer-social-icon .icon, .footer-social-a:visited .footer-social-icon .icon {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -o-transform: translateZ(0) scale(1.0, 1.0);
    -ms-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-social-a:hover .footer-social-icon .icon, .footer-social-a:active .footer-social-icon .icon {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.footer-language {
    display: inline-block; 
    position: relative;
}
.footer-language-selector {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #FFF;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    width: 100%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-language.dropup.open .footer-language-selector { /* selector open */
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: 0 0 0 0 rgba(0,0,0,.2);
}

.footer-language-selector::after { /* arrow selector */
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    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);
}

.footer-language.dropup.open .footer-language-selector::after { /* arrow selector open */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer-language-drop {
    padding: 0;
    margin: 0 !important;
    float: none;
    min-width: 180px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    background: transparent;
    -webkit-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 26px 5px rgba(0,0,0,.2);
    border: none;
    overflow: hidden;
}

.footer-language-drop li .language-option:link, .footer-language-drop li .language-option:visited {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #FFF;
    background: #3438C2;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both;
}
.footer-language-drop li .language-option:hover, .footer-language-drop li .language-option:active {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    line-height: 1;
    background: #4a4dce;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.footer-language-check {
    float: right;
    opacity: 0;
}
.language-option.language-selected .footer-language-check {
    opacity: 1;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 4 - LOOP ELEMENTS */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* cards › campaigns & news */
.cards-list { /* list */
    width: 100%;
    display: inline-block;
}
.cards-list > li { /* list */
       margin-bottom: 48px;
}

.card, .card:link, .card:visited  { /* card */
    width: 100%;
    height: 100%;
    display: inline-block;
    border-bottom: none;
    -webkit-border-radius: 10px 100px 10px 10px;
    -moz-border-radius: 10px 100px 10px 10px;
    -o-border-radius: 10px 100px 10px 10px;
    border-radius: 10px 100px 10px 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.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;
}
.card:hover, .card:active  { /* card */
    text-decoration: none;
    -webkit-box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 30px 2px rgba(0,0,0,.1);

}

.card-feature-big-frame { /* pic */
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.card-feature-frame { /* pic */
    height: 230px;
    -webkit-border-radius: 10px 100px 0 0;
    -moz-border-radius: 10px 100px 0 0;
    -o-border-radius: 10px 100px 0 0;
    border-radius: 10px 100px 0 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.card-news-frame { /* pic *//* news */
    height: 370px;
}
.card-feature-pic { /* pic */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.card:hover .card-feature-pic, .card:active .card-feature-pic  { /* pic */
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}
.card-tags {
   margin-top: -60px; 
}
.card-quick-info { /* tags */
    display: none;
}
.card-quick-info-show { /* tags */
    display: inline-block;
}
.show-big-status, .show-status { /* tags */
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    display: inline-block;
    background-color: #3c6ef3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.tip-icon { /* tags */
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}
.card-content { /* campaign */
    padding: 10% 10% 15%;
}
.news-card { /* news */
    max-width: 400px;
    margin: 0 auto;
}
.news-card-content { /* news */
    padding: 10%;
}
.card-category { /* campaign */
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    color: #3C6EF3;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.card-category-canal { /* campaign */
    display: none;
}
.card-category-canal-show { /* campaign */
    display: inline-block;
    font-weight: 700;
    position: relative;
    padding-right: 5px;
}
.card-category-canal-show::after { /* campaign */
    content: '/';
    display: inline-block;
    padding-left: 5px;
    
}
.card-title { /* campaign *//* news */
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #3C6EF3;
    margin-bottom: 24px;
}
.card-big-title { /* campaign */
    font-size: 32px;
}
.card-desc { /* campaign */
    font-size: 14px;
    font-weight: 300;
    color: #919296;
    padding-bottom: 40px;
}
.card-progress { /* campaign */
    width: 100%;
    height: 4px;
    display: inline-block;
    background: #d8e2fd;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}
.card-progress-bar { /* campaign */
    position: absolute;
    height: 100%;
    background: #3c6ef3;
}
.card-info-list {} /* campaign */
.card-info-list li { /* campaign */
    margin-bottom: 10px;
}
.card-info-list li:last-child { /* campaign */
    margin-bottom: 0;
}
.card-info { /* campaign */
    font-size: 13px;
    font-weight: 300;
    color: #3c6ef3;
    line-height: 1;
}

.news-link { /* news */
    font-size: 13px;
    text-transform: uppercase;
    color: #b3b3b3;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.card-news-link-icon { /* news */
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    color: #b3b3b3;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.news-card:hover .card-news-link-icon, .news-card:active .card-news-link-icon{ /* news */
    right: -20px;
}
/* socials */
.btn-twitter:link, .btn-twitter:visited { /* twitter link */
    border-bottom: 2px solid #3C6EF3;
}
.btn-twitter:hover, .btn-twitter:active { /* twitter link */
    border-bottom: 2px solid transparent;
}
.btn-twitter:link .icon, .btn-twitter:visited .icon{ /* twitter link icon */
    color: #3C6EF3;
}
/* modals*/
.modal-open {
    overflow: hidden !important;
}
.modal { /* centers modal */
    text-align: center;
	z-index: 999998;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-backdrop {
    background: #3438C2;
	z-index: 999997;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    z-index: 999999;
    width: 60%;
	max-width: 720px;
}
.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-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-header {
    display: none;
}
.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;
    -webkit-border-radius: 10px 160px 10px 10px;
    -moz-border-radius: 10px 160px 10px 10px;
    -o-border-radius: 10px 160px 10px 10px;
    border-radius: 10px 160px 10px 10px;
}
.modal-close { /* button close modal */
    font-size:52px;
    font-weight:400;
    width: 62px;
    height: 62px;
    color:#3C6EF3;
    background: #FFF;
    text-shadow: none;
    float:none;
    position: absolute;
    top: -40px;
    right: -40px;
    opacity:1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.modal-close:hover {
    color: #FFF;
    background: #3C6EF3;
}
.icon-bar {
    width: 50%;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    background: #3C6EF3;
}
.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);
}

.modal-title { /* title newsletter modal */
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3C6EF3;
}
.modal-desc {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 28px;
    color: #3C6EF3;
}

/* 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 right;
    
}
.parallax-texto{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* heros */
.full-screen-hero-block {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    display: block;
    position: relative;
	background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.top-hero-block {
    width: 100vw;
    max-width: 100%;
    height: calc(90vh - 74px);
    display: block;
    position: relative;
	background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.full-block-img {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    background-color:#f6c241;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:0;
}
.hero-gradient-overlay::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0, 0.15) 0%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.bottom-gradient-overlay::before {
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0, 0.35) 0%, rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.75) 100%);
    background: linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

/* carousel vertical */
.carousel.vertical .carousel-inner { 
  height: 100%;
}
.carousel.vertical .carousel-inner > .item { 
  -webkit-transition: .6s ease-in-out top;
  -moz-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  -ms-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) { 
.carousel.vertical .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -ms-transition: -ms-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
.carousel.vertical .carousel-inner > .item.next,
.carousel.vertical .carousel-inner > .item.active.right { 
    top: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
.carousel.vertical .carousel-inner > .item.prev,
.carousel.vertical .carousel-inner > .item.active.left { 
    top: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
.carousel.vertical .carousel-inner > .item.next.left,
.carousel.vertical .carousel-inner > .item.prev.right,
.carousel.vertical .carousel-inner > .item.active {
    top: 0;
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel.vertical .carousel-inner > .active { 
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  top: 0;
  height: 100%;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next { 
  left: 0;
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev { 
  left: 0;
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right { 
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left { 
  left: 0;
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right { 
  left: 0;
  top: 100%;
}
/* popover */
.popover {
	border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,.2);
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
    background-color: #6941e8;
}
.popover .popover-content {
	padding: 17px 25px 25px;
}

.popover-bottom-share { /* bottom */
	max-width: 90%;
}
.popover-bottom-share::before { /* bottom */
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid #6941e8;
    border-color:#6941e8 #6941e8 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
	-webkit-box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.05);
	left: 30px;
    right: 0;
    bottom: -10px;
    margin: auto;
}

.popover-top-share::before { /* bottom */
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid #6941e8;
    border-color:#6941e8 #6941e8 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
	-webkit-box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.05);
	left: -5px;
    right: 0;
    top: 0px;
    margin: auto;
}

.share-list {
	font-size: 0;
}
.share-list li {
	display: inline-block;
	margin-right: 8px;
	padding-top: 8px;
}
.share-list li:last-child {
	margin-right: 0;
}
.campaign-pop-share:link, .campaign-pop-share:visited {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 8px 10px 8px 30px;
    color: #FFF;
    background: #6941e8;
    border: 1px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.campaign-pop-share:hover, .campaign-pop-share:active {
    color: #6941e8;
    background: #FFF;
}
.campaign-pop-share:hover span, .campaign-pop-share:active span {
    color: #6941e8;
}
/* tooltip */
.tooltip {
    font-family: "Overpass Mono", "Overpass", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.tooltip-inner {
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    background-color:#6941e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6941e8;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #6941e8;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 5 - LOGIN & REGISTO */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.session-usc main {
    margin-top: 0;
}
.session-header {
	position: absolute;
    top: 8.3333333%;
}
.session-usc .logo {
    width: 140px;
}
.session-main {
	height: 100%;
    position: relative;
    z-index: 3;
}
.session-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 28px;
}
.session-desc {
    font-weight: 300;
}
.session-desc-xs {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 300;
}
.session-facebook {
	margin: 46px 0 34px;
}
.session-divider {
    width: 100%;
	margin-bottom: 34px;
    display: inline-block;
    position: relative;
}
.session-divider::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #EBF0FE;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.session-text-divider {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding-right: 10px;
    color: #3C6EF3;
    background: #FFF;
    display: inline-block;
    z-index: 2;
    position: relative;
}
.forgot-link {
    font-weight: 700;
    color: #3C6EF3;
    text-decoration: none;
    border-bottom: 1px solid #3C6EF3;
}
.forgot-link:hover {
    border-bottom: 1px solid transparent; 
}
.session-form-block {
	position: relative;
	height: 100%;
}
.session-form-block::after {
	content: '';
    width: 160px;
    height: 100%;
    min-height: 100vh;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -158px;
    -webkit-border-radius: 0 160px 0 0;
    -moz-border-radius: 0 160px 0 0;
    -o-border-radius: 0 160px 0 0;
    border-radius: 0 160px 0 0;
    z-index: 2;
}
.session-footer {
    position: absolute;
    bottom: 8.3333333%;
}
.session-footer-p {
    font-weight: 200;
    font-size: 13px;
}
.aside-pic-fixed {
	height: 100vh; 
    position: fixed; 
    right: 0;
    background-position: center right; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.login-pic {
    background-image: url(assets/login.jpg);
}
.registo-pic {
    background-position: center 90%; /* temp */
    background-image: url(assets/registo.jpg);
}

.checkbox-rgpd {
    width: 20px;
    min-height: 14px;
    display: inline-block;
}
.rgpd-desc {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
    color: #919296;
    display: inline-block;
    margin-left: 30px;
    margin-top: -16px;
}
.rgpd-desc a:link, .rgpd-desc a:visited  {
    color: #3c6ef3;
}
.registo-rgpd-title {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn-desligado{
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}
#registo-submit.btn-desligado:hover, #registo-submit.btn-desligado:focus{ /* CHANGE TO CSS SELECTORS !!!!! */
    color: #3C6EF3 !important;
    background: transparent !important;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 6 - HOMEPAGE */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
/* hero slider */
.carousel-indicators { /* indicators */
    position: absolute;
    top: 50px;
    bottom: auto;
	right: auto;
    left: 0;
    z-index: 15;
    width: 60px;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li { /* indicators */
    display: block;
    width: 40px;
    height: 6px;
    margin: 6px 0;
    text-indent: -999em;
    direction: ltr;
    cursor: pointer;
    background: #FFF;
    opacity: 0.5;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    -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-indicators .active { /* indicators */
    width: 60px;
    height: 6px;
    margin: 6px 0;
    background-color: #FFF;
    opacity: 1;
}
.slider-ppl-control { /* controlers */
	z-index: 99;	
}
.ppl-carousel-controlers {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 40px;
    left: auto;
    z-index: 15;
    width: 40px;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.ppl-carousel-controlers li {
    display: block;
    width: 40px;
    height: 40px;
    margin: 6px 0 0;
    cursor: pointer;

}
.carousel-control.up, .carousel-control.down { /* controlers */
	width: 40px;
	height: 40px;
    position: relative;
    display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	bottom: 0;
    left: auto;
    right: auto;
	margin: auto;
	background-image: none;
	border-bottom: none;
	border: 1px solid #FFF;
	background: transparent;
	background: rgba(0,0,0, .0);
    opacity: 0.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.up:hover, .carousel-control.down:hover { /* controlers */
        opacity: 1;
		border: 1px solid #FFF;
}
.slider-arrow {
    color: #FFF;
    width: 20px;
    height: 20px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* temp headings slider*/
.slider-big-title {
    color: #FFF;
    line-height: 1.2;
}
.slider-copy {
    width: 60%;
}

/*  */
.casos-title {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
    padding-right: 10%;
    margin-bottom: 30px;
}
.casos-desc {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    padding-right: 10%;
    margin-bottom: 60px;
}
.parallax-main .back-cover-image::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(top,rgba(0,0,0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}


.newsletter-title {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.newsletter-desc {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 60px;
}
.newsletter-pad-left {
    padding-left: 8%;
}
.newsletter-banner-img {
    width: 100%;
    max-width: 280px;
    margin: auto;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 7 - CAMPANHA */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.full-page-menu-height {
    height: 100%;
}
/* pics */
.author-profile-pic {
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center -100%;*/
    -webkit-clip-path: url("#p-mask");
    clip-path: url("#p-mask");
    transform: scale(1);
}
.leader-pic {
    width:130px;
    height: 130px;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -100%;
    -webkit-clip-path: url("#p-mask");
     clip-path: url("#p-mask");
    margin:0 auto 20px;
}
.comment-pic {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -100%;
    -webkit-clip-path: url("#p-mask");
     clip-path: url("#p-mask");
    margin:0 auto 20px;
    float: left;
}
/* target IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .author-profile-pic {
        width: 100px;
        height: 100px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -100%;
        position: relative;
    }
    .author-profile-pic::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        top: -1px;
        bottom: 0;
        left: -1px;
        right: 0;
        display: block;
        background-image: url(assets/p-mask.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .leader-pic {
        width:130px;
        height: 130px;
        display: block;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -100%;
        margin:0 auto 20px;
    }
    .leader-pic::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        top: -1px;
        bottom: 0;
        left: -1px;
        right: 0;
        display: block;
        background-image: url(assets/p-mask.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .comment-pic {
        width: 70px;
        height: 70px;
        display: block;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -100%;
        margin:0 auto 20px;
        float: left;
    }
    .comment-pic::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        top: -1px;
        bottom: 0;
        left: -1px;
        right: 0;
        display: block;
        background-image: url(assets/p-mask.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@supports (-ms-accelerator:true) {
    .author-profile-pic {
        width: 100px;
        height: 100px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -100%;
        position: relative;
    }
    .author-profile-pic::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        top: -1px;
        bottom: 0;
        left: -1px;
        right: 0;
        display: block;
        background-image: url(assets/p-mask.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .leader-pic {
        width:130px;
        height: 130px;
        display: block;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -100%;
        margin:0 auto 20px;
    }
    .leader-pic::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        top: -1px;
        bottom: 0;
        left: -1px;
        right: 0;
        display: block;
        background-image: url(assets/p-mask.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .comment-pic {
        width: 70px;
        height: 70px;
        display: block;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -100%;
        margin:0 auto 20px;
        float: left;
    }
    .comment-pic::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        top: -1px;
        bottom: 0;
        left: -1px;
        right: 0;
        display: block;
        background-image: url(assets/p-mask.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* /// target IE /// */
.author-profile-pic.nopic, .leader-pic.no-pic, .comment-pic.no-pic {
    background-image: url(assets/nopic.png) !important;
    background-image: url(assets/nopic.svg) !important;
    background-position: center center;
    -webkit-clip-path: none;
    clip-path: none;
}
/* top */
.campaign-offset-sd {
    width: 45%;
    padding-left: 15px;
    position: absolute;
    z-index: 1;
}
.campaign-channel-a:link, .campaign-channel-a:visited { 
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    color: #3c6ef3;
    background-color: #ebf0fe;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
}
.campaign-channel-a:hover, .campaign-channel-a:active {
    color: #FFF;
    background-color:#3c6ef3;
}
.channel-show {
    display: inline-block !important;
}
.campaign-categories {
    font-size: 0;
    padding: 0;
    margin: 0 0 30px -20px;
}
.campaign-categories li {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.campaign-categories-a:link, .campaign-categories-a:visited {
    text-decoration: none;
}
.campaign-categories-a:link, .campaign-categories-a:visited, .category-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c6ef3;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.campaign-categories-a:link .category-title::after, .campaign-categories-a:visited .category-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #3C6EF3;
    display: inline-block;
    left: 0;
    bottom: -2px;
}
.campaign-categories-a:hover .category-title::after, .campaign-categories-a:active .category-title::after {
    display: none;
}
.campaign-categories-icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    color: #3c6ef3;
    vertical-align: middle;
    margin-right: 5px;
}
.campaign-author {
    position: relative;
    width: 70%;
}
.campaign-author button {
    display: inline-block;
    width: 230px;
}
.campaign-author p {
    font-family: "Overpass Mono", "Overpass", sans-serif;
    color:#3c6ef3;
    font-weight: 700;
    margin-left: 120px;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: left;
}
.campaign-author p::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3c6ef3;
    bottom: -2px;
}
.campaign-author button:hover p::before, .campaign-author button:active p::before  {
    display: none;
}

.campaign-title {
    font-family: "Overpass Mono", "Overpass", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 68px;
    width: 180%;
}
.campaign-title > span {
    padding: 10px 0;
    background: #FFF;
    box-shadow: 10px 0 0 #FFF, -10px 0 0 #FFF;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.campaign-desc {
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #919296;
    background: #FFF;
    padding: 30px 20px 10px 0;
    margin-bottom: 60px;
    width: 140%;
}
.campaign-video { /* video */
    /*background-color:#3c6ef3;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.campaign-video-mask {
    -web-border-radius: 0 180px 0 0; /* video */
    -moz-border-radius: 0 180px 0 0; /* video */
    -o-border-radius: 0 180px 0 0; /* video */
    border-radius: 0 180px 0 0; /* video */
    overflow: hidden;
}
.btn-video {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #3c6ef3;
    background-color: rgba(60, 110, 243, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.btn-video:hover, .btn-video:active {}
.play-video-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #FFF;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
}
.xs-video-icon {
    border-width: 20px 0 20px 35px;
    left: 0;
}

.campaign-data-number {
    font-family: "Overpass Mono", "Overpass", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #3C63F3;
}
.campaign-data-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #3C63F3;
}
.campaign-progress { 
    width: 100%;
    height: 4px;
    display: inline-block;
    background: #d8e2fd;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.campaign-progress-bar { 
    position: absolute;
    height: 100%;
    background: #3c6ef3;
}

.campaign-time-progress { 
    width: 100%;
    height: 4px;
    display: inline-block;
    background: #3c6ef3; 
    background: -moz-linear-gradient(left, #1e9aed 0%, #77d62a 25%, #f4f731 50%, #ef962f 75%, #ff3236 100%);
    background: -webkit-linear-gradient(left, #1e9aed 0%,#77d62a 25%,#f4f731 50%,#ef962f 75%,#ff3236 100%); 
    background: linear-gradient(to right, #1e9aed 0%,#77d62a 25%,#f4f731 50%,#ef962f 75%,#ff3236 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9aed', endColorstr='#ff3236',GradientType=1 );
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.campaign-time-bar { 
    position: absolute;
    height: 100%;
    right: 0;
    background: #d8e2fd;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.campaign-type-desc {
    font-size: 13px;
    line-height: 1.4;
    color: #919296;
    padding-right: 20%;
}
.campagin-follow-a {
    font-size: 11px;
    text-transform: uppercase;
}
.pad-support {
    padding: 0 0 10%;
}
.campaign-social-block {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 80px;
    background-color: #ebf0fe;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.campaign-social-title {
    font-size: 12px;
    text-transform: uppercase;
    color:#3c6ef3;
}
.campaign-social-list {
    font-size: 0;
}
.campaign-social-list li {
    font-size: 16px;
    margin-right: 10px;
}
.campaign-social-list li:last-child {
    margin-right: 0;
}
.btn-campaign-share:link, .btn-campaign-share:visited {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 8px 10px 8px 30px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #3c6ef3;
    text-decoration: none;
    border: none;
}
.btn-campaign-share:hover, .btn-campaign-share:active {}
.campaign-social-icon {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
}
.campaign-social-icon.xs-icon {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
.facebook-color:link, .facebook-color:visited {
    background-color: #526fa9;
}
.twitter-color:link, .twitter-color:visited {
    background-color: #36c6f4;
}
.google-color:link, .google-color:visited {
    background-color: #e94230;
}
.pinterest-color:link, .pinterest-color:visited {
    background-color: #c82430;
}
.social-default-color:link, .social-default-color:visited {
    background-color: #999999;
}
/* campaign bio */
.author-bio-desc {
	font-size: 13px;
	color: #919296;
	margin-bottom: 30px;
}
.author-social-list {
	font-size: 13px;
	margin-bottom: 20px;
	padding-bottom: 60px;
	border-bottom: 1px solid #3c6ef3;
}
.author-social-list li {
	margin-bottom: 6px;
}
.author-social-list li:last-child {
	margin-bottom: 0;
}
.author-goals-list {
	font-size: 12px;
	text-transform: uppercase;
	color: #919296;
	margin-bottom: 60px;
}
.author-goals-list li {
	margin-bottom: 10px;
}
.author-goals-list li:last-child {
	margin-bottom: 0;
}
.author-goals-list .categories-icon {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
/* campaign menu */

.scrollmagic-pin-spacer {
/*    z-index: 1031;*/
    z-index: 998;
}
.campaign-menu-block {
    width: 100%;
    display: inline-block;
    background: #FFF;
/*    z-index: 9999999; PD: desactivei para não entrar em conflito com o mobile bottom menu*/
    border-top:1px solid #3c63f3;
    border-bottom:1px solid #3c63f3;
    transform: translate3d(0,0,0);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #3c6ef3;
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-campaign a:link, .nav-campaign a:visited {
    display: inline-block;
    padding: 25px 26px;
}
.nav-campaign a:hover, .nav-campaign a:active {}
.nav-title {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #3c6ef3;
    position: relative;
}
.nav-pills > li a:link .nav-title::after, .nav-pills > li a:visited .nav-title::after {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    background: #66f29e;
    position: absolute;
    left: 0;
    bottom: -6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-pills > li a:hover .nav-title::after, .nav-pills > li a:active .nav-title::after {
    width: 100%;
} 
.nav-pills > li.active .nav-title::after, .nav-pills > li.active a:link .nav-title::after,
.nav-pills > li.active a:visited .nav-title::after, .nav-pills > li.active a:hover .nav-title::after, 
.nav-pills > li.active a:active .nav-title::after {
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #66f29e;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.nav-campaign .badge {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #66f29e;
    position: absolute;
    right: -16px;
    top: -8px;
    
}
.submenu-icon-link {
    display: block;
}
.campaign-submenu-icon {
    font-size: 25px;
    line-height: 25px;
    height: 25px;
}
.submenu-icon-link .campaign-submenu-icon, .submenu-icon-link:link .campaign-submenu-icon, .submenu-icon-link:visited .campaign-submenu-icon {
    color: #3c6ef3;
}
.submenu-icon-link:hover .campaign-submenu-icon, .submenu-icon-link:active .campaign-submenu-icon {
    color:#3438c2;
}

.btn-submenu, .btn-submenu:link, .btn-submenu:visited {
    color: #FFF;
    background-color: #3c6ef3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    min-width: 140px;
    padding: 6px 0;
}
.btn-submenu:hover, .btn-submenu:active {
    background-color: #3438c2;
}
#campaign-menu-list li {
    vertical-align: middle;
    line-height: 0;
}
#campaign-menu-list li:nth-child(-n+2) {
    /*height: 25px;*/
}
#campaign-menu-list {
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#campaign-menu-list.show-submenu {
    opacity: 1;
}

/* rewards */
.campaign-rewards-title {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #3c6ef3;
    margin-bottom: 30px;
}
.campaign-rewards-list {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.campaign-rewards-list li {
    margin-bottom: 40px;
}
.reward-card:link, .reward-card:visited {
    width: 100%;
    max-width: 360px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e8e4e4;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}
.reward-card:hover, .reward-card:active {
    border: 1px solid #3c6ef3;
}
.reward-feature-pic {
    width: 100%;
    background-color: #3c6ef3;
}
.reward-pic-show {
    display: inline-block;
}
.reward-pic-mask {
    width: 100%;
    -webkit-border-radius: 0 80px 0 0;
    -moz-border-radius: 0 80px 0 0;
    -o-border-radius: 0 80px 0 0;
    border-radius: 0 80px 0 0;
    overflow: hidden;
    position: relative;
}
.reward-pic {
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.reward-card:hover .reward-pic, .reward-card:active .reward-pic  {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.reward-desc-block {
    padding: 35px 30px 40px;
}
.reward-valor {
    margin-bottom: 40px;
}
.reward-pre {
    font-size: 10px;
    text-transform: uppercase;
    color: #b3b3b3;
}
.reward-valor-euro {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #3c6ef3;
    margin-right: 5px;
}
.reward-valor-next {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 18px;
    color: #3c6ef3;
}
.reward-title {
    font-weight: 700;
    color: #3c6ef3;
    margin-bottom: 15px;
}
.reward-desc {
    font-size: 13px;
    font-weight: 300;
    color: #919296;
    margin-bottom: 20px;
}
.reward-delivery {
    margin-bottom: 20px;
    display: none;
}
.reward-delivery-show {
    display: block;
}
.reward-delivery-date {
    font-size: 15px;
    color: #3c6ef3;
}
.reward-supporters {
    font-size: 15px;
    color: #919296;
}

/* campaign info */
#campanha article {
    padding-right: 15%;
}
#campanha article { 
    margin-bottom: 80px;
}
#campanha article:last-child { 
    margin-bottom: 0;
}
.campaign-info-title {
    font-size: 36px;
    font-weight: 200;
    color: #3c6ef3;
    margin-bottom: 40px;
}
.campaign-info-desc p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    color: #575757;
    margin-bottom: 30px;
}

#campaign-intro.campaign-info-desc > p:first-child {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    color:#3c6ef3;
    margin-bottom: 40px;
}
.campaign-info-desc blockquote {
    font-size: 20px;
    font-style: italic;
    padding: 0 10% 0 30px;
    color:#3c6ef3;
    border-left: 4px solid #3c6ef3;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
}
.campaign-info-desc blockquote:before, .campaign-info-desc blockquote:after {
    display: none;
}
figure {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
figcaption {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #575757;
    margin-top: 20px;
}
.campaign-info-desc ul {
    list-style: none;
}
.campaign-info-desc ul li {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    color: #575757;
    position: relative;
    padding-left: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.campaign-info-desc ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #3c6ef3;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}



.campaign-info-desc ol {
  counter-reset: li;
  list-style: none;
}
.campaign-info-desc ol li {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  color: #575757;
  position: relative;
  padding-left: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  counter-increment: li
}
.campaign-info-desc ol li::before {
  content: counter(li);
  position: absolute;
  color: #3c6ef3;
  font-weight: bold;
  left: -10px;
}


.campaign-info-desc table {
    width: 100%;
    max-width: 600px;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #3c6ef3;
    position: relative;
}
.campaign-info-desc table::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #3c6ef3;
}
.campaign-info-desc table td {
    padding: 20px;
}
.campaign-info-desc table tbody td {
    border-top: 1px solid #ebf0fe;
}
.campaign-info-desc table tbody tr td:first-child {
    border-right: 1px solid #ebf0fe;
}
.campaign-info-desc table tfoot td {
    font-weight: 700;
    background-color: #ebf0fe;
}
.campaign-info-desc table tr:hover td {
    background-color:#ebf0fe;
}
.campaign-files {
    width: 100%;
    display: inline-block;
    font-size: 0;
}
.campaign-info-desc ul.campaign-files li {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.campaign-info-desc ul.campaign-files li::after{
    display: none;
}
.campaign-info-desc ul.campaign-files li:last-child {
    margin-bottom: 0;
}
.download-card:link, .download-card:visited {
    width: 100%;
    padding: 20px 25px;
    display: inline-block;
    background-color: #3c6ef3;
    -webkit-border-radius: 4px 30px 4px 4px;
    -moz-border-radius: 4px 30px 4px 4px;
    -o-border-radius: 4px 30px 4px 4px;
    border-radius: 4px 30px 4px 4px;
    text-decoration: none;
    position: relative;
}
.campaign-info-desc p.download-title { 
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 4px;
}

.campaign-info-desc p.download-data {
    font-size: 13px;
    font-weight: 300;
    color:#66f29e;
    margin-bottom: 0;
}
.download-icon {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 25px;
    top: 20px;
}



.campaign-gallery-grid { /* ul */
    width: 100%;
    display: inline-block;
    font-size: 0;
}
.campaign-info-desc ul.campaign-gallery-grid li { /* li */
    display: none;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.campaign-info-desc ul.campaign-gallery-grid li::before{
    display: none;
}
.campaign-info-desc ul.campaign-grid-1 li:nth-child(1), .campaign-info-desc ul.campaign-grid-2 li:nth-child(-n + 2), 
.campaign-info-desc ul.campaign-grid-3 li:nth-child(-n + 3), .campaign-info-desc ul.campaign-grid-multiple li:nth-child(-n + 3) { /* li */
    display: inline-block;
    line-height: 0;
}
.campaign-grid-1 li { /* li */
    max-width: 600px;
    width: 100%;

}
.campaign-grid-2 li {
    width: 50%;
    position: relative;
}
.campaign-grid-3 li:first-child {
    width: 50%;
    position: relative;
}
.campaign-grid-3 li:nth-child(2) {
    width: 50%;
    position: relative;
}
.campaign-grid-3 li:nth-child(3) {
    width: 50%;
    position: relative;
}
.campaign-grid-multiple li:first-child {
    width: 50%;
    position: relative;
}
.campaign-grid-multiple li:nth-child(2) {
    width: 50%;
    position: relative;
}
.campaign-grid-multiple li:nth-child(3) {
    width: 50%;
    position: relative;
}
.campaign-info-desc ul.campaign-grid-3 li:nth-child(1), .campaign-info-desc ul.campaign-grid-multiple li:nth-child(1) {
    width: 100%;
}




.campaign-gallery-images {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
}

.campaign-gallery-grid li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.campaign-gallery-numbers {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    text-align: center;
    background-color: #3c6ef3;
    background-color: rgba(60, 110, 243, 0.7);
    top: 0;
    bottom: 0;
    display: none;
}
.campaign-info-desc .campaign-gallery-numbers p {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 90px !important;
    font-weight: 300;
    color: #FFF;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    position: absolute;
}
.campaign-grid-multiple li:nth-child(3) .campaign-gallery-numbers {
    display: inline-block;
}

/* campaign facebook */
.campaign-facebook-list li {
    margin-bottom: 20px;
}
.campaign-facebook-list li:last-child {
    margin-bottom: 0;
}
.campaign-facebook-card:link, .campaign-facebook-card:visited {
    width: 100%;
    max-width: 1200px;
    padding: 30px 50px 30px 30px;
    display: inline-block;
    clear: both;
    text-decoration: none;
    -webkit-border-radius: 5px 25px 5px 5px;
    -moz-border-radius: 5px 25px 5px 5px;
    border-radius: 5px 25px 5px 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.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;
}
.campaign-facebook-card:hover, .campaign-facebook-card:active {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
}

.campaign-facebook-profile {
    width: 84px;
    height: 84px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #3c6ef3;
    float: left;
    background-color: #3c6ef3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.campaign-facebook-copy {
    margin-left: 118px;
    padding-top: 5px;
}
.campaign-facebook-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3c6ef3;
    margin-bottom: 5px;
    
}
.campaign-facebook-time {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #3c6ef3;
    margin-bottom: 20px;
}
.campaign-facebook-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    color: #3c6ef3;
}



/* campaign updates */
.updates-block { /* main */
  	width: 100%;
  	max-width: 1170px;
  	margin: 2em auto;
 	position: relative;
  	padding: 0;
}
.updates-block::before { /* main : vertical line */
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 18px;
  	height: 100%;
  	width: 1px;
  	background: #ccccce;
}
.updates-block::after { /* main */
  	content: '';
 	 display: table;
 	 clear: both;
}
.update-card { /* card */
  	position: relative;
  	margin: 6em 0;
}
.update-card.update-auto { /* card : auto */
  	margin: 2em 0;
}
.update-card.update-launch { /* card : auto */
  	margin: 6em 0 0;
}
.update-card:after { /* card */
  	content: "";
  	display: table;
  	clear: both;
}
.update-today{ /* card today : first child .update-card */
	padding-bottom: 4em;
}
.update-timeline-mark { /* marks : timeline mark*/
  	position: absolute;
  	top: 10px;
  	left: 18px;
  	width: 30px;
  	height: 1px;
	background: #CCCCCE;
}
.update-video .update-timeline-mark, .update-image .update-timeline-mark { /* marks : timeline mark*/
    top: 141px;
    width: 30px;
    left: 18px;
}
.update-timeline-spot { /* marks : update today timeline circle*/
  	position: absolute;
  	top: 0;
  	left: 15px;
  	width: 7px;
  	height: 7px;
	background: #ccccce;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
}
.update-timeline-launch { /* marks : timeline circle launch */
 	width: 15px;
    height: 15px;
	left: 11px;
    background-color:#3c6ef3;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
  	position: relative;
}
.update-info { /* update content */
  	position: relative;
  	margin-left: 60px;
  	background: #FFF;
  	padding: 0 1em 1em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.update-info:after { /* update content */
  	content: "";
  	display: table;
  	clear: both;
}

.update-launch .update-info { /* update content : last child .update-card */
	float: none;
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: inherit;
    top: -5px;
}

.update-date { /* date */
  	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	color: #000;
	display: inline-block;
	padding: 0;
	margin-bottom: 8px;
}
.update-today .update-date { /* update-today date : first child .update-card */
	color: #919296;
	left: 0;
	margin-left: 70px;
/*	padding: 10px 0 8px;*/
}

.update-launch .update-date { /* update-launch date : last child .update-card */
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #3c6ef3;
    padding: 0;
    display: inline-block;
    position: relative;
}
.update-launch .update-date::after { /* update-launch date : last child .update-card */
    content: '';
    position: absolute;
    width: 78px;
    height: 1px;
    background-color: #3c6ef3;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.update-multimedia, .update-multimedia:focus { /* update multimedia content */
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    border: none;
    outline: none;
}

.update-thumbnail { /* update multimedia content */
    width: 100px;
    height: 100px;
    display: block;
    background-color: #3c6ef3;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-o-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.update-play { /* update multimedia content */
    width: 40px;
    height: 40px;
    display: block;
    background-color: #3c6ef3;
    background-color: rgba(60, 110, 243, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
 	-o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.update-multimedia:hover .update-play, .update-multimedia:active .update-play { /* update multimedia content */
    width: 100%;
    height: 100%;
} 
.update-title { /* update multimedia content : title */
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    color: #3c6ef3;
    margin-bottom: 30px;
}

.update-launch .update-title { /* update multimedia content : launch title */
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
    color: #3c6ef3;
    margin-bottom: 20px;
}

.update-desc { /* update multimedia content : desc */
    font-family: 'Overpass', sans-serif;
	font-size: 15px;
    font-weight: 200;
    line-height: 1.4;
    color: #575757;
    margin-bottom: 40px;
}
.update-link:link, .update-link:visited { /* update multimedia content : link */
    font-size: 13px;
    font-weight: 700;
    color: #3c6ef3;
    text-transform: uppercase;
}

.update-auto .update-desc, .update-auto .update-link { /* update : display none */
    display: none;
}

.update-icon {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* comments */
.top-comments {
    width: 100%;
    margin-top: -2px;
    margin-bottom: 80px;
    display: inline-block;
    padding: 60px 30px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    background-color: #ebf0fe;
}
.comments {}
.comments li {
    margin-bottom: 60px;
}
.comments li:last-child {
    margin-bottom: 0;
}
.comment-content {
    margin-left: 120px;
}
.comment-data {
    margin-bottom: 10px;
    position: relative;
}
.comment-author:link, .comment-author:visited  {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:#3c6ef3;
    line-height: 1;
    border-bottom: none;
}
.comment-author:hover, .comment-author:active  {}
.comment-author-replied:link, .comment-author-replied:visited  {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color:#919296;
    line-height: 1;
    border-bottom: none;
	margin-left: 40px;
	position: relative;
}
.comment-author-replied:hover, .comment-author-replied:active  {}
.comment-author-replied-icon {
	position: absolute;
	width: 20px;
	height: 14px;
	display: inline-block;
	top: 0;
	bottom: 0;
    padding-left: 10px;
    color: #919296;
	margin: 0 auto;
    cursor: default !important;
	
}
a.comment-author.comment-promotor {
    background-color:#3c6ef3;
    color: #FFF;
    padding: 2px 10px 2px 6px;
    -webkit-border-radius: 4px 12px 4px 4px;
    -moz-border-radius: 4px 12px 4px 4px;
    -o-border-radius: 4px 12px 4px 4px;
    border-radius: 4px 12px 4px 4px;
}
.comment-data time {
	font-size: 12px;
	color: #3c6ef3;
	padding-left: 30px;
	position: relative;
}
.comment-data time::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #3C6ef3;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto;
}
.comment-desc {
    font-size: 14px;
    font-weight: 300;
    color: #919296;
    margin-bottom: 20px;
}
.comment-actions {
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #ccccce;
}
.comment-actions-divider {
    margin: 0 10px;
}
.child-comment {
    padding-left: 120px;
}
.aside-comments p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #3c6ef3;
    margin-bottom: 20px;
}
.aside-comments p:last-child {
    margin-bottom: 0;
}

.community-stats {
	margin-bottom: 100px;
}
.community-title {
    font-family: 'Overpass Mono', 'Overpass', sans-serif;
	font-size: 24px;
	line-height: 1.3;
	color: #3c6ef3;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 80px;
}

.community-title::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 60px;display: inline-block;
	background-color: #66f29e;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
}

.community-stats-list {
	font-size: 0;
}
.community-stats-list li {
	display: inline-block;
	text-align: center;
}
.stats-number {
	font-family: 'Overpass Mono', 'Overpass', sans-serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 28px;
	color: #3c6ef3;
	display: inline-block;
	width: 100%;
	padding: 60px 20px;
	background-color: #ebf0fe;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.stats-desc {
	font-size: 14px;
	font-weight: 400;
}
.community-leaders {
    text-align: center;
}
.community-leaders-list {
    text-align: center;
}
.community-leaders-list li {
    margin-bottom: 80px;
}
.leader-name {
	font-family: 'Overpass Mono', 'Overpass', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #3c6ef3;
    margin-bottom: 5px;
}
.leader-stats {
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: #919296;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 8 - COMO FUNCIONA */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
.comofunciona-hero-text {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
.comofunciona-title {
    color: #3c6ef3;
    font-size: 60px;
}
.comofunciona-title > span {
    padding: 10px 0;
    background: #FFF;
    box-shadow: 10px 0 0 #FFF, -10px 0 0 #FFF;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.comofunciona-hero-img {
    padding-bottom: 60px;
    margin-top: -100px;
}
.comofunciona-features-mainDesc {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
    color: #919296;
}
.comofunciona-features-mainDesc a:link, .comofunciona-features-mainDesc a:visited  {
    color:#3c6ef3;
    font-weight: 400;
}
.comofunciona-features-img {
    margin-bottom: 20px;
}
.comofunciona-features-title {
	font-family: 'Overpass Mono', 'Overpass', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #3c6ef3;
    margin-bottom: 30px;
    padding: 0 8.33333333%;
}
.comofunciona-features-desc {
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	font-weight: 300;
    color:#919296;
    padding: 0 8.33333333%;
}
.key-numbers-lines {
    border-top: 1px solid #66f29e;
    border-bottom: 1px solid #66f29e;
}
.comofunciona-key-numbers-list {
    font-size: 0;
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}
.comofunciona-key-numbers-list li {
    text-align: center;
    position: relative;
}
.comofunciona-key-numbers-list li::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #66f29e;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}
.comofunciona-key-numbers-list li:first-child::before {
    display: none;
}
.key-number {
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
    color:#66f29e;
}
.key-desc {
    font-size: 20px;
    font-weight: 300;
    color: #919296;
}
.comofunciona-slider {
    margin-top: -1px;
}
/* reset carousel */
.comofunciona-slider .carousel.vertical .carousel-inner { 
  height: 100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .item { 
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
@media all and (transform-3d), (-webkit-transform-3d) { 
.comofunciona-slider .carousel.vertical .carousel-inner > .item {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
.comofunciona-slider .carousel.vertical .carousel-inner > .item.next,
.comofunciona-slider.carousel.vertical .carousel-inner > .item.active.right { 
    top: 0;
    -ms-transform:  none;
    -o-transform:  none;
    -moz-transform:  none;
    -webkit-transform:  none;
    transform:  none;
  }
.comofunciona-slider .carousel.vertical .carousel-inner > .item.prev,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active.left { 
    top: 0;
    -ms-transform:  none;
    -o-transform:  none;
    -moz-transform:  none;
    -webkit-transform:  none;
    transform:  none;
  }
.comofunciona-slider .carousel.vertical .carousel-inner > .item.next.left,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.prev.right,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active {
    top: 0;
    -ms-transform:  none;
    -o-transform:  none;
    -moz-transform:  none;
    -webkit-transform:  none;
    transform:  none;
  }
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active { 
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next,
.comofunciona-slider .carousel.vertical .carousel-inner > .prev {
  top: 0;
  height: 100%;
  width: 100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next { 
  left: 0;
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .prev { 
  left: 0;
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next.left,
.comofunciona-slider .carousel.vertical .carousel-inner > .prev.right { 
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active.left { 
  left: 0;
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active.right { 
  left: 0;
  top: 0;
}
/* como funciona style split layout */
.comofunciona-slider .ppl-carousel-controlers {
    top: 0;
    bottom: 0;
    height: 98px;
    margin: auto;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .item .divA {
  -webkit-transition: top .6s ease-in-out;
  -moz-transition: top .6s ease-in-out;
  -o-transition: top .6s ease-in-out;
  -ms-transition: top .6s ease-in-out;
  transition: top .6s ease-in-out;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .item .divB { 
  -webkit-transition: top .6s ease-in-out;
  -moz-transition: top .6s ease-in-out;
  -o-transition: top .6s ease-in-out;
  -ms-transition: top .6s ease-in-out;
  transition: top .6s ease-in-out;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.comofunciona-slider .carousel.vertical .carousel-inner > .item .divA, .comofunciona-slider .carousel.vertical .carousel-inner > .item .divB{
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -ms-transition: -ms-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
.comofunciona-slider .carousel.vertical .carousel-inner > .item.next .divA,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active.right .divA {  
    top: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
.comofunciona-slider .carousel.vertical .carousel-inner > .item.next .divB,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active.right .divB { 
    top: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  } 
.comofunciona-slider .carousel.vertical .carousel-inner > .item.prev .divA,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active.left .divA { 
    top: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
.comofunciona-slider .carousel.vertical .carousel-inner > .item.prev .divB,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active.left .divB {  
    top: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  } 
.comofunciona-slider .carousel.vertical .carousel-inner > .item.next.left .divA, 
.comofunciona-slider .carousel.vertical .carousel-inner > .item.prev.right .divA,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active .divA{
    top: 0;
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

.comofunciona-slider .carousel.vertical .carousel-inner > .item.next.left .divB, 
.comofunciona-slider .carousel.vertical .carousel-inner > .item.prev.right .divB,
.comofunciona-slider .carousel.vertical .carousel-inner > .item.active .divB { 
    top: 0;
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }   

}
.comofunciona-slider .carousel.vertical .carousel-inner > .active .divA {
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active .divB {
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next .divA,
.comofunciona-slider .carousel.vertical .carousel-inner > .prev .divA {
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next .divB,
.comofunciona-slider .carousel.vertical .carousel-inner > .prev .divB {
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next .divA {
  left: 0;
  top: 100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next .divB {
  left: 0;
  top: -100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .prev .divA {
  left: 0;
  top: -100%
}
.comofunciona-slider .carousel.vertical .carousel-inner > .prev .divB {
  left: 0;
  top: 100%
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next.left .divA,
.comofunciona-slider .carousel.vertical .carousel-inner > .prev.right .divA {
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .next.left .divB,
.comofunciona-slider .carousel.vertical .carousel-inner > .prev.right .divB {
  top: 0;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active.left .divA {
  left: 0;
  top: -100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active.left .divB {
  left: 0;
  top: 100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active.right .divA {
  left: 0;
  top: 100%;
}
.comofunciona-slider .carousel.vertical .carousel-inner > .active.right .divB {
  left: 0;
  top: -100%;
}
/* slider content */
.divA .top-hero-block {
    background-position: center right;
}
.divB .top-hero-block {
    background-position: center left;
}
.divA .comofunciona-slider-copy {
    text-align: right;
}
.divB .comofunciona-slider-copy {
    text-align: left;
}
.comofunciona-slider-author {
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 20px;
}
.comofunciona-slider-author-desc {
    font-family: 'Fredoka One';
    font-size: 58px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
}
.comofunciona-slider-author-desc span {
    position: relative;
}
.comofunciona-slider-author-desc span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 8px;
    display: block;
    background-color: #66f29e;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.comofunciona-slider .divA:hover, .comofunciona-slider .divB:hover {
    cursor: default;
}
.comofunciona-slider .divA:hover .comofunciona-slider-author-desc span,
.comofunciona-slider .divB:hover .comofunciona-slider-author-desc span {
    cursor: default;
}
.comofunciona-slider .divA:hover .comofunciona-slider-author-desc span::after,
.comofunciona-slider .divB:hover .comofunciona-slider-author-desc span::after{
    width: 100%;
}

.comofunciona-slider-desc {
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    color: #FFF;
    position: absolute;
    width: 100%;
    bottom: 40px;
}
/* end slider*/

.comofunciona-key-desc-list {
    font-size: 0;
    margin-bottom: 80px;
}
.comofunciona-key-desc-list li {
    margin-bottom: 90px;
}
.comofunciona-key-desc-list li:last-child {
    margin-bottom: 0;
}
.comofunciona-key-desc-title {
	font-family: 'Overpass', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}
.comofunciona-key-desc-desc {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #919296;
}
.comofunciona-help-block {
    width: 100%;
    display: inline-block;
    background-color: #fa5d7a;
    text-align: center;
    margin-bottom: 200px;
    position: relative;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.comofunciona-help-block::after {
    content: '';
    width: 1px;
    height: 140px;
    background-color: #fa5d7a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: auto;
}
.comofunciona-help-wrap {
    padding: 180px 0;
    overflow: hidden;
    position: relative;
}
.comofunciona-help-text {
    position: relative;
    z-index: 1;
}
.comofunciona-help-circleA {
    width: 1000px;
    height: 1000px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #f64a7b;
    position: absolute;
    left: -40%;
    top: -115%;
}
.comofunciona-help-circleB {
    width: 1000px;
    height: 1000px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #f64a7b;
    position: absolute;
    right: -20%;
    bottom: -120%;
}
.comofunciona-help-title {
	font-family: 'Overpass', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 10px;
}
.comofunciona-help-desc {
	font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
}
.comofunciona-quote {
    padding: 0 10%;
}
.quote-author {
	font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #575757;
}
.quote-author-pos {	
    font-family: 'Overpass', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #919296;
}
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* 9 - MEDIA QUERIES */
/*±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±*/
@media all and (max-width: 1479px) {
    /* ----------------------------------------------*/
    /* 6 - Homepage */
    /* casos */
	.back-lc-image {
        background-position: center !important;
    }
	.parallax-main {
		min-height: 700px;
	}
    .casos-title {
        font-size: 44px;
    }
    .casos-desc {
        font-size: 20px;
    }
}
@media all and (max-width: 1199px) {
    /* ----------------------------------------------*/
    /* 2 - Header & Menu */
    .left-menu {
        padding: 76px 40px 96px;
    }
    .menu-logo {
        width: 100px;
    }
    .menu-copy-social {
        padding: 0 40px;
    }
    .menu-copy-p {
        padding-right: 0;
    }
    .nav-menu-list {
        font-size: 0;
        padding: 300px 20px 300px 80px;
    }
    .nav-arrow {
        left: auto;
        right: 80px;
    }
    .nav-link:link::before, .nav-link:visited::before {
        content: '';
        position: absolute;
        opacity: 0;
        width: 0;
        height: 6px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #66f29e;
        right: 105%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;

    }
    .nav-link:hover::before, .nav-link:active::before {
        opacity: 1;
        width: 40px;
        border: none;
        text-decoration: none;
    }
    /* ----------------------------------------------*/
    /* 5 - Login & Registo */
    .loggedin-title {
        padding: 15px 8.333333%;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        color: #ccccce;
    }
    /* ----------------------------------------------*/
    /* 6 - Homepage */
    /* hero */
    #slider-ppl .top-hero-block {
        max-height: 740px;
    }
    /* news */
    .card-news-frame {
        height: 320px;
    }
    /* ----------------------------------------------*/
    /* 7 - Campanha */
	.campaign-video {
		margin: 0 0 40px;
        top:auto;
        transform: none;
	}
    .campaign-title {
        width: 100%;
    }
    .campaign-desc {
        width: 100%;
    }
    .campaign-social-list li:first-child {
        width: 100%;
    }
    .campaign-social-list li {
        margin-bottom: 10px;
    }
    /* submenu */
    .nav-campaign a:link, .nav-campaign a:visited {
        padding: 25px 20px;
    }
    /* info */
    #campanha article {
        padding-right: 40px;
    }
    #campaign-intro.campaign-info-desc > p:first-child {
        font-size: 28px; 
    }
    .campaign-info-desc p {
        font-size: 16px; 
    }
    .campaign-info-desc ul li {
        font-size: 15px;
    }
    /* comments */
	.aside-comments {
		margin-bottom: 100px;	
	}
	/* community */
	.community-stats-list li {
		margin-bottom: 30px;
	}
	.community-stats-list li:last-child {
		margin-bottom: 0;
	}
    /* ----------------------------------------------*/
    /* 8 - Como funciona */
    .comofunciona-hero-text {
        position: relative;
        padding: 60px 8.33333333%;
        margin-bottom: 40px;
    }
    .comofunciona-title > span {
        padding: 0;
        box-shadow: none;
    }
    .comofunciona-features-mainDesc {
        font-size: 20px;
        line-height: 1.5;
    }
    .comofunciona-features-title {
        padding: 0;
    }
    .comofunciona-features-desc {
        padding: 0;
    }
}
@media all and (max-width: 990px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    .sm-text-center {
        text-align: center;
    }
    /* ----------------------------------------------*/
    /* 2 - Header & Menu */
    /* header */
    .header-pad {
        padding: 0 8.33333333%;
    }
    .header-logo {
        padding-left: 15px;
    }
    .header-nav-right {
        padding-right: 15px;
    }
    .header-nav-left {
        width: 0;
        opacity: 0;
        visibility: hidden;
    }
    .nav-menu-list-divider {
        padding: 0 15px 20px !important;
        margin-bottom: 20px;
        border-bottom: 1px solid #ebf0fe;
    }
    .nav-menu-list-divider .nav-link:link, .nav-menu-list-divider .nav-link:visited  {
        font-size: 13px;
    }
    .menu-open {
        margin-right: 10px;
    }
    /* full page menu */
    .full-page-menu-height {
        height: auto;
    }
    .full-page-menu {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: fixed;
        overflow: hidden;
        z-index: 99999999;
        left: 0;
        background-color: #FFF;
        transform: translate(-120%, 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 .3s ease;
        -moz-transition:all .3s ease;
        -o-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
    }

    .full-page-menu.show-menu {
        transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }
    .menu-logo-a  {
        display: none;
    }
    .menu-close {
        font-size: 44px;
        width: 44px;
        height: 44px;
        top: 40px;
        right: 8.33333333%;
    }
    .left-menu {
        width: 100%;
        padding: 40px 8.33333333%;
        height: 100%;
        -webkit-border-radius: 0 0 0 60px;
        -moz-border-radius: 0 0 0 60px;
        -o-border-radius: 0 0 0 60px;
        border-radius: 0 0 0 60px;
        background: -moz-linear-gradient(top, #3648d1 0%, #3c6ef3 60%, #3c6ef3 100%);
        background: -webkit-linear-gradient(top, #3648d1 0%,#3c6ef3 60%,#3c6ef3 100%);
        background: -o-linear-gradient(top, #3648d1 0%, #3c6ef3 60%, #3c6ef3 100%);
        background: -ms-linear-gradient(top, #3648d1 0%, #3c6ef3 60%, #3c6ef3 100%);
        background: linear-gradient(to bottom, #3648d1 0%,#3c6ef3 60%,#3c6ef3 100%);
    }
    .nav-menu-block {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .nav-link:link::before, .nav-link:visited::before {
        display: none;
    }
    .mobile-bottom {
        padding-bottom: 60px;
    }
    .mobile-bottom .menu-social-a:link, .menu-social-a:visited {
        font-size: 28px;
        color: #66f29e;
    }
    .nav-menu-list {
        font-size: 0;
        padding: 0;
        margin: 60px -15px 0;
    }
    .nav-menu-list li {
        width: 100%;
        padding: 0 15px;
        display: inline-block;
        transform-origin: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .nav-menu-list li:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .nav-link:link, .nav-link:visited {
        font-family: 'Overpass Mono', 'Overpass', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #3c6ef3;
        padding: 15px 8.333333%;
        display: block;
        position: relative;
    }
    /* ----------------------------------------------*/
    /* 3 - Footer */
    .footer-banner-top {
        -webkit-border-radius: 0 120px 0 0;
        -moz-border-radius: 0 120px 0 0;
        -o-border-radius: 0 120px 0 0;
        border-radius: 0 120px 0 0;
    }
    .footer-top-title {
        font-size: 15px;
    }
    .footer-top-link:link, .footer-top-link:visited {
        font-size: 20px;
    }
    .footer-banner-img {
        display: none;
    }
    .footer-social-list {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-social-language {
        text-align: left;
    }
    /* ----------------------------------------------*/
    /* 4 - Loop Elements */
    .modal-dialog {
        width: 80%;
    }
    .modal-body {
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -o-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }
    .modal-title {
        font-size: 24px;
        margin-top: 40px;
    }
    .modal-close {
        right: 8.33333333%;
        top: 25px;
    }
    /* ----------------------------------------------*/
    /* 5 - Login & Registo */
    .session-form-block {
        overflow: hidden;
    }
    .g-recaptcha {
        -webkit-transform: scale(0.70);
        -moz-transform: scale(0.70);
        -o-transform: scale(0.70);
        -ms-transform: scale(0.70);
        transform: scale(0.70);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    
    /* ----------------------------------------------*/
    /* 6 - Homepage */
    /* hero */
    #slider-ppl .top-hero-block {
        max-height: 700px;
    }
    #slider-ppl .carousel-indicators {
        display: none;
    }
    .slider-copy {
        width: 80%;
    }
    /* cards */
    #home-featured-campaigns .cards-list>li {
        text-align: center;
    }
    #home-featured-campaigns .card {
        max-width: 400px;
        text-align: left;
        margin: 0 auto;
    }
    #home-featured-campaigns .big-card {
        max-width: 100%;
    }
    /* casos */
    .parallax-main {
        height: 80vh;
        min-height: 600px;
        max-height: 800px;
    }
    .parallax-main > * {
        height: 100%;
        position: relative;
        top: auto;
    }
    .casos-title {
        font-size: 42px;
        padding-right: 0;
        margin-bottom: 20px;
        color: #fff;
    }
    .casos-desc {
        font-size: 19px;
        padding-right: 0;
        margin-bottom: 40px;
        color: #fff;
    }
    .parallax-main .back-cover-image::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        background: -webkit-linear-gradient(top, rgba(0,0,0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
        background: linear-gradient(top,rgba(0,0,0, 0.3) 0%, rgba(0,0,0,0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
    }
    .back-lc-image {
        background-position: center right !important;
    }
    /* news */
    .card-news-frame {
        height: 260px;
    }
    /* ----------------------------------------------*/
    /* 7 - Campanha */
    .campaign-summary-info {
        padding: 0 15px 80px;
    }
    .campaign-data-list li {
        margin-bottom: 60px;
    }
    .pad-support {
        padding: 0;
    }
    .campaign-type-desc {
        margin-top: -15px;
    }
    .campaign-progress, .campaign-time-progress {
        margin-top: -20px;
    }
    /* submenu */
    .campaign-menu-block::before {
        content: '';
        position: absolute;
        top: -25px;
        text-transform: uppercase;
        font-family: 'Overpass', sans-serif;
        font-size: 10px;
        right: 8.33333333%;
        color: #CCC;
        padding-left: 15px;
    }
    .nav-campaign {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .nav-campaign>li {
        float: none;
        display: inline-block !important;
    }
    /* info */
    #campanha article {
        padding-right: 0;
    }
    .campaign-info-desc p.download-title { 
        font-size: 14px !important;
    }
    /* comments */
    .top-comments {
        padding: 60px 8.33333333%;
    }
    /* bottom menu */
    .campaign-bottom-menu {
        background-color: #6941e8;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1032;
    }
    .campaign-bottom-link, .campaign-bottom-link:link, .campaign-bottom-link:visited {
        font-family: 'Overpass Mono', 'Overpass', sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        padding: 24px 0;
        color: #FFF;
        display: block;
    }
	/* footer campaign */
	.campaign-usc footer {
		margin-bottom: 60px;
	}
    /* ----------------------------------------------*/
    /* 8 - Como funciona */
    .comofunciona-hero-text {
        position: relative;
        padding: 60px 8.33333333%;
        margin-bottom: 40px;
    }
    .comofunciona-title > span {
        padding: 0;
        box-shadow: none;
    }
    .comofunciona-features-mainDesc {
        font-size: 20px;
    }
    .comofunciona-features-list {
        text-align: center;
    }
    .comofunciona-features-list li {
        padding: 0 8.33333333%;
        margin-bottom: 60px;
    }
    .comofunciona-features-list li:last-child {
        margin-bottom: 0;
    }
    .comofunciona-features-img {
        margin:0 auto 20px;
        max-width: 500px;
    }
    .comofunciona-features-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .comofunciona-features-desc {
        font-size: 16px;
        line-height: 1.4;
    }
    .key-number {
        font-size: 44px;
    }
    .divA .top-hero-block, .divB .top-hero-block {
        height: calc(75vh - 74px);
        max-height: 600px;
    }
    .comofunciona-slider-author {
        display: none;
    }
    .comofunciona-slider-author-desc {
        font-size: 30px;
    }
    .comofunciona-slider-desc {
        display: none;
    }
    .comofunciona-divpic-right {
        width: 100%;
        height: 100%;
        display: block;
        margin: -100px 0 30px;
        overflow: hidden;
        text-align: right;
    }
    .comofunciona-pic-right {
        margin-right:-30px;
        max-width: 400px;
    }
    .comofunciona-divpic-left {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 0 30px 0;
        overflow: hidden;
        text-align: left;
    }
    .comofunciona-pic-left {
        max-width: 400px;
    }
    .comofunciona-key-desc-title {
        font-size: 22px;
        font-weight: 700;
    }
    .comofunciona-key-desc-desc {
        font-size: 15px;
        line-height: 1.4;
    }
    .comofunciona-quote {
        padding: 0;
    }
}
@media all and (max-width: 767px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    blockquote {
        font-size: 16px;
    }
    .xs-text-center {
        text-align: center;
    } 
    /* ----------------------------------------------*/
    /* 2 - Header & Menu */
    /* search */
    .left-search {
        margin-right: 0;
    }
    .right-search {
        width: 0;
    }
    .search-start-input {
        width: 20px;
        height: 20px;
        left: 8.33333333%;
    }
    .search-input-icon { /* search input icon*/
        font-size: 20px;
        height: 20px;
    }
    input.search-input {
        width: 80%;
        margin-left: 12%;
        padding-right: 40px;
    }
    .search-close {
        right: 8.33333333%;
    }
    /* ----------------------------------------------*/
    /* 4 - Loop Elements */
    .modal-dialog {
        width: 90%;
    }
    .modal-title {
        font-size: 20px;
    }
    .card-big-tags {
       margin-top: -60px; 
    }
    /* ----------------------------------------------*/
    /* 5 - Login & Registo */
    .session-title {
        font-size: 32px; 
        margin-bottom: 28px; 
    }
    /* ----------------------------------------------*/
    /* 6 - Homepage */  
    /* hero */
    #slider-ppl .top-hero-block {
        height: 580px;
    }
    #slider-ppl .carousel-indicators {
        display: none;
    }
    #slider-ppl .ppl-carousel-controlers {
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
        width: 100%;
    }
    #slider-ppl .ppl-carousel-controlers li {
        display: inline-block;
    }
    #slider-ppl .carousel-control.up, #slider-ppl .carousel-control.down {
        border: 1px solid #3c6ef3;
        background-color: #3c6ef3;
        opacity: 1;
    }
    #slider-ppl .slider-arrow {
        color:#FFF;
    }
    .slider-copy {
        width: 100%;
    }
    .slider-big-title {
        font-size: 34px;
    }
    /* cards */
    .card-feature-big-frame, .card-feature-frame {
        height: 280px;
    }
	.card-feature-big-frame {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
        -o-border-radius: 0;
		border-radius: 0;
    }
    #home-featured-campaigns .big-card {
		overflow: hidden;
        max-width: 400px;
	}
    /* casos */
    .parallax-main {
        height: 70vh;
        max-height: 700px;
    }
    .casos-title {
        font-size: 34px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .casos-desc {
        font-size: 17px;
        padding-right: 0;
        margin-bottom: 40px;
    }
    /* news */
    #home-news-posts .cards-list {
        text-align: center;
    }
    .card-news-frame {
        height: 320px;
    }
    #home-news-posts .news-card {
        text-align: left;
    }
    /* newsletter sub */
    .newsletter-banner-img {
        max-width: 200px;
        margin-bottom: 40px;
    }
    .newsletter-pad-left {
        padding: 0 8.33333333% !important;
    }
    /* ----------------------------------------------*/
    /* 7 - Campanha */
    .campaign-title {
        font-size: 26px;
        line-height: 32px;
    }
    .campaign-title > span {
        padding: 0;
        box-shadow: none;
    }
    .campaign-desc {
        margin-bottom: 30px;
    }
	#campanha article {
		padding-right: 0;
	}
	#campaign-intro.campaign-info-desc > p:first-child {
		font-size: 20px;
	}
	.campaign-info-desc p {
		font-size: 15px;
    }
    .campaign-info-desc ol li {
        font-size: 15px;
    }
	/* campaign info */
    .campaign-info-title {
        font-size: 32px;
        line-height: 1.1;
    }
    .campaign-info-desc blockquote {
        font-size: 15px;
    }
	.campaign-info-desc table td {
		min-width: 120px;
	}
    .campaign-info-desc ul li {
        font-size: 14px;
        margin-left: 0px;
    }
    .campaign-facebook-profile {
        float: none;
        margin-bottom: 20px;
    }
    .campaign-facebook-copy {
        margin-left: 0;
        padding-top: 0;
    }
	/* campaign updates */
	.update-title {
		margin-top: 40px;
	}
	/* campaign comments */
	.comment-pic {
		display: none;
	}
	.comment-content {
		margin-left: 0;
	}
	.child-comment {
		padding-left: 30px;
	}
    .leader-pic {
        width: 110px;
        height: 110px;
    }
    /* ----------------------------------------------*/
    /* 8 - Como funciona */
    .comofunciona-hero-text {
        margin-bottom: 80px;
    }
    .comofunciona-title {
        font-size: 54px;
    }
     .divA .top-hero-block, .divB .top-hero-block {
        height: calc(65vh - 74px);
        max-height: 500px;
    }
    .comofunciona-key-numbers-list {
        padding: 0;
    }
    .comofunciona-key-numbers-list li {
        padding: 40px 0;
        background-color: #66f29e;
    }
    .key-number {
        font-size: 52px;
        color: #FFF;
    }
    .key-desc {
        font-size: 14px;
        color: #24633d;
    }
    .comofunciona-key-numbers-list li::before {
        width: 100%;
        height: 1px;
        background-color: #FFF;
        bottom: auto;
        left: 0;
    }
    .comofunciona-features-mainDesc {
        font-size: 17px;
    }
}
@media all and (max-width: 560px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    h2 {
        font-size: 36px;
    }
    .error-output {
        padding: 20px 26px;
    }
    .error-output-graphic {
        display: none;
    }
    .error-output-p {
        padding: 0;
    }
    /* ----------------------------------------------*/
    /* 6 - Homepage */  
    /* hero */
    #slider-ppl .top-hero-block {
        height: 480px;
    }
    .slider-copy {
        width: 100%;
    }
    .slider-big-title {
        font-size: 26px;
    }
    .card-news-frame {
        height: 252px;
    }
    /* cards */
    .card-content {
        padding: 12% 8% 12%;    
    }
    #home-featured-campaigns .card-title {
        font-size: 26px;
    }
    #home-featured-campaigns .card-desc {
        display: none;
    }
    /* casos */
    .parallax-main {
        height: 60vh;
        max-height: 600px;
    }
    .casos-title {
        font-size: 28px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .casos-desc {
        font-size: 15px;
        padding-right: 0;
        margin-bottom: 40px;
    }
    /* newsletter sub */
    .newsletter-pad-left {
        padding: 0 !important;
    }
    /* ----------------------------------------------*/
    /* 7 - Campanha */
	.campaign-video-mask {
        -webkit-border-radius: 0 80px 0 0;
		-moz-border-radius: 0 80px 0 0;
		-o-border-radius: 0 80px 0 0;
		border-radius: 0 80px 0 0;
    	overflow: hidden;
	}
	.btn-video {
		width: 70px;
		height: 70px;
	}
	.play-video-icon {
		border-width: 15px 0 15px 25px;
	}
	.campaign-author {
		position: relative;
		width: 100%;
	}
	.author-profile-pic {
		width: 75px;
		height: 75px;
	}
    .campaign-author p {
        margin-left: 95px;
    }
    .campaign-info-desc ul.campaign-grid-1 li:nth-child(1), .campaign-info-desc ul.campaign-grid-2 li:nth-child(-n + 2), 
    .campaign-info-desc ul.campaign-grid-3 li:nth-child(-n + 3), .campaign-info-desc ul.campaign-grid-multiple li:nth-child(-n + 3) {
        width: 100%;
        margin-bottom: 0;
    }
    .download-icon {
        display: none;
    }
    .leader-pic {
        width: 100px;
        height: 100px;
    }
    /* updates */
    .updates-block {
        margin-bottom: 200px;
    }
    .update-today {
        padding-bottom: 0;
    }
  	.update-info { /* update content */
    	width: 100%;
        padding: 30px;
        margin-left: 0;
        -webkit-border-radius: 10px 100px 10px 10px;
        -moz-border-radius: 10px 100px 10px 10px;
        -o-border-radius: 10px 100px 10px 10px;
        border-radius: 10px 100px 10px 10px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  	}
    .update-launch .update-info {
        padding: 0 30px 0 50px;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    /* 8 - Como funciona */
    .comofunciona-title {
        font-size: 40px;
    }
    .comofunciona-features-desc {
        font-size: 14px;
    }
    .divA .top-hero-block, .divB .top-hero-block {
        height: calc(40vh - 74px);
        max-height: 400px;
    }
    .divA .hero-gradient-overlay::before, .divB .hero-gradient-overlay::before {
        display: none;
    }
    .comofunciona-slider-copy, .comofunciona-slider-desc {
        display: none;
    }
    #comofunciona-key-desc h2 {
        font-size: 36px;
    }
    #comofunciona-key-desc .h2-title-supporter {
        font-size: 16px;
        display: block;
        margin-top: 10px;
        line-height: 1.4;
    }
}
@media all and (max-width: 480px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    select {
        font-size: 14px;
    }
    .btn {
        min-width: 100%;
    }
    /* ----------------------------------------------*/
    /* 4 - Loop Elements */
    .modal-body {
        padding: 14.33333333% 0;
    }
    /* ----------------------------------------------*/
    /* 5 - Login & Registo */
    .session-title {
        font-size: 32px;
        margin-bottom: 28px;
    }
    /* ----------------------------------------------*/
    /* 6 - Homepage */
    /* hero */
    #slider-ppl .top-hero-block {
        height: 380px;
    }
    /* cards */
    .card-feature-big-frame, .card-feature-frame {
        height: 200px;
    }
    /* news */
    .card-news-frame {
        height: 200px;
    }
}
@media all and (min-width: 1170px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    .col-lg-20 {
        width: 20%;
    }
    /* ----------------------------------------------*/
    /* 7 - Campanha */
    /* info&rewards */
    .campaign-rewards-list {
        text-align: left;
    }
    /* updates */
	.updates-block {
    	margin-top: 3em;
    	margin-bottom: 8em;
  	}
  	.updates-block::before { /* main : vertical line */
    	left: 50%;
    	margin-left: -2px;
  	}
  	.update-card { /* card */
    	margin: 4em 0;
  	}
    .update-card.update-auto { /* card : auto */
    	margin: 1em 0;
  	}
  	.update-timeline-mark { /* marks : timeline mark*/
        width: 100px !important;
    	left: 50% !important;
        top: 10px;
    	margin-left: -101px;
    	-webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    	-webkit-backface-visibility: hidden;
  	}
    .update-video .update-timeline-mark, .update-image .update-timeline-mark { /* marks : timeline mark*/
        top: 140px;
    }
    .update-card:nth-child(odd) .update-timeline-mark { /* marks : timeline mark*/
    	right: 50%;
    	margin-right: -99px;
        left: auto !important;
  	}
    .update-timeline-spot { /* marks : update-today timeline circle*/
		margin-left: -5px;
        left: 50%;
    	-webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    	-webkit-backface-visibility: hidden;
	}
    .update-timeline-launch { /* marks : timeline launch*/	
		margin-left: -9px;
        left: 50%;
	}
  	.update-info { /* update content */
    	margin-left: 0;
    	padding: 0 2.6em 1.6em;
    	width: 45%;
  	}
  	.update-info::before { /* update content */
    	top: 24px;
    	left: 100%;
    	border-color: transparent;
    	border-left-color: white;
  	}
  	.update-card:nth-child(odd) .update-info { /* update content : odd */
    	float: right;
  	}
	.update-card:nth-child(even) .update-info { /* update content : even  */
    	text-align: right;
  	}
	.update-card:last-child .update-info { /* update content : last child  */
		float: none;
		text-align: center;
		width: 100%;
		position: absolute;
        top: 32px;
	}
    .update-today .update-date { /* date */
		margin-left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		text-align: center;
		z-index: 9;
		top: -35px;
	}
}
@media all and (min-width: 1480px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    .col-xlg-3 {
        width: 25%;
    }
    .col-xlg-4 {
         width: 33.33333333%;
    }
    .col-xlg-5 {
        width: 41.66666667%;
    }
    .col-xlg-7 {
        width: 58.33333333%;
    }
    .col-xlg-8 {
        width: 66.66666667%;
    }
    .col-xlg-9 {
        width: 75%;
    }
    .col-xlg-offset-0 {
        margin-left: 0;
    }
    .col-xlg-offset-2 {
        margin-left: 16.66666667%;
    }
}
@media all and (min-width: 1720px) {
    /* ----------------------------------------------*/
    /* 1 - PPL Global */
    .col-xxlg-4 {
        width: 33.33333333%;
    }
    .col-xxlg-8 {
        width: 66.66666667%;
    }
    .col-xxlg-offset-0 {
        margin-left: 0;
    }
}
@media all and (max-height: 2000px){ 
    /* ----------------------------------------------*/
    /* 5 - Login & Registo */
	.session-usc .table-vam, .session-usc .cell-vam { 
		display: block;
        /* vertical-align: top; */
	} 
	.session-header {
		position: relative;
        top: 0;
		padding: 60px 0 0;
	}
    .session-main { 
        margin: 72px 0;
    }
	.session-main, .session-form-block { 
		height: auto;
	}
	.session-footer { 
		position: relative;
        padding:0 0 60px;
        bottom: 0;
	}
}
@media all and (max-height: 820px) and (min-width:991px){ 
    /* ----------------------------------------------*/
    /* 4 - Loop Elements */
    .modal-close {
        top: 0;
    }
}