@charset "utf-8";
/* CSS Document */

body, html {
	font: 100%/1.4 'Poppins', sans-serif;
	background: #e5ebf0;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1em;
		-webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
		background-color: #fff;
	
}


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-family: 'Poppins', sans-serif;
		
}

	[type="button"]{ 
		touch-action: manipulation; 
		}



ul, ol, dl {
	margin: 0;
}
img {
	
	display: block;
	    max-width: 100%;
    height: auto;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
}


h2 {
	font-size: inherit;
	font-weight: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

input {
	outline: none;
}

textarea {
	outline: none;

}

button {
	outline: none !important;
	border: none;
	background-color: inherit;
	border-radius: 5px;
}
	
input {
padding: 13px;
    padding-left: 20px;    
	line-height: 0.9em;
    border: 0;
    color: #15355b;
	font-size: 1em;
    border-radius: 3px;
}

.interna .busca input {
    padding: 5px;
    padding-left: 10px;
}

select {
    padding: 13px;
    padding-left: 20px;    
	line-height: 0.9em;
    border: 0;
    color: #15355b;
	font-size: 1em;
	    border-radius: 3px;
}

	
	
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #9d9da2;
		font-size: 1em;
font-weight: 600;
	font-family: 'Montserrat', sans-serif;

}
::-moz-placeholder { /* Firefox 19+ */
 color:#9d9da2;
	font-size: 1em;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#9d9da2;
	font-size: 1em;
font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color:#9d9da2;
	font-size: 1em;
font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
	
	
	
	.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}


.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}


.start {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
}

.end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}


.formulario {
	width: 100%;
	float: left;
	position: relative;
	clear: both;
}
.formulario div {
	width: 100%;
	float: left;
	padding: 15px;
}
.formulario .metade {
	width: 50%;
	float: left;
	padding: 15px;
}
.formulario input, .formulario textarea {
    padding: 15px;
    width: 100%;
    float: left;
    border-radius: 5px;
    background: #eaeaea;
    border: solid 1px #deded7;
}




.formulario span {
	font-size: 18px !important;
	line-height: 18px !important;
	float: left;
	margin-bottom: 5px;
	font-weight: 500 !important;
}
.formulario .txt_p {
	font-size: 12px !important;
	line-height: 14px !important;
	color: #333 !important;
	padding: 15px;
}
.formulario input:hover, .formulario input:active, .formulario input:focus {
	outline: solid 1px #c6cbdf;
}
.formulario textarea:hover, .formulario textarea:active, .formulario textarea:focus {
	outline: solid 1px #c6cbdf;
}

.formulario .bt_enviar {
    background-color: #689f17;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    padding-left: 30px;
    margin: auto;
    margin-top: 15px;
    padding-right: 30px;
    display: block;
    width: 220px;
    text-align: center;
    clear: both;
}

.container {
 float: left;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
	overflow: hidden;
	background-image: url("/imagens/fundo_topo.jpg");
	background-size: 1920px auto;
	background-position: center top;
	background-repeat: no-repeat;
}
	
	
	.conteudo{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.interna .conteudo {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-top: -80px;
}


.size{
width: 100%;
    max-width: 1300px;
    float: left;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;

}


.esq {
    width: 100%;
    max-width: 390px;
    margin-right: 40px;
    float: left;
 }


.acidade {
    width: calc(100% - 0px);
    float: left;
    color: #3d4380;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background: #ffffff7d;
    padding: 13px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(180deg, rgb(255 255 255 / 34%) 0%, rgb(255 255 255 / 36%) 50%, rgba(229, 236, 240, 1) 100%);
}

.acidade:before {
    content: '';
    position: absolute;
    background: #fff;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    border-radius: 10px;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgb(255 255 255 / 50%) 70%, rgb(218 223 230 / 0%) 100%);
}


.bt_vejamais_p {
    float: left;
    padding: 5px;
    color: #fff;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0px 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    margin-top: 18px;
    background: #F18E27;
    background: -webkit-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18E27", endColorstr="#FD654E", GradientType=1);
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}



.wrap{
	    position: relative;
    z-index: 1;
    padding: 25px;
	    float: left;
	letter-spacing: -0.03em;
}

.wrap span{
	float: left;
	}


.galeria{
	    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: solid 1px #ebf1f4;
    padding-top: 20px;
}

.galeria img{
	    border-radius: 0px 10px;
    border: solid 3px #d1dbe7;
    margin-right: 20px;
}

.colabore{
	    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: solid 1px #ebf1f4;
    padding-top: 20px;
}

.colabore img{
position: relative;
    margin-top: -70px;
    margin-right: -10px;
    margin-left: 10px;
}


.footer{
	background-image: url(//); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center top; 
	width: 100%; 
	float: left; 
	position: relative; 
	
}



.ancora{
	
	top: -120px;
	position: absolute;
	width: 10px;
	height: 1px;
	pointer-events: none;
	
}


.leitura_acessibilidade{
	border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}




.txt_logo{
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt_logo span{
	letter-spacing: -1px;
}

.meio {
    display: flex;
    position: relative;
    width: 100%;
    float: left;
    z-index: 9;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    align-items: center;
}

.meio:before{
	content: '';
	width: 100%;
	height: 1px;
float: left;
	display: block;
	position: absolute;
	top: 0;
	background: #3E72AF;
	background:linear-gradient(90deg, rgb(77 131 194 / 0%) 0%, rgb(185 204 227 / 60%) 17%, rgb(202 217 236) 50%, rgb(202 214 236 / 62%) 83%, rgb(80 134 198 / 0%) 100%);
}

.meio:after{
	content: '';
	width: 100%;
	height: 1px;
float: left;
	display: block;
	position: absolute;
	bottom: 0;
	background: #3E72AF;
	background:linear-gradient(90deg, rgb(77 131 194 / 0%) 0%, rgb(185 204 227 / 60%) 17%, rgb(202 217 236) 50%, rgb(202 214 236 / 62%) 83%, rgb(80 134 198 / 0%) 100%);
}


.meio ul{
	list-style: none;
	    padding-left: 30px;
    padding-right: 30px;
}
.meio li a{
color: #6a6c80;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;

}


.meio li a:before {
    content: '\f105';
    float: left;
    color: #2c315e;
    font-size: 9px;
    line-height: 9px;
    font-family: 'Font Awesome 7 Pro';
    font-weight: 900;
    margin-right: 5px;
}

.header{
float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_home img {
    background-image: url("/websites/modelo_secretaria_turismo3/img/fundo_topo.jpg");
    background-position: center top;
    background-size: 1920px auto;
    width: 100%;
    min-height: 1028px;
    float: left;
}



.txt_banner {
    height: 580px;
    width: 100%;
    max-width: 550px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 90px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.txt_banner a {
    float: left;
    padding: 10px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    background: #F18E27;
    background: -webkit-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18E27", endColorstr="#FD654E", GradientType=1);
	
	
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.txt_banner a:hover {
	    background: #0085b9;
	background: linear-gradient(60deg, rgba(33, 130, 178, 1) 0%, rgba(33, 130, 178, 1) 35%, rgba(91, 98, 127, 1) 60%, rgba(91, 98, 127, 1) 65%, rgba(185, 138, 144, 1) 90%, rgba(185, 138, 144, 1) 100%);
	
}

.txt_banner h2 {
    font-family: 'Neulis';
    font-size: 72px;
    line-height: 72px;
    font-weight: 100;
    display: block;
    letter-spacing: -2px;
    background: #2182B2;
    background: linear-gradient(60deg, rgba(33, 130, 178, 1) 0%, rgba(33, 130, 178, 1) 35%, rgba(91, 98, 127, 1) 60%, rgba(91, 98, 127, 1) 65%, rgba(185, 138, 144, 1) 90%,  rgba(185, 138, 144, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: min-content;
}

.txt_banner h2 strong {
    font-family: 'Neulis';
    font-size: 107px;
    line-height: 80px;
    display: block;
    float: left;
    font-weight: 700;
    background: #2182B2;
    background: linear-gradient(60deg, rgba(33, 130, 178, 1) 0%, rgba(33, 130, 178, 1) 35%, rgba(91, 98, 127, 1) 60%, rgba(91, 98, 127, 1) 65%, rgba(185, 138, 144, 1) 90%,  rgba(185, 138, 144, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	    letter-spacing: -6px;
  
}

.txt_banner span {
    max-width: 330px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrap_txt_banner {
top: 215px;
    position: absolute;
    width: 100%;
    max-width: 1300px;
}

.tp {
    display: flex;
    color: #e2e8ef;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ffffff29;
}




.menu ul{
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
    display: flex;
    align-items: center;
	margin: 0;
}


.wrap_menu{
	width: 100%; float: left; min-height: 330px;
}



.menu{
list-style: none;
    float: left;
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    max-width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;

}

.menu:before {
    content: '';
    background: #193189;
    background: linear-gradient(90deg, #253fa1 0%, #172756 20%, #1c2d6f 50%, #293e88 80%, #243978 100%);
    float: left;
    width: 100%;
    position: absolute;
    top: -130px;
    height: 100%;
    border-radius: 0px 0px 200px 200px;
    min-height: 200px;
}



.menu li{
float: left;
    position: relative;
    list-style: none;  
}



.menu li a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    border-top: 0;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    position: relative;
    top: 0;
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu li a:hover{
	color: #4af5cf;
}


.menu li:first-child a {

/*	    border-radius: 5px 0px 0px 5px;*/
}

.menu li:last-child a {
	/*    border-radius: 0px 5px 5px 0px;*/
}


.menu li a:before{
content: "\f105";
    font-family: "Font Awesome 7 Pro";
    font-weight: 600;
    float: left;
    font-size: 10px;
    position: static;
    margin-right: 5px;
	color:#3bb981;

}



.menu li a:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}


.menu li a:hover:before, .active:before{

color: #5af2b9 !important;
  
}


.menu .cd-dropdown li a:hover:before, .active:before{

color: #5af2b9 !important;
  
}

.menu li:hover a:before{

	 color: #5af2b9 !important;
  
}

.menu .cd-dropdown li:hover a:before {
    color: #36a2af !important;
}

.menu li:hover .principal{
	
    border: solid 1px #9bc2f0 !important;
    border-top: 0 !important;
	    border-bottom: solid 2px #0071fa !important;
    color: #005bca !important;
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    position: relative;
    top: 2px !important;
}


.menu li:hover .principal:after {
    content: '';
    position: absolute;
    max-width: 901px;
    height: 15px;
    background-image: url(/img/sombra_2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 18px;
    bottom: -15px;
    width: 100%;
}



.menu_tp{
	
	list-style: none;
	text-transform: uppercase;
	
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
	    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
	
	    gap: 15px;
	
}

.menu_tp li a{
	font-size: 11px;
	line-height: 11px;
	color: #fff;
}

.menu_tp i{
	font-size: 9px;
	line-height: 9px;
	}






.sub_menu {
float: left;
    text-align: left;
    min-width: 200px;
	width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    z-index: 9;
    top: 40px;
}


.sub_menu  ul{
float: left;
    display: flex;
    text-align: left;
    max-width: 700px;
    background-color: #ffffff;
    border-radius: 0px 5px 5px 5px;
    padding: 18px !important;
    -webkit-box-shadow: 10px 20px 23px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 10px 20px 23px 0px rgb(0 0 0 / 15%);
    box-shadow: 10px 20px 23px 0px rgb(0 0 0 / 15%);
    border-bottom: solid 3px #024da2;
    flex-wrap: wrap;
}




.menu li:last-child .sub_menu {
	float: left;
	text-align: left;
	min-width: 250px;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	position: absolute !important;
	z-index: 9;
	border-radius: 0;
	right: 0;
	left: auto;
	padding: 13px !important;
	-webkit-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
	box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
	border-bottom: solid 4px #d88235;
}
.menu li:last-child .sub_menu a {
	position: relative;
	float: left;
	width: 100%;
	color: #3d3d3d;
	background-color: transparent !important;
	min-height: auto !important;
}
.menu li:last-child .sub_menu li {
	color: #7b7b7b;
	font-size: 0.81em;
	line-height: 14px;
	text-align: right;
	position: relative;
	list-style: none;
	float: right;
	padding-right: 17px;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	width: 100%;
	display: block;
	height: auto;
}
.menu li:last-child .sub_menu li:after {
	content: '\f0da';
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	position: absolute;
	transform: rotate(180deg);
	font-size: 0.81em;
	right: 3px;
	left: auto;
	color: #ed7000;
	top: 8px;
}
.menu li:hover > .sub_menu {
	visibility: visible;
	opacity: 1;
}
.menu li:hover > .sombra {
	visibility: visible;
	opacity: 1;
	display: block;
}
.sub_menu li {
    width: calc(33% - 10px);
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.sub_menu a {
list-style: none;
    padding-left: 13px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin: 0 !important;
    text-align: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    display: block !important;
    color: #0c2f6b !important;
    background-color: transparent !important;
    min-height: auto !important;
    height: auto !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    border: 0 !important;
    max-width: 200px;
}
.sub_menu li:hover a {
	color: #0071fa !important;
	border: 0 !important;
}
.sub_menu a:before {
	display: none !important;
}
.sub_menu li:before {
	display: none !important;
}
.sub_menu li:after {
	content: '\f0da';
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	position: absolute;
	font-size: 11px;
	left: 3px;
	color: #ed7000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.sub_menu a:after {
	display: none !important;
}
.sub_menu li:hover:after {
	visibility: visible;
	opacity: 1;
}
.mn_mob {
	display: none;
}




.txt_meio{
max-width: 215px;
    margin-left: -100px;
    margin-top: 50px;
    padding-left: 25px;
	position: relative;
}

.txt_meio strong{
	color:#589356;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	display: block;
}

.txt_meio span{
	color:#7b8577;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.acessibilidade i{
	    font-size: 26px;
    margin-left: 15px;
	color: #000;
}


	.wrap_topo{
float: left;
    width: 100%;
		max-width: 1300px;
    position: absolute;
		top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
	}




.topo {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.interna .topo {
width: 100%;
    min-height: 690px;
    float: left;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bg_topo {

    min-height: 1120px;
width: 100%;
	background-position: top center;
	background-size: 1920px auto;
	background-repeat: no-repeat;
}



.logo {
    z-index: 9;
    width: 100%;
    padding: 30px;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
}

.logo img{
	
	margin-left: 30px;
	
}


.empresa {
    z-index: 9;
    padding: 0;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    border: solid 2px #0e6db3;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.empresa legend{
    width: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_empresa {
    display: flex;
    align-items: center;
    padding: 60px;
    padding-top: 0;
}

.logo_empresa img {
    margin: 20px;
    margin-left: 20px !important;
}

.logo.empresa img{
    margin-left: 0;
}


.interna .logo img {
    margin-left: 100px;
    max-width: 400px;
}


.servicos{
float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9;
    position: relative;
}


.servicos_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 680px;
}


.servicos h2{
	    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
	    font-weight: 600;
}

.item_servicos i{
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    color: #4887ff;
    font-size: 30px;
    min-width: 60px;
    min-height: 60px;
    justify-content: center;
    align-items: center;
	
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.item_servicos:hover i{
	 background: #4887ff;
	color: #fff;
}


.item_servicos {
display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    padding: 10px;
    justify-content: center;
    flex: 1;
}

.botao_busca {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.interna .botao_busca {
    float: left;
    padding: 3px;
    width: 50px;
    height: 40px;
	
}



.interna .botao_busca:before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
}


.botao_busca i {
    z-index: 9;
    color: #fe8400;
    font-size: 36px;
}


.botao_busca:hover:before {
	background: #5383f3;
	background: -moz-linear-gradient(124deg, rgb(60 171 255) 0%, rgb(79 152 255) 8%, rgb(19 101 214) 22%, rgb(44 126 239) 48%, rgb(81 182 248) 80%, rgb(114 224 243) 100%);
	background: -webkit-linear-gradient(124deg, rgb(60 171 255) 0%, rgb(79 152 255) 8%, rgb(19 101 214) 22%, rgb(44 126 239) 48%, rgb(81 182 248) 80%, rgb(114 224 243) 100%);
	background: linear-gradient(124deg, rgb(60 171 255) 0%, rgb(79 152 255) 8%, rgb(19 101 214) 22%, rgb(44 126 239) 48%, rgb(81 182 248) 80%, rgb(114 224 243) 100%);
}


.gradient1{
    width: 1550px;
    height: 1550px;
    position: absolute;
    left: -750px;
    top: -850px;
    border-radius: 50%;
    background: #94BCEB;
    background: radial-gradient(circle, rgb(86 134 191) 0%, rgb(55 118 202 / 0%) 50%, rgb(39 95 158 / 0%) 100%);
	pointer-events: none;
	z-index: 9;
	}


.interna .gradient1 {
display: none;
    background: #94bceb69;
    background: radial-gradient(circle, rgb(86 134 191 / 30%) 0%, rgb(55 118 202 / 0%) 50%, rgb(39 95 158 / 0%) 100%);

}

.gradient2{
     width: 1350px;
    height: 1350px;
    position: absolute;
    right: 50px;
    top: -450px;
    border-radius: 50%;
    background: #94BCEB;
    background: radial-gradient(circle, rgb(70 121 181) 0%, rgb(55 118 202 / 0%) 50%, rgb(39 95 158 / 0%) 100%);
	pointer-events: none;
	z-index: 9;
}

.interna .gradient2 {
display: none;
 background: #b0cef04a;
    background: radial-gradient(circle, rgb(181 205 233 / 30%) 0%, rgb(55 118 202 / 0%) 50%, rgb(39 95 158 / 0%) 100%);

}

.busca form {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    width: 100%;
    max-width: 680px;
    float: left;
    -webkit-box-shadow: 10px 10px 50px 0px rgb(192 205 220);
    -moz-box-shadow: 10px 10px 50px 0px rgb(192 205 220);
    box-shadow: 10px 10px 50px 0px rgb(192 205 220);
}

.busca {
    float: left;
    display: flex;
    z-index: 9;
    padding-left: 20px;
    width: 100%;
    position: relative;
    justify-content: center;
}


.hot .busca {
    float: left;
    display: flex;
    z-index: 9;
    padding-left: 20px;
    width: 100%;
    position: relative;
    justify-content: center;
    margin-top: -80px;
}


.interna .busca {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
    margin-bottom: 0;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}



.contato .tit{
    font-size: 55px;
    line-height: 42px;
    display: block;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
    color: #a7dd5a;

}



.wrap_busca{
	   width: 100%;
    max-width: 700px;
	    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
}


.interna .wrap_busca {
    width: auto;
    max-width: none;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
}


.wrap_busca label {
    display: flex;
    max-width: 100%;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 4px;
    flex-direction: row;
    float: left;
    font-weight: 300;
    font-size: 13px;
}



.busca input {
    width: 100%;
    margin-right: 5px;
    padding: 20px;
    padding-left: 20px;
    line-height: 0.9em;
    color: #15355b;
    font-size: 1.2em;
    border-radius: 5px;
    border-left: solid 4px #019ad5;
}



.busca input[type=radio], input[type=checkbox]{
	width: auto;
	    margin-top: 0;
}

.busca textarea{
	border: 0;
}

.busca h2{
	    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
	    font-weight: 600;
}


.interna .busca h2 {
    width: auto;
    text-align: right;
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    padding: 0px;
    padding-right: 20px;
    font-weight: 600;
    margin-top: 0;
    max-width: 160px;
}


.mn_tp{
	    padding-left: 20px;
    padding-right: 20px;
}


.mn_tp a{
color: #7a7a7a;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding: 15px;
    float: left;
	}

.mn_tp a:hover{
color:#7886b7 !important
}

.redes a{
	float: left;
}

.redes i{
color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}


.acessibilidade i {
	font-size: 26px;
	margin-left: 15px;
	color: #000;
}


.acessibilidade {
position: relative;
    z-index: 999;
    float: left;
    margin-left: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    color: #6a6c80;
    flex-direction: column;
}

.acessibilidade strong{
	
	    font-size: 12px;
    font-weight: 600;
	
}

.acessibilidade a, .acessibilidade i {
font-size: 13px;
    line-height: 13px;
    color: #5d6b8c;
    font-weight: 600;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
	
}

.circular-menu {
	width: 18px;
	height: 18px;
	position: relative;
	float: left;
}
.circle {
    width: 75px;
    height: 75px;
    opacity: 0;
    left: -18px;
    top: -20px;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;   
	transition: all 0.4s ease-out;
}
.open.circle {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.circle a {
    text-decoration: none;
    color: black !important;
    display: flex;
    height: 20px;
    width: 20px;
    line-height: 18px;
    margin-left: -20px;
    margin-top: -20px !important;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    border: solid 1px #0064dd !important;
    align-items: center;
    justify-content: center;
}
.circle a:hover {
	background-color: #fff;
	color: #333;
}
.circle a:before {
	color: #333 !important;
}
.menu-button {
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none !important;
	text-align: center;
	color: #233255 !important;
	border-radius: 50%;
	display: block;
	height: 18px;
	width: 18px;
	line-height: 18px;
	padding: 0;
	border: solid 0px #0071fa !important;
	font-size: 18px;
	margin-top: 0 !important;
}
.open .menu-button {
	background-color: #fff;
	color: #333
}
.circle .active:before {
	color: #000;
	background: none;
}
.circle .active:after {
	content: none !important;
	color: #000;
	background: none;
}
.circular-menu .menu-button:after {
	content: none !important;
}



.tempo{
	border-radius: 20px;
}


.menu-button:before{
	    font-family: 'Font Awesome 7 Pro';
}

.item_direita_logo{
    padding: 5px;
    padding-bottom: 0;
    padding-top: 0;
}


.item_tempo{
    padding: 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.item_tempo span{
    font-size: 16px;
    font-weight: 600;
    color: #1d98d4;
}


.banner_home {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
}

.sobra {
    position: absolute;
    right: -39px;
    top: -77px;
    z-index: 9;
}

.sobra img {
    min-height: auto;
    background-image: none;
    border-radius: 0 !important;
	filter: none !important;
}


.txt_item_banner {
position: absolute;
    padding-top: 130px;
    text-align: right;
    padding-right: 60px;
    max-width: 450px;
    right: 0;
	    z-index: 9;
}

.txt_item_banner h2{
    font-size: 62px;
    line-height: 62px;
    color: #fff;
    font-family: Neulis;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-right: 20px;
}

.txt_item_banner h2:before {
    content: '';
    position: absolute;
    float: right;
    width: 5px;
    right: 0;
    border-radius: 2px;
    margin-top: 17px;
    min-height: calc(100% - 27px);
    background: -webkit-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18E27", endColorstr="#FD654E", GradientType=1);
}

.txt_item_banner span{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    float: right;
}


.item_banner_home{
	min-height: 900px;
    height: 100vh;
	background-size: cover;
    background-position: center 100px;
filter: contrast(0.8) brightness(0.9);
		pointer-events: none !important;

}



.banner{
width: 100%;
    max-width: 1232px;
    min-width: 850px;
    float: left;
    margin-top: -170px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 15px 15px 0px #1c244326;
    -webkit-box-shadow: 0px 15px 15px 0px #1c244326;
    box-shadow: 0px 15px 15px 0px #1c244326;
    margin-bottom: 80px;
    z-index: 9;
}

.item_banner{
	
	width: 100%;
	float: left;
	position: relative;
	
}

.item_banner:before{
	content: '';
	background-image: url("/websites/modelo_secretaria_turismo3/img/degrade_banner.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index: 8;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	    border-radius: 10px;
	pointer-events: none;
	
}

.banner img{
    background-position: center center;
    background-size: cover;
    width: 100%;
    float: left;
    border-radius: 10px;
     z-index: 1;
    position: relative;
}


.content{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;	
	    margin-top: -232px;
	}


.interna .content {

    padding-top: 50px;
}






.novidades {
    width: 100%;
    max-width: 1300px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 100px;
	position: relative;
}

.novidades .tit{
	
	color: #569356;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	    width: 100%;
	margin-bottom: 25px;
}


.interna .quemsomos .tit {
    color: #105037;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 25px;
}

.item_destaque{
width: 100%;
    float: left;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.item_destaque:before{
	content: '';
	background-image: url("/websites/siran_2026/imagens/degrade_destaque.png");
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

.item_destaque img{
	width: 100%;
    background-size: cover;
    background-position: center;
}


.item_destaque .txt{
    position: absolute;
    right: 0;
    max-width: 410px;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.item_destaque .txt strong{
	    color: #fff;
    font-size: 32px;
	line-height: 40px;
    font-weight: 600;
    text-align: right;
}

.item_destaque .txt .data{
    color: #9bd34c;
    font-size: 14px;
    line-height: 14px;
    border: solid 1px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.item_destaque .txt .bt_amarelo{
    margin-top: 20px;
}

.wrap_esq{
	width: 65%;
    float: left;
	padding-right: 70px;
}

.wrap_dir{
	width: 35%;
    float: left;
}


.associado {
    background-image: url("/websites/siran_2026/imagens/bg_associado.jpg");
    background-size: cover;
    background-position: center top;
    width: 100%;
    float: left;
    display: flex;
    height: 600px;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
    margin-bottom: 150px;
	    position: relative;
}



.interna .associado {
    background-size: cover;
    background-position: center top;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 105px;
    margin-bottom: 0px;
    position: relative;
    background-color: #f0f0eb;
    padding-bottom: 105px;
    background-image: none;
    height: auto;
}




.associado span{
	    font-size: 16px;
    color: #fff;
    max-width: 950px;
    text-align: center;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tit_associado{
	    font-size: 90px;
    color: #fff;
	    font-weight: 600;
}


.galeria_associado{
width: 100%;
    float: left;
    max-width: 1200px;
    margin-top: 20px;
}

.interna .galeria_associado {
    width: 100%;
    float: left;
    max-width: 1200px;
    margin-top: 0px;
    display: flex;
}

.item_vantagem{
    float: left;
    width: calc(100% / 3 - 90px);
	margin: 20px;
    margin-left: 45px;
    margin-right: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.interna .item_vantagem {
    float: left;
    width: calc(100% / 3 - 60px);
    margin: 20px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item_vantagem:before {
    content: '';
    border: solid 1px #a8ca63;
    width: 93%;
    height: 97%;
    position: absolute;
    top: 12px;
    border-radius: 15px;
    pointer-events: none;
	z-index: 9;
}

.item_vantagem:after {
    content: '';
    width: 93%;
    height: 98%;
    position: absolute;
    left: -1px;
    z-index: 8;
    backdrop-filter: blur(10px) contrast(0.95) brightness(1.05);
    border-radius: 20px;
    overflow: hidden;
	
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.wrap_item_vantagem{
width: 100%;
    float: left;
    z-index: 9;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	
}

.item_vantagem strong{
	font-size: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.item_vantagem span{
	font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 200;
	margin-top: 15px;
	margin-bottom: 15px;
}


.interna .item_vantagem strong {
    font-size: 42px;
    line-height: 42px;
    color: #105037;
    font-weight: 700;
}


.interna .item_vantagem span {
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
}


.icone_vantagem{
	background-color: #9cc14f;
    border-radius: 50%;
    padding: 12px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 15px;
}

.interna .icone_vantagem{
	background-color: #9cc14f;
    border-radius: 50%;
    padding: 12px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 15px;
}

.icone_vantagem i{
	color: #fff;
    font-size: 52px;
}


.cursos{
width: 50%;
    float: left;
    margin: 40px;
    margin-top: 0;
}

.quemsomos{
width: 60%;
    float: left;
       margin-top: 0;
}

.informativos {
    width: 40%;
    margin: 40px;
	padding: 55px;
    margin-top: 0;
    float: left;
    background: #e6e4da;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
	background-image: url("/websites/siran_2026/imagens/background_revista_.jpg");
	background-size: cover;
	background-position: center center;
}

.interna .informativos {
    width: 40%;
    margin: 40px;
	margin-right: 0;
	padding: 55px;
    margin-top: 0;
    float: left;
    background: #e6e4da;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
	background-image: url("/websites/siran_2026/imagens/background_revista_.jpg");
	background-size: cover;
	background-position: center center;
}

.informativos .txt{
text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	}


.interna .informativos .txt {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 23px;
    color: #333;
}

.informativos .txt strong {
    color: #0b6a45;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.informativos .txt span{
    color: #7e806c;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.informativos .tit {
    color: #105037;
    font-weight: 700;
    font-size: 60px;
    line-height: 56px;
    display: flex;
    letter-spacing: -2px;
}


.galeria_revista {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.informativos .bt_amarelo {
    font-size: 18px;
    line-height: 18px;
    color: #2e5630;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffcc00;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}


.item_revista{
	width: 100%;
	float: left;
}

.item_revista img{
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	
}

.cursos .tit {
    color: #105037;
    font-weight: 700;
    font-size: 66px;
    line-height: 56px;
    display: flex;
    letter-spacing: -2px;
}

.cursos .tit:before{
	
    content: '';
    float: left;
    background-color: #689f17;
    width: 7px;
    margin-right: 15px;
    border-radius: 3px;
		
}

.item_cursos{
	background-color: #f2f2ee;
    border-radius: 20px;
    padding: 25px;
    margin-top: 30px;
	float: left;
	display: flex;
}

.item_cursos img{
border-radius: 18px;
    margin-right: 25px;
    float: left;
    background-size: cover;
    background-position: center center;
}


.item_quemsomos {
    margin-top: 30px;
    float: left;
    display: flex;
    flex-direction: column;
}

.item_quemsomos img{
border-radius: 18px;
    margin-bottom: 25px;
    float: left;
    background-size: cover;
    background-position: center center;
	height: 300px;
}

.wrap_cursos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrap_cursos strong {
	color: #0b6a45;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 10px;
	
}

.wrap_cursos span{
	
	font-size: 15px;
	color: #5b5b5b;
	margin-top: 10px;
	
}


.quemsomos span{
	
	font-size: 17px;
	line-height: 26px;
	color: #5b5b5b;
	margin-top: 10px;
	
}





.feat{
    background-color: #689f17;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 5px;
    border-radius: 10px;
}


.palavra_presidente{
background-image: url(/websites/siran_2026/imagens/bg_palavra.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    margin-top: 50px;
    padding: 30px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 50px;
}

.palavra_presidente img{
	
	    border-radius: 50%;
	border: solid 1px #bdf488;
	margin-top: -50px;
	margin-bottom: 10px;
	z-index: 9;
	
}

.palavra_presidente_wrap:before{
content: '';
    border: solid 1px #a8ca63;
    width: 93%;
    height: 97%;
    position: absolute;
    top: 12px;
    border-radius: 15px;
	pointer-events: none;
}

.palavra_presidente_wrap {
    background-image: url(/websites/siran_2026/imagens/bg_palavra_txt.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: -55px;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.palavra_presidente strong{
	
    color: #fff;
    font-size: 60px;
    line-height: 20px;
    display: flex;
    font-weight: 700;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.palavra_presidente strong span {
    color: #bdf488;
    font-size: 50px;
    line-height: 50px;
    display: block;
    font-weight: 200;
    margin-bottom: 0;
}



.palavra_presidente span{
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	font-weight: 200;
	text-align: center;
	margin-bottom: 30px;
	height: 60px;
	
}

.palavra_presidente span.nome_presidente{
	color:#c9ffac;
	font-size: 14px;
	line-height: 14px;
	font-weight: 200;
	margin-bottom: 20px;
	    height: auto;
	
}


.palavra_presidente .bt_amarelo{
    z-index: 9;
    position: relative;
    bottom: -16px;
}

.destaque_sub {
    display: flex;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
}

.destaque_sub img{
    width: 100%;
	 border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
	
}

.item_destaque_sub{
    width: 47%;
    float: left;
    position: relative;
   
}

.item_destaque_sub:before {
    content: '';
    position: absolute;
	 border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #EDEDE7;
    background: linear-gradient(0deg, rgb(228 228 222) 0%, rgb(227 228 218) 30%, rgb(237 237 231 / 76%) 50%, rgb(237 237 231 / 34%) 60%, rgb(237 237 231 / 0%) 70%, rgba(237, 237, 231, 0) 100%);
}

.item_destaque_sub .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 45px;
	padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.item_destaque_sub strong{
	color: #236c5d;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}


.item_destaque_sub .bt_amarelo {
    font-size: 14px;
    line-height: 14px;
    color: #2e5630;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffcc00;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    margin-bottom: -12px;
    margin-top: 15px;
}


.item_destaque_sub .txt .data {
    color: #236c5d;
    font-size: 14px;
    line-height: 14px;
    border: solid 1px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}



.sombra{
	position: relative;
}

.sombra:before{
	content: '';
	position: absolute;
	width: 100%;
	float: left;
	background-image: url("/websites/modelo_prefeitura3/img/sombra.png");
	height: 82px;
	background-size: 100% 82px;
	background-position: center top;
	bottom: -82px;
}


.item_noticia{
overflow: hidden;
    width: 100%;
    float: left;
    border-radius: 20px;
    display: flex;
}


.item_noticia img{
	background-size: cover;
	background-position: center center;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.item_noticia:hover img {
    transform: scale(1.05);
}


.noticia_secundaria{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.noticia_secundaria .item_noticia{
overflow: hidden;
    width: 48%;
    float: left;
    border-radius: 12px;
    display: flex;
}

.noticia_secundaria .item_noticia img{
	max-width: 40%;
	    background-size: cover;
}

.noticia_secundaria .item_noticia .txt_noticia {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #78869e;
	background: #fff;
}


.noticia_secundaria .txt_noticia strong {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: flex;
    margin-bottom: 0px;
    float: left;
    font-weight: 600;
    letter-spacing: 0px;
}


.noticia_secundaria .topico {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    float: left;
    margin-bottom: 15px;
}


.txt_noticia{
padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #78869e;
    z-index: 9;
    position: relative;
    background: #fff;
}


.topico{
	    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    float: left;
    margin-bottom: 15px;
}

.data{
	font-size: 13px;
	line-height: 13px;
	color: #78869e;
	display: flex;
	margin-bottom: 15px;
	float: left;
}

.txt_noticia strong{
	
font-size: 40px;
    line-height: 40px;
    color: #000;
    display: flex;
    margin-bottom: 15px;
    float: left;
    font-weight: 900;
    letter-spacing: -2px;
	
}

.txt_noticia .txt{
	    font-size: 22px;
    font-weight: 400;
}


.txt_noticia button{
font-size: 16px;
    line-height: 16px;
    background-color: #0c53d8;
    color: #fff;
    padding: 8px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    margin-top: 20px;
	cursor: pointer;
		-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sombra_degrade {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 63%) 48%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 63%) 48%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 63%) 48%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}


.videos{
	background-image: url("/websites/modelo_prefeitura3/img/bg_videos.jpg");
	background-size: cover;
	width: 100%;
	float: left;
	padding-top: 70px;
    padding-bottom: 70px;
}

.wrap_videos {
	max-width: 1250px;
	width: 100%;
	float: left;
}
.videos .tittle {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
}
.item_videos {
	width: calc(33.3% - 50px);
	float: left;
	margin: 25px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.item_videos img {
	transition-duration: 0.2s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.item_videos:hover img {
	transform: scale(1.1)
}
.item_videos:after {
	content: '\f04b';
	color: #fff;
	font-family: 'Font Awesome 7 Pro';
	font-weight: 900;
	position: absolute;
	font-size: 56px;
	line-height: 56px;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
}
.item_videos .sombra_degrade {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 0px);
	padding: 16px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 0px 0px 10px 10px;
	min-height: 120px;
}
.item_videos img {
	background-size: cover;
	background-position: center center;
	filter: contrast(0.9) brightness(0.9);
	width: 100%;
	border-radius: 10px;
}
.item_videos .categoria {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	display: block;
	margin-bottom: 5px;
}
.item_videos strong {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.item_videos .data {
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	display: block;
	font-weight: 300;
}

.bt_amarelo{
	font-size: 14px;
    line-height: 14px;
    color: #2e5630;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffcc00;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}

.bt_amarelo:hover {

    color: #ffffff;
     background-color: #2bad5c;
 
}


.item_vantagem:hover .bt_amarelo {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2bad5c;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}

.item_vantagem:hover:after {
    backdrop-filter: blur(14px) contrast(1.08) brightness(1.08);
    width: 100%;
}

.bt_amarelo_g{
font-size: 20px;
    line-height: 20px;
    color: #2e5630;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffcc00;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 20px;
    margin: 10px;
}

.bt_amarelo_g:hover {

    color: #ffffff;
    background-color: #265a2c;

}


.bt_confira{
width: 105px;
    background-color: #ffcc00;
    border-radius: 10px 0px 5px 0px;
    position: absolute;
    right: 20px;
    bottom: -48px;
    padding: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: skewX(-45deg);
    height: 34px;
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.bt_confira:before{
	content: 'Confira';
	position: absolute;
	font-size: 15px;
    line-height: 15px;
    color: #2e5630;
    font-weight: 600;
	transform: skewX(45deg);
}


.bt_confira:hover{
width: 105px;
    background-color:#2bad5c ;
    border-radius: 10px 0px 5px 0px;
    position: absolute;
    right: 20px;
    bottom: -48px;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: skewX(-45deg);
    height: 34px;
}

.bt_confira:hover:before{
	content: 'Confira';
	position: absolute;
	font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-weight: 600;
	transform: skewX(45deg);
}


.bt_transp{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    border: solid 1px #ffffff70;
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.bt_transp:hover{
    background-color: #2bad5c;
	color: #fff;
	border: 1px solid transparent;
}

.bt_vejamais {
    color: #ffffff;
    position: relative;
    bottom: 0;
    right: -21px;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 7px;
    border-radius: 15px 0px 0px 15px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    background: #F28E27;
    background: linear-gradient(320deg, rgb(242 164 39) 0%, rgba(255, 93, 71, 1) 100%);
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}



.associado .bt_vejamais {
    color: #5d9f2d;
    position: absolute;
    bottom: -50px;
    right: 80px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 20px;
    margin-top: 40px;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}



.bt_vejamais:hover {
    background: #4395b5;
    background: linear-gradient(320deg, rgb(126 196 206) 0%, rgb(17 110 161) 100%);
    color: #ffffff;
}



.wrap_vagas:hover .bt_vejamais {
    background: #4395b5;
    background: linear-gradient(320deg, rgb(126 196 206) 0%, rgb(17 110 161) 100%);
    color: #ffffff;
}

.wrap_vagas:hover{
outline: solid 2px #50a4ce;
	}

.bt_vejamais:hover:before{
	
	color: #2e5630;
}





.bt_vejamais2{
	    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: solid 1px;
    display: flex;
    align-items: center;
    margin: 20px;
    margin-top: 40px;
	
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.bt_vejamais2:before{
	content: "\e3d6";
	font-family: 'Font Awesome 7 Pro';
	    font-weight: 400;
	float: left;
	    color: #fff;
	font-size: 14px;
	line-height: 14px;
	margin-right: 5px;
	
	    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
}


.bt_vejamais2:hover{
	
	background-color: #fff;
	color: #1865e4;
	
}

.bt_vejamais2:hover:before{
	
	color: #1865e4;
}


.contato {
    float: left;
    width: 100%;
    display: flex;
    background-image: url("/websites/siran_2026/imagens/bg_contato.jpg");
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center top;
    min-height: 597px;
    position: relative;
    margin-top: 50px;
}

.esq_contato{
	    display: flex;
    flex-direction: column;
    float: left;
    min-width: 330px;
    color: #fff;
    padding: 40px;
	    padding-top: 60px;
	padding-left: 0;
}

.dir_contato{
	    display: flex;
    flex-direction: column;
    float: left;
    min-width: 330px;
    color: #fff;
    padding: 40px;
	padding-bottom: 0;
	position: relative;
	    z-index: 1;
}

.dir_contato img{
	    position: absolute;
    bottom: 0;
    min-width: 442px;
    height: auto;
    left: -50%;
    z-index: 1;
    pointer-events: none;
}


.meio_contato{
	float: left;
    width: 100%;
    padding: 40px;
    padding-bottom: 0;
    color: #fff;
	    z-index: 99;
	    position: relative;
}



.bt_whatsapp {
    border: solid 2px #a7dd5a;
    padding: 5px;
    color: #a7dd5a;
    border-radius: 55px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.bt_whatsapp:hover{
	
	border: solid 2px #0abdb0;
    padding: 5px;
    color: #fff;
	background-color:#0abdb0;
	
}

.bt_whatsapp strong{
	font-size: 24px;
	line-height: 24px;
}

.bt_whatsapp span{
	font-size: 15px;
	line-height: 15px;
}

.bt_whatsapp i{
	font-size: 44px;
	line-height: 44px;
}




.acesso_rapido{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}


.acesso_rapido .tittle{
	text-align: center;
 font-size: 46px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 30px;
	
}

.acesso_rapido li{
    float: left;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    color: #737897;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin: 10px;
}

.acesso_rapido li a{
    color: #737897;
	
}

.acesso_rapido li:hover a{
    color: #0057e0;
	
}

.acesso_rapido i{
	color: #0057e0;
    margin-right: 5px;
}

.acesso_rapido li:hover{
    outline: solid 1px #0057e5;
}

.newsletter {
    width: 100%;
    float: left;
    min-height: 160px;
    background: #1a60bc;
}
.wrap_newsletter {
	max-width: 750px;
	width: 100%;
	float: left;
	color: #fff;
}
.wrap_newsletter strong {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
}
.wrap_newsletter span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
}
.wrap_newsletter button {
font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #00308d;
    background-color: #ffffff;
    padding: 10px;
    padding-left: 20px;
    float: left;
    border-radius: 7px;
    width: 75px;
    margin-left: -10px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    cursor: pointer;
}
.wrap_newsletter button:hover {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #20c3ff;
	background-color: #00308d;
	padding: 10px;
	padding-left: 20px;
	float: left;
	border-radius: 7px;
	width: 75px;
	margin-left: -10px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}
.wrap_newsletter form {
	margin-left: 30px;
	width: 100%;
	max-width: 415px;
}
.wrap_newsletter input {
    border-radius: 5px;
    background-color: #ecf2f9;
    padding: 17px;
    padding-left: 20px;
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    border-right: solid 1px #d7e0ea;
}
.txt_dir {
	text-align: right;
}




.rodape {
    float: left;
    width: 100%;
    background-color: #f7f7f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 1px #ececef;
    border-bottom: solid 1px #ececef;
}
.wrap_rodape {
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}
.rodape .redes i {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-right: 5px;
    margin-left: 7px;
    float: left;
    padding: 10px;
}
.rodape .redes i:first-child {
	margin-left: 0px;
}
.rodape .redes {
    margin-top: 15px;
}
.rodape .rede i {
	color: #4075d2;
	font-size: 28px;
	float: left;
	margin: 12px;
	margin-top: 20px;
	    margin-left: 0;
}

.rodape .bt_amarelo {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #2e5630;
    font-weight: 700;
}


.item_roda .rede a:before {
	display: none;
}


.item_roda li {
	padding: 10px;
	
}

.item_roda a {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
        font-weight: 400;
    list-style: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 0px;
}



.item_roda li:before {
	content: "\f105";
	font-family: "Font Awesome 7 Pro";
	font-weight: 600;
	float: left;
	font-size: 10px;
	margin-right: 7px;
	color: #fff;
}


.item_roda {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    list-style: none;
    flex-direction: row;
    padding: 30px;
    padding-bottom: 0;
    align-items: center;
	color: #001e5c;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.item_roda i{
	font-size: 22px;
    margin-right: 10px;
    background: #81C7CF;
    background: linear-gradient(0deg, rgba(129, 199, 207, 1) 0%, rgba(6, 101, 156, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
}

.logo_tp {
    position: relative;
    float: left;
    margin-right: 45px;
}

.roda_bx {
    font-size: 13px;
    line-height: 13px;
    color: #001c5b;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.item_roda_bx{
	padding: 30px;
}

.item_roda strong {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
	font-weight: 600;
}
.item_roda b {
	font-weight: 600;
}
.item_roda a:hover {
	color: #25d366;
}


.wrap_roda {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

[data-ml-modal] {
 position:fixed;
 top:0;
 bottom:0;
 left:0;
 right:0;
 overflow-x:hidden;
 overflow-y:auto;
 -webkit-overflow-scrolling:touch;
 z-index:99999;
 width:0;
 height:0;
 opacity:0;
}
[data-ml-modal]:target {
	width: auto;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
[data-ml-modal]:target .modal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
[data-ml-modal] .modal-dialog {
	border-radius: 6px;
	box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
	position: relative;
	width: 90%;
	max-width: 500px !important;
	max-height: 90%;
	margin: 10% auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2;
}
.modal-dialog-lg {
	max-width: 820px !important;
}
[data-ml-modal] .modal-dialog > h3 {
	background-color: #4720eb;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding: 0.8em 56px 0.8em 27px;
	color: #fff;
}
[data-ml-modal] .modal-content {
	background: #fff;
	padding: 20px;
}
[data-ml-modal] .modal-close {
	position: absolute;
	top: 13px;
	right: 13px;
	color: #f44336;
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
[data-ml-modal] .modal-close:hover {
	background-color: #f44336;
	color: #fff;
	cursor: pointer;
}
[data-ml-modal] p:first-child, [data-ml-modal] p:last-child {
	margin: 0;
}
 @media (max-width:767px) {
[data-ml-modal] .modal-dialog {
	margin: 20% auto;
}
}



.bx_rodape {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.bx_rodape .logo img {
	margin: 10px;
	max-width: 40px;
}
.bx_rodape .logo h1 {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}
.bx_rodape .logo h1 strong {
	font-size: 24px;
	line-height: 24px;
	text-transform: none;
	letter-spacing: -1px;
}
.bx_rodape span {
	color: #666;
	font-size: 14px;
	line-height: 14px;
	max-width: 600px;
	text-align: center;
}
.bx_rodape a {
	text-decoration: underline;
	color: #666;
}


.desenvolvimento {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #ecf0f6;
	margin-top: 30px;
}



.item_noticia:hover button{
color: #ffffff !important;
    background: #7886b7 !important;
    border-color: #7886b7 !important;
}




.full {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.full:hover {
color: #ffffff !important;
    background: #78869e !important;
    border-color: #78869e !important;
}
.full:hover i {
	color: #fff !important;
}
.full2 {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.full2:hover {
	color: #fff !important;
	background-color: #2bad5c !important;
	border-color: #2bad5c !important;
}



.item_interna .item_conteudo i {
	font-size: 24px;
	color: #006ACD;
}
.item_interna {
	float: left;
	width: calc(33% - 40px);
	margin: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.item_interna img {
	width: 100%;
	max-width: 150px;
	float: left;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	-moz-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	outline: solid 2px transparent;
	transition-duration: 0.2s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.item_interna_texto {
	position: relative;
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 25px;
	-webkit-box-shadow: 5px 5px 30px 0px rgb(6 51 130 / 15%);
	-moz-box-shadow: 5px 5px 30px 0px rgb(6 51 130 / 15%);
	box-shadow: 5px 5px 30px 0px rgb(6 51 130 / 15%);
	outline: solid 2px #e0ebf5;
	transition-duration: 0.2s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 9;
}


.item_interna .item_conteudo i {
	font-size: 24px;
	color: #006ACD;
}
.item_interna {
	float: left;
	width: calc(33% - 40px);
	margin: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	    color: #000;
}
.item_interna img {
	width: 100%;
	max-width: 150px;
	float: left;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	-moz-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	outline: solid 2px transparent;
	transition-duration: 0.2s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.item_interna_texto {
	position: relative;
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 25px;
	-webkit-box-shadow: 5px 5px 30px 0px rgb(6 51 130 / 15%);
	-moz-box-shadow: 5px 5px 30px 0px rgb(6 51 130 / 15%);
	box-shadow: 5px 5px 30px 0px rgb(6 51 130 / 15%);
	outline: solid 2px #e0ebf5;
	transition-duration: 0.2s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 9;
}


.tittle {
    font-size: 55px !important;
    line-height: 55px !important;
    font-weight: 700;
}
.tittle2 {
	font-size: 18px !important;
	line-height: 18px !important;
	 font-weight: 700;
}
.tittle3 {
font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 700;
}
.tittle4 {
	font-size: 30px !important;
	line-height: 30px !important;
	 font-weight: 700;
}
.tittle5 {
	font-size: 50px !important;
	line-height: 50px !important;
	letter-spacing: -2px;
	 font-weight: 700;
}


.sub_menu_int {
	width: 100%;
	float: left;
	list-style: none;
	    padding: 20px;
}
.sub_menu_int li {
	border: solid 1px #93aee4;
	color: #0c3485;
	padding: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
	margin: 5px;
	font-size: 16px;
	line-height: 16px;
	background: #fff;
}
.sub_menu_int li:hover {
	background: #0f6bed;
	color: #fff;
	border: solid 1px #0f6bed;
}



.itens_secundarios .item_conteudo {
	width: 100%;
	padding: 26px;
	float: left;
	background: #fff;
	border-radius: 15px;
	padding-left: 50px;
	margin-left: -20px;
	z-index: 0;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.item_interna img {
    width: 100%;
    max-width: 150px;
	    z-index: 1;
    float: left;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    -moz-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    outline: solid 2px transparent;
    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.itens_secundarios .topico {
    display: block;
    color: #78869e;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
	    float: none;
}

.sombra2 {
   position: relative;
    padding-bottom: 0 !important;
}

.sombra2:after {
    content: '';
    position: absolute;
    max-width: 901px;
    height: 45px;
    background-image: url(/websites/modelo_prefeitura3/img/sombra_2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 45px;
    bottom: -45px;
    width: 100%;
    left: 0;
    pointer-events: none;
}


.link {
    color: #3a7dd5 !important;
    font-size: 13px !important;
    line-height: 13px !important;
    border: solid 1px #3b88f1 !important;
    border-left: solid 3px #3b88f1 !important;
    padding: 3px;
	margin: 10px;
    background: #fff;
    padding-left: 7px;
    padding-right: 10px;
    border-radius: 3px;
    float: left;
    z-index: 9;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 2px 2px 3px 0px rgb(208 208 208 / 70%);
    box-shadow: 2px 2px 3px 0px rgb(208 208 208 / 70%);
}

.link:before {
	content: '\f105';
	float: left;
	color: #2f7eee;
	font-size: 11px;
	line-height: 11px;
	font-family: 'Font Awesome 7 Pro';
	font-weight: 900;
	margin-right: 5px;
}

.link:hover {
	color: #fff !important;
	background: #2f7eec !important;
}
.link:hover:before {
	color: #fff !important;
}


/*.item_interna:hover .link {
		color: #fff !important;
	background: #2f7eec !important;
}*/

/*.item_interna:hover .link:before  {
		color: #fff !important;

}*/

.interna .itens_secundarios {
    width: 100%;
    float: left;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
}

.titulo_interna {
    color: #004cb7;
    font-size: 26px;
    line-height: 26px;
    float: left;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    border: solid 2px #0a65e4;
    padding: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.resumo {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    float: left;
    color: #354c70;
}



.detalhes_interna img {
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.detalhes_interna strong {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-top: 9px;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
}

.detalhes_interna span {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.detalhes_interna .item_conteudo {
    width: 100%;
    padding: 35px;
    float: left;
    background: #fff;
    border-radius: 15px;
    margin-left: 0;
    z-index: 0;
    position: relative;
}

.detalhes_interna {
    float: left;
    width: calc(100% - 0px);
    margin-bottom: 30px;
	padding: 30px;
}


.servicos .item_licitacao {
    float: left;
    width: calc(100% - 30px);
    margin: 15px;
    margin-top: 0;
    margin-bottom: 25px;
}

.servicos .item_conteudo {
    width: 100%;
    padding: 20px;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding-left: 20px;
    margin-left: 0px;
    z-index: 0;
    position: relative;
    border: solid 1px #c6daf5 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}




.accordion {
			width: 100%;
		}
		.accordion ul {
			margin: 0;
			padding: 0;
		}
		.accordion .filtro {
    background: #ffffff;
    border: solid 1px #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-radius: 15px;
		}
		.accordion .pagenav {
			position: relative;
			list-style: none;
			float: left;
			width: 100%;
		}

	.accordion .pagenav h3{
		
padding-left: 10px;
    padding-top: 4px;
    font-weight: 600;
    font-size: 16px;
}

	.accordion .pagenav h3 a{
		
		color: #003890;
}


		.accordion .pagenav a {
			text-decoration: none;
			color: #4b499a;
			width: calc(100% - 20px);
			float: left;
			border-bottom: solid 1px #e3eef8;
			margin-bottom: 0px;
			padding-bottom: 3px;
		}
		.accordion .pagenav ul {
    display: none;
    padding: 25px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    float: left;
    width: 100%;
    background: #f3f1ea;
    color: #756666;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
		}
		.accordion .open ul {
			display: block;
		}
		.accordion .pagenav li {
			list-style: none;
			font-size: 14px;
			font-weight: 400;
			float: left;
			width: 100%;
		}
		.accordion .pagenav h4 {
padding: 20px;
    padding-left: 43px;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    float: left;
    width: 100%;
    display: flex;
		}
		.accordion .pagenav h4 a {
color: #000000;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    font-weight: 600;
		}
		.accordion .pagenav h4 i {
font-size: 11px;
    position: absolute;
    left: 15px;
    float: left;
    line-height: 12px;
    transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    border: solid 2px #35af6c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
		}
		.pagenav i {
			margin-right: 5px;
		}
		.accordion .pagenav.open h4 i {
			transform: rotate(90deg);
		}
		.accordion a:hover, .accordion .pagenav li.current_page_item a {
			/*text-decoration: underline;*/
		}
		.accordion2 {
			width: 100%;
		}
		.accordion2 ul {
			margin: 0;
			padding: 0;
		}
		.accordion2 .filtro {
			background: #ffffff;
			border: solid 0px #dfdfdf;
			-webkit-box-shadow: none;
			box-shadow: none;
			margin-bottom: 15px;
			float: left;
			width: 100%;
			margin-bottom: 15px !important;
		}
		.accordion2 .pagenav {
			position: relative;
			list-style: none;
			float: left;
			width: 100%;
			border: solid 1px #ebedf0;
    	box-shadow: 10px 5px 15px -5px #00000012;
		}
		.accordion2 .pagenav a {
    text-decoration: none;
    color: #4b4b4b;
    width: calc(100% - 0px);
    float: left;
    border-bottom: solid 1px #e3eef8;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
		}
		.accordion2 .pagenav > ul {
			display: none;
			padding: 15px;
			padding-top: 0;
			margin: 0;
			float: left;
			width: 100%;
		}
		.accordion2 .open ul {
			display: none;
		}
		
		.accordion2 .pagenav li{
		list-style: none;	
			list-style: none;
    float: left;
    width: 100%;
		}
		
		.accordion2 .pagenav {
			list-style: none;
			font-size: 16px;
			font-weight: 400;
			float: left;
			width: 100%;
			   
		}
		.accordion2 .pagenav h4 {
			padding: 15px;
			margin: 0;
			cursor: pointer;
			font-size: 16px;
			line-height: 16px;
			font-weight: 700;
			background-color: #f2f4f7;
			color: #a7b6da;
			text-transform: uppercase;
			pointer-events: none;
			float: left;
			width: 100%;
			display: block;
			/*margin-bottom: 15px;*/
			border: solid 1px #e3e8f0;
		}
		.accordion2 .pagenav h4 a {
			color: #3463c1;
			margin: 0;
			padding: 0;
			border: 0;
		}
		.accordion2 .pagenav h4 i {
			font-size: 16px;
			position: absolute;
			right: 30px;
			line-height: 16px;
			transition: .2s;
			-webkit-transition: .2s;
			-ms-transition: .2s;
		}
		.accordion2 .pagenav h5 {
			padding: 15px;
			margin: 0;
			cursor: pointer;
			font-size: 16px;
			line-height: 16px;
			font-weight: 700;
			background-color: #f2f4f7;
			color: #546b99;
			pointer-events: none;
			float: left;
			width: 100%;
			display: block;
			margin-bottom: 15px;
			border: solid 1px #e3e8f0;
		}
		
		.accordion2 .pagenav h5 strong{
		text-transform: uppercase;
			color: #4b499a;
		}
		
		.accordion2 .pagenav h5 a {
			color: #69689e;
			margin: 0;
			padding: 0;
			border: 0;
		}
		.accordion2 .pagenav h5 i {
			font-size: 16px;
			position: absolute;
			right: 30px;
			line-height: 16px;
			transition: .2s;
			-webkit-transition: .2s;
			-ms-transition: .2s;
		}
		.pagenav i {
			margin-right: 5px;
		}
		.accordion2 .pagenav.open h4 i {
			transform: rotate(90deg);
		}
		.accordion2 a:hover, .accordion2 .pagenav li.current_page_item a {
			text-decoration: underline;
		}
		

.item_releases {
    border-left: solid 5px #fff;
    float: left;
    width: 100%;
    padding: 30px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 5px 5px 50px 0px #9999994a;
    -webkit-box-shadow: 5px 5px 50px 0px #9999994a;
    box-shadow: 5px 5px 50px 0px #9999994a;
    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


.compartilhar {
    float: left;
    width: 100%;
    padding: 10px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 30px;
    margin-top: 10px;
}

.compartilhar .data {
    color: #7e838a;
    font-size: 14px;
    line-height: 14px;
    border: solid 1px #a9b6c3;
    padding: 5px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
	margin-bottom: 0;
}

.compartilhar .rede i {
    color: #4075d2;
    font-size: 26px;
    float: left;
    margin: 12px;
    margin-top: 0;
    margin-bottom: 0;
}



.breadcrumb {
    list-style: none;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-item {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.breadcrumb-item:before {
	content: '\f105';
	float: left;
	color: #9dabc4;
	font-size: 11px;
	line-height: 11px;
	font-family: 'Font Awesome 7 Pro';
	font-weight: 900;
	margin-right: 5px;
}
.breadcrumb-text-truncate {
	font-size: 13px;
	color: #656c77;
	font-weight: 500;
}
.breadcrumb-item:last-child .breadcrumb-text-truncate {
	font-size: 13px;
	color: #3A71AB;
	font-weight: 600;
}
.item_paginacao {
    color: #9c9c9c;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
    float: left;
    border: solid 1px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.item_paginacao.ativo {
    background: #ffffff;
    color: #2194bc;
    border: solid 2px #2194bc;
    font-weight: 600;
}

.item_paginacao i{
	color:#2194bc;
}

.item_paginacao i {
    color: #2194bc;
    font-size: 24px;
}

.item_paginacao:first-child {
	border: 0;
}
.item_paginacao:last-child {
	border: 0;
}


.bt_mais {
    color: #0071fa;
    border: solid 2px #0071fa;
    border-radius: 5px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


.item_licitacao span {
    float: left;
    font-size: 15px;
    line-height: 16px;
	    margin-top: 15px;
}



.title{
display: flex;
    color: #2c315e;
    margin-bottom: 15px;
    flex-direction: row !important;
    justify-content: center;
}

.title:before{
	content: '';
	float: left;
	margin-right: 10px;
	width: 5px;
	min-height: 20px;
	background: -webkit-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18E27", endColorstr="#FD654E", GradientType=1);
}


.medio{
	    font-size: 40px;
    line-height: 30px;
	font-family: 'Neulis';
}

.pequeno{
	    font-size: 24px;
    line-height: 24px;
}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


.encontre{
width: 100%;
     float: left;
    position: relative;
}


.wrap_tabs{
width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.tab-content{
	    width: 100%;
    float: left;
}

.tab-pane:after{
    background-image: url("/websites/modelo_secretaria_turismo3/img/bg_abas.png");
    background-position: center top;
    background-size: 1920px 571px;
    content: '';
    width: 100%;
	max-width: 100%;
    height: 571px;
    position: absolute;
    left: 0;
    top: -100px;
}

.tab-pane:before{
    background-image: url("/websites/modelo_secretaria_turismo3/img/bg_abas_bx.png");
    background-position: center top;
    background-size: 1920px 574px;
    content: '';
    width: 100%;
	max-width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0px;
	z-index: 1;
}

.wrap-tab-pane {
    width: 100%;
    float: left;
    max-width: 1210px;
    min-height: 520px;
    padding: 50px;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    background-image: url("/websites/modelo_secretaria_turismo3/img/gradient.jpg");
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.encontre span{
    font-size: 16px;
    line-height: 18px;
    color: #3a496f;
    font-weight: 300;
    max-width: 550px;
    text-align: center;
}

.tab-content>.tab-pane {
     width: 100%;
    float: left;
    position: relative;
    z-index: 2;
	    justify-content: center;
    flex-wrap: wrap;

}


.tab-content>.active {
    display: flex;
}


.nav>li>a {
    position: relative;
    display: flex;
    padding: 20px 18px;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.03em;
    font-weight: 600;
    justify-content: center;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #3b466c;
    background-color: #d2dee7;
    background: #d2dee7;
    background: linear-gradient(167deg, rgb(145 193 212) 0%, rgba(210, 222, 231, 1) 38%, rgba(210, 222, 231, 1) 100%);
}

.nav-pills>li.active>a:before {
    content: '';
    position: absolute;
    top: -2px;
    float: left;
    width: 60px;
    min-height: 5px;
    border-radius: 2px;
    background: -webkit-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: linear-gradient(40deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18E27", endColorstr="#FD654E", GradientType=1);
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #3b466c;
}

.nav-pills>li>a {
    border-radius: 8px 8px 0px 0px;
}

.encontre .nav {
     padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 42px;
    z-index: 999;
    position: relative;
}

.encontre h3 strong {
    font-family: 'Neulis';
    font-size: 90px;
    line-height: 80px;
    display: block;
    float: left;
    font-weight: 700;
    background: #2182B2;
    background: linear-gradient(60deg, rgba(33, 130, 178, 1) 0%, rgba(33, 130, 178, 1) 35%, rgba(91, 98, 127, 1) 60%, rgba(91, 98, 127, 1) 65%, rgba(185, 138, 144, 1) 90%,  rgba(185, 138, 144, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -6px;
}
.encontre h3 span {
    font-size: 48px;
    line-height: 36px;
    color: #40435f;
    font-weight: 100;
    font-family: 'Neulis';
}

.encontre h3{
display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: #3b466c;
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -0.03em;
}


.banner_encontre{
position: absolute;
    left: 0;
    top: -100px;
    height: 625px;
    background-size: 1920px auto;
    background-position: center top;
}


.item_encontre_galeria{
	    float: left;
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
	    padding-left: 27px;
    padding-right: 27px;
}

.item_encontre_galeria .txt {
    color: #fff;
    position: absolute;
    display: flex;
    left: 0;
    padding-left: 27px;
    padding-right: 27px;
    margin-left: 27px;
    margin-right: 27px;
    padding-bottom: 20px;
    bottom: 0;
    border-radius: 0px 0px 15px 15px;
    width: calc(100% - 54px);
       flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

.item_encontre_galeria .txt:before {
content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 0px);
    height: 100%;
    min-height: 180px;
    pointer-events: none;
    left: 0;
    z-index: 1;
    border-radius: 0px 0px 15px 15px;
    background: #3C3E4E;
    background: linear-gradient(0deg, rgba(60, 62, 78, 1) 0%, rgba(60, 62, 78, 0.5) 50%, rgba(60, 62, 78, 0) 90%);
}

.item_encontre_galeria .txt a{
	z-index: 9;
	
}

.item_encontre_galeria .txt .item{
font-size: 13px;
    line-height: 13px;
    color: #fff;
    font-weight: 500;
    float: left;
    display: flex;
    padding: 2px;
    border: solid 1px #b7b6c275;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 5px;
    align-items: center;
	z-index: 9;
	position: relative;
}

.item_encontre_galeria .txt a i{
font-size: 10px;
    color: #f7993b;
	margin-right: 3px;
}

.item_encontre_galeria .txt strong{
	
	font-size: 17px;
    line-height: 18px;
    margin-bottom: 10px;
	display: flex;
    color: #fff;
    margin-bottom: 15px;
    flex-direction: row !important;
    justify-content: center;
	
}

.item_encontre_galeria .txt strong:before {
    content: '';
    float: left;
    margin-right: 10px;
    width: 7px;
	min-width: 7px;
    border-radius: 3px;
    min-height: 20px;
    background: -webkit-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    background: linear-gradient(90deg, rgba(241, 142, 39, 1) 0%, rgba(253, 101, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F18E27", endColorstr="#FD654E", GradientType=1);
}


.encontre_galeria{
	width: 100%;
	float: left;
	    margin-top: 40px;
}

.item_encontre_galeria img{
	    border-radius: 15px;
	background-size: cover;
    background-position: center;
	filter: contrast(0.9) brightness(0.9);
	}


.vejamais{
    margin-top: 30px;
    font-size: 13px;
    line-height: 13px;
    color: #2b3a6f;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.vejamais i{
	color: #fc674c;
		font-size: 15px;
	line-height: 15px;
	margin-right: 3px;
}

.whats-float {
    position: fixed;
    transform:translate(117px,0px);
    top:25%;
    right:0;
    width:160px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}

.whats-float a{
float: left;
    display: flex;
    align-items: center;
}

.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    line-height: 15px;
    font-weight: 500;
    float: left;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    float: left;
	width: 45px;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}


.banner_topo{
	width: 100%; 
	float: left;
	z-index: -1;
}


.banner_topo_int .bg_topo {
    min-height: 690px;
    height: 690px;
    width: 100%;
    background-position: top center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
}

.banner_topo_int{
	width: 100%;
	float: left;
}



.txt_center{
	text-align: center;
}

.item_vagas {
    float: left;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrap_vagas {
    background-color: #dcdee7;
    border-radius: 20px;
    padding: 20px;
    z-index: 9;
    position: relative;
    border: solid 1px #d2d7e3;
    outline: solid 2px transparent;
    float: left;
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    transition-duration: 2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    align-content: space-between;
}


.links {
    background: #f2f2f2;
    border-radius: 0px 0px 20px 20px;
    padding: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
    margin-top: -20px;
    padding-top: 35px;
    border: solid 1px #d2d7e3;
    float: left;
}


.cidade {
    position: relative;
    background: #fff;
    float: left;
    left: -26px;
    height: 20px;
    color: #0e8bb6;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 3px;
    padding-left: 25px;
    padding-right: 10px;
    border-radius: 0px 10px 10px 0px;
}

.status {
    float: right;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    border: solid 0px;
    border-radius: 10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    height: 20px;
    background: #e21b00;
}

.status i{
	margin-right: 5px;
	font-size: 11px;
	line-height: 11px;
	float: left;
}

.titulo {
    float: left;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
    display: flex;
    margin-top: 15px;
    letter-spacing: -1px;
    color: #000;
    align-items: center;
}

.titulo:before {
    content: '';
    background: #F28E27;
    background: linear-gradient(0deg, rgba(242, 142, 39, 1) 0%, rgba(255, 93, 71, 1) 100%);
    width: 6px;
    min-width: 6px;
    float: left;
    margin-right: 7px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100%;
}


.titulo span{
    float: left;
    display: flex;
    align-items: center;
	min-width: 70%;
}

.vagas {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e8bb6;
    flex-direction: column;
    font-size: 15px;
    line-height: 15px;
    margin-left: 20px;
}

.vagas strong{

    font-size: 27px;
    margin-bottom: 3px;

}


.local {
    color: #3b4265;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    float: left;
    margin-top: 15px;
    display: flex;
    align-items: center;
	height: 20px;
	min-width: 55%;
}

.local i{
    font-size: 20px;
	line-height: 21px;
    margin-right: 5px;
    background: #81C7CF;
    background: linear-gradient(0deg, rgba(129, 199, 207, 1) 0%, rgba(6, 101, 156, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: left;
	width: 18px;
}

.carga {
    color: #006b8f;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    float: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
	height: 20px;
	min-width: 55%;
	
}


.carga i {
	width: 18px;
    font-size: 17px;
    width: 18px;
    float: left;
	text-align: left;
    margin-right: 5px;
    background: #81C7CF;
    background: linear-gradient(0deg, rgba(129, 199, 207, 1) 0%, rgba(6, 101, 156, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.item_links {
    font-size: 12px;
    line-height: 12px;
    color: #005083;
    font-weight: 500;
    background: #f7f7f7;
    border: solid 1px #93c3d6;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    width: 100%;
    float: left;
    margin-bottom: 7px;
    position: relative;
    letter-spacing: -0.02em;

}

.item_links:before {
    content: '\f358';
    font-family: "Font Awesome 7 Pro";
    font-weight: 600;
    float: left;
    font-size: 14px;
    color: #0888e4;
    position: absolute;
    left: -7px;
    background: #fff;
}


.item_links:hover {
    color: #fff;
    background-color: #0888e4;
}


.item_links:hover:before {
    content: '\f358';
    font-family: "Font Awesome 7 Pro";
    font-weight: 600;
    float: left;
    font-size: 14px;
    color: #f4952d;
    position: absolute;
    left: -7px;
    background: #fff;
    border-radius: 50%;
}



.filtro{
	    margin: 50px;
}


.filtro label{
    display: inline-block;
    max-width: 100%;
    font-weight: 600;
    color: #526387;
    font-size: 17px;
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filtro select {
    padding: 5px;
    padding-left: 5px;
    color: #49698e;
    font-weight: 400;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 16px;
    min-width: 150px;
    border: solid 1px #b9cfdf;
}


.disponiveis {
    color: #526387;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}


.paginacao{
	padding-top: 30px;
	padding-bottom: 30px;
}



.check-list-right input[type=checkbox], .radio-list-right input[type=radio], .check-list-left input[type=checkbox], .radio-list-left input[type=radio] {
    opacity: 0;
    float: left;
    width: 1px;
    margin: 0;
    position: absolute;
}
.check-list-right input[type=checkbox] + label, .radio-list-right input[type=radio] + label, .check-list-left input[type=checkbox] + label, .radio-list-left input[type=radio] + label {
    position: relative;
    margin: 0;
    display: block;
    /* width: 100%; */
    padding: 10px;
    /* color: #222; */
    /* background: #fff; */
    /* border-bottom: 1px solid #eee; */
}
.check-list-right input[type=checkbox] + label:before, .radio-list-right input[type=radio] + label:before, .check-list-left input[type=checkbox] + label:before, .radio-list-left input[type=radio] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    background: #e8e8e8;
    border: 1px solid #aaa;
}
.check-list-right input[type=checkbox]:checked + label, .radio-list-right input[type=radio]:checked + label, .check-list-left input[type=checkbox]:checked + label, .radio-list-left input[type=radio]:checked + label {
    color: #0053b7;
}
.check-list-right input[type=checkbox]:checked + label:before, .radio-list-right input[type=radio]:checked + label:before, .check-list-left input[type=checkbox]:checked + label:before, .radio-list-left input[type=radio]:checked + label:before {
    background: #3786e5;
    border-color: #3786e5;
}
.check-list-right input[type=checkbox]:disabled + label, .radio-list-right input[type=radio]:disabled + label, .check-list-left input[type=checkbox]:disabled + label, .radio-list-left input[type=radio]:disabled + label {
  color: #ccc;
}
.check-list-right input[type=checkbox]:disabled + label:before, .radio-list-right input[type=radio]:disabled + label:before, .check-list-left input[type=checkbox]:disabled + label:before, .radio-list-left input[type=radio]:disabled + label:before {
  background: rgba(204, 204, 204, 0.5);
  border: 2px dotted #ccc;
}
.check-list-right input[type=checkbox]:focus + label, .radio-list-right input[type=radio]:focus + label, .check-list-left input[type=checkbox]:focus + label, .radio-list-left input[type=radio]:focus + label {
  box-shadow: inset 0 0 3px #eee;
}

dl {
  max-width: 350px;
  margin: 50px auto;
}
dl dt {
  margin: 3em 0 5px;
  font-size: 18px;
}
dl dd {
  margin: 0;
}

.radio-list-left input[type=radio] + label {
  padding-left: 50px;
}
.radio-list-left input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-top: -11px;
  left: 10px;
  border-radius: 100%;
}

.check-list-left input[type=checkbox] + label {
  padding-left: 50px;
}
.check-list-left input[type=checkbox] + label:before {
  height: 24px;
  width: 24px;
  margin-top: -13px;
  left: 10px;
  border-radius: 4px;
}

.radio-list-right input[type=radio] + label {
  padding-right: 50px;
}
.radio-list-right input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-top: -11px;
  right: 10px;
  border-radius: 100%;
}

.check-list-right input[type=checkbox] + label {
  padding-right: 50px;
}
.check-list-right input[type=checkbox] + label:before {
  height: 24px;
  width: 24px;
  margin-top: -13px;
  right: 10px;
  border-radius: 4px;
}



@media (min-width: 220px) and (max-width:778px) {
	
	
	.bt_vejamais {
    color: #ffffff;
    position: relative;
    bottom: 0;
    right: -16px;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 7px;
    border-radius: 15px 0px 0px 15px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    background: #F28E27;
    background: linear-gradient(320deg, rgb(242 164 39) 0%, rgba(255, 93, 71, 1) 100%);
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
	
	
	.wrap_vagas {
    background-color: #dcdee7;
    border-radius: 20px;
    padding: 15px;
    z-index: 9;
    position: relative;
    border: solid 1px #d2d7e3;
    outline: solid 2px transparent;
    float: left;
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    transition-duration: 2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    align-content: space-between;
}
	
	.titulo {
    float: left;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    width: 100%;
    display: flex;
    margin-top: 15px;
    letter-spacing: -1px;
    color: #000;
}
	
	.logo_empresa img {
    margin: 20px;
    margin-left: 0px !important;
    margin-right: 0 !important;
    width: calc(100% - 0px) !important;
}
	
	.logo_cidade {
    margin-bottom: 0 !important; 
    max-width: 100px !important;
}
	
	.empresa {
    z-index: 9;
    padding: 0;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    border: solid 2px #0e6db3;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
	
	.empresa legend {
    width: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
	
	.logo_empresa {
    display: flex;
    align-items: center;
    padding: 20px;
    padding-top: 0;
    flex-direction: column;
}
	
	.section-content {
    display: block;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
    font-weight: 300;
    width: 100%;
}
	
	.size {
    width: 100%;
    max-width: 1300px;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
	
	.tittle {
    font-size: 30px !important;
    line-height: 34px !important;
    font-weight: 700;
}
	
	.item_roda_bx {
    padding: 15px;
}
	
	.rodape {
    float: left;
    width: 100%;
    background-color: #f7f7f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 20px;
    border-top: solid 1px #ececef;
    border-bottom: solid 1px #ececef;
}
	
	.filtro {
    margin: 20px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
	
.filtro label {
    display: inline-block;
    max-width: calc(50% - 20px);
    font-weight: 600;
    color: #526387;
    font-size: 14px;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
	
.filtro select {
    padding: 10px;
    padding-left: 10px;
    color: #49698e;
    font-weight: 400;
    border-radius: 3px;
    margin-left: 0;
    font-size: 16px;
    min-width: 150px;
    width: 100%;
    border: solid 1px #b9cfdf;
}
	
	.logo {
    z-index: 9;
    width: 100%;
    padding: 20px;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
}
	
	.logo img {
    margin-left: 0;
    /*max-width: 250px;*/
}
	
	
	.logo_tp {
    position: relative;
    float: left;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
	
.menu {
    list-style: none;
    float: left;
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: auto;
    max-width: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
	
.menu:before {
    content: '';
    background: #193189;
    background: linear-gradient(90deg, #253fa1 0%, #172756 20%, #1c2d6f 50%, #293e88 80%, #243978 100%);
    float: left;
    width: 100%;
    position: absolute;
    top: -0px;
    height: 100%;
    border-radius: 0px 0px 50px 50px;
    min-height: auto;
}
	
	.menu li a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    border-top: 0;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    position: relative;
    top: 0;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
	
	.item_vagas {
    float: left;
    width: calc(100% / 1 - 0px);
    margin: 20px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	
	.tittle3 {
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 700;
    text-align: center;
}
	
	.compartilhar {
    float: left;
    width: 100%;
    padding: 10px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 30px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
	
	.rede{
		    margin: 10px;
	}
	
	
	.carousel_int .item_carousel {
    width: 100% !important;
    padding: 20px;
    float: left;
}
	
	
	.noticias_int .item_noticias {
    float: left;
    width: calc(100% - 40px) !important;
    margin: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column !important;
}
	
	
	    .item_interna {
        float: left;
        width: calc(100% - 40px) !important;
        margin: 20px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
	
	.itens img {
        border-radius: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        float: left;
        width: 100%;
        max-width: 100% !important;
        height: auto;
    }
	
	.item_interna img {
    width: 100%;
    max-width: 150px;
    float: left;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    -moz-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    outline: solid 2px transparent;
    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
	
	    .itens_secundarios .item_conteudo {
        width: 100%;
        padding: 26px;
        float: left;
        background: #fff;
        border-radius: 15px;
        padding-left: 20px;
        margin-left: 0px;
        margin-top: 0px;
        z-index: 0;
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
	
	
	.interna .itens_secundarios {
    width: 100%;
    float: left;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
}
	
	.acessibilidade {
    position: relative;
    z-index: 999;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
	
	.banner {
    width: calc(100% - 20px);
    max-width: 1200px;
    float: left;
    margin: 10px;
    margin-top: -80px;
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 70px 0px #1c24435e;
    -webkit-box-shadow: 5px 5px 70px 0px #1c24435e;
    box-shadow: 5px 5px 70px 0px #1c24435e;
    margin-bottom: 30px;
}
	

	
	
.topo {
    width: 100%;
    min-height: auto;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
	
.logo_tp {
    position: relative;
    float: left;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
	
	
	.item_servicos {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    padding: 10px;
    justify-content: center;
    flex: none;
}
	
	
	.item_servicos i {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    color: #4887ff;
    font-size: 16px;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
	
	input {
    padding: 7px;
    padding-left: 5px;
    line-height: 0.9em;
    border: 0;
    color: #15355b;
    font-size: 1em;
    border-radius: 3px;
}
	
	.busca h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    font-weight: 600;
    margin-top: 30px;
}
	
	.interna .busca input {
    padding: 0px;
    padding-left: 0;
}
	
		.interna .busca h2 {

   margin-top: 0px;
        margin-bottom: 10px;
        padding: 0;
        text-align: center;
        max-width: none;
}
	
	.interna .cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff !important;
    background: #0a65e4;
    border-radius: 4px;
    margin-left: 0%;
    margin-top: 10px !important;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 9;
    border: solid 1px #fff !important;
}
	
	.interna .wrap_busca {
    width: 100%;
    max-width: 1024px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}
	
	.busca {
    width: 100%;
    max-width: 700px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    margin-bottom: 0;
    padding: 20px;
    padding-top: 0;
}
	
	.logo h1 strong {
    font-size: 40px;
    line-height: 40px;
    text-transform: unset;
    letter-spacing: -1px;
}
	
	.tp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
	
	.noticias {
    width: 100%;
    max-width: 1200px;
    float: left;
    margin-bottom: 50px;
    padding: 20px;
}
	
	.flickity-prev-next-button {
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transform: translateY(-50%);
}
	
	.txt_noticia .txt {
    font-size: 16px;
    font-weight: 400;
}
	
	
	.txt_noticia strong {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    display: flex;
    margin-bottom: 15px;
    float: left;
    font-weight: 700;
    letter-spacing: -1px;
}
	
	.item_noticia {
    overflow: hidden;
    width: 100%;
    float: left;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
	
	
	.noticia_secundaria .item_noticia img {
    max-width: 100%;
    background-size: cover;
}
	
	
	.noticia_secundaria {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	
	.noticia_secundaria .item_noticia {
        overflow: hidden;
        width: calc(100% - 20px);
        margin: 10px;
        float: left;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
}
	
	.item_videos .sombra_degrade {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 0px);
    padding: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 10px 10px;
    min-height: 120px;
}
	
	
	.item_videos {
    width: calc(100% - 50px);
    float: left;
    margin: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
	
	
	.item_roda a {
    color: #406098;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 10px;
    font-weight: 400;
    list-style: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 0px;
}
	
	
	.acesso_rapido li {
    float: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #737897;
    font-weight: 600;
    background: #fff;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin: 5px;
}
	
	
	
	.item_roda strong {
    color: #000;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}
	
	.wrap_newsletter {
    max-width: 100%;
    width: 100%;
    float: left;
    color: #fff;
    display: flex;
    flex-direction: column;
}
	
	.wrap_newsletter form {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    max-width: 100%;
}
	
.item_roda {
    width: 100%;
    margin-top: 0;
    min-width: 250px;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
	
	
	.mob {
	min-width: 100% !important;
	width: 100% !important;
	clear: both !important;
	float: left !important;
}
.half_mob {
	min-width: 50% !important;
	width: 50% !important;
	float: left !important;
}
	
	
	.flex_mob {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap_mob {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap_mob {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.right_mob {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.center_mob {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around_mob {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between_mob {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly_mob {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align_mob {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.start_mob {
	-webkit-align-items: start;
	-moz-align-items: start;
	-ms-align-items: start;
	align-items: start;
}
.end_mob {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
	
	
	
	
	select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 16px !important;
	border-radius: 0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 16px !important;
	border-radius: 0;
}
 button, [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance:button;
-moz-appearance:button;
appearance:button;
}
input[type="button"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: checkbox !important;
}
input[type="radio"] {
	-webkit-appearance: radio !important;
	-moz-appearance: radio !important;
	appearance: radio !important;
}
	
	
	
	.esconde_mob {
	display: none !important;
}
	
.bloco_mob {
	display: block !important;
}
.pad_mob {
	padding: 15px !important;
}
.pad_10 {
	padding: 10px !important;
}
.pad_20 {
	padding: 20px !important;
}
.pad_30 {
	padding: 30px !important;
}
.pad_tp0 {
	padding-top: 0px !important;
}
.pad_0 {
	padding: 0px !important;
}
.mg_mob {
	margin: 15px !important;
}
.mg_0 {
	margin: 0px !important;
}
.mg_tp10 {
	margin-top: 10px !important;
}
.mg_tp20 {
	margin-top: 20px !important;
}
.mg_tp40 {
	margin-top: 40px !important;
}
.mg_tp80 {
	margin-top: 80px !important;
}
.tittle_mob {
	font-size: 24px !important;
	line-height: 24px !important;
}
.tittle2_mob {
	font-size: 18px !important;
	line-height: 18px !important;
}
.tittle3_mob {
	font-size: 36px !important;
	line-height: 36px !important;
}
.tittle4_mob {
	font-size: 30px !important;
	line-height: 30px !important;
}
.tittle5_mob {
	font-size: 50px !important;
	line-height: 50px !important;
	letter-spacing: -2px;
}

	
	
	.accordion .open ul {
	display: none;
}
.accordion .pagenav h4 {
	pointer-events: all;
}
.page_item .pagenav {
	box-shadow: none;
	border: 0;
}
.page_item .pagenav h4 {
	pointer-events: all;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	background-color: #ffffff;
	color: #a7b6da;
	text-transform: none;
	pointer-events: none;
	float: left;
	width: 100%;
	display: block;
	/* margin-bottom: 15px; */
	border: solid 1px #e3e8f0;
}
.accordion2 .pagenav .page_item .filtro .pagenav a {
	text-decoration: none;
	color: #0086e1;
}
.accordion2 .pagenav .page_item a {
	pointer-events: all;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	background-color: #ffffff;
	color: #0086e1;
	text-transform: none;
	float: left;
	width: 100%;
	display: block;
	border: solid 1px #e3e8f0;
	text-decoration: underline;
}
.accordion2 .pagenav h4 a {
	text-decoration: none;
	color: #3463c1 !important;
	width: calc(100% - 0px);
	float: left;
	border: solid 0px #e3eef8 !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}
.accordion2 .page_item {
	margin-top: 5px;
}
.accordion2 .page_item a:before {
	content: '\f105';
	font-family: "Font Awesome 7 Pro";
	font-weight: 600;
	float: left;
	font-size: 11px;
	margin-right: 5px;
}
.accordion .pagenav h3 {
	padding: 15px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	background-color: #f6f7fc;
	color: #a7b6da;
	text-transform: uppercase;
	float: left;
	width: 100%;
	display: block;
}
.accordion .pagenav h3 a {
	color: #4b499a;
	margin: 0;
	padding: 0;
	border: 0;
}
	
	
	
}