@font-face { font-family: adero; src: url("../fonts/AderoTrial-Regular.otf");}
@font-face { font-family: adero600; src: url("../fonts/AderoTrial-SemiBold.otf");}
@font-face { font-family: adero500; src: url("../fonts/AderoTrial-Medium.otf");}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
}

.titulo h1,
.titulo h2,
.titulo h3,
.titulo h4,
.titulo h5,
.titulo h6{
	font-family: "adero", sans-serif !important;
}
.texto h2{
	font-family: "adero600", sans-serif !important;
}
.btn-ac a, .texto2 p, .btn-home a, .text-home p{
	font-family: "adero500", sans-serif !important;
}
.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}
.mt-50{
	margin-top: 50px;
}
.mr-md-50 {
 margin-right: 50px;
}
.justify-content-md-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}
.col-md-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-md-12{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0 40px;
}
.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.gallery-item .item-img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    /* -webkit-backface-visibility: hidden; */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gallery-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home-blog .box {
    background: #f0f0f0;
    border-radius: 9px;
    height: 100%;
}
.home-blog .gallery-item {
    border-radius: 9px;
}
.home-blog .text {
    padding: 10px 15px;
}
.home-blog h4 {
	font-family: "Poppins", Sans-serif;
    color: #636173;
    font-size: 18px;
}
.home-blog p {
    font-family: "Poppins", Sans-serif;
    color: #636173;
	font-size: 15px;
}
.home-blog .gallery-item.gallery-style-8 .item-img {
    opacity: 1;
}
.home-blog .item-img {
    border-radius: 9px;
    width: 100%;
    height: 246px;
    object-fit: cover;
    object-position: top center;
    display: block;
    margin: 0 auto;
}
.sidebar {
    padding: 15px;
    background: #f0f0f0;
    border-radius: 8px;
}
.sidebar h3 {
    position: relative;
    font-size: 23px;
    font-family: "Poppins", Sans-serif;
    color: #636173;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}
.sidebar h3::before {
    content: "";
    position: absolute;
    background: #636173;
    bottom: -8px;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.sidebar .media-box:not(:last-child) {
    padding-top: 0px;
    margin-top: 0;
    border-bottom: 1px solid #561c11;
    padding-bottom: 14px;
}
.text-center {
    text-align: center;
}
.mb-20 {
    margin-bottom: 20px;
}
.sidebar p {
    font-family: "Poppins", Sans-serif;
    color: #636173;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.form-inline > .form-group {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 150px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: inherit;
    line-height: 1.5;
    color: inherit;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border-style: solid;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.sidebar_form .btn {
    padding: 4px 10px;
    background: #f0f0f0;
}
.sidebar_form .form-control {
    padding: 7px 20px;
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #000;
}
.form-inline > .btn-link, .form-inline > .btn-link:hover {
    text-decoration: none;
    border-width: 0;
}
#artigos{
   padding: 75px 0px;
}
#page-top{
  padding: 75px 0px;
  background: #a9897b;
}
#page-top h1{
	font-family: "adero", sans-serif !important;
    font-size: 39px;
    font-weight: 900;
    color: #526D8F;
}

/*===========================
   wordpress
=============================*/
.wpusb-title {
    font-size: 14px;
    color: #14142b;
    display: inline-block;
    padding-right: 20px;
}
#artigos{
  font-family: "Poppins", Sans-serif;
  color: #636173;
}
#artigos hr{
  border-color: #636173;
}
#artigos .size-full{
  width: 100% !important;
  margin: 0 auto;
  display: block;
}
blockquote {
  background: #f6f6f6;
  padding: 35px;
  border-radius: 25px;
  margin: 0px;
  margin-bottom: 30px;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 4.4em;
  font-weight: 700;
  color: #88865a;
}
#artigos h1{
  font-size: 42px;
  color: #636173;
  margin-bottom: 20px;
}
#artigos h2{
  font-size: 34px;
}
#artigos h3{
  font-size: 24px;
}
#artigos h4{
  font-size: 25px;
}
#artigos h5{
  font-size: 14px;
}
#artigos h6{
  font-size:10px;
}
#artigos p{
  font-size: 15px;
}
img, svg {
    height: auto;
    max-width: 100%;
}
img.alignleft, img.alignright {
    float: none;
    margin: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  width: auto !important;
    height: auto !important;
}

img.alignleft, img.alignrig{
  margin: 0;
}
.alignleft {
    display: inline;
}




@media (max-width: 800px) {
.col-md-3,
.col-md-4,
.col-md-7,
.col-md-6 {
    -ms-flex: 0 0 90%;
    -webkit-box-flex: 0;
    flex: 0 0 95%;
    max-width: 95%;
}
.row {
    margin-right: 0;
    margin-left: 0;
}	
.mr-md-50 {
    margin-right: 0px;
}
.sidebar {
    margin-bottom: 30px;
}
}