
@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);






/* CSS GALERIA DE FOTOS */

   #main-imagex {
		width: 100%;
		max-width: 820px;
		margin: 20px auto 20px auto;
		display: block;
    }

    .carousel-wrapperx {
		position: relative;
		max-width: 820px;
		margin: 0 auto 0 auto;
    }

    .carouselx {
      display: flex;
	  overflow-x: auto;
	  gap: 8px;
      scroll-behavior: smooth;
      padding: 10px 40px;
    }

    .carouselx img {
      height: 120px;
	  cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .carouselx img:hover {
      transform: scale(1.1);
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .arrowx {
      position: absolute;
	  top: 50%;
      transform: translateY(-50%);
      font-size: 2em;
	  color: #333;
      background: white;
	  border-radius: 50%;
      width: 32px;
	  height: 32px;
	  line-height: 32px;
      text-align: center;
	  cursor: pointer;
      user-select: none;
	  box-shadow: 0 0 5px rgba(0,0,0,0.2);
	  z-index: 99;
    }

    .arrow-leftx { left: 0; }
    .arrow-rightx { right: 0; }

/* CSS GALERIA DE FOTOS - END */









* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Chmadas abaixo dos slides */
.slidesChamadas {
	overflow: hidden;
	max-width: 1360px;
	margin: 0 auto;
}

.boxText {
	border-top: 5px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	margin: 0;
	padding: 1em;
	width: 33.3%; /* -- 50% 2 colunas, 33.3% 3 colunas, 25% 4 colunas -- */
        min-height: 122px;
	font-size: 1.3em;
	cursor: pointer;
	background-color: #efefef;
	transition: background-color 0.6s ease;
}

.boxTextActive {
  background-color: #fff;
  border-top: 5px solid #c00;
}

.boxText:hover {
  background-color: #fff;
  border-top: 5px solid #c00;
}

/* The dots/bullets/indicators */
.dots {
	display: none;  
}

/* Slideshow container */
.slideshow-container {
  max-width: 1360px;
  position: relative;
  margin: 0 auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #333;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-color: #333;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #c00;
  text-decoration: none;
  color: #fff;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 2em;
  padding: 1em;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  text-shadow: 0 0 5px #000000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 520px) {
.prev, .next {
	display: none;
}

.text {
	font-size: 1.5em;
	text-shadow: 0 0 5px #000000;
}

.boxText {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ccc;
	margin: 0;
	padding: 1em;
	width: 100%;
	font-size: 1.1em;
	cursor: pointer;
	background-color: #efefef;
	transition: background-color 0.6s ease;
}

.boxTextActive {
  background-color: #fff;
  border-left: 5px solid #c00;
}

.boxText:hover {
  background-color: #fff;
  border-left: 5px solid #c00;
  border-top: 1px solid #ccc;
}


/* The dots/bullets/indicators */
.dots {
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #efefef;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #c00;
}

.dot:hover {
  background-color: #c00;
}


}












        #ntcookie-aviso {
            color:#fff;
            background:#09f;
            padding:20px;
            position:fixed;
            bottom:0px;
            left:0px;
            width:100%;
            box-shadow:0 10px 20px rgba(0,0,0,.2);
            border-radius:0;
            border: 0px solid #999;
            margin:0px;
            visibility:hidden;
            z-index:1000000;
            /*box-sizing:border-box;*/
        }

        #ntcookie-aviso a {
           text-decoration:underline;
           color: #fff;
        }

        #ntcookie-aviso button{
            font-family: 'Raleway', sans-serif;
            background:#3842c7;
            border:0;
            padding:10px;
            margin-top:10px;
            color: #fff;
            float: right;
        }

        @media only screen and (max-width:600px){
            #ntcookie-aviso{
            max-width:100%;
            bottom:0;
            left:0;
            border-radius:0}
        }
		

/* Mobile */
@media only screen and (max-width: 480px) {
.whatsapp {
    position: fixed;
    top: 1%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
	max-width: 80px;
}
}

@media only screen and (min-width: 901px) and (max-width: 9000px) {


/* 2025 */
/* 02 COLUNAS */

.duasColunas {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
}

.duasColunas a { /* BLOCO */
	border: 1px solid #ccc; /* COR DA BORDA */ 
	background: #fff; /* COR DO FUNDO */
	text-decoration: none; /* none ou underline */
}

.duasColunas h1 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
	text-align: center;
}

.duasColunas h2 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}

a.duasColunasColuna1 {
	float: left;
	width: 48%;
	margin-right: 2%; 
}

a.duasColunasColuna2 {
	float: right;
	width: 48%;
	margin-left: 2%; 
}

.duasColunas img {
	width: 100%;
	border: 5px solid #fff;
}

.duasColunas img:hover {
	border: 0;
}

/* 03 COLUNAS */

.tresColunas {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
}

.tresColunas a { /* BLOCO */
	border: 1px solid #ccc; /* COR DA BORDA */ 
	background: #fff; /* COR DO FUNDO */
	text-decoration: none;
	min-height: 370px;
}

.tresColunas h2 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}

.tresColunas h3 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: bold; /* NEGRITO (normal ou bold) */
}


a.tresColunasColuna1 {
	float: left;
	width: 32%;
	margin-right: 2%; 
}

a.tresColunasColuna2 {
	float: left;
	width: 32%;
	margin-righ: 2%; 
}

a.tresColunasColuna3 {
	float: right;
	width: 32%;
	margin: 0; 
}

.tresColunas img {
	width: 100%;
	border: 5px solid #fff;
}

.tresColunas img:hover {
	border: 0;
}

/* END 2025 */

	
.icons8 {
	overflow: hidden;
}

.icons8 a {
	margin: 1%;
	width: 10.5%;
	float: left;
	overflow: hidden;
	padding: 3px;
	text-align: center;
	/*background: #262425;*/
	color: #333;
	min-height: 105px;
}

.icons8 a:hover {
	border-bottom: 0px solid #c4170c;
	text-decoration: none;
	/*background: #fff;*/
	color: #000;
}

.icons8 a img {
	max-width: 50px;
	margin-bottom: 10px;
}

.icons8 a p {
	margin: 0;
	padding: 0;
}





/* --- BLOCOS 3 COLS PUBLICACOES --- */
.icons3Pub {
	max-width: 1366px;
	overflow: hidden;
	margin: 0.5em auto;
}

.icons3Pub div {
	margin: 2%;
	width: 29.3%;
	float: left;
	text-align: center;
	min-height: 750px;
}

.icons3Pub div h4 {
	border-top: 2px solid #333;
	margin: 0 0 3em 0;
	padding: 1em 0 2em 0;
	font-size: 0.9em;
	text-transform: uppercase;
}

.icons3Pub div h3 {
	text-transform: uppercase;
	margin: 0;
	padding: 1.5em 0 1em 0;
}

.icons3Pub div p {
	margin: 0;
	padding: 1em;
}


	
/* --- BLOCOS CENTRO DOR --- */
.iconsUf {
}

.iconsUf a {
	display: block;
	margin: 2%;
	padding: 10px 0 5px 0;
	width: 21%;
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
	background: #efefef;
	color: #036;
	min-height: 250px;
}

.iconsUf a:hover {
	background: #ccc;
}

.iconsUf a img {
	border: 1px solid #fff;
	width: 80%;
	border-radius: 10px;
	margin-bottom: 5px;
}

/* --- BLOCOS CENTRO DOR --- */
.blocoCentrosDor {
}

.blocoCentrosDor div {
	border-radius: 10px;
	background: #efefef;
	margin: 2%;
	width: 46%;
	float: left;
	min-height: 340px;
}

.blocoCentrosDor div h2 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0 0 0;
}

.centroDorTitle {
	font-weight: bold;
}
	
/* --- DUAS COLUNAS --- */
.twoCols {
	margin: 1em auto;
	border: 1px solid #ccc;
	overflow: hidden;
	display: flex;
}

.twoColsLeft {
	float: left;
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight {
	padding: 0.5em;
	margin: 0.5em;
	width: 100%;
}

.twoColsRight h2,h1 {
	padding: 5px;
	margin: 0;
	text-align: left;
}

/* --- ICONES 4 COLUNAS LOGOS --- */

.iconsLigas a {
	margin: 2%;
	width: 21%;
	padding: 0.5em;
	border-radius: 10px;
	float: left;
	text-align: center;
	display: block;
	min-height: 280px;
	vertical-align: middle;
}

.iconsLigas a img {
	max-width: 80%;
	filter: grayscale(100%);
}

.iconsLigas a:hover img {
	filter: none;
}

/* --- ICONES 3 COLUNAS PHOTOS PB --- */

.icons3Photos {
	overflow: hidden;
}

.icons3Photos a {
	padding-top: 1em;
	margin: 2%;
	width: 29.3%;
	border-radius: 10px;
	background: #eee;
	float: left;
	text-align: center;
	display: block;
	min-height: 360px;
	color: #036;
	text-decoration: none;
}

.icons3Photos img {
	border: 1px solid #fff;
	filter: grayscale(100%);
	max-width: 80%;
}

/* --- ICONES 4 COLUNAS --- */

.icons4Photos {
	overflow: hidden;
}

.icons4Photos a {
	padding-top: 1em;
	margin: 2%;
	width: 21%;
	border-radius: 10px;
	background: #efefef;
	float: left;
	text-align: center;
	display: block;
	min-height: 420px;
}

.icons4Photos img {
	border: 1px solid #fff;
	filter: grayscale(100%);
	max-width: 80%;
}

a.icons4PhotosPq {
	padding-top: 1em;
	margin: 2%;
	width: 21%;
	border-radius: 10px;
	float: left;
	text-align: center;
	display: block;
	color: #036;
	text-decoration: none;
	background: #efefef;
	min-height: 340px;
}

/* --- BLOCOS HOME --- */

.blocoshome {
	overflow: hidden;
}

.blocoshomeLimit {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
	text-align: left;
}

.blocoshomeLimit h1 {
	text-align: left;
	padding: 5px;
}

.blocoshomeLimit h2 {
	text-align: left;
	padding: 5px;
}

.blocoshomeLimit h3 {
	text-align: left;
	padding: 5px;
}

.blocoshomeLimit h4 {
	margin: 0;
	padding: 5px;
}

.blocoshomeLimit p {
	margin: 0;
	padding: 5px;
}

.blocoshomeLeft {
	margin: 1%;
	width: 33%;
	float: left;
}

.blocoshomeRight {
	margin: 1%;
	width: 63%;
	float: right;
}





.blocoshomeInvert {
	overflow: hidden;
}

.blocoshomeInvertLimit {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
	text-align: left;
}

.blocoshomeInvertLimit h1 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h2 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h3 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h4 {
	margin: 0;
	padding: 5px;
}

.blocoshomeInvertLimit p {
	margin: 0;
	padding: 5px;
}

.blocoshomeInvertLeft {
	margin: 1%;
	width: 63%;
	float: left;
}

.blocoshomeInvertRight {
	margin: 1%;
	width: 33%;
	float: right;
}		



		


.blocoRevista {
	border-bottom: 1px solid #036;
	overflow: hidden;
}

.blocoRevista div {
	overflow: hidden;
	margin: 2%;
	float: left;
	width: 46%;
	background: #eee;
}

.blocoRevista div a {
	border: 2px solid #fff;
	display: block;
	width: 46%;
	margin: 2%;
	float: left;
}

.blocoRevista div a:hover {
	border: 2px solid #0f0;
}

.iconsImg3 {
}

.iconsImg3 a {
	margin: 1%;
	float: left;
	width: 31%;
	display: block;
	border: 1px solid #ccc;
}
	
/* HEAD FALE CONOSCO CONTATO */

.faleConoscoHead {
	overflow: hidden;
}

.faleConoscoHead a {
	margin: 2%;
	width: 29%;
	float: left;
	color: #036;
	background: #eee;
	border-radius: 10px;
}	

/* ICONES SUBMIT */

.iconsSubmit {
	overflow: hidden;
	margin-bottom: 2em;
}

.iconsSubmit div {
	float: left;
	margin: 1%;
	width: 31%;
	text-align: center;
	border-radius: 15px;
	background: #eee;
}

/* ICONES COM IMAGEM 5 COLUNAS */

.iconsA5Col {
}

.iconsA5Col div {
	float: left;
	width: 23%;
	margin: 0.5em;
	color: #036;
	text-align: center;
	min-height: 310px;
}

.iconsA5Col a {
	border: 1px solid #fff;
	float: left;
	width: 18.3%;
	margin: 0.5em;
	color: #036;
	text-align: center;
	min-height: 340px;
}

.iconsA5Col a:hover {
	border: 1px solid #fff;
	background: #09c;
	text-decoration: none;
	color: #fff;
}

.iconsA5Col a img {
	border: 1px solid #fff;
	margin-top: 0.3em;
}

.iconsA5Col a h2 {
	font-size: 1.3em;
	margin: 0 auto;
}

.iconsA5Col a p {
	margin: 0.3em;
	text-align: left;
}

/* 2 COLUNAS */

.iconsA2Col {
}

.iconsA2ColLeft {
	border: 1px solid #ccc;
	margin: 0.5em;
	float: left;
	width: 48%;
}

.iconsA2ColLeft p {
	margin: 0 0 0.3em 0;
}

.iconsA2ColLeft p a {
	display: block;
	background: #eee;
	padding: 0 0 0 0.5em;
}

.iconsA2ColLeft p a:hover {
	text-decoration: none;
	background: #09c;
	color: #fff;
}

.iconsA2ColRight {
	border: 1px solid #ccc;
	margin: 0.5em;
	float: right;
	width: 48%;
}

.iconsA2ColRight a {
	background: #eee;
	display: block;
	margin: 0.4em;
	color: #036;
}

.iconsA2ColRight a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

.iconsA2ColRight a img {
	float: left;
	margin: 0.4em;
}

.iconsA2ColRight a p {
	margin: 0 0.4em 0.4em 0.4em;
}


/* BALLOONS */
.iconsABalloons {
}

.iconsABalloons a {
	float: left;
	width: 23.3%;
	margin: 0.5em;
	padding: 0 0 1em 0;
	color: #036;
	min-height: 180px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_balloon.png") bottom left no-repeat;
}

.iconsABalloons a:hover {
	text-decoration: none;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_balloon2.png") bottom left no-repeat;
	color: #fff;
}

.iconsABalloons a img {
}

.iconsABalloons a h2 {
	font-size: 1.3em;
	margin: 0.3em auto 0 auto;
}

.iconsABalloons a p {
	margin: 0.3em;
	text-align: left;
	font-size: 0.9em;
}
.iconsABalloons a p span {
	font-size: 0.8em;
	font-style: italic;
}

/* -- BLOCO EVENTOS HOME -- */

.eventosHome {
	text-align: center;
}

a.evento {
	border: 1px solid #00263a;
	border-radius: 0;
	overflow: hidden;
	margin: 0.5em;
	display: block;		
}

a.evento:hover {
	border: 1px solid #09f;
	background: #efefef;
}

.eventoLeft {
	float: left;
	width: 28%;
	padding: 1.3em 0 1.7em 0;
	text-align: center;
	background: #00263a;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin: 3px;
	overflow: hidden;			
}

.eventoLeft span {
	font-size: 1.9em;
	font-weight: bold;			
}

.eventoRight {
	float: right;
	width: 68%;
	text-align: left;			
}

.eventoRight h2 {	
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
}



.bannerCbdorContador {
	background: url("http://sbed3.go.mk.com.br/sites/arquivos/uploads/1939.jpg");
	display: block;
	min-height: 302px;
	padding-top: 220px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}

.bannerCbdorContador:hover {
	text-decoration: none;	
}

.bannerCbdorContador h1 {
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	max-width: 730px;
	margin: 0 auto;
	font-weight: bold;
	color: #000;
}

.bannerCbdorContador p {
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #000;
}

/* BANNER HOME */ 
.bannerHome {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	clear: both;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bannerHomeLeft {
	margin: 2%;
	width: 46%;
	float: left;
	border-radius: 20px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
	min-height: 500px;
}

.bannerHomeLeft h1,h2 {
	color: #00263a;
}

.bannerHomeLeft p {
	color: #00263a;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeLeft ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a:hover {
	background: #eee;
}

.bannerHomeRight {
	margin: 2%;
	width: 46%;
	float: right;
	border-radius: 20px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
	min-height: 500px;
}

.bannerHomeRight h1 {
	color: #00263a;
}

.bannerHomeRight h2 {
	color: #00263a;
	font-weight: normal;
}

.bannerHomeRight p {
	color: #00263a;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeRight ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1.5em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeRight ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
}

.bannerHomeRight ul li a:hover {
	background: #eee;
}

/*  */ 

.diretoria {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diretoria li {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #eee;
}
	

/* FORM CUSTOM */
.formCustom {
	max-width: 800px;
	margin: 0 auto 1em auto;
}

.formCustom fieldset {
	margin-bottom: 1.5em;
	border: 2px solid #036;
	background: #eee;
}

.formCustom fieldset legend{
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #036;
	padding: 0.5em;
	background: #fff;
}

.formCustom fieldset p {
	margin: 0.5em 2%;
	width: 46%;
	min-height: 95px;
	float: left;
	border: 0px solid #f0f;
}

.formCustom fieldset div {
	border: 2px solid #036;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1em;
}

.formCustom fieldset input[type=text] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset input[type=tel] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset select {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom textarea {
	border: 2px solid #09f;
	padding: 0.5em;
	width: 99%;
	margin: 3px;
	background: #fff;
}

.formCustom input[type=submit] {
	border: 2px solid #09f;
	background: #09f;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin: 1em;
	color: #fff;
}

.formCustom .alerta {
	color: #f00;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
}
/* END FORM CUSTOM */

}

@media only screen and (min-width: 521px) and (max-width: 900px) {
	
	
/* 2025 */
/* 02 COLUNAS */

.duasColunas {
	overflow: hidden;
}

.duasColunas a { /* BLOCO */
	border: 1px solid #ccc; /* COR DA BORDA */ 
	background: #fff; /* COR DO FUNDO */
	text-decoration: none; /* none ou underline */
}

.duasColunas h2 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}

a.duasColunasColuna1 {
	float: left;
	width: 48%;
	margin-right: 2%; 
}

a.duasColunasColuna2 {
	float: right;
	width: 48%;
	margin-left: 2%; 
}

.duasColunas img {
	width: 100%;
	border: 5px solid #fff;
}

.duasColunas img:hover {
	border: 0;
}

/* 03 COLUNAS */

.tresColunas {
	overflow: hidden;
}

.tresColunas a { /* BLOCO */
	border: 1px solid #ccc; /* COR DA BORDA */ 
	background: #fff; /* COR DO FUNDO */
	text-decoration: none;
	min-height: 330px;
	float: left;
	width: 46%;
	margin: 2%;
}

.tresColunas h2 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}

.tresColunas h3 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}


a.tresColunasColuna1 {
}

a.tresColunasColuna2 {
}

a.tresColunasColuna3 {
}

.tresColunas img {
	width: 100%;
	border: 0;
}

.tresColunas img:hover {
	border: 0;
}

/* END 2025 */		
	
	

/* --- BLOCOS 3 COLS PUBLICACOES --- */
.icons3Pub {
	max-width: 1366px;
	overflow: hidden;
	margin: 0.5em auto;
}

.icons3Pub div {
	margin: 2%;
	text-align: center;
	min-height: 400px;
}

.icons3Pub div h4 {
	border-top: 2px solid #333;
	margin: 0 0 0 0;
	padding: 1em 0 1em 0;
	font-size: 0.9em;
	text-transform: uppercase;
}

.icons3Pub div img {
	float: left;
	margin: 1em;
	max-height: 100%;
}

.icons3Pub div h3 {
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0 1em 0;
	text-align: left;
}

.icons3Pub div p {
	margin: 0;
	padding: 1em;
}

/* --- BLOCOS CENTRO DOR --- */
.iconsUf {
}

.iconsUf a {
	display: block;
	margin: 2%;
	padding: 5px 0 5px 0;
	width: 29%;
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
	background: #efefef;
	color: #036;
	min-height: 220px;
}

.iconsUf a:hover {
	background: #ccc;
}

.iconsUf a img {
	border: 1px solid #fff;
	width: 70%;
	border-radius: 10px;
	margin-bottom: 5px;
}

/* --- BLOCOS CENTRO DOR --- */
.blocoCentrosDor {
}

.blocoCentrosDor div {
	border-radius: 10px;
	background: #efefef;
	margin: 2%;
	padding-bottom: 0.5em;
}

.blocoCentrosDor div h2 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0 0 0;
}

.centroDorTitle {
	font-weight: bold;
}


.twoCols {
	margin: 1em auto;
}

.twoColsLeft {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight p {
	text-align: left;
}

.iconsLigas a {
	margin: 2%;
	width: 29%;
	padding: 0.5em;
	border-radius: 10px;
	float: left;
	text-align: center;
	display: block;
	min-height: 260px;
	vertical-align: middle;
}

.iconsLigas a img {
	max-width: 80%;
	filter: grayscale(100%);
}

.iconsLigas a:hover img {
	filter: none;
}



/* --- ICONES 3 COLUNAS PHOTOS PB --- */

.icons3Photos {
	overflow: hidden;
}

.icons3Photos a {
	padding-top: 1em;
	margin: 2%;
	width: 29.3%;
	border-radius: 10px;
	background: #eee;
	float: left;
	text-align: center;
	display: block;
	min-height: 400px;
	color: #036;
	text-decoration: none;
}

.icons3Photos img {
	border: 1px solid #fff;
	filter: grayscale(100%);
	max-width: 80%;
}




.icons4Photos a {
	padding-top: 1em;
	margin: 2%;
	width: 46%;
	border-radius: 10px;
	background: #eee;
	float: left;
	text-align: center;
	display: block;
	min-height: 420px;
}

.icons4Photos img {
	border: 1px solid #fff;
	filter: grayscale(100%);
	max-width: 80%;
}

a.icons4PhotosPq {
	padding-top: 1em;
	margin: 2%;
	width: 46%;
	border-radius: 10px;
	float: left;
	text-align: center;
	display: block;
	color: #036;
	text-decoration: none;
	background: #efefef;
	min-height: 310px;
}

/* --- BLOCOS HOME --- */

.blocoshome {
	overflow: hidden;
}

.blocoshomeLimit {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
	text-align: center;
}

.blocoshomeLimit h1 {
	padding: 5px;
}

.blocoshomeLimit h2 {
	padding: 5px;
}

.blocoshomeLimit h3 {
	padding: 5px;
}

.blocoshomeLimit h4 {
	margin: 0;
	padding: 5px;
}

.blocoshomeLimit p {
	margin: 0;
	padding: 5px;
}

.blocoshomeLeft {
	margin: 1em;
}

.blocoshomeRight {
	margin: 1em;
}

.blocoshomeInvert {
	overflow: hidden;
}

.blocoshomeInvertLimit {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
	text-align: left;
}

.blocoshomeInvertLimit h1 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h2 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h3 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h4 {
	margin: 0;
	padding: 5px;
}

.blocoshomeInvertLimit p {
	margin: 0;
	padding: 5px;
}

.blocoshomeInvertLeft {
	margin: 1%;
	width: 63%;
	float: left;
}

.blocoshomeInvertRight {
	margin: 1%;
	width: 33%;
	float: right;
}		


/* --- BLOCOS HOME --- */

.blocoRevista {
	border-bottom: 1px solid #036;
	overflow: hidden;
}

.blocoRevista div {
	overflow: hidden;
	margin: 2%;
	float: left;
	width: 46%;
	background: #eee;
}

.blocoRevista div h2 {
	font-size: 1em;
}

.blocoRevista div a {
	border: 2px solid #fff;
	display: block;
	width: 46%;
	margin: 2%;
	float: left;
}

.blocoRevista div a:hover {
	border: 2px solid #0f0;
}

.iconsImg3 {
}

.iconsImg3 a {
	margin: 2%;
	float: left;
	width: 46%;
	display: block;
	border: 1px solid #ccc;
}

/* ICONES SUBMIT */

.iconsSubmit {
	overflow: hidden;
	margin-bottom: 2em;
}

.iconsSubmit div {
	float: left;
	margin: 1%;
	width: 31%;
	text-align: center;
	border-radius: 15px;
	background: #eee;
}

/* ICONES COM IMAGEM 5 COLUNAS */

.iconsA5Col {
}

.iconsA5Col div {
	float: left;
	width: 30%;
	margin: 0.5em;
	color: #036;
	text-align: center;
	min-height: 330px;
}

.iconsA5Col a {
	border: 1px solid #fff;
	float: left;
	width: 17.5%;
	margin: 0.5em;
	color: #036;
	text-align: center;
	min-height: 270px;
}

.iconsA5Col a:hover {
	border: 1px solid #fff;
	background: #09c;
	text-decoration: none;
	color: #fff;
}

.iconsA5Col a img {
	border: 1px solid #fff;
	margin-top: 0.3em;
}

.iconsA5Col a h2 {
	font-size: 1em;
	margin: 0 auto;
	min-height: 50px;
}

.iconsA5Col a p {
	margin: 0.3em;
	text-align: left;
	font-size: 0.8em;
	line-height: normal;
}

/* 2 COLUNAS */

.iconsA2Col {
}

.iconsA2ColLeft {
	border: 1px solid #ccc;
	margin: 0.5em;
	float: left;
	width: 47%;
}

.iconsA2ColLeft p {
	margin: 0 0 0.3em 0;
}

.iconsA2ColLeft p a {
	display: block;
	background: #eee;
	padding: 0 0 0 0.5em;
}

.iconsA2ColLeft p a:hover {
	text-decoration: none;
	background: #09c;
	color: #fff;
}

.iconsA2ColRight {
	border: 1px solid #ccc;
	margin: 0.5em;
	float: right;
	width: 48%;
}

.iconsA2ColRight a {
	background: #eee;
	display: block;
	margin: 0.4em;
	color: #036;
}

.iconsA2ColRight a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

.iconsA2ColRight a img {
	float: left;
	margin: 0.4em;
}

.iconsA2ColRight a p {
	margin: 0 0.4em 0.4em 0.4em;
}

/* BALLOONS */
.iconsABalloons {
}

.iconsABalloons a {
	margin: 0.5em auto;
	padding: 0 0 1em 0;
	max-width: 290px;
	color: #036;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_balloon.png") bottom left no-repeat;
	overflow: auto;
	display: block;
}

.iconsABalloons a:hover {
	text-decoration: none;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_balloon2.png") bottom left no-repeat;
	color: #fff;
}

.iconsABalloons a img {
}

.iconsABalloons a h2 {
	font-size: 1.3em;
	margin: 0.3em auto 0 auto;
}

.iconsABalloons a p {
	margin: 0.3em;
	text-align: left;
	font-size: 0.9em;
}
.iconsABalloons a p span {
	font-size: 0.8em;
	font-style: italic;
}

/* -- BLOCO EVENTOS HOME -- */

.eventosHome {
	text-align: center;
}

a.evento {
	border: 1px solid #00263a;
	border-radius: 0;
	overflow: hidden;
	margin: 0.5em;
	display: block;		
}

a.evento:hover {
	border: 1px solid #09f;
	background: #efefef;
}

.eventoLeft {
	float: left;
	width: 28%;
	padding: 1.3em 0 1.7em 0;
	text-align: center;
	background: #00263a;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin: 3px;
	overflow: hidden;			
}

.eventoLeft span {
	font-size: 1.9em;
	font-weight: bold;			
}

.eventoRight {
	float: right;
	width: 68%;
	text-align: left;			
}

.eventoRight h2 {	
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
}

.bannerCbdorContador {
	background: url("http://sbed3.go.mk.com.br/sites/arquivos/uploads/1939.jpg");
	display: block;
	min-height: 302px;
	padding-top: 220px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;	
}

.bannerCbdorContador:hover {
	text-decoration: none;	
}

.bannerCbdorContador h1 {
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	max-width: 730px;
	margin: 0 auto;
	font-weight: bold;
	color: #000;
}

.bannerCbdorContador p {
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #000;
}


/* BANNER HOME */ 
.bannerHome {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	clear: both;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bannerHomeLeft {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeLeft h1,h2 {
	color: #000;
}

.bannerHomeLeft p {
	color: #000;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeLeft ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

.bannerHomeLeft ul li a:hover {
	background: #eee;
}

.bannerHomeRight {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeRight h1 {
	color: #000;
}

.bannerHomeRight h2 {
	color: #000;
}

.bannerHomeRight p {
	color: #000;
	padding: 0 1em;
}

.bannerHomeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeRight ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1.5em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeRight ul li a {
	padding: 0 1em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
}

.bannerHomeRight ul li a:hover {
	background: #eee;
}


.diretoria {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diretoria li {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #eee;
}
	
/* FORM CUSTOM */
.formCustom {
	max-width: 800px;
	margin: 0 auto 1em auto;
}

.formCustom fieldset {
	margin-bottom: 1.5em;
	border: 2px solid #036;
	background: #eee;
}

.formCustom fieldset legend{
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #036;
	padding: 0.5em;
	background: #fff;
}

.formCustom fieldset p {
	margin: 2%;
}

.formCustom fieldset div {
	border: 2px solid #036;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1em;
}

.formCustom fieldset input[type=text] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset input[type=tel] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset select {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom textarea {
	border: 2px solid #09f;
	padding: 0.5em;
	width: 99%;
	margin: 3px;
	background: #fff;
}

.formCustom input[type=submit] {
	border: 2px solid #09f;
	background: #09f;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin: 1em;
	color: #fff;
}

.formCustom .alerta {
	color: #f00;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
}
/* END FORM CUSTOM */

}

@media only screen and (max-width: 520px) {


/* 2025 */
/* 02 COLUNAS */

.duasColunas {
	overflow: hidden;
}

.duasColunas a { /* BLOCO */
	background: #fff; /* COR DO FUNDO */
	text-decoration: none; /* none ou underline */
	display: block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.duasColunas h2 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}

.duasColunas img {
	width: 100%;
	border: 0;
}

/* 03 COLUNAS */

.tresColunas {
	overflow: hidden;
}

.tresColunas a { /* BLOCO */
    display: block;
	border: 1px solid #ccc; /* COR DA BORDA */ 
	background: #fff; /* COR DO FUNDO */
	text-decoration: none;
	min-height: 330px;
	margin: 1em 0.5em;
}

.tresColunas h2 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}

.tresColunas h3 { /* TÍTULO */
	color: #000; /* COR DA FONTE */
	font-size: none; /* TAMANHO DA FONTE (PARA AUMENTAR USE 1.5em ou 1.8em etc.) */
	font-weight: normal; /* NEGRITO (normal ou bold) */
}


a.tresColunasColuna1 {
}

a.tresColunasColuna2 {
}

a.tresColunasColuna3 {
}

.tresColunas img {
	width: 100%;
	border: 0;
}

.tresColunas img:hover {
	border: 0;
}

/* END 2025 */	



	
/* --- BLOCOS 3 COLS PUBLICACOES --- */
.icons3Pub {
	max-width: 1366px;
	overflow: hidden;
	margin: 0.5em auto;
}

.icons3Pub div {
	margin: 2%;
	text-align: center;
	min-height: 400px;
}

.icons3Pub div h4 {
	border-top: 2px solid #333;
	margin: 0 0 0 0;
	padding: 1em 0 1em 0;
	font-size: 0.9em;
	text-transform: uppercase;
}

.icons3Pub div img {
	margin: 1.5em 1em;
	max-height: 100%;
}

.icons3Pub div h3 {
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0 1em 0;
}

.icons3Pub div p {
	margin: 0;
	padding: 1em;
	text-align: center;
}


/* --- BLOCOS CENTRO DOR --- */
.iconsUf {
}

.iconsUf a {
	display: block;
	margin: 2%;
	padding: 5px 0 5px 0;
	width: 46%;
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
	background: #efefef;
	color: #036;
	min-height: 180px;
}

.iconsUf a:hover {
	background: #ccc;
}

.iconsUf a img {
	border: 1px solid #fff;
	width: 80%;
	border-radius: 10px;
	margin-bottom: 5px;
}

/* --- BLOCOS CENTRO DOR --- */
.blocoCentrosDor {
}

.blocoCentrosDor div {
	border-radius: 10px;
	background: #efefef;
	margin: 1em 5px 2em 5px;
	padding-bottom: 0.3em;
	font-size: 1em;
}

.blocoCentrosDor div h2 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px 0 0 0;
}

.centroDorTitle {
	font-weight: bold;
}


.twoCols {
	max-width: 600px;
	margin: 1em auto;
}

.twoColsLeft {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
}

.twoColsRight p {
	text-align: left;
}

.iconsLigas a {
	margin: 1em 2%;
	padding: 0.5em;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-align: center;
	display: block;
	vertical-align: middle;
}

.iconsLigas a img {
	max-width: 80%;
	filter: grayscale(100%);
}

.iconsLigas a:hover img {
	filter: none;
}



/* --- ICONES 3 COLUNAS PHOTOS PB --- */

.icons3Photos {
	overflow: hidden;
}

.icons3Photos a {
	padding: 1em 5px;
	margin: 1em 2% 2em 2%;
	border-radius: 10px;
	background: #eee;
	text-align: center;
	display: block;
	color: #036;
	text-decoration: none;
}

.icons3Photos img {
	border: 1px solid #fff;
	filter: grayscale(100%);
	max-width: 80%;
}



.icons4Photos a {
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 1em 1em 2em 1em;
	border-radius: 10px;
	background: #eee;
	text-align: center;
	display: block;
}

.icons4Photos img {
	border: 1px solid #fff;
	filter: grayscale(100%);
	max-width: 80%;
}

a.icons4PhotosPq {
	padding-top: 1em;
	margin: 2%;
	width: 46%;
	border-radius: 10px;
	float: left;
	text-align: center;
	display: block;
	color: #036;
	text-decoration: none;
	background: #efefef;
	min-height: 360px;
}

/* --- BLOCOS HOME --- */

.blocoshome {
	overflow: hidden;
}

.blocoshomeLimit {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
	text-align: center;
}

.blocoshomeLimit h1 {
	padding: 5px;
}

.blocoshomeLimit h2 {
	padding: 5px;
}

.blocoshomeLimit h3 {
	padding: 5px;
}

.blocoshomeLimit h4 {
	margin: 0;
	padding: 5px;
}

.blocoshomeLimit p {
	margin: 0;
	padding: 5px;
}

.blocoshomeLeft {
	margin: 1em;
}

.blocoshomeRight {
	margin: 1em;
}



.blocoshomeInvert {
	overflow: hidden;
}

.blocoshomeInvertLimit {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
	text-align: left;
}

.blocoshomeInvertLimit h1 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h2 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h3 {
	text-align: left;
	padding: 5px;
}

.blocoshomeInvertLimit h4 {
	margin: 0;
	padding: 5px;
}

.blocoshomeInvertLimit p {
	margin: 0;
	padding: 5px;
}

.blocoshomeInvertLeft {
	margin: 1%;
}

.blocoshomeInvertRight {
	margin: 1%;
}		





/* --- BLOCOS REVISTA --- */

.blocoRevista {
	border-bottom: 1px solid #036;
	overflow: hidden;
}

.blocoRevista div {
	overflow: hidden;
	margin: 1.5em 1em;
	background: #eee;
}

.blocoRevista div h2 {
	font-size: 1em;
}

.blocoRevista div a {
	border: 2px solid #fff;
	display: block;
	width: 46%;
	margin: 2%;
	float: left;
}

.blocoRevista div a:hover {
	border: 2px solid #0f0;
}
	
.iconsImg3 {
}

.iconsImg3 a {
	margin: 2%;
	display: block;
	border: 1px solid #ccc;
}

/* ICONES SUBMIT */

.iconsSubmit {
	overflow: hidden;
	margin-bottom: 2em;
}

.iconsSubmit div {
	margin: 2%;
	padding-bottom: 0.5em;
	text-align: center;
	border-radius: 15px;
	background: #eee;
}

/* ICONES COM IMAGEM 5 COLUNAS */

.iconsA5Col {
}

.iconsA5Col div {
	color: #036;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
	text-align: center;
}

.iconsA5Col a {
	border: 1px solid #fff;
	margin: 0.5em;
	color: #036;
	text-align: center;
	display: block;
}

.iconsA5Col a:hover {
	border: 1px solid #fff;
	background: #09c;
	text-decoration: none;
	color: #fff;
}

.iconsA5Col a img {
	border: 1px solid #fff;
	margin-top: 0.3em;
}

.iconsA5Col a h2 {
	font-size: 1em;
	margin: 0 auto;
	padding: 0;
}

.iconsA5Col a p {
	margin: 0.3em;
	text-align: left;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
}

/* 2 COLUNAS */

.iconsA2Col {
}

.iconsA2ColLeft {
	border: 1px solid #ccc;
	margin: 0.5em;
}

.iconsA2ColLeft p {
	margin: 0 0 0.3em 0;
}

.iconsA2ColLeft p a {
	display: block;
	background: #eee;
	padding: 0 0.3em 0 0.5em;
}

.iconsA2ColLeft p a:hover {
	text-decoration: none;
	background: #09c;
	color: #fff;
}

.iconsA2ColRight {
	border: 1px solid #ccc;
	margin: 0.5em;
}

.iconsA2ColRight a {
	background: #eee;
	display: block;
	margin: 0.4em;
	color: #036;
	text-align: center;
}

.iconsA2ColRight a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

.iconsA2ColRight a img {
	margin: 0.4em;
}

.iconsA2ColRight a p {
	margin: 0 0.4em 0.4em 0.4em;
	text-align: left;
}

/* BALLOONS */
.iconsABalloons {
}

.iconsABalloons a {
	margin: 0.5em auto;
	padding: 0 0 1em 0;
	max-width: 290px;
	color: #036;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_balloon.png") bottom left no-repeat;
	overflow: auto;
	display: block;
}

.iconsABalloons a:hover {
	text-decoration: none;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_balloon2.png") bottom left no-repeat;
	color: #fff;
}

.iconsABalloons a img {
}

.iconsABalloons a h2 {
	font-size: 1.3em;
	margin: 0.3em auto 0 auto;
}

.iconsABalloons a p {
	margin: 0.3em;
	text-align: left;
	font-size: 0.9em;
}
.iconsABalloons a p span {
	font-size: 0.8em;
	font-style: italic;
}

/* -- BLOCO EVENTOS HOME -- */

.eventosHome {
	text-align: center;
}

a.evento {
	border: 1px solid #00263a;
	border-radius: 0;
	overflow: hidden;
	margin: 1em 0.5em;
	display: block;		
}

a.evento:hover {
	border: 1px solid #09f;
	background: #efefef;
}

.eventoLeft {
	float: left;
	width: 28%;
	padding: 1.3em 0 1.7em 0;
	text-align: center;
	background: #00263a;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin: 3px;
	overflow: hidden;			
}

.eventoLeft span {
	font-size: 1.9em;
	font-weight: bold;			
}

.eventoRight {
	float: right;
	width: 68%;
	text-align: left;			
}

.eventoRight h2 {	
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
}


.bannerCbdorContador {
	background: url("http://sbed3.go.mk.com.br/sites/arquivos/uploads/1939.jpg");
	display: block;
	min-height: 302px;
	padding-top: 220px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}

.bannerCbdorContador:hover {
	text-decoration: none;	
}

.bannerCbdorContador h1 {
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	max-width: 730px;
	margin: 0 auto;
	font-weight: bold;
	color: #000;
}

.bannerCbdorContador p {
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #000;
}

/* BANNER HOME */ 
.bannerHome {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	clear: both;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.bannerHomeLeft {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeLeft h1 {
	color: #000;
	font-size: 2em;
}

.bannerHomeLeft p {
	color: #000;
	font-weight: normal;
	padding: 0 1em;
}

.bannerHomeLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeLeft ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeLeft ul li a {
	padding: 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
}

.bannerHomeLeft ul li a:hover {
	background: #eee;
}

.bannerHomeRight {
	margin: 1em;
	border-radius: 20px;
	background: url("https://www.sinpeem.com.br/sites/template/images/bk_white_opac.png");
	border: 1px solid #ccc;
	box-shadow: 0px 0px 63px -6px rgba(0,0,0,0.16);
}

.bannerHomeRight h1 {
	color: #000;
}

.bannerHomeRight h2 {
	color: #000;
}

.bannerHomeRight p {
	color: #000;
	padding: 0 1em;
}

.bannerHomeRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bannerHomeRight ul li {
	border-left: 4px solid #09f;
	margin: 0 1em 1.5em 1em;
	list-style-position: none;
	line-height: 1.5em;
}

.bannerHomeRight ul li a {
	padding: 0 1em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
}

.bannerHomeRight ul li a:hover {
	background: #eee;
}

.diretoria {
	margin: 0;
	padding: 0;
	list-style: none;
}

.diretoria li {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #eee;
}

/* FORM CUSTOM */
.formCustom {
	max-width: 800px;
	margin: 0 auto 1em auto;
}

.formCustom fieldset {
	margin-bottom: 1.5em;
	border: 2px solid #036;
	background: #eee;
}

.formCustom fieldset legend{
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #036;
	padding: 0.5em;
	background: #fff;
}

.formCustom fieldset p {
	margin: 2%;
}

.formCustom fieldset div {
	border: 2px solid #036;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1em;
}

.formCustom fieldset input[type=text] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset input[type=tel] {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom fieldset select {
	border: 2px solid #09f;
	padding: 5px;
	width: 98%;
	margin: 0 3px;
	max-width: 500px;
	font-size: 1.3em;
	background: #fff;
}

.formCustom textarea {
	border: 2px solid #09f;
	padding: 0.5em;
	width: 99%;
	margin: 3px;
	background: #fff;
}

.formCustom input[type=submit] {
	border: 2px solid #09f;
	background: #09f;
	padding: 1em 1.5em;
	font-size: 1.5em;
	margin: 1em;
	color: #fff;
}

.formCustom .alerta {
	color: #f00;
	font-size: 0.8em;
	text-align: center;
	padding-left: 10px;
}
/* END FORM CUSTOM */

}
