.gradient-one {
  background-image: linear-gradient(-197deg, #219BCF 0%, #4BA7A1 100%);
}
.inicial-nav {
  width: 1250px;
  padding: 0px;
}

@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1250px}}
.gradient-ontopbtn {
  position: relative;
}
.gradient-ontopbtn:after {
  content: "";
  left: 0;
  height: 30px;
  position: absolute;
  top: -20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 40%);
  width: 100%;
}
.bck-tr-black {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.bck-tr-gray {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.form-input-text {
  min-height: 55px;
  background-image: none;
  border-radius: 0;
  font-size: 18px;
}
.screens {
  position: absolute;
  min-height: 100%;
  width: 100%;
}
.screens img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .screens {
    display: none;
  }
}
.btn {
  padding: 8px 16px;
  border-radius: 50px;
  border: 0;
}
.btn-info {
  color: #fff;
  background-color: #53b7f6;
  border-color: #5dbbf7;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #6bc1f7;
  border-color: #58b9f6;
}
.btn-primary {
  /* Rectangle 2: */
  background-image: linear-gradient(-197deg, #219BCF 0%, #4BA7A1 100%);
  border-radius: 100px;
}
.btn-outline {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 6px 12px !important;
}
.btn-outline:hover,
.btn-outline:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #F1892D;
  box-shadow: 0px 3px 0px 0px #A65C1C;
}
.big-input {
  min-height: 58px;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  box-shadow: 0px 3px 0px 0px #C7C7C7;
  border-radius: 8px 0px 0px 8px;
  font-size: 20px;
}
.img-adaptative {
  max-width: 100%;
  height: auto;
}

.logo-terracap {
  width: 60%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-terracap {
    display: none;
  }
}

@media (max-width: 992px){
  .logo-terracap {
    width: 160px;
    margin: 20px;
  }
  .logo-biotic {
    width: 130px;
    margin: 10px;
  }
}

.img-full {
  width: 100%;
  height: auto !important;
}
.list-benefits {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}
.list-benefits li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-benefits li:last-child {
  border-bottom: none;
}
.list-benefits li:before {
  font-family: "Ionicons";
  content: "\f120";
  display: inline-block;
  margin-left: 0;
  width: 20px;
  color: #00a65a;
  position: absolute;
  top: 0;
  left: 0;
}
.list-benefits li p {
  margin: 0;
}
/* Tamanhos de Fontes */
.fontsize-xs {
  font-size: 11px;
}
.fontsize-sm {
  font-size: 15px;
}
.fontsize-md {
  font-size: 20px;
}
.fontsize-lg {
  font-size: 25px;
}
.fontsize-xl {
  font-size: 33px;
}
.fontsize-xxl {
  font-size: 53px;
}
/* Dividers */
.divider-top {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(59, 90, 120, 0.5);
}
.divider-right {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #3B5A78;
}
.divider-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3B5A78;
}
.divider-left {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #3B5A78;
}
/* Cores genéricas, para div inteiras */
/* Cores genéricas, para textos */
.text-white {
  color: #fff;
}
.text-white.a {
  color: #fff;
}
.text-white a {
  color: #fff;
}
.text-red {
  color: #f56954 !important;
}
.text-red.a {
  color: #f56954;
}
.text-red a {
  color: #f56954;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-yellow.a {
  color: #f39c12;
}
.text-yellow a {
  color: #f39c12;
}
.text-aqua {
  color: #4BA7A1 !important;
}
.text-aqua.a {
  color: #4BA7A1;
}
.text-aqua a {
  color: #4BA7A1;
}
.text-blue {
  color: #0073b7 !important;
}
.text-blue.a {
  color: #0073b7;
}
.text-blue a {
  color: #0073b7;
}
.text-black {
  color: #585858 !important;
}
.text-black.a {
  color: #585858;
}
.text-black a {
  color: #585858;
}
.text-light-blue {
  color: #C2CFE8 !important;
}
.text-light-blue.a {
  color: #C2CFE8;
}
.text-light-blue a {
  color: #C2CFE8;
}
.text-light-blue-two {
  color: #263F57 !important;
}
.text-light-blue-two.a {
  color: #263F57;
}
.text-light-blue-two a {
  color: #263F57;
}
.text-green {
  color: #00a65a !important;
}
.text-green.a {
  color: #00a65a;
}
.text-green a {
  color: #00a65a;
}
.text-navy {
  color: #001F3F !important;
}
.text-navy.a {
  color: #001F3F;
}
.text-navy a {
  color: #001F3F;
}
.text-teal {
  color: #39CCCC !important;
}
.text-teal.a {
  color: #39CCCC;
}
.text-teal a {
  color: #39CCCC;
}
.text-olive {
  color: #3D9970 !important;
}
.text-olive.a {
  color: #3D9970;
}
.text-olive a {
  color: #3D9970;
}
.text-lime {
  color: #01FF70 !important;
}
.text-lime.a {
  color: #01FF70;
}
.text-lime a {
  color: #01FF70;
}
.text-orange {
  color: #FF851B !important;
}
.text-orange.a {
  color: #FF851B;
}
.text-orange a {
  color: #FF851B;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-fuchsia.a {
  color: #F012BE;
}
.text-fuchsia a {
  color: #F012BE;
}
.text-purple {
  color: #932ab6 !important;
}
.text-purple.a {
  color: #932ab6;
}
.text-purple a {
  color: #932ab6;
}
.text-maroon {
  color: #85144B !important;
}
.text-maroon.a {
  color: #85144B;
}
.text-maroon a {
  color: #85144B;
}
/*
text-red
text-yellow
text-aqua
text-blue
text-black
text-light-blue
text-green
text-navy
text-teal
text-olive
text-lime
text-orange
text-fuchsia
text-purple
text-maroon
*/
/* Rolagens */
.rol-vert {
  display: block;
  overflow: auto;
  overflow-x: hidden;
}
.rol-hor {
  display: block;
  overflow: auto;
  overflow-y: hidden;
}
.rol-hor-vert {
  display: block;
  overflow: auto;
}
.overflow-hide {
  overflow: hidden;
}
.width-grid-auto {
  width: auto;
}
.width-grid-1 {
  width: 60px;
}
.width-grid-2 {
  width: 140px;
}
.width-grid-3 {
  width: 220px;
}
.width-grid-4 {
  width: 300px;
}
.width-grid-5 {
  width: 380px;
}
.width-grid-6 {
  width: 460px;
}
.width-grid-7 {
  width: 540px;
}
.width-grid-8 {
  width: 620px;
}
.width-grid-9 {
  width: 700px;
}
.width-grid-10 {
  width: 780px;
}
.width-grid-11 {
  width: 860px;
}
.width-grid-12 {
  width: 940px;
}
.height-grid-auto {
  height: auto;
}
.height-grid-1 {
  height: 60px;
}
.height-grid-2 {
  height: 140px;
}
.height-grid-3 {
  height: 220px;
}
.height-grid-4 {
  height: 300px;
}
.height-grid-5 {
  height: 380px;
}
.height-grid-6 {
  height: 460px;
}
.height-grid-7 {
  height: 540px;
}
.height-grid-8 {
  height: 620px;
}
.height-grid-9 {
  height: 700px;
}
.height-grid-10 {
  height: 780px;
}
.height-grid-11 {
  height: 860px;
}
.height-grid-12 {
  height: 940px;
}
.cursor-default:hover {
  cursor: default;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.cursor-help:hover {
  cursor: help;
}
.cursor-text:hover {
  cursor: text;
}
.cursor-move:hover {
  cursor: move;
}
.cursor-wait:hover {
  cursor: wait;
}
.cursor-progress:hover {
  cursor: progress;
}
.cursor-crosshair:hover {
  cursor: crosshair;
}
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
.pos-fixed {
  position: fixed;
}
input[type=checkbox],
input[type=radio] {
  margin: 8px 0 0;
  line-height: normal;
}
.checkbox label,
.radio label {
  margin-bottom: 0;
  font-weight: 200;
}
.simple-shadow {
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.4);
}
.box-tblack {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 32px;
}
.custom-list {
  margin: 32px 0;
}
.custom-list .customlist-item {
  background: url("../img/icones/icon-estudeai.png") no-repeat left center;
  padding: 10px 0 10px 32px;
}
.spacer-sm {
  padding: 16px 0;
}
.spacer-md {
  padding: 32px 0;
}
.spacer-lg {
  padding: 64px 0;
}
.spacer-xl {
  padding: 128px 0;
}
.spacer-breath-sm {
  padding: 0 16px;
}
.spacer-breath-md {
  padding: 0 32px;
}
.spacer-breath-lg {
  padding: 0 64px;
}
.spacer-breath-xl {
  padding: 0 128px;
}
.img-full-height {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.vertical-center {
  display: table;
}
.vertical-center .vertical-center-content {
  display: table-cell;
  vertical-align: middle;
}
.container-nop {
  padding: 0 !important;
}
.container-nop[class^=col-] {
  padding: 0 !important;
}
body {
  font-family: "montserrat", "opensans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #535353;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 992px) {
  body {
    font-size: 13px;
  }
}
a {
  color: #2a77a8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #80ccfa;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.nounderline {
  text-decoration: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 .h6 {
  font-family: "montserrat", "opensans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
}
h1,
.h1 {
  font-size: 2.9em;
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.5em;
  }
}
h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
h4,
.h4 {
  font-size: 25px;
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-size: 18px;
}
@media (max-width: 992px) {
  h5,
  .h5 {
    font-size: 15px;
  }
}
h6,
.h6 {
  font-size: 15px;
}
@media (max-width: 992px) {
  h6,
  .h6 {
    font-size: 13px;
  }
}
@font-face {
  font-family: "Ionicons";
  src: url('../fonts/ionicons/ionicons.eot?v=2.0.0');
  src: url('../fonts/ionicons/ionicons.eot?v=2.0.0#iefix') format('embedded-opentype'), url('../fonts/ionicons/ionicons.ttf?v=2.0.0') format('truetype'), url('../fonts/ionicons/ionicons.woff?v=2.0.0') format('woff'), url('../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff');
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-extralight-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-extralight-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.mc {
  margin-left: auto;
  margin-right: auto;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pd-0 {
  padding: 0;
}
.mg-0 {
  margin: 0;
}
@media (max-width: 767px) {
  .mc-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mc-md {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mc-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 5px;
  }
  .mr-xs {
    margin-right: 5px;
  }
  .mb-xs {
    margin-bottom: 5px;
  }
  .ml-xs {
    margin-left: 5px;
  }
  .mt-sm {
    margin-top: 10px;
  }
  .mr-sm {
    margin-right: 10px;
  }
  .mb-sm {
    margin-bottom: 10px;
  }
  .ml-sm {
    margin-left: 10px;
  }
  .mt-md {
    margin-top: 15px;
  }
  .mr-md {
    margin-right: 15px;
  }
  .mb-md {
    margin-bottom: 15px;
  }
  .ml-md {
    margin-left: 15px;
  }
  .mt-lg {
    margin-top: 30px;
  }
  .mr-lg {
    margin-right: 30px;
  }
  .mb-lg {
    margin-bottom: 30px;
  }
  .ml-lg {
    margin-left: 30px;
  }
  .mt-xl {
    margin-top: 50px;
  }
  .mr-xl {
    margin-right: 50px;
  }
  .mb-xl {
    margin-bottom: 50px;
  }
  .ml-xl {
    margin-left: 50px;
  }
  .pt-xs {
    padding-top: 5px;
  }
  .pr-xs {
    padding-right: 5px;
  }
  .pb-xs {
    padding-bottom: 5px;
  }
  .pl-xs {
    padding-left: 5px;
  }
  .pt-sm {
    padding-top: 10px;
  }
  .pr-sm {
    padding-right: 10px;
  }
  .pb-sm {
    padding-bottom: 10px;
  }
  .pl-sm {
    padding-left: 10px;
  }
  .pt-md {
    padding-top: 15px;
  }
  .pr-md {
    padding-right: 15px;
  }
  .pb-md {
    padding-bottom: 15px;
  }
  .pl-md {
    padding-left: 15px;
  }
  .pt-lg {
    padding-top: 30px;
  }
  .pr-lg {
    padding-right: 30px;
  }
  .pb-lg {
    padding-bottom: 30px;
  }
  .pl-lg {
    padding-left: 30px;
  }
  .pt-xl {
    padding-top: 50px;
  }
  .pr-xl {
    padding-right: 50px;
  }
  .pb-xl {
    padding-bottom: 50px;
  }
  .pl-xl {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .mc-xl {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .mt-sm {
    margin-top: 15px;
  }
  .mr-sm {
    margin-right: 15px;
  }
  .mb-sm {
    margin-bottom: 15px;
  }
  .ml-sm {
    margin-left: 15px;
  }
  .mt-md {
    margin-top: 23px;
  }
  .mr-md {
    margin-right: 23px;
  }
  .mb-md {
    margin-bottom: 23px;
  }
  .ml-md {
    margin-left: 23px;
  }
  .mt-lg {
    margin-top: 45px;
  }
  .mr-lg {
    margin-right: 45px;
  }
  .mb-lg {
    margin-bottom: 45px;
  }
  .ml-lg {
    margin-left: 45px;
  }
  .mt-xl {
    margin-top: 75px;
  }
  .mr-xl {
    margin-right: 75px;
  }
  .mb-xl {
    margin-bottom: 75px;
  }
  .ml-xl {
    margin-left: 75px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pt-sm {
    padding-top: 15px;
  }
  .pr-sm {
    padding-right: 15px;
  }
  .pb-sm {
    padding-bottom: 15px;
  }
  .pl-sm {
    padding-left: 15px;
  }
  .pt-md {
    padding-top: 23px;
  }
  .pr-md {
    padding-right: 23px;
  }
  .pb-md {
    padding-bottom: 23px;
  }
  .pl-md {
    padding-left: 23px;
  }
  .pt-lg {
    padding-top: 45px;
  }
  .pr-lg {
    padding-right: 45px;
  }
  .pb-lg {
    padding-bottom: 45px;
  }
  .pl-lg {
    padding-left: 45px;
  }
  .pt-xl {
    padding-top: 75px;
  }
  .pr-xl {
    padding-right: 75px;
  }
  .pb-xl {
    padding-bottom: 75px;
  }
  .pl-xl {
    padding-left: 75px;
  }
}
body {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  body {
    background-size: cover;
    text-align: center;
  }
}
html {
  width: 100%;
  height: 100%;
}
.wrapper {
  overflow: hidden;
}
.container {
  padding: 0px;
}
canvas#c {
  background-color: #EEEEEE;
  top: 0;
  left: 0;
}
.modal-open .content-body {
  filter: blur(3px) grayscale(100%);
  transition: 0.5s;
  overflow: hidden;
  height: 100%;
}
.modal-open .modal-backdrop {
  background-color: #10101a;
}
.modal-open .modal-backdrop.in {
  opacity: 0.95 !important;
}
.modal-dark .modal-content {
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.modal-dark .modal-content a {
  color: #ffffff;
}
.modal-header {
  border: none;
  padding: 0px;
}
.modal-body {
  padding-top: 0px;
}
.custom-form {
  text-align: left;
  font-family: "montserrat", "opensans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.custom-form textarea {
  resize: none;
}
.custom-form .form-control {
  padding: 15px;
  height: auto !important;
}
.custom-form .btn {
  text-transform: uppercase;
  padding: 15px;
}
.custom-form input,
.custom-form textarea {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 0;
  border-bottom-width: 3px;
  text-align: left;
}
.custom-form ::-webkit-input-placeholder {
  color: #fff;
}
.custom-form :-moz-placeholder {
  color: #fff;
}
.custom-form ::-moz-placeholder {
  color: #fff;
}
.custom-form :-ms-input-placeholder {
  color: #fff;
}
.blue-btn {
  background-color: #3DBDB6;
  color: #ffffff;
  font-weight: 700;
}
body#internal {
  background: none;
  background-color: #EEEEEE;
}
@media (min-width: 1200px) {
  body#internal .mt-xl {
    margin-top: 206px;
    padding: 20px 0px;
  }
}
body#internal .breadcrumb {
  padding: 0px;
  list-style: none;
  background: none;
  border-radius: 0px;
  font-size: 16px;
  color: #ffffff;
}
body#internal .breadcrumb a {
  color: #C2CFE8;
}
body#internal .internal-content {
  color: #585858;
  min-height: 30em;
}
body#internal .internal-content h1 {
  margin-bottom: 25px;
}
body#internal .internal-content p {
  margin-bottom: 18px;
}
body#internal .main-header.internal-header {
  background: url("../img/outros/mosaico.png") top center repeat #0a3f5e;
  padding: 0;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 150px;
}
body#internal .main-header.internal-header .header-img {
  position: absolute;
  top: -250px;
  left: -80%;
}
@media (max-width: 992px) {
  body#internal .main-header.internal-header .header-img {
    display: none;
  }
}
body#internal .main-header.internal-header .header-txt {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
  text-align: left;
}
body#internal .nav li a:hover {
  color: #ffb003;
}
.main-header {
  height: 100%;
  background: url("../img/backgrounds/header-003.jpg") top center no-repeat #102131;
  background-size: cover;
  position: relative;
  background-color: #102131;
  background-attachment: fixed;
  color: #ffffff;
}
.main-header #canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.main-header.header-home {
  padding: 0;
  height: 100%;
  min-height: 525px;
  display: table;
  width: 100%;
}
.main-header.header-home .header-img {
  position: absolute;
  top: -250px;
  left: -80%;
}
@media (max-width: 992px) {
  .main-header.header-home .header-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-header {
    text-align: center;
  }
}
.main-header .header-txt {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  /*.header-call-2-action {
      text-align: center;
      margin-top: 180px;
      .mt-md {
        margin-top: 35px;
      }
    }*/
}
.flutuant-logo {
  z-index: 1;
  position: absolute;
  bottom: 200px;
  right: 100px;
}
.flutuant-logo img {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
@media (max-width: 992px) {
  .flutuant-logo img {
    display: none;
  }
}
.footer-page {
  color: #90CDEE;
  font-size: 16px;
  min-height: 298px;
  padding: 64px 0;
  background: url("../img/backgrounds/footer.png") top right no-repeat;
  background-color: #0A3F5E;
}
.footer-page li {
  margin-bottom: 11px;
}
.footer-page li a {
  font-size: 16px;
  color: #90CDEE;
}
.copyright {
  background-color: #073149;
  min-height: 97px;
}
.copyright p {
  font-size: 12px;
  color: #90CDEE;
  margin-top: 28px;
  text-align: center;
}
.section-ecosystem {
  background: url("../img/backgrounds/ecosystem.jpg") center left no-repeat #0A3F5E;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.section-ecosystem .ecosystem {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.section-map {
  background-color: #222;
}
.section-map #map {
  min-height: 70vh;
  color: #585858;
  text-align: center;
}
.section-map .location {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 50%;
  height: 70vh;
}
@media (max-width: 992px) {
  .section-map .location {
    width: 100%;
  }
}
.section-map .location .location-content {
  color: #ffffff;
  padding: 0 32px;
}
.section-partners {
  background-color: #EEEEEE;
}
.section-partners h2 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 1em;
  color: #232323;
}
.section-partners .content {
  text-align: center;
  padding-bottom: 70px;
}
.navbar-theme {
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
@media (min-width: 767px) {
  .navbar-theme {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
}
.navbar-theme .logo-theme h1 {
  padding: 0;
}
@media (max-width: 768px) {
  .navbar-theme .logo-theme h1 {
    margin: 0;
  }
}
.navbar-theme .logo-theme h1 a {
  width: 204px;
  background: url("../img/logos/biotic.png") no-repeat left center;
  text-indent: -90000px;
  display: block;
  background-size: contain;
}
@media (max-width: 992px) {
  .navbar-theme .logo-theme h1 a {
    width: 120px;
    background-size: 100%;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .navbar-theme .logo-theme h1 a {
    width: 120px;
    background-size: 100%;
  }
}
.navbar-theme .navbar-theme-collapse {
  float: right;
}
@media (max-width: 1199px) {
  .navbar-theme .navbar-theme-collapse {
    float: none;
  }
}
.navbar-theme .navbar-toggle {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  border-left: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .navbar-theme .navbar-toggle {
    margin: 0;
  }
}
.navbar-theme .nav .open > a,
.navbar-theme .nav .open > a:focus,
.navbar-theme .nav .open > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.navbar-theme .open {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  border-bottom: 0;
}
.navbar-theme .open .dropdown-menu {
  background-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  border-top: 0;
  margin: 0;
}
.navbar-theme .open .dropdown-menu a {
  color: #102131;
}
.navbar-theme .open .dropdown-menu a:hover {
  color: #ffb003;
}
.top-nav-collapse .navbar-nav-theme {
  margin-top: 50px;
}
.top-nav-collapse .open {
  background-color: transparent;
}
.top-nav-collapse .open .dropdown-menu {
  background-color: #ffffff;
  margin-top: 10px;
}
.top-nav-collapse .open .dropdown-menu a:hover {
  color: #ffb003;
}
.navbar-nav-theme > li > a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
}
.navbar-nav-theme > li > a:hover,
.navbar-nav-theme > li > a:focus {
  color: #ffb003;
  background-color: transparent;
}
@media (max-width: 992px) {
  .navbar-nav-theme > li > a {
    /*padding: 15px 6px;*/
    /*text-align: center;*/
    /*margin-top: 10px;*/
  }
}
.navbar-theme {
  padding: 25px 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar-theme {
    padding: 10px 20px;
    background-color: rgba(8, 16, 25, 0.9);
  }
}
.top-nav-collapse {
  padding: 10px 20px !important;
  background-color: rgba(0, 0, 0, 0.8);
  /*.logo-theme h1 {
    margin-top: 5px;
    //margin-left: 80px;
    a {
      background: url("../img/logos/logo.png") no-repeat left top;
      background-size: contain;
    }
  }*/
}
@media (max-width: 768px) {
  .top-nav-collapse {
    padding: 10px 20px;
    background-color: rgba(8, 16, 25, 0.9);
  }
  .mt-ml-not {
    margin-left: 15px;
    margin-top: 10px;
  }
}
ul:not(.list-unstyled):not(.dropdown-menu) {
  list-style-image: url('../img/logos/ul-list.png');
  line-height: 2.5em;
}
.top-nav-collapse .navbar-nav-theme {
  margin-top: 0px !important;
}
.top-nav-collapse .navbar-nav-theme a {
  margin-top: 0px !important;
}
.ecosystem {
  background: url("../img/backgrounds/ecosystem.png") top center no-repeat transparent;
  background-size: 100%;
}
.div-logo-center-page {
  position: fixed; top: 50%; left: 50%; margin-top: -110px; margin-left: -150px;
  height: 220px;
  width: 300px;
  background: url("../img/fotos/biotic.png") no-repeat top center;
  background-size: contain;
  opacity: 0.7;
}
.dropdown-menu {
  border-radius: 8px !important;
  border: inherit !important;
}
.banner-button{
  background-color: #fff;
  color: #0a3f5e;
  font-size: 14px;
  position: fixed;
  top: 50%;
  left: -20px;
  z-index: 99996;
  display: none;
  cursor:pointer;
  text-align: center;
  padding: 5px 15px 5px 15px;
  border-radius: 10px 10px 0px 0px;
  transform: translateY(-50%) rotate(90deg);
}
.redes-sociais-fixas {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.nav>li>a {
    padding: 10px 8px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 3px;
    left: 100%;
}


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

