*{font-family: 'Montserrat', sans-serif !important;}
h1, h2, h3, h4, h5, h6{font-size: 40px; font-weight: 700;color: #94a539;}
p{font-size: 16px;color: #484848;}
.light-page{
    background: #fff;
}
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: #B1733B;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #B1733B;
    -webkit-border-radius: 3px;
}

.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}

.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.collapse.show {
  background: #fff;
  text-align: center;
}
.img-center{
  display: block;
  margin: 0 auto;
}
.menu-topo {
  position: fixed;
  width: 100%;
  z-index: 8;
  background-color: #fff !important;
  transition: all 2s linear;
}
#nav-menu{
  padding-top: 10px;
  padding-bottom: 10px;
}
#nav-menu .bg-wrap{
  background-color: transparent;
  transition: all 2s linear;
}
#nav-menu .nav-link {
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
#nav-menu .nav-link:hover{
  color: #599200 !important;
}
#nav-menu .img-logo{
  margin: 0 auto;
  display: block;
}
.btn-doar{
  color: #fff;
  background: #94a539;
  border-radius: 30px !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Prompt', sans-serif !important;
  padding: 11px 40px;
}
.btn-cta{
  background: #94a539;
  color: #fff;
  border: 0px;
  padding: 18px 25px;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-cta:hover,.btn-doar:hover{
  background: #c56508;
}
/*===========================
    secao 1
=============================*/
#header{
  z-index: 4;
}
#header .bg-wrap {
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#header .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: -122px;
}
/*===========================
    secao 2
=============================*/
#secao-2 .bg-wrap{
  background-color: #fff;
}
#secao-2 h1{
  margin-bottom: 20px;
}
/*===========================
    secao 3
=============================*/
#secao-3 .bg-wrap {
  background: linear-gradient( 0deg, #8fa452 0%, #d1d15b 100%);
}
#secao-3 h2{
  color: #fff;
}
#secao-3 p{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
#secao-3 .foto{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*===========================
    secao 4
=============================*/
#secao-4 .bg-wrap{
  background: #fff;
}
#secao-4 .box{

}
#secao-4 .foto{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: -72px;
}
/*===========================
    secao 5
=============================*/
#secao-5 .bg-wrap{
  background-color: #f5f5f5;
}
#secao-5 h5{
  color: #828282;
}
#secao-5 .foto{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/*===========================
    secao 6
=============================*/
#secao-6 .bg-wrap{
  background: url(../images/banner6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


#footer .bg-wrap{
  background: linear-gradient( 0deg, #8fa452 0%, #d1d15b 100%);
}
#footer .foto{
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: -66px;
}

.seta{
  width: 16px;
  height: 29px;
  background: url('../images/seta.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.seta2{
  width: 16px;
  height: 29px;
  background: url('../images/seta2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.setanav{
  width: 18px;
  height: 33px;
  background: url('../images/setanav.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.setanav2{
  width: 18px;
  height: 33px;
  background: url('../images/setanav2.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;
}
/*===========================
    modal
=============================*/
.modal_orcamento .bg-wrap {
  border-radius: 8px !important;
}
.modal_orcamento .modal-content{
  width: 60%;
  margin: 0 auto;
  padding: 26px;
  border-radius: 8px;
}
.modal_orcamento  textarea {
    height: 130px;
}
.modal_orcamento  h4{
  font-size: 22px;
  color: #0A131C;
  font-family: sofia-medium !important;
  text-align: center;
}
.modal_orcamento  p{
  font-size: 14px;
  color: #585858;
  text-align: center;
  margin-bottom: 30px;
}

.modal_orcamento .form-control {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 3%;
  font-size: 13px;
}
.modal_orcamento  .btn{
  white-space: normal;
  background: #D09367;
  border-radius: 4px;
  color: #502E35;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  display: flow-root;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px  22%;
  font-family: sofia-medium !important;
}

#obrigado .bg-wrap {
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#obrigado .bg{
    background: #00000057;
}
#obrigado h1{
  font-family: sofia-medium !important;
  font-size: 48px;
  line-height: 100%;
  color: #D09367;
}
#obrigado p{
  font-size: 24px;
  color: #FFFFFF;
}
#obrigado .btn-cta{
  font-family: "sofia-regular" !important;
}

.social img{
  border-radius: 4px;
}
.social{
  left: calc(50% + 0px);
  transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  z-index: 8;
  text-align: center;
  background: #fff;
  padding: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 0px;
  width: 85%;
  margin: 0 auto;
  display:none;

}
.social ul.list-inline {
  margin-bottom: 0;
}
.social .separate-list li {
  border-bottom-width: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.social .separate-list li:last-child {
    border-right: 0;
}
.social p{
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #878787;
}
.separate-list li {
  border-color: rgba(0, 0, 0, 0.2);
}
.social ul.list-inline > li + li, .social ul.list-justify > li + li {
    margin-left: 0;
}
.social img{
  padding: 0 12px;
}
.padding-x2-list li {
  padding: 9px 0 12px 0;
}
.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.social{
    display: none;
  }

@media (min-width: 576px){
  .modal-dialog {
    max-width: 80%;
  }
}
.modal-content{
  padding: 3% 0%;
}



@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  .hidden-r{display: none;}
  .menu-topo {position: initial;}
  #nav-menu .img-logo {width: 100%;}
  #header .foto {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 32px;
  }
  #secao-4 .foto {
    margin-top: 0;
  }
  #footer .foto {
    width: 250px;
    margin-top: 0;
  }
  .btn-cta {
    margin: 0 auto;
    display: table;
  }
}

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

}