@charset "utf-8";
/* CSS Document */

body, html {
	font: 100%/1.4 'Montserrat', 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: 'Montserrat', 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;
}


a {
    color: inherit;
    text-decoration: none;
}

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: #3b466c;
}

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;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
		
		
		.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
			display: none !important;
		}

select {
    padding: 13px;
    padding-left: 10px;
    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;
}


.container {
    float: left;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: #e5ebf0;
    overflow: hidden;
    background-image:url("/img/bg_chapaquente2.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;
}


.size {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
}


.size-100{
width: 100%;
    max-width: 100%;
    float: left;
    position: relative;


}



.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;
}


.bt_vejamais_p:hover {
	color: #fff;
    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%);
}



.wrap {
    position: relative;
    float: left;
    display: flex;
}

.wrap span{
	float: left;
	}




.ancora{
	
	top: -0px;
	position: absolute;
	width: 10px;
	height: 1px;
	pointer-events: none;
	
}




.logo img{

}

.logo h1 a{
font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #000000;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo h1 strong{
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
	
}



.txt_logo{
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt_logo span{
	letter-spacing: -1px;
}




.header {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
 
}

.header img {
    margin-bottom: 30px;
    margin-left: -30px;
    margin-top: 40px;
}



.menu {
    list-style: none;
    float: left;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff6e;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}



.menu li{
    float: left;
    margin-left: 1px;
    margin-right: 1px;
	
}

.menu li a:before{
	content: '\f105';
	float: left;
	color: #2c315e;
	font-size: 9px;
	line-height: 9px;
	    font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-right: 5px;
	
}



.menu li a{
    border: solid 1px transparent;
    border-top: 0;
    float: left;
    height: 40px;
    z-index: 99;
    position: relative;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #000;
    -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.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;
	
}

.menu li a{
	color: #2c315e;
}



.menu li a:hover{
    color: #1f9b9d;
    border-radius: 5px;
}


.menu li a:hover:before{
	
	color: #1f9b9d;
}

.menu li:hover a:before {

    color:#1f9b9d;
}


.menu li:hover a{
	       color: #1f9b9d;
    border-radius: 5px;
}



.menu .active{
	    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;
    margin-top: 4px !important;
}

.menu .active:after {
    content: '';
    position: absolute;
    max-width: 901px;
    height: 15px;
    bottom: -15px;
    width: 100%;
}




.sub_menu {
    float: left;
    text-align: left;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    z-index: 9;
    top: 40px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 10px 10px 10px;
}


.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;
}


.interna .sub_menu ul {
    background-color: #ecf2f9;
}



.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 6 Free";
	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(100% - 10px);
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.sub_menu a {
    list-style: none;
    padding-left: 13px !important;
    padding-right: 5px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !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: #536a92 !important;
    background-color: transparent !important;
    min-height: auto !important;
    height: auto !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    max-width: 200px;
    border-radius: 0 !important;
    border-bottom: solid 1px #e2e9ee !important;
}
.sub_menu li:hover a {
    color: #fc6a4a !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 6 Free";
	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;
}




.topo {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 800px;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1300px;
    z-index: 99;
    justify-content: center;
}


.topo h1, .h1 {
    font-size: 75px;
    line-height: 80px !important;
    margin-top: 0;
    font-weight: 700 !important;
    letter-spacing: -0.06em;
    color: #000 !important;
    max-width: 560px;
}


.topo h2 {
    font-size: 18px;
    line-height: 20px;
    max-width: 530px;
    color: #606e86 !important;
    font-weight: 400 !important;
    letter-spacing: -0.03em;
    margin-top: 50px;
}


.logo{
	    z-index: 9;
}




.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;
	}

.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;
}


.redes a{
	float: left;
}

.redes i{
color: #233255;
    font-size: 20px;
    line-height: 20px;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}


.content{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;	
	 	}


.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;
}



.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 .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;
}



.titulo {
    background: #09439f;
    background: linear-gradient(98deg, #09439f 0%, #09439f 30%, #53bbbb 65%, #44abab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.05em;
}



.bt_enviar {
    display: flex;
    padding: 15px;
    margin: auto;
    margin-top: 30px;
    min-width: 150px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 55px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    background: #0a65da;
    background: -webkitlinear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: -moz-linear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: linear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 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;
    align-items: center;
}

.bt_enviar:hover {
filter: contrast(0.8) brightness(1.2);
}

.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 i {
    font-size: 44px;
    line-height: 44px;
}

.bt_whatsapp span {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: #a7dd5a;
}

.bt_whatsapp strong {
    font-size: 24px;
    line-height: 24px;
}


.bt_whatsapp:hover {
    border: solid 2px #0abdb0;
    padding: 5px;
    color: #fff !important;
    background-color: #0abdb0;
}


.bt_vejamais{
	    color: #1865e4;
    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_vejamais:before{
	content: "\e3d6";
	font-family: 'Font Awesome 7 Pro';
	    font-weight: 400;
	float: left;
	    color: #1865e4;
	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_vejamais:hover{
	
	background-color: #1865e4;
	color: #fff;
	
}

.bt_vejamais:hover:before{
	
	color: #fff;
}





.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;
}


.leitura_acessibilidade{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.rodape {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rodape2 {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rodape_tp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.rodape_meio {
    width: 100%;
    padding: 30px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rodape_meio2 {
    width: 100%;
    padding: 30px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rodape_fim {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}

.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: 0;
    margin-left: 7px;
    float: left;
}
.rodape .redes i:first-child {
	margin-left: 0px;
}
.rodape .redes {
    margin-bottom: 0;
    display: flex;
    padding: 30px;
    padding-top: 0;
}
.rodape .rede i {
	color: #4075d2;
	font-size: 28px;
	float: left;
	margin: 12px;
	margin-top: 20px;
	    margin-left: 0;
}
.item_roda .rede a:before {
	display: none;
}

.item_roda .redes a:before {
display: none;
}


.item_roda a {
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: 500;
    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: -0.01em;
    text-transform: uppercase;
}



.item_roda .redes a {
    padding-bottom: 0px;
    padding-top: 0;
}


.item_roda a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    float: left;
    font-size: 10px;
    margin-right: 7px;
    color: #ffffff;
}


.item_roda {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    list-style: none;
    padding: 30px;
    padding-top: 0;
    color: #fff;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
}
.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: #77d6ff;
}

.wrap_roda {
    padding: 25px;
}


.sep {
    width: 1px;
    float: left;
    display: flex;
    background: #66b7ff;
    margin: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
}

[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: 30px;
    padding-bottom: 30px;
}
.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;
}


.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: #3049b2 !important;
	border-color: #3049b2 !important;
}



.tittle {
	font-size: 24px !important;
	line-height: 24px !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;
}


.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;
}



.accordion {
	width: 100%;
}
.accordion ul {
	margin: 0;
	padding: 0;
}
.accordion .filtro {
	background: #ffffff;
	border: solid 0px #dfdfdf;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.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: #2c2c2c;
	width: calc(100% - 20px);
	float: left;
	border-bottom: solid 1px #e3eef8;
	margin-bottom: 4px;
	padding-bottom: 3px;
}
.accordion .pagenav ul {
	display: none;
	padding: 0px;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0;
	float: left;
	width: 100%;
}
.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: 15px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	background-color: #f7f7f7;
	color: #a7b6da;
	text-transform: uppercase;
	pointer-events: none;
	float: left;
	width: 100%;
	display: block;
}
.accordion .pagenav h4 a {
	color: #004cb7;
	margin: 0;
	padding: 0;
	border: 0;
}
.accordion .pagenav h4 i {
	font-size: 16px;
	position: absolute;
	right: 30px;
	line-height: 16px;
	transition: .2s;
	-webkit-transition: .2s;
	-ms-transition: .2s;
}
.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;
}



.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;
}


.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);
}






.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);
}


.rodape_fim{
	font-size: 12px;
	text-align: center;
}

.rodape .logo{
	padding: 20px;
}


.esq {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    padding: 40px;
}

.esq span {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}


.dir {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    padding: 40px;
}

.meio img{
	margin-top: -50px;
}


.dir iframe {
    border-radius: 30px;
    border: solid 5px #ffdd00;
}


.esq audio {
    min-height: 50px;
    width: 100%;
    max-width: 315px;
    float: left;
    display: flex;
    align-items: center;
    border: solid 5px #ffdd00;
    border-radius: 50px;
    background-color: #f1f3f4;
}


.esq strong, .dir strong {
    font-size: 45px;
    line-height: 38px;
    color: #fff;
    letter-spacing: -2px;
    max-width: 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}




@media (min-width: 220px) and (max-width:778px) {
	
	
	.meio img {
    margin-top: 0;
}
	
	
.dir {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    padding: 20px;
    width: 100%;
    padding-top: 0;
}
	
	.dir iframe {
    border-radius: 30px;
    border: solid 5px #ffdd00;
    width: 100%;
}
	
.header img {
    margin: 0;
    padding: 30px;
}
	
	
.esq {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    padding: 20px;
    padding-top: 0;
    width: 100%;
    margin-top: 20px;
}
	
	
	.meio {
    width: 100%;
    max-width: 478px;
}
	
	
	
	
	.contato .wrap2 {
    position: relative;
    float: left;
    display: flex;
    max-width: 850px;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: column;
}
	
	.contato {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/websites/editallis/img/bg_contato.jpg");
    background-size: cover;
    background-position: center top;
    padding-top: 80px;
    padding-bottom: 80px;
}
	
.contato .titulo {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: none;
    -webkit-text-fill-color: #fff;
    margin-bottom: 30px;
}
	
	.contato .titulo span {
    font-weight: 100 !important;
    font-size: 36px !important;
    line-height: 36px;
}
	
	.galeria_porque {
    float: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
}
	
	.porque .wrap {
    position: relative;
    float: left;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}
	
	
	.porque .titulo {
    background: #09439f;
    background: linear-gradient(98deg, #09439f 0%, #09439f 30%, #53bbbb 65%, #44abab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.05em;
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
    margin-top: 40px;
}
	
	.vantagens .meio {
    display: none;
}
	
	
	.vantagens .icone {
    width: 100px;
    height: 100px;
    padding: 20px;
    background-color: #3a69cd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
	
.vantagens .esq strong {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.04em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
	
	.vantagens .esq {
    min-width: 250px;
    text-align: left;
    width: 100%;
}
	
	
	.vantagens .dir {
    min-width: 250px;
		width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	
	.vantagens .dir strong {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -0.04em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
}
	
	
	.vantagens .dir li {
    color: #0c2e75;
    font-size: 16px;
    line-height: 16px;
    background-image: url("/websites/editallis/img/linha2.png");
    background-position: top center;
    background-size: auto 1px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: -0.03em;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
	
	.vantagens .dir li img {
    margin-right: 12px;
    margin-top: -5px;
}
	
.vantagens {
    background-image: url("/websites/editallis/img/bg_vantagens.jpg");
    background-size: cover;
    background-position: right;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
    padding-bottom: 65px;
    min-height: auto;
}
	
	.vantagens ul {
    list-style: none;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	
	.galeria_sistema {
    width: 100%;
    float: left;
    max-width: 1300px;
    margin-top: 50px;
}
	
	
.sistema {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    align-items: center;
    background-image: url("/websites/editallis/img/bg_sistema.jpg");
    background-size: 1920px auto;
    background-position: center top;
    min-height: 620px;
    position: relative;
}
	
	.flickity-prev-next-button.previous {
    left: 10px;
}
	
		.flickity-prev-next-button.next {
    right: 10px;
}
	
	.item_sistema {
    width: calc(100% + 0px);
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-left: 45px;
    padding-right: 45px;
    border-right: solid 1px #38bdf4;
}
	
	.sistema .titulo {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    text-align: center;
    -webkit-text-fill-color: #fff;
}
	
	.seta_baixo {
    position: absolute;
    top: -11px;
    display: none;
}
	
	.conheca .esq {
    position: relative;
    float: left;
    width: 100%;
    min-width: 45%;
    overflow: hidden;
    height: 650px;
}
	
.conheca .esq img {
    max-width: none;
    position: relative;
    right: auto;
    left: -350px;
    top: -20px;
}
	
	.conheca .dir img {
    max-width: 100%;
}
	
.conheca .dir {
    padding-top: 0;
    display: flex;
    justify-content: center;
}
	
	
	.conheca p {
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    flex-direction: row-reverse;
}
	
	
	.conheca p:after {
    content: '';
    float: left;
    min-width: 5px;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 7px;
    background: #0a65da;
    background: -webkit-linear-gradient(180deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: -moz-linear-gradient(180deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: linear-gradient(180deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
}
	
	
.conheca .meio {
    display: flex;
    position: relative;
    float: left;
    z-index: 9;
    min-width: 100%;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    margin-left: 0;
    padding: 25px;
    width: 100%;
}
	
	.desafios .dir_img img {
    position: static;
    left: 0;
    top: -90px;
    min-width: auto;
    max-width: 100%;
}
	
	.desafios .titulo {
    max-width: 840px;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}
	
	
	.desafios li {
    color: #133692;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 20px;
}
	
	
	.desafios p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}
	
	.desafios ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
	
	
	.desafios .titulo {
    max-width: 840px;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}
	
	.desafios .esq {
    min-width: 100%;
    width: 100%;
}
	
	
	.wrap {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
}
	
.titulo {
    background: #09439f;
    background: linear-gradient(98deg, #09439f 0%, #09439f 30%, #53bbbb 65%, #44abab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    line-height: 46px;
    text-align: left;
    letter-spacing: -0.05em;
}
	
	.bt_solicitar_g {
    margin-top: 30px;
    display: flex;
    float: left;
    padding: 10px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 55px;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    background: #0a65da;
    background: -webkitlinear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: -moz-linear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: linear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 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;
    align-items: center;
}
	
	
	.logo {
    z-index: 9;
    margin-bottom: 10px;
}
	
	
.container {
    float: left;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: #e5ebf0;
    overflow: hidden;
    background-image: url("/img/bg_chapaquente2.jpg");
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #0153db;
}
	
	
	.rodape {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	
	.topo h1, .h1 {
    font-size: 42px;
    line-height: 42px !important;
    margin-top: 0;
    font-weight: 700 !important;
    letter-spacing: -0.06em;
    color: #000 !important;
    max-width: 560px;
}
	
	.tittle3 {
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 700;
    text-align: center;
}

	.size {
    width: 100%;
    max-width: 1300px;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

	
	
.topo {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 400px;
    padding-top: 50px;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1300px;
    z-index: 99;
    justify-content: flex-start;
}
	
.topo h2 {
    font-size: 16px;
    line-height: 20px;
    max-width: 530px;
    color: #606e86 !important;
    font-weight: 400 !important;
    letter-spacing: -0.03em;
    margin-top: 20px;
}
	
.bt_solicitar_g {
    margin-top: 20px;
    display: flex;
    float: left;
    padding: 10px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 55px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    background: #0a65da;
    background: -webkitlinear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: -moz-linear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 100%);
    background: linear-gradient(90deg, #0257df 0%, #3bbdbf 70%, #3bbdbf 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;
    align-items: center;
}
	
	

	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;
}
	

	
.busca {
    width: 100%;
    max-width: 700px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    margin-bottom: 0;
    padding: 0;
    padding-top: 0;
    margin-top: 30px;
}
	
	.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: 50%;
    float: left;
    margin-bottom: 50px;
    padding: 20px;
		background-image: url("/websites/modelo_secretaria_turismo3/img/degrade_branco.png");
}
	
	.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;
    text-align: center;
}
	
	
	.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 6 Free";
	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;
}
	
	
	
}