*{
  font-family: 'Ubuntu', sans-serif !important;
}

.light-page{
    background: #f1f1f1;
}

#wrap {
    overflow-x: hidden;
    overflow-y: hidden;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #000;
    -webkit-border-radius: 3px;
}
li ul {
    padding-left: 20px;
}

.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}
.btn-ctal{
  background: #96CB4B;
  border-radius: 11px;
  color: #FCFCFC;
  padding: 9px 16px;
  font-size: 20px;
  font-weight: 400;
  border: 0;
  display: block;
  text-align: center;
  white-space: normal;
}
.btn-ctal:hover{
  background: #48D6FF;
  text-decoration: none !important;
}
a.video-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background: url(../images/play2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    width: 88px;
    height: 88px;
    border-radius: 0%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
a.video-box:hover::after{
  opacity: 1;
}
a.video-box::before {
  display: none;
}
.mfp-iframe-holder .mfp-content {
  width: 50%;
}
.map iframe{
  width: 100%;
  height: 500px;
  border:0 !important;
}
video{
  width: 100%;	
  height: 480px;
}
#nav-menu ul.list-inline {
  float: right;
  margin-bottom: 0;
}
.menu-topo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
  background-color: #009FE3 !important;
  transition: all 2s linear;
}
#nav-menu{
  background: #000;
}
#nav-menu .texto p{
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
  margin-top: -3px;
  position: relative;
  bottom: -10px;
}
#nav-menu p{
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #E73257;
  margin-bottom: 0px;
  margin-right: 8px;
  top: 3px;
  position: relative;
}
.side-menu-wrapper { /* style menu wrapper */
  background: #000;
  padding: 0px 40px 0px 40px;
  position: fixed; /* Fixed position */
  top: 0;
  right: 0; /* Sidebar initial position. "right" for right positioned menu */
  height: 100%;
  z-index: 2;
  transition: 0.5s; /* CSS transition speed */
  width: 300px;
  font-size: 15px;
  box-sizing: border-box;
}
.side-menu-wrapper .box > ul{ /* css ul list style */
  list-style:none;
  padding:0;
  margin:0;
  overflow-y: auto; /* enable scroll for menu items */
}
.side-menu-wrapper .box > ul > li{ /* links */
  display: block;
  border-bottom: 0;
  padding: 7px 4px;
  color: #000;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}
.side-menu-wrapper .box ul li a:hover{
  color: #88865a !important;
  text-decoration: none !important;
}
.side-menu-wrapper a.menu-close { /* close button */
  font-size: 31px;
  color: #fff;
  margin-bottom: 0px;
  padding-left: 8px;
  top: 4px;
  position: relative;
  text-decoration: none;
}
.side-menu-wrapper hr{
  border-color: #eee;
}
.side-menu-wrapper .box-contato p{
  color: #000 !important;
    font-size: 14px !important;
  margin-bottom: 10px !important;
}
.side-menu-wrapper .logo{
  width: 179px;
}

.menu-overlay { /* overlay */
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

.side-menu-wrapper .box ul li ul{ 
  text-decoration: none;
  list-style:none;
  margin-top: 10px;
  display: none;
}
.side-menu-wrapper .box ul li ul li a{
  display: block;
  margin-top: 10px;
  padding-left: 8px;
  font-size: 13px;
}
.side-menu-wrapper .box ul li:hover ul{
  display: block; 
}
#nav-menu{
  display: none;
}
/*==========================
    home
=============================*/
#home{
	padding-top: 12vh;
	padding-bottom: 30vh;
	height: 100vh;
}
#home h1{
  color:#fff;
  font-weight: 300;
}
#home h1 strong{
	color: #96CB4B;
	font-weight: 300;
}
#home p{
  color:#fff;
  font-weight: 300;
}
#home .content-box{
	border-radius: 20px;
	padding: 36px 18px;
	border: 1px solid #fff;
	background: #fff;
}
#home .content-box p{
	color: #000;
	font-size: 25px;
	font-weight: 500;
}
.icon-img {
    height: 50px;
    margin-bottom: 15px;
}
/*==========================
    blog
=============================*/
#blog{
  min-height: 100vh;
}
#blog h1{
  font-weight: 500;
  font-size: 40px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#blog h2{
  color: #96CB4B;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
#blog h3{
  font-weight: 500;
  font-size: 18px;
  color: #96CB4B;
  margin-bottom: 0px;
}
#blog h4{
  color: #96CB4B;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
}
#blog p{
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
#blog  ul {
  padding-left: 20px;
}
#blog  ul li {
  list-style-position: outside;
}
#blog li{
  font-size: 16px;
  color: #000;
}

@media (min-width: 768px){
  .pr-md-75 {
      padding-right: 75px !important;
  }
  .pl-md-75 {
      padding-left: 75px !important;
  }
}
#blog .accordion-post{
  background-color: transparent;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #C2C2C2;
  outline: none;
  position: relative;
  transition: 0.1s;
}
#blog .accordion-post:hover{
  background-color: transparent;
  border-bottom: 2px solid #000;
}
#blog .accordion-post.active{
  background-color: #fff;
  border: 0;
  border-radius: 10px 10px 0px 0px;
}
#blog .accordion-post:after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  border: solid #C2C2C2;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#blog .accordion-post.active:after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  border: solid #96CB4B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#blog .panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
  position: relative;
}
#blog .panel.show {
  opacity: 1;
  max-height: 100% !important;
  padding: 10px 0px 50px 0px;
  font-size: 16px;
  color: #03233A;
  background-color: #fff;
  border-top: 0;
  border-radius: 0;
}
#blog .panel.show .scroll-d {
  height: auto;
  overflow-y: auto;
}
#blog .img-post{
  display: block;
  margin: 0 auto;
  max-height: 480px;
}
#blog .foto{
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: 0 auto;
}
#blog hr{
  border-color: #ddd;
}
#blog .content-box{
  background: #fff;
  padding: 20px;
  margin: 0px 30px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#blog .content-box-2{
  background: #eee;
  padding: 20px;
  margin: 0px 30px;
  width: 100%;
}
#blog .box-menu{
  background: #000;
  min-height: 100vh;
}
#blog .box-menu h2,
.side-menu-wrapper h2{
  font-weight: 300;
  font-size: 19px;
  color: #F1F1F1;
}
.active-menu{
  color: #96CB4B !important;
  font-weight: 500 !important;
}
#blog .box-menu .menu-ul,
.side-menu-wrapper .menu-ul{
  list-style: none;
  margin-bottom: 0px;
  padding: 10px 12px 0px 37px;
}
#blog .box-menu li,
.side-menu-wrapper li{
  font-weight: 300;
  font-size: 16px;
  color: #F1F1F1;
  margin-bottom: 5px;
}
#blog .box-menu .card,
.side-menu-wrapper .card{
  border-bottom: 1px solid #212121;
  padding-bottom: 10px;
}
#blog .box-menu .btn-block,
.side-menu-wrapper .btn-block{
  padding-bottom: 0;
}
#blog .card-header,
.side-menu-wrapper .card-header{
  background: #000;
  transition: all 0s linear;
}
#blog .collapsed, 
.side-menu-wrapper .collapsed{
  background: #000;
  transition: all 0s linear;
}
#blog .form-control, 
.side-menu-wrapper .form-control{
  background: #212121 url(../images/lupa.svg);
  background-size: 20px;
  border: 0px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 10px 10px 12px 43px;
  color: #fff;
}
#blog ul.list-inline > li p{
	margin-bottom: 0px
}
#blog ul.list-inline > li:hover{
  border-bottom: 2px solid #96CB4B;
}


.comment-none,
.comment-form-cookies-consent{
  display: none !important;
}
.comments h6{
  font-weight: 500;
  font-size: 15px;
  color: #009FE3;
}
.comments .form-control{
  background: #AAE6FF !important;
  margin-bottom: 15px;
}
.depth-2{
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-my-color-5{
  background: #fbb134;
  color: #FCFCFC;
  padding: 15px 38px;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  display: block;
  text-align: center;
  white-space: normal;
}
.img-logo{
  width: 221px;
  display: block;
  margin: 0 auto;
}
#blog .prev-or-loop-link,
#blog .next-or-loop-link{
  font-size: 15px;
  color: #000;
}
#blog .prev-or-loop-link a,
#blog .next-or-loop-link a{
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
iframe{
  width: 100%;
  height: 236px;
}
#footer{
  background: #fff;
}
#footer p{
  font-size: 14px;
  color: #03233A;
  margin-bottom: 0px;
}
#footer img{
  width: 184px;
}

.seta{
  width: 32px;
  height: 32px;
  background: url('../images/setanav.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
}
.seta2{
  width: 24px;
  height: 24px;
  background: url('../images/setanav2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -20px;
}

.setanav{
  width: 27px;
  height: 26px;
  background: url('../images/seta.svg');
  background-size: cover;
  background-repeat: no-repeat;
  
}
.setanav2{
  width: 27px;
  height: 26px;
  background: url('../images/seta2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  
}

.owl-nav .owl-prev {
  left: -44px;
  top: 55%;
}
.owl-nav .owl-next {
  right: -44px;
  top: 55%;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}
.owl-theme .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    margin: 5px 7px !important;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 20px;
    cursor: pointer;
}
.owl-dot.active>span{
  background: #01CDBA!important;
  border-color: #01CDBA !important;
}
.carousel-dots-center-bottom .owl-dots{
  bottom: -42px;
}

/*===========================
   wordpress
=============================*/
.wpusb-title {
    font-size: 14px;
    color: #14142b;
    display: inline-block;
    padding-right: 20px;
}
#artigos hr{
  border-color: #d5dbd0;
}
#artigos .size-full{
  width: 100% !important;
  margin: 0 auto;
  display: block;
}
blockquote {
  border-left: 2px solid #88865a;
  background: #f1f5ed;
  padding: 20px 20px 20px 25px;
  display: table;
  margin: 0 auto;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 4.4em;
  font-weight: 700;
  color: #88865a;
}
#artigos h1{
  font-size: 42px;
  color: #FF6D05;
  margin-bottom: 20px;
}
#artigos h2{
  font-size: 34px;
}
#artigos h3{
  font-size: 24px;
}
#artigos h4{
  font-size: 25px;
}
#artigos h5{
  font-size: 14px;
}
#artigos h6{
  font-size:10px;
}
#artigos p{
  font-size: 19px;
  color: #8D8D8D;
}
img, svg {
    height: auto;
    max-width: 100%;
}
img.alignleft, img.alignright {
    float: none;
    margin: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  width: auto !important;
    height: auto !important;
}

img.alignleft, img.alignrig{
  margin: 0;
}
.alignleft {
    display: inline;
}

@media screen and (min-width: 30em){
img.alignleft {
    float: left;
    margin-right: 1.5em;
}
img.alignright {
    float: right;
    margin-left: 1.5em;
}

}
dfn, cite, em, i {
    font-style: italic;
}
/*===========================
    modal
=============================*/
.wpcf7-spinner {
    position: absolute;
}

.modal_orcamento .bg-wrap {
  border-radius: 8px;
}
.modal_orcamento .modal-content{
  width: 70%;
  margin: 0 auto;
  padding: 26px;
  border-radius: 8px;
}
.modal_orcamento  textarea {
    height: 130px;
}
.modal_orcamento  h3, .modal_orcamento  h4{
  font-size: 15px;
  color: rgba(18, 17, 39, 0.72);
  margin-bottom: 20px;
  text-align: center;
}

.modal_orcamento .btn {
  width: 100%;
  padding: 15px;
  margin-top: 30px;
  border-radius: 8px;
}
::-webkit-input-placeholder { /* Edge */
  font-weight: 300 !important;
  font-size: 15px !important;
  color: #F1F1F1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 300 !important;
  font-size: 15px !important;
  color: #F1F1F1 !important;
  
}
::placeholder, select{
  font-weight: 300 !important;
  font-size: 15px !important;
  color: #F1F1F1 !important;
}
.modal_orcamento .btn-liga{
  background: #00A291;
  color: #fff !important;
}
.modal_orcamento .btn-w{
  background: #12B937;
}
.contact-form p {
  display: none;
}
.icon-seta {
  width: 16px;
  height: 9px;
  background-image: url(../images/icon-seta.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
}

img.mfp-img {
  max-height: 2000px !important;
}

@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  img.mfp-img{
    max-height: 657px;
  }
  iframe{
  width: 100%;
  height: 250px;
  }
  .mfp-iframe-holder .mfp-content {
    width: 80%;
  }
  .setanav{
    margin-bottom: 0;
    margin-left: 0px;
  }
  .setanav2{
    margin-right: 0px;
  }
  .hidden-r, br{display: none;}
  .linha-secao {
    align-items: center;
    margin: 0 auto;
    display: block;
  }
  .modal_orcamento .modal-content{
  width: 90%;
  }
  .seta{
    margin-left: 0;
  }
  .seta2{
    margin-right: 0;
  }
  .social {
    display: block;
  }
  .img-logo {
    width: 194px !important;
  }
  #nav-menu{
    display: block;
  }
  #blog h1 {
    font-size: 27px;
  }
  #blog .foto {
    margin-bottom: 30px;
  }
 .side-menu-wrapper h2 {
    font-size: 15px;
  }
  .side-menu-wrapper .card {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .side-menu-wrapper .btn{
    padding: 0px 1rem;
  }

#accordionExample2{
  height: 300px;
  padding-right: 10px;
  overflow-y: auto;
}
#accordionExample2::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 16px;
}
#accordionExample2::-webkit-scrollbar-track-piece {
  background-color: #F9F6F6;
  -webkit-border-radius: 3px;
}
#accordionExample2:hover::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #96CB4B;
  -webkit-border-radius: 3px;
}
#accordionExample2:hover::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #96CB4B;
  -webkit-border-radius: 3px;
}




}

@media (max-width: 1000px) {
 .linha-secao{
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}