html, body {
	background: #f9f9f9;
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

/* Whatsapp */

.whatsapp-button {
	position: fixed;
    background-color: #4dc247;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    cursor: pointer;
	right: 20px;
	bottom: 20px;
	padding: 1px;
	z-index: 1;
}

.whatsapp-button-right {
    float: right;
}

.whatsapp-button .fa-whatsapp {
	color: #fff;
    z-index: 10;
}

.whatsapp-message-right {
    display: none;
    z-index: 1;
}

.whatsapp-button-position {
    position: fixed;
    bottom: 20px;
    z-index: 10;
}

.whatsapp-button-position-right {
    right: 20px;
}

.whatsapp-button:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

@media (min-width: 768px){
    #whatsapp-link:hover>div.whatsapp-message{
        position:fixed;
        font-size:14px;
        border:1px solid #e2e2e2;
        margin-right:70px;
        padding:4px 9px 6px 9px;
        border-radius:4px;
        color:#333;
        background:white;
        bottom:25px;
		right: 20px;
        box-shadow:2px 2px 5px rgba(0,0,0,0.2);
        white-space:nowrap;
        display:block;
        -webkit-animation-name:whatsapp-button;
        -moz-animation-name:whatsapp-button;
        -o-animation-name:whatsapp-button;
        animation-name:whatsapp-button;
        -webkit-animation-duration:.3s;
        -moz-animation-duration:.3s;
        -o-animation-duration:.3s;
        animation-duration:.3s;
        -webkit-animation-fill-mode:forwards;
        -moz-animation-fill-mode:forwards;
        -o-animation-fill-mode:forwards;
        animation-fill-mode:forwards
    }
    @-webkit-keyframes whatsapp-button{
        0%{
            opacity:0;
            display:none;
            margin-left:55px;
            margin-right:55px
        }
        to{
            opacity:1;
            display:block;
            margin-left:70px;
            margin-right:70px
        }
    }
    @-moz-keyframes whatsapp-button{
        0%{
            opacity:0;
            display:none;
            margin-left:55px;
            margin-right:55px
        }
        to{
            opacity:1;
            display:block;
            margin-left:70px;
            margin-right:70px
        }
    }
    @-o-keyframes whatsapp-button{
        0%{
            opacity:0;
            display:none;
            margin-left:55px;
            margin-right:55px
        }
        to{
            opacity:1;
            display:block;
            margin-left:70px;
            margin-right:70px
        }
    }
    @keyframes whatsapp-button{
        0%{
            opacity:0;
            display:none;
            margin-left:55px;
            margin-right:55px
        }
        to{
            opacity:1;
            display:block;
            margin-left:70px;
            margin-right:70px
        }
    }
}


.wpcf7-form{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    /*padding: 40px 30px 20px;*/
    background-color: #fff;
    /*border-radius: 6px;
    box-shadow: -2px 2px 6px 1px rgba(0,0,0,.05);
    box-sizing: border-box;*/
}

.wpcf7 .wpcf7-submit {
    font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 26px;
	display: block;
	font-weight: 600;
	font-size: 15px;
	margin-top: 4px;
	background-color: #78368c;
	border-radius: 5px !important;
	border: 2px solid transparent;
	width: 150px;
	text-align: center;
	margin: 0 auto;
}

.wpcf7 .wpcf7-submit:hover {
    background: #ffb400;
	color: #fff;
    transition: all 0.4s ease 0s;
}

.wpcf7-form input {
    border: 1px solid #dadada;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 50px !important;
    outline: medium none;
    padding-left: 20px;
    width: 100% !important;
    border-radius: 5px;
    margin-bottom: 10px;
}

.wpcf7-form #checkbox input {
    border: 1px solid #dadada;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 18px;
    outline: medium none;
    padding-left: 20px;
    width: 20px;
}

.wpcf7-form textarea {
    border: 1px solid #dadada;
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    max-height: 180px !important;
    max-width: 100%;
    min-height: 140px !important;
    outline: medium none;
    padding: 12px 20px;
    resize: none;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.wpcf7-form select {
    border: 1px solid #dadada;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    max-width: 100%;
    outline: medium none;
    padding: 12px 20px;
    resize: none;
    width: 100%;
    border-radius: 5px;
}

.wpcf7-form span {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
	font-size: 13px;
	color: #9d9d9e;
}

.wpcf7-form input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.wpcf7-form input[type=radio] {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.wpcf7-form .wpcf7-list-item-label {
    color: #454545;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}


a {
	transition: linear 0.2s;
	color: #3d2159;
}

a:hover {
	transition: linear 0.2s;
	text-decoration: none;
	color: #3d2159;
}

.page {
	margin-bottom: 0px !important;
}
.entry-content {
	margin-top: 0px;
}
ul.dropdown-menu li > ul.dropdown-menu {
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu {
	display: block
}

.cinzel {
	font-family: 'Cinzel Decorative', cursive;
}

.header-info {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.2;
}

/*
.header-info .logo img {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	-webkit-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
}
*/

.header-info .col-md {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	margin: 0 5px;
}

.header-info .row{
	align-items: center;
}

.header-info i {
	font-size: 42px;
	color: #ffb400;
	float: left;
	height: 42px;
	width: 57px;
	border-right: 1px solid rgba(0,0,0,.1);
}

.header-info .title-info {
	margin-left: 15px;
	font-weight: 500;
	font-size: 16px;
}

.header-info .subtitle-info {
	margin-left: 15px;
	font-weight: 300;
	font-size: 14px;
	color: #999;
}

ul.nav {
	margin: 0px;
}

.navbar {
	padding: 0px;
}

.navbar.bg-evoluir {
	background: #3b1d57;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 15px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
	background: #8845c8;
	font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background: #8845c8;
	font-weight: 500;
}

.navbar-light .navbar-nav .nav-link::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.mburger b {
	color: #fff;
}

.box-service {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-content: center;
}

.service-title {
	display: flex;
	flex: 11;
	background: #ffb400;
	padding: 10px 25px;
	font-weight: 700;
	color: #3b1d57;
	font-size: 20px;
	width: 100%;
}

.service-btn {
	display: flex;
	flex: 1;
	padding: 10px 15px;
	background: #3b1d57;
	color: #fff !important;
	font-size: 20px;
	justify-content: center;
	align-content: center;
}

.owl-prev, .owl-next {
	background: #3b1d57 !important;
	color: #fff !important;
	font-size: 20px !important;
	width: 24px;
}

.servico:hover .service-title {
	transition: 0.2s;
	background: #3b1d57;
	color: #fff !important;
}

.servico:hover .service-btn {
	transition: 0.2s;
	background: #ffb400;
	color: #3b1d57 !important;
}

.servico {
	width: 100% !important;
	padding: 5px;
}

.servico .elementor-column {
	width: auto !important;
}

.owl-theme .owl-nav {
	display: none;
}

.posts-widget {
	overflow: hidden;
	position: relative;
}

.posts-widget .post-custom {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	padding: 0;
	margin: 0 15px;;
	border: 1px solid #e5e5e5;
}

.posts-widget .post-thumb {
	border-bottom: 5px solid #ffb400;
	position: relative;
	overflow: hidden;
}

.posts-widget .post-thumb img {
	transition: linear 0.2s;
}

.posts-widget .post-content {
	position: relative;
	padding: 1em 1.5em;
}

.posts-widget .post-link a {
	background: #3b1d57;
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.posts-widget .post-title {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 10px;
}

.posts-widget .post-excerpt {
	font-size: 16px;
	color: #999;
}

.posts-widget .post-date {
	font-size: 12px;
	color: #999;
	margin-top: 35px;
	margin-bottom: 15px;
}

.posts-widget .post-date i {
	font-size: 14px;
}

.posts-widget .post-thumb img:hover {
	transform: scale(1.1);
	transition: linear 0.2s;
}

.posts-widget .post-link a:hover {
	background: #ffb400;
	color: #3b1d57;
}

.posts-widget .post-custom:hover .post-thumb {
	border-bottom: 5px solid #3b1d57;
}

.posts-widget .post-custom:hover .post-thumb img {
	transform: scale(1.1);
	transition: linear 0.2s;
}

.posts-widget .post-custom:hover .post-link a {
	background: #ffb400;
	color: #3b1d57;
}

.posts-widget .post-custom:hover .post-title {
	color: #3b1d57;
}

.posts-widget .post-custom:hover .post-excerpt {
	color: #333;
}

.posts-widget .post-custom:hover .post-date {
	color: #333;
}

#secondary .widget {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	-webkit-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
}

#secondary .widget .widget-title {
	color: #57317e;
}

#secondary .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary .widget ul li {
	padding: 10px;
	margin: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

#secondary .widget ul li:last-child {
	border: 0px;
}

#secondary .widget ul li a {
	color: #57317e;
}

#secondary .widget ul li a:hover {
	opacity: .75;
}

#secondary .widget ul li a::before {
	content: "» ";
}

.searchsubmit {
	position: absolute;
	right: 0px;
	top: 0px;
    background: #57317e;
    padding: 0px 15px;
	height: calc(1.5em + .75rem + 2px);
    color: #fff;
	border: 0px;
}

.searchsubmit:hover {
	opacity: .75;
}

#comments .submit {
	background: #57317e;
	border: 0px;
	padding: 10px 20px;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

#comments .submit:hover {
	opacity: .75;
}

#comments input[type=text],
#comments input[type=email],
#comments input[type=url] {
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	padding: 0 10px;
}

#comments textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	padding: 10px;
}

article.post {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	-webkit-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
}

.site-main nav.navigation {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	-webkit-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
}

#comments {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px;
	-webkit-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
	box-shadow: 0px 6px 2px -4px rgba(0,0,0,0.05);
}

.post .entry-meta {
	color: #555;
	font-size: 12px;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.post .entry-title{
	color: #57317e;
	font-size: 30px;
	margin-bottom: 1em;
}

.post .btnSaiba {
	margin-top: 30px;
	margin-bottom: 10px;
}

.post .btnSaiba a {
	background: #57317e;
	padding: 10px 20px;
	color: #fff;
}

.post .btnSaiba:hover {
	opacity: .75;
}

.site-footer {
	margin-top: 30px;
	padding-top: 70px;
	padding-bottom: 30px;
	background: #1c0e29;
	color: #fff;
	font-weight: 300;
}

.site-footer .col1 img {
	margin-bottom: 15px;
}

.site-footer .title {
	font-size: 18px;
	font-weight: 900;
	margin-top: 25px;
}

.site-footer .inputText {
	background: #2a2232;
	padding: 20px 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin: 5px 0;
	border-radius: 0px !important;
	border: 0px;
}
.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="range"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="color"]:focus,
.site-footer textarea:focus {
	color: #fff !important;
}

.site-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.site-footer ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.site-footer :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.site-footer :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.site-footer .btnCadastrarNews {
	margin-top: 10px;
	padding: 15px 25px;
	background: #3d2159;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	border: 0px;
	border-radius: 0px;
}

.site-footer .btnCadastrarNews:hover {
	opacity: .9;
}

.site-footer .col3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.site-footer .col3 p {
	margin: 0px;
}

.site-footer .col3 .icon {
	float: left;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 1px;
}

.site-footer .col3 .content-li {
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
}

.site-footer .col3 a {
	color: #fff;
}

.site-footer .col3 li {
	clear: both;
}

.copy {
	background: #2a2232;
	padding: 15px;
	text-align: center;
	color: #b1a8b9;
	font-size: 12px;
}

@media all and (max-width: 992px){
	.logo {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 768px){
	.header-info .col-md {
		justify-content: center;
    	align-items: center;
    	display: flex;
		width: 100%;
		margin: 5px;
	}
}

/* Remove Animate,css -> Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}