/* slideshow CSS */
* {box-sizing: border-box;}
.mySlides2 {display: contents;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container2 {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 100px;
}
.content .containerServicos {
	width: 100%;
	margin-bottom: 45px;
	font-size: 16px;
	text-align: left;
	color: #333;
}
.content .containerServicos .tituloPagina {
	margin:auto;
	width: 1080px;
	margin-top: 45px;
	font-weight: bold;
	color: #0000cc;
	text-transform: uppercase;
	font-size: 22px;
}
.content .containerServicos .central {
	margin:auto;
	width: 1080px;
	color: #333;
	display:block;
}
.content .containerServicos .central .box{
	width: auto;
	height: auto;
	margin-top: 20px;
}
.content .containerServicos .central .box a:link{
	text-decoration: none;
	color: #333;
}
.content .containerServicos .central .box a:hover{
	text-decoration: underline;
	color: #0000cc;
}
/* The "tablet" version (521px - 800px) */ 
@media (min-width: 521px) and (max-width: 800px) {
.slideshow-container2 {
  margin-top: 74px;
}
.content .containerServicos {
	width: 100%;
	margin-bottom: 20px;
}
.content .containerServicos .tituloPagina {
	margin:auto;
	width:auto;
	margin-top: 20px;
	font-weight: bold;
	color: #0000cc;
	font-size: 20px;
	padding-left: 10px;
}
.content .containerServicos .central {
	margin:auto;
	margin-top: 0px;
	width: auto;
	font-size: 14px;
}
.content .containerServicos .central .box{
	margin-top:0px;
	padding:0px 10px
}
}
/* The "mobile" version (520px */ 
@media (max-width: 520px) {
.slideshow-container2 {
  max-width: auto;
  margin-top:150px;
}
.content .containerServicos {
	width: 100%;
	margin-bottom: 20px;
}
.content .containerServicos .tituloPagina {
	margin:auto;
	width: auto;
	margin-top: 20px;
	font-weight: bold;
	color: #0000cc;
	font-size: 20px;
	padding-left: 10px;
}
.content .containerServicos .central {
	margin:auto;
	margin-top: 0px;
	width: auto;
	font-size: 14px;
	padding:0px 10px
}
.content .containerServicos .central .box{
	margin-top:0px;
}
}
/* The "mobile" version (520px */ 
