/* Enter Your Custom CSS Here */

.menu-text {
		font-weight: 600;
		font-size: 18px;
}

.custom-botao {
    background-color: #002167 !important; /* Blue background */
		border-radius: 6px !important; /* Dark grey border */
		color: #fff !important; /* Black text color */
    font-size: 17px!important; /* Size of text */
    padding: 15px 30px !important; /* Distance between text and border */		
}

.custom-botao:hover {
    background-color: #003099 !important; /* White background */
}

.custom-botao1 {
    background-color: #002167 !important; /* Blue background */
		border-radius: 6px !important; /* Dark grey border */
		color: #fff !important; /* Black text color */
    font-size: 17px!important; /* Size of text */
		padding: 15px 40px  !important; /* Distance between text and border */
		min-width: 100%;
}

.custom-botao2 {
    background-color: #002167 !important; /* Blue background */
		border-radius: 6px !important; /* Dark grey border */
		color: #fff !important; /* Black text color */
    font-size: 17px!important; /* Size of text */
    padding: 15px 40px !important; /* Distance between text and border */
		min-width: 50%;
}

#wpforms-2644 .wpforms-submit-container {
    text-align: center;
		padding: 30px 0 0 0;		
}

#wpforms-2076 .wpforms-submit-container {
    text-align: center;
		padding: 20px 0 0 0;		
}

.site-title, .site-title a {
    font-weight: 700;
		font-size: 18px;
}

.widget-title {
		text-align: center;
		background:#002167;		
		font-size: 18px;
		font-weight: 600;
		color: #fff;
}

.link-text {
		font-size: 20px;
		font-weight: 600;
}

div.positivo-on:hover {		
   	transform: translateY(-4px);
}

.positivo-on-footer:hover {		
   	transform: translateY(-4px);
}

.main-navigation ul {
    list-style: none;
    padding-left: 15px;
		padding-right: 15px;
    position: relative;
}