@font-face {
    font-family: "ITC-Officina-Bold";
    src: url(../fonts/ITC-officina-bold.otf);
}

@font-face {
    font-family: "ITC-Officina-Book";
    src: url(../fonts/ITC-officina-book.otf);
}

h1, p {
/* 	font-family: 'ITC-Officina-Book' !important; */
}

img.teste.wp-post-image {
    width: 100%;
    object-fit: cover;
}

section.banner {
    margin-top: 8vh;
}

section.banner .author-img-control {
    border: solid 3px;
    border-color: #002F87;
    border-radius: 100%;
	position: relative;
	top: -77px;
    left: 20px;
	height: 140px;
	width: 140px;
	overflow: hidden;
}

section.banner .author-img-control img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

section.banner p {
    position: relative;
	max-width: 30%;
    top: -120px;
    left: 200px;
/* 	font-family: 'Open Sans', sans-serif; */
}

section.banner p strong {
	font-weight: 700;
}

section.content .container {
	max-width: 83%;
}

section.content .container .col-md-12 {
	display: flex;
    justify-content: space-between;
	padding-bottom: 6vh;
}

section.content .container .col-md-12 .col-md-7 h1 {
	font-weight: bold;
    color: #002F87;
    margin-bottom: 3vh;
/*     font-family: 'Open Sans Condensed', sans-serif; */
    font-size: 8vh;
}

section.content .container .col-md-12 .col-md-7 p {
	font-size: 2.5vh;
}

section.content .container .col-md-12 .col-md-4 a {
    text-decoration: none !important;
}

section.content .container .col-md-12 .col-md-4 .posts-blog .post {
	margin-top: 6vh;
}

section.content .container .col-md-12 .col-md-4 .posts-blog .post img {
	max-width: 100%;
}

section.content .container .col-md-12 .col-md-4 .posts-blog .post p {
	padding: 2vh 0;
	font-size: 2vh;
	color: #000000;
}

section.content .container .col-md-12 .col-md-4 .posts-blog .post .button button {
	color: #FFC629;
	font-weight: bold;
    margin: 0;
    padding: 0;
    border: none;
    transition: none;
/*     font-family: 'Open Sans', sans-serif; */
    font-size: 2vh;
    line-height: 1;
    text-align: center;
    cursor: pointer;
	outline: none;
	background: none;
}


@media screen and (max-width: 1024px) {
	
	section.banner {
		margin-top: 4vh;
	}
	
	section.banner .author-img-control {
		top: -70px;
		left: 30px;
	}
	
	section.banner p {
		font-size: 1.5vh;
	}

	section.content .container .col-md-12 .col-md-7 h1 {
		font-size: 6vh;
	}
	
	section.content .container .col-md-12 .col-md-4 .posts-blog .post p {
		font-size: 2vh;
		line-height: 2.5vh;
	}
}

@media screen and (max-width: 820px) {
	
	section.content .container .col-md-12 {
		flex-direction: column;
	}
	
	section.content .container .col-md-12 .col-md-7 p {
		padding-bottom: 3vh;
		text-align: justify;
	}
	
	.col-md-7 {
		max-width: 100%;
	}
	
	.col-md-4 {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	
	section.banner p {
		top: -70px;
    	left: 120px;
	}
	
	section.banner .author-img-control {
		top: -40px;
		left: 20px;
		height: 80px;
		width: 80px;
	}
	
	section.content .container .col-md-12 .col-md-7 h1 {
		font-size: 4.5vh;
	}
}