.site-details {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.site-logo a img {
	width: 130px;
}
img {
max-width: 100%;
}

@media screen and (max-width: 980px) {
	.menu {
		display: block !important;
	}
	.footer-block {
		margin-bottom: -50px !important;
	}
	.widget-title {
		font-size: 16px !important;
	}
	.widget-title::after {
		top: 34px !important;
	}
}

.widget-title {
		font-size: 16px !important;
	}
	.widget-title::after {
		top: 34px !important;
	}

.menu-search {
    background-color: #205a93;
}
.formulario{
    width: 400px;
    padding: 30px;
    border:1px;
}
.formulario p{
    width: 100%;
    font-size: 1.5em;
	 }
.field{
    width: 100%;
    margin: 14px 0;
}
.field label, 
.field span{
    padding-left: 10px;
    font-size: 1.1em;
    display: block;
    width: 100%;
}
.radiobox label{
    width: auto;
    display: inline-block;
}
input[type=text],
input[type=email],
textarea{
    width: 100%;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #205A93;
    outline: none;
}
input#nao{
    margin-left: 30px;
}
textarea{
    line-height: 20px;
    padding: 10px;
    height: 90px;
    resize: none;
}
input[type=submit]{
    display: block;
	  background-color: #205A93;
    height: 35px;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 100px;
    margin: 1 auto;
    text-align: center;
    border-radius: 15px;
}

.site-info {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    color: #eee;
}

home-logo img {
max-width: 350px;
max-height: 160px;
}
p{
    font-family: poppins !important;
    font-size: 16px !important;
	  font-weight: 300!important;
    }
h2{
	font-family: poppins;
    font-size: 32px;
	  font-weight: 500;
    line-height: 1.5;
	  background-size: #254770;
}
h3 {
	font-family: poppins;
    font-size: 16px;
	  font-weight: 400;
    line-height: 1.5;
	  background-size: #254770;
}
.top-header .social-icons a {
	font-size: 18px !important;
	padding-left: 10px;
}

.li-agenda a .fa-whatsapp::before {
		margin-right: 5px;
}