@charset "UTF-8";
/* MIXINS DEGRADÊS */
/* /MIXINS DEGRADÊS */
/* MIXINS FONTES */
/* /MIXINS FONTES */
/* MIXIN TRANSITIONS */
/* /MIXIN TRANSITIONS */
/* MIXINS BUTTONS */
/* /MIXINS BUTTONS */
/* MIXINS SOMBRA */
/* /MIXINS SOMBRA */
/* MIXIN BANNER DAS PÁGINAS INTERNAS */
/* /MIXIN BANNER DAS PÁGINAS INTERNAS */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

/* MENU HAMBURGER */
#menuArea input {
  display: none; }

.open {
  background-color: #efefef;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px; }

.open:before {
  content: "";
  background-color: #efefef;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.open:after {
  content: "";
  background-color: #efefef;
  width: 24px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: right;
  margin-top: 30px;
  margin-right: 100px; }

.menuOpen:hover .open:before {
  top: -9px; }

.menuOpen:hover .open:after {
  top: 5px; }

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #44369d;
  background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
  background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 ); }

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer; }

.menu .menuContent {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 54px;
  text-align: center;
  padding-bottom: 20px; }

.menuEffects {
  opacity: 0;
  visibility: hidden;
  top: -100px;
  -webkit-transition: opacity 0.6s, visibility 0.5s, top 0.5s;
  -o-transition: opacity 0.6s, visibility 0.5s, top 0.5s;
  transition: opacity 0.6s, visibility 0.5s, top 0.5s; }

#menuToggle:checked ~ .menuEffects {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1; }

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent; }

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1; }

#menuToggle:not(:checked) ~ .menuEffects ul {
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%); }

#menuArea {
  position: relative;
  z-index: 99999999; }

.menu.menuaberto {
  opacity: 1;
  visibility: visible;
  z-index: 12;
  top: 0px; }

/* /MENU HAMBURGER */
/* AJUSTES GERAIS */
body {
  background: #2c2172;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  font-size: 19px; }

/* /AJUSTES GERAIS */
/* HEADER */
header#header {
  width: 100%;
  height: 115px;
  background: transparent;
  position: relative;
  z-index: 999; }

header#header .logo-link .logo-img {
  max-width: 200px;
  margin: 35px 0px 0px 100px; }

/* /HEADER */
/* MENU */
ul.menu-site {
  width: 100%;
  margin: 0px;
  position: relative;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 0px; }
  ul.menu-site li {
    list-style-type: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    text-align: left; }
  ul.menu-site a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 37px;
    color: #fff;
    color: #fff;
    display: block;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out; }
    ul.menu-site a:hover {
      text-decoration: none;
      color: #44c8f0;
      background: #00bbf9;
      background: -moz-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00bbf9), color-stop(100%, #57d1fd));
      background: -webkit-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
      background: -o-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
      background: -ms-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
      background: linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf9', endColorstr='#57d1fd', GradientType=1 );
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      color: transparent; }
  ul.menu-site p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 19px;
    font-weight: 300;
    margin-top: 5px;
    opacity: 0;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out; }

.menu-item-link:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.menu-item-link:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.menu-item-link:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.menu-item-link:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.menu-item-link:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.img-menu {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

ul.menu-site li.active a {
  background: #00bbf9;
  background: -moz-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00bbf9), color-stop(100%, #57d1fd));
  background: -webkit-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: -o-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: -ms-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf9', endColorstr='#57d1fd', GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent; }

ul.menu-site li.active p {
  opacity: 1; }

ul.menu-site a:hover ~ p {
  opacity: 1; }

.img-menu {
  height: 102.5vh;
  width: 100%;
  display: block;
  float: left;
  background-position: center center !important;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

.img-menu {
  background-image: url("../img/menu-inicio.jpg"); }

.fechar-menu {
  position: absolute;
  top: 40px;
  right: 80px;
  cursor: pointer;
  font-size: 2em;
  z-index: 15; }

/* CLIENTE ONLINE  */
.cliente-online {
  position: relative;
  margin-top: 37px;
  background: #00a8d7;
  background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
  background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
  border-radius: 12px;
  padding: 8px 25px;
  color: #fff;
  display: block;
  float: left;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }
  .cliente-online:hover {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45); }

/* /CLIENTE ONLINE  */
/* /MENU */
/* SECTION BANNER */
section#banner {
  width: 100%;
  height: 100vh;
  display: block;
  float: left;
  margin-top: -115px;
  -webkit-box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  -moz-box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  position: relative;
  z-index: 9;
  background: #44369d;
  background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
  background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 ); }
  section#banner .container {
    height: 100%;
    z-index: 2;
    position: relative;
    margin-top: 50px; }
  section#banner::after {
    width: 100%;
    height: 116%;
    display: block;
    float: left;
    content: "";
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: -16vh;
    opacity: .6; }
  section#banner .my-auto {
    position: relative;
    top: -30px; }

section#banner h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: 50px;
  color: #fff;
  max-width: 685px;
  margin-bottom: 20px; }

section#banner p {
  font-family: 'Open Sans', sans-serif;
  color: #01c4ff;
  line-height: 1.3;
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 15px; }

section#banner .button {
  background: #00a8d7;
  background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
  background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
  border-radius: 12px;
  padding: 8px 25px;
  color: #fff;
  display: block;
  float: left;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  margin-top: 10px; }
  section#banner .button:hover {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45); }

section#banner img {
  max-width: 600px; }

section#banner .scroll-button {
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  height: 50px;
  z-index: 9999;
  width: 20px;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

section#banner .scroll-button:hover .cls-1 {
  fill: #01c4ff; }

section#banner svg {
  width: 20px;
  -webkit-animation: scroll-effect 1.2s infinite linear;
  animation: scroll-effect 1.2s infinite linear; }

@-webkit-keyframes scroll-effect {
  0% {
    margin-top: -5px; }
  25% {
    margin-top: 0px; }
  50% {
    margin-top: 5px; }
  75% {
    margin-top: 0px; }
  100% {
    margin-top: -5px; } }

@keyframes scroll-effect {
  0% {
    margin-top: -5px; }
  25% {
    margin-top: 0px; }
  50% {
    margin-top: 5px; }
  75% {
    margin-top: 0px; }
  100% {
    margin-top: -5px; } }

/* /SECTION BANNER */
/* SECTION CUIDAR */
section#cuidar {
  width: 100%;
  display: block;
  float: left;
  padding: 150px 0px;
  background-image: url("../img/bg-cuidar-section.png");
  background-position: center center;
  background-size: cover; }
  section#cuidar h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 37px;
    color: #fff;
    color: #44c8f0;
    margin-bottom: 30px; }
  section#cuidar p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 50px;
    display: block; }
  section#cuidar .button {
    border: 2px solid #5ca2d5;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    display: block;
    float: left; }
    section#cuidar .button:hover {
      text-decoration: none;
      background: #2c2c2c;
      background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
      background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
      background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
      border: 0px;
      background: #00a8d7;
      background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
      background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
      -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      padding: 10px 27px; }
    section#cuidar .button i {
      margin-right: 10px;
      margin-top: 3px;
      color: #ddd; }
  section#cuidar .fundo-b {
    max-width: 350px; }
  section#cuidar .b {
    max-width: 100px;
    position: absolute;
    top: 105px;
    left: 145px; }

/* /SECTION CUIDAR */
/* SECTION MANIFESTO */
section#manifesto {
  width: 100%;
  display: block;
  float: left;
  background: #44369d;
  background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
  background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
  -webkit-box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  -moz-box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  position: relative;
  z-index: 9;
  padding: 100px 0px; }
  section#manifesto .bola1 {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    display: block;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 80px;
    z-index: 9; }
  section#manifesto .manifesto-1 {
    width: 100%;
    display: block;
    float: left; }
  section#manifesto .col-md-5 {
    float: left; }
  section#manifesto h4 {
    font-family: 'Open Sans', sans-serif;
    color: #dbdcdd;
    line-height: 1.3;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  section#manifesto .bem {
    color: #00a8d8; }
  section#manifesto img {
    -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
    max-width: 500px;
    margin-top: 10px; }
  section#manifesto .img-2 {
    max-width: 550px;
    position: relative;
    z-index: 9; }
  section#manifesto .bola-2 {
    width: 110px;
    height: 110px;
    -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    display: block;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: -140px;
    border: 3px solid #007ee4;
    margin-top: -420px; }
  section#manifesto h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 48px;
    color: transparent;
    background: #00bbf9;
    background: -moz-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00bbf9), color-stop(100%, #57d1fd));
    background: -webkit-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: -o-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: -ms-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf9', endColorstr='#57d1fd', GradientType=1 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 48px; }
  section#manifesto .terraco {
    color: #cdcdcd;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    display: block;
    float: left; }
  section#manifesto p {
    max-width: 280px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 21px; }
  section#manifesto span {
    color: #00b8ed; }

section#manifesto .manifesto-2 .col-md-5 {
  float: left; }

section#manifesto .manifesto-2 h4 {
  font-family: 'Open Sans', sans-serif;
  color: #d4d5d9;
  line-height: 1.3;
  font-weight: 300;
  font-size: 24px; }

section#manifesto .manifesto-2 p {
  max-width: 368px;
  display: block;
  float: left;
  margin: 30px 0px; }

section#manifesto .manifesto-2 .button {
  border: 2px solid #5ca2d5;
  border-radius: 25px;
  padding: 8px 25px;
  color: #fff;
  display: block;
  float: left;
  float: left; }
  section#manifesto .manifesto-2 .button:hover {
    text-decoration: none;
    background: #2c2c2c;
    background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
    background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
    background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
    border: 0px;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    padding: 10px 27px; }

section#manifesto .manifesto-2 h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 48px;
  color: transparent;
  background: #00bbf9;
  background: -moz-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00bbf9), color-stop(100%, #57d1fd));
  background: -webkit-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: -o-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: -ms-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  background: linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf9', endColorstr='#57d1fd', GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 80px; }

section#manifesto .manifesto-2 .bola-3 {
  width: 140px;
  height: 140px;
  display: block;
  background: #2b206f;
  background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
  background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
  background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  left: 22rem;
  top: 50px;
  border-radius: 50%;
  position: absolute; }

section#manifesto .manifesto-2 .bola-4 {
  width: 80px;
  height: 80px;
  display: block;
  background: #44369d;
  background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
  background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  position: absolute;
  top: 150px;
  left: 10rem;
  border-radius: 50%; }

section#manifesto .manifesto-2 .bola-5 {
  width: 65px;
  height: 65px;
  display: block;
  background: transparent;
  border: 2px solid #007ee4;
  border-radius: 50%;
  position: absolute;
  left: -150px;
  margin-top: 20px; }

section#manifesto .manifesto-2 span.salao {
  display: block;
  float: left;
  width: 100%;
  color: #cdcdcd; }

section#manifesto .manifesto-2 .button {
  border: 2px solid #5ca2d5;
  border-radius: 25px;
  padding: 8px 25px;
  color: #fff;
  display: block;
  float: left;
  margin: 80px auto 0 auto;
  float: none;
  display: block;
  max-width: 247px; }
  section#manifesto .manifesto-2 .button:hover {
    text-decoration: none;
    background: #2c2c2c;
    background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
    background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
    background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
    border: 0px;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
    padding: 10px 27px; }

section#manifesto .manifesto-2 i {
  margin-right: 10px;
  margin-top: 3px;
  color: #ddd; }

/* /SECTION MANIFESTO */
/* SECTION DEPOIMENTOS */
section#depoimentos {
  background: #cdcdcd;
  display: block;
  float: left;
  width: 100%;
  padding: 100px 0px 70px 0px;
  -webkit-box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  -moz-box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  box-shadow: -1px 0px 37px 0px rgba(15, 9, 51, 0.83);
  position: relative;
  z-index: 9; }
  section#depoimentos .carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
    margin-top: -30px;
    padding-top: 30px;
    margin-left: 30px !important; }
  section#depoimentos .carousel .media img {
    width: 270px;
    height: 270px;
    display: block;
    border-radius: 50%;
    border: 7px solid #2a2091;
    -webkit-box-shadow: 5px 6px 29px 3px #251d71;
    -moz-box-shadow: 5px 6px 29px 3px #251d71;
    box-shadow: 5px 6px 29px 3px #251d71;
    margin: 20px 25px 35px 25px;
    position: relative;
    z-index: 9; }
  section#depoimentos .carousel .testimonial {
    width: 65%;
    float: right;
    right: 80px;
    position: relative; }
  section#depoimentos .media-body {
    width: 60%;
    margin-top: 60px; }
  section#depoimentos .carousel-control-next, section#depoimentos .carousel-control-prev {
    border-radius: 50%;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    opacity: 1;
    width: 100px;
    height: 100px;
    top: 110px; }
  section#depoimentos .carousel-control-prev {
    margin-left: -15px; }
  section#depoimentos .carousel-control-next {
    left: 290px; }
  section#depoimentos .fa-chevron-left {
    margin-left: -12px;
    position: relative;
    z-index: 10;
    cursor: pointer; }
  section#depoimentos .fa-chevron-right {
    margin-right: -10px;
    position: relative;
    z-index: 10;
    cursor: pointer; }
  section#depoimentos h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 45px;
    color: 900;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    float: right;
    position: relative;
    left: -16rem;
    margin-top: 3.7rem;
    font-weight: 900; }
  section#depoimentos p {
    font-style: italic;
    color: #2c2172;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
    color: #262525;
    line-height: 1.3;
    font-weight: 300;
    font-size: 15px;
    margin-top: 70px; }
  section#depoimentos h6 {
    font-family: 'Open Sans', sans-serif;
    color: #2c2172;
    line-height: 1.3;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 20px; }

/* /SECTION DEPOIMENTOS */
/* RODAPÉ */
footer#rodape {
  position: relative;
  background: #44369d;
  background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
  background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
  width: 100%;
  display: block;
  float: left;
  padding: 80px 0px; }
  footer#rodape .bola-6 {
    background: #2b206f;
    background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
    background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
    background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
    -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 50%;
    left: 7rem;
    margin-top: -145px !important;
    position: absolute;
    z-index: 9; }
  footer#rodape .bola-7 {
    width: 65px;
    height: 65px;
    display: block;
    background: transparent;
    border: 2px solid #007ee4;
    border-radius: 50%;
    position: absolute;
    right: 7rem;
    margin-top: -25px !important; }
  footer#rodape h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    line-height: 1.3;
    font-size: 14px;
    color: #d0d0d0;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    margin-bottom: 30px; }
  footer#rodape p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 19px;
    margin-top: 20px; }
  footer#rodape :first-child {
    margin-top: 0px; }
  footer#rodape a {
    color: #1eb6f5;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 2px;
    display: block; }
  footer#rodape .logo-footer {
    position: absolute;
    right: 0px;
    max-width: 500px;
    bottom: 0px;
    z-index: 1; }
  footer#rodape .col-md-12 p {
    text-align: center; }
  footer#rodape .col-md-12 span {
    background: #00bbf9;
    background: -moz-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00bbf9), color-stop(100%, #57d1fd));
    background: -webkit-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: -o-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: -ms-linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    background: linear-gradient(45deg, #00bbf9 0%, #57d1fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf9', endColorstr='#57d1fd', GradientType=1 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent; }
  footer#rodape .col-md-12 h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 45px;
    color: 900;
    text-align: center;
    margin: -5px 0px 40px 0px; }
  footer#rodape form input {
    background: none;
    border: 1px solid #5db8e1;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    padding: 5px 5px 5px 20px;
    margin-bottom: 10px;
    width: 90%; }
  footer#rodape form :focus {
    outline: none; }
  footer#rodape form ::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 17px; }
  footer#rodape form :-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 17px; }
  footer#rodape form ::-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 17px; }
  footer#rodape form ::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 17px; }
  footer#rodape form p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 19px;
    margin-top: 10px; }
  footer#rodape form .button {
    border: 2px solid #5ca2d5;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    display: block;
    float: left;
    margin-top: 20px;
    text-decoration: none; }
    footer#rodape form .button:hover {
      text-decoration: none;
      background: #2c2c2c;
      background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
      background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
      background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
      border: 0px;
      background: #00a8d7;
      background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
      background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
      -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      padding: 10px 27px; }
  footer#rodape form i {
    margin-right: 10px;
    margin-top: 3px;
    color: #ddd; }
  footer#rodape form .form-checkbox-control {
    padding: 0;
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: -5px; }
  footer#rodape form .form-checkbox-control .titulo-checkbox {
    display: block;
    float: left;
    color: #fff;
    font-size: 17px;
    margin-top: 20px; }
  footer#rodape form input.checkbox {
    -webkit-appearance: none;
    border: 1px solid #1eb6f5;
    height: 20px;
    width: 20px;
    background-color: transparent;
    padding: 2px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 20px; }
  footer#rodape form input.checkbox:checked {
    -webkit-box-shadow: inset 10px 10px 10px 2px #6fddff;
    box-shadow: inset 10px 10px 10px 2px #6fddff;
    border: 2px solid #1eb6f5; }
  footer#rodape form input.checkbox:focus {
    outline: none;
    border-color: #1eb6f5; }
  footer#rodape .redes-rodape {
    width: 100%;
    display: block;
    float: left;
    margin-top: 80px; }
    footer#rodape .redes-rodape ul {
      display: block;
      margin: 0 auto;
      max-width: 265px; }
    footer#rodape .redes-rodape li {
      list-style-type: none;
      float: left;
      margin: 0px 10px; }
    footer#rodape .redes-rodape a {
      border: 1px solid #fff;
      border-radius: 50%;
      padding: 5px;
      width: 35px;
      height: 35px;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out; }
    footer#rodape .redes-rodape :hover {
      border-color: #1eb6f5; }
    footer#rodape .redes-rodape i {
      color: #fff;
      width: 100%;
      line-height: 24px;
      text-align: center;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      font-size: 14px; }
    footer#rodape .redes-rodape :hover {
      color: #1eb6f5; }
  footer#rodape .redes-rodape a:hover {
    width: 40px;
    height: 40px; }
  footer#rodape .redes-rodape a:hover i {
    color: #1eb6f5;
    font-size: 17px;
    margin-top: 2.5px; }

/* /RODAPÉ */
/* PÁGINA SOBRE */
#pagina-sobre section#banner-pagina-interna {
  width: 100%;
  height: 75vh;
  display: block;
  float: left;
  margin-top: -115px;
  -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  background-size: cover;
  background-position: center; }
  #pagina-sobre section#banner-pagina-interna .container-fluid {
    z-index: 8;
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #pagina-sobre section#banner-pagina-interna h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 50px;
    color: #fff;
    max-width: 529px;
    text-align: left;
    float: none;
    display: block;
    margin-left: -30px; }
  #pagina-sobre section#banner-pagina-interna .button {
    border: 2px solid #5ca2d5;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    display: block;
    float: left;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    margin: 50px 0 0 -30px;
    display: block;
    float: none;
    max-width: 225px; }
    #pagina-sobre section#banner-pagina-interna .button:hover {
      text-decoration: none;
      background: #2c2c2c;
      background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
      background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
      background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
      border: 0px;
      background: #00a8d7;
      background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
      background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
      -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      padding: 10px 27px; }

section#conteudo-sobre {
  width: 100%;
  display: block;
  float: left;
  background: #d9d9d9;
  padding: 80px 0px; }
  section#conteudo-sobre .bola-2 {
    background: #2b206f;
    background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
    background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
    background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
    height: 140px;
    width: 140px;
    display: block;
    position: absolute;
    right: -20px;
    top: 250px;
    border-radius: 50%;
    -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }
  section#conteudo-sobre .bola-3 {
    width: 220px;
    height: 220px;
    display: block;
    border-radius: 50%;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    position: absolute;
    margin-top: -150px;
    -webkit-box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    -moz-box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32) img;
      box-shadow-float: right;
      box-shadow-max-width: 60px; }
  section#conteudo-sobre .bola-4 {
    top: 20px; }
  section#conteudo-sobre .bola-dots-mapa {
    float: right;
    position: absolute;
    /*right:10rem;*/
    /*top:50px;*/
    max-width: 60px; }
  section#conteudo-sobre .bola-5 {
    width: 250px;
    height: 250px;
    display: block;
    border-radius: 50%;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    right: -155px;
    margin-top: 30vh;
    position: absolute;
    -webkit-box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    -moz-box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32); }
  section#conteudo-sobre .conteudo-item {
    margin-bottom: 100px; }
    section#conteudo-sobre .conteudo-item h4 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      line-height: 1.3;
      font-size: 15px;
      color: #262525;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
    section#conteudo-sobre .conteudo-item h1 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 900;
      line-height: 1;
      font-size: 45px;
      color: #fff;
      background: #44369d;
      background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
      background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      color: transparent;
      text-align: center;
      margin: 0 auto; }
    section#conteudo-sobre .conteudo-item p {
      font-family: 'Open Sans', sans-serif;
      color: #2c2c2c;
      line-height: 1.3;
      font-weight: 600;
      font-size: 19px;
      max-width: 550px;
      text-align: center;
      margin: 30px auto 0 auto; }
  section#conteudo-sobre :nth-child(2) p {
    max-width: 571px; }
  section#conteudo-sobre #map {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    z-index: 10; }
  section#conteudo-sobre .bola-mapa-1 {
    position: absolute;
    max-width: 300px;
    margin-left: 100px;
    margin-top: 50px;
    left: -3; }
  section#conteudo-sobre .bola-mapa-2 {
    position: absolute;
    right: 0px;
    margin-top: -220px;
    margin-right: 200px; }
  section#conteudo-sobre p {
    font-family: 'Open Sans', sans-serif;
    color: #2c2c2c;
    line-height: 1.3;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    margin-top: 40px; }
  section#conteudo-sobre .button {
    border: 2px solid #5ca2d5;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    display: block;
    float: left;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    margin: 10px auto 100px auto;
    display: block;
    float: none;
    max-width: 275px; }
    section#conteudo-sobre .button:hover {
      text-decoration: none;
      background: #2c2c2c;
      background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
      background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
      background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
      border: 0px;
      background: #00a8d7;
      background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
      background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
      -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      padding: 10px 27px; }

/* /PÁGINA SOBRE */
/* PÁGINA CONTATO */
section#banner-pagina-interna {
  width: 100%;
  height: 75vh;
  display: block;
  float: left;
  margin-top: -115px;
  -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  background-size: cover;
  background-position: center;
  background: #44369d;
  background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
  background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 ); }
  section#banner-pagina-interna .container-fluid {
    z-index: 8;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section#banner-pagina-interna h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 50px;
    color: #fff;
    max-width: 529px;
    text-align: left;
    float: left;
    display: block; }
  section#banner-pagina-interna .button {
    border: 2px solid #5ca2d5;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    display: block;
    float: left;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    margin: 20px auto 0 auto;
    display: block;
    float: left;
    max-width: 199px; }
    section#banner-pagina-interna .button:hover {
      text-decoration: none;
      background: #2c2c2c;
      background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
      background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
      background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
      border: 0px;
      background: #00a8d7;
      background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
      background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
      -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      padding: 10px 27px; }
  section#banner-pagina-interna img {
    max-height: 120%;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px; }

section#conteudo-contato {
  width: 100%;
  display: block;
  float: left;
  padding: 100px 0px 0px 0px;
  background: #d9d9d9; }
  section#conteudo-contato .bola1 {
    background: #2b206f;
    background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
    background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
    background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
    height: 140px;
    width: 140px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }
  section#conteudo-contato .bola-2 {
    background: #2b206f;
    background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
    background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
    background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
    height: 200px;
    width: 200px;
    display: block;
    position: absolute;
    right: -50px;
    margin-top: -40px;
    z-index: 0;
    border-radius: 50%;
    -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
    box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }
  section#conteudo-contato .bola-3 {
    width: 80px;
    height: 80px;
    display: block;
    background: #00a8d7;
    background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
    background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
    -webkit-box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    -moz-box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    box-shadow: 10px 10px 52px 0px rgba(0, 166, 212, 0.32);
    position: absolute;
    bottom: 100px;
    left: -40px;
    border-radius: 50%; }
  section#conteudo-contato #map {
    width: 100%;
    height: 500px; }
  section#conteudo-contato section#mapa {
    width: 100%;
    display: block;
    float: left;
    margin: 80px 0px 50px 0px; }
    section#conteudo-contato section#mapa h4 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      line-height: 1.3;
      font-size: 15px;
      color: #262525;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      letter-spacing: 0px;
      text-transform: none;
      font-size: 19px;
      margin-top: 50px; }
    section#conteudo-contato section#mapa .button {
      border: 2px solid #5ca2d5;
      border-radius: 25px;
      padding: 8px 25px;
      color: #fff;
      display: block;
      float: left;
      background: #44369d;
      background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
      background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
      float: none;
      margin: 0 auto;
      display: block;
      max-width: 275px; }
      section#conteudo-contato section#mapa .button:hover {
        text-decoration: none;
        background: #2c2c2c;
        background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
        background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
        background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
        background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
        background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
        background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
        border: 0px;
        background: #00a8d7;
        background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
        background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
        -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
        -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
        box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
        padding: 10px 27px; }
  section#conteudo-contato h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 50px;
    color: #fff;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    width: 100%;
    text-align: center; }
  section#conteudo-contato .contato-selecione {
    display: none; }
  section#conteudo-contato h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 15px;
    color: #262525;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px; }
  section#conteudo-contato .nav-tabs {
    margin-top: 50px;
    border: 0px;
    background: transparent; }
    section#conteudo-contato .nav-tabs .nav-item {
      padding-right: 10px;
      border-radius: 20px 25px 0px 0px; }
      section#conteudo-contato .nav-tabs .nav-item:nth-child(1) {
        background: #212121;
        z-index: 5; }
      section#conteudo-contato .nav-tabs .nav-item:nth-child(2) {
        background: #313131;
        z-index: 4;
        margin-left: -21px;
        position: relative;
        padding-left: 10px;
        border-radius: 0px 25px 0px 0px; }
      section#conteudo-contato .nav-tabs .nav-item:nth-child(3) {
        background: #434343;
        z-index: 3;
        position: relative;
        margin-left: -21px;
        padding-left: 10px;
        border-radius: 0px 25px 0px 0px; }
      section#conteudo-contato .nav-tabs .nav-item:nth-child(4) {
        background: #707070;
        z-index: 2;
        position: relative;
        margin-left: -21px;
        padding-left: 10px;
        border-radius: 0px 25px 0px 0px; }
    section#conteudo-contato .nav-tabs .nav-link {
      padding: 26px 70px 5px 25px;
      color: #fff;
      font-size: 16px; }
      section#conteudo-contato .nav-tabs .nav-link:hover {
        border: 0px !important;
        padding: 27px 71px 12px 26px; }
    section#conteudo-contato .nav-tabs .nav-item {
      padding: 0px; }
    section#conteudo-contato .nav-tabs .nav-link.active {
      background: #44369d;
      background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
      background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
      padding-right: 55px;
      padding-bottom: 20px;
      border: 0px;
      border-radius: 25px 25px 0px 0px;
      z-index: 5;
      position: relative;
      font-weight: 700;
      color: #6fdeff;
      line-height: 1.5;
      padding-top: 22px;
      margin-left: -15px;
      padding-left: 50px; }
      section#conteudo-contato .nav-tabs .nav-link.active:hover {
        border: 0px !important;
        padding-left: 50px; }
  section#conteudo-contato .nav-link-first.active {
    margin-left: 0px !important; }
  section#conteudo-contato .tab-content {
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    margin-top: -1px;
    border-radius: 0px 85px 85px 85px;
    padding: 70px 190px;
    margin-bottom: 10px;
    float: left;
    z-index: 2;
    position: relative; }
    section#conteudo-contato .tab-content .tab-pane {
      float: left; }
    section#conteudo-contato .tab-content h5 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      color: #6fdeff; }
    section#conteudo-contato .tab-content p {
      font-family: 'Open Sans', sans-serif;
      color: #fff;
      line-height: 1.3;
      font-weight: 300;
      font-size: 19px;
      margin-top: 15px; }
    section#conteudo-contato .tab-content .container {
      padding: 0px; }
    section#conteudo-contato .tab-content form {
      width: 100%;
      float: left;
      display: block;
      margin-top: 14px; }
      section#conteudo-contato .tab-content form input:not(.sindico-submit), section#conteudo-contato .tab-content form textarea {
        width: 100%;
        background: transparent;
        border: 1px solid #fff;
        margin: 6px 0px;
        border-radius: 25px;
        padding: 8px 0px 8px 20px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        line-height: 1.3;
        font-weight: 200;
        font-size: 16px; }
        section#conteudo-contato .tab-content form input:not(.sindico-submit):focus, section#conteudo-contato .tab-content form textarea:focus {
          border-color: #6fdeff; }
      section#conteudo-contato .tab-content form textarea {
        height: 130px;
        resize: none;
        margin-top: 15px; }
      section#conteudo-contato .tab-content form .sindico-condominio, section#conteudo-contato .tab-content form .sindico-endereco {
        margin-top: 15px !important; }
      section#conteudo-contato .tab-content form :focus {
        outline: none; }
      section#conteudo-contato .tab-content form ::-webkit-input-placeholder {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        line-height: 1.3;
        font-weight: 200;
        font-size: 16px; }
      section#conteudo-contato .tab-content form :-ms-input-placeholder {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        line-height: 1.3;
        font-weight: 200;
        font-size: 16px; }
      section#conteudo-contato .tab-content form ::-ms-input-placeholder {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        line-height: 1.3;
        font-weight: 200;
        font-size: 16px; }
      section#conteudo-contato .tab-content form ::placeholder {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        line-height: 1.3;
        font-weight: 200;
        font-size: 16px; }
      section#conteudo-contato .tab-content form .sindico-submit {
        border: 2px solid #5ca2d5;
        border-radius: 25px;
        padding: 8px 25px;
        color: #fff;
        display: block;
        float: left;
        background: #00a8d7;
        background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
        background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
        margin-top: 10px; }
        section#conteudo-contato .tab-content form .sindico-submit:hover {
          text-decoration: none;
          background: #2c2c2c;
          background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
          background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
          background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
          background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
          background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
          background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
          border: 0px;
          background: #00a8d7;
          background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
          background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
          background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
          background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
          background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
          background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
          -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
          -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
          box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
          padding: 10px 27px; }

/* /PÁGINA CONTATO */
/* PÁGINA ADM DE CONDOMÍNIOS */
#pagina-adm-cond section#conteudo-adm-cond {
  width: 100%;
  display: block;
  float: left;
  background: url("../img/fundo-adm-de-condominios.jpg");
  background-position: center;
  background-size: cover;
  height: 2600px; }
  #pagina-adm-cond section#conteudo-adm-cond .elemento {
    position: relative;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 800px;
    margin-top: 50px; }
  #pagina-adm-cond section#conteudo-adm-cond .elemento-texto {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 37px;
    color: #fff;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    margin-top: -500px;
    text-align: center; }
  #pagina-adm-cond section#conteudo-adm-cond h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 45px;
    color: #44c8f0;
    margin-top: 10px; }
  #pagina-adm-cond section#conteudo-adm-cond p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 200;
    font-size: 25px;
    margin-top: 10px;
    max-width: 300px; }
  #pagina-adm-cond section#conteudo-adm-cond .row img {
    max-width: 100px;
    margin-left: -10px; }
  #pagina-adm-cond section#conteudo-adm-cond .secondrow {
    margin-top: 150px; }
    #pagina-adm-cond section#conteudo-adm-cond .secondrow img {
      float: right;
      position: relative;
      left: -45px;
      display: block; }
    #pagina-adm-cond section#conteudo-adm-cond .secondrow h2 {
      color: #2a20b7;
      margin-left: -50px; }
    #pagina-adm-cond section#conteudo-adm-cond .secondrow p {
      margin-left: -50px;
      max-width: 500px;
      color: #2a2072; }
  #pagina-adm-cond section#conteudo-adm-cond .thirdrow {
    margin-top: 150px;
    margin-left: -100px; }
  #pagina-adm-cond section#conteudo-adm-cond .fourthrow {
    margin-left: -140px;
    margin-top: 100px; }
    #pagina-adm-cond section#conteudo-adm-cond .fourthrow h2 {
      color: #2a20b7;
      margin-left: 20px; }
    #pagina-adm-cond section#conteudo-adm-cond .fourthrow p {
      max-width: 600px;
      margin-left: 20px; }
  #pagina-adm-cond section#conteudo-adm-cond .fifthrow {
    margin-top: 150px;
    margin-left: 100px; }
    #pagina-adm-cond section#conteudo-adm-cond .fifthrow h2, #pagina-adm-cond section#conteudo-adm-cond .fifthrow p {
      margin-left: -80px;
      max-width: 500px; }

.bola-1 {
  background: #2b206f;
  background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
  background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
  background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
  height: 140px;
  width: 140px;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }

.bola-2 {
  background: #2b206f;
  background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
  background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
  background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
  height: 240px;
  width: 240px;
  display: block;
  position: absolute;
  right: -80px;
  border-radius: 50%;
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }

.bola-3 {
  background: #2b206f;
  background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
  background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
  background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
  height: 240px;
  width: 240px;
  display: block;
  position: absolute;
  left: -80px;
  border-radius: 50%;
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }

.bola-4 {
  background: #2b206f;
  background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
  background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
  background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
  height: 120px;
  width: 120px;
  display: block;
  position: absolute;
  border-radius: 50%;
  margin-top: 100px;
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }

.bola-5 {
  background: #2b206f;
  background: -moz-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b206f), color-stop(100%, #2a20b9));
  background: -webkit-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -o-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -ms-linear-gradient(left, #2b206f 0%, #2a20b9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2b206f), to(#2a20b9));
  background: linear-gradient(to right, #2b206f 0%, #2a20b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b206f', endColorstr='#2a20b9', GradientType=1 );
  height: 220px;
  width: 220px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 12rem;
  z-index: 9;
  margin-top: 70px;
  -webkit-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  -moz-box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75);
  box-shadow: -41px 27px 57px -14px rgba(42, 32, 133, 0.75); }

#pagina-adm-cond section#porque-contratar {
  width: 100%;
  float: left;
  display: block;
  padding: 245px;
  background: url("../img/por-que-contratar-uma-administradora-de-condominios.png");
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.75);
  position: relative; }
  #pagina-adm-cond section#porque-contratar h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: 45px;
    color: #fff;
    text-align: center; }

#pagina-adm-cond section#como-funciona {
  width: 100%;
  float: left;
  display: block;
  background: #d9d9d9;
  padding: 100px 0px; }
  #pagina-adm-cond section#como-funciona .col-md-12 h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 37px;
    color: #fff;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center; }
  #pagina-adm-cond section#como-funciona .col-md-12 p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    color: #2c2c2c;
    margin-top: 20px;
    margin-bottom: 150px; }
  #pagina-adm-cond section#como-funciona .icones-adm-condominios {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100px; }
  #pagina-adm-cond section#como-funciona h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 37px;
    color: #fff;
    text-align: center;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent; }
  #pagina-adm-cond section#como-funciona p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    font-size: 19px;
    text-align: center;
    color: #2c2c2c;
    max-width: 60%;
    margin-top: 20px;
    margin: 10px auto 0 auto; }
  #pagina-adm-cond section#como-funciona .mt-5 {
    margin-top: 120px !important; }

#pagina-adm-cond #map {
  width: 100%;
  height: 500px; }

#pagina-adm-cond section#mapa {
  width: 100%;
  display: block;
  background: #d9d9d9;
  float: left;
  padding: 80px 0px 50px 0px; }
  #pagina-adm-cond section#mapa h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 15px;
    color: #262525;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 19px;
    margin-top: 50px; }
  #pagina-adm-cond section#mapa .button {
    border: 2px solid #5ca2d5;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    display: block;
    float: left;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 );
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 275px; }
    #pagina-adm-cond section#mapa .button:hover {
      text-decoration: none;
      background: #2c2c2c;
      background: -moz-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #2c2c2c), color-stop(100%, #191919));
      background: -webkit-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -o-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -ms-linear-gradient(left, #2c2c2c 0%, #191919 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2c2c2c), to(#191919));
      background: linear-gradient(to right, #2c2c2c 0%, #191919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#191919', GradientType=1 );
      border: 0px;
      background: #00a8d7;
      background: -moz-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a8d7), color-stop(100%, #6fddff));
      background: -webkit-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -o-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: -ms-linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      background: linear-gradient(45deg, #00a8d7 0%, #6fddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d7', endColorstr='#6fddff', GradientType=1 );
      -webkit-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      -moz-box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      box-shadow: -1px 0px 37px 0px rgba(0, 208, 255, 0.45);
      padding: 10px 27px; }

/* /PÁGINA ADM DE CONDOMÍNIOS */
/* RESPONSIVO */
@media (max-width: 1200px) {
  section#banner img {
    max-width: 150%; }
  section#manifesto img {
    max-width: 115% !important; } }

@media (max-width: 700px) {
  html, body {
    max-width: 100% !important;
    width: 100%;
    display: block !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important; }
  .container, .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
  .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    /*padding-left:0px!important;*/
    /*padding-right:0px!important;*/ }
  h1 {
    font-size: 30px !important; }
  h2 {
    font-size: 30px !important; }
  p {
    font-size: 16px !important; }
  header#header .col-md-7 {
    display: none; }
  header#header .col-md-2, header#header .col-md-3 {
    float: left;
    width: 50%; }
  header#header .cliente-online {
    right: 0;
    top: 10px;
    padding: 8px 16px;
    font-size: 17px; }
  header#header .logo-link .logo-img {
    margin: 35px 0px 0px 0px; }
  header#header #menuArea {
    float: right;
    margin-top: 10px;
    margin-right: 30px; }
  header#header .menuOpen {
    margin-right: 10px; }
  ul.menu-site {
    top: 55%; }
  ul.menu-site a {
    font-size: 25px; }
  ul.menu-site p {
    font-size: 15px !important; }
  .img-menu {
    display: none; }
  .menu-items {
    margin-left: 10px; }
  section#banner .container {
    margin-top: 200px; }
    section#banner .container h1 {
      max-width: 250px; }
    section#banner .container p {
      max-width: 250px;
      margin-top: -10px; }
    section#banner .container a {
      font-size: 17px;
      margin-top: 0px; }
    section#banner .container .img-banner-parallax {
      max-width: 80%;
      margin-top: 40px; }
    section#banner .container .my-auto {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
      top: -40px;
      float: left;
      display: block; }
  section#banner .scroll-button {
    display: none; }
  section#cuidar {
    padding: 50px 0px; }
    section#cuidar p {
      max-width: 95%; }
    section#cuidar a.button:last-child {
      margin-left: 0px !important;
      margin-top: 20px; }
  section#manifesto .bola1 {
    right: 30px; }
  section#manifesto img {
    max-width: 90% !important; }
  section#manifesto div.manifesto-2 {
    margin-top: 40px; }
    section#manifesto div.manifesto-2 h2 {
      margin-top: 50px; }
    section#manifesto div.manifesto-2 .button {
      display: none !important; }
    section#manifesto div.manifesto-2 p {
      max-width: 95%; }
    section#manifesto div.manifesto-2 .bola-4 {
      top: 60px;
      left: 7rem; }
  section#depoimentos {
    padding: 50px 0px 100px 0px; }
    section#depoimentos .media {
      display: block !important; }
    section#depoimentos .media-body {
      float: left;
      display: block !important;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      box-flex: 0;
      margin-top: -25px; }
    section#depoimentos .media-left {
      width: 100%;
      display: block !important;
      float: left;
      margin-left: 25px; }
    section#depoimentos .carousel img {
      margin-bottom: 0px !important;
      width: 225px !important;
      height: 225px !important; }
    section#depoimentos .carousel .item {
      margin: 0px !important; }
    section#depoimentos .carousel .testimonial {
      width: 95%;
      right: 0px; }
    section#depoimentos h1 {
      width: 90%;
      display: block;
      text-align: center;
      left: 0px;
      float: left;
      position: static; }
  section#depoimentos .carousel-control-next, section#depoimentos .carousel-control-prev {
    top: 225px;
    width: 75px;
    height: 75px; }
  section#depoimentos .carousel-control-prev {
    margin-left: 0px; }
  section#depoimentos .carousel-control-next {
    margin-left: -40px !important; }
  footer#rodape {
    padding: 50px 0px; }
  footer#rodape .bola-6, footer#rodape .bola-7, footer#rodape .logo-footer {
    display: none; }
  footer#rodape .redes-rodape ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: -30px; }
  footer#rodape p:first-child {
    margin-top: 30px;
    text-align: left; }
  footer#rodape .col-md-12 h1 {
    text-align: left;
    margin-top: 5px; }
  section#banner-pagina-interna {
    height: 60vh !important; }
    section#banner-pagina-interna .col-md-6 {
      padding: 0px; }
    section#banner-pagina-interna a.button {
      font-size: 16px !important; }
    section#banner-pagina-interna .container-fluid {
      /*margin-left:25px;*/ }
    section#banner-pagina-interna img {
      display: none; }
    section#banner-pagina-interna h1 {
      margin-left: 0px !important;
      padding: 0px 20px;
      max-width: 98% !important; }
    section#banner-pagina-interna a {
      margin-left: 20px !important;
      margin-top: 20px !important; }
  body#pagina-sobre {
    overflow-x: hidden !important; }
    body#pagina-sobre .bola-1, body#pagina-sobre .bola-2, body#pagina-sobre .bola-3, body#pagina-sobre .bola-4, body#pagina-sobre .bola-5 {
      display: none; }
    body#pagina-sobre #banner-pagina-interna a.button {
      max-width: 198px !important; }
    body#pagina-sobre #conteudo-sobre h1 {
      max-width: 91%;
      margin: 0 auto 0 5px !important; }
    body#pagina-sobre #conteudo-sobre p {
      margin-left: 0px !important;
      max-width: 90% !important; }
    body#pagina-sobre #conteudo-sobre > div:nth-child(1) > div > div > div:nth-child(3) > h1 br {
      display: none; }
  body#pagina-contato .bola-1, body#pagina-contato .bola-2, body#pagina-contato .bola-3, body#pagina-contato .bola-4 {
    display: none; }
  body#pagina-contato #conteudo-contato h1 br {
    display: none; }
  body#pagina-contato #banner-pagina-interna h1 {
    padding: 0px;
    width: 80%;
    margin-top: 30px; }
  body#pagina-contato #banner-pagina-interna a {
    margin-left: 0px !important; }
  body#pagina-contato section#conteudo-contato .nav-tabs .nav-item {
    width: 100%;
    margin: 0 !important;
    border-radius: 0px; }
  body#pagina-contato section#conteudo-contato .nav-tabs .nav-item:first-child {
    border-radius: 20px 20px 0px 0px !important; }
  body#pagina-contato section#conteudo-contato .nav-tabs .nav-link:first-child {
    border-radius: 20px 20px 0px 0px !important; }
  body#pagina-contato section#conteudo-contato .nav-tabs .nav-link {
    width: 100%;
    margin: 0px !important;
    border-radius: 0px;
    padding-bottom: 20px; }
  body#pagina-contato section#conteudo-contato .tab-content {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    padding: 50px 0px; }
  body#pagina-adm-cond .bola-1, body#pagina-adm-cond .bola-2, body#pagina-adm-cond .bola-3, body#pagina-adm-cond .bola-4, body#pagina-adm-cond .bola-5 {
    display: none; }
  body#pagina-adm-cond .elemento, body#pagina-adm-cond .elemento-texto {
    display: none !important; }
  body#pagina-adm-cond section#conteudo-adm-cond {
    height: auto !important;
    padding: 100px 0px;
    background: #44369d;
    background: -moz-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #44369d), color-stop(58%, #2a1f6e), color-stop(100%, #1c134f));
    background: -webkit-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -ms-linear-gradient(-45deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -webkit-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: -o-linear-gradient(315deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    background: linear-gradient(135deg, #44369d 0%, #2a1f6e 58%, #1c134f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44369d', endColorstr='#1c134f', GradientType=1 ); }
    body#pagina-adm-cond section#conteudo-adm-cond h2 {
      margin: 0 !important; }
    body#pagina-adm-cond section#conteudo-adm-cond p {
      margin: 0 !important; }
    body#pagina-adm-cond section#conteudo-adm-cond .thirdrow, body#pagina-adm-cond section#conteudo-adm-cond .fourthrow, body#pagina-adm-cond section#conteudo-adm-cond .fifthrow {
      margin: 0 !important; }
    body#pagina-adm-cond section#conteudo-adm-cond img.prlx {
      display: none; }
    body#pagina-adm-cond section#conteudo-adm-cond .col-md-4 {
      padding: 0px; }
    body#pagina-adm-cond section#conteudo-adm-cond .row {
      margin: 0px 0px 40px 20px !important; }
    body#pagina-adm-cond section#conteudo-adm-cond .secondrow, body#pagina-adm-cond section#conteudo-adm-cond .thirdrow, body#pagina-adm-cond section#conteudo-adm-cond .fourthrow {
      margin: 0px 0px 40px 20px !important; }
      body#pagina-adm-cond section#conteudo-adm-cond .secondrow p, body#pagina-adm-cond section#conteudo-adm-cond .thirdrow p, body#pagina-adm-cond section#conteudo-adm-cond .fourthrow p {
        color: #fff !important; }
    body#pagina-adm-cond section#conteudo-adm-cond h2 {
      margin-bottom: 10px !important;
      color: #44c8f0 !important; }
  body#pagina-adm-cond section#porque-contratar {
    padding: 150px 0px; }
    body#pagina-adm-cond section#porque-contratar h1 br {
      display: none; }
  body#pagina-adm-cond section#como-funciona {
    padding-bottom: 0px; }
    body#pagina-adm-cond section#como-funciona .mt-5 {
      margin-top: 10px !important; }
    body#pagina-adm-cond section#como-funciona p {
      margin-bottom: 50px !important; }
  .contato-selecione {
    display: block !important; } }

@media (max-width: 700px) and (min-height: 800px) {
  section#banner .container {
    margin-top: 260px; }
    section#banner .container h1 {
      max-width: 250px; }
    section#banner .container p {
      max-width: 250px;
      margin-top: -10px; }
    section#banner .container a {
      font-size: 17px;
      margin-top: 0px; }
    section#banner .container .img-banner-parallax {
      max-width: 95%;
      margin-top: 40px; }
    section#banner .container .my-auto {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
      top: -40px;
      float: left;
      display: block; } }

/* /RESPONSIVO */
