* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html.touch *:hover {
  pointer-events: none !important;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}

a {
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

caption,
td,
th {
  text-align: left;
}

html {
  text-size-adjust: 100%;
  overflow-x: hidden;
}

input {
  vertical-align: middle;
}
input:focus {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

li,
ol,
ul {
  list-style: none;
}

select {
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

button {
  background-color: transparent;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #000000;
  color: #000000;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out,
    opacity 0.25s ease-out;
}
@media (min-width: 540px) {
  button {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  button {
    font-size: 18px;
  }
}
button.large {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
@media (min-width: 540px) {
  button.large {
    font-size: 20px;
  }
}
@media (min-width: 810px) {
  button.large {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  button.large {
    height: inherit;
    line-height: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
button.full-width {
  width: 100%;
}
button.centralize {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
button.green {
  box-shadow: inset 0 0 0 2px #00aec5;
  color: #00aec5;
}
button.green:hover {
  background-color: #00aec5;
  color: #ffffff;
}
button.green-inverse {
  box-shadow: inset 0 0 0 2px #00aec5;
  color: #ffffff;
  background-color: #00aec5;
}
button.green-inverse:hover {
  background-color: #ffffff;
  color: #00aec5;
}
button.orange {
  box-shadow: inset 0 0 0 2px #f68a33;
  color: #f68a33;
}
button.orange:hover {
  background-color: #f68a33;
  color: #ffffff;
}
button.orange-inverse {
  box-shadow: inset 0 0 0 2px #f68a33;
  color: #ffffff;
  background-color: #f68a33;
}
button.orange-inverse:hover {
  background-color: #ffffff;
  color: #f68a33;
}
button.pink {
  box-shadow: inset 0 0 0 2px #de396e;
  color: #de396e;
}
button.pink:hover {
  background-color: #de396e;
  color: #ffffff;
}
button.pink-inverse {
  box-shadow: inset 0 0 0 2px #de396e;
  color: #ffffff;
  background-color: #de396e;
}
button.pink-inverse:hover {
  background-color: #ffffff;
  color: #de396e;
}
button.white {
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}
button.white:hover {
  opacity: 0.75;
}
button.acceleration-program {
  width: 100%;
}
@media (min-width: 990px) {
  button.acceleration-program {
    width: 50%;
  }
}
button.others-realizations {
  margin: 45px 0 0 0;
  width: 100%;
}
@media (min-width: 990px) {
  button.others-realizations {
    margin: 60px 0 0 0;
    width: 50%;
  }
}

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/pf-beau-sans-pro-light.eot");
  src: url("../fonts/pf-beau-sans-pro-light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pf-beau-sans-pro-light.woff") format("woff"),
    url("../fonts/pf-beau-sans-pro-light.ttf") format("truetype"),
    url("../fonts/pf-beau-sans-pro-light.svg#pf-beau-sans-pro-light")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/pf-beau-sans-pro-regular.eot");
  src: url("../fonts/pf-beau-sans-pro-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pf-beau-sans-pro-regular.woff") format("woff"),
    url("../fonts/pf-beau-sans-pro-regular.ttf") format("truetype"),
    url("../fonts/pf-beau-sans-pro-regular.svg#pf-beau-sans-pro-regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/pf-beau-sans-pro-semibold.eot");
  src: url("../fonts/pf-beau-sans-pro-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pf-beau-sans-pro-semibold.woff") format("woff"),
    url("../fonts/pf-beau-sans-pro-semibold.ttf") format("truetype"),
    url("../fonts/pf-beau-sans-pro-semibold.svg#pf-beau-sans-pro-semibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/pf-beau-sans-pro-bold.eot");
  src: url("../fonts/pf-beau-sans-pro-bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/pf-beau-sans-pro-bold.woff") format("woff"),
    url("../fonts/pf-beau-sans-pro-bold.ttf") format("truetype"),
    url("../fonts/pf-beau-sans-pro-bold.svg#pf-beau-sans-pro-bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flexslider-icon.woff") format("woff"),
    url("../fonts/flexslider-icon.ttf") format("truetype"),
    url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  margin: 0;
}

h1 {
  font-family: "PF BeauSans Pro";
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 660px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 990px) {
  h1 {
    font-size: 48px;
  }
}
h1 b {
  font-weight: 600;
}

h2 {
  font-family: "PF BeauSans Pro";
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 660px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 990px) {
  h2 {
    font-size: 48px;
  }
}
h2 b {
  font-weight: 600;
}
h2.green {
  color: #00aec5;
}
h2.orange {
  color: #f68a33;
}
h2.pink {
  color: #de396e;
}
h2.white {
  color: #ffffff;
}

h3 {
  font-family: "PF BeauSans Pro";
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 660px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 990px) {
  h3 {
    font-size: 36px;
  }
}
h3 b {
  font-weight: 600;
}
h3.green {
  color: #00aec5;
}
h3.orange {
  color: #f68a33;
}
h3.pink {
  color: #de396e;
}
h3.white {
  color: #ffffff;
}

h4 {
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  h4 {
    font-size: 20px;
  }
}
h4.title {
  margin: 0 0 60px 0;
  position: relative;
  display: inline-block;
}
h4.title:before {
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  top: -15px;
  width: 1000%;
}
h4.green {
  color: #00aec5;
}
h4.green:before {
  background-color: #00aec5;
}
h4.orange {
  color: #f68a33;
}
h4.orange:before {
  background-color: #f68a33;
}
h4.pink {
  color: #de396e;
}
h4.pink:before {
  background-color: #de396e;
}
h4.white {
  color: #ffffff;
}

h5 {
  font-family: "PF BeauSans Pro";
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 660px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  h5 {
    font-size: 18px;
  }
}
h5 b {
  font-weight: normal;
}

p {
  color: #696a6d;
  font-family: "PF BeauSans Pro";
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 660px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  p {
    font-size: 18px;
  }
}
p b {
  font-weight: 600;
}

a {
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 660px) {
  a {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  a {
    font-size: 20px;
  }
}
a b {
  font-weight: normal;
}

input[type="email"] {
  background-color: transparent;
  border-radius: 10px;
  font-family: "PF BeauSans Pro" !important;
  font-weight: 300 !important;
  font-size: 14px;
  height: 45px;
  margin: 0;
  padding: 0 15px;
  transition: background-color 0.25s ease-out;
}
@media (min-width: 540px) {
  input[type="email"] {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  input[type="email"] {
    font-size: 18px;
  }
}

select {
  background-color: transparent;
  border-radius: 10px;
  font-family: "PF BeauSans Pro" !important;
  font-weight: 300 !important;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  transition: background-color 0.25s ease-out;
  /*background-image: url(../images/icones/dropdown.png);*/
  padding: 0 15px;
}
@media (min-width: 540px) {
  select {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  select {
    font-size: 18px;
  }
}
select.orange {
  background-image: url(../images/icones/dropdown-orange.png) !important;
  color: #f68a33;
  background-color: rgba(105, 106, 109, 0.2);
}
select.pink {
  background-image: url(../images/icones/dropdown-pink.png) !important;
  color: #de396e;
  background-color: rgba(105, 106, 109, 0.2);
}
select.green {
  background-image: url(../images/icones/dropdown-green.png) !important;
  background-color: rgba(105, 106, 109, 0.2);
  color: #00aec5;
}

#s,
.search-default {
  background-color: #dcdcdc;
  background-image: url(../images/icones/busca.png);
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 25px !important;
  border-radius: 10px;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  transition: background-color 0.25s ease-out;
}
@media (min-width: 540px) {
  #s {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #s {
    font-size: 18px;
  }
}

#set-language {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/icones/dropdown.png);
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px !important;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
}
@media (min-width: 540px) {
  #set-language {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #set-language {
    font-size: 18px;
  }
}

#setor {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px !important;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
}
@media (min-width: 540px) {
  #setor {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #setor {
    font-size: 18px;
  }
}

#ano {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px !important;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
}
@media (min-width: 540px) {
  #ano {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #ano {
    font-size: 18px;
  }
}

#categoria {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/icones/dropdown.png);
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px !important;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
}
@media (min-width: 540px) {
  #categoria {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #categoria {
    font-size: 18px;
  }
}

#tags {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/icones/dropdown.png);
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px !important;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 540px) {
  #tags {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #tags {
    font-size: 18px;
  }
}

#idioma {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../images/icones/dropdown.png);
  background-origin: content-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px !important;
  font-family: "PF BeauSans Pro";
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 540px) {
  #idioma {
    font-size: 16px;
  }
}
@media (min-width: 810px) {
  #idioma {
    font-size: 18px;
  }
}

.container {
  max-width: 1200px;
  padding: 45px 30px;
}
@media (min-width: 660px) {
  .container {
    padding: 75px 45px;
  }
}
@media (min-width: 990px) {
  .container {
    padding: 90px 75px;
  }
}
.container.large {
  padding: 75px 30px;
}
@media (min-width: 660px) {
  .container.large {
    padding: 105px 45px;
  }
}
@media (min-width: 990px) {
  .container.large {
    padding: 120px 75px;
  }
}
.container .wrapper .content p {
  margin: 0 0 30px 0;
}
.container .wrapper .content p:last-child {
  margin: 0;
}

#header {
  background-color: #f8f8f8;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdcdc;
}
#header .container {
  min-width: 100%;
  padding: 30px;
}
@media (min-width: 660px) {
  #header .container {
    padding: 75px 45px 30px 45px;
  }
}
@media (min-width: 990px) {
  #header .container {
    padding: 90px 75px 30px 75px;
  }
}
#header .container .wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 660px) {
  #header .container .wrapper {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #header .container .wrapper {
    justify-content: space-between;
  }
}
#header .container .wrapper #trigger-menu {
  right: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
}
@media (min-width: 660px) {
  #header .container .wrapper #trigger-menu {
    right: 45px;
  }
}
@media (min-width: 990px) {
  #header .container .wrapper #trigger-menu {
    right: 75px;
  }
}
@media (min-width: 1200px) {
  #header .container .wrapper #trigger-menu {
    display: none;
  }
}
#header .container .wrapper #trigger-menu .sandwich {
  box-shadow: none;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
#header .container .wrapper #trigger-menu .sandwich span {
  position: relative;
  float: left;
  width: 100%;
  height: 3px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#header .container .wrapper #trigger-menu .sandwich span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: -12px;
  left: 0;
  background-color: #dcdcdc;
  border-radius: 5px;
  content: "";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .container .wrapper #trigger-menu .sandwich span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -12px;
  left: 0;
  background-color: #dcdcdc;
  border-radius: 45px;
  content: "";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .container .wrapper #trigger-menu .sandwich span > span {
  width: 100%;
  height: 3px;
  background-color: #dcdcdc;
}
#header .container .wrapper #trigger-menu .sandwich-x span:before {
  transition-delay: 0, 0s;
  transition-duration: 0.25s, 0.25s;
  transition-property: all, transform;
}
#header .container .wrapper #trigger-menu .sandwich-x span:after {
  transition-delay: 0, 0s;
  transition-duration: 0.25s, 0.25s;
  transition-property: all, transform;
}
#header .container .wrapper #trigger-menu .sandwich-x.active span {
  width: 100%;
  background: none;
}
#header .container .wrapper #trigger-menu .sandwich-x.active span:before {
  width: 100%;
  top: 0;
  transition-delay: 0s, 0.25s;
  transform: rotate(45deg);
}
#header .container .wrapper #trigger-menu .sandwich-x.active span:after {
  width: 100%;
  bottom: 0;
  transition-delay: 0s, 0.25s;
  transform: rotate(-45deg);
}
#header .container .wrapper .menu {
  display: flex;
  text-align: center;
  margin-left: -55px;
}
@media (max-width: 1200px) {
  #header .container .wrapper .menu {
    display: none;
  }
}
#header .container .wrapper .menu ul {
  margin: 0;
  padding: 0;
}
#header .container .wrapper .menu ul li {
  margin: 0 15px 0 0;
  position: relative;
}
#header .container .wrapper .menu ul li:after {
  content: "";
  width: 1px;
  height: 32px;
  background: #696a6d;
  display: inline-block;
  opacity: 0.3;
  margin: 0 0 0 11px;
  vertical-align: middle;
}
#header .container .wrapper .menu ul li:last-child {
  margin: 0;
}
#header .container .wrapper .menu ul li:last-child:after {
  display: none;
}
#header .container .wrapper .menu ul li.current_page_item a {
  opacity: 0.5 !important;
}
#header .container .wrapper .menu ul li a {
  color: #696a6d;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
@media (min-width: 660px) {
  #header .container .wrapper .menu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  #header .container .wrapper .menu ul li a {
    font-size: 18px;
  }
}
#header .container .wrapper .menu ul li a:hover {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  #header .container .wrapper .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
#header .container .wrapper .logo img {
  width: auto;
}
@media (min-width: 1460px) {
  #header .container .wrapper .logo img {
    margin-bottom: 15px;
  }
}
#header .container .wrapper .flex-group {
  display: flex;
}
@media (max-width: 1200px) {
  #header .container .wrapper .flex-group {
    display: none;
  }
}
#header .container .wrapper .flex-group input[type="text"] {
  color: #696a6d;
  margin: 0 90px 0 0;
  width: 210px;
  /* placeholder color */
}
#header
  .container
  .wrapper
  .flex-group
  input[type="text"]::-webkit-input-placeholder {
  /* Chrome, Opera and Safari */
  color: #696a6d;
}
#header .container .wrapper .flex-group input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #696a6d;
}
#header
  .container
  .wrapper
  .flex-group
  input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #696a6d;
}
#header .container .wrapper .flex-group input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #696a6d;
}
#header .container .wrapper .flex-group select {
  color: #696a6d;
  width: 120px;
  padding: 0 15px;
}

#collapse-menu {
  background-color: #f8f8f8;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdcdc;
  display: none;
  padding: 0 0 45px 0;
}
#collapse-menu .menu {
  text-align: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
}
#collapse-menu .menu ul {
  margin: 0;
  padding: 0;
}
#collapse-menu .menu ul li {
  margin: 0 0 10px 0;
  border-bottom: 1px;
  border-bottom-color: #dcdcdc;
  border-bottom-style: solid;
}
#collapse-menu .menu ul li:last-child {
  margin: 0 0 30px 0;
  border-bottom: none;
}
#collapse-menu .menu ul li a {
  color: #696a6d;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
}
#collapse-menu .menu ul li a:hover {
  opacity: 0.5;
}
#collapse-menu .flex-group {
  display: flex;
  opacity: 0;
  justify-content: center;
  transition: opacity 0.25s ease;
}
#collapse-menu .flex-group input[type="text"] {
  color: #696a6d;
  margin: 0 10px 0 0;
  width: 180px;
  /* placeholder color */
}
@media (min-width: 660px) {
  #collapse-menu .flex-group input[type="text"] {
    width: 210px;
  }
}
#collapse-menu .flex-group input[type="text"]::-webkit-input-placeholder {
  /* Chrome, Opera and Safari */
  color: #696a6d;
}
#collapse-menu .flex-group input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #696a6d;
}
#collapse-menu .flex-group input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #696a6d;
}
#collapse-menu .flex-group input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #696a6d;
}
#collapse-menu .flex-group select {
  color: #696a6d;
  width: 90px;
  padding: 0 15px;
}
@media (min-width: 660px) {
  #collapse-menu .flex-group select {
    width: 120px;
  }
}

#footer {
  overflow: hidden;
  background-color: #4c4c4e;
}
#footer .wrapper .logo {
  display: inline-block;
  margin: 0 0 60px 0;
  text-align: center;
}
@media (min-width: 660px) {
  #footer .wrapper .logo {
    margin: 0 0 75px 0;
    text-align: left;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .logo {
    margin: 0 0 90px 0;
  }
}
#footer .wrapper .logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 660px) {
  #footer .wrapper .logo img {
    height: 60px;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .logo img {
    height: 75px;
  }
}
#footer .wrapper .flex-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#footer .wrapper .flex-group .about {
  display: block;
  margin: 0 0 30px 0;
  width: 100%;
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .about {
    margin: 0;
    width: 40%;
  }
}
#footer .wrapper .flex-group .about h5 {
  color: #ffffff;
  line-height: 12px;
  margin: 0 0 10px 0;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .about h5 {
    line-height: 14px;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .about h5 {
    line-height: 16px;
  }
}
#footer .wrapper .flex-group .about p {
  color: #a6a6a7;
  font-size: 12px;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .about p {
    font-size: 14px;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .about p {
    font-size: 16px;
  }
}
#footer .wrapper .flex-group .menu {
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .menu {
    margin: 0;
    text-align: left;
    width: 50%;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .menu {
    width: initial;
  }
}
#footer .wrapper .flex-group .menu ul {
  margin: 0;
  padding: 0;
}
#footer .wrapper .flex-group .menu ul li {
  margin: 0 0 10px 0;
  border-bottom: 1px;
  border-bottom-color: #79797a;
  border-bottom-style: solid;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .menu ul li {
    border-bottom: none;
  }
}
#footer .wrapper .flex-group .menu ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .menu ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .menu ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
#footer .wrapper .flex-group .menu ul li a:hover {
  opacity: 0.5;
}
#footer .wrapper .flex-group .social-links {
  width: 100%;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .social-links {
    width: 50%;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .social-links {
    width: 25%;
  }
}
#footer .wrapper .flex-group .social-links .links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .social-links .links {
    display: block;
    flex-wrap: initial;
    width: 50%;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .social-links .links {
    width: initial;
  }
}
#footer .wrapper .flex-group .social-links .links li {
  color: #ffffff;
  margin: 0 0 10px 0;
  text-align: center;
  width: 50%;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .social-links .links li {
    text-align: left;
    width: 100%;
  }
}
#footer .wrapper .flex-group .social-links .links li:last-child {
  margin: 0;
}
#footer .wrapper .flex-group .social-links .links li a {
  color: #a6a6a7;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
@media (min-width: 660px) {
  #footer .wrapper .flex-group .social-links .links li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .social-links .links li a {
    font-size: 18px;
    line-height: 18px;
  }
}
#footer .wrapper .flex-group .social-links .links li a:hover {
  opacity: 0.5;
}
#footer .wrapper .flex-group .social-links .links li a img {
  height: 20px;
  margin: 0 5px 0 0;
  width: 20px;
}
#footer .wrapper .flex-group .social-links .facebook {
  text-align: center;
}
@media (min-width: 990px) {
  #footer .wrapper .flex-group .social-links .facebook {
    width: 300px;
  }
}
#footer .btn-apoie {
  color: #fff;
  border: 1px solid #fff;
  width: 117%;
  display: inline-block;
  text-align: center;
  margin-top: 27px;
  border-radius: 7px;
  padding: 5px 0;
  font-size: 18px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
@media (max-width: 768px) {
  #footer .btn-apoie {
    width: 101%;
  }
}
#footer .btn-apoie:hover {
  transition: 0.5s;
  background: #fff;
  color: #4c4c4e;
}

#newsletter {
  overflow: hidden;
  background-color: #3c3c3c;
}
#newsletter .wrapper {
  color: #ffffff;
  text-align: center;
  width: 100%;
}
@media (min-width: 660px) {
  #newsletter .wrapper {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 50%;
  }
}
#newsletter .wrapper h5 {
  margin: 0 0 15px 0;
}
#newsletter .wrapper input[type="email"] {
  border-radius: 10px 0 0 10px;
  float: left;
  position: relative;
  width: 75%;
  border: 2px solid #00aec5;
  display: block;
  margin: 0 0 15px 0;
  /* placeholder color */
}
#newsletter .wrapper input[type="email"]::-webkit-input-placeholder {
  /* Chrome, Opera and Safari */
  color: #00aec5 !important;
}
#newsletter .wrapper input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #00aec5 !important;
}
#newsletter .wrapper input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #00aec5 !important;
}
#newsletter .wrapper input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #00aec5 !important;
}
#newsletter .wrapper button {
  background-color: #00aec5;
  border-radius: 10px;
  box-shadow: none;
  color: #ffffff;
  position: relative;
  width: 100%;
  margin: 0;
  max-width: 500px;
}
#newsletter .wrapper p {
  color: rgba(255, 255, 255, 0.5);
}

#copyright {
  overflow: hidden;
}
#copyright .container {
  max-width: 1200px;
  padding: 15px;
}
@media (min-width: 660px) {
  #copyright .container {
    padding: 30px;
  }
}
@media (min-width: 990px) {
  #copyright .container {
    padding: 45px;
  }
}
#copyright .container .wrapper {
  text-align: center;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#headline {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (min-width: 660px) {
  #headline {
    height: 450px;
  }
}
@media (min-width: 990px) {
  #headline {
    height: 600px;
  }
}
#headline .line-bottom {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 51%;
  height: 6px;
}
#headline .line-top {
  position: absolute;
  right: 0;
  top: 10%;
  width: 51%;
  height: 6px;
}
#headline .container {
  height: 100%;
}
@media screen and (max-width: 420px) {
  #headline .container {
    padding: 5px 30px;
  }
}
#headline .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
#headline .wrapper h1 {
  color: #fff;
  font-weight: 600;
}
#headline.accelerator .wrapper {
  width: 100%;
}
@media (min-width: 990px) {
  #headline.accelerator .wrapper {
    width: 75%;
  }
}
#headline.knowledge {
  height: 450px;
}
@media (min-width: 660px) {
  #headline.knowledge {
    height: 600px;
  }
}
@media (min-width: 990px) {
  #headline.knowledge {
    height: 750px;
  }
}
#headline.knowledge .wrapper {
  width: 100%;
}
@media (min-width: 990px) {
  #headline.knowledge .wrapper {
    margin-left: 50%;
    width: 50%;
  }
  #headline.knowledge .wrapper.left {
    margin-left: 0;
  }
  #headline.knowledge .wrapper.align-to-right {
    text-align: right;
  }
}
#headline.knowledge .wrapper h1 {
  color: #fff;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 320px) {
  #headline.knowledge .wrapper h1 {
    margin: 0;
  }
}
#headline.knowledge .wrapper h2 {
  color: #fff;
  margin: 0 0 15px 0;
}
#headline.knowledge .wrapper h3 {
  color: #fff;
  margin: 15px 0;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
#headline.knowledge .wrapper h3 b {
  font-weight: 600;
}
#headline.knowledge .wrapper h3:before {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 320px) {
  #headline.knowledge .wrapper h3:before {
    top: -10px;
  }
}
#headline.knowledge .wrapper h3.g:before {
  background-color: rgba(255, 255, 255, 0.5);
}
#headline.knowledge .wrapper p {
  color: #fff;
  margin: 0 0 15px 0;
}
#headline.knowledge .wrapper button {
  box-shadow: none;
  width: 100%;
}
#headline.knowledge .wrapper button.white {
  background-color: rgba(255, 255, 255, 0.75);
  color: #0095a8;
  font-weight: bold;
}
#headline.knowledge .wrapper button.white:hover {
  background-color: white;
}
#headline.knowledge .wrapper button.pink {
  background-color: rgba(222, 57, 110, 0.75);
  color: #fff;
}
#headline.knowledge .wrapper button.pink:hover {
  background-color: #de396e;
}
#headline.knowledge .wrapper button.green {
  background-color: rgba(0, 174, 197, 0.75);
  color: #ffffff;
}
#headline.knowledge .wrapper button.green:hover {
  background-color: #00aec5;
}

#looping {
  background-color: #f8f8f8;
}
#looping .wrapper .selects {
  display: flex;
  justify-content: space-around;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  #looping .wrapper .selects {
    flex-direction: column;
  }
}
#looping .wrapper .selects select {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #looping .wrapper .selects select {
    width: 100%;
    margin-bottom: 10px;
  }
}
#looping .wrapper .the-loop {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 660px) {
  #looping .wrapper .the-loop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 990px) {
  #looping .wrapper .the-loop {
    grid-template-columns: repeat(3, 1fr);
  }
}
#looping .wrapper .the-loop .post {
  background-color: #ffffff;
  display: inline-block;
  margin: 0 0 30px 0;
}
#looping .wrapper .the-loop .post .post-thumbnail {
  background-position: center;
  background-size: cover;
  height: 210px;
  margin: 0;
  width: 100%;
}
#looping .wrapper .the-loop .post .post-details {
  width: 100%;
  height: 270px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#looping .wrapper .the-loop .post .post-details .post-title {
  color: #00aec5;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px 0;
  transition: opacity 0.25s ease;
}
@media (min-width: 660px) {
  #looping .wrapper .the-loop .post .post-details .post-title {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #looping .wrapper .the-loop .post .post-details .post-title {
    font-size: 20px;
  }
}
#looping .wrapper .the-loop .post .post-details .post-title:hover {
  opacity: 0.5;
}
#looping .wrapper .the-loop .post .post-details .post-excerpt {
  color: #696a6d;
  font-size: 14px;
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #looping .wrapper .the-loop .post .post-details .post-excerpt {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  #looping .wrapper .the-loop .post .post-details .post-excerpt {
    font-size: 18px;
  }
}
#looping .wrapper .the-loop .post .post-details .post-date {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  align-items: flex-end;
}
#looping .wrapper .the-loop .post .post-details .post-date p {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 660px) {
  #looping .wrapper .the-loop .post .post-details .post-date p {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  #looping .wrapper .the-loop .post .post-details .post-date p {
    font-size: 18px;
  }
}
#looping .wrapper .the-loop .post .post-details .post-date a {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  transition: opacity 0.25s ease;
  padding: 7px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00aec5;
  -moz-box-shadow: inset 0px 0px 0px 3px #00aec5;
  box-shadow: inset 0px 0px 0px 3px #00aec5;
}
#looping .wrapper .the-loop .post .post-details .post-date a svg {
  position: relative;
  float: left;
  fill: #00aec5;
  transition: fill 0.5 ease;
}
#looping .wrapper .the-loop .post .post-details .post-date a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 15px #00aec5;
  -moz-box-shadow: inset 0px 0px 0px 15px #00aec5;
  box-shadow: inset 0px 0px 0px 15px #00aec5;
}
#looping .wrapper .the-loop .post .post-details .post-date a:hover svg {
  fill: #ffffff;
}

#content .wrapper h2 {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #content .wrapper h2 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #content .wrapper h2 {
    margin: 0 0 45px 0;
  }
}

#content .wrapper .content div {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #content .wrapper .content div {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #content .wrapper .content div {
    margin: 0 0 60px 0;
  }
}
#content .wrapper .content div:last-child {
  margin: 0;
}
#content .wrapper .content div p {
  margin: 0 0 30px 0;
}
#content .wrapper .content div p:last-child {
  margin: 0;
}

#content .wrapper .content .flex-group {
  display: flex;
  flex-wrap: wrap;
}
#content .wrapper .content .flex-group > div {
  width: 100%;
}
@media (min-width: 660px) {
  #content .wrapper .content .flex-group > div {
    width: calc(50% - 30px);
  }
  #content .wrapper .content .flex-group > div:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}
#content .wrapper .content .flex-group > p {
  width: 100%;
}
@media (min-width: 660px) {
  #content .wrapper .content .flex-group > p {
    width: calc(50% - 30px);
  }
  #content .wrapper .content .flex-group > p:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}

#content .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
}
#content .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #content .wrapper .bullets > li {
    margin: 0 0 30px 0;
    width: calc(50% - 30px);
  }
  #content .wrapper .bullets > li:nth-child(odd) {
    margin: 0 30px 30px 0;
  }
}
#content .wrapper .bullets > li:last-child {
  margin: 0;
}
#content .wrapper .bullets > li h4 {
  font-size: 16px;
  text-transform: initial;
}
@media (min-width: 660px) {
  #content .wrapper .bullets > li h4 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #content .wrapper .bullets > li h4 {
    font-size: 20px;
  }
}

#about-the-course .wrapper h2 {
  margin: 0 0 15px 0;
}

#about-the-course .wrapper .content {
  margin: 0 0 45px 0;
}
#about-the-course .wrapper .content:last-child {
  margin: 0;
}
#about-the-course .wrapper .content div {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #about-the-course .wrapper .content div {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #about-the-course .wrapper .content div {
    margin: 0 0 60px 0;
  }
}
#about-the-course .wrapper .content div:last-child {
  margin: 0;
}
#about-the-course .wrapper .content p {
  color: #696a6d;
  margin: 0 0 30px 0;
}
#about-the-course .wrapper .content p:last-child {
  margin: 0;
}
#about-the-course .wrapper .content .flex-group {
  display: flex;
  flex-wrap: wrap;
}
#about-the-course .wrapper .content .flex-group > div {
  width: 100%;
}
@media (min-width: 660px) {
  #about-the-course .wrapper .content .flex-group > div {
    width: calc(50% - 30px);
  }
  #about-the-course .wrapper .content .flex-group > div:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}
#about-the-course .wrapper .content .flex-group > p {
  width: 100%;
}
@media (min-width: 660px) {
  #about-the-course .wrapper .content .flex-group > p {
    width: calc(50% - 30px);
  }
  #about-the-course .wrapper .content .flex-group > p:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}

#about-the-course .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
}
#about-the-course .wrapper .bullets > li {
  margin: 0 0 30px 0;
  width: calc(50% - 15px);
}
#about-the-course .wrapper .bullets > li:nth-child(odd) {
  margin: 0 30px 30px 0;
}
@media (min-width: 660px) {
  #about-the-course .wrapper .bullets > li {
    margin: 0 30px 45px 0;
    width: calc(33.33% - 20px);
  }
  #about-the-course .wrapper .bullets > li:nth-child(odd) {
    margin: 0 30px 45px 0;
  }
  #about-the-course .wrapper .bullets > li:nth-child(3),
  #about-the-course .wrapper .bullets > li:nth-child(6) {
    margin: 0;
  }
}
#about-the-course .wrapper .bullets > li img {
  height: auto;
  margin: 0 0 15px 0;
  width: 45px;
}
@media (min-width: 660px) {
  #about-the-course .wrapper .bullets > li img {
    width: 52.5px;
  }
}
@media (min-width: 990px) {
  #about-the-course .wrapper .bullets > li img {
    width: 60px;
  }
}
#about-the-course .wrapper .bullets > li h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-transform: initial;
}
@media (min-width: 660px) {
  #about-the-course .wrapper .bullets > li h4 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #about-the-course .wrapper .bullets > li h4 {
    font-size: 20px;
  }
}

#contents {
  background-color: #f8f8f8;
}
#contents .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
}
#contents .wrapper ul li {
  display: flex;
  align-items: flex-end;
  background-color: gray;
  background-position: center;
  background-size: cover;
  height: 300px;
  margin: 0 0 15px 0;
  width: 100%;
}
@media (min-width: 660px) {
  #contents .wrapper ul li {
    height: 390px;
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #contents .wrapper ul li {
    height: 570px;
    width: 25%;
  }
}
#contents .wrapper ul li:hover > span {
  height: 60%;
}
#contents .wrapper ul li > span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 174, 197, 0.75);
  height: 50%;
  padding: 30px;
  transition: height 0.25s ease;
}
#contents .wrapper ul li > span .flex-group {
  display: flex;
  margin: 0 0 15px 0;
}
#contents .wrapper ul li > span .flex-group span {
  -webkit-box-shadow: inset -2px 0 0 0 #0486a0;
  -moz-box-shadow: inset -2px 0 0 0 #0486a0;
  box-shadow: inset -2px 0 0 0 #0486a0;
  color: #0486a0;
  position: relative;
  font-family: "PF BeauSans Pro";
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 15px 0 0;
  width: 45px;
  float: left;
}
@media (min-width: 660px) {
  #contents .wrapper ul li > span .flex-group span {
    font-size: 30px;
  }
}
@media (min-width: 990px) {
  #contents .wrapper ul li > span .flex-group span {
    font-size: 36px;
  }
}
#contents .wrapper ul li > span .flex-group h4 {
  clear: both;
  color: #ffffff;
  text-transform: none;
  width: calc(100% - 60px);
  float: left;
}
#contents .wrapper ul li p {
  color: #ffffff;
  font-size: 12px;
}
@media (min-width: 660px) {
  #contents .wrapper ul li p {
    font-size: 16px;
  }
}

#our-platform .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
}
#our-platform .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #de396e;
  -moz-box-shadow: inset 2px 0 0 0 #de396e;
  box-shadow: inset 2px 0 0 0 #de396e;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #our-platform .wrapper .bullets > li {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
  }
  #our-platform .wrapper .bullets > li:last-child {
    margin: 0;
  }
}
#our-platform .wrapper .bullets > li h4 {
  color: #de396e;
  font-size: 16px;
  margin: 0 0 10px 0;
  text-transform: initial;
}
@media (min-width: 660px) {
  #our-platform .wrapper .bullets > li h4 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #our-platform .wrapper .bullets > li h4 {
    font-size: 20px;
  }
}
#our-platform .wrapper .bullets > li p {
  color: #696a6d;
}

#our-platform .wrapper .image {
  margin: 45px 0 0 0;
}
#our-platform .wrapper .image img {
  width: 100%;
  height: auto;
}

#investment {
  background-color: #f8f8f8;
}
#investment p {
  color: #696a6d;
}
#investment .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
}
#investment .bullets > li {
  padding: 15px;
  text-align: center;
  width: 50%;
}
@media (min-width: 660px) {
  #investment .bullets > li {
    padding: 30px;
    width: 25%;
  }
}
#investment .bullets > li img {
  height: auto;
  margin: 0 0 15px 0;
  width: 45px;
}
@media (min-width: 660px) {
  #investment .bullets > li img {
    width: 52.5px;
  }
}
@media (min-width: 990px) {
  #investment .bullets > li img {
    width: 60px;
  }
}
#investment .bullets > li p {
  color: #696a6d;
}
#investment .flex-group {
  display: flex;
  flex-direction: column;
  margin: 45px 0 0 0;
}
@media (min-width: 660px) {
  #investment .flex-group {
    flex-direction: row;
  }
}
#investment .flex-group > div {
  width: 100%;
}
@media (min-width: 660px) {
  #investment .flex-group > div {
    width: calc(50% - 15px);
  }
  #investment .flex-group > div:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}
#investment .flex-group > div h3 {
  margin: 0 0 15px 0;
}
#investment .flex-group > div button {
  width: 100%;
  margin: 30px 0 15px 0;
}
@media (min-width: 660px) {
  #investment .flex-group > div button {
    margin: 0 0 15px 0;
  }
}
#investment .flex-group > div img {
  margin: 15px 0 0 0;
  width: 100%;
  height: auto;
}

#testimonies .wrapper .testimonies {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
}
#testimonies .wrapper .testimonies > li {
  margin: 0 0 45px 0;
  width: 100%;
}
#testimonies .wrapper .testimonies > li:last-child {
  margin: 0;
}
@media (min-width: 660px) {
  #testimonies .wrapper .testimonies > li {
    margin: 0 0 45px 0;
    width: calc(50% - 15px);
  }
  #testimonies .wrapper .testimonies > li:last-child {
    margin: 0;
  }
  #testimonies .wrapper .testimonies > li:nth-child(odd) {
    margin: 0 30px 45px 0;
  }
  #testimonies .wrapper .testimonies > li:nth-child(odd):last-child {
    margin: 0;
  }
}
#testimonies .wrapper .testimonies > li h4 {
  font-size: 16px;
  margin: 10px 0 0 0;
  text-transform: initial;
}
@media (min-width: 660px) {
  #testimonies .wrapper .testimonies > li h4 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #testimonies .wrapper .testimonies > li h4 {
    font-size: 20px;
  }
}

#testimonies .wrapper .image {
  margin: 45px 0 0 0;
}
#testimonies .wrapper .image img {
  width: 100%;
  height: auto;
}

#video {
  background-color: #f8f8f8;
}
#video .wrapper .flex-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 990px) {
  #video .wrapper .flex-group {
    flex-direction: row;
  }
}
#video .wrapper .flex-group .content {
  margin: 0 0 30px 0;
}
@media (min-width: 990px) {
  #video .wrapper .flex-group .content {
    margin: 0 30px 0 0;
  }
}
#video .wrapper .flex-group .content h2 {
  color: #f68a33;
  margin: 0 0 15px 0;
}
#video .wrapper .flex-group .content h2.pink {
  color: #de396e;
}
#video .wrapper .flex-group .content p {
  color: #696a6d;
}
@media (max-width: 990px) {
  #video .wrapper .flex-group .embed .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  #video .wrapper .flex-group .embed .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#partners {
  background-color: #f8f8f8;
}
#partners .wrapper h2 {
  color: #00aec5;
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #partners .wrapper h2 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #partners .wrapper h2 {
    margin: 0 0 45px 0;
  }
}
#partners .wrapper p {
  color: #696a6d;
}
#partners .wrapper .featured-cases {
  margin: 45px 0 0 0;
}
#partners .wrapper .featured-cases .case {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}
#partners .wrapper .featured-cases .case:last-child {
  margin: 0;
}
@media (min-width: 660px) {
  #partners .wrapper .featured-cases .case {
    flex-direction: row;
    margin: 0;
  }
}
@media (min-width: 660px) {
  #partners .wrapper .featured-cases .case:nth-child(even) .case-image {
    order: 1;
  }
}
#partners .wrapper .featured-cases .case:hover .case-image {
  -webkit-filter: initial;
  filter: initial;
}
#partners .wrapper .featured-cases .case .case-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 240px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}
@media (min-width: 660px) {
  #partners .wrapper .featured-cases .case .case-image {
    width: 50%;
    height: auto;
  }
}
#partners .wrapper .featured-cases .case .case-details {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 660px) {
  #partners .wrapper .featured-cases .case .case-details {
    height: 450px;
    width: 50%;
  }
}
@media (min-width: 990px) {
  #partners .wrapper .featured-cases .case .case-details {
    height: 410px;
  }
}
#partners .wrapper .featured-cases .case .case-details h4 {
  color: #00aec5;
  margin: 0 0 15px 0;
}
#partners .wrapper .featured-cases .case .case-details .case-description {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #partners .wrapper .featured-cases .case .case-details .case-description {
    margin: 0 0 45px 0;
  }
}
#partners .wrapper .featured-cases .case .case-details .read-more {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: flex-end;
  width: 100%;
  height: 30px;
}
#partners .wrapper .featured-cases .case .case-details .read-more a {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  transition: opacity 0.25s ease;
  padding: 7px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00aec5;
  -moz-box-shadow: inset 0px 0px 0px 3px #00aec5;
  box-shadow: inset 0px 0px 0px 3px #00aec5;
}
#partners .wrapper .featured-cases .case .case-details .read-more a svg {
  position: relative;
  float: left;
  fill: #00aec5;
  transition: fill 0.5 ease;
}
#partners .wrapper .featured-cases .case .case-details .read-more a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 15px #00aec5;
  -moz-box-shadow: inset 0px 0px 0px 15px #00aec5;
  box-shadow: inset 0px 0px 0px 15px #00aec5;
}
#partners .wrapper .featured-cases .case .case-details .read-more a:hover svg {
  fill: #ffffff;
}

#who-supports .wrapper p {
  color: #696a6d;
}

#who-supports .wrapper .partners-list {
  margin: 0;
  padding: 0;
}
#who-supports .wrapper .partners-list .partner-type {
  border-bottom: 2px;
  border-bottom-color: rgba(222, 57, 110, 0.2);
  border-bottom-style: solid;
  margin: 60px 0 0 0;
  padding: 0 0 60px 0;
}
#who-supports .wrapper .partners-list .partner-type:last-child {
  border-bottom: none;
  padding: 0;
}
#who-supports .wrapper .partners-list .partner-type h4 {
  color: #de396e;
  margin: 0 0 30px 0;
}
#who-supports .wrapper .partners-list .partner-type .swiper-container {
  width: 100%;
}
#who-supports
  .wrapper
  .partners-list
  .partner-type
  .swiper-container
  .swiper-wrapper {
  margin: 0 0 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 660px) {
  #who-supports
    .wrapper
    .partners-list
    .partner-type
    .swiper-container
    .swiper-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #who-supports
    .wrapper
    .partners-list
    .partner-type
    .swiper-container
    .swiper-wrapper {
    margin: 0 0 30px 0;
  }
}
#who-supports
  .wrapper
  .partners-list
  .partner-type
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#who-supports
  .wrapper
  .partners-list
  .partner-type
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  width: 120px;
}
@media (min-width: 660px) {
  #who-supports
    .wrapper
    .partners-list
    .partner-type
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    width: 135px;
  }
}
@media (min-width: 990px) {
  #who-supports
    .wrapper
    .partners-list
    .partner-type
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    width: 150px;
  }
}
#who-supports
  .wrapper
  .partners-list
  .partner-type
  .swiper-container
  .swiper-pagination {
  position: relative;
  flex: left;
  bottom: initial;
  left: initial;
}
#who-supports
  .wrapper
  .partners-list
  .partner-type
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: rgba(222, 57, 110, 0.2);
}
#who-supports
  .wrapper
  .partners-list
  .partner-type
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #de396e;
}

#who-we-are .wrapper h2 {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #who-we-are .wrapper h2 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #who-we-are .wrapper h2 {
    margin: 0 0 45px 0;
  }
}

#who-we-are .wrapper .content div {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #who-we-are .wrapper .content div {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #who-we-are .wrapper .content div {
    margin: 0 0 60px 0;
  }
}
#who-we-are .wrapper .content div:last-child {
  margin: 0;
}
#who-we-are .wrapper .content div p {
  margin: 0 0 30px 0;
}
#who-we-are .wrapper .content div p:last-child {
  margin: 0;
}

#who-we-are .wrapper .content h4 {
  font-size: 20px;
}
@media (min-width: 660px) {
  #who-we-are .wrapper .content h4 {
    font-size: 24px;
  }
}
@media (min-width: 990px) {
  #who-we-are .wrapper .content h4 {
    font-size: 30px;
  }
}

#who-we-are .wrapper .content .flex-group {
  display: flex;
  flex-wrap: wrap;
}
#who-we-are .wrapper .content .flex-group > div {
  width: 100%;
}
@media (min-width: 660px) {
  #who-we-are .wrapper .content .flex-group > div {
    width: calc(50% - 30px);
  }
  #who-we-are .wrapper .content .flex-group > div:nth-child(odd) {
    margin: 0 30px 0 0;
  }
}
#who-we-are .wrapper .content .flex-group > p {
  width: 100%;
}
@media (min-width: 660px) {
  #who-we-are .wrapper .content .flex-group > p {
    width: calc(50% - 30px);
  }
  #who-we-are .wrapper .content .flex-group > p:nth-child(odd) {
    margin: 0 30px 0 0;
  }
  #who-we-are .wrapper .content .flex-group > p:last-child {
    width: 100%;
  }
}

#who-we-are .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
}
#who-we-are .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #who-we-are .wrapper .bullets > li {
    margin: 0 0 30px 0;
    width: calc(50% - 30px);
  }
  #who-we-are .wrapper .bullets > li:nth-child(odd) {
    margin: 0 30px 30px 0;
  }
}
#who-we-are .wrapper .bullets > li:last-child {
  margin: 0;
}
#who-we-are .wrapper .bullets > li h4 {
  font-size: 16px;
  text-transform: initial;
}
@media (min-width: 660px) {
  #who-we-are .wrapper .bullets > li h4 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #who-we-are .wrapper .bullets > li h4 {
    font-size: 20px;
  }
}

#our-manifest {
  background-color: #f8f8f8;
}
#our-manifest .wrapper h2 {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #our-manifest .wrapper h2 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #our-manifest .wrapper h2 {
    margin: 0 0 45px 0;
  }
}
#our-manifest .wrapper .content div {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #our-manifest .wrapper .content div {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #our-manifest .wrapper .content div {
    margin: 0 0 60px 0;
  }
}
#our-manifest .wrapper .content div:last-child {
  margin: 0;
}
#our-manifest .wrapper .content div h3 {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #our-manifest .wrapper .content div h3 {
    margin: 0 0 22.5px 0;
  }
}
@media (min-width: 990px) {
  #our-manifest .wrapper .content div h3 {
    margin: 0 0 30px 0;
  }
}
#our-manifest .wrapper .content div p {
  margin: 0 0 30px 0;
}
#our-manifest .wrapper .content div p:last-child {
  margin: 0;
}

#what-we-do .wrapper h2 {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #what-we-do .wrapper h2 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #what-we-do .wrapper h2 {
    margin: 0 0 45px 0;
  }
}

#what-we-do .wrapper .content h4 {
  margin: 0 0 15px 0;
}

#what-we-do .wrapper .content > div {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #what-we-do .wrapper .content > div {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #what-we-do .wrapper .content > div {
    margin: 0 0 60px 0;
  }
}
#what-we-do .wrapper .content > div:last-child {
  margin: 0;
}
#what-we-do .wrapper .content > div p {
  color: #696a6d;
  margin: 0 0 30px 0;
}
#what-we-do .wrapper .content > div p:last-child {
  margin: 0;
}

#skills.adjusted-margins {
  margin: -30px 0 45px 0;
}
@media (min-width: 660px) {
  #skills.adjusted-margins {
    margin: -45px 0 75px 0;
  }
}
@media (min-width: 990px) {
  #skills.adjusted-margins {
    margin: -60px 0 90px 0;
  }
}

#skills .container {
  min-width: 100%;
  padding: 0 30px;
}
@media (min-width: 660px) {
  #skills .container {
    padding: 0 45px;
  }
}
@media (min-width: 990px) {
  #skills .container {
    padding: 0 75px;
  }
}
#skills .container .skills {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#skills .container .skills li {
  background-position: center;
  background-size: cover;
  text-align: center;
  width: 100%;
}
@media (min-width: 660px) {
  #skills .container .skills li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #skills .container .skills li {
    width: 25%;
  }
}
#skills .container .skills li:hover .content {
  background-color: rgba(222, 57, 110, 0.75);
}
#skills .container .skills li:hover .content .icon {
  height: 60px;
  background-position-y: -60px !important;
}
#skills .container .skills li:hover .content img {
  display: inline;
}
#skills .container .skills li:hover .content h4 {
  color: #ffffff;
}
#skills .container .skills li:hover .content p {
  color: #ffffff;
}
#skills .container .skills li .content {
  height: 382px;
  padding: 20px;
  padding-top: 40px;
  transition: background-color 0.25s ease;
}
@media (min-width: 660px) {
  #skills .container .skills li .content {
    padding: 5px;
  }
}
@media (min-width: 990px) {
  #skills .container .skills li .content {
    padding: 20px;
    padding-top: 40px;
  }
}
#skills .container .skills li .content img {
  margin: 0 0 15px 0;
}
#skills .container .skills li .content h4 {
  margin: 15px 0 15px 0;
  font-weight: 600;
}
#skills .container .skills li .content .icon {
  height: 60px;
  background-position-y: 0 !important;
}
#skills .container .skills li .content p {
  color: transparent;
  font-size: 14px;
  transition: color 0.75s ease;
}
@media (min-width: 660px) {
  #skills .container .skills li .content p {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  #skills .container .skills li .content p {
    font-size: 18px;
  }
}

#video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.video-placeholder {
  display: none;
  background-image: url(../images/poster-video.jpg);
  position: absolute;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 99997;
  background: rgba(0, 0, 0, 0.5);
}

#video-container .video-content {
  z-index: 99998;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
#video-container .video-content .inner h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.video-placeholder .video-content {
  z-index: 99998;
  position: absolute;
  height: 100%;
  width: 100%;
}

.video-placeholder .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

/* Fancy-box */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
  background: #fff;
}

#our-results {
  clear: both;
}
#our-results .content .orange.titulo p {
  color: #f68a33;
  font-weight: bold;
  font-size: 25px;
}

@media (max-width: 468px) {
  #results {
    overflow: hidden;
    padding-bottom: 22px;
  }
}

#results .container {
  padding: 0 30px;
}
@media (min-width: 660px) {
  #results .container {
    padding: 0 45px;
  }
}
@media (min-width: 990px) {
  #results .container {
    padding: 0 75px;
  }
}
#results .container .wrapper .itens {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#results .container .wrapper .itens div {
  display: inline-block;
  margin: 0 0 45px 0;
  position: relative;
  width: 25%;
  margin-right: 10px;
}
#results .container .wrapper .itens div:after {
  content: "";
  background-color: #f68a33;
  bottom: -10px;
  height: 2px;
  position: absolute;
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #results .container .wrapper .itens div:after {
    right: 0;
  }
}
#results .container .wrapper .itens div span {
  color: #f68a33;
  font-family: "PF BeauSans Pro";
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 660px) {
  #results .container .wrapper .itens div span {
    font-size: 76px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper .itens div span {
    font-size: 85px;
  }
}
#results .container .wrapper .itens div span small {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 -1.5%;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  #results .container .wrapper .itens div span small {
    font-size: 20px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper .itens div span small {
    font-size: 50px;
  }
}
#results .container .wrapper .itens div h3 {
  color: #696a6d;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 660px) {
  #results .container .wrapper .itens div h3 {
    font-size: 24px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper .itens div h3 {
    font-size: 15px;
  }
}
#results .container .wrapper .itens div h3 small {
  color: #696a6d;
  font-size: 16px;
  font-weight: 300;
  margin: -1.5% 0 0 0;
  text-transform: none;
  font-weight: 300;
}
@media (min-width: 660px) {
  #results .container .wrapper .itens div h3 small {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper .itens div h3 small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #results .container .wrapper .itens div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #results .container .wrapper .itens {
    flex-direction: column;
  }
}
#results .container .wrapper ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#results .container .wrapper ul li {
  display: inline-block;
  text-align: center;
  margin: 0 0 45px 0;
  position: relative;
  width: 100%;
}
#results .container .wrapper ul li:last-child {
  margin: 0;
}
#results .container .wrapper ul li:nth-child(1):after,
#results .container .wrapper ul li:nth-child(3):after {
  content: "";
  background-color: #f68a33;
  bottom: -10px;
  height: 2px;
  position: absolute;
  right: -30px;
  width: 100%;
  margin-right: 10px;
}
@media (min-width: 660px) {
  #results .container .wrapper ul li:nth-child(1):after,
  #results .container .wrapper ul li:nth-child(3):after {
    right: 0;
  }
}
#results .container .wrapper ul li:nth-child(2):after,
#results .container .wrapper ul li:nth-child(4):after {
  content: "";
  background-color: #f68a33;
  bottom: -10px;
  height: 2px;
  left: -30px;
  position: absolute;
  width: 100%;
  margin-right: 10px;
}
@media (min-width: 660px) {
  #results .container .wrapper ul li:nth-child(2):after,
  #results .container .wrapper ul li:nth-child(4):after {
    left: 0;
  }
}
@media (min-width: 660px) {
  #results .container .wrapper ul li {
    margin: 0;
    width: 45%;
  }
}
#results .container .wrapper ul li span {
  color: #f68a33;
  font-family: "PF BeauSans Pro";
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 660px) {
  #results .container .wrapper ul li span {
    font-size: 76px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper ul li span {
    font-size: 88px;
  }
}
#results .container .wrapper ul li span small {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 -1.5%;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  #results .container .wrapper ul li span small {
    font-size: 20px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper ul li span small {
    font-size: 24px;
  }
}
#results .container .wrapper ul li h3 {
  color: #696a6d;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  #results .container .wrapper ul li h3 {
    font-size: 24px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper ul li h3 {
    font-size: 30px;
  }
}
#results .container .wrapper ul li h3 small {
  color: #696a6d;
  font-size: 16px;
  font-weight: 300;
  margin: -1.5% 0 0 0;
  text-transform: none;
}
@media (min-width: 660px) {
  #results .container .wrapper ul li h3 small {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #results .container .wrapper ul li h3 small {
    font-size: 20px;
  }
}

#equip,
#teachers {
  background-color: #f8f8f8;
}
#equip .wrapper .content,
#teachers .wrapper .content {
  position: relative;
  float: left;
  margin: 0 0 60px 0;
}
@media (min-width: 660px) {
  #equip .wrapper .content,
  #teachers .wrapper .content {
    margin: 0 0 75px 0;
  }
}
@media (min-width: 990px) {
  #equip .wrapper .content,
  #teachers .wrapper .content {
    margin: 0 0 90px 0;
  }
}
#equip .wrapper .content:last-child,
#teachers .wrapper .content:last-child {
  margin: 0;
}
#equip .wrapper ul,
#teachers .wrapper ul {
  margin: 0;
}
#equip .wrapper ul li,
#teachers .wrapper ul li {
  float: left;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 5px 0;
}
#equip .wrapper ul li:last-child,
#teachers .wrapper ul li:last-child {
  margin: 0;
}
@media (min-width: 660px) {
  #equip .wrapper ul li,
  #teachers .wrapper ul li {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #equip .wrapper ul li,
  #teachers .wrapper ul li {
    width: 33.33%;
  }
}
@media (min-width: 660px) {
  #equip .wrapper ul li:hover .avatar img,
  #teachers .wrapper ul li:hover .avatar img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
#equip .wrapper ul li.active .box .infos,
#teachers .wrapper ul li.active .box .infos {
  height: 100%;
  justify-content: flex-start;
}
#equip .wrapper ul li.active .box .infos h5,
#teachers .wrapper ul li.active .box .infos h5 {
  margin: 30px 0 0 0;
}
#equip .wrapper ul li.active .box .bio,
#teachers .wrapper ul li.active .box .bio {
  opacity: 1;
  transition-delay: 0.5s;
  height: 190px;
  overflow-y: auto;
}
#equip .wrapper ul li.active .box .bio p,
#teachers .wrapper ul li.active .box .bio p {
  display: block;
}
#equip .wrapper ul li .avatar,
#teachers .wrapper ul li .avatar {
  float: left;
  height: 120px;
  position: relative;
  width: 120px;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .avatar,
  #teachers .wrapper ul li .avatar {
    height: auto;
    position: initial;
    float: initial;
    width: initial;
  }
}
#equip .wrapper ul li .avatar img,
#teachers .wrapper ul li .avatar img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.5s ease;
}
#equip .wrapper ul li .box,
#teachers .wrapper ul li .box {
  height: 120px;
  float: left;
  position: relative;
  width: calc(100% - 120px);
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box,
  #teachers .wrapper ul li .box {
    float: initial;
    height: auto;
    position: initial;
    width: initial;
  }
}
#equip .wrapper ul li .box .infos,
#teachers .wrapper ul li .box .infos {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  padding: 0 30px;
  position: absolute;
  transition: height 0.5s ease, justify-content 0.5s ease;
  width: 100%;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box .infos,
  #teachers .wrapper ul li .box .infos {
    height: 60px;
  }
}
#equip .wrapper ul li .box .infos.pink,
#teachers .wrapper ul li .box .infos.pink {
  background-color: #de396e;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box .infos.pink,
  #teachers .wrapper ul li .box .infos.pink {
    background-color: rgba(222, 57, 110, 0.75);
  }
}
#equip .wrapper ul li .box .infos.green,
#teachers .wrapper ul li .box .infos.green {
  background-color: #00aec5;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box .infos.green,
  #teachers .wrapper ul li .box .infos.green {
    background-color: rgba(0, 174, 197, 0.75);
  }
}
#equip .wrapper ul li .box .infos h5,
#teachers .wrapper ul li .box .infos h5 {
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.5s ease;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box .infos h5,
  #teachers .wrapper ul li .box .infos h5 {
    font-size: 16px;
  }
}
#equip .wrapper ul li .box .infos > p,
#teachers .wrapper ul li .box .infos > p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box .infos > p,
  #teachers .wrapper ul li .box .infos > p {
    font-size: 14px;
  }
}
#equip .wrapper ul li .box .bio,
#teachers .wrapper ul li .box .bio {
  bottom: 0;
  height: auto;
  opacity: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
  transition: opacity 0.5s ease;
  transition-delay: 0;
}
#equip .wrapper ul li .box .bio p,
#teachers .wrapper ul li .box .bio p {
  color: #ffffff;
  font-size: 12px;
  line-height: inherit;
  display: none;
}
@media (min-width: 660px) {
  #equip .wrapper ul li .box .bio p,
  #teachers .wrapper ul li .box .bio p {
    font-size: 14px;
  }
}
#equip .wrapper ul li .bio-mobile,
#teachers .wrapper ul li .bio-mobile {
  position: relative;
  float: left;
  height: auto;
  padding: 30px;
  width: 100%;
  display: none;
}
#equip .wrapper ul li .bio-mobile.visible,
#teachers .wrapper ul li .bio-mobile.visible {
  display: block;
}
#equip .wrapper ul li .bio-mobile.pink,
#teachers .wrapper ul li .bio-mobile.pink {
  background-color: #de396e;
}
#equip .wrapper ul li .bio-mobile.green,
#teachers .wrapper ul li .bio-mobile.green {
  background-color: #00aec5;
}
#equip .wrapper ul li .bio-mobile p,
#teachers .wrapper ul li .bio-mobile p {
  color: #ffffff;
  font-size: 12px;
  line-height: inherit;
}

@media (min-width: 1200px) {
  #teachers .wrapper ul li,
  .accelerator__mentors .wrapper ul li {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  #equip .wrapper #conselho ul li {
    width: 25%;
  }
}

#history {
  background-color: #f8f8f8;
}
#history .wrapper .content {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#history .wrapper .row.divisor {
  margin-left: inherit;
}
#history .wrapper .divisor {
  position: relative;
}
#history .wrapper .divisor:before {
  content: "";
  background: #00aec7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  #history .wrapper .divisor:before {
    left: 20px;
  }
}
#history .wrapper .divisor .history__content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#history .wrapper .divisor .history__content .show__history {
  position: absolute;
  background: #00aec7;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
#history .wrapper .divisor .history__content .show__history:hover {
  background: #077b8c;
  transition: 0.5s;
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .show__history {
    left: 20px;
  }
}
#history .wrapper .divisor .history__content .text__history {
  margin-bottom: 40px;
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 1;
}
#history .wrapper .divisor .history__content .text__history .post-date {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  align-items: flex-end;
  margin-bottom: 15px;
}
#history .wrapper .divisor .history__content .text__history .post-date p {
  color: #696a6d;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 660px) {
  #history .wrapper .divisor .history__content .text__history .post-date p {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  #history .wrapper .divisor .history__content .text__history .post-date p {
    font-size: 18px;
  }
}
#history .wrapper .divisor .history__content .text__history .post-date a {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  transition: opacity 0.25s ease;
  padding: 7px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00aec5;
  -moz-box-shadow: inset 0px 0px 0px 3px #00aec5;
  box-shadow: inset 0px 0px 0px 3px #00aec5;
}
#history .wrapper .divisor .history__content .text__history .post-date a svg {
  position: relative;
  float: left;
  fill: #00aec5;
  transition: fill 0.5 ease;
}
#history .wrapper .divisor .history__content .text__history .post-date a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 15px #00aec5;
  -moz-box-shadow: inset 0px 0px 0px 15px #00aec5;
  box-shadow: inset 0px 0px 0px 15px #00aec5;
}
#history
  .wrapper
  .divisor
  .history__content
  .text__history
  .post-date
  a:hover
  svg {
  fill: #ffffff;
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .text__history {
    height: auto;
  }
}
#history .wrapper .divisor .history__content .text__history--title {
  background: #00aec7;
  position: relative;
  color: #fff;
  padding: 16px 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
#history .wrapper .divisor .history__content .text__history--title h4 {
  text-align: right;
  padding-right: 16px;
}
#history .wrapper .divisor .history__content .text__history--title .years {
  position: absolute;
  top: -20px;
  font-size: 81px;
  opacity: 0.2;
  color: #d3d3d3;
}
#history .wrapper .divisor .history__content .text__history .thumb {
  width: 100%;
  height: 150px;
  background-size: cover !important;
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .text__history .thumb {
    height: 200px;
  }
}
#history .wrapper .divisor .history__content .text__history p {
  font-size: 15px;
}
#history .wrapper .divisor .history__content .resume {
  max-width: 470px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #history .wrapper .divisor .history__content .resume {
    max-width: 370px;
  }
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .resume {
    float: none !important;
    max-width: 100%;
    padding-left: 11%;
  }
}
#history .wrapper .divisor .history__content .resume .title__history {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 13px;
  color: #d3d3d3;
  cursor: pointer;
}
#history .wrapper .divisor .history__content .resume .years {
  font-size: 150px;
  color: #d3d3d3;
  margin: 22px 0 0 0;
  font-weight: 100;
  opacity: 0.2;
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .resume .years {
    font-size: 70px;
  }
}
#history .wrapper .divisor .history__content .resume.pull-right h3,
#history .wrapper .divisor .history__content .resume.pull-right p {
  text-align: left;
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .resume.pull-right h3,
  #history .wrapper .divisor .history__content .resume.pull-right p {
    text-align: left;
  }
}
#history .wrapper .divisor .history__content .resume.pull-left h3,
#history .wrapper .divisor .history__content .resume.pull-left p {
  text-align: right;
}
@media (max-width: 768px) {
  #history .wrapper .divisor .history__content .resume.pull-left h3,
  #history .wrapper .divisor .history__content .resume.pull-left p {
    text-align: left;
  }
}
#history .wrapper .divisor .history__content:nth-child(1) .text__history {
  display: block;
}
#history .wrapper .divisor .history__content:nth-child(1) .resume {
  display: none;
}

#our-management {
  background-position: center;
}
@media (min-width: 660px) {
  #our-management .wrapper {
    width: 75%;
  }
}
#our-management .wrapper h2 {
  margin: 0 0 15px 0;
}
#our-management .wrapper .content > div {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #our-management .wrapper .content > div {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #our-management .wrapper .content > div {
    margin: 0 0 60px 0;
  }
}
#our-management .wrapper .content > div:last-child {
  margin: 0;
}

#suport-our-cause {
  background-color: #f8f8f8;
}
#suport-our-cause .wrapper {
  text-align: center;
  width: 100%;
}
@media (min-width: 660px) {
  #suport-our-cause .wrapper {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 75%;
  }
}
#suport-our-cause .wrapper h2 {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  #suport-our-cause .wrapper h2 {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  #suport-our-cause .wrapper h2 {
    margin: 0 0 45px 0;
  }
}
#suport-our-cause .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #suport-our-cause .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #suport-our-cause .wrapper .content {
    margin: 0 0 60px 0;
  }
}
#suport-our-cause .wrapper .flex-group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #suport-our-cause .wrapper .flex-group {
    flex-direction: column;
  }
}
#suport-our-cause .wrapper .flex-group a {
  margin: 0 15px 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #suport-our-cause .wrapper .flex-group a {
    margin: 0 0 15px 0;
  }
}
#suport-our-cause .wrapper .flex-group a:last-child {
  margin: 0;
}
#suport-our-cause .wrapper .flex-group a button {
  color: #696a6d;
  line-height: initial;
  padding: 15px;
  width: 100%;
  min-height: 100px;
}
@media screen and (max-width: 420px) {
  #suport-our-cause .wrapper .flex-group a button {
    min-height: inherit;
  }
}
#suport-our-cause .wrapper .flex-group a button:hover {
  color: #ffffff;
}

#contact {
  color: #696a6e;
}
#contact .container .contact__content h4 {
  margin: 0 0 15px 0;
}
#contact .container .contact__content input[type="text"] {
  background-color: rgba(105, 106, 109, 0.2);
}
#contact
  .container
  .contact__content
  input[type="text"]::-webkit-input-placeholder {
  /* Chrome, Opera and Safari */
  color: #696a6d !important;
}
#contact .container .contact__content input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #696a6d !important;
}
#contact .container .contact__content input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #696a6d !important;
}
#contact .container .contact__content input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #696a6d !important;
}
#contact .container .contact__content select {
  color: #696a6d;
  background-color: rgba(105, 106, 109, 0.2);
}
#contact .container .contact__content textarea {
  background-color: rgba(105, 106, 109, 0.2);
}
#contact .container .contact__content textarea::-webkit-input-placeholder {
  /* Chrome, Opera and Safari */
  color: #696a6d !important;
}
#contact .container .contact__content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #696a6d !important;
}
#contact .container .contact__content textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #696a6d !important;
}
#contact .container .contact__content textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #696a6d !important;
}
#contact .container .wrapper p {
  margin: 0 0 8px 0;
  font-size: 17px;
}
#contact .container .wrapper p b {
  font-weight: 400;
  font-size: 18px;
}
#contact .container .wrapper p .icone-mail {
  display: inline-block;
  width: 30px;
  margin-right: 1px;
}
#contact .container .wrapper p .icone-phone {
  display: inline-block;
  width: 30px;
  vertical-align: top;
}
#contact .container .wrapper .phones {
  display: inline-block;
  width: 84%;
}
#contact .container .wrapper .phones span {
  display: inline-block;
  font-size: 17px;
}
#contact .container .wrapper .map {
  margin: 12px 0 95px 0;
  display: inline-block;
}
#contact .container .wrapper .logo {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}
#contact .container .wrapper .imprensa li {
  padding: 12px 0;
  border-bottom: 1px solid #f68a30;
  margin-bottom: 10px;
}
#contact .container .wrapper .imprensa li:last-child {
  border-bottom: 0;
}
#contact .container .wrapper .imprensa li p .icone-mail {
  width: 18px;
  display: inline-block;
  margin-right: 14px;
}
#contact .container .wrapper .contact__title {
  margin: 0 0 90px 0;
}
#contact .container .wrapper form {
  display: inline-block;
  margin-bottom: 60px;
}
#contact .container .wrapper form .send {
  text-align: right;
}
#contact .container .wrapper form .send button {
  border: 2px solid #f68a30;
  color: #f68a30;
  font-size: 14px;
  display: inline-block;
  box-shadow: none;
  padding: 5px 0;
  line-height: 13px;
  width: 100px;
  text-align: center;
}

#journey {
  overflow: hidden;
}
#journey .wrapper h2 {
  margin: 0 0 30px 0;
}
#journey .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #journey .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #journey .wrapper .content {
    margin: 0 0 60px 0;
  }
}

#program {
  overflow: hidden;
}
#program .wrapper h2 {
  margin: 0 0 30px 0;
}
#program .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #program .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #program .wrapper .content {
    margin: 0 0 60px 0;
  }
}
#program .wrapper .content:last-child {
  margin: 0;
}
#program .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
}
@media (min-width: 660px) {
  #program .wrapper .bullets {
    padding: 0 0 0 60px;
    margin: 15px 0 45px 0;
  }
}
@media (min-width: 990px) {
  #program .wrapper .bullets {
    margin: 15px 0 60px 0;
  }
}
#program .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #program .wrapper .bullets > li {
    width: calc(50% - 15px);
  }
  #program .wrapper .bullets > li:last-child {
    margin: 0;
  }
}
#program .wrapper .sectors {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
@media (min-width: 660px) {
  #program .wrapper .sectors {
    margin: 15px 0 15px 0;
  }
}
@media (min-width: 990px) {
  #program .wrapper .sectors {
    margin: 15px 0 30px 0;
  }
}
#program .wrapper .sectors li {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  width: 50%;
}
@media (min-width: 660px) {
  #program .wrapper .sectors li {
    width: 33.33%;
  }
}
@media (min-width: 990px) {
  #program .wrapper .sectors li {
    width: 25%;
  }
}
#program .wrapper .sectors li img {
  height: 60px;
  margin: 0 0 10px 0;
  width: 60px;
}
#program .wrapper .sectors li span {
  color: #00aec5;
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 660px) {
  #program .wrapper .sectors li span {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #program .wrapper .sectors li span {
    font-size: 20px;
  }
}

#pobreza {
  overflow: hidden;
}
#pobreza .wrapper h2 {
  margin: 0 0 30px 0;
}
#pobreza .wrapper .title {
  font-size: 30px;
}
#pobreza .wrapper h4 {
  margin: 0px 0 30px 0;
}
#pobreza .wrapper h4.no-border:before {
  display: none;
}
#pobreza .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #pobreza .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #pobreza .wrapper .content {
    margin: 0 0 60px 0;
  }
}
#pobreza .wrapper .content:last-child {
  margin: 20px;
}
#pobreza .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
}
@media (min-width: 660px) {
  #pobreza .wrapper .bullets {
    padding: 0 0 0 60px;
    margin: 15px 0 45px 0;
  }
}
@media (min-width: 990px) {
  #pobreza .wrapper .bullets {
    margin: 15px 0 60px 0;
  }
}
#pobreza .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #pobreza .wrapper .bullets > li {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
  }
  #pobreza .wrapper .bullets > li:last-child {
    margin: 0;
  }
}
#pobreza .wrapper .sectors {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
@media (min-width: 660px) {
  #pobreza .wrapper .sectors {
    margin: 15px 0 15px 0;
  }
}
@media (min-width: 990px) {
  #pobreza .wrapper .sectors {
    margin: 15px 0 30px 0;
  }
}
#pobreza .wrapper .sectors li {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  width: 50%;
}
@media (min-width: 660px) {
  #pobreza .wrapper .sectors li {
    width: 33.33%;
  }
}
@media (min-width: 990px) {
  #pobreza .wrapper .sectors li {
    width: 25%;
  }
}
#pobreza .wrapper .sectors li img {
  height: 60px;
  margin: 0 0 10px 0;
  width: 60px;
}
#pobreza .wrapper .sectors li span {
  color: #00aec5;
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 660px) {
  #pobreza .wrapper .sectors li span {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #pobreza .wrapper .sectors li span {
    font-size: 20px;
  }
}
#pobreza .wrapper .list {
  margin: 45px 0;
}
#pobreza .wrapper .list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 660px) {
  #pobreza .wrapper .list .row {
    flex-wrap: initial;
  }
}
#pobreza .wrapper .list .box {
  text-align: center;
  width: 50%;
  margin: 0px 0;
}
@media (min-width: 660px) {
  #pobreza .wrapper .list .box {
    width: auto;
  }
}
#pobreza .wrapper .list .box .icon {
  display: inline-block;
}
#pobreza .wrapper .list .box span {
  display: inline-block;
  width: 100%;
  color: #f68a33;
  font-size: 16px;
  margin: 16px 0 0 0;
}
#pobreza .wrapper .list .box a {
  color: #696a6d;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
#pobreza .wrapper .steps-group {
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}
#pobreza .wrapper .steps-group .color-mark {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 10px;
  background: -moz-linear-gradient(
    top,
    #f68a33 0%,
    rgba(246, 138, 51, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f68a33 0%,
    rgba(246, 138, 51, 0.25) 100%
  );
  background: linear-gradient(
    to bottom,
    #f68a33 0%,
    rgba(246, 138, 51, 0.25) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aec7', endColorstr='#4000aec7',GradientType=0 );
}
#pobreza .wrapper .item {
  margin: 0 0 30px 0;
  position: relative;
  float: left;
  width: 100%;
}
#pobreza .wrapper .item:last-child {
  margin: 0;
}
#pobreza .wrapper .item p {
  position: relative;
  float: left;
  margin: 0;
  width: calc(100% - 35px);
}
#pobreza .wrapper .item span {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #f68a33;
  display: block;
  margin: 0 15px 0 0;
  z-index: 10;
}

#significado {
  overflow: hidden;
}
#significado .wrapper h2 {
  margin: 0 0 30px 0;
}
#significado .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #significado .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #significado .wrapper .content {
    margin: 0 0 60px 0;
  }
}
#significado .wrapper .content:last-child {
  margin: 0;
}
#significado .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
}
@media (min-width: 660px) {
  #significado .wrapper .bullets {
    padding: 0 0 0 60px;
    margin: 15px 0 45px 0;
  }
}
@media (min-width: 990px) {
  #significado .wrapper .bullets {
    margin: 15px 0 60px 0;
  }
}
#significado .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #significado .wrapper .bullets > li {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
  }
  #significado .wrapper .bullets > li:last-child {
    margin: 0;
  }
}
#significado .wrapper .sectors {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
@media (min-width: 660px) {
  #significado .wrapper .sectors {
    margin: 15px 0 15px 0;
  }
}
@media (min-width: 990px) {
  #significado .wrapper .sectors {
    margin: 15px 0 30px 0;
  }
}
#significado .wrapper .sectors li {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  width: 50%;
}
@media (min-width: 660px) {
  #significado .wrapper .sectors li {
    width: 33.33%;
  }
}
@media (min-width: 990px) {
  #significado .wrapper .sectors li {
    width: 25%;
  }
}
#significado .wrapper .sectors li img {
  height: 60px;
  margin: 0 0 10px 0;
  width: 60px;
}
#significado .wrapper .sectors li span {
  color: #00aec5;
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 660px) {
  #significado .wrapper .sectors li span {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #significado .wrapper .sectors li span {
    font-size: 20px;
  }
}
#significado .wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 660px) {
  #significado .wrapper .list {
    display: flex;
    flex-wrap: wrap;
  }
}
#significado .wrapper .list .box {
  width: 100%;
  margin: 0 0 45px 0;
  display: flex;
  padding: 0;
}
@media (min-width: 660px) {
  #significado .wrapper .list .box {
    width: calc(50% - 15px);
  }
  #significado .wrapper .list .box:nth-child(odd) {
    margin: 0 30px 90px 0;
  }
  #significado .wrapper .list .box:last-child {
    margin: 0;
  }
  #significado .wrapper .list .box:nth-last-child(2) {
    margin: 0 30px 0 0;
  }
}
#significado .wrapper .list .box img {
  width: 45px;
  height: 45px;
  margin: 0 30px 0 0;
}
@media (min-width: 660px) {
  #significado .wrapper .list .box img {
    width: 60px;
    height: 60px;
  }
}
#significado .wrapper .list .box .content {
  width: calc(100% - 75px);
}
@media (min-width: 660px) {
  #significado .wrapper .list .box .content {
    width: calc(100% - 90px);
  }
}
#significado .wrapper .list .box .content h4 {
  text-transform: initial;
}

#acreditamos {
  overflow: hidden;
  background-color: #f8f8f8;
}
#acreditamos .wrapper h2 {
  margin: 0 0 30px 0;
}
#acreditamos .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #acreditamos .wrapper .content {
    margin: 0 0 60px 0;
  }
}
#acreditamos .wrapper .content:last-child {
  margin: 0;
}
#acreditamos .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .bullets {
    padding: 0 0 0 60px;
    margin: 15px 0 45px 0;
  }
}
@media (min-width: 990px) {
  #acreditamos .wrapper .bullets {
    margin: 15px 0 60px 0;
  }
}
#acreditamos .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .bullets > li {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
  }
  #acreditamos .wrapper .bullets > li:last-child {
    margin: 0;
  }
}
#acreditamos .wrapper .sectors {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .sectors {
    margin: 15px 0 15px 0;
  }
}
@media (min-width: 990px) {
  #acreditamos .wrapper .sectors {
    margin: 15px 0 30px 0;
  }
}
#acreditamos .wrapper .sectors li {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  width: 50%;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .sectors li {
    width: 33.33%;
  }
}
@media (min-width: 990px) {
  #acreditamos .wrapper .sectors li {
    width: 25%;
  }
}
#acreditamos .wrapper .sectors li img {
  height: 60px;
  margin: 0 0 10px 0;
  width: 60px;
}
#acreditamos .wrapper .sectors li span {
  color: #00aec5;
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .sectors li span {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #acreditamos .wrapper .sectors li span {
    font-size: 20px;
  }
}
#acreditamos .wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .list {
    display: flex;
    flex-wrap: wrap;
  }
}
#acreditamos .wrapper .list .box {
  width: 100%;
  margin: 0 0 45px 0;
  display: flex;
  padding: 0;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .list .box {
    width: calc(50% - 15px);
  }
  #acreditamos .wrapper .list .box:nth-child(odd) {
    margin: 0 30px 90px 0;
  }
  #acreditamos .wrapper .list .box:last-child {
    margin: 0;
  }
  #acreditamos .wrapper .list .box:nth-last-child(2) {
    margin: 0 30px 0 0;
  }
}
#acreditamos .wrapper .list .box img {
  width: 45px;
  height: 45px;
  margin: 0 30px 0 0;
}
@media (min-width: 660px) {
  #acreditamos .wrapper .list .box img {
    width: 60px;
    height: 60px;
  }
}
#acreditamos .wrapper .list .box .content {
  width: calc(100% - 75px);
}
@media (min-width: 660px) {
  #acreditamos .wrapper .list .box .content {
    width: calc(100% - 90px);
  }
}
#acreditamos .wrapper .list .box .content h4 {
  text-transform: initial;
}

#conceito {
  overflow: hidden;
}
#conceito .wrapper h2 {
  margin: 0 0 30px 0;
}
#conceito .wrapper h3 {
  margin-bottom: 15px;
}
#conceito .wrapper .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  #conceito .wrapper .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  #conceito .wrapper .content {
    margin: 0 0 60px 0;
  }
}
#conceito .wrapper .content:last-child {
  margin: 0;
}
#conceito .wrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 30px 0;
}
@media (min-width: 660px) {
  #conceito .wrapper .bullets {
    padding: 0 0 0 60px;
    margin: 15px 0 45px 0;
  }
}
@media (min-width: 990px) {
  #conceito .wrapper .bullets {
    margin: 15px 0 60px 0;
  }
}
#conceito .wrapper .bullets > li {
  -webkit-box-shadow: inset 2px 0 0 0 #00aec5;
  -moz-box-shadow: inset 2px 0 0 0 #00aec5;
  box-shadow: inset 2px 0 0 0 #00aec5;
  margin: 0 0 30px 0;
  padding: 0 0 0 32px;
  width: 100%;
}
@media (min-width: 660px) {
  #conceito .wrapper .bullets > li {
    margin: 0 30px 0 0;
    width: calc(50% - 15px);
  }
  #conceito .wrapper .bullets > li:last-child {
    margin: 0;
  }
}
#conceito .wrapper .sectors {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
@media (min-width: 660px) {
  #conceito .wrapper .sectors {
    margin: 15px 0 15px 0;
  }
}
@media (min-width: 990px) {
  #conceito .wrapper .sectors {
    margin: 15px 0 30px 0;
  }
}
#conceito .wrapper .sectors li {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  width: 50%;
}
@media (min-width: 660px) {
  #conceito .wrapper .sectors li {
    width: 33.33%;
  }
}
@media (min-width: 990px) {
  #conceito .wrapper .sectors li {
    width: 25%;
  }
}
#conceito .wrapper .sectors li img {
  height: 60px;
  margin: 0 0 10px 0;
  width: 60px;
}
#conceito .wrapper .sectors li span {
  color: #00aec5;
  font-family: "PF BeauSans Pro";
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 660px) {
  #conceito .wrapper .sectors li span {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  #conceito .wrapper .sectors li span {
    font-size: 20px;
  }
}
#conceito .wrapper p {
  margin: 0 0 30px;
}
#conceito .wrapper p:last-child {
  margin: 0;
}
#conceito .wrapper .steps-group {
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}
#conceito .wrapper .steps-group .color-mark {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 10px;
  background: -moz-linear-gradient(
    top,
    #00aec7 0%,
    rgba(0, 174, 199, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #00aec7 0%,
    rgba(0, 174, 199, 0.25) 100%
  );
  background: linear-gradient(
    to bottom,
    #00aec7 0%,
    rgba(0, 174, 199, 0.25) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aec7', endColorstr='#4000aec7',GradientType=0 );
}
#conceito .wrapper .item {
  margin: 0 0 30px 0;
  position: relative;
  float: left;
  width: 100%;
}
#conceito .wrapper .item:last-child {
  margin: 0;
}
#conceito .wrapper .item p {
  position: relative;
  float: left;
  margin: 0;
  width: calc(100% - 35px);
}
#conceito .wrapper .item span {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #00aec7;
  display: block;
  margin: 0 15px 0 0;
  z-index: 10;
}

.flex-midia ul li .avatar {
  float: left;
  height: 120px;
  position: relative;
  width: 120px;
}
@media (min-width: 660px) {
  .flex-midia ul li .avatar {
    height: auto;
    position: initial;
    float: initial;
    width: initial;
  }
}
.flex-midia ul li .avatar img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.5s ease;
}

@media (min-width: 660px) {
  .flex-midia ul li:hover .avatar img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

.flex-midia .flex-direction-nav {
  display: none;
}

.flex-midia .flex-control-nav {
  width: 100%;
  text-align: center;
  z-index: 10;
  position: relative;
}
.flex-midia .flex-control-nav li {
  display: inline-block;
}
.flex-midia .flex-control-nav li a {
  text-indent: -9999px;
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 420px) {
  .flex-midia .flex-control-nav li a {
    margin: 0 5px;
  }
}
.flex-midia .flex-control-nav li a.flex-active {
  background: #de396e;
  border: 1px solid #de396e;
}

.flex-parceiros ul li .avatar {
  float: left;
  height: 120px;
  position: relative;
  width: 120px;
}
@media (min-width: 660px) {
  .flex-parceiros ul li .avatar {
    height: auto;
    position: initial;
    float: initial;
    width: initial;
  }
}
.flex-parceiros ul li .avatar img {
  width: 80% !important;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.5s ease;
}

@media (min-width: 660px) {
  .flex-parceiros ul li:hover .avatar img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

.flex-parceiros .flex-direction-nav {
  display: none;
}

.flex-parceiros .flex-control-nav {
  width: 100%;
  text-align: center;
  z-index: 10;
  position: relative;
}
.flex-parceiros .flex-control-nav li {
  display: inline-block;
}
.flex-parceiros .flex-control-nav li a {
  text-indent: -9999px;
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 420px) {
  .flex-parceiros .flex-control-nav li a {
    margin: 0 5px;
  }
}
.flex-parceiros .flex-control-nav li a.flex-active {
  background: #de396e;
  border: 1px solid #de396e;
}

.cursos#contents .wrapper ul li > span .flex-group span {
  box-shadow: inset -2px 0 0 0 #fff;
  color: #fff;
}

#fast-track-business
  .swiper-pagination-fast-track-business
  .swiper-pagination-bullet-active {
  background-color: #de396e !important;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

#pilares .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  max-width: 100%;
}
#pilares .container .wrapper .blocos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#pilares .container .wrapper .blocos .item {
  width: 25%;
  display: flex;
  flex-direction: column;
}
#pilares .container .wrapper .blocos .item img {
  width: 100%;
}
#pilares .container .wrapper .blocos .item button {
  box-shadow: inset 0 0 0 1px #696a6d;
  color: #696a6d;
}
#pilares .container .wrapper .blocos .item button.gray {
  color: #696a6d;
  font-weight: 400;
}
#pilares .container .wrapper .blocos .item button.gray:hover {
  background-color: #696a6d;
  color: #fff;
}
#pilares .container .wrapper .blocos .item span {
  padding: 15px 40px;
  margin-top: -44px;
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#pilares .container .wrapper .blocos .item h3 {
  color: #696a6d;
  font-size: 23px;
  padding: 15px 40px;
  margin-top: 25px;
  font-weight: 400;
}
#pilares .container .wrapper .blocos .item p {
  color: #696a6d;
  padding: 15px 40px;
  flex: 2;
}
@media screen and (max-width: 768px) {
  #pilares .container .wrapper .blocos {
    flex-direction: column;
  }
  #pilares .container .wrapper .blocos .item {
    width: 100%;
  }
}

.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  font-size: 21px;
  display: inline-block;
  box-shadow: none;
  padding: 5px 0;
  line-height: 20px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  background-color: #007799;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 420px) {
  .wpcf7-form-control.wpcf7-submit {
    font-size: 13px;
  }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background-color: #fff;
  border-radius: 10px;
  font-family: "PF BeauSans Pro" !important;
  font-weight: 500 !important;
  font-size: 14px;
  height: 45px;
  margin: 0;
  padding: 0 15px;
  transition: background-color 0.25s ease-out;
  border-radius: 10px;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
  color: #00aec5;
}

.wpcf7 input[type="text"]::placeholder {
  color: #00aec6;
}

.wpcf7 input[type="email"]::placeholder {
  color: #00aec6;
}

.titulo-newsletter {
  text-transform: none;
  text-align: center;
}

.wpcf7 input[type="text"]::placeholder {
  color: #555;
}

.wpcf7 input[type="email"]::placeholder {
  color: #555;
}

.wpcf7 .form-contato input[type="text"],
.wpcf7 .form-contato input[type="email"],
.wpcf7 .form-contato textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(105, 106, 109, 0.2);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7 .form-contato textarea {
  height: auto;
}

.wpcf7 .form-contato .wpcf7-form-control.wpcf7-submit {
  background-color: #f68a33;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid transparent !important;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.accelerator {
  overflow: hidden;
}
.accelerator .title {
  text-transform: uppercase;
  margin: 0 0 60px 0;
  position: relative;
  font-size: 20px;
}
.accelerator__banner {
  background-size: cover !important;
  height: 600px;
  position: relative;
}
.accelerator__banner .container {
  height: 100%;
}
.accelerator__banner .container .wrapper {
  position: relative;
  height: 100%;
}
.accelerator__banner .container .wrapper .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  font-size: 48px;
}
.accelerator__banner .line-bottom {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 51%;
  height: 4px;
}
.accelerator__banner .line-top {
  position: absolute;
  right: 0;
  top: 10%;
  width: 51%;
  height: 4px;
}
.accelerator__subBanner {
  overflow: hidden;
  background-size: cover !important;
  height: 850px;
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 468px) {
  .accelerator__subBanner {
    height: 300px;
  }
}
.accelerator__subBanner .container {
  position: relative;
  height: 100%;
}
.accelerator__subBanner .container .wrapper {
  position: relative;
  height: 100%;
}
.accelerator__subBanner .container .wrapper .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 100px;
  position: absolute;
  bottom: 20%;
  right: 0;
}
@media (max-width: 468px) {
  .accelerator__subBanner .container .wrapper .title {
    font-size: 30px;
  }
}
.accelerator__subBanner .container .wrapper .title:after {
  content: "";
  background: #00aec5;
  position: absolute;
  height: 6px;
  width: 165%;
  right: -65%;
  bottom: -14px;
  opacity: 0.5;
}
.accelerator__program {
  overflow: hidden;
}
.accelerator__program .title {
  color: #00aec5;
}
.accelerator__program .title:after {
  content: "";
  background: #00aec5;
  position: absolute;
  height: 2px;
  width: 70%;
  left: -50%;
  top: -14px;
}
.accelerator__program h2 {
  color: #00aec5;
  font-size: 45px;
  margin-bottom: 35px;
}
.accelerator__program p {
  font-size: 16px;
}
.accelerator__program .sub-title {
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  margin: 20px 0 35px 0;
  font-size: 18px;
  color: #00aec5;
}
.accelerator__program .objetivos {
  font-size: 16px;
  padding-right: 60px;
  padding-left: 10px;
  border-left: 1px solid #00aec5;
  height: 100%;
  min-height: 50px;
}
.accelerator__program .setores {
  margin: 30px 0;
  display: inline-block;
}
.accelerator__program .setores__list {
  text-align: center;
}
.accelerator__program .setores__list .icone {
  display: inline-block;
}
.accelerator__program .setores__list p {
  color: #00aec5;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
}
.accelerator__we_offer {
  overflow: hidden;
  background: #f8f8f8;
}
.accelerator__we_offer .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  .accelerator__we_offer .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  .accelerator__we_offer .content {
    margin: 0 0 60px 0;
  }
}
.accelerator__we_offer .content:last-child {
  margin: 0;
}
.accelerator__we_offer .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (min-width: 660px) {
  .accelerator__we_offer .list {
    display: flex;
    flex-wrap: wrap;
  }
}
.accelerator__we_offer .list .box {
  width: 100%;
  margin: 0 0 45px 0;
  display: flex;
  padding: 0;
}
@media (min-width: 660px) {
  .accelerator__we_offer .list .box {
    width: calc(50% - 15px);
  }
  .accelerator__we_offer .list .box:nth-child(odd) {
    margin: 0 30px 90px 0;
  }
  .accelerator__we_offer .list .box:last-child {
    margin: 0;
  }
  .accelerator__we_offer .list .box:nth-last-child(2) {
    margin: 0 30px 0 0;
  }
}
.accelerator__we_offer .list .box img {
  width: 45px;
  height: 45px;
  margin: 0 30px 0 0;
}
@media (min-width: 660px) {
  .accelerator__we_offer .list .box img {
    width: 60px;
    height: 60px;
  }
}
.accelerator__we_offer .list .box .content {
  width: calc(100% - 75px);
}
@media (min-width: 660px) {
  .accelerator__we_offer .list .box .content {
    width: calc(100% - 90px);
  }
}
.accelerator__we_offer .list .box .content h4 {
  text-transform: initial;
}
.accelerator__selection {
  overflow: hidden;
}
.accelerator__selection .bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  .accelerator__selection .bullets {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  .accelerator__selection .bullets {
    margin: 0 0 60px 0;
  }
}
.accelerator__selection .bullets li {
  -webkit-box-shadow: inset 2px 0 0 0 #de396e;
  -moz-box-shadow: inset 2px 0 0 0 #de396e;
  box-shadow: inset 2px 0 0 0 #de396e;
  padding: 0 0 0 32px;
  width: 100%;
  margin: 0 0 30px 0;
}
.accelerator__selection .bullets li:last-child {
  margin: 0;
}
@media (min-width: 660px) {
  .accelerator__selection .bullets li {
    width: calc(50% - 15px);
    margin: 0 0 45px 0;
  }
  .accelerator__selection .bullets li:nth-child(odd) {
    margin: 0 30px 45px 0;
  }
  .accelerator__selection .bullets li:nth-last-child(2) {
    margin: 0 30px 0 0;
  }
  .accelerator__selection .bullets li:last-child {
    margin: 0;
  }
}
.accelerator__selection .bullets li h4 {
  text-transform: inherit;
}
.accelerator__selection h3 {
  margin: 0 0 30px 0;
}
.accelerator__selection .btn-inscricao {
  color: #de396e;
  border: 2px solid #de396e;
  text-transform: uppercase;
  font-size: 24px;
  width: 100%;
  display: inline-block;
  border-radius: 9px;
  padding: 10px 0;
  text-align: center;
  margin: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .accelerator__selection .btn-inscricao {
    margin: 0;
  }
}
.accelerator__steps_selection {
  overflow: hidden;
  background: #f8f8f8;
  background-position: center;
}
.accelerator__steps_selection p {
  margin: 0 0 30px;
}
.accelerator__steps_selection p:last-child {
  margin: 0;
}
.accelerator__steps_selection .steps-group {
  position: relative;
  float: left;
  margin: 0 0 30px 0;
}
.accelerator__steps_selection .steps-group .color-mark {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 10px;
  background: -moz-linear-gradient(
    top,
    #00aec7 0%,
    rgba(0, 174, 199, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #00aec7 0%,
    rgba(0, 174, 199, 0.25) 100%
  );
  background: linear-gradient(
    to bottom,
    #00aec7 0%,
    rgba(0, 174, 199, 0.25) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aec7', endColorstr='#4000aec7',GradientType=0 );
}
.accelerator__steps_selection .item {
  margin: 0 0 30px 0;
  position: relative;
  float: left;
  width: 100%;
}
.accelerator__steps_selection .item:last-child {
  margin: 0;
}
.accelerator__steps_selection .item p {
  position: relative;
  float: left;
  margin: 0;
  width: calc(100% - 35px);
}
.accelerator__steps_selection .item span {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #00aec7;
  display: block;
  margin: 0 15px 0 0;
  z-index: 10;
}
.accelerator__depositions {
  overflow: hidden;
}
.accelerator__depositions .flexgroup {
  display: flex;
  flex-wrap: wrap;
}
.accelerator__depositions .flexgroup > div {
  width: 100%;
}
@media (min-width: 990px) {
  .accelerator__depositions .flexgroup > div {
    width: 50%;
  }
}
.accelerator__depositions .list {
  margin: 0 0 45px 0;
}
@media (min-width: 990px) {
  .accelerator__depositions .list {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .accelerator__depositions .list {
    margin: 0;
  }
}
.accelerator__depositions .box {
  vertical-align: middle;
  min-height: 270px;
  text-align: center;
}
@media (min-width: 990px) {
  .accelerator__depositions .box {
    text-align: left;
  }
}
.accelerator__depositions .box .thumb {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-size: cover !important;
  background-position: center center;
  display: inline-block;
  margin: 0 0 15px 0;
}
.accelerator__depositions .box span {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.accelerator__depositions .box span p {
  color: #000000;
}
.accelerator__mentors {
  /*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
  /* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
  /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
  /* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
  /* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
  /* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
  overflow: hidden;
  background: #f8f8f8;
}

@font-face {
  .accelerator__mentors {
    font-family: "flexslider-icon";
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
      url("../fonts/flexslider-icon.woff") format("woff"),
      url("../fonts/flexslider-icon.ttf") format("truetype"),
      url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.accelerator__mentors .flex-container a:hover,
.accelerator__mentors .flex-slider a:hover {
  outline: none;
}
.accelerator__mentors .slides,
.accelerator__mentors .slides > li,
.accelerator__mentors .flex-control-nav,
.accelerator__mentors .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accelerator__mentors .flex-pauseplay span {
  text-transform: capitalize;
}
.accelerator__mentors .flexslider {
  margin: 0;
  padding: 0;
}
.accelerator__mentors .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.accelerator__mentors .flexslider .slides img {
  width: 100%;
  display: block;
}
.accelerator__mentors .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.accelerator__mentors html[xmlns] .flexslider .slides {
  display: block;
}
.accelerator__mentors * html .flexslider .slides {
  height: 1%;
}
.accelerator__mentors .no-js .flexslider .slides > li:first-child {
  display: block;
}
.accelerator__mentors .flexslider {
  margin: 0 0 0px;
  width: 90%;
  margin-left: 5%;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .accelerator__mentors .flexslider {
    width: 80%;
    margin-left: 10%;
  }
}
.accelerator__mentors .flexslider .slides {
  zoom: 1;
}
.accelerator__mentors .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.accelerator__mentors .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.accelerator__mentors .loading .flex-viewport {
  max-height: 300px;
}
.accelerator__mentors .carousel li {
  margin-right: 5px;
}
.accelerator__mentors .flex-direction-nav {
  *height: 0;
}
.accelerator__mentors .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accelerator__mentors .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.accelerator__mentors .flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.accelerator__mentors .flex-direction-nav .flex-prev {
  left: -50px;
}
.accelerator__mentors .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.accelerator__mentors .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.accelerator__mentors .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.accelerator__mentors .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.accelerator__mentors .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.accelerator__mentors .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.accelerator__mentors .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.accelerator__mentors .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.accelerator__mentors .flex-pauseplay a:hover {
  opacity: 1;
}
.accelerator__mentors .flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.accelerator__mentors .flex-control-nav {
  width: 100%;
  text-align: center;
}
.accelerator__mentors .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.accelerator__mentors .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.accelerator__mentors .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.accelerator__mentors .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.accelerator__mentors .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.accelerator__mentors .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.accelerator__mentors .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.accelerator__mentors .flex-control-thumbs img:hover {
  opacity: 1;
}
.accelerator__mentors .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .accelerator__mentors .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .accelerator__mentors .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.accelerator__mentors .custom-navigation {
  display: flex;
  justify-content: space-between;
}
.accelerator__mentors .custom-navigation a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.accelerator__mentors .custom-navigation a.flex-next:before {
  content: "\f002";
}
.accelerator__mentors .custom-navigation .flex-prev,
.accelerator__mentors .custom-navigation .flex-next {
  margin-top: -15%;
}
.accelerator__mentors .custom-navigation .flex-control-paging {
  margin-top: 20px;
}
@media screen and (max-width: 420px) {
  .accelerator__mentors .custom-navigation .flex-control-paging {
    display: none;
  }
}
.accelerator__mentors .content {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  .accelerator__mentors .content {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  .accelerator__mentors .content {
    margin: 0 0 45px 0;
  }
}
.accelerator__mentors .content:last-child {
  margin: 0;
}
.accelerator__mentors .content p {
  color: #696a6d;
  margin: 0 0 30px 0;
}
.accelerator__mentors .content p:last-child {
  margin: 0;
}
.accelerator__mentors ul {
  margin: 0;
}
.accelerator__mentors ul li {
  float: left;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 5px 0;
}
.accelerator__mentors ul li:last-child {
  margin: 0;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .accelerator__mentors ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 420px) {
  .accelerator__mentors ul li {
    width: 120px !important;
  }
}
@media (min-width: 660px) {
  .accelerator__mentors ul li:hover .avatar img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
.accelerator__mentors ul li.active .box .infos {
  height: 100%;
  justify-content: flex-start;
}
.accelerator__mentors ul li.active .box .infos h5 {
  margin: 30px 0 0 0;
}
.accelerator__mentors ul li.active .box .bio {
  opacity: 1;
  transition-delay: 0.5s;
}
.accelerator__mentors ul li .avatar {
  float: left;
  height: 120px;
  position: relative;
  width: 120px;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .avatar {
    height: auto;
    position: initial;
    float: initial;
    width: initial;
  }
}
.accelerator__mentors ul li .avatar img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.5s ease;
}
.accelerator__mentors ul li .box {
  height: 120px;
  float: left;
  position: relative;
  width: calc(100% - 120px);
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box {
    float: initial;
    height: auto;
    position: initial;
    width: initial;
  }
}
@media screen and (max-width: 420px) {
  .accelerator__mentors ul li .box {
    width: 100%;
  }
}
.accelerator__mentors ul li .box .infos {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  padding: 0 30px;
  position: absolute;
  transition: height 0.5s ease, justify-content 0.5s ease;
  width: 100%;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .infos {
    height: 60px;
  }
}
.accelerator__mentors ul li .box .infos.pink {
  background-color: #de396e;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .infos.pink {
    background-color: rgba(222, 57, 110, 0.75);
  }
}
.accelerator__mentors ul li .box .infos.green {
  background-color: #00aec5;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .infos.green {
    background-color: rgba(0, 174, 197, 0.75);
  }
}
.accelerator__mentors ul li .box .infos h5 {
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.5s ease;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .infos h5 {
    font-size: 16px;
  }
}
.accelerator__mentors ul li .box .infos > p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .infos > p {
    font-size: 14px;
  }
}
.accelerator__mentors ul li .box .infos > p a {
  color: #ffffff;
  font-size: 12px;
  line-height: inherit;
  text-decoration: underline;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .infos > p a {
    font-size: 14px;
  }
}
.accelerator__mentors ul li .box .bio {
  bottom: 0;
  height: auto;
  opacity: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
  transition: opacity 0.5s ease;
  transition-delay: 0;
}
.accelerator__mentors ul li .box .bio p {
  color: #ffffff;
  font-size: 12px;
  line-height: inherit;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .bio p {
    font-size: 14px;
  }
}
.accelerator__mentors ul li .box .bio p a {
  color: #ffffff;
  font-size: 12px;
  line-height: inherit;
  text-decoration: underline;
}
@media (min-width: 660px) {
  .accelerator__mentors ul li .box .bio p a {
    font-size: 14px;
  }
}
.accelerator__mentors ul li .bio-mobile {
  position: relative;
  float: left;
  height: auto;
  padding: 30px;
  width: 100%;
  display: none;
}
.accelerator__mentors ul li .bio-mobile.visible {
  display: block;
}
.accelerator__mentors ul li .bio-mobile.pink {
  background-color: #de396e;
}
.accelerator__mentors ul li .bio-mobile.green {
  background-color: #00aec5;
}
.accelerator__mentors ul li .bio-mobile p {
  color: #ffffff;
  font-size: 12px;
  line-height: inherit;
}
.accelerator__portfolio {
  overflow: hidden;
}
.accelerator__portfolio .list__logos {
  margin-top: 60px;
}
.accelerator__portfolio .list__logos .selects {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  height: 60px;
}
.accelerator__portfolio .list__logos .selects select {
  width: 45%;
}
@media (min-width: 660px) {
  .accelerator__portfolio .list__logos .selects select {
    width: 300px;
  }
}
.accelerator__portfolio .list__logos .swiper-container-p {
  overflow: hidden;
}
.accelerator__portfolio .list__logos .swiper-pagination {
  width: 100%;
}
.accelerator__portfolio
  .list__logos
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: rgba(0, 174, 197, 0.5);
}
.accelerator__portfolio
  .list__logos
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #00aec5;
}
.accelerator__portfolio .list__logos .portfolio {
  min-height: 140px;
  vertical-align: middle;
}
.accelerator__portfolio .list__logos .portfolio img {
  width: 185px;
  height: auto;
}
@media (max-width: 468px) {
  .accelerator__portfolio .list__logos .portfolio img {
    width: 100px;
  }
}
.accelerator__portfolio .list__logos .active {
  display: block;
}
.accelerator__portfolio .list__logos .hide {
  display: none;
}
.accelerator__negociosapoiamos {
  overflow: hidden;
}
.accelerator__negociosapoiamos .list__logos {
  margin-top: 60px;
}
.accelerator__negociosapoiamos .list__logos .selects {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  height: 60px;
}
.accelerator__negociosapoiamos .list__logos .selects select {
  width: 45%;
}
@media (min-width: 660px) {
  .accelerator__negociosapoiamos .list__logos .selects select {
    width: 300px;
  }
}
.accelerator__negociosapoiamos .list__logos .swiper-container-p {
  overflow: hidden;
}
.accelerator__negociosapoiamos .list__logos .swiper-pagination-g {
  width: 100%;
}
.accelerator__negociosapoiamos
  .list__logos
  .swiper-pagination-g
  .swiper-pagination-bullet {
  margin: 0 4px;
  background-color: rgba(222, 57, 110, 0.5);
}
.accelerator__negociosapoiamos
  .list__logos
  .swiper-pagination-g
  .swiper-pagination-bullet-active {
  background-color: #de396e;
}
.accelerator__negociosapoiamos .list__logos .portfolio {
  min-height: 140px;
  vertical-align: middle;
}
.accelerator__negociosapoiamos .list__logos .portfolio img {
  width: 185px;
  height: auto;
}
@media (max-width: 468px) {
  .accelerator__negociosapoiamos .list__logos .portfolio img {
    display: block;
    margin: 0 auto;
  }
}
.accelerator__negociosapoiamos .list__logos .active {
  display: block;
}
.accelerator__negociosapoiamos .list__logos .hide {
  display: none;
}
.accelerator__faq {
  overflow: hidden;
  background: #f8f8f8;
}
.accelerator__faq .list__faq {
  margin-top: 40px;
}
.accelerator__faq .list__faq .item {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f68a33;
}
@media (min-width: 660px) {
  .accelerator__faq .list__faq .item {
    margin: 0 0 45px 0;
  }
}
.accelerator__faq .list__faq .item span {
  color: #f68a33;
  font-size: 17px;
  cursor: pointer;
}
.accelerator__faq .list__faq .item p {
  margin: 0 0 7.5px 0;
}
.accelerator__faq .btn-faq {
  width: 280px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  border: 1px solid #f68a33;
  background: #f68a33;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
}

.swiper-button-prev.swiper-button-grey,
.swiper-container-rtl .swiper-button-next.swiper-button-grey {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f8f8f8'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-grey,
.swiper-container-rtl .swiper-button-prev.swiper-button-grey {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f8f8f8'%2F%3E%3C%2Fsvg%3E");
}

.home .banner {
  height: auto;
}
.home .banner .boxslider {
  height: 345px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 468px) {
  .home .banner .boxslider {
    height: 800px;
  }
}
.home .banner .boxslider a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.home .banner .flex-direction-nav {
  display: none;
}
.home .banner .flex-control-nav {
  width: 100%;
  text-align: center;
  z-index: 10;
  position: relative;
  margin-top: -42px;
}
.home .banner .flex-control-nav li {
  display: inline-block;
}
.home .banner .flex-control-nav li a {
  text-indent: -9999px;
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 10px;
}
.home .banner .flex-control-nav li a.flex-active {
  background: #de396e;
  border: 1px solid #de396e;
}

.home #believe {
  overflow: hidden;
  background: url("../images/home/bg-acreditamos.png") center right no-repeat
    #f9f9f9;
}
.home #believe .wrapper {
  width: 100%;
}
@media (min-width: 660px) {
  .home #believe .wrapper {
    width: 50%;
  }
}
.home #believe h2 {
  color: #00aec5;
  margin: 0 0 30px 0;
}
.home #believe .content {
  margin: 0 0 30px 0;
}
@media (min-width: 660px) {
  .home #believe .content {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 990px) {
  .home #believe .content {
    margin: 0 0 60px 0;
  }
}
.home #believe .content:last-child {
  margin: 0;
}
.home #believe .content p {
  color: #696a6d;
  margin: 0 0 30px 0;
}
.home #believe .content p:last-child {
  margin: 0;
}

.home .slider_one {
  overflow: hidden;
  height: 800px;
  background-size: cover !important;
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 468px) {
  .home .slider_one {
    height: 420px;
    background-position: center center;
  }
}
.home .slider_one .container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 420px) {
  .home .slider_one .container {
    margin-top: 135px;
  }
}
.home .slider_one .container .wrapper {
  height: 100%;
  position: relative;
}
.home .slider_one .container .wrapper .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  font-size: 58px;
  font-weight: 600;
}
.home .slider_one .container .wrapper .title small {
  color: #fff;
  font-weight: normal;
}
@media (max-width: 480px) {
  .home .slider_one .container .wrapper .title {
    bottom: 122px;
    width: 93%;
    font-size: 30px;
  }
}
.home .slider_one .line-bottom {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 51%;
  height: 6px;
}
.home .slider_one .line-top {
  position: absolute;
  right: 0;
  top: 10%;
  width: 51%;
  height: 6px;
}

.home .negocios {
  overflow: hidden;
}
.home .negocios h2 {
  color: #f68a33;
}
.home .negocios .content {
  margin: 0 0 15px 0;
}
@media (min-width: 660px) {
  .home .negocios .content {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 990px) {
  .home .negocios .content {
    margin: 0 0 45px 0;
  }
}
.home .negocios .content:last-child {
  margin: 0;
}
.home .negocios .content p {
  color: #696a6d;
  margin: 0 0 30px 0;
}
.home .negocios .content p:last-child {
  margin: 0;
}
.home .negocios h4 {
  margin: 90px 0 30px 0;
}
.home .negocios h4.no-border:before {
  display: none;
}
.home .negocios p {
  color: #696a6d;
}
.home .negocios .list {
  margin: 45px 0;
}
.home .negocios .list .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 660px) {
  .home .negocios .list .row {
    flex-wrap: wrap;
  }
}
.home .negocios .list .box {
  text-align: center;
  width: 50%;
  margin: 30px 0;
}
@media (min-width: 660px) {
  .home .negocios .list .box {
    width: 25%;
  }
}
.home .negocios .list .box .icon {
  display: inline-block;
}
.home .negocios .list .box span {
  display: inline-block;
  width: 100%;
  color: #f68a33;
  font-size: 16px;
  margin: 16px 0 0 0;
}
.home .negocios .list .box a {
  color: #696a6d;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}

.home .resultados {
  overflow: hidden;
}
.home .resultados h1 {
  color: #f68a33;
  margin-bottom: 30px;
}
.home .resultados .list {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.home .resultados .list .content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 250px;
}
.home .resultados .list .content h2 {
  color: #f68a33;
  font-size: 70px;
}
.home .resultados .list .content.left {
  text-align: left;
  padding-left: 60px;
}
.home .resultados .list .content.left:after {
  left: 0;
  content: "";
  position: absolute;
  background: #f68a33;
  height: 2px;
  bottom: 0;
  width: 150%;
}
.home .resultados .list .content.right {
  text-align: right;
  padding-right: 60px;
}
.home .resultados .list .content.right:after {
  right: 0;
  content: "";
  position: absolute;
  background: #f68a33;
  height: 2px;
  bottom: 0;
  width: 150%;
}

.home .cases {
  overflow: hidden;
  color: #fff;
}
.home .cases .flexgroup {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 660px) {
  .home .cases .flexgroup {
    flex-direction: row;
  }
}
.home .cases .background {
  width: 100%;
  background: url("../images/home/2018_Case_Natura.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 290px;
}
@media (min-width: 660px) {
  .home .cases .background {
    height: initial;
    width: 50%;
  }
}
.home .cases p {
  color: #ffffff;
}
.home .cases .content {
  width: 100%;
  background: #f0577b;
  height: auto;
  color: #fff;
  padding: 45px 30px;
}
@media (min-width: 660px) {
  .home .cases .content {
    width: 50%;
    padding: 75px 45px;
  }
}
@media (min-width: 990px) {
  .home .cases .content {
    padding: 90px 75px;
  }
}
.home .cases .content h1 {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.home .cases .content a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 150px;
  display: inline-block;
  transition: all 0.25s ease;
  text-align: center;
}
.home .cases .content a:hover {
  background-color: #fff;
  color: #f0577b;
}
@media (max-width: 768px) {
  .home .cases .content a {
    margin-top: 40px;
  }
}
@media (max-width: 468px) {
  .home .cases .content a {
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    width: 100%;
  }
}
.home .cases .content .inner {
  margin-top: 250px;
}
@media (max-width: 768px) {
  .home .cases .content .inner {
    margin-top: 30px;
  }
}

#fast-track-business {
  overflow: hidden;
  /* swiper */
}
#fast-track-business .swiper-container-fast-track-business {
  width: 100%;
}
#fast-track-business .swiper-container-fast-track-business .swiper-button-next,
#fast-track-business .swiper-container-fast-track-business .swiper-button-prev {
  top: inherit;
  margin-top: -34%;
}
#fast-track-business .swiper-container-fast-track-business .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  height: initial;
  justify-content: space-between;
}
@media (min-width: 660px) {
  #fast-track-business .swiper-container-fast-track-business .swiper-slide {
    flex-direction: row;
  }
  #fast-track-business
    .swiper-container-fast-track-business
    .swiper-slide:nth-child(2) {
    flex-direction: row-reverse;
  }
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content {
  width: 100%;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
}
@media (min-width: 660px) {
  #fast-track-business
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content {
    width: 50%;
    flex-grow: 1;
    padding: 75px 45px;
  }
}
@media (min-width: 990px) {
  #fast-track-business
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content {
    padding: 90px 75px;
  }
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  h2.title {
  margin: 0 0 45px 0;
  position: relative;
  display: inline-block;
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  h2.title:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -15px;
  width: 1000%;
  background-color: #ffffff;
  opacity: 0.2;
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  h4 {
  font-size: 18px;
}
@media (min-width: 660px) {
  #fast-track-business
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content
    h4 {
    font-size: 20px;
  }
}
@media (min-width: 990px) {
  #fast-track-business
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content
    h4 {
    font-size: 24px;
  }
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  .content
  p {
  color: #ffffff;
  margin: 0 0 30px 0;
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  .content
  p:last-child() {
  margin: 0;
}
#fast-track-business
  .swiper-container-fast-track-business
  .swiper-slide
  .background-image {
  width: 100%;
  height: 420px;
  z-index: 10;
  background-color: black;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 660px) {
  #fast-track-business
    .swiper-container-fast-track-business
    .swiper-slide
    .background-image {
    width: 50%;
    height: 100%;
  }
}
#fast-track-business .swiper-pagination-fast-track-business {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  bottom: 0;
}
#fast-track-business
  .swiper-pagination-fast-track-business
  .swiper-pagination-bullet {
  background-color: rgba(105, 106, 109, 0.3);
}
#fast-track-business
  .swiper-pagination-fast-track-business
  .swiper-pagination-bullet-active {
  background-color: #696a6d;
}

#cases-swiper {
  overflow: hidden;
  background-color: #f8f8f8;
  /* swiper */
}
#cases-swiper .swiper-container-fast-track-business {
  width: 100%;
}
#cases-swiper .swiper-container-fast-track-business .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  height: initial;
  justify-content: space-between;
}
@media (min-width: 660px) {
  #cases-swiper .swiper-container-fast-track-business .swiper-slide {
    flex-direction: row;
  }
  #cases-swiper
    .swiper-container-fast-track-business
    .swiper-slide:nth-child(2) {
    flex-direction: row-reverse;
  }
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content {
  width: 100%;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
}
@media (min-width: 660px) {
  #cases-swiper
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content {
    width: 50%;
    flex-grow: 1;
    padding: 75px 45px;
  }
}
@media (min-width: 990px) {
  #cases-swiper
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content {
    padding: 90px 75px;
  }
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  h2.title {
  margin: 0 0 45px 0;
  position: relative;
  display: inline-block;
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  h2.title:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -15px;
  width: 1000%;
  background-color: #ffffff;
  opacity: 0.2;
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  h4 {
  font-size: 18px;
}
@media (min-width: 660px) {
  #cases-swiper
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content
    h4 {
    font-size: 20px;
  }
}
@media (min-width: 990px) {
  #cases-swiper
    .swiper-container-fast-track-business
    .swiper-slide
    .swiper-content
    h4 {
    font-size: 24px;
  }
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  .content
  p {
  color: #ffffff;
  margin: 30px 0 30px 0;
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .swiper-content
  .content
  p:last-child() {
  margin: 0;
}
#cases-swiper
  .swiper-container-fast-track-business
  .swiper-slide
  .background-image {
  width: 100%;
  height: 420px;
  z-index: 10;
  background-color: black;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 660px) {
  #cases-swiper
    .swiper-container-fast-track-business
    .swiper-slide
    .background-image {
    width: 50%;
    height: 100%;
  }
}
#cases-swiper .swiper-pagination-fast-track-business {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  bottom: 0;
}
#cases-swiper .swiper-pagination-fast-track-business .swiper-pagination-bullet {
  background-color: rgba(105, 106, 109, 0.3);
}
#cases-swiper
  .swiper-pagination-fast-track-business
  .swiper-pagination-bullet-active {
  background-color: #de396e;
}

.search .term {
  font-weight: bold;
}

.search__resume {
  margin-bottom: 35px;
}

.search__line {
  margin: 25px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #666;
  padding-bottom: 15px;
}
.search__line h4 {
  margin-bottom: 12px;
}
.search__line a {
  color: #00aec5;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.search .search-highlight {
  background-color: #ff0;
}

.single__post .thumb {
  width: 100%;
  margin-bottom: 15px;
}

.single__post .title {
  margin-bottom: 8px;
}

.single__post .date {
  font-size: 15px;
  font-style: italic;
}

.single__post .content {
  margin-top: 35px;
  font-size: 16px;
}

.bricks--component h4 {
  text-transform: unset !important;
}
