@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/*

cor #2e4386

*/

body{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #686868;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #cecece;
}
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #00A0D2;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}

h1,h2,h3,h4,h5,h6{
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	line-height: 1.25;
}

button{
	border:  none;
}

p{
	color: #686868;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.container{
	max-width: 1228px;
}

.mobile-only{
	display: none;
}

/*** BTNS ***/

.wq-btn{
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	padding: 16px 20px;
	border-radius: 0px;
	transition: all 0.35s ease;
}
.wq-btn:hover{
	box-shadow: 0px 8px 20px -3px rgba(20, 20, 20, .35);
}

.wq-btn_01{
	color: #fff;
	background-color: #00C2FF;
	background-image: linear-gradient(to right bottom, #00A0D2, #00C2FF);
}
.wq-btn_01:hover{
	color: #fff;
	background-color: #0c2d69;
}

.wq-btn_01 img{
	margin-left: 15px;
	height: 24px;
}

.wq-btn_02{
	color: #00A0D2;
	background-color: #fff;
}
.wq-btn_02:hover{
	color: #00A0D2;
	background-color: #fff;
}
.wq-btn_03{
	font-weight: 400;
	color: #0C2D69;
	background-color: #EBEBEB;
}


/*** BTNS ***/

/*** titulo ***/

.wq-titulo_box{
	margin-bottom: 70px;
}

.wq-titulo_1{
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 700;
	font-size: 35px;
	color: #0c2d69;
	margin-bottom: 30px;
}


/*** titulo ***/

/*** MIDIAS SOCIAS ***/

.wq-midias-sociais{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.wq-midias-sociais li:not([class]) a,
.wq-midias-sociais li:not([class]) button{
	z-index: 3;
	position: relative;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	width: 21px;
	height: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #9a9a9a;
	transition: all .35s ease;
}
.wq-midias-sociais li:not([class]) a img,
.wq-midias-sociais li:not([class]) button img{
	display: block;
	height: 10px;
	width: auto;
}


.wq-midias-sociais li:not([class]) a::before,
.wq-midias-sociais li:not([class]) a::after,
.wq-midias-sociais li:not([class]) button::before,
.wq-midias-sociais li:not([class]) button::after{
	position: absolute;
	display: block;
	content: '';
	border-radius: 50%;
	background-color: inherit;
}
.wq-midias-sociais li:not([class]) a::before,
.wq-midias-sociais li:not([class]) button::before{
	width: 28px;
	height: 28px;
	opacity: .5;
	top: -3.5px;
	left: -3.5px;
	z-index: -1;
}
.wq-midias-sociais li:not([class]) a::after,
.wq-midias-sociais li:not([class]) button::after{
	width: 35px;
	height: 35px;
	opacity: .25;
	top: -7px;
	left: -7px;
	z-index: -2;
}

.wq-midias-sociais li:not([class]) a:hover,
.wq-midias-sociais li:not([class]) button:hover{
	color: #fff;
	background-color: #00A0D2;
}
.wq-midias-sociais li:not([class]) button{
	display: inline-flex;
}
.wq-midias-sociais li[data-copiarUrl] > span{
	display: inline-block;
	font-size: 14px;
	color: #444;
	margin-left: 5px;
}

/*** MIDIAS SOCIAS ***/

/*** HEADER ***/

.wq-header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	/*z-index: 9999;*/
}
.wq-header.header_fixo{
}

.wq-header_logo .navbar-brand{
	display: block;
	position: absolute;
	top: calc(50% - 32px);
}
.wq-header .navbar-brand{
	padding: 0;
	margin: 0;
}
.wq-header .logo{
	z-index: 33;
	position: relative;
}
.wq-header .logo:before{
	position: absolute;
	bottom: -30px;
	right: -80px;
	content: '';
	display: block;
	width: 842px;
	height: 910px;
	background-color: #fff;
	transform: rotate(7.2deg);
	box-shadow: -30px 5px 20px -2px rgba(0, 0, 0, .3);
}
.wq-header .logo img{
	display: block;
	height: 88px;
	z-index: 3;
	position: relative;
}

.wq-header_top{
	position: relative;
	padding: 10px 0;
	background-color: #0c2d69;
}

.wq-header_top .row{
	margin-left: auto;
	max-width: 890px;
	align-items: center;
	padding: 0 15px;
	justify-content: space-between;
}

.wq-header_buscar{
	display: flex;
	column-gap: 10px;
	align-items: center;
}
.wq-header_buscar button{
	color: #fff;
	font-size: 15px;
	line-height: 1;
	border: none;
	background-color: transparent;
}
.wq-header_buscar input{
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 12px;
	border: none;
	background-color: transparent;
}


.wq-header_bottom{
	position: relative;
	padding: 25px 0;
}
.wq-header:before{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background-image: linear-gradient( to right, #0C2D69, rgba(0, 177, 235, 1));
}

.wq-header .navbar{
	padding: 0;
}
.wq-header .navbar .navbar-collapse{
	justify-content: flex-end;
}

.wq-header .header-nav ul{
	gap: 15px;
}

.wq-header .header-nav ul li a.nav-link{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	padding: 0;
	display: block;
	position: relative;
	transition: all .35s ease;
}
.wq-header .navbar-light .navbar-nav .active > .nav-link{
	color: #fff;
}
.wq-header .navbar-light .navbar-nav .active > .nav-link:before{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 2px;
	left: 0px;
	bottom: -5px;
	border-radius: 2px;
	background-color: #fff;
}


.wq-header .header-nav ul li a.nav-link:hover{
	color: #00A0D2;
}
.others-links {
	margin-left: 15px;
}


/*** HEADER ***/
.wq-socios_listagem-conteudo p a {
    color: #007bff;
}
/*** BANNER ***/

.wq-banner{
	padding: 270px 0 60px;
	color: #fff;
	background-size: cover;
	background-position: center;
}
.wq-banner .container::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	margin-top: 60px;
	background-image: linear-gradient( to right, transparent, #0067DF);
}

.wq-banner-item{
	display: block;
	position: relative;
}
.wq-banner-item_conteudo:before{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	content: '';
	display: block;
	width: 410px;
	background-color: #051B68;
	clip-path: polygon(0 0, calc(100% - 98px) 0%, 100% 100%, 0% 100%);
}
.wq-banner-item figure img {
	display: block;
	width: 100%;
}

.wq-banner-item_conteudo{
	padding: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.wq-banner-item .wq-banner_titulo{
	max-width: 630px;
	margin-bottom: 20px;
}
.wq-banner-item h2{
	font-size: 50px;
	line-height: 1.15;
	font-weight: 500;
	color: #0C2D69;
	display: inline;
}
.wq-banner-item h2 span{
	padding: 5px 12px;
	background-color: #fff;
	display: inline-block;
}

.wq-banner-item p{
	line-height: 1.15;
	font-weight: 400;
	font-size: 22px;
	display: block;
	color: #fff;
	padding: 8px 10px 9px;
	max-width: 600px;
	background-color: #00C2FF;
	background-image: linear-gradient( to left bottom, #00C2FF, #00A0D2);
}

.wq-banner_carousel{
	position: relative;
	overflow: hidden;
}

.wq-banner_carousel-prev,
.wq-banner_carousel-next{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 3;
	bottom: 50px;
	line-height: 1;
	font-size: 16px;
	border: 2px solid #fff;
}
.wq-banner_carousel-prev{
	right: 120px;
}
.wq-banner_carousel-next {
	right: 50px;
}
.wq-banner_carousel .swiper-pagination{
	position: absolute;
	bottom: 20px;
	text-align: right;
	padding-right: 50px;
}
.wq-banner_carousel .swiper-pagination .swiper-pagination-bullet{
	background-color: #fff;
	border-radius: 0;
	width: 20px;
	height: 3px;
	opacity: 1;
}
.wq-banner_carousel .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #00C2FF;
}


/*** BANNER ***/

/*** wq-blog ***/

.wq-blog{
	padding: 0px 0 110px;
	background-color: #f5f5f5;
}

.wq-blog_carousel{
	overflow: hidden;
}

.wq-blog_carousel-nav{
	display: flex;
	column-gap: 12px;
}
.wq-blog_carousel-prev,
.wq-blog_carousel-next{
	font-size: 16px;
	line-height: 1;
	color: #00C2FF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	z-index: 3;
	border: 2px solid #00C2FF;
}
.wq-blog_carousel-prev{
	right: 120px;
}
.wq-blog_carousel-next {
	right: 50px;
}

.wq-blog_carousel .row{
	margin: 0 -10px;
}
.wq-blog_carousel .row>*{
	padding: 0 10px;
}

.wq-blog_item{
	display: block;
	background-color: #fff;
}
.wq-blog_item figure img{
	width: 100%;
	display: block;
	height: auto;
}
.wq-blog_item > div{
	position: relative;
	padding: 37px 25px 25px;
}
.wq-blog_item > div > span{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	padding: 7px 9px;
	position: absolute;
	left: 25px;
	top: -15px;
	display: inline-block;
	background-image: linear-gradient(to right bottom, #00A0D2, #00C2FF);
}
.wq-blog_item h2{
	line-height: 1;
	font-size: 30px;
	font-weight: 500;
}
.wq-blog_item p{
	margin-bottom: 10px;
	text-align: justify;
}

.blog_item-peq{
	display: grid;
	grid-template-columns: 7fr 10fr;
	margin-bottom: 20px;
}
.blog_item-peq > div{
	padding: 23px 42px;
}
.blog_item-peq > div > span{
	position: initial;
	display: inline-block;
	margin-bottom: 15px;
}

/*** wq-blog ***/

/*** wq-marcas ***/

.wq-marcas{
	overflow: hidden;
	padding: 96px 0;
	background-color: #ededed;
}
.wq-marcas_carousel-nav{
	display: flex;
	column-gap: 12px;
}
.wq-marcas_carousel-prev,
.wq-marcas_carousel-next{
	font-size: 16px;
	line-height: 1;
	color: #00C2FF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	z-index: 3;
	border: 2px solid #00C2FF;
}
.wq-marcas_carousel-prev{
	right: 120px;
}
.wq-marcas_carousel-next {
	right: 50px;
}

.wq-marcas-wrapper{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 100px;
}

.wq-marcas .wq-titulo_box{
	margin-bottom: 0px;
}

.wq-marcas-btns{
	display: inline-flex;
	column-gap: 25px;
	padding-bottom: 12px;
}
.wq-marcas-btns li a{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 15px;
	font-weight: 400;
	color: #3b3b3b;
}

.wq-marcas_carousel{
	/*width: calc(100% + 90px);*/
	overflow: hidden;
}

.wq-solucao_box figure img{
	width: 164px;
	height: 164px;
	object-fit: contain;
	border-radius: 50%;
	background-color: #fff;
}
.wq-solucao_box h3{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #504747;
	margin-top: 16px;
}

/*** wq-marcas ***/

/*** wq-newsletter ***/

.wq-newsletter{
	padding: 120px 0 124px;
	background-image: url(img/newsletter-bg.png);
	background-size: cover;
	background-position: top right;
}

.wq-newsletter_titulo{
	letter-spacing: 0.02em;
	line-height: 1.15;
	font-weight: 700;
	font-size: 35px;
	color: #fff;
	max-width: 380px;
	margin-bottom: 55px;
}


.wq-newsletter_box{
	padding: 30px;
	background-color: #fff;
}
.wq-newsletter_box h3{
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	color: #504747;
	margin-bottom: 25px;
}

.wq-newsletter_box form{
	display: grid;
	column-gap: 20px;
	grid-template-columns: 4fr 4fr 135px;
}
.wq-newsletter_box form input{
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 13px;
	color: #504747;
	width: 100%;
	padding: 16px 20px;
	border: none;
	background-color: #EFEFEF;
}
.wq-newsletter_box form button{
	border: none;
}

/*** wq-newsletter ***/

/*** wq-regioes ***/

.wq-regioes{
	padding: 125px 0;
	background-image: url(img/taxa-de-ocupacao-bg.png);
	background-size: cover;
	background-position: center;
}

.wq-regioes_titulo{
	display: flex;
	column-gap: 35px;
	align-items: center;
	margin-bottom: 90px;
}
.wq-regioes_titulo h2{
	font-weight: 400;
	font-size: 35px;
	color: #0C2D69;
	margin-bottom: 0;
}
.wq-regioes_titulo select{
	font-weight: 400;
	font-size: 35px;
	color: #00A0D2;
	border: none;
	background-color: transparent;
}

.wq-regioes_box{
	display: grid;
	align-items: flex-end;
	grid-template-columns: 2fr 3fr;
}

.wq-regiao_turistica{
	padding: 30px 25px 35px;
	background-color: #00A0D2;
}
.wq-regiao_turistica h3{
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
}
.wq-regiao_turistica select{
	font-weight: 700;
	font-size: 13px;
	color: #504747;
	width: 100%;
	padding: 16px 22px;
	border: none;
	background-color: #fff;
}

.wq-regiao_dados{
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap: 20px;
	column-gap: 58px;
	padding: 30px 40px 30px 56px;
	background-color: #fff;
}
.wq-regiao_dado span{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 5px 5px;
	background-image: linear-gradient(to right bottom, #00A0D2, #00C2FF);
}
.wq-regiao_dado p{
	font-weight: 700;
	font-size: 30px;
	color: #504747;
	margin-bottom: 0;
}

/*** wq-regioes ***/

/*** wq-clipping ***/

.wq-clipping{
	padding: 95px 0;
	background-color: #fff;
}

.wq-clippings_carousel{
	overflow: hidden;
}

.wq-clippings_carousel-nav{
	display: flex;
	column-gap: 12px;
}
.wq-clippings_carousel-prev,
.wq-clippings_carousel-next{
	font-size: 16px;
	line-height: 1;
	color: #00C2FF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	z-index: 3;
	border: 2px solid #00C2FF;
}
.wq-clippings_carousel-prev{
	right: 120px;
}
.wq-clippings_carousel-next {
	right: 50px;
}

.wq-clippings_box figure{
	margin-bottom: 25px;
	position: relative;
}

.wq-clippings_box figcaption{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.5);
	transition: all .35s ease;
}
.wq-clippings_box:hover figcaption{
	opacity: 1;
}

.wq-clippings_box figcaption a{
	display: inline-block;
	line-height: 1.2;
	font-weight: 500;
	font-size: 15px;
	color: #0c2d69;
	padding: 16px 20px;
	border-radius: 0px;
	padding: 10px 24px;
	background-color: #fff;
}


.wq-clippings_box h2{
	font-weight: 400;
	font-size: 22px;
}
.wq-clippings_box span{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 5px;
	background-image: linear-gradient(to right bottom, #00A0D2, #00C2FF);
}

/*** wq-clipping ***/

/*** wq-publicidade ***/

.wq-publicidade{
	padding: 138px 0;
	background-image: url(img/instagram-bg.png);
	background-size: cover;
	background-position: center;
}

.wq-publicidade h3{
	font-weight: 700;
	font-size: 32px;
	color: #0C2D69;
	margin-bottom: 10px;
}
.wq-publicidade figure img{
	width: 100%;
}

.wq-publicidade_instagram{
	height: 100%;
	padding: 20px 20px 22px;
	background-color: #fff;
}
.wq-publicidade_instagram h3{
	max-width: 210px;
}
.wq-instagram_feed{
	margin: 0 -10px;
}
.wq-publicidade_publicacoes{
	height: 100%;
	padding: 20px 20px;
	background-color: #fff;
}

.wq-publicacoes_carousel{
	overflow: hidden;
}

.wq-publicacoes figure img{
	display: block;
	width: 100%;
}

/*** wq-publicidade ***/

/*** wq-footer ***/

.wq-footer{
	background-image: url(img/footer-bg.png);
}
.wq-footer_newsletter{
	padding: 50px 0;
	border-bottom: 1px solid #0067DF;
}
.wq-footer_newsletter h3{
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	color: #fff;
}
.wq-footer_newsletter form{
	display: grid;
	column-gap: 10px;
	grid-template-columns: 4fr 4fr 142px;
}
.wq-footer_newsletter form input{
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 13px;
	color: #504747;
	width: 100%;
	padding: 16px 20px;
	border: none;
	background-color: #EFEFEF;
}
.wq-footer_newsletter form button{
	text-align: center;
	justify-content: center;
	border: none;
	margin-left: 10px;
}

.wq-footer_infos{
	padding: 50px 0;
	border-bottom: 1px solid #0067DF;
}

.wq-footer_infos-row{
	display: flex;
	justify-content: space-between;
}

.wq-footer_infos-row .wq-btn{
	width: 194px;
	margin-bottom: 18px;
	justify-content: center;
}

.wq-footer_infos-row h4{
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.wq-footer_infos-row ul li{
	margin-bottom: 15px;
	color: #fff;
}
.wq-footer_infos-row ul li a{
	letter-spacing: 0.05em;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	display: inline-block;
}

.wq-footer_infos-row ul.wq-links-inportantes li a{
	font-size: 15px;
}


.wq-footer_contatos li{
	max-width: 280px;
}

.wq-footer_logo{
	padding: 40px 0;
	border-bottom: 1px solid #0067DF;
}
.wq-footer_logo .row{
	padding: 0 15px;
	justify-content: space-between;
}

.copyright{
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
.copyright figure img{
	height: 20px;
}

/*** wq-footer ***/

/*** wq-whatsapp_btn ***/

.wq-whatsapp_btn{
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 60px;
	width: 60px;
	color: #fff;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #4dc247;
	z-index: 99;
}
.wq-whatsapp_btn:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(77, 194, 71,.7);
	animation: whatsapp 2s infinite 2s alternate;
}

@keyframes whatsapp{
	from{
		opacity: .3;
		transform: scale(1);
		box-shadow: 0px 0px 0px #4dc247;
	}
	to{
		opacity: .7;
		transform: scale(1.25);
		box-shadow: 0px 0px 20px #4dc247;
	}
}

/*** wq-whatsapp_btn ***/


.wq-breadcrumbs {
	position: relative;
	padding: 20px 0 0;
	text-align: right;
	margin-bottom: 60px;
}
.wq-breadcrumbs:after{
	content: '';
	display: block;
	width: 620px;
	height: 1px;
	margin: 20px 0 0 auto;
	background-image: linear-gradient( to right, transparent, #0067DF);
}
.wq-breadcrumbs p{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 4px 9px;
	margin-bottom: 0;
	display: inline-block;
	background-color: #051B68;
}
.wq-breadcrumbs p a:hover{
	color: #00C2FF;
}

.wq-blog_01:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
	background-color: #f5f5f5;
}

.wq-blog_01-titulo{
	margin-bottom: 60px;
}
.wq-blog_01-titulo .wq-titulo_1{
	margin-bottom: 0px;
}

.wq-blog_01-titulo form{
	display: flex;
	width: 384px;
	max-width: 100%;
	padding: 17px 15px;
	background-color: #EFEFEF;
}
.wq-blog_01-titulo form label{
	margin-bottom: 0px;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 13px;
	color: #051B68;
}
.wq-blog_01-titulo form select{
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 13px;
	color: #051B68;
	border: none;
	width: 260px;
	background-color: transparent;
}

.wq-blog_01-listagem .row{
	row-gap: 20px;
}


.wq-presidente{
	padding: 115px 0;
	background-color: #f5f5f5;
}
.wq-presidente-row{
	display: grid;
	grid-template-columns: 4fr 8fr;
	column-gap: 60px;
}
.wq-presidente-row figure img{
	display: block;
	width: 100%;
}

.wq-presidente-conteudo .wq-titulo_1{
	text-transform: initial;
}
.wq-presidente-conteudo .wq-titulo_1.bgwhite{
	max-width: 286px;
	margin-bottom: 70px;
}
.wq-presidente-conteudo .wq-titulo_1.bgwhite span{
	display: inline-block;
	padding: 5px 10px;
	background-color: #fff;
	text-transform: uppercase;
}

.wq-presidente-conteudo > span{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 10px;
	background-image: linear-gradient(to right bottom, #00A0D2, #00C2FF);
}
.wq-presidente-conteudo p{
	font-size: 22px;
	margin-bottom: 20px;
}




.wsg-pagination {
	margin-top: 40px;
}
.wsg-pagination ul{
	display: flex;
	column-gap: 10px;
}
.wsg-pagination ul li a{
	display: flex;
	padding: 6px 12px;
	color: #0c2d69;
	font-size: 16px;
	border: 2px solid #0c2d69;
}
.wsg-pagination ul li a.active{
	color: #fff;
	background-color: #0c2d69;
}

