a.logo{
	width: 300px;
	display: block;
}
@media(max-width: 500px){
 a.logo{
    width: 100%;
}
}
header{
	width: 100%;
	padding: 15px 0;
	background-color: #173a6c;
	margin-bottom: 80px;
}
body{
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
h1{
	font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 60px !important;
    color: #173a6c !important;
    margin-bottom: 20px !important;
    display: block !important;
}
h1 span{
	font-weight: 700 !important;
}
h2{
	font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: #173a6c !important;
    margin-bottom: 20px !important;
    display: block !important;
}
h3{
	font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: #173a6c !important;
    margin-bottom: 20px !important;
    display: block !important;
}
form{
	position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
form label{
    font-weight: 500;
    margin-bottom: 10px;
}
form .form-group{
	margin-bottom: 20px;
}
form button{
    background-color: #173a6c;
    border-bottom-style: solid;
    border-color: #173a6c;
    border-left-style: solid;
    border-radius: 3px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}
img{
	width: 100%;
}
iframe{
	margin: 40px 0;
}
footer{
	width: 100%;
	padding: 25px 0;
	background-color: #173a6c;
	margin-top: 80px;
}
footer p{
	color: #fff;
	text-align: center;
	margin: auto;
}
footer a{
	font-weight: 500;
	color: #fff;
	font-style: normal;
    text-decoration: none;
}
.agendar_consultoria{
	color: #2cd697;
    text-decoration: auto;
    border: 2px solid #2cd697;
    border-radius: 6px;
    padding: 10px 18px;
    float: right;
}
.agendar_consultoria:hover{
	background-color: #2cd697;
	color: #fff;
}
header .row{
	display: flex;
    align-items: center;
}