.indexphp{
	min-height: calc(100vh - 257px);
	display: flex;
	flex-direction: column;
}

.index_slider{
	display: flex;
	width: 100%;
	height: 780px;
}

.index_logos{
	display: flex;
	height: 95px;
	max-width: 1180px;
	width: 100%;
	margin: -94px auto 80px;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background: #fff;
}
.index_logos a{margin: 0 auto;}

.index_catalogos{
	margin-bottom: 80px;
}

.catalogos_wrapper{
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

.catalogos_maintitle{
    display: flex;
    font-size: 36px;
    color: #041421;
    line-height: 47px;
    font-family: "Poppins";
    font-weight: bold;
    margin: 0 0 40px;
}

.catalogos_zone{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
}

.catalogos-item-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 500px;
	flex: 1;
	min-height: 100%;
	padding: 8px;
	border-radius: 4px;
}

.catalogos_img_box{
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
	aspect-ratio: 16/9;
	border-radius: 4px;
}

.catalogos-item-card-link:hover .catalogos_img {
	transform: scale(1.05);
}

.catalogos_img {
	transition: transform ease 0.5s;
	transform: scale(1.1);
	object-fit: cover;
}

/* .catalogos_img{
    position: absolute;
    width: 110%;
    height: auto;
} */

.catalogos_info_title{
	font-size: 24px;
	font-family: "Poppins";
	font-weight: bold;
	margin: 16px 0;
	color: #000;
}

.catalogos_info_text{
	font-size: 18px;
	line-height: 24px;

	& a {
		text-decoration: underline;
	}

	& p {
		margin: 0;
	}
}
.catalogos_info_text p{font-family: "Open Sans"}

.catalogos_info_sub{
	font-size: 14px;
	line-height: 19px;
	color: rgba(106,105,105,0.5);
}

.index_numbers{
	display: flex;
	background: #F2F3F3;
	padding: 60px 0 60px;
}

.numbers_wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.numbers_maintitle {
	font-size: 36px;
	line-height: 47px;
	color: #041421;
	font-weight: bold;
	font-family: "Poppins";
	margin-bottom: 56px;
	margin-top: 0;
}

.numbers_zone {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.numbers_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% / 3) - 26px);
    padding: 0 13px;
}

.numbers_box:nth-child(2){
    margin: 0;
}

.numbers_num{
	font-size: 100px;
	line-height: 130px;
	color: #041421;
	font-weight: bold;
	font-family: "Poppins";
}

.numbers_title{
	font-size: 22px;
	line-height: 30px;
	font-family: "Open Sans";
	font-weight: 300;
	color: #000;
	max-width: 60%;
	text-align: center;
}

.index_sobre {
      display: flex;
      padding: 60px 0 114px;
      background: linear-gradient(to right, #0071C5 38%, #F2F3F3 0%)

}

.sobre_title .sobre_missao{
	padding-left: 7%;
}

.sobre_wrapper {
	display: flex;
    justify-content: space-between;
	max-width: 1180px;
	margin: 0 auto;
	width: 75%;
}


.sobre_maintitle h2 {
       font-size: 36px;
       color: #fff;
       max-width: 212px;
}

.sobre_maintitle span {
	font-size: 18px;
	color: #fff !important;
       max-width: 335px;
       width: 100%;
       display: block;
}

.sobre_maintitle a {
	color: #fff !important;
}

.sobre_missao span {
     width: 294px;
     display: block;
}


.sobre_visao span {
    max-width: 290px;
    display: block;
}

.sobre_valores span {
     width: 100px;
     display: block;
}

.sobre_title h2 {
       font-size: 26px;
       color: #0071C5;
}

.sobre_title span {
        font-size: 18px;
	color: #041421;
}


.index_destaques {
	display: flex;
	padding: 60px 0 114px;
}

.destaques_wrapper{
	display: flex;
	flex-direction: column;
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
}

.destaques_maintitle {
	margin: 0 0 70px;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	color: #041421;
	line-height: 47px;
}

.destaques_zone{
	display: flex;
	justify-content: space-between;
}

.destaques_item{
	display: flex;
	max-width: calc((100% / 3) - 26px);
	flex-direction: column;
	background: #F5F6F6;
	margin-right: 39px;
}
.destaques_item:last-child {margin-right: 0;}

.destaques_img{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

.destaques_info_box{
	display: flex;
	flex-direction: column;
	padding: 0 25px;
        background: #F2F3F3;
}

.destaques_date{
	color: #0071C5;
	font-size: 14px;
	font-family: "Poppins";
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 21px;
}

.destaques_text{
	font-size: 18px;
	line-height: 27px;
	font-family: "Open Sans";
	color: #041421;
	margin-bottom: 15px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.destaques_text p{
      margin:0; 
      font-family: "Open Sans";
}

.destaques_readmore{
	font-size: 14px;
	color: #041421;
	line-height: 27px;
	margin-bottom: 31px;
	font-family: "Open Sans";
	text-decoration: underline;
}

.destaques_col {    
    background: #F2F3F3;
    max-width: 372px;
    width: 100%;
}

.evento-posts {
    max-width: 372px;
    width: 100%; 
}

.post-evento-content {
    color: #fff;
}

.evento-itens {
    background: #0071C5 !important;
    display: flex;
    flex-direction: column;
    padding: 0 30px 70px 30px;
}

.evento-itens span {
   font-size: 14px !important;
   font-weight: bold;
   padding-top: 7px; 
}

.tipo_evento {
    background: #041421;
    width: 36%;
    padding: 5px;
    font-weight: bold;    
    text-align: center;
}

.post-evento-content h2 {
    font-size: 18px;
    font-weight: unset;
    color: #fff;
    margin: 0;
    padding: 28px 0 15px 0;
}

.evento-img {
    width: 100%;
    height: 266px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#link-evento {
   text-decoration: underline;
   font-weight: unset;
}


.index_colab{
	display: flex;
        justify-content: end;
	align-items: center;
	background: #041421;
	margin-bottom: 47px
}

.colab_left{
    width: 44%;
    display: flex;
    color: #fff;
    height: calc(100% - 60px);
    padding: 30px 0 0 12px;
}

.colab_right{
    max-width: 100%;
    overflow: hidden;
}

.colab_right img {
    display: block;
}

.colab_wrapper{
    display: flex;
    flex-direction: column;
    max-width: calc(1180px * 0.53);
    margin: 0 50px 0 80px;
    width: 100%;
}

.colab_title{
	font-size: 36px;
	margin-bottom: 40px;
	font-family: "Poppins";
}

.colab_text{
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
	font-family: "Open Sans"
}

.colab_link{
	width: 174px;
	height: 75px;
	display: flex;
	align-items:  center;
	font-size: 18px;
	font-family: "Open Sans";
	text-decoration: underline;
}

.index_footer{
	display: flex;
	background: #f2f2f2;
	margin-left: -2%;
}

.footer_indexwrapper{
	display: flex;
	max-width: 1180px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.footer_indexwrapper ol{
	display: flex;
	padding: 0;
	margin: 0;
}

.footer_indexlink{
	display: flex;
	height: 24px;
	color: #000;
	font-weight: 600;
	font-family: "Open Sans";
	line-height: 24px;
	padding: 0 30px;
	border-right: solid 2px #000;
}
.footer_indexlink:last-child{
	border-right: 0;
}

@media (max-width: 1366px) {
     
    .index_sobre {
       background: linear-gradient(to right, #0071C5 34%, #F2F3F3 0%);   
    }
	
}

@media (max-width: 667px) { 
	.index_slider{
		height: unset; 
		margin-bottom: 36px;
	}
	
	.index_logos{
		max-width: calc(100% - 40px);
		margin: 0 auto 70px;
	    	height: unset;
	}
	
	.index_logos img{
		height: 16px;
	}
	
	.index_catalogos {
		margin: 0;
	}
	
	.catalogos_wrapper, .destaques_wrapper {
		max-width: calc(100% - 40px); 
		margin-bottom: 83px;
	}
	
	.catalogos_item{
		margin-bottom: 34px;
	}
	.catalogos_item:last-child{
		margin: 0;
	}
	
	.index_numbers{
		padding: 43px 0 88px;
	}
	
	.numbers_maintitle, .destaques_maintitle, .catalogos_maintitle{
		max-width: calc(100% - 40px);  
		width: 100%;
		margin-bottom: 30px;
	}
	
	.numbers_wrapper{
		max-width: calc(100% - 40px);
	}
	
	.numbers_zone{
		flex-direction: column;
	}
	
	.numbers_box{
		width: 100%; 
		margin: 0 0 50px
	}
	.numbers_box:last-child{
		margin: 0;
	}
	
	.numbers_title{
		max-width: unset;
	}

        .index_sobre {
             background: linear-gradient(to bottom, #0071C5 34%, #F2F3F3 0%);
		padding-bottom: 60px !important;
        }
	
	.sobre_wrapper {
	       margin: auto 20px !important;
		flex-direction: column;
	}

	.sobre_ctc {
		    margin-bottom: 70px;
       }

       .sobre_maintitle span {
           max-width: 362px !important;

       }
        
	.sobre_missao, .sobre_visao, .sobre_valores {
		margin-bottom: 30px;
		padding-left: 0 !important;
        }

        .sobre_missao span, .sobre_visao span, .sobre_valores span {
		    width: 100% !important;
			max-width: unset !important;
			margin-bottom: 30px;
        }

      .sobre_missao img {
                 padding-top: 60px;
	}

	.sobre_valores span {
	       width: 288px !important;
	}

	.index_destaques{
		position: relative;
		min-height: 482px;
             padding: 60px 0 0 !important;
	}	
	
	.destaques_item{
		margin-right: 0;
		max-width: 100%;
		background: UNSET;
		display: none;
	}

	.destaques_active{
		display: flex;
	}
	
	.destaques_navigation{
		display: flex;
		max-width: calc(100% - 40px;)
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	
	.destaques_navigationlink{
		display: flex;
		background:#D8D8D8;
		border: solid 1px #979797;
		height: 14px;
		border-radius: 50%;
		width: 14px;
		margin-right: 10px;
	}
	.destaques_navigationlink:last-child{
 		margin-right:0;
	}
	
	.destaques_navactive{
		background: #0071C5;
		border: solid 1px #0071C5;
	}

        .destaques_zone{
     		flex-direction: column;
        }

        .destaques_col {
              margin-bottom: 20px;
        }

        .sobre_title h2, .sobre_ctc h2 {
            margin: 10px 0 !important;
       }

	.colab_left{
		max-width: calc(100% - 40px);
		width: 100%;
		margin: 0 auto;
	}
	
	.colab_wrapper{
		max-width: 100%;
		margin: 0;
		padding: 56px 0 100px;
	}
	
	.colab_title{
		margin-top: 0;
	}
	
	.colab_text{
		line-height: 24px;
	}

	.colab_right img {
		display: none;
}
