/* ConfiguraÃ§Ãµes das fontes */
@font-face {
  font-family: "Montserrat-ThinItalic";
  src: url('./fonts/Montserrat-ThinItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url('./fonts/Montserrat-Thin.ttf') format("truetype"); 
}

@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  src: url('./fonts/Montserrat-SemiBoldItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url('./fonts/Montserrat-SemiBold.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('./fonts/Montserrat-Regular.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  src: url('./fonts/Montserrat-MediumItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url('./fonts/Montserrat-Medium.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-LightItalic";
  src: url('./fonts/Montserrat-LightItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Light";
  src: url('./fonts/Montserrat-Light.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url('./fonts/Montserrat-Italic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-ExtraLightItalic";
  src: url('./fonts/Montserrat-ExtraLightItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url('./fonts/Montserrat-ExtraLight.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-ExtraBoldItalic";
  src: url('./fonts/Montserrat-ExtraBoldItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url('./fonts/Montserrat-ExtraBold.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-BoldItalic";
  src: url('./fonts/Montserrat-BoldItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url('./fonts/Montserrat-Bold.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-BlackItalic";
  src: url('./fonts/Montserrat-BlackItalic.ttf') format("truetype"); 
}
@font-face {
  font-family: "Montserrat-Black";
  src: url('./fonts/Montserrat-Black.ttf') format("truetype"); 
}
@font-face {
  font-family: "Sriracha-Regular";
  src: url('./fonts/Sriracha-Regular.ttf') format("truetype"); 
}

/* pirescoonfig */
.flex-align{display: flex; align-items: center;}
.abrop{color: #898989;font-family: "Montserrat-ExtraLight" !important;}
.abrotitle{color: #898989;font-family: "Montserrat-Light" !important;font-size: 40px;margin-bottom: 20px;}
.flex-end{display: flex; align-items: flex-end;}
.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.tomobile{display: none;}

@media (max-width: 768px),(max-width: 992px){  
  .flex-end{display: block;}
  .hidden-sm{display: none;}
  .abrotitle{font-size: 27px;}
  .section-title{font-size: 27px;}
}


body {
  font-weight: 300;
  font-family: "Montserrat-Regular";
}
header {
  z-index: 1000;
}
section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
section.background-gray-lighter {
  background: #cdcdcd;
}
section.background-gray-lightest {
  background: #f7f7f7;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
section.background-secondary {
  background: #746ea9;
  border-top: solid 1px #46426f;
  border-bottom: solid 1px #46426f;
}
.section-divider{display: block;width: 280px;height: 3px;background: #27cd99;margin-bottom: 20px;}
.section-title{font-size: 40px;color: #898989;text-align: left;font-weight: 400; font-family: "Montserrat-Bold";}

.section-inverse {
  color: #fff;
}
.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse h6 {color: #fff;}
.section-inverse .heading:after {background: #fff;}
.italic {font-style: italic;font-family: "Georgia", "Times New Roman", Times, serif;}
.heading {text-align: left;margin-bottom: 40px;}
.heading:after {
  content: " ";
  display: block;
  width: 100px;
  height: 2px;
  margin: 20px 0 20px;
  background: #011947;
}
@media (min-width: 1200px) {
  h1.heading {
    font-size: 68px;
  }
  h2.heading {
    font-size: 58px;
  }
}
.img-responsive {
  margin: 0 auto;
}
.no-space .box {
  margin: 0 -15px;
}
.margin-top {
  margin-top: 30px;
}
.margin-top--big {
  margin-top: 60px !important;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom--big {
  margin-bottom: 60px !important;
}
.margin-bottom--zero {
  margin-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.padding--small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-gray {
  color: #555555;
}


@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}
.clickable {
  cursor: pointer !important;
}
.required {
  color: #011947;
}
.accent {
  color: #011947;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.list-style-none {
  list-style: none;
}
.pages {
  text-align: center;
}
#map {
  height: 500px;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}

/* botoes */
.btninstitucional{font-family: "Montserrat-Bold"; background: #27cd99;color: #fff;border: none;padding: 10px 30px 10px 30px;width: 100%;-webkit-box-shadow: -2px 0px 24px 6px rgba(214,212,209,1);-moz-box-shadow: -2px 0px 24px 6px rgba(214,212,209,1);box-shadow: -2px 0px 24px 6px rgba(214,212,209,1);border-radius: 6px;}
.btninstitucional:hover{color: #fff !important;}
.btninstitucional:focus{outline: none !important; color: #fff;}


/* HOME */
.agrupa-video{
  position: absolute;
  text-align: center;
  right: 44px;
}
.agrupa-video video{
  border-radius: 12px;
  position: relative;
  width: 515px;
  top: 111px;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.26); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.26);
}

@media (max-width: 1200px) {
  .agrupa-video{
    position: relative;
    right: 0;
  }
  .agrupa-video video{
    width: 100%;
    top: 0;
  }
}


/*

=====================
SIGN UP FORM
=====================

*/
@media (max-width: 991px) {
  .sign-up-form .form-control {
    margin-bottom: 20px;
  }
  .sign-up-form .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sign-up-form .form-control {
    width: 350px;
  }
}
/*

=====================
EKKO LIGHTBOX
=====================

*/
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  text-decoration: none !important;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
  color: transparent;
}
.ekko-lightbox a:hover,
a:focus,
a:active {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.box-simple {
  text-align: center;
  margin-bottom: 48px;
}
.box-simple h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  color: #555555;
  font-weight: 400;
}
.box-simple h3 a {
  color: #555555;
}
.box-simple p {
  color: #999999;
}
.box-simple:hover .icon {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-simple.box-white {
  padding: 20px;
  border: dotted 1px #999999;
}
.box-simple.box-white .icon {
  color: #555555;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px #999999;
  background: #555555;
  color: #fff;
}
.box-simple.box-dark .icon {
  color: #f7f7f7;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark h3 {
  color: #fff;
}
.box-simple.box-dark h3 a {
  color: #fff;
}
.box-simple.box-dark p {
  color: #fff;
}
.box-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.box-image .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #011947;
}
.box-image .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.box-image .name h3 a {
  color: #fff;
  text-decoration: none;
}
.box-image .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-image:hover .name {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
.box-image:hover .text {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.box-image-text {
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.box-image-text .top {
  position: relative;
  margin-bottom: 10px;
}
.box-image-text .top .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
}
.box-image-text .top .logo {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box-image-text .top .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image-text .top .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.box-image-text .top .name h3 a {
  color: #fff;
  text-decoration: none;
}
.box-image-text .top .name h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.box-image-text .top .name h4 a {
  color: #fff;
  text-decoration: none;
}
.box-image-text .top .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image-text .content {
  padding: 15px 15px 0 15px;
}
.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.box-image-text .content p {
  color: #999999;
}
.box-image-text.bg-visible .bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.box-image-text:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-image-text:hover .name {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
.box-image-text:hover .text {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/*
NAVBAR
*/
.header {
  width: 100%;
  margin-bottom: 200px;
}
.navbar {
  font-weight: lighter;
  box-shadow: 0 1px 5px #666;
}
/* Ambiente de border top em tela grande no menu */
/* @media (min-width: 768px) {
  .navbar ul.nav > li > a {
    border-top: solid 5px transparent;
    padding-top: 23px;
  }
  .navbar ul.nav > li > a:hover {
    border-top-color: #011947;
  }
  .navbar ul.nav > li.active > a,
  .navbar ul.nav > li.open > a {
    text-decoration: none !important;
  }
} */
.navbar-toggle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #41a6ca;
}
ul.dropdown-menu li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.dropdown-menu li a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#login-modal {
  overflow: hidden;
}
#login-modal .modal-header h4 {
  text-transform: uppercase;
}
#login-modal form {
  margin-bottom: 24px;
}
#login-modal a {
  color: #011947;
}
#login-modal p {
  font-weight: 300;
  margin-bottom: 24px;
  font-size: 15px;
}
.modal-backdrop {
  z-index: 1035;
}
/* detalhes */
#detalhes{
  padding: 80px 0;
}

#detalhes .panel-default>.panel-heading{
  background: transparent;
}
#detalhes .panel{
  border: none !important;
}
#detalhes .panel-title{
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    padding-right: 20px;
}

a[aria-expanded="true"]{color: #011947;}

.owl-theme .owl-controls .owl-buttons div { position: absolute; border-radius: 0px !important; margin: 0px !important; padding: 3px 5px !important; }
.owl-theme .owl-controls .owl-buttons .owl-prev{ right: 100%; bottom: 50px; }
.owl-theme .owl-controls .owl-buttons .owl-next{ left: 100%; bottom: 50px; }
.owl-theme .owl-controls .owl-buttons div{ background: transparent !important; }
.owl-pagination{ display: none; }
.depoimentoscontrols{color: #979797;font-size: 49px !important;top: 32px;position: relative;}
.spebanntoleft{position: relative;width: 100%;left: 9%;}
.spebanntoleft img{float: right;}

.depoimentos{    height: 100px; text-align: center; font-size: 25px; margin-bottom: 28px; font-weight: 700; color: #979797;}
/* section nossas ferramentas */
.imgtools[src="onepage/img/capacete.png"]{position: relative;bottom: 200px;float: right; -moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.imgtools[src="onepage/img/leftnossaferramenta.png"]{float: left;position: relative;bottom: 117px;}


/* SECTION PARCERIAS */
.areia{background-image: url(../img/areia.png);}

/* section intagram */
#instagram{padding: 80px 0;}
@media (max-width: 768px) {
  #feedinstagram2 .case-instagram {flex-direction:column;align-items: normal;padding: 10px;}
  #instagram-feed1 {flex-direction:column;align-items: normal;/* padding: 10px; */}
  #instagram-feed1 .instagram_profile {flex-direction:row;justify-content:flex-start;margin: 0;padding: 0;margin-bottom: 5px;}
  #instagram-feed1 .instagram_profile img {width: 60px;height: 60px;margin-right: 14px;}
  #instagram-feed1 .instagram_profile p {margin:0;padding:0}
  #instagram-feed1 .instagram_profile p a:before {justify-content:flex-start}
  #instagram-feed1 .instagram_gallery {display:flex;flex-wrap: wrap;width: 100%;}
  #instagram-feed1 .instagram_gallery a {width: 31.3%;margin: 1%;}
  #instagram-feed1 .instagram_gallery a img {width: 100% !important;height: auto !important;}
  #instagram-feed1 .instagram_gallery a:nth-child(6){display: block !important;}
  .navegacao { display: none !important; }
}
@media (min-width:768px) and (max-width:1200px){
  #instagram-feed1 .instagram_gallery a:nth-child(4n+1){display: none !important;}
  #instagram-feed1 .instagram_gallery a img{width: 100%}
}
/* Instagram */
#feedinstagram2 {position: relative ;z-index: 1;margin-bottom:50px}
#feedinstagram2 .case-instagram {background: #f5f5f5;padding: 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;box-shadow: 0px 3px 6px 0px rgba(100, 100, 100, 0.19);border: 1px solid #e8e8e8;display: flex;align-items: center;justify-content: center;}
#instagram-feed1 {display:flex;align-items:center}
#instagram-feed1 .instagram_profile {margin-right:10px;padding:0 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
#instagram-feed1 .instagram_profile p {margin-bottom:0;margin-top:10px;font-size:0px !important;display: flex;}
#instagram-feed1 .instagram_profile p a:before {content:'Instagram';display:flex;justify-content:center;font-size: 23px;line-height: 23px;margin-bottom: 3px;font-weight: 700;}
#instagram-feed1 .instagram_profile p a{font-size: 16px;text-decoration: none !important;color: #454444 !important}
#instagram-feed1 .instagram_profile p a:hover {opacity:0.8}
#instagram-feed1 .instagram_profile img {border-radius:50%;}
#instagram-feed1 .instagram_gallery {display:flex;}
#instagram-feed1 .instagram_gallery a {border-radius: 5px;margin: 0 2px;}
#instagram-feed1 .instagram_gallery a img {border-radius: 5px;width: 180px ;height: 180px }
#instagram-feed1 .instagram_gallery a:hover img:hover {opacity:0.9}
#instagram-feed1 .instagram_gallery a:nth-child(6){display: none;}



.newsletter{background: #27cd99; padding: 57px 0 57px 0;}
.newsletter h4{color: #fff; font-family: "Montserrat-Bold";}
.newsletter p{color: #fff; font-family: "Montserrat-Regular" !important;}
.newsletter button{background: #fff;color: #27cd99;font-family: "Montserrat-Regular" !important;border: none !important;-webkit-box-shadow: -2px 0px 24px 6px rgb(107 106 106 / 26%);-moz-box-shadow: -2px 0px 24px 6px rgba(107, 106, 106, 0.261);box-shadow: -2px 0px 24px 6px rgb(107 106 106 / 26%);border-radius: 6px;padding: 13px 30px;width: 100%;}
.newsletter button:hover{color: #27cd99;}
.newsletter button:focus{outline: none !important; color: #27cd99;}
footer{background: #979797;padding: 57px 0 57px 0;}
footer a{color: #fff; font-family: "Montserrat-Light"; font-size: 17px;}
footer a:hover{color: #fff; text-decoration: none; font-size: 18px; transition: all .1s ease-in-out;}
footer ul{list-style: none;}
footer ul>li{margin-bottom: 30px;}
footer p,address{font-family: "Montserrat-Medium"; color: #fff; font-size: 17px;}
.social-links img{width: 32px;}

.copyright {
  margin-top: 40px;
  color: #999999;
}
.copyright p.credit {
  text-align: right;
}
.copyright p.credit a {
  color: #999999;
}
@media (max-width: 991px) {
  .copyright p.credit {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .copyright {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .copyright {
    text-align: center !important;
  }
}
/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 120px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #fff;
  border: solid 1px #cdcdcd;
  z-index: 2000;
}
#style-switch h4 {
  color: #555555;
}
/* ========================================= */
/* THEMING OF BOOTSTRAP COMPONENTS           */
/* ========================================= */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #cdcdcd;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #cdcdcd;
  border-color: #011947;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
  line-height: 1.55;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #cdcdcd #cdcdcd #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #011947;
}
.nav-tabs-justified > li > a {
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* navbar */
.navbar {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}

.navbar-nav {float: right; display: inline;}
.navbar-nav > li,.navbar-nav > li > a{display: inline !important; float: none;}


.navbar-text {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-bottom-color: transparent;
  padding: 20px 0 20px 0;
}
.navbar-default .navbar-brand {
  color: #011947;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2f89a9;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a{
  color: #979797;
}
a.cadastrese{color: #41d3a5 !important; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #979797;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #41d3a5;
  background-color: transparent;
  font-weight: 700;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #41a6ca;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #011947;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #41a6ca;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #011947;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #011947;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #41a6ca;
}
.navbar-default .navbar-link:hover {
  color: #011947;
}
header img.logoheader{position: absolute;width: 108px;right: 85%;top: 0;z-index: 1;}
#menu_flutuante{ width: 100%; display: none; position: fixed; top: 0; left: 0; z-index: 500;}
.logoflutuante{position: absolute;width: 109px;left: 9%;top: 0;}
/* dropdowns */
.dropdown-menu {
  z-index: 1000;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  line-height: 1.55;
  color: #555555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #011947;
}
/* modal */
.modal-content {
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
/* scaffolding */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #000000;
  background-color: #f5f3ef;
}
a {
  color: #011947;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #011947;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #cdcdcd;
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* breadcrumbs */
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 24px;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb a {
  color: #011947;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
    text-align: center;
  }
}
/* buttons  */
.btn {
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
}
.btn-primary {
  color: #ffffff;
  background-color: #011947;
  border-color: #011947;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ff4b4a;
  border-color: #ff3736;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* dropdowns */
.dropdown-menu > li > a {
  padding: 8px 20px;
}
/* labels */
.label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control:focus {
  border-color: #011947;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 116, 115, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 116, 115, 0.6);
}
.form-group {
  margin-bottom: 20px;
}
/* pager*/
.pager {
  margin: 24px 0;
  border-top: solid 1px #cdcdcd;
  padding-top: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #011947;
  border-radius: 2px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #011947;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 24px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #011947;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #011947;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #011947;
  border-color: #011947;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 32px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
}
p {
  margin: 0 0 24px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.text-small {
  font-size: 14px;
}
.text-large {
  font-size: 20px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #011947;
}
a.text-primary:hover {
  color: #ff4140;
}
.bg-primary {
  color: #fff;
  background-color: #011947;
}
a.bg-primary:hover {
  background-color: #ff4140;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 16px;
  border-left: 5px solid #011947;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* Nossos serviços */
#nossos-servicos{padding: 80px 0;}

#nossos-servicos .servico-unico {
  margin-bottom: 20px;
}

#nossos-servicos .servico-icone {
  float: left;
  background: #555;
  padding: 16px;
  border-radius: 17px;
  transition: 0.5s;
  border: 1px solid #555;
}

#nossos-servicos .servico-icone i {
  color: #fff;
  font-size: 24px;
}

#nossos-servicos .servico-unico:hover .servico-icone {
  background: #fff;
}

#nossos-servicos .servico-unico:hover .servico-icone i {
  color: #555;
}

#nossos-servicos .titulo-servico {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#nossos-servicos .titulo-servico a {
  color: #111;
}

#nossos-servicos .descricao-servico {
  margin-left: 63px;
  line-height: 24px;
}

.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #011947;
}
address {
  margin-bottom: 24px;
  line-height: 1.55;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-default {
  border-color: #666666;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #666666;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #666666;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #666666;
}
.panel-primary {
  border-color: #011947;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #011947;
  border-color: #011947;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #011947;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #011947;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #011947;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* ESTILIZAÇÃO PÁGINA A PLATAFORMA */
#aplataforma{
  background: url(../img/aplataformabanner.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  position: absolute;
  width: 100%;
  top: 60px;
}



#projeto3d{
  background: url(../img/aplataformalapis.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 100% 17%;
}


/* PÁGINA PLANOS  */

/* #planosbg{background: url(../img/planosbg.png);background-repeat: no-repeat;background-size: 52%;background-position: 100% 17%;height: 100%; } */
.setanobg::before {content: '';display: inline-block;height: 150px;width: 150px;top: 4px;position: relative;background: url(../icons/setanobg.ico) no-repeat 0px 0px;background-size: 150px;}
.boxplanos{height: auto;-webkit-box-shadow: -2px 0px 24px 6px rgb(107 106 106 / 26%);-moz-box-shadow: -2px 0px 24px 6px rgba(107, 106, 106, 0.261);box-shadow: -2px 0px 24px 6px rgb(107 106 106 / 26%);border-radius: 12px; margin-bottom: 57px;}
@media (max-width: 768px){  
  #planosbg{background: #fff; height: auto;}
  #aplataforma{top: 18%;}
}
.boxinferior div{height: 270px;}
@media (max-width: 320px){  .boxinferior div{height: 300px;}}

.boxsuperior{background: #979797;padding: 34px 0; border-radius: 12px;}
.boxsuperior h4{font-family: "Montserrat-Bold"; color: #fff;}
.boxsuperior p{font-family: "Montserrat-Regular"; color: #fff; height: 35px;}

.boxinferior{background: #fff;padding: 34px; border-radius: 12px;}
.boxinferior h4{font-family: "Montserrat-Bold"; color: #979797; font-size: 17px;}
.boxinferior p{font-family: "Montserrat-Regular"; color: #979797; font-size: 15px;}
.abroplanosp{color: #27cd99; font-family: "Montserrat-Regular"; cursor: pointer; font-size: 34px; font-family: "Montserrat-Bold"; }
.abroplanosp:hover{color: #27cd99; text-decoration: none;}


#detalhes a[data-toggle='collapse']::before {content: '';display: inline-block;height: 32px;width: 32px;top: 4px;position: relative;background: url(../icons/collapseico.ico) no-repeat 0px 0px;background-size: 32px;float: right; transition: all .3s ease-in-out;}

#detalhes a[aria-expanded='true']::before {content: '';display: inline-block;height: 32px;width: 32px;top: 4px;position: relative;background: url(../icons/collapseico.ico) no-repeat 0px 0px;background-size: 32px;float: right; transform: rotate(0);}
#detalhes a[aria-expanded='false']::before {content: '';display: inline-block;height: 32px;width: 32px;top: 4px;position: relative;background: url(../icons/collapseico.ico) no-repeat 0px 0px;background-size: 32px;float: right;transform: rotate(180deg);}

#mobile-nav a[data-toggle='collapse']::before {content: '';display: inline-block;height: 32px;width: 32px;top: 4px;position: relative;background: url(../icons/collapseico.ico) no-repeat 0px 0px;background-size: 32px;float: right; transition: all .3s ease-in-out;}

#mobile-nav a[aria-expanded='true']::before {
content: '';
display: inline-block;
height: 20px;
width: 20px;
top: 4px;
position: relative;
background: url(../icons/collapseico.ico) no-repeat 0px 0px;
background-size: 20px;
float: right;
transform: rotate(0);}
#mobile-nav a[aria-expanded='false']::before {content: '';display: inline-block;height: 20px;width: 20px;top: 4px;position: relative;background: url(../icons/collapseico.ico) no-repeat 0px 0px;background-size: 20px;float: right;transform: rotate(180deg);}



/* Estilização Quem Somos */
#quemsomos{background: url(../img/quemsomosbg.png);height: auto;background-repeat: no-repeat;background-size: 307px;background-position: right top;position: relative;width: 100%;bottom: 200px;margin-bottom: 54px;}

#missaovisaovalor{background: url(../img/visao1.png);height: 100%;background-repeat: no-repeat;background-size: 100%;background-position: right top;position: relative;width: 100%;}

#missaovisaovalor img{width: 190px;position: relative;bottom: 61px;}

#missaovisaovalor .abrotitle{font-size: 17px;margin: 0;}

@media (max-width: 768px){  
  #missaovisaovalor img{width: 190px;position: relative; bottom: 0; margin-top: 20px;}
  #missaovisaovalor{background: #fff; height: auto;}
  #quemsomos{display: none;}

}



/* PÁGINA CONTATO */
#contatobg{
  background: url(../img/contatobg.png);
  height: auto;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: right top;
  position: relative;
  width: 100%;
  bottom: 200px;
}
label.labelpagcontato{color: #898989;font-family: "Montserrat-Light" !important;}
input.pagcontato{width: 100%;border: 1px solid #27cd99;background: none;border-radius: 10px;height: 44px;padding: 0 0 0 10px; font-family: "Montserrat-Regular";}
.pagcontato:focus{border: 1px solid #27cd99 !important; outline: none;}
textarea.pagcontato{width: 100%;border: 1px solid #27cd99;background: none;border-radius: 10px;height: auto;padding: 0 0 0 10px; font-family: "Montserrat-Regular";}

.abrotitlecontato{color: #fff;font-family: "Montserrat-Light" !important;font-size: 40px;margin-bottom: 20px;}
.abropcontato{color: #fff;font-family: "Montserrat-ExtraLight" !important;}
.btnduvidawhite{
  font-family: "Montserrat-Bold"; background: #fff;color: #898989;border: 1px solid #898989;padding: 10px 30px 10px 30px;width: 100%;border-radius: 6px;}

.btnduvidawhite:focus{outline: none !important;}
.btnduvidawhite:hover{color: #898989;}
.geo{clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 78%); background: #979797; padding: 100px 0 100px 0;}


address .row{background: #fff;}
address .info-end{
  margin-top: 18px; margin-bottom: 18px;
}
address{color: #898989;}
address small{font-size: 10px;}
address i{color: #898989; font-size: 40px !important;}
@media (max-width: 768px){ 
  .inferiorcontato{display: none;}

 }
.inferiorcontato{background: url(../img/inferiorcontato.png);background-size: 539px;height: 578px;background-repeat: no-repeat;background-position: 129%;}

@media (max-width: 768px){ 
  #contatobg{background: #fff; bottom: 0;}
  .geo{clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 76%);}

}




/* HEADER MOBILE */
.sidebar-toggle{cursor: pointer;}
.header-mobile{background: #ffffff;z-index: 990;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);transition: margin-left 300ms ease-in-out 0s;display: none;border-bottom: 1px solid #27cd99;padding: 0 0 14px;}

@media (max-width: 764px) {.header-mobile{display: flex; align-items: center;} .tomobile{display: block;} .header{display: none;} #menu_flutuante{ display: none !important;} }

.sidebar-hide .logo {
  width: 60px;
}
.sidebar-hide .logo span {
  display: none;
}
.header-icon {
  font-size: 18px;
  padding: 12px 15px;
  color: #252525;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.header-icon i,
.header-icon img,
.header-icon span {
  cursor: pointer;
}
.header-icon.active,
.header-icon:focus,
.header-icon:hover {
  background: rgba(255, 255, 255, 0.3);
}
.header-icon.active .drop-down {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.drop-down {
  background: #ffffff;
  color: #252525;
  visibility: hidden;
  opacity: 0;
  width: 320px;
  position: absolute;
  right: 0;
  top: 55px;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
  border-top: 0;
  border: 1px solid #e7e7e7;
  z-index: 999;
}
.header-left .drop-down {
  left: 0;
}
.dropdown-content-heading {
  padding: 10px 15px;
}
.dropdown-content-heading span {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #373757;
}
.dropdown-content-heading i {
  position: relative;
  top: 5px;
  opacity: 1!important;
  color: #5873fe;
}
.dropdown-content-body li {
  padding: 15px;
  border-top: 1px solid #eef5f9;
}
.dropdown-content-body li.active,
.dropdown-content-body li:focus,
.dropdown-content-body li:hover {
  background: #eef5f9;
  border-top: 1px solid #eef5f9;
}
.dropdown-content-body li a.active,
.dropdown-content-body li a:focus,
.dropdown-content-body li a:hover {
  color: #868e96;
}
.dropdown-content-body li:last-child {
  padding: 5px 15px;
}



  
/* Mobile Nav Toggle */

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }

}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
  /* left: -100%; */
  display: none;
}

#mobile-nav img{}
#mobile-nav i::before{width: 32px; width: 32px;background-size: 32px; }
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #333333;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #333333;
}

#mobile-nav ul .menu-item-active {
  color: #333333;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #333333;
}  

.iconmenumobile{
  width: 70px; position: relative; left: 20px; bottom: 17px;
}

/* SECTIONS BG */
#firstbg{
  background: url(../img/sectionsbg/firstbg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 29%;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 1%;
  top: 65px;
  background-size: 654px;
}

#risk{background: url(https://www.abro.eng.br/img/Prancheta%2010.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: 0;background-position-y: 95px;background-size: 77%;}
#risk1,#risk2,#risk3,#risk4,#risk5,#risk6,#risk7,#risk8,#risk9,#risk10,#risk11{display: block;}
#risk1{background: url(../img/sectionsbg/risk1.png); height: 100%; width: 100%; position: absolute; background-repeat: no-repeat; background-size: 1607px; background-position-x: 619px; background-position-y: 16px;}
#risk2{background: url(../img/sectionsbg/risk2.png); height: 100%; width: 100%; position: absolute; background-repeat: no-repeat; background-position-y: 0;}
#risk3{background: url(../img/sectionsbg/risk3.png);height: 100%;width: 45%;background-repeat: no-repeat;position: absolute;background-size: 100%;z-index: -1;background-position-x: 52px;background-position-y: -27px;background-size: 621px;}
#risk4{background: url(../img/sectionsbg/risk3.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: 581px;background-position-y: 33%;background-size: 62%;}
#risk5{background: url(../img/sectionsbg/risk3.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: -173px;background-position-y: -35px;background-size: 62%;}
#risk6{background: url(../img/sectionsbg/risk6.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: 100%;background-position-y: 0;background-size: 62%;}
#risk7{background: url(../img/sectionsbg/risk7.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: 100%;background-position-y: -263px;background-size: 41%;}

/* Pagina a plataforma */
#planosbg2{display: block; background: url(../img/planosbg.png); background-repeat: no-repeat; background-size: 52%; background-position: 100% 17%; height: 100%; position: absolute; width: 100%; top: -199px;}
#risk8{background: url(../img/sectionsbg/risk8.png);height: 100%;width: 45%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: -97px;background-position-y: -43px;background-size: 100%;}
#risk9{background: url(../img/sectionsbg/risk8.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: 125%;background-position-y: -89px;background-size: 59%;}
#risk10{background: url(../img/sectionsbg/risk8.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: -69%;background-position-y: 76%;background-size: 59%;}
#risk11{background: url(../img/sectionsbg/risk11.png); height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: 100%;background-position-y: 0;background-size: 40%;}
#risk12{background: url(../img/sectionsbg/risk12.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: -11%;background-position-y: 0;background-size: 302px;}
#riskcontato{background: url(../img/sectionsbg/riskcontato.png);height: 100%;width: 100%;background-repeat: no-repeat;position: absolute;z-index: -1;background-position-x: -26px;background-position-y: -23%;background-size: 100%;}

  @media (max-width: 768px) {
    #risk,#risk1,#risk2,#risk3,#risk4,#risk5,#risk6,#risk7,#risk8,#risk9,#risk10,#risk11,#planosbg2{
    display: none;
  }


}
