/*CSS Sessão Intitucional*/
#instt {
    padding-top: 50px;
    padding-bottom: 50px;
}

.instt_h3 {
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 0.9;
    margin-top: 3px;
    margin-bottom: 10px;
    color:#2a852f;

}

.instt_h5 {
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    color: gray;
}





/*CSS Sessão Serviços*/
#srvc {
    width: auto;
    height: auto;
    max-width: 100%;
    padding-top: 80px;
    background: #355635 url("../../imagens/img_expo/bg_srvc.png") no-repeat center;
    background-size: cover;
}

.srvc_spc {
    padding-bottom: 80px;
}

.cmt_home {
    height: 715px;
}

.srvc_h2 {
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
    color:#ffffff ;

}
.srvc_h5 {
    padding: 0px;
    font-family: 'Rubik';
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}

.srvc_h5b {
    padding: 0px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1.3; 
    color: rgb(255, 255, 255);
}

.ns_home {
    width: 560px;
    padding: 0px;
}

.srvc_h5c {
    font-family: 'Rubik';
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

/*CSS Destaques*/
#dst {
    padding-top: 50px;
    padding-bottom: 30px;
}

.dst_h3 {
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color:#2a852f ;

}

.dts_btn {
    background-color: #ffffff !important;
    border:none !important;
    box-shadow: 3px 3px 12px #2035207e !important;
    color:#355635 !important;
    font-family: 'Rubik';
    font-weight: 300;
}


.dts_btn:hover {
    background-color: #375737 !important;
    border:none !important;
    box-shadow: none !important;
    color: #7eac7e !important;
  
}


.dts_btn2 {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #375737 !important;
  border:none !important;
  box-shadow: 1px 2px 8px #2e2e2e7e !important;
  color:#ffffff !important;
  font-family: 'Rubik';
  font-weight: 400;
}


.dts_btn2:hover {
  background-color: #253625 !important;
  border:none !important;
  box-shadow: none !important;
  color: #7eac7e !important;

}


.dts_btn2b {
  padding: 15px 25px;
    border-radius: 4px;
  background-color: #375737 !important;
  border:none !important;
  box-shadow: 1px 2px 8px #2e2e2e7e !important;
  color:#ffffff !important;
  font-family: 'Rubik';
  font-weight: 400;
}


.dts_btn2b:hover {
  background-color: #253625 !important;
  border:none !important;
  box-shadow: none !important;
  color: #7eac7e !important;

}

.dts_btn2c {
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #375737 !important;
  border:none !important;
  color:#ffffff !important;
  font-family: 'Rubik';
  font-weight: 400;
  float: right;
}


.dts_btn2c:hover {
  background-color: #253625 !important;
  border:none !important;
  box-shadow: none !important;
  color: #7eac7e !important;

}

.dts_btn2h {
  margin-top: 18px;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #375737 !important;
  border:none !important;
  color:#ffffff !important;
  font-family: 'Rubik';
  font-weight: 400;
 
}


.dts_btn2h:hover {
  background-color: #253625 !important;
  border:none !important;
  box-shadow: none !important;
  color: #7eac7e !important;

}

.spc_bt {
  margin-top: 35px;

}

.spc_bt2 {
  margin-top: 15px;

}



/*content*/
.instt_img {
  position: relative;
  width: 370px;
  max-width: 370px;
  margin: auto;
  overflow: hidden;
}

/*.content .content-overlay*/
.instt_img .instt_img-overlay {
  background: rgba(37, 94, 45, 0.7);
  font-family: 'Rubik';
  position: absolute;
  height: 100%;
  width: 92%;
  left: 2;
  top: 0;
  bottom: 0;
  right: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/* content:hover .content-overlay */
.instt_img:hover .instt_img-overlay{
  opacity: 1;
}

/* .content-image */
.instt_img-image{
  width: 100%;
}

/* .content-details */
.instt_img-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* .content:hover .content-details */
.instt_img:hover .instt_img-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

/* .content-details */
.instt_img-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

/* .content-details */
.instt_img-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}