*:focus{outline: none!important;}
a{transition: .3s;}
#page-parceiros .item{margin: 20px 10px;width: 22.333%;}
#page-parceiros .item > div{
	background: #00A1B0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 30px;
	text-align: center;
	overflow: hidden;
	padding: 5px 5px 16px;
}
#page-parceiros .item div h3{
	color: #fff;
	font-size: 16px;
	margin: 18px 0;
	font-weight: 500;
}
#page-parceiros .item .logo-img{
	width: 100%;
	height: 95px;
	border-radius: 24px 24px 0 0;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#page-parceiros .item div a{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	width: 90%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 43px;
	color: #038793;
	margin: 5px auto;
	font-weight: bold;
	font-size: 16px;
}

#page-parceiros .item div a:hover{background: #EFEFEF;}

form textarea,
form input:not(.gform_button){
	border-radius: 6px;
	background: #F5F5F5;
	border: 0!important;
}
form .textarea{
	height: 150px!important;
	resize: none;
}

form .gform_button{
	border: 1px solid #707070;
	border-radius: 4px;
	color: #707070;
}
form .gform_button:active,
form .gform_button:hover{
	background: #002396;
}

.gform_footer{
	justify-content: end;
}


#list-events > div{
	background: #E5F4F7;
	padding: 35px 40px;
	border-radius: 24px;
	box-shadow: 0px 3px 6px #00000029;
	font-size: 20px;
	margin-bottom: 30px;

}
#list-events > div a{
	fill: #002B4A;
	color: #002B4A;
	background-color: #00000000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #002B4A;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px -1px rgb(0 0 0 / 73%) inset;
	padding: 5px 30px;
	margin-top: 10px;
}
#list-events > div a:hover{
	background: #002B4A;
	color: #fff;
}


.list-producoes div.item{
	justify-content: space-between;
	
}

.list-producoes div.item div{
	width: 80%;
}
.list-producoes div.item div + div{
	width: auto;
}

.list-producoes p{
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #002B4A;
}
.list-producoes h2{
	font-size: 28px;
	color: #002B4A;
	font-weight: 700;
	text-align: center;
	margin-top: 70px;
}

.list-producoes .dropdown.fix{
	padding: 8px 20px!important;
	background: #fff!important;
	box-shadow: none!important;
}
.list-producoes .dropdown.fix li,
.list-producoes .dropdown.fix span{
	font-size: 14px;
}



#lista-cordenador {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#lista-cordenador .item{
	background: #00A1B0;
	margin: 10px;
	padding: 30px;
	border-radius: 24px;
	text-align: center;
	min-height: 300px;
	position: relative;
	padding-top: 100px;
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom:100px;
}

#lista-cordenador .item .avatar{
	position: absolute;
	top:-60px;
	left: 0;
	right: 0;
	margin: auto;
	background: #002B4A;
	width: 126px;
	height: 126px;
	border-radius: 90%;
}
#lista-cordenador .item h3{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#lista-cordenador .item p{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}


#lista-cordenador .item a{
	color: #038793;
	display: inline-block;
	background: #fff;
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	margin: 5px 0;
	font-weight: 600;
	padding: 10px;
}
#lista-cordenador .item a:hover{background: #EFEFEF;}

#lista-cordenador .item a + a{
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	width: 85%;
}

#lista-cordenador .item a + a:hover{
	background: #fff;
	color: #038793;
}



#lista-cordenador .col-2{
	width: 33%;
}
#lista-cordenador .col-3{
	width: 30%;
}


.archive.category .type-post {
	border: 1px solid #EDEDED;
	border-radius: 24px;
}

.archive.category .type-post .elementor-post__text{
	padding: 0 20px 10px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.archive.category .type-post .elementor-post__meta-data{order: 0;}
.archive.category .type-post .elementor-post__title{order: 1;}
.archive.category .type-post .elementor-post__excerpt{order: 2;margin: 0 0 36px 0;}
.archive.category .type-post .elementor-post__read-more{
	position: absolute;
	bottom:20px;
}

.archive.category .type-post:first-child{
	display: none;
}


#top-cat {
	min-height: 300px;
	display: flex;
	border: 1px solid #EDEDED;
	border-radius: 24px;
	align-items: center;
	overflow: hidden;
}
#top-cat .image{
	width: 30%;
	height: 300px;
	background-size: cover;
	margin-right: 20px;
	background-position: center;
}
#top-cat > div{width: 70%;padding: 15px;}
#top-cat .read{color: #038793;font-size: 18px;}
.archive.category .type-post:hover {
	box-shadow: 0px 3px 20px #00000029;
}


#slide-blog #top-cat{
	flex-direction: column;
}
#slide-blog #top-cat .image{
	width: 100%;
	margin: 0;
	height: 180px;
}
#slide-blog #top-cat .infos{
	width: 100%;
	padding: 20px;
	min-height: 363px;
	position: relative;
}
#slide-blog #top-cat .infos span{
	font-size: 14px;
	color: #8D8D8D;
}
#slide-blog #top-cat h3{
	font-size: 22px;
	color: #1F1F1F;
	font-weight: bold;
}
#slide-blog  .item{
	background: #fff;
}
#slide-blog #top-cat .infos a{
	position: absolute;
	bottom: 10px;
}

#slide-blog  .item p{
	font-size: 16px;
}
#slide-blog  .slick-slide {
	margin: 15px;
}
#slide-blog .slick-prev{
	position: absolute;
	left: -6vw;
	top: 40%;
}
#slide-blog .slick-next{
	position: absolute;
	right: -6vw;
	top: 40%;
}
#slide-blog .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	background: #EDEDED;
	border: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	box-shadow: 0px 3px 6px #00000029;
}
#slide-blog .slick-arrow:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid #333333;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
#slide-blog .slick-prev:before {transform: rotate(133deg); }

#slide-comites .item{
	border-radius: 24px;
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
	overflow: hidden;
	cursor: pointer	;
}

#slide-comites .item .title{
	background: #00A1B0;
	font-weight: bold;
	padding:  20px;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	z-index: 2;
}
#slide-comites .item .title h3{
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	font-weight: bold;
	margin: 0;
}

#slide-comites .image{
	width: 100%;
	margin: 0;
	height: 370px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#slide-comites .slick-slide {margin: 20px;}

#slide-comites .item a {
	background: #00A1B0;
	color: #fff;
	position: absolute;
	bottom: 30px;
	font-size: 16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	padding: 15px 20px;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 0px 3px 6px #00000029;
}

#slide-comites .thumbnail_texto{
	background: #fff;
	position: absolute;
	width: 100%;
	height: 81%;
	top: 90px;
	z-index: 0;
	opacity: 0;
	transition: all .3s;
	text-align: center;
	padding: 30px;
}
#slide-comites .thumbnail_texto p{
	color: #333333;
	font-size: 16px;
}



#slide-comites .item:hover .thumbnail_texto{opacity: 1;}

#slide-comites .slick-arrow:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid #333333;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
#slide-comites .slick-prev:before {transform: rotate(133deg); }

#slide-comites  .slick-slide {
	margin: 15px;
}
#slide-comites .slick-prev{
	position: absolute;
	left: -6vw;
	top: 40%;
}
#slide-comites .slick-next{
	position: absolute;
	right: -6vw;
	top: 40%;
}
#slide-comites .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	background: #EDEDED;
	border: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	box-shadow: 0px 3px 6px #00000029;
}

.accordion-v2 .elementor-toggle-icon{
	top: 39%;
	position: absolute;
	right: 20px;
}
.accordion-v2 .elementor-tab-title{
	border-radius: 15px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px 115px 20px 51px!important;
	position: relative;
	z-index: 1;

}
.accordion-v2 .elementor-tab-content{
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 24px;
	width: 98%;
	margin: -18px auto 0;
	padding: 40px 20px!important;
}
.accordion-v2 .elementor-toggle-item{
	margin-bottom: 20px;
	font-size: 22px;
}
.accordion-v2 .elementor-tab-content a{
	font-size: 16px;
	border-radius: 8px;
	border: 2px solid #002B4A;
	padding: 4px 30px;
	display: inline-block;
	color: #002B4A;
	font-weight: bold;
}
.accordion-v2 .elementor-tab-content a:hover{
	background: #002B4A;color: #fff;
}

#links-comite h3 {
	text-align: center;
	font-size: 28px;
	color: #002B4A;
	font-weight: bold;
	line-height: 34px;
}
#links-comite .item{
	background: #E5F4F7;
	margin: 20px 0;
	padding: 20px;
	border-radius: 24px;
	box-shadow: 0px 3px 6px #00000029;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#links-comite .item h4{
	font-size: 20px;
	color: #002B4A;
	font-weight: 600;
	line-height: 30px;
}

#links-comite .item a{
	box-shadow: 0px 3px 6px #00000029;
	border: 3px solid #002B4A;
	border-radius: 8px;
	color: #002B4A;
	display: inline-block;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: bold;
}
#links-comite div:first-child{
	width: 80%;
}


.afiliacao a{
	background:#00A1B0 ;
	border-radius: 20px;
	color: #fff!important;
	font-size: 14px!important;
	padding: 2px 15px!important;
}
.afiliacao a:after{display: none;}


.bt-afiliado{
	background: #00A1B0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	display: block;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.bt-afiliado:hover{
	background: #038793;
}



#list-clients { 
	background: #fff;
	padding: 0;
}
#list-clients .sliding {
	overflow: hidden;
	position: relative;
	height: 110px;
}
#list-clients .sliding>div {
	animation: moveSlideshow 20s linear infinite;
}
#list-clients .sliding>div {
	width: 4771px;
	height: 104px;
	background: url(assets/img/barra-inteira-cabsin.webp);
	transform: translate3d(0,0,0);
	position: absolute;
	top: -6px;
	left: 0;
	transform: translate3d(0,0,0);
	background-size: cover;
}

@keyframes moveSlideshow {
	100% { 
		transform: translateX(-50.9999%);  
	}
}

.recurso_pesquisa h2{
	text-align: center;
	padding-top: 70px;
	font-weight: bold;
	font-size: 28px;
	color: #002B4A;
}
.recurso_pesquisa .item p{
	font-size: 20px;
	color: #002B4A;
	margin: 0;
}


.recurso_pesquisa .item a:hover{
	background: #002B4A;
	color: #fff!important;
}




.dropdown {
	width: 80%;
	display: block;
	margin: auto;
	background-color: #fff;
	border-radius: 17px;
	border: 1px solid #707070;
	transition: all .5s ease;
	position: relative;
	font-size: 14px;
	color: #474747;
	height: 100%;
	text-align: left;
	padding: 10px;
}
.dropdown .select {
	cursor: pointer;
	display: block;
	padding: 10px;
	width: 100%!important;
	border-radius: 17px;
	font-weight: bold;

}
.dropdown .select > i {
	font-size: 13px;
	color: #888;
	cursor: pointer;
	transition: all .3s ease-in-out;
	float: right;
	line-height: 20px;
	transform: rotate(-90deg)
}
.dropdown:hover {
	box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
	background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
	box-shadow: 0 0 4px rgb(204, 204, 204);
	background-color: #f8f8f8
}
.dropdown.active .select > i {
	transform: rotate(90deg)
}
.dropdown .dropdown-menu {
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	top: 60px;
	margin-top: 1px;
	border-radius: 17px;
	overflow: hidden;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	z-index: 9;
	padding: 10px;
	border: 1px solid #707070;
}
.dropdown .dropdown-menu li {
	padding: 10px;
	transition: all .2s ease-in-out;
	cursor: pointer;
	color: #0F0F0F;
	font-weight: 600;
} 
.dropdown .dropdown-menu {
	padding: 0;
	list-style: none
}
.dropdown .dropdown-menu li:hover {
	background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
	background-color: #e2e2e2
}
.page-id-5116 main{overflow: hidden;}
.page-id-5116 .dropdown {width: 40%!important;}


.iump-register-form{
	margin-bottom: 50px;
}

#ihc_submit_bttn,
.ihc-login-form-wrap .impu-form-submit input{
	background: #00A1B0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#cta{
	background-image: url(assets/img/banner-producoes-cabsin.webp)!important;
	background-color: transparent!important;
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0!important;
	box-shadow: none!important;
	margin: 0 -20px 0;
	width: 104%
}

#cta > div{
	max-width: 1140px;
	margin: auto;
	display: flex;
	align-items: center;
	height: 100%;
}

#cta > div div{background-color: #FFFFFFA1;padding: 30px 30px 30px 30px;width: 600px;border-radius: 30px;}
#cta a{background-color: #00A1B0!important;border: 0!important;    box-shadow: 0 0 5px 0px #00000026!important;color: #fff!important;}
#cta h4{font-size: 28px;font-weight: bold;}
#list-events .item{
	width: 1000px!important;
	margin: 30px auto;
}

.ihc-product-description:empty {display: none;}
.ihc-product-name{    padding: 17px 12px 10px;}
.ihc-product-price{padding: 9px 5px 0;}



.mailster-form-3 .mailster-wrapper{margin-bottom: 10px!important;}
.mailster-form-3 .mailster-wrapper input:not(.button){background: #fff;color: #666;border: 1px solid #666!important;}
.mailster-form-3 label {display: inline-block; margin-bottom: 0.5rem; }
.mailster-form-3 .submit-button{
	font-size: 16px;
	font-weight: 500;
	background-color: #00A1B0;
	border-radius: 8px 8px 8px 8px;
	padding: 10px 20px;
	color: #fff!important;
	border:0 !important;
	box-shadow: none;
}
.mailster-form-3 .submit-button:hover{background-color: #048693; }


#footer .mailster-wrapper label,
#footer .mailster-submit-wrapper{display: none;}
#footer .mailster-wrapper input{border-radius: 19px!important;}
.bbp_dropdown{ height: 36px!important; }




.w-100{width: 100%!important}
.d-flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%!important;
}
.flex-s-e{
	justify-content: space-between;
}

.flex-j-c{
	justify-content: center;
}
.flex-v-c{
	align-items: center;
}


.text-c{
	text-align: center;
}
.ihc-public-trial-version{display: none	;}


@media (max-width: 990px){
	#page-parceiros .item {width: 45%;}
}

@media (max-width: 767px){
	#page-parceiros .item {width: 100%;}
	#lista-cordenador .col-3,
	#lista-cordenador .col-2{width: 100%;}
	#lista-cordenador .item{min-height: auto;}
}


@media (max-width: 1366px){

}



@media (max-width: 600px){

}