/* ---------------------------------------------------------------------- */
/*  Reset & Clearfix (normalize.css v3.0.2)
/* ---------------------------------------------------------------------- */

html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}body {margin: 0;}article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}audio:not([controls]) {display: none; height: 0;}[hidden], template {display: none;}a {background-color: transparent;}a:active, a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b, strong {font-weight: 600;}dfn {font-style: italic;}h1 {margin: .67em 0; font-size: 2em;}mark {background: #ff0; color: #323137;}small {font-size: 80%;}sub, sup {font-size: 75%; line-height: 0; vertical-align: baseline; position: relative;}sup {top: -.5em;}sub {bottom: -.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}code, kbd, pre, samp {font-family: monospace,monospace; font-size: 1em;}button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}button {overflow: visible;}button, select {text-transform: none;}button, html input[type=button], input[type=reset], input[type=submit] {cursor: pointer; -webkit-appearance: button;}button[disabled], html input[disabled] {cursor: default;}button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}input {line-height: normal;}input[type=checkbox], input[type=radio] {box-sizing: border-box; padding: 0;}input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {height: auto;}input[type=search] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {margin: 0 2px; padding: .35em .625em .75em; border: 1px solid silver;}legend {padding: 0; border: 0;}textarea {overflow: auto;}optgroup {font-weight: 700;}table {border-spacing: 0; border-collapse: collapse;}td, th {padding: 0;}

*, *:before, *:after {box-sizing: border-box;}

.clearfix:after {display: table; content: ''; clear: both;}
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}



/* ---------------------------------------------------------------------- */
/*  Grid
/* ---------------------------------------------------------------------- */

.container {max-width: 100%; margin: 0 auto; padding: 1.25em; background: #fff;}
.row {margin: 0 0 1.25em;}
.row:last-child {margin-bottom: 0;}
[class*='col-'] {padding: 0 16px; float: left;}
[class*='col-'] img {display: block; max-width: 100%;}

@media all and (min-width: 37em) {
    .col-2-3 {width: 66.66%;}
    .col-1-2 {width: 50%;}
    .col-1-2:nth-child(2n+1) {clear: left;}
    .col-1-3 {width: 33.33%;}
    .col-1-3:nth-of-type(3n+1) {clear: left;}
    .col-1-4 {width: 25%;}
    
    
    .col-3-4 {width: 75%;}
    .col-1-5 {width: 20%;}

    .col-1-8 {width: 12.5%;}
}


label.error {display: none!important}
input.error {background: rgba(173, 25, 25, 0.45)}
#form_adesao button{background: #000;
    color: #f3be37;
    border: 0px none;
    padding: 10px;
    text-align: left;
    width: 420px;
    margin-top: 20px;
    font-weight: bold; max-width: 100%;}
#form_adesao-feedback {margin: 40px 0px;}
/* ---------------------------------------------------------------------- */
/*  Basic Elements & Classes
/* ---------------------------------------------------------------------- */

html {height: 100%;}
body {width: 100%; height: 100%; background: #f3f3f3; font: 14px/1.4  Helvetica, Verdana, serif; color: #000; overflow-x: hidden; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%;}

::-moz-selection {background: rgba(57, 95, 132, 1); color: #fff; text-shadow: none;}
::selection {background: rgba(57, 95, 132, 1); color: #fff; text-shadow: none;}

a {color: #000; text-decoration: none; transition: all .2s ease-out 0s;}
body.pages .col-1-2 a, body.pages .col-1-3 a  {text-decoration: underline;}

h1, h1 a {font-family: 'Times', 'Times New Roman', serif; font-size: 50px; font-weight: 300; text-align: left; line-height: 1.4; letter-spacing: 1px;}
h2, h2 a {font-family: 'Times', 'Times New Roman', serif; margin: 0px; font-size: 24px; font-weight: 300; line-height: 120%; text-align: left; color: #000;}
h2 a:hover {color: #323137;}

h3, h3 a {font-family: 'Times', 'Times New Roman', serif; margin: 0; font-size: 22px; font-weight: 300; line-height: 110%; color: #000;}
h4, h4 a {font-family: 'Times', 'Times New Roman', serif; margin: 10px 0; font-size: 16px; font-weight: 300;}

.wrapper {width: 80%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 0px; position: relative;}

.full {width: 100%; padding: 0 70px;}
.wrapper.smaller {max-width: 900px;}

.wrapper-border {    border-top: 1px solid #ddd;}

.margin-top {margin-top: 80px;}
.margin-bottom {margin-bottom: 40px;}
.no-margin {margin: 0;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.nopadding {padding: 0px!important;}
.paddingleft {padding:0px 16px 0px 0px!important;}

.fit {max-width: 100%;}
.fit > * {max-width: 100%;}

date {display: block;}

.no-desktop{display: none;}

.main {min-height: calc(100vh - 200px);}

.smalltext {font-size: 12px;}

.cc_main_text {margin-bottom: 60px;}


/* ---------------------------------------------------------------------- */
/*  Header
/* ---------------------------------------------------------------------- */

header {padding: 20px; height: auto;}
.logo {width: 80%; text-align: center; margin: 20px auto;}



/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */

footer{ height: 70px; font-size: 10px; line-height: 140%; padding: 20px 10px; display: flex;}
footer img {height: 45px;   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); margin-top: 5px;}
footer .col-1-2 {align-self: center}
footer .col-1-2 img {display: inline-block; margin-left: 25px;}

footer .col-1-2 img:first-of-type {height: 40px;}

footer .info {margin-bottom: 5px; display: block; margin-top: 5px;}
footer .copy, footer .social {display: inline-block;}
footer a {text-decoration: none!important;}
footer .social a {font-size: 14px;}

.footer-social {display: none;}
/* ==========================================================================
   Pages
   ========================================================================== */

body.pages .main.page {background: #f3be38; padding: 60px;}
body.pages .main.page .col-1-2 {padding-right: 60px;}
body.pages .main.page .col-1-3 {font-size: 12px; padding-right: 60px;}
body.page-1 .main {display: flex; align-items: center; justify-content: center; padding: 20px!important;}

/* ---------------------------------------------------------------------- */
/*  Oficinas list
/* ---------------------------------------------------------------------- */
.workshops, .workshops-nav{padding:14px;}
/*.workshops .col-1-4 {margin-right: 2em; padding: 0px!important}
.workshops .col-1-4:nth-of-type(3n+1) {margin-right: 0px;}
 */
 
.workshops .item {margin-bottom: 2em; position: relative;}
.workshops .item a {}
.workshops .item .text {display:flex; opacity: 0; width: calc(100% - 32px); height: 100%; background: #f3be38; color: #FFF; align-items: center; justify-content: center; position: absolute; top: 0px; left: 16px; padding: 20px; -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
  
  .workshops .item .text.no-photo {opacity: 1;}
  
.workshops .item a:hover .text {display: flex; opacity: 1;  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.workshops .item .text h2 {color: #FFF; font-family: Helvetica, Verdana, sans-serif; text-align: center; font-weight: bold; font-size: 22px;}
.workshops .item .text h2 span {display: block; font-size: 14px; line-height: 140%; margin-top: 5px;}



body.oficinas .main-banner {height: 600px;}
.workshop .row{padding: 20px 60px;}

.workshop .quote {
    margin: 0;
    font-family: Times, 'Times New Roman', serif;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
}
.workshop .quote p{margin: 40px 0px;}

.workshop .info .text strong {
    margin-bottom: 8px;
    font-size: 16px;
}

.workshop .text p {
    margin: 0 0 10px;
    font-size: 12px;
}
.infotext {font-size: 12px}


.workshop h2:first-child {
    margin-top: 0;
}
.workshop h2 {
    margin: 10px 0px 4px 0px;
    font-size: 16px; font-family: Helvetica, Verdana, sans-serif; font-weight: bold;
}

.workshop .interview {
    padding: 20px 10px 60px 10px;
    overflow: hidden;
}

.workshop .interview blockquote {
    width: 33%;
    padding: 0px 60px 0px 60px;
    box-sizing: border-box;
    margin: 0;
    float: left;
    clear: both;
}

.workshop .interview blockquote p {
    margin: 0;
     font-size: 16px; font-family: Helvetica, Verdana, sans-serif; font-weight: bold;}

.workshop .interview > p {
    width: 66%;
    margin: 0;
    font-family: Times, 'Times New Roman', serif;
    font-size: 18px;
    text-indent: 20px;
    float: right;
    padding-right: 60px;
}

.workshop-slideshow {box-sizing: border-box; width: 100%; height: 350px; padding: 0; position: relative; overflow: hidden;}
.workshop-slideshow .slide {width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}

.oficinas .pager {text-align: center; line-height: 100%; margin-top:10px;}
.oficinas .pager span{font-size: 30px; color: #f3be38; cursor: pointer;}
.oficinas .pager span.cycle-pager-active {color: #000;}
.media.col-2-3{padding-left: 32px;}

.join-us {background: #f3be38; color: #000; font-weight: bold; font-size: 14px; line-height: 38px; text-align: center; position: relative; border: 2px solid #f3be38; width: 100%; display: inline-block}

.workshops-nav .join-us:after {
    content: '\e800';
    font-family: "fontello";
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0px;
    right: 16px;
}

.join-us:hover {background: #000; color: #f3be38;  border: 2px solid #000;}

.workshops-nav select {opacity: 0;}
.slideshow-credits {font-size: 10px;}

/* ==========================================================================
   Workshop Listing
   ========================================================================== */

.list {
    padding: 30px;
}

.list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #f3be38;
}

.list .item:first-child .row {
    border-top: 2px solid #f3be38;
}

.list .row:hover {
    background: #f3be38;
    text-decoration: none;
}

.list .col {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    max-width: 23.5%;
    padding: 12px;
    font-weight: bold;
}

.list .col:first-of-type {font-size: 22px;}

/* ==========================================================================
   Workshop Listing
   ========================================================================== */

.map {
    height: 600px;
    padding: 30px 0 0;
    margin-bottom: 30px;
}

.info-window-content  {
    padding: 10px;
    text-align: left;
    font-weight: normal;
    max-width: 400px; 
}

.info-window-content h1 {
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.info-window-content h2 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.info-window-content .read-more {
    display: inline-block;
    padding: 8px 30px 8px 10px;
    background: #f3be38;
    font-weight: bold;
    position: relative;
}

.info-window-content .read-more:hover {
    background: #272122;
    color: #f3be38;
    text-decoration: none;
}

.info-window-content .read-more::after {
  content: '\e800';
  font-family: "fontello";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 5px;
  right: 8px;
}



/* ==========================================================================
   Nav
   ========================================================================== */

nav {
    width: 100%;
    height: 100%;
    background: #f3be38;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

.open-nav nav {
    opacity: 1;
    z-index: 9999;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav li {
    line-height: 1.2;
    margin-bottom: 5px;
}
nav li:last-of-type{margin-bottom: 0px;}

nav li a {
    font-family: Times, 'Times New Roman', serif;
    font-size: 65px;
    color: #FFF;
    text-transform: none;
    line-height: 1;
}

nav li a:hover {
    text-decoration: none;
}

nav li a:hover:after {
    content: '';
    display: block;
    margin: -8px 0 4px;
    border-bottom: 4px solid #FFF;
}



/* ==========================================================================
   Nav Icon
   ========================================================================== */

.hex {width: 34px; position: fixed; top: 18px; right: 30px; z-index: 9999}

.nav-icon {
    display: block;
    width: 30px;
    height: 26px;

    cursor: pointer;

    position: fixed;
    top: 20px;
    left: 30px;

    z-index: 99999;

    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav-icon span {
    display: block;
    width: 100%;
    height: 4px;

    background: #272122;

    opacity: 1;

    position: absolute;
    left: 0;

    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav-icon span:nth-child(1) {
    top: 0;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 10px;
}

.nav-icon span:nth-child(4) {
    top: 20px;
}

.open-nav .nav-icon span {
    background: #FFF;
}

.open-nav .nav-icon span:nth-child(1) {
    width: 0;
    top: 14px;
    left: 50%;
}

.open-nav .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-nav .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-nav .nav-icon span:nth-child(4) {
    width: 0;
    top: 14px;
    left: 50%;
}

/* ---------------------------------------------------------------------- */
/*  FAQ
/* ---------------------------------------------------------------------- */

.question {margin-top: 20px; font-weight: bold; text-decoration: underline; cursor: pointer}
.answer {display: none;}

#form_adesao label {width: 120px; display: inline-block}
#form_adesao  input[type="text"] {padding: 6px 8px; border: 0px; width: 300px;} 

.workareasp {position: relative}
.workareasp label {position: absolute; top: 0px; left: 0px;}
#form_adesao .box {display: inline}
/* ---------------------------------------------------------------------- */
/*  Banner
/* ---------------------------------------------------------------------- */

.main-banner {box-sizing: border-box; width: 100%; height: calc(100vh - 200px); padding: 0; position: relative; overflow: hidden;}
.main-banner .slide {width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative;}
.over-slide {box-sizing: border-box; display: flex; width: 100%; height: 100%; color: #fff; position: absolute; top: 0; left: 0; justify-content: center; align-items: center; z-index: 999}
.slide-wrapper {box-sizing: border-box; width: 80%; text-align: center;  z-index: 99999; align-self:center;}


.over-slide h1, .over-slide h1 a {margin: 0px; color: #fff; line-height: 100%; font-size: 100px; font-family: 'Times', 'Times New Roman', serif; font-weight: 100; text-transform: none; text-align: center}
.over-slide p {font-size: 5vh; font-family: 'Raleway'; font-weight: 100; margin: 0px;} 


/*======================================
  autocomplete
======================================*/

input.searchworkareas  {border: 2px solid #f3be38;
    background: none;
    position: relative;
    font-size: 14px!important;
    font-weight: bold!important;
    color: #000!important; text-align: center; padding: 11px 10px; width: 100%;}
    
    
    
input.searchworkareas::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.40);
}
input.searchworkareas::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.40);
}
input.searchworkareas:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.40);
}
input.searchworkareas:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.40);
}


*:focus {
    outline: none;
}


.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid #f3be38; border-top: 0px; background: #FFF; cursor: default; overflow: auto; max-height: 301px!important}
.autocomplete-suggestion {padding: 11px 10px; white-space: normal; overflow: hidden; font-weight: bold; text-align: center; font-size: 14px; border-bottom: 2px solid #f3be38;}
.autocomplete-suggestion:last-of-type {border-bottom: 0px;}
.autocomplete-no-suggestion { padding: 11px 10px;}
.autocomplete-selected { background: #f3be38; color: #000;}
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 11px 10px; font-weight: bold; font-size: 14px; color: #000; display: block; border-bottom: 1px solid #000; }



/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #f3be38;
  background: none;
  position: relative;
  font-size: 14px!important;
  font-weight: bold!important;
  color: #000!important;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position:relative;
  margin: 0px;
  font-size: 14px;
  line-height: 38px;
  color: #000; font-weight: bold;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .label:after{
	 content: '\f004';
    font-family: "fontello";
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0px;
    right: 16px;
}
.selectric .button {
	display: none;

}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
}

.selectric-hover .selectric {
  background: #f3be38; color: #fff;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
   border: 2px solid #f3be38;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f3f3f3;
  border: 2px solid #f3be38;
  border-top: 0px none;
  z-index: -1;
  text-align: center;
  max-width: 100%;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
    max-height: 292px;

}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px; font-weight: bold; color: #000;
  line-height: 20px;
  min-height: 20px;
 
}


.selectric-items li {
  display: block;
  padding: 10px;
  color: #000;
  cursor: pointer;
  border-top: 2px solid #f3be38;
}

.selectric-items li:first-of-type{border-top: 0px none;}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #000;
}

.selectric-items li.highlighted {
  background: #f3f3f3;
  color: #000;
}

.selectric-items li:hover {
  background: #f3be38;
  color: #000;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #000 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #000;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

@media only screen and (max-width: 900px) {
	footer img {height: 30px!important;}
	footer img:first-of-type {height: 35px;}
	.workshops-nav .join-us:after {display: none}
	.workshops .col-1-4 {width: 50%;}
	.workshops .item .text {background: rgba(49, 49, 48, 0.23); opacity: 1;}
}
	
@media only screen and (max-width: 540px) {
	.no-mobile {display: none!important;}
	.no-desktop {display: initial}
	.logo {display: none;}
	header {height: 70px;}
	footer {display: none;}
	.main-banner{height: calc(100vh - 70px)}
	.over-slide h1, .over-slide h1 a {font-size: 50px;}
	.col-1-2, .col-1-3, .col-1-4, .col-2-3, .workshops .col-1-4  {width: 100%;}
	.workshops, .workshops-nav {padding: 0px;}
	.workshops-nav {margin-bottom: 20px;}
	.workshops-nav .col-1-4 {padding: 0px;}
	.main {min-height: calc(100vh - 230px);}
	.selectric {border:0px none; border-bottom: 2px solid #f3be38;}
	.selectric-view-select .selectric{border-top: 2px solid #f3be38;}
	.list .col {
	    -ms-flex-preferred-size: 33.5%;
	    flex-basis: 33.5%;
	    max-width: 33.5%;
	    padding: 8px;
	}
	.map {height: 100vh;}
	body.pages .main.page {padding: 0px 0px 20px 0px;}
	body.pages .main.page .col-1-2 {padding: 20px;}
	.main {min-height: calc(100vh - 70px);}
	body.oficinas .main-banner {height: 300px;}
	.workshop .quote {font-size:28px; padding: 0px 20px;}
	.workshop .row {padding: 0px;}
	.workshop .col-1-3, .workshop .col-2-3.nopadding, .media.col-2-3 {padding: 10px!important}
	.infotext>.col-1-3 {padding: 0px 20px!important;}
	.workshop .interview blockquote {width: 100%; padding: 20px;}
	.workshop .interview > p {width: 100%; padding: 0px 20px; text-indent: 0px;}
	.workshop .interview {padding:0px 0px 60px 0px; margin-top: -10px;}
	.nav-icon {left: 20px;}
	.hex {right: 20px;}
	
	nav {width: 70%; background: #f3f3f3;}
	.open-nav .nav-icon span {background: #000}
	nav ul {justify-content: flex-start; margin-top: 70px;}
	nav li {width: 100%; border-top: 2px solid #f3be38; position: relative; margin-bottom: 0px;}
	nav li:last-of-type {border-bottom: 2px solid #f3be38}
	nav li a {font-family: Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #000; width: 100%; height: 100%; display: inline-block;  padding: 15px 20px;}
	
	.mobile-footer {position: absolute; bottom: 10px; font-size: 10px;}
	.mobile-footer img {height: 28px; display: inline-block;  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); margin-right: 10px; margin-bottom: 10px;}
    .mobile-footer img.last {margin-right: 0px;}
    .mobile-footer a {text-decoration: none!important;}
	.mobile-footer img:first-of-type{}
	.mobile-footer .col-1-2.right {text-align: left; margin-top: 20px;}
	.social {margin-left: -5px; margin-top: 5px;}
	.list .col {font-size: 12px; font-weight: normal; padding: 4px;}
	.list .col:first-of-type{font-size: 12px; font-weight: bold;}
	.list.workshops {padding: 0px 0px;}
	.list .row {padding: 0px 16px;}
	.list .item:first-child .row {border: 0px none}
	
	.selectric {padding: 3px 10px;}
	
	input.searchworkareas {border-left: 0px none; border-right: 0px none; border-top: 0px none; padding: 14px 10px;}
	.autocomplete-suggestions {border-left: 0px none; border-right: 0px none; background: #f3f3f3;}
	.footer-social {    position: absolute;
    left: 16px;
    top: 270px;}
	
	nav li a:hover:after {
    content: '';
    display: none;
    margin: 0px;
    border-bottom: 0px none;}
    
    #form_adesao input[type="text"] {max-width: 100%}
    #form_adesao label{margin-bottom: 6px; width: 100%;}
    .workareasp label {position: static}
    .fstElement {margin-left: 0px!important; max-width: 100%}


}

@media (pointer: fine) {
  a span {
    display: none;
  }
  a:hover span {
    display: inline-block;
  }
}


/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fstElement {
	margin-left: 124px;
  display: inline-block;
  position: relative;
  border: 0px none;
  box-sizing: border-box;
  color: #232323;
  font-size: 13px;
  padding: 8px 8px 4px 8px;
  width: 300px;
  background-color: #fff; }
  .fstElement > select,
  .fstElement > input {
    position: absolute;
    left: -999em; }

.fstToggleBtn {
  font-size: 13px;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0px 4px 0px;
  min-width: 14.28571em;
  cursor: pointer; }
  .fstToggleBtn:after {
    position: absolute;
    content: "";
    right: 0.71429em;
    top: 50%;
    margin-top: -0.17857em;
    border: 0.35714em solid transparent;
    border-top-color: #cacaca; }

.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  border: 0; }

.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 30em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #D7D7D7;
  border-top: 0;
  background-color: #FFF;
  display: none; }

.fstResultItem {
  font-size: 13px;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  cursor: pointer;
  border-top: 1px solid #fff; }
  .fstResultItem.fstUserOption {
    color: #707070; }
  .fstResultItem.fstFocused {
    color: #fff;
    background-color: #f3be39;
    }
  .fstResultItem.fstSelected {
    color: #fff;
    background-color: #f3be39;
    border-color: rgba(243, 190, 56, 0.83); }

.fstGroupTitle {
  font-size: 13px;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold; }

.fstGroup {
  padding-top: 1em; }
  .fstGroup:first-child {
    padding-top: 0; }

.fstNoResults {
  font-size: 1.4em;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999; }

/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: none; }

.fstSingleMode .fstQueryInput {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #D7D7D7; }

.fstSingleMode.fstActive {
  z-index: 100; }
  .fstSingleMode.fstActive.fstElement,
  .fstSingleMode.fstActive .fstControls,
  .fstSingleMode.fstActive .fstResults { }
  .fstSingleMode.fstActive .fstControls {
    display: block; }
  .fstSingleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    margin-top: -1px; }

/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin: 0 0.41667em 0.41667em 0;
  padding: 0.33333em 0.33333em 0.33333em 1.5em;
  float: left;
  border-radius: 0.25em;
  border: 1px solid #f3be39;
  cursor: auto;
  color: #fff;
  background-color: #f3be39;
  -webkit-animation: fstAnimationEnter 0.2s;
  -moz-animation: fstAnimationEnter 0.2s;
  animation: fstAnimationEnter 0.2s; }
  .fstChoiceItem.mod1 {
    background-color: #F9F9F9;
    border: 1px solid #D7D7D7;
    color: #232323; }
    .fstChoiceItem.mod1 > .fstChoiceRemove {
      color: #a4a4a4; }

.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  font-size: 1.16667em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.28571em;
  line-height: 1.28571em;
  margin-top: -0.64286em;
  text-align: center;
  color: #fff; }
  .fstChoiceRemove::-moz-focus-inner {
    padding: 0;
    border: 0; }

.fstMultipleMode .fstControls {
  box-sizing: border-box;
  padding: 0px;
  overflow: hidden;
  width: 300px;
  cursor: text; }

.fstMultipleMode .fstQueryInput {
  font-size: 13px;
  float: left;
  padding: 4px 8px;
  margin: 0 0 0.35714em 0;
  width: 2em;
  color: #999; }

.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
  padding: 0.28571em 0.35714em; }

.fstMultipleMode .fstFakeInput {
  font-size: 1.4em; }

.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); }

.fstMultipleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  border-top: 1px solid #D7D7D7; }



.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 13px;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}




.inputfile-6 + label {
	 color: #000;
	width: auto!important;
    background-color: #fff;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #000;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 180px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f3be37;
    background-color: #000;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #000;
    opacity: 0.8
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}