/* ------------------------------------------------------------------------------

  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Helpers

  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Team
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


      
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'unimed', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #666666;
  -webkit-overflow-scrolling:touch;
}

.body-fullpage{
  overflow: hidden;
}


::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #B1D34B;
  border-radius: 0px;
}

::selection{
  background-color:#B1D34B;
  color:#fff;
}

-webkit-::selection{
    background-color:#B1D34B;
    color:#fff;
}

::-moz-selection{
    background-color:#B1D34B;
    color:#fff;
}



/* 1.2 Typography */


h1,
.h1{ 
  font-size: 3.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.166;
  color: #000;
  letter-spacing: 0;
  /* margin:2.6rem 0; */
  margin: 0.8rem 0;
  }

h3,
.h3{
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.2;
  letter-spacing: -0.0025em;
  color: #000;
  /* margin:2.6rem 0; */
  margin: 0 0 0.8rem 0;
}

h4,
.h4{
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #000;
  /* margin:2.6rem 0; */
  margin: 0.115rem 0;
}

h5,
.h5{
  /* font-weight: 600; */
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing:0;
  color: #000;
  /* margin:2.6rem 0; */
  /* margin: 1.3rem 0; */
  margin: 0rem 0;
}

h6,
.h6{
  font-weight: 500;
  font-size: 1.05em;
  line-height: 1.2;
  letter-spacing:0;
  color: #000;
  /*margin:2.6rem 0; */
  margin: 0 0 0 0;
  font-family: 'unimed', arial, sans-serif;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-family: 'unimedSlabBold', arial, sans-serif;
}

p,
blockquote{
  /* margin-bottom: 2.6rem; */
  margin-bottom: 0.25rem !important;
  letter-spacing: -0.0125rem !important;
}

a {
  color:#B1D34B;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#B1D34B;
  outline: none;
}


a:focus{
  text-decoration: none;
}


a.dstk {
  color:#A3238E !important;
  font-family: 'unimedSlabBold', arial, sans-serif !important;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
          padding: 2px 20px !important;
          border-radius: 99px !important;
          border: 1px solid #ccc;
          background-color: #fff;
}

a.dstk:hover,
a.dstk:focus {
  color:#A3238E !important;
  background-color:#e5e5e5 !important;
  outline: none;
  text-decoration: none;
}


a.pinklink {
  color:#A3238E !important;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
          text-decoration: underline;
}

a.pinklink:hover,
a.pinklink:focus {
  color:#A3238E !important;
  background-color:#e5e5e5 !important;
  outline: none;
  text-decoration: none;
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:#fff;
  border:0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding:0.2rem 1rem 0;
  height:3.6em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  padding-top: 0.8rem;
  height: 15rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #B1D34B;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group{
  margin-bottom: 30px;
}

input.error{
  border-color: #B1D34B;
}

.mc-label,
label.error{
  font-size: 0.93em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}



/* 1.4 Buttons */



.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #00995D;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
  transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#B1D34B;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-upper{
  font-weight: 600;
  text-transform: uppercase;
}

.btn-yellow{
  background: #B1D34B;
  color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus{
  background: #000;
}

.accordion {
 color:#fff;
  letter-spacing: 0.025em;
  font-size: 1.8rem;
  font-family: 'unimedSlab', arial, sans-serif;
  display: block;
  border-top:1px solid #FFCB08;
  padding: 15px 10px 15px 0px;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
  transition: all .3s ease-out!important;
}

.accordion:hover, .accordion:focus {
  color:#FFCB08;
  text-decoration: none;
 }

.accordion:active {
  color:#FFCB08;
  text-decoration: none;
 }

.accordion::after {
  /* content: '\002B'; */
  content: "\2212";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 1.2em;
 }

.accordion:active::after {
  content: "\2212";
}

.collapsed::after {
	content: '\002B'!important;
}


/* 1.5 Icons */

.icon{
  display: inline-block;
  font-size: 4.2rem;
}

.link-arrow{
  display: inline-block;
  color: #000;
  line-height: 1.0!important;
  font-weight: 600;
}

.link-arrow .icon{
  position: relative;
  top:0.1rem;
  margin-left: 0.7rem;
  font-size: 2.1em;
  vertical-align: middle;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.link-arrow .ion-ios-arrow-right{
  font-size: 1.5em;
}

.link-arrow:hover{
  color: #B1D34B;
  text-decoration:none;
}

.link-arrow:hover .icon{
  -webkit-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}



/* 1.6 loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #B1D34B;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Helpers */



.text-dark{
  color: #000;
}

.text-muted{
  color: #999;
}

.text-white{
  color: #fff;
}

.text-primary{
  color: #B1D34B;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.text-rosa{
  color: #A3238E;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.pt-0{
  padding-top: 0!important;
}

.pb-0{
  padding-bottom:0!important;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.overflow-hidden{
  overflow: hidden;
}

.visible-xl{
  display: none;
}



/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/



.navbar{ 
  position: absolute;
  z-index: 11;
  left:0;
  top:0;
  width:100%;
  padding-top: 2.0rem;
  /*height: 7rem; */
  height: 5.6rem;
  margin:0;
  border-radius: 0;
  border:0;
  z-index: 99;
}

.navbar .brand{
  float: left;
  /* margin-top: -0.5rem; */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}



/* 2.1 Navbar elements */



.brand{
  line-height: 1.2;
  color: #000;
  display: inline-block;
}

a.brand:hover,
a.brand:focus{
  text-decoration: none;
  color: #000;
}

.brand img{
  display: inline-block;
  vertical-align: top;
  margin-right: 0.65rem;
  margin-bottom: 5px;
  /* height: 2.356rem; */
}

.brand-info{
  display: inline-block;
}

.brand-name{
  /* font-weight: 600; */
  font-size: 1.314rem;
  line-height: 1;
}

.brand-text{
  color: #868686;
  font-size: 0.857rem;
  font-weight: 300;
  margin-top: -0.3rem; 
}

.navbar-toggle{
  display: block;
  margin:0;
  padding: 0;
  border-radius: 0;
  /* margin-left: 6.5rem; */
  margin-left: 3.5rem;
}

.navbar-toggle .icon-bar{
  /* background-color: #000; */
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar{
  background-color:  #B1D34B;
}

.navbar .social-list{
  float: right;
}

.social-list{
  overflow:hidden;
}

.social-list a{
  float: left;
  font-size: 1.64rem;
  line-height: 1;
  color:#000;
  margin-left: 1rem;
  border-radius: 99px;
  border: 0px solid #fff;
  padding: 4px;
  width: 34px;
  height: 34px;
  text-align: center;
}

.social-list a:first-child{
  margin-left: 0;
}

.social-list a:hover{
  color:#B1D34B;
  text-decoration: none;
}

.navbar-spacer{
  margin:-1rem 4.5rem 0;
  width: 1px;
  height: 3.3rem;
  background-color: #e0e0e0;
}

.navbar-address{
  float: left;
  margin-left: 4rem;
  /* margin-left: 4.5rem; */
  /* font-weight: 600; */
  text-transform: uppercase;
  margin-top: 10px;
}

.navigation{
  float: right;
  margin-top: -0.3rem;
  font-size: 1rem;
  /* font-weight: 600; */
  text-transform: uppercase;
}

.navigation ul{
  list-style: none;
}

.navigation ul li{
  float: left;
  margin-right: 2.6rem;
}

.navigation ul li:last-child{
  margin-right: 0;
}

.navigation ul li a{
  color: #000;
}

.navigation ul .active a,
.navigation ul li a:hover{
  color:#B1D34B;
  text-decoration: none;
}



/* 2.2 Navbar affix */



.navbar.affix{
  position: fixed;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
  background: #fff;
}



/* 2.3 Sidebar menu */



.click-capture{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: rgba(0,0,0,0.3);
  transition: opacity 0.5s;
}

.menu{
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.close-menu{
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 2.1rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-menu:hover{
  color: #B1D34B;
}

.menu .menu-lang{
  font-size: 1.2rem;
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top:3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  -o-transition:  transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a{
  display: inline-block;
  margin-left: 1.5rem;
  color: #999999;
}

.menu-lang a:first-child{
  margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover{
  color: #B1D34B;
  text-decoration: none;
}

.mobile-menu ul{
  opacity: 0;
  position: absolute;
  left: 0;
  top:9rem;
  bottom:7.5rem;
  padding-left: 15%;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  font-weight: 600;
  letter-spacing: -0.025rem;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.mobile-menu ul li a{
  color: #00995d;
}

.mobile-menu ul .active > a,
.mobile-menu ul .active,
.mobile-menu ul li a:hover{
  text-decoration: none;
  color: #A3238E ;
}

.mobile-menu ul > li{
  font-size: 1.65rem;
  line-height: 1;
}

.mobile-menu ul > li{
  /* margin-top: 2.6rem; */
   margin-top: 1.6rem;
}

.mobile-menu ul > li:first-child{
  margin-top: 0;
}

.menu-footer{
  position: absolute;
  left: 15%;
  bottom: 4rem;
}

.menu-footer .social-list{
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.5s 0.7s ease;
  -o-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a{
  color: #b1b1b1;
  margin:0;
  margin-right:2.7rem;
}

.menu-footer .social-list a:last-child{
  margin-right: 0;
}

.menu-footer .social-list a:hover{
  color:#B1D34B;
}

.menu-footer .copy{
  opacity: 0;
  display: none;
  margin-top: 3.2rem;
  color: #000;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.5s 0.9s ease;
  -o-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture{
  visibility: visible;
  opacity: 1;
}

.menu-is-opened .menu{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy{
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy{
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay:0s;
  transition-delay: 0s;
}



/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/



.wrapper{
  padding-top:7rem;
  overflow-x:hidden;
}

.boxed{
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid{
  padding: 0;
  max-width: 100%;
}

.left-boxed{
  left: 1.7rem;
}

.right-boxed{
  right:1.7rem;
}

.section{
  padding:10.28rem 0;
}

.section-title{
  margin:0;
}

.section-title .link-arrow-2{
  margin-top:1.05rem;
}

.section-subtitle{
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B1D34B;
  margin-bottom: 1rem;
}



/* 3.1 Jumbotron */



.jumbotron{
  position: relative;
  overflow: hidden;
  padding:0;
  margin:0;
  color: #fff;
  background-color: #fff;
}


/* 3.2 Slider */



.rev_slider .link-arrow{
  color: #fff;
}

.rev_slider .link-arrow:hover{
  color:#B1D34B;
}

.rev_slider .link-arrow:hover .icon{
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}



/* 3.3 Section About */



.section-about-title{
  margin-bottom: 5rem;
}

.dots-image{
  display: inline-block;
  position: relative;
}

.dots-image img{
  display: block;
  position: relative;
  z-index: 1;
}

.dots-image .dots{
  position: absolute;
  left:-5%;
  bottom: -5%;
  width: 101%;
  height: 57.2%;
  background:url(../images/bg/dots.png) 0 0 repeat;
}

.experience-box{
  position: relative;
  white-space:nowrap;
  margin:6rem 0;
}

@media (min-width: 992px){
  .experience-box {
    margin-top: 5rem;
  }

  .container {
    width: 90%;
  }
}

@media (min-width: 1200px){
  .experience-box{
    margin-top: 12.0rem;
  }
}

.experience-border{
  display: inline-block;
  vertical-align: middle;
  width: 12.15rem;
  height: 12.15rem;
  border:0.357rem solid #B1D34B;
}

.experience-content{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -8rem;
  top:0.2rem;
}

.experience-number{
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.experience-info {
  /* display: inline-block; */
  display: inline-block;
  /* vertical-align: middle; */
  /* margin:-1rem 0 0 0.8rem; */
  margin:0rem 0rem;
  font-size: 1.57rem;
  line-height: 1.181;
  color: #000;
  padding: 10px;
 /* background:url(../images/bg/dots.png) 0 0 repeat; */
}

.bg-box-reputacao{
display: block;
/* background:url(../images/bg/dots.png) 0 0 repeat; */
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23e9e8ea' fill-opacity='0.89' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
margin-bottom: 5px;
padding: 8px;
border: 1px dotted #ccc;
border-radius: 10px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, .015);
}

.bg-dots1{
display: block;
/* background:url(../images/bg/dots.png) 0 0 repeat; */
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23e9e8ea' fill-opacity='0.89' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
margin-bottom: 15px;
padding: 10px;
}

.bg-dots{
  background:url(../images/bg/dots2.png) 0 0 repeat;
}

.section-info{
  color: #999999;
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem;
}

.title-hr{
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #B1D34B;
}

.section-info .title-hr{
  margin:0 0 2rem;
}

.info-title{
  width: 1px;
}

.row-services{
  margin:-4rem -2.5rem 0 -2.5rem;
}

.col-service{
  color:#333;
  margin-top: 4rem;
  padding:0 2.5rem;
}

.col-service h4{
  margin-top: 3.3rem;
}

.col-service p{
  margin-bottom: 0;
}


/* 3.4 Section Projects */



.section-projects{
  padding-bottom: 8rem;
}

.filter-content{
  position: relative;
  overflow: hidden;
}

.filter{
  list-style: none;
  font-size: 1.142rem;
  font-weight: 600;
  color: #000;
  padding-left: 0;
  margin:0;
}

.filter li{
  margin:0.6rem 2.6rem 0 0 ;
  display: inline-block;
}

.filter li:last-child{
  margin-right: 0;
}

.filter li a{
  color: inherit;
}

.filter li a:hover,
.filter .active a{
  color: #B1D34B;
  text-decoration: none;
}

.section-projects .filter-content{
  margin:2rem 0 0 0;
}

.section-projects .filter{
  margin: 0;
}

.section-projects .view-projects{
  margin:0.85rem 0 0 0;
}

.view-projects{
  display: inline-block;
  font-style: italic;
  color: #999999;
}

.view-projects:hover{
  text-decoration: none;
  color: #B1D34B;
}



/* 3.4.1 Projects Carousel */



.project-carousel{
  /* margin-top: 5.92rem; */
  margin-top: 2.52rem;
}

.owl-nav{
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav .disabled{
  color: #bcbcbc;
}

.owl-prev,
.owl-next{
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-prev:before{
  font-family:"Ionicons";
  content: "\f3d2";
}

.owl-next:before{
  font-family:"Ionicons";
  content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover{
  color: #B1D34B;
}

.owl-dots{
  text-align: center;
  /* margin-top: 5.857rem; */
  /* margin-top: 2.857rem; */
  margin-top: 10px;
}

.owl-dot{
  display: inline-block;
  vertical-align: top;
   margin:0 0.6rem;
}

.owl-dot span{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #cccccc;
  border-radius: 99%;
}

.owl-dot.active span{
  background-color: #B1D34B;
}

.project-item{
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-item img{
  width:100%;
}

.item-shadow{
  position: relative;
}

.item-shadow:before{
  content:'';
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
}

.project-item .link-arrow{
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.project-hover{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100.1%;
  height: 100%;
  padding:4.85rem 3rem;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.project-title{
  color: #fff;
  margin:0;
}

.project-hover .project-title{
  position: absolute;
  bottom: 5.5rem;
}

.project-description{
  opacity: 0;
  margin-top:12%;
  line-height: 1.71;
  color:#333333;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}

.project-item:hover .project-hover{
  background-color: rgba(206,224,2,0.85);
}

.project-item:hover .project-hover .project-title{
  position: relative;
  color: #000;
  bottom:2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.2s ease;
  -o-transition: all 0.4s 0.2s ease;
  transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow{
  color: #000;
}

.mfp-container{
  padding: 0;
}

@media (min-width: 900px){
  .mfp-container{
    padding: 0;
  }
}

.zoom-anim-dialog{
  background: #fff;
  padding: 2.6rem;
  /* padding: 1.6rem; */
  margin:0 auto;
}



/*
* Fade-zoom animation for first dialog
*/
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.78;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


.mfp-close-btn-in .mfp-close{
  color: #000;
}

.mfp-close{
  font-family: 'Linearicons';
  line-height: 1;
  width: auto;
  height: auto;
  top:0px;
  right: 5px;
  font-size: 2.0rem;
  transition: all 0.5s;
}

@media (min-width: 1200px){
  .mfp-close{
    top:5px;
    right: 10px;
  }
 
}

.project-detail-img{
  width: 100%;
  display: block;
}

.project-detail-title{
  font-size: 2.57rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin:1rem 0 0.5rem 0;
}

.project-detail-title-pq{
  font-size: 2.0rem;
  letter-spacing: -0.025em;
  line-height: 1.16666;
  margin:0.1rem 0 0.3rem 0;
}

@media (min-width: 1200px){

  .project-detail-img{
    padding-right: 5px;
  }

  .project-detail-title{
    font-size: 2.25rem;
    letter-spacing: -0.025em;
    line-height: 1.16666;
	margin:0.5rem 0 0.74rem 0;
    /* margin:2.5rem 0 3.4rem 0; */
  }
}


.project-detail-list{
  list-style: none;
  padding-left: 0;
  margin-top:3.6rem;
}

.project-detail-list li{
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.6rem;
  margin-top:0.65rem;
  overflow:hidden;
}

.project-detail-list li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.project-detail-list li .left{
  float: left;
  font-weight: 600;
}

.project-detail-list li .right{
  float: right;
}

.project-detail-meta{
  margin-top: 4.5rem;
  overflow:hidden;
}

.project-detail-meta .left{
  font-weight: 600;
}



/* 3.5  Section Clients */



.section-clients .section-title{
  margin-right: 7rem;
}

.client-carousel{
  margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img{
  display: inline-block;
  width: auto;
}

.client-box{
  position: relative;
  color: #808080;
  background-color: #fff;
  padding:6rem 3.28rem 3.28rem;
}

.image-quote{
  position: absolute;
  top:3.28rem;
  right: 3.28rem;
}

.client-img{
  position: relative;
  z-index: 1;
  margin:0 0 -3rem 2.6rem;
  border-radius: 50%;
}

.client-title{
  letter-spacing: 0;
}

.client-name{
  font-size: 1.28rem;
  line-height: 1;
  color: #000;
}

.client-description{
  margin:1.5rem 0 0;
  line-height: 1.71em;
}


.client-carousel .owl-nav{
  right: 0;
  top: -7.8rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.client-carousel .owl-prev{
  margin-right: 2rem;
}



/* 3.6 Section Partners */



.partner-carousel{
  margin-top: 10.28rem;
}

.partner-carousel  .partner-carousel-item img{
  width: auto;
  margin:0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.partner-carousel  .partner-carousel-item:hover img{
  opacity: 1;
}



/* 3.7 Section Team */



.row-team{
  margin-top: -30px;
}

.col-team{
  margin-top: 30px;
}

.team-profile{
  position: relative;
}

.team-profile img{
  width: 100%;
  display: block;
}

.team-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(206,224,2,0.85);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-content{
  position: absolute;
  left: 1.857rem;
  bottom: 0.8rem;
}

.team-name{
  margin-bottom: 0.3rem;
}

.team-name h6{
  margin:0;
}

.team-social a{
  float: left;
  color: #000;
  font-size: 1.25rem;
  margin-right: 1.5rem;
}

.team-social a:hover{
  color: #fff;
  text-decoration: none;
}

.team-profile:hover .team-hover{
  opacity: 1;
}

.add-new-team{
  position: relative;
  border:1px solid #bfbfbf;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-new-text{
  position: absolute;
  left: 0;
  width: 100%;
  top:50%;
  text-align: center;
  font-size: 1.285rem;
  line-height: 1.1111;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.add-new-text .inner{
  display: inline-block;
  text-align: left;
}

.add-new-team input[type="file"]{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.add-new-team:hover{
  background: #B1D34B;
  border-color: transparent;
}



/* 3.8 Section Contacts */



.map{
  width: 100%;
  height: 26rem;
  border: 0;
  text-align: center;
}

.map-info{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666666;
  text-align: left;
  padding:1.1rem;
}

.map-title{
  margin-bottom: 2rem;
}

.map-address-row{
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.map-address-row .fa{
  margin-right: 0.5rem;
}

.gmap-open{
  margin:2rem 0 0;
}

.row-contact{
  margin:-6rem -3.5rem 0;
}

.col-contact{
  margin-top: 6rem;
  padding:0 3.5rem;
}

.contact-title{
  letter-spacing: 0;
  margin:0;
}

.contact-top{
  margin-bottom: 1.3rem;
}

.contact-title span{
  color: #999;
  font-weight: 400;
}

.contact-address{
  font-size: 1.142rem;
  line-height: 1.375;
  letter-spacing: -0.025rem;
  margin-bottom: 2rem;
}

.contact-row{
  margin-bottom: 0.6rem;
}

.phone-lg{
  font-size: 2.142rem;
  line-height: 1.3;
  margin-bottom: 3.6rem;
}

.contact-social{
  margin-top: 1rem;
}

.contact-social a{
  color: #999999;
  font-size: 1.3rem;
}

.section-message{
  padding-top: 8rem;
}



/* 3.9 Footer */



.footer{
  color: #000;
  line-height: 1.35;
  padding-bottom: 5rem;
}

.footer ul{
  list-style: none;
  padding:0;
  margin:0;
}

.footer ul li a{
  color: #000;
}

.footer ul .active a,
.footer ul li a:hover{
  color:#B1D34B;
  text-decoration: none;
}

.footer-flex{
  margin-top: -4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-flex .flex-item{
  margin-top: 4rem;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.lang-list li{
  float:left;
}

.lang-list li + li{
  margin-left: 1.5rem;
}



/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/



/* 4.1 Navbar */



.navbar-2{
  background: transparent;
  /* padding-top: 3rem; */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-transition: all 0.3s  ease;
  -o-transition: all 0.3s  ease;
  transition: all 0.3s  ease;
}

.navbar-2 .navbar-bg{
  /* content:''; */
  position: absolute;
  left: 0;
  right:0;
  top:-1px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.3s  cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
}

.navbar-2 .brand{
  /*width: 18rem; */
  width: 15rem;
}

.navbar-2 .navbar-address{
  float: left;
  /* margin-left: 5rem; */
  margin-left: 4rem;
  margin-top: 10px;
}

.navbar-2 .social-list{
  float: right;
  margin-left: 7.5rem;
  margin-top: 10px;
}

.navbar-white{
  background: transparent;
}

.navbar-white .navbar-bg{
  height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a{
  color: #fff;
}

.navbar .brand-img-white{
  display: none;
}

.navbar-white .brand-img{
  display: none;
}

.navbar-white .brand-img-white{
  display: inline-block;
}

.navbar-white  .navbar-toggle .icon-bar{
    background: #fff;
}

.navbar-white  .social-list a:hover{
  color: #B1D34B;
}

.copy-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  left:0;
  bottom:2.4rem;
  color: #000;
}

.lang-bottom{
  display: none;
  position: absolute;
  z-index: 10;
  right:0;
  bottom:2.4rem;
  color: #000;
}

.copy-bottom.white{
  color: #fff;
}


#pp-nav{
  z-index: 99;
  /* width: 2.428rem; */
  width: 2.928rem;
  margin-top:0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down{
  display: none;
  /* font-size: 2.1428rem; */
  font-size: 2.9428rem;
  cursor: pointer;
  /* color: #000; */
  color: #a3238e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up{
  margin-bottom: 2.5rem;
}

#pp-nav .pp-nav-down{
  margin-top: 2.5rem;
}

#pp-nav li, .pp-slidesNav li{
  /* margin:1.928rem auto; */
  margin:1.228rem auto;
  /* width: 10px; */
  width: 15px;
  height: 10px;
}

#pp-nav span, .pp-slidesNav span{
  left: 0;
  top:0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  /* background: #000; */
  background: #a3238e;
  border:0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover{
  color: #B1D34B;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down{
  color: #fff;
}

#pp-nav.white span, .pp-slidesNav span{
  background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,
#pp-nav span:hover, .pp-slidesNav span:hover{
  background: #B1D34B;
}



/* 4.2 Sections */



.pagepiling .section{
  background: #f8f9fa;
 /* padding-top: 11.3rem; */
  padding-top: 9rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred{
  padding-top: 9rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable{
  padding: 0;
}

.pp-scrollable .vertical-centred{
 /* padding-top: 11.3rem; */
  padding-top: 9rem;
  padding-bottom: 7rem;
}

.scroll-wrap{
  position: relative;
  min-height: 100%;
}

.scrollable-content{
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before{
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred{
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner{
  position: relative;
  padding:0;
}

.section-bg{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.section-bg:after {
  background-color: rgba(0,0,0,0.2);
  z-index: 2;
 }

.vertical-title{
  position: absolute;
  white-space: nowrap;
  width: 0;
  top:-0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span{
  display: block;
  float: right;
}

.section .intro{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section:not(.scrollable-home) .intro{
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition:all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.display-1{
  font-size: 2.15rem;
  /* font-size: 4.54rem; */
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0,0,0,.15);
}

.display-1gd{
  font-size: 3.00rem;
  /* font-size: 4.54rem; */
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
  text-transform: none;
  text-shadow: 2px 2px 4px rgba(0,0,0,.15);
}

.display-1pq{
  font-size: 2.0rem;
  /* font-size: 4.54rem; */
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0,0,0,.15);
}


.subtitle-top {
  /* line-height: 1.714; */
  line-height: 1.25;
  font-size: 1.15rem;
  /* margin-bottom: 2.8rem; */
  margin-bottom: 1.3rem;
  letter-spacing: 0.0em;
}

.realce {
font-family: 'unimedBold', 'unimed';
/* color: #ED1651; */
color: #00995d;
font-weight: normal;
}


.subtitle-top-shadow {
  /* line-height: 1.714; */
  line-height: 1.2;
  font-size: 1.125rem;
  /* margin-bottom: 2.8rem; */
  margin-bottom: 1.0rem;
  letter-spacing: 0.0em;
  text-shadow: 2px 2px 4px rgba(0,0,0,.75);
}
/* SECTION DESTAQUES */


.scrollable-destaques .vertical-centred {
  padding-top: 7rem;
  padding-bottom: 7rem;
  /* padding-top: 10rem; */
  /* padding-bottom: 11rem; */
}

.section .destaques{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.row-desstaques-box{
  margin-top: -20px;
}

.col-destaques-box{
  margin-top: 20px;
}

.destaques-box{
	position: relative;
  display: block;
  padding: 4% 5% 4% 5%;
  /* border:0px solid #fff; */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
  min-height: 320px;
  position: relative;
  /* background: rgba(0,0,0,0.35); */
  /* background: rgba(14, 97, 87, 0.9); */
  background: rgba(0, 153, 93, 0.85) !important; 
  /* background: #083a34; */
  /* background: transparent; */
  border-radius: 0 0 0 20px;
  /* border-top: 7px solid #ED1651; */
  /* border-top: 7px solid #B1D34B; */
  border: 2px solid #fff;
  border-top: 2px solid #fff;
  text-align: center !important;
 }

/* .destaques-box-inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.14rem 1.928rem;
} */

#xbox .number {
  color: #B1D34B;
  font-size: 3.0rem;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0.95rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

#xbox:hover .number {
  color: #000;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0.95rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.destaques-box h3{
  color: #B1D34B;
  /* color: #0e6157; */
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0.75rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.destaques-box h4{
  color: #B1D34B;
  font-size: 1.50rem;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: none;
  margin: 0.95rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.destaques-box h6{
  margin-top:10px;
  color: #fff;
  font-size: 1.175rem;
  line-height: 1.15;
  letter-spacing: 0;
   font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.destaques-box p{
  margin-top:15px;
  color: #fff;
  font-weight: 500;
  font-size: 1.0rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.destaques-box:hover{
 /* background: #B1D34B;
  text-decoration: none;
  border-color: transparent; */
  background:#00995d;
  /* border-top: 7px solid #B1D34B; */]
  border: 2px solid #fff;
  border-top: 2px solid #fff;
}

.destaques-box:hover h3{
  color: #fff;
}

.destaques-box:hover h4{
  color: #fff;
}

.destaques-box:hover h6{
  color: #B1D34B;
}

.destaques-box:hover p{
  color: #B1D34B;
}



/* SECTION PANDEMIA */


.scrollable-pandemia .vertical-centred {
  padding-top: 7rem;
  padding-bottom: 7rem;
  /* padding-top: 10rem; */
  /* padding-bottom: 11rem; */
}

.section .pandemia{
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition:opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.row-desstaques-box{
  margin-top: -20px;
}

.col-destaques-box{
  margin-top: 20px;
}

.pandemia-box{
  display: block;
  padding: 4% 5% 4% 5%;
  /* border:0px solid #fff; */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
  min-height: 200px;
  position: relative;
  /* background: rgba(0,0,0,0.35); */
  /* background: rgba(14, 97, 87, 0.9); */
  /* background: rgba(177, 211, 75, 0.9); */
  /* background: #083a34; */
  background: transparent;
  border-radius: 0 0 0 20px;
  /* border-top: 7px solid #ED1651; */
  /* border-top: 7px solid #B1D34B; */
  border: 2px solid #fff;
  border-top: 2px solid #fff;
  text-align: center !important;
 }

/* .destaques-box-inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.14rem 1.928rem;
} */

#xbox .number {
  color: #B1D34B;
  font-size: 3.0rem;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0.95rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

#xbox:hover .number {
  color: #000;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0.95rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.pandemia h3{
  color: #fff !important;
  /* color: #0e6157; */
  font-size: 2.35rem;
  line-height: 1.15;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0.75rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.pandemia h4{
  color: #B1D34B;
  font-size: 1.50rem;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: none;
  margin: 0.95rem 0;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.pandemia h6{
  margin-top:10px;
  color: #fff;
  font-size: 1.325rem;
  line-height: 1.25;
  letter-spacing: 0;
   font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.pandemia p{
  margin-top:15px;
  color: #fff;
  font-weight: 500;
  font-size: 1.0rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.pandemia-box:hover{
 /* background: #B1D34B;
  text-decoration: none;
  border-color: transparent; */
  background:#00995d;
  /* border-top: 7px solid #B1D34B; */]
  border: 2px solid #fff;
  border-top: 2px solid #fff;
}

.pandemia-box:hover h3{
  color: #fff;
}

.pandemia-box:hover h4{
  color: #fff;
}

.pandemia-box:hover h6{
  color: #B1D34B;
}

.pandemia-box:hover p{
  color: #B1D34B;
}



/* 4.3 Section About */


.scrollable-home .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.hr-bottom{
  position: absolute;
  margin-top: 13vh;
  margin-bottom: 0;
  height: 0.2858rem;
  width: 7.142rem;
  background: #B1D34B;
}

.title-uppercase{
  text-transform: uppercase;
  letter-spacing: -0.00025em !important;
  line-height: 1.233333 !important;
  /*margin:0 0 5rem;*/
  margin:0 0 1rem;
}

.service-list{
  margin-bottom: 5rem;
  font-size: 1.2857rem;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: -0.025rem;
  font-weight: 300;
}

.service-list li{
  margin-bottom: 0.7rem;
}

.service-list li a{
  color: inherit;
}

.service-list li a:hover{
  color: #000;
  text-decoration: none;
}

.dots-image-2{
  display: inline-block;
  position: relative;
}

.dots-image-2 .dots {
  position: absolute;
  z-index: -1;
  left: -25%;
  bottom: -19%;
  width: 101%;
  top:50%;
  opacity: 0.8;
  background: url(../images/bg/dots.png) 0 0 repeat;
}


.dots-image-2 .experience-info{
  position: absolute;
  left: 12%;
  margin-top:-4.4rem;
  top:100%;
}

.experience-info .numeros{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  /* font-size: 10.71rem; */
  font-size: 4.71rem;
  margin-right: 0.25rem;
  color: #A3238E;
}

.experience-info .number{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  /* font-size: 10.71rem; */
  font-size: 4.71rem;
  margin-right: 0.25rem;
  color: #A3238E;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}


.experience-info .text{
  display: inline-block;
  font-size: 1.171rem;
  font-weight: 600;
  margin-left: 1%;
  margin-right: 2%;
  line-height: 1.181;
  text-transform: uppercase;
  width: 70%;
}



/* 4.4 Section Projects */



.bg-changer{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.bg-changer .section-bg{
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  -o-transition: opacity 0.5s 0.2s ease,  transform 5s 0.2s ease;
  transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-changer .section-bg:first-child{
  opacity: 1;
}


.scrollable-projects .vertical-title{
  top:7.0rem;
}

.row-project-box{
  margin-top: -20px;
}

.col-project-box{
  /* margin-top: 20px; */
  padding: 7px;
}

.project-box{
  display: block;
  /* padding-bottom: 5%; */
  /* padding-bottom: 30%; */
  position: relative;
  border:1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s  ease;
}

.project-box-inner{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  /* padding:2.14rem 1.928rem; */
  padding: 10px 10px;
}

.project-box h5{
  margin:0;
  color: #fff;
}

.project-category{
  color: #cccccc;
  margin-top: 0.5rem;
}

.project-box:hover{
  background: #B1D34B;
  text-decoration: none;
  border-color: transparent;
}

.project-box:hover h5{
  color: #000;
}

.project-box:hover .project-category{
  color:#666666;
}



/* 4.5 Section Partners */



.scrollable-partners  h2{
  margin-bottom: 7rem;
}

.row-partners{
  margin:-5rem -5rem 0;
}

.col-partner{
  padding:0 5rem;
  margin-top: 5rem;
  display: inline-block;
}

.col-partner img{
  max-width: 100%;
}



/* 4.6 Section Testimonials */



.icon-quote{
  display: inline-block;
  margin-top: -0.6rem;
  color:#B1D34B;
  font-size: 5.14rem;
}

.scrollable-testimonials .title-uppercase{
  margin-top: 7vh;
  margin-bottom: 3rem;
}

.review-carousel .text{
  font-family: 'Libre Baskerville', serif;
  font-size: 1.142rem;
  line-height: 1.5;
}

.review-author{
  margin-top: 5.7rem;
}

.author-name{
  font-size: 1.2857rem;
  line-height: 1.25;
  font-weight: 600;
}

.review-carousel .owl-nav{
  position: relative;
  top:0;
  margin-top:7.7vh;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next{
  font-size: 1.2857rem;
  width: 3.57rem;
  height: 3.57rem;
  line-height: 3.57rem;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  margin-right: 0.857rem;
}

.review-carousel .owl-prev:before{
  font-family: 'Linearicons';
  content: "\e93b";
}

.review-carousel .owl-next:before{
  font-family: 'Linearicons';
  content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background: #fff;
  color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled{
  cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover{
  background: none;
  color: #fff;
}



/* 4.7 Section Contacts */



.map-2{
  width: 100%;
  height: 18rem;
  border: 0;
  text-align: center;
}

.contact-info{
  overflow:hidden;
  margin-top: 5.5rem;
}

.row-contact-info{
  margin:-5rem -4% 0;
}

.success-message,
.error-message{
  display: none;
  margin-top: 2rem;
}

.col-contact-info{
  padding:0 4%;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top:1px solid #cacaca;
}

.col-contact-info:first-child{
  border-top:0;
  padding-top: 0;
}

.contact-info h3{
  font-size: 1.92rem;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin:0 0 2rem 0;
}

.contact-info .col-right{
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
}

.contact-info-row{
  line-height: 1.25;
  margin-bottom: 2.14rem;
}

.contact-info-row:last-child{
  margin-bottom: 0;
}

.contact-info-row strong{
  font-size: 1.1428rem;
  text-transform: uppercase;
  color: #000;
}



	/*  CSS CUSTOMIZADOS / ADICIONADOS */

		.btn-padrao {
    background: #A3238E;
    text-decoration: none;
    padding: 6px 13px;
    display: inline-block;
    margin-top: 10px;
    color: #fff !important;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'unimed',trebuchet ms,arial,sans-serif;
    border: 0 solid #0A5F55;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  	border-bottom: 5px solid #881976;
  	font-size: 1.05rem;
  	margin-bottom: 8px;
    width: 100%;
}
	.btn-padrao:hover  {
    background: #411564;
	border-bottom: 5px solid #5e258c;
	color: #fff !important;
}

  .btn-padrao:active  {
    background: #411564;
  border-bottom: 5px solid #5e258c;
  color: #fff !important;
}
	

    .btn-comunidade {
    background: #fd5400 !important;
    text-decoration: none;
    padding: 6px 13px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'unimedSlabBold',trebuchet ms,arial,sans-serif !important;
    border: 0 solid #0A5F55;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid #dd4d06;
    font-size: 1.25rem;
    margin-bottom: 8px;
    text-align: left !important;
    width: 100%;
}
  .btn-comunidade:hover  {
    background: #ea4f02 !important;
  border-bottom: 5px solid #dd4d06;
  color: #fff;
}

  .btn-comunidade:active  {
    background: #ea4f02 !important;
    border-bottom: 5px solid #dd4d06;
    color: #fff;
}

.btn-comunidade::after {
  /* content: '+'; */
  content: "\2212";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 1.25rem;
 }

.btn-comunidade:active::after {
  /* content: "-" !important; */
}


/* BOTAO LARANJA */

.btn-laranja {
    background: #fd5400 !important;
    text-decoration: none;
    padding: 6px 13px;
    display: inline-block;
    margin-top: 10px;
    color: #fff !important;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'unimed',trebuchet ms,arial,sans-serif !important;
    border: 0 solid #0A5F55;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid #dd4d06;
    font-size: 1.105rem;
    margin-bottom: 8px;
    width: 100%;
    margin: 0 auto;
}

.btn-laranja:hover  {
	background: #ea4f02 !important;
	border-bottom: 5px solid #dd4d06;
	color: #fff !important;
}

 .btn-laranja:active  {
    background: #ea4f02 !important;
    border-bottom: 5px solid #dd4d06;
    color: #fff !important;
}

.btn-verde {
    background: #2B6F67 !important;
    text-decoration: none;
    padding: 6px 13px;
    display: inline-block;
    margin-top: 10px;
    color: #fff !important;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'unimed',trebuchet ms,arial,sans-serif !important;
    border: 0 solid #00995d;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid #00995d;
    font-size: 1.105rem;
    margin-bottom: 8px;
    width: 100%;
    margin: 0 auto;
}

.btn-verde:hover  {
	background: #00995d !important;
	border-bottom: 5px solid #00995d;
	color: #fff !important;
}



/* FIM BOTAO LARANJA */


.text-amarelo {
	color: #ffe596;
}
/* BOTAO AMARELO */

.btn-amarelo {
    background: #dfaa1f !important;
    text-decoration: none;
    padding: 6px 13px;
    display: inline-block;
    margin-top: 10px;
    color: #fff !important;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'unimed',trebuchet ms,arial,sans-serif !important;
    border: 0 solid #0A5F55;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid #c0921b;
    font-size: 1.105rem;
    margin-bottom: 8px;
    width: 100%;
    margin: 0 auto;
}
  .btn-amarelo:hover  {
    background: #cb9916 !important;
  border-bottom: 5px solid #c0921b;
  color: #fff !important;
}

.btn-vermelho {
    background: #f81a57 !important;
    text-decoration: none;
    padding: 6px 13px;
    display: inline-block;
    margin-top: 10px;
    color: #fff !important;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'unimed',trebuchet ms,arial,sans-serif !important;
    border: 0 solid #0A5F55;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 5px solid #f81a57;
    font-size: 1.105rem;
    margin-bottom: 8px;
    width: 100%;
    margin: 0 auto;
}
  .btn-vermelho:hover  {
    background: #c11745 !important;
  border-bottom: 5px solid #c11745;
  color: #fff !important;
}


  .btn-amarelo:active  {
    background: #cb9916 !important;
    border-bottom: 5px solid #c0921b;
    color: #fff !important;
}


/* FIM BOTAO LARANJA */


.como-navegar{
  color: #fff;
  font-size: 13px !important;
  line-height: 16px !important;
}

ul.legenda {
    padding: 8px 2px 8px 2px;
}

li.legenda {
    display: inline-block;
}

.legenda img {
    padding: 3px;
    margin-right: 2px;
    height: 32px;
    width: 32px;
    max-height: 36px;
    border-radius: 50%;
    line-height: 60px;
}

span.tooltips {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
    color: white;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 0px;
    position: relative;
    margin-right: 15px;
}

.mt-0 {margin-top: 0px}
.mt-2 {margin-top: 2px}
.mt-5 {margin-top: 5px}
.mt-10 {margin-top: 10px}
.mt-20 {margin-top: 20px}
.mt-30 {margin-top: 30px}
.mt-40 {margin-top: 40px}
.mt-50 {margin-top: 50px}
.mt-60 {margin-top: 60px}
.mt-70 {margin-top: 70px}
.mt-80 {margin-top: 80px}
.mt-90 {margin-top: 90px}
.mt-100 {margin-top: 100px}
.mt-120 {margin-top: 120px}
.mt-150 {margin-top: 150px}
.mt-180 {margin-top: 180px}
.mt-200 {margin-top: 200px}
.mt-220 {margin-top: 220px}
.mt-240 {margin-top: 240px}
.mt-250 {margin-top: 250px}
.mt-260 {margin-top: 260px}
.mt-270 {margin-top: 270px}
.mt-280 {margin-top: 280px}
.mt-290 {margin-top: 290px}
.mt-300 {margin-top: 300px}
 
.mb-10 {margin-bottom: 10px !important} 
.mb-15 {margin-bottom: 15px !important}
.mb-20 {margin-bottom: 20px !important}
.mb-30 {margin-bottom: 30px !important}
.mb-40 {margin-bottom: 40px !important}
.mb-50 {margin-bottom: 50px !important}
.mb-60 {margin-bottom: 60px !important}

.pad-2 {padding: 2px;}
.pad-5 {padding: 5px;}
.pad-10 {padding: 10px;}
.pad-15 {padding: 15px;}
.pad-20 {padding: 20px;}
.pad-30 {padding: 30px;}
.pad-50 {padding: 50px;}

.ic32 {font-size: 32px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}
.ic36 {font-size: 36px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}
.ic38 {font-size: 38px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}
.ic42 {font-size: 42px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}
.ic45 {font-size: 45px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}
.ic48 {font-size: 48px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}
.ic64 {font-size: 64px; margin-right: 10px; vertical-align: middle; margin-bottom: 0.75em;}


.navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 1px;
    border-radius: 0px;
}

.navbar-toggle {
  background-color:#00995d;
	padding: 5px 5px 0px 5px;
  border: 1px solid #fff;
}

/* SCROLL ICON MOUSE */

.txt-scroll {
  font-size: 11px;
  font-family:'unimed', trebuchet ms, sans-serif;
  color: #fff;
  letter-spacing: -0.025em;
}

.scroll-downs {
  position: absolute;
  /* top: 0; */
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  text-align: center;
}
.mousey {
    width: 3px;
    padding: 7px 7px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    opacity: 0.95;
    box-sizing: content-box;
    margin: 0 auto;
    text-align: center;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


   
   /* PROJETOS COMUNIDADE */


#tit-em-linha {
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
  border-bottom: 0px solid #fff ;
}

.tit-br {
  color: #ffffff;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-left: 0px;
  vertical-align: bottom;
}

.subtit-br {
  color: #ffffff;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 17px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 1.1;
}

.subtit-br2 {
  color: #ffffff;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 17px;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  line-height: 1.35;
}


#titulo-comunidade {
  color: #fd5400;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #fd5400;
}

h3.tit-com {
	color: #fd5400;
}

h4.tit-com {
	color: #fd5400;
	font-family: 'unimedSlab', 'unimed', arial, sans-serif;
	font-size: 18px;
}

h4 a {
  color: #B1D34B;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 21px;
  text-decoration: underline;
}

.txt-com16 {
  color: #fd5400;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 16px;
}

.txt-com18 {
	color: #fd5400;
	font-family: 'unimedSlab', 'unimed', arial, sans-serif;
	font-size: 18px;
}

.txt-com21 {
	color: #fd5400;
	font-family: 'unimedSlab', 'unimed', arial, sans-serif;
	font-size: 21px;
}

.txt-com24 {
	color: #fd5400;
	font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
	font-size: 24px;
}

.txt-com26 {
	color: #fd5400;
	font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
	font-size: 26px;
}
.txt-com28 {
  color: #fd5400;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 28px;
}
.txt-com30 {
  color: #fd5400;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 30px;
}
.txt-com32 {
	color: #fd5400;
	font-family: 'unimedSlab', 'unimed', arial, sans-serif;
	font-size: 32px;
}

.txt-com36 {
  color: #fd5400;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 48px;
}

.txt-com40 {
  color: #ffffff;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.025;
}


/* MEIO AMBIENTE */
#titulo-ma {
  color: #f3a805;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #f3a805;
}

h3.tit-ma {
  color: #f3a805;
}

h4.tit-ma {
  color: #f3a805;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 18px;
}

.txt-ma26 {
  color: #f3a805;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 26px;
}
.txt-ma28 {
  color: #f3a805;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 28px;
}
.txt-ma30 {
  color: #f3a805;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 30px;
}
.txt-ma32 {
  color: #f3a805;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 32px;
}



/* FIM MEIO AMBIENTE */


.txt-depoimento {
	color: #222222;
	font-family: 'unimedSlab', 'unimed', arial, sans-serif;
	font-size: 16px;
	font-style: italic;
}


.proj-inner{
  position: relative;
  left: 0;
  top:0;
  width: 100%; 
  /* height: 100%; */
  min-height: 175px !important;
  padding: 6px 20px; 
}   
  
  .proj-inner-pandemia h3{
  position: relative;
  color: #FFF;
  line-height: 1.025;
  font-size: 1.35rem;
  left: 0;
  top:0;
  width: 100%; 
  /* min-height: 100px !important; */
  padding: padding: 6px 20px 1px 20px;
  margin-bottom: 1px;
}   

  .proj-inner-pandemia h5{
  margin-bottom: 2px;
}   

  .proj-inner-pandemia h6{
  color: #FFF;
  font-family: 'unimedSlabBold';
  padding: 5px 15px;
}   

  #titulo-voluntariado {
  color: #46195f;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #46195f;
}

.txt-vol21 {
  color: #46195f;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 21px;
}

.txt-vol24 {
  color: #46195f;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 21px;
  line-height: 1.115;
  letter-spacing: -0.0025em;
  margin-top: 15px;
}

.txt-vol30 {
  color: #46195f;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 21px;
  line-height: 1.115;
  letter-spacing: -0.0025em;
  margin-top: 20px;
}

.txt-vol36 {
  color: #46195f;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 24px;
  line-height: 1.015;
}

h3.tit-vol {
  color: #46195f;
}

  .txt-depoimentode {
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 21px;
}



.txt-ma21 {
  color: #FFCB08;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 21px;
}

.txt-ma24 {
  color: #FFCB08;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.115;
  margin-top: 15px;
}

.txt-ma30 {
  color: #f3a805;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 21px;
  line-height: 1.115;
  letter-spacing: -0.0025em;
  margin-top: 20px;
}

.txt-ma36 {
  color: #f3a805;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 24px;
  line-height: 1.015;
}

h3.tit-aep {
  color: #ED1651;
}

 #titulo-aep {
  color: #ED1651;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #ED1651;
}

.txt-aep18 {
  color: #222;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}

.txt-aep21 {
  color: #ED1651;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 21px;
}

.txt-aep24 {
  color: #222;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 24px;
    margin-bottom: 15px;
}

.txt-aep30 {
  color: #ED1651;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 30px;
  line-height: 1.015;
    margin-bottom: 15px;
}
.txt-aep36 {
  color: #ED1651;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 32px;
  line-height: 1.015;
}


/* TITULOS CULTURA */

h3.tit-cul {
  color: #9e238a;
}

 #titulo-cul {
  color: #9e238a;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #9e238a;
}

.txt-cul15 {
  color: #222;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  margin: 0 auto;
}

.txt-cul16 {
  color: #222;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 16px;
  margin-bottom: 16px !important;
}

.txt-cul18 {
  color: #222;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 18px;
  margin-bottom: 18px !important;
}

.txt-cul21 {
  color: #9e238a;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 18px;
  margin-bottom: 15px !important;
    line-height: 1.35;
}

.txt-cul24 {
  color: #222;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px !important;
}

.txt-cul30 {
  color: #9e238a;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 24px;
  line-height: 1.015;
    margin-bottom: 15px;
}
.txt-cul36 {
  color: #d76cc5;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 28px;
  line-height: 1.015;
}


/* tit gov */


h3.tit-gov {
  color: #00995d;
}

.txt-gov21 {
  color: #00995d;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 18px;
}

.txt-gov26 {
	color: #00995d;
	font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
	font-size: 26px;
}

.txt-gov24 {
  color: #00995d;
  font-family: 'unimedSlabBold', 'unimed', arial, sans-serif;
  font-size: 21px;
}

 #titulo-gov {
  color: #00995d;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #b1d34b;
}

.titulo-gov {
	color: #00995d;
}

/* BOXES PROJETOS */

.proj-com{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
border-top: 7px solid rgb(191 98 53);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fd5400;
  background: rgb(167 78 34 / 80%);
 /* background: rgba(253, 84, 0, 0.8); */
 /* min-height: 100px; */
}

.proj-com:hover{
  background-color: #c75124;
/*  background-color: #fd5400; */
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-com:hover h5{
  color: #fff !important;
}


.proj-vol{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid rgba(70, 25, 94, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fd5400;
  background: rgba(70, 25, 94, 0.8);
 /* min-height: 100px; */
}

.proj-vol:hover{
  background-color: #46195f;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-vol:hover h5{
  color: #fff !important;
}



.proj-meio{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid rgba(221, 182, 34, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fd5400;
  background: rgba(221, 182, 34, 0.8);
 /* min-height: 100px; */
}

.proj-meio:hover{
  background-color: #dfaa1f;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-meio:hover h5{
  color: #fff !important;
}


.proj-pan{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid rgba(70, 25, 94, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background: rgba(70, 25, 94, 0.8);
/* min-height: 330px; */
 min-height: 280px; 
}

.proj-pan:hover{
  background-color: #46195f;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-pan:hover h5{
  color: #fff !important;
}


.proj-sus{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid rgba(190, 215, 0, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background: rgba(190, 215, 0, 0.8);
/* min-height: 330px; */
 min-height: 290px; 
}

.proj-sus:hover{
  background-color: #B1D34B;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-sus:hover h5{
  color: #fff !important;
}



.proj-aep{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid rgba(237, 22, 81, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fd5400;
  background: rgba(237, 22, 81, 0.8);
 /* min-height: 100px; */
}

.proj-aep:hover{
  background-color: #ED1651;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-aep:hover h5{
  color: #fff !important;
}



.proj-cult{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid #b82a91;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fd5400;
  background: rgba(158, 35, 138, 0.8);
 /* min-height: 100px; */
}

.proj-cult:hover{
  background-color: #9e238a;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-cult:hover h5{
  color: #fff !important;
}

.proj-gov{
  display: block;
  padding-bottom: 2%;
  position: relative;
  border: 0px solid;
  border-top: 7px solid rgba(177, 211, 75, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fd5400;
  background: rgba(10, 95, 85, 0.8);
 /* min-height: 100px; */
}

.proj-gov:hover{
  background-color: #00995d;
  text-decoration: none;
  /* border-color: transparent; */
  border: 0px solid;
  border-top: 7px solid rgba(255,255,255,0.90);
  color: #fff !important;
}

.proj-gov:hover h5{
  color: #fff !important;
}

/* MAIS ELEMENTOS */


.bt-mais {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 3px 7px;
  color: #fff;
}


.bt-mais-verde {
  background: #B1D34B;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 3px 7px;
  color: #fff;
  z-index: 9999;
}

.icon-chevron-right {
	  font-size: 21px;
    color: #fff;
    background-color: #b1d34b;
    padding: 10px;
    top: 50%;
    border-radius: 99px;
    font-weight: 600;
}

.icon-chevron-left {
    font-size: 21px;
    color: #fff;
    background-color: #b1d34b;
    padding: 10px;
    top: 50%;
    border-radius: 99px;
    font-weight: 600;
}


.text-verde {color: #139a5f;}

hr.hrbox {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.5);
}

img.ico-box {max-height: 75px; max-width: 81px; }
img.ico-block {display: block; max-width: 80%; }


hr.reput {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}

hr.branca {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}

hr.clara {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #f8f8f8;
}


.ico-reputacao {
    display: inline;
    margin-top: 5px;
    border-bottom: 0px dotted #98b73a;
    background-color: transparent;
    border-radius: 0px;
    max-width: 100px;
    }

.txt-reputacao{
  display: block;
  font-weight: 400;
  line-height: 1;
  /* font-size: 10.71rem; */
  font-size: 1.48rem;
  /* font-family: 'unimedSlab', unimed, arial, sans-serif; */
  font-family: 'unimedSlab', unimed, arial, sans-serif;
  margin-right: 0.7rem;
  color: #A3238E;
  margin-bottom: 5px;
  word-break: break-word; 
 /*  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
}

.txt-reputacaosm {
  font-weight: 400;
  line-height: 1;
  font-size: 1.5rem;
  font-family: 'unimedSlab', unimed, arial, sans-serif;
  margin-bottom: 0.8rem;
  color: #A3238E;
  word-wrap: break-word;
}


.txt-reputacaofix {
  font-weight: 400;
  line-height: 1;
  font-size: 2.0rem;
  font-family: 'unimedSlab', unimed, arial, sans-serif;
  margin-bottom: 0.8rem;
  color: #A3238E;
}

.txt-reputacao-pq{
  font-weight: 400;
  line-height: 1.15;
  /* font-size: 10.71rem; */
  font-size: 1.24rem;
  font-family: 'unimedSlabBold', unimed, arial, sans-serif;
  color: #A3238E;
  margin-bottom: 5px;
  word-break: break-word;
}

.txt-reputacao-sm{
  font-weight: 400;
  line-height: 1.35;
  /* font-size: 10.71rem; */
  font-size: 1.35rem;
  font-family: 'unimedSlab', unimed, arial, sans-serif;
  color: #222;
  margin-bottom: 2px;
  word-break: break-word;
}

.tit-reputacao {
  font-weight: 400;
  line-height: 1.15;
  /* font-size: 10.71rem; */
  font-size: 1.75rem;
  font-family: 'unimedSlabBold', unimed, arial, sans-serif;
  color: #A3238E;
  margin-top: 15px;
  margin-bottom: 15px;
}


.subtexto{
  /* display: inline-block; */
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.181;
  text-transform: none;
  vertical-align: middle !important;
  margin-top: 10px;
}

.subtextofix {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.181;
  text-transform: uppercase;
  vertical-align: middle !important;
}

.numeral{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 4.2rem;
  margin-right: 0.25rem;
  color: #A3238E;
  letter-spacing: -0.025em;
}

.numeral-pq{
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.35rem;
  margin-right: 0.25rem;
  color: #333;
}

.number{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 4.2rem;
  color: #A3238E;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.number-reput{
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  /* font-size: 10.71rem; */
  font-size: 4.5rem;
  margin-right: 0.25rem;
  color: #A3238E;
  font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.experience-number{
  display: inline-block;
  vertical-align: middle;
  font-size: 7.142rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.cor-verde  {color: #00995d;}
.cor-musgo  {color: #0A5F55;}
.cor-rosa  {color:#f81a57;}
.cor-vinho  {color:#A3238E;} 
.cor-roxo  {color:#411564;} 
.cor-verdeescuro  {color:#00401A;}
.cor-verdeclaro  {color: #B1D34B;}
.cor-laranja  {color:#fd5400;}
.cor-amarelo  {color:#FFCB08;}
.cor-cinza  {color:#666666;}
.cor-chumbo  {color:#333333;}
.cor-negro  {color:#222222;} 
.cor-preto  {color:#000000;} 
.cor-branco  {color:#FFFFFF;} 
.cor-gelo  {color:#e5e5e5;}

.cor-vol  {color:#411564;} 
.cor-vol2  {color:#9125e7;} 
.cor-com  {color: #fd5400;}  
.cor-ma  {color: #FFCB08;} 
.cor-ma2 {color: #f3a805;}
.cor-aep {color: #ED1651;}  
.cor-cul  {color: #ff66e6;} 


.tit-modal-verde {
    color: #B1D34B;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 5px solid #B1D34B;
    display: block;
    font-size: 1.8rem;
    border-top: 1px solid #b1d348;
}

.bd-verde {
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 2px dotted #B1D34B;
  overflow: visible;
  min-height: 240px;
  }

/* BARRAS DE PORCENTANGEM / PROGRESS BARS */

.progress {
    position: relative;
    min-height: 28px;
    max-height: 70px;
    font-size: 15px !important;
    font-family: 'unimed', sans-serif;
    /* padding: 3px; */
}
.progress-bar {
    height: 28px;
    min-height: 28px;
    max-height: 70px;
    font-size: 15px !important;
    font-family: 'unimed', sans-serif;
    padding: 3px;
}

.progress-bar-turne {
    background-color: #00401A;
}
.progress-bar-expo {
    background-color: #ff9800;
    color: #333;
}

.progress-bar-socio {
    background-color: #411564;
    color: #fff;
}

.progress-bar-festivais {
    background-color: #ED1651;
    color: #000;
}

.progress-bar-producao {
    background-color: #6b205f;
    color: #fff;
}

.progress-bar-verdeclaro {
    background-color: #B1D34B;
    color: #000;
}

.progress-bar-verde {
    background-color: #00995d;
    color: #fff;
}

.progress-bar-cinza {
    background-color: #ccc;
    color: #222;
}

.progress-bar-verdedif {
    background-color: #04a365;
    color: #fff;
}

/* OUTROS ELEMENTOS */


.img-conquistas {
   /* float: left; */
    margin-right: 10px;
    margin-bottom: 10px;
    border: #ccc;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .125);
    max-width: 110px;
}

.img-livro50 {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    border: #ccc;
    padding: 0px;
    background-color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .125);
    max-width: 150px;
}

.img-parceiros {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    border: #ccc;
    padding: 2px;
    max-width: 40px;
}

 .nav {
  font-family: 'unimedSlabBold';
  }

  .icone-box {
    max-height: 80px;
    max-width: 80px;
    padding: 10px 10px 0 10px;
    margin-bottom: 2px;
    }

  .icone-somos {
    max-height: 80px;
    max-width: 80px;
    padding: 10px 10px 0 10px;
    margin-bottom: 2px;
    }

  .icone-destaque {
    max-height: 135px;
    max-width: 145px;
    padding: 3px 10px 0 10px;
    margin-bottom: 2px;
    }


.quina:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: -21px;
    width: 0;
    height: 0;
    border-top: solid 21px #cccccc;
    border-left: solid 21px transparent;
    border-right: solid 21px transparent;
    z-index: -99;
}

#conselheiro{
  display: block;
  border-top: 1px solid #B1D34B;
  padding-top:5px;
  padding-bottom: 15px;
  width: 98%;
  clear: both;
}

.foto-gov {
  max-height: 75px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
 }

#conselheiro h4{
  color: #0f423b;
 }
 
 .box-iubh-num {
  min-height: 180px;
 }

.carousel-caption {
    position: initial !important;
    padding: 5px !important;
    bottom: 10px;
    right: 4%;
    left: 4%;
    background: rgba(0,153,93,0.99) !important;
    border-radius: 0px;
    line-height: 1.05 !important;
}

.carousel-caption p {
    background: rgba(0,153,93,0.99);
    padding: 5px;
    border-radius: 0px;
    font-size: 16px !important;
    letter-spacing: 0.025rem !important;
}

.carousel-caption small {
    line-height: 1.05 !important;
    letter-spacing: 0.025rem !important;
}

.caption-dep {
    /* position: absolute !important; */
    padding: 5px !important;
    /* right: 15%;
    left: 15%; */
    background: rgba(0,0,0,0.0025) !important;
    border-radius: 0px;
    line-height: 1.25 !important;
   /* top: 50%;
transform: translateY(-50%);
bottom: initial;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d; */
text-align: center;
margin: 0 auto;
vertical-align: 100vh;
}

.caption-dep h4 {
    font-weight: 400;
    font-family: 'unimedSlab','unimed',arial;
    font-size: 1.25rem;
    line-height: 1.35;
    letter-spacing: 0.025rem !important;
    color: #222;
    margin-bottom: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
 }

.caption-dep h5 {
     color: #e64c00;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .025);
      font-family: 'unimedSlabBold','unimed',arial;
   }

.depoimentos-owl {background-color: #f5f5f5; padding: 7px; border: 1px solid #fd5400;}
.depoimentos-owl-cul {background-color: #f5f5f5; padding: 7px; padding-bottom: 12px; border: 1px solid #A3238E;}

.break-word {
	overflow-wrap: break-word;
}

.ls-none {
	list-style-type: none;
}

.mb-1 {
	margin-bottom: 5px;
}

.mb-1b {
	margin-bottom: 7px;
}

.mb-2 {
	margin-bottom: 10px;
}

pl-1 {
	padding-left: 5px;
}

.ident-1 {
	text-indent: 20px;
	/* text-align: justify; */
}


.embed-responsive-16by9 {
    padding-bottom: 50%;
}





/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */

/* PARA VERSAO MOBILE */

@media (max-width: 600px){

/* 1.2 Typography */

h1,
.h1{ 
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 600;
}

h2,
.h2{ 
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.166;
  }

h3,
.h3{
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}

h4,
.h4{
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
}

h5,
.h5{
  /* font-weight: 600; */
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing:0;
}

h6,
.h6{
  font-weight: 500;
  font-size: 1.0em;
  line-height: 1.2;
}


.display-1 {
  font-size: 1.85rem;
}

.display-1gd{
  font-size: 2.25rem;
}

.display-1pq{
  font-size: 1.25rem;
}

.mt-150 {margin-top: 150px}
.mt-200 {margin-top: 200px}
.mt-240 {margin-top: 240px}
.mt-250 {margin-top: 60px}

.accordion {
    letter-spacing: 0.0em;
    font-size: 1.5rem;
}

.ic64 {
    font-size: 48px;
    margin-right: 5px;
}
.tit-br {
    font-size: 18px;
    letter-spacing: -0.025em;
}

.proj-inner {
  /* height: 100%; */
  min-height: 45px !important; 
  height: auto !important;
  padding: 6px 12px; 
}   


.mfp-close:before {
    font-size: 15px;
    top: 0px;
    position: initial;
}


.mfp-close {
    right: 0px;
    font-size: 14px; 
}

button.mfp-close {
    background-color: #e5e5e5;
    padding: 5px 5px;
}

.bd-verde {
  min-height: 40px;
  }

.proj-pan {
    min-height: 130px;
}

}




/* 5.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 13px;
  }

  .pull-sm-left{
    float: left;
  }

  .pull-sm-right{
    float: right;
  }


  /* Sidebar Menu */

  .menu{
    width: 50%;
  }


  /* Homepage */
  .boxed{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner{
    padding-left: 0;
  }

  .right-boxed{
    right: 3rem;
  }

  .left-boxed{
    left: 3rem;
  }



  /* Section About */
  .section-about{
    padding-top: 12rem;
  }


  /* Homepage v2 */
  .project-box{
    padding-bottom: 5px;
  }

  .row-contact-info{
    margin-top: -2rem;
  }

  .col-contact-info{
    padding-top: 4rem;
    margin-top: 2rem;
  }



  /* Footer */



  .footer-flex .flex-item{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}




/* 5.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 14px;
  }



  /* Helpers */



  .pull-md-right{
    float: right;
  }


  /* Sidebar Menu */



  .menu{
    width: 35%;
    max-width: 550px;
  }



  /* Homepage */



  .boxed{
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  } 

  .right-boxed{
    right:4.2857rem;
  }

  .left-boxed{
    left: 4.2857rem;
  }

  .map{
    height: 36rem;
  }


  /* Homepage v2 */


  .boxed-inner .boxed{
    padding-left: 6rem;
  }

  .service-list{
    margin-bottom: 0;
  }

  .col-contact-info{
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info{
    margin-top: -5rem;
  }

  .col-contact-info{
    margin-top: 5rem;
  }

  .col-contact-info:nth-child(2n){
    border-left: 1px solid #cacaca;
  }

}


/* 5.3 Min width 1200px */




@media (min-width: 1200px){



  /* Helpers */



  .pull-lg-right{
    float: right;
  }



  /* Section Projects */



  .section-projects .filter-content{
    margin-top: 0;
  }



  /* Homepage v2 */



  .scrollable-testimonials .title-uppercase{
    margin-top: 22vh;
    margin-bottom: 0;
  }

  .scrollable-testimonials .vertical-centred{
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

  .col-contact-info{
    border-left: 1px solid #cacaca;
  }



  /* Footer */



  .footer-flex .flex-item{
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}



/* 5.4 Min width 1550px */



@media (min-width: 1550px){
  .visible-xl{
    display:block!important;
  }
}



/* 5.5 Min Height 500px */



@media (min-height: 500px){

  #pp-nav .pp-nav-up,
  #pp-nav .pp-nav-down{
      display: block;
  }
  
}



/* 5.6 Min Height 600px */



@media (min-height: 600px){


  /* Sidebar Menu */


  .menu .menu-lang{
    top:7rem;
  }

  /*.mobile-menu ul{
    top:14rem;
    bottom: 20rem;
  } */

  .mobile-menu ul{
    top:7rem;
    bottom: 3rem;
  }

  .mobile-menu ul > li{
    font-size: 1.971rem;
  }

  .menu-footer{
    bottom: 1rem;
  }

  .menu-footer .copy{
    display: block;
  }
}



/* 5.7 Min Height 700px */



@media (min-height: 700px){



  /* Homepage v2 */



  .copy-bottom{
    display: block;
  }

  .lang-bottom{
    display: block;
  }
  
}


small {line-height: 96% !important}

#tabela-espacada td, #tabela-espacada th {
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 5px;
}


.zoom-in {cursor: zoom-in;}

.nowrap {
    white-space: nowrap;
}

div.credito-imagem {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
  font-size: 11px !important;
	
}
div.credito-imagem-branco {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #ffffff;
  font-size: 11px !important;
}


div.legenda-ods {
  color: #fff;
  font-size: 11px !important;
  line-height: 13px !important
}



.link-metas{
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  font-size: 15px;
  background-color: #f5f5f5;
  padding: 2px 5px;
  font-family: 'unimed', unimed, arial, sans-serif;
}

.link-metas:hover{
  color: #00995d;
}

.link-metas:active{
  color: #00995d;
}

.link-metas:visited{
  color: #000;
}

.img-80-porcento-centralizada {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn-bottom {
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 90%;
}

.txt-com-roxo {
  color: #46195f;
  font-family: 'unimedSlab', 'unimed', arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.carousel-caption p.titulo {
	font-size: 21px!important;
}

.unimed-slabbold {
    font-family: 'unimedSlabBold', trebuchet ms, arial, sans-serif;
}

.fixh5-font-size {
	font-size: 2.15rem;
}

/* fix card height - todo */
@media (min-width: 576px) { 
	.sm-hide {
		display: none;
	}
	.sm-show {
		display: block;
	}
 }
@media (min-width: 768px) { 
	.md-hide {
		display: none;
	}
	.md-show {
		display: block;
	}
}
@media (min-width: 992px) { 
	.lg-hide {
		display: none;
	}
	.lg-show {
		display: block;
	}
}
@media (min-width: 1200px) { 
	.xl-hide {
		display: none;
	}
	.xl-show {
		display: block;
	}
}

