/* 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: 18px;
	text-align: left;
}
.content .containerServicos .tituloPagina {
	margin:auto;
	width: 1080px;
	margin-top: 45px;
	font-weight: bold;
	color: #0000cc;	
}
.content .containerServicos .subtituloPagina {
	margin:auto;
	width: 1080px;
	margin-top: 30px;
	font-weight: bold;
	color: #3399ff;	
}
.content .containerServicos .subtituloPagina ul{
	color: #333;
	list-style-type: square;
}
.content .containerServicos .central {
	margin:auto;
	margin-top: 20px;
	width: 1080px;
	color: #3399ff;
	display:grid;
	grid-template-columns: auto auto auto;
}
.content .containerServicos .central .box{
	width: 330px;
	height: 240px;
}
.content .containerServicos .central .box ul{
	margin-top: 0px;
	text-transform: uppercase;
	list-style: none;
	padding-left: 10px;
}
.content .containerServicos .central .box ul li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 15px;
  color: #0000cc; /* Or a color you prefer */
	font-weight: bold;
}
.content .containerServicos .central .box2{
	width: 330px;
	height: 240px;
	margin: 0px 34px;
}
.content .containerServicos .central .box2 ul{
	margin-top: 0px;
	text-transform: uppercase;
	list-style: none;
	padding-left: 10px;
}
.content .containerServicos .central .box2 ul li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 15px;
  color: #0000cc; /* Or a color you prefer */
	font-weight: bold;
}
.content .containerServicos .central .box3{
	width: 330px;
	height: 240px;
	display: none;
}
.content .containerServicos .central .box3 ul{
	margin-top: 0px;
	text-transform: uppercase;
	list-style: none;
	padding-left: 10px;
}
.content .containerServicos .central .box3 ul li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 15px;
  color: #0000cc; /* Or a color you prefer */
	font-weight: bold;
}
.content .containerServicos .central .box4{
	width: 330px;
	height: 240px;
	margin: 0px 34px;
	display: none;
}
.content .containerServicos .central .box4 ul{
	margin-top: 0px;
	text-transform: uppercase;
	list-style: none;
	padding-left: 10px;
}
.content .containerServicos .central .box4 ul li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 15px;
  color: #0000cc; /* Or a color you prefer */
	font-weight: bold;
}
.content .containerServicos .banner{
    margin:auto;
	width: 1080px;
	margin-top: 30px;
}

/* The "tablet" version (521px - 800px) */ 
@media (min-width: 521px) and (max-width: 800px) {
.slideshow-container2 {
  margin-top: 74px;
}
.content .containerServicos {
	width: 100%;
	margin-bottom: 34px;
}
.content .containerServicos .tituloPagina {
	margin:auto;
	width:auto;
	margin-top: 45px;
	font-weight: bold;
	color: #0000cc;
	font-size: 16px;
	padding-left: 10px;
}
.content .containerServicos .subtituloPagina {
	margin:auto;
	width:auto;
	margin-top: 30px;
	font-weight: bold;
	color: #3399ff;
	font-size: 16px;
	padding-left: 10px;
}
.content .containerServicos .central {
	margin:auto;
	margin-top: 20px;
	width: auto;
	font-size: 14px;
	display:grid;
	grid-template-columns: auto auto auto;
}
.content .containerServicos .central .box{
	width: auto;
	height: auto;
	padding: 0px 10px;
}
.content .containerServicos .central .box2{
	width: auto;
	height: auto;
	padding: 0px 10px;
}
.content .containerServicos .banner{
	width: auto;
	margin-top: 30px;
	padding: 0px 10px;
}
.banner img{
	width: 100%;
}
}
/* 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: 16px;
	padding-left: 10px;
}
.content .containerServicos .subtituloPagina {
	margin:auto;
	width: auto;
	margin-top: 20px;
	font-weight: bold;
	color: #3399ff;
	font-size: 16px;
	padding-left: 15px;
}
.content .containerServicos .central {
	margin:auto;
	margin-top: 20px;
	width: 100%;
	font-size: 12px;
	display:grid;
	grid-template-columns: auto auto;
}
.content .containerServicos .central .box{
	display: none;
}
.content .containerServicos .central .box2{
	display: none;
}
.content .containerServicos .central .box3{
	display:block;
	width: auto;
	height: auto;
	padding: 0px 5px;
}
.content .containerServicos .central .box4{
	display:block;
	width: auto;
	height: auto;
	margin:0px 5px;
	padding: 0px 5px;
}
.content .containerServicos .banner{
	width: auto;
	margin-top: 20px;
	padding: 0px 5px;
}
.banner img{
	width: 100%;
}	
}
/* The "mobile" version (520px */ 
