.blog-header{
    width: 100%;
    display: flex;
    
}
.blog-header .box{
    width: 35%;
}
.blog-header .first{
    width: 65%;
}

.blog-header .box .post{
    height: 275px;
    background-size: cover;
    position: relative;
    background-position: 100%;
}
.blog-header .first .post{
    height: 550px;
    background-size: cover;
    position: relative;
    background-position: 100%;
}
.blog-header .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.blog-header .box .c-post{
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.blog-header .box .c-post h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}
.blog-header .first .c-post h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
}
.blog-header .box .c-post p{
    color: #ffffff;
}
.blog-header .box .c-post p img{
    margin: 0 10px;
}
.list-posts{
    display: flex;
    width: 100%;
    margin-top: 30px;
    
}
.list-posts .content-list-post{
    width: 71%;
}
.list-posts .sidebar-posts{
    width: 27%;
    margin-left: 2%;
}
.list-posts .content-list-post .card-post {
    display: flex;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    height: 300px;
    margin-bottom: 30px;
}
.list-posts .content-list-post .img{
    width: 30%;

}
.list-posts .content-list-post .img img{
    width: 100%;
    border-radius: 10px;
}
.list-posts .content-list-post .info-post{
    width: 65%;
    margin-left: 5%;

}
.list-posts .content-list-post .info-post h2{
    font-size: 26px;
    color: #2c5ca9;
    font-weight: bold;
    margin-top: 20px;
    line-height: 33px;
}
.list-posts .content-list-post .info-post  p{
    color: #3f3f3f;
    margin-top: 10px;
}
.list-posts .content-list-post .info-post  p img {
    margin: 0 10px;
}
.list-posts .content-list-post .info-post a{
    color: #ffffff;
    background: #2c5ca9;
    padding: 6px 10px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    
}
.list-posts .content-list-post .card-post:hover{
    -webkit-box-shadow: 5px 5px 15px 5px #BABABA; 
    box-shadow: 5px 5px 15px 5px #BABABA;
}

.box-news{
    background: #2c5ca8;
    display: flex;
    padding:  40px 40px;
    border-radius: 10px;
    margin-bottom: 30px;

}

.box-news h3{
    font-family: 'Ubuntu', sans-serif;
    font-size: 31px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    padding-right: 75px;
}
.box-news p{
    font-size: 18px;
    color: #ffffff;
}
.box-news .text{
    width: 50%;
}
.box-sidebar {
    flex-direction: column;
}
.box-sidebar .text{
    width: 100%;
    text-align: center;
}
.box-sidebar .text h3{
    padding-right: 0;
}
.form{
   
}
.form input[type='submit']{
    color: #ffffff;
    background: #c7c2a2;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border: none;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 10px;
}
.guia{
    background: #e6e4da;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-top: 140px;
    padding: 40px;
}
.guia h3{
    color: #2c5ca8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    display: block;
    line-height: 35px;
    margin: 30px 0;
}
.guia img{
    max-width: 100%;
    margin-top: -135px;

}

.guia a {
    background-color: #2c5ca8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;   
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.mais-lidos{
    margin-top: 50px;

}
.mais-lidos .title-sidedar{
    color: #2c5ca8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: block;
    width: 60%;
    margin: 0 auto;
  
}
.mais-lidos  hr{
    background: #e6e4da;
    width: 100%;
    display: block;
    height: 2px;
    position: relative;
    top: -28px;

    
}
.div-single{

    display: flex;
    
}

.div-single .content-single{
    width: 71%;
    padding-right: 100px;
}
.div-single .content-single h2,.div-single .content-single h2 span{
    color: #2c5ca8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    display: block;
    line-height: 35px;
    margin: 30px 0;
    font-weight: bold!important;
}
.div-single .content-single h3,.div-single .content-single h3 span{
    color: #c7c2a2;
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    display: block;
    line-height: 35px;
    margin: 30px 0;
    font-weight: bold!important;

}
.div-single .content-single  p,.div-single .content-single  p span{
    color: #3f3f3f;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300!important;
}

.div-single .content-single img {
    max-width: 100%;
    height: auto;
}
.div-single .sidebar-posts{
    width: 27%;
    margin-left: 2%;
}
.image-post{
    
    width: 100%;
    height: 480px;
    background-position: center center;
    background-size: 100%;
    margin-bottom: 50px;
    position: relative;

}
.image-post .c-post{
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.image-post .c-post h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
}
.image-post .c-post p{
    color: #ffffff;
}
.image-post .c-post p img{
    margin: 0 10px;
}
.h-100{
    height: 100%;
}
.image-post .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.search .search-wrapper{
    background: #e6e4da;
    position: relative;
    top: -50px;
    padding: 40px 20px;
}
.search input {
    background: transparent;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 1.5rem 1.5rem;
    position: relative;
    font-weight: 500;
    color: #000;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    border-radius: 0;
}
.search .search-icon{
    border: none;
    background: none;
    font-size: 1.5rem;
    position: absolute;
    right: 12px;
    top: 50px;
}
.search input::-webkit-input-placeholder,
.search textarea::-webkit-input-placeholder {
  color: #c8c2a1!important;
}
.search input:-moz-placeholder,
.search textarea:-moz-placeholder {
  color: #c8c2a1!important;
}
.search input::-moz-placeholder,
.search textarea::-moz-placeholder {
  color: #c8c2a1!important;
}
.search input:-ms-input-placeholder,
.search textarea:-ms-input-placeholder {
  color: #c8c2a1!important;
}
.categorias .title-sidebar{
    color: #2c5ca8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: block;
    width: 60%;
    margin: 0 auto;
}
 .categorias .link-categorias ul {
	padding:0;
	width: 60%;
    margin: 50px auto;
    list-style: none;
  
}
 .categorias .link-categorias ul li {
    position: relative;
    text-transform: uppercase;
    line-height: 1.25rem;
    margin: 0 .625rem;
    font-weight: 600;
    text-align: center;
}
.categorias .link-categorias ul li:last-child a{
    border: none!important;
}
 .categorias .link-categorias ul li a {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    color: #c7c2a2;
    padding: .9375rem 1rem;
    background-color: none;
	display: inline-block;
	border-bottom: 1px solid #c7c2a2;
	display: block;
	width: 100%;
}

.box-post{
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.box-post .col-posts{
    width: 350px;
    margin: 0 50px;
}
.box-post .col-posts img{
    max-width: 100%;
    height: 225px;
    object-fit: cover;
    width: 100%;
}
.articles{
    padding: 100px 0;
    background: #f4f4f4;
}
.articles .title{
    color: #2c5ca8;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    display: block;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
}
.articles a{
    color: #3f3f3f;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    display: block;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
   
}
.articles a span{
    display: block;
    margin-top: 30px;
    padding: 0 20px;
}
@media only screen and (max-width: 768px) {
    .div-single{

        padding: 0 20px;
        
    }
    .blog-header{
        flex-direction: column;
    }
    .blog-header .first,.list-posts .content-list-post {
        width: 100%;
    }
    .blog-header .box {
        width: 100%;
    }
    .list-posts .sidebar-posts{
        width: 100%;
        margin: 0;
    }
    .list-posts{
        flex-direction: column;
    }
    .list-posts .content-list-post .card-post{
        flex-direction: column;
        height: auto;
    }
    .list-posts .content-list-post .img{
        width: 100%;
    }
    .list-posts .content-list-post .info-post{
        width: 100%;
        margin: 0;
    }
    .box-news{
        flex-direction: column;
    }
    .box-news .text{
        width: 100%;
    }
    .box-news h3{
        padding: 0;
    }
    .image-post{
        height: 290px;
    }
    .div-single {
        display: flex;
        flex-direction: column;
    }
    .div-single .content-single {
        width: 100%;
        padding-right: 0;
    }
    .div-single .sidebar-posts {
        width: 100%;
        margin-left: 0;
    }
    .search .search-wrapper {
        background: #e6e4da;
        position: relative;
        top: 0;
        padding: 40px 20px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .box-post {
        flex-direction: column;
    }
    .box-post .col-posts {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }

}

#page-blog .category {
    display: inline-block;
    width: 100%;
	margin:0;
	padding: 0;
}
#page-blog .link-category ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: flex-start;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
        padding: 1.5rem 0 0rem 0;
        border-bottom: 1px solid #c7c2a2;
 
	}
#page-blog .category .link-category ul li{
	margin: 0 10px;
    width: 200px;
    padding-bottom: 0;
    position: relative;
    top: 3px;
  
}
#page-blog .category .link-category ul li span {
    font-size: 1.5625rem;
    display: block;
    font-weight: 700;
    color: #000;
    text-align: center;
}

#page-blog .category .link-category ul li:hover  a{

	color: #2c5ca8;
    border-bottom: 5px solid #2c5ca8
}
#page-blog .category .busca {
    width: 100%;
    display: none;
}

.current-cat a{
    color: #2c5ca8!important;
    border-bottom: 5px solid #2c5ca8;
}
#page-blog .category .link-category ul li.active a{
    color: #2c5ca8;
    border-bottom: 5px solid #2c5ca8;
}

.page-template-page-blog .category .link-category ul li.active a{
    color: #2c5ca8;
    border-bottom: 5px solid #2c5ca8;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content{
	width: 100%;
    height: 100%;
}
#busca .content-busca{
	max-width: 730px;
    margin: 0 auto;
}
#busca .content-busca input[type='text']{
	background-color: #009a7c;
	color: #ffffff;
	width: 100%;
	height: 100px;
	padding: 25px;
	font-size: 24px;
}
#busca .input-holder{
	position: relative;
}
#busca .search-icon{
	position: absolute;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #c2d52f;
}
#busca h2{
	font-weight: 600;
    font-size: 26px;
    display: block;
    text-align: center;
    padding: 50px;
}
#busca .posts .link-posts ul li {
	margin-bottom: 12px;
}
#busca .posts .link-posts ul li a{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
#busca .posts .link-posts ul li a img{
	width: 160px;
	height: 120px;
	object-fit: cover;
	margin-right: 25px;
}
#busca .posts .link-posts ul li a p{
	font-size: 24px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0px!important;
    right: 0;
    top: 0;
    color: #2f4841!important;
}

#busca ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
  }
  
  #busca :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
  }
  
  #busca ::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
  }

#page-blog .category .link-category ul li a {
	font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #c7c2a2;
    padding: .9375rem 1.5625rem;
	width: 100%;
	display: block;
	text-align: center;
}
#page-blog .category .fa-search {
    font-size: 30px;
    position: relative;
    top: 46px;
    left: 5px;
}
.btn-all-posts{
    color: #ffffff;
    background: #2c5ca9;
    padding: 12px 10px;
    margin-top: 10px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    margin: 24px auto;
    display: block;
    font-size: 20px;
}
.btn-all-posts:hover{
    color: #ffffff;
}
.wp_pagination{
    text-align: center;

    margin:60px 0;
   

}
.wp_pagination a{
    font-size: 22px;
    text-transform: uppercase;
    color: #e3e0d0;
    margin: 0 10px;
    font-weight: 600;
}
.wp_pagination .current{
    font-size: 22px;
    text-transform: uppercase;
    color:#2c5ca8;
    font-weight: 700;
}
.card-sidebar {
    width: 100%!important;
    height: auto!important;
    border: none!important;
}
.card-sidebar a{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin-bottom: 30px!important;
}
.card-sidebar a img{
    max-width: 100%!important;
    border-radius: 10px!important;
    width: 255px!important;
}
.card-sidebar .desc{
    font-size: 18px;
    color: #2c5ca9;
    font-weight: bold;
    margin-top: 20px;
    line-height: 24px;
    padding: 0 30px
}
