
#seccao3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  Xmargin-right: -15px;
  Xmargin-left: -15px;
}

#seccao3 h2 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
    font-size: 24px;
}



#seccao3 .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

#seccao3 .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

#seccao3 .blockquote-footer::before {
  content: "\2014 \00A0";
}

#seccao3 .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#seccao3 .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#seccao3 .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

#seccao3 .w-100 {
  width: 100% !important;
}

#seccao3 .h-100 {
  height: 100% !important;
}

#seccao3 .mb-0 {
  margin-bottom: 0 !important;
}

#seccao3 .mx-auto {
  margin-right: auto !important;
}

#seccao3 .mx-auto {
  margin-left: auto !important;
}

#seccao3 .text-center {
  text-align: center !important;
}

#seccao3 #certificacoes,
#seccao3 #testemunhos {
  Xpadding: 3%;
}

#seccao3 #testemunhos {
  color: #B0B0B0;
}

#seccao3 #testemunhos h2 {
  color: #00B0F0;
  margin:20px 0px;
  Xtext-shadow: 1px 1px 3px #474747;
}

#seccao3 #testemunhos .chamada,#seccao3 #testemunhos .chamada2 {
  font-size: 16px;
  font-weight: normal;
  line-height:22px;
  color:#757575;
  max-width:960px;
   margin:auto;
}
#seccao3 #testemunhos .chamada2 {
  font-size: 14px;
}

#seccao3 #seccao3-intro{
	  max-width:1200px;
	  margin:auto;
	  padding:0 15px;
	}

#seccao3 #testemunhos #slider {
  max-width: 1000px;
  
}

#seccao3 #testemunhos .balaoTestemunho {
  background-color: #00B0F0;
  color: white;
  padding: 10px 3.2%;
  -webkit-box-shadow: 2px 2px 10px #4b4b4b;
          box-shadow: 2px 2px 10px #4b4b4b;
  margin: 2em;
  border-radius: 25px;
}
  #seccao3 #lightSlider li{	height:220px; }
  #seccao3 #testemunhos #slider { max-height:220px; overflow:hidden}
@media (max-width: 720px) {  
#seccao3 #lightSlider li{	height:320px;	}
#seccao3 #testemunhos #slider { max-height:320px}

}
@media (max-width: 420px) {
	#seccao3 #testemunhos .balaoTestemunho blockquote {  font-size: 1em; 
	 }
#seccao3 #lightSlider li{	
height:380px;	}
#seccao3 #testemunhos #slider { max-height:380px}
}


#seccao3 #testemunhos .blockquote-footer {
  color: #00506d;
}

#seccao3 #certificacoes {
  background-color: #717481;
  
  padding: 1px 10px 50px 10px;
}

#seccao3 #certificacoes h2 {
  color: white;
  Xtext-shadow: 1px 1px 3px #272727;
}

#seccao3 #certificacoes .colCert {
  -webkit-box-shadow: inset 0 0 16px #4b4b4b;
  box-shadow: inset 0 0 16px #4b4b4b;
  position: relative;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
  height: 120px;
  border-radius: 16px;
  min-width: 120px;
  background-color: white;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#seccao3 #certificacoes .colCert img{
width:100px;
height:auto;
}

#seccao3 #certificacoes .colCert:hover .txtCert {
 opacity:1;
}

#seccao3 #certificacoes .colCert .txtCert {
  position: absolute;
  border-radius: 16px;
  height: 120px;
  width: 120px;
  top: 0px;
  padding: 5px;
  left: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight:bold;
  font-size:13px;
   opacity:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#seccao3-intro a{
	text-decoration:none;
	color:#00B0F0;
	}
#seccao3-intro a:hover{
	text-decoration:underline;
	color:#00B0F0;
	}	
