/*Template Name: Crossway - Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Crossway - Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, startup, business, company, corporate, creative
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - About        			   */
/*   05 - Features                 */
/*   06 - FAQs		               */
/*   07 - Clients                  */
/*   08 - Call to Action           */
/*   09 - Footer         		   */
/*   10 - Scroll to Top	   		   */
/*   11 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/


@font-face {
	font-family: montserrat;
	src: url(../fonts/Montserrat-Regular.ttf)
}

h1, h2, h3, h4, h5, h6, p, a, li, label{
	font-family: montserrat !important;
}


#preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: #fff;
}

#status {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
}

#content-wrapper {
	margin-top: 65px;
}

/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.intro-parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
}

#intro {
	background-image: url(../img/construtora-olfer-apartamentos-guarulhos.jpg);
	background-repeat: repeat;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#features {
	background-image: url(../img/parallax_bg/features_bkg.jpg);
}

#call-to-action {
	background-image: url(../img/parallax_bg/call_to_action_bkg.jpg);
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 40px;
}

.titlebar h1 {
	color: #000;
	font-weight: 300;
	margin-top: 0;
	text-align: center;
	margin-bottom: 5px;
}

.titlebar p {
	color: #666;
	font-size: 18px;
	text-align: center;
	margin-top: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 6px 15px 10px;
}

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {
	background-color: #fff;
	height: 100px;
	padding-top: 16px;
}

.navbar-nav>li>a {
	color: #454545;
	display: block;
	padding: 0 12px;
	margin-top: 13px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.selected-nav {
	background: #454545;
	color: #f0f0f0;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
	position: relative;
	float: right;
	padding: 10px;
	margin: 12px 30px 12px 0;
	background-color: none;
	border: 2px solid #444;
}

.navbar-toggle .icon-bar {
	background-color: #444;
	height: 2px;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

#intro {
	padding-top: 200px;
	padding-bottom: 200px;
	color: #fff;
}

/*------------------------------------------*/
/*	  Intro Section Description
/*------------------------------------------*/

#intro_description h1 {
	font-size: 35px;
	margin-bottom: 40px;
}

.intro_feature {
	margin-bottom: 20px;
}

.intro_feature h4 {
	font-weight: 600;
}

.intro_feature i {
	margin-right: 5px;
}

.intro_feature p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 25px;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
	margin-top: 60px;
}

/*------------------------------------------*/
/*	  Register Form
/*------------------------------------------*/

#intro_form {
	padding-left: 100px;
}

.form_register {
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	background: #e3b200;
	margin: 0 auto;
	padding: 81px 40px 80px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
}

.form_register h2 {
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	height: 46px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #222;
	background: #FFF;
	min-width: 290px;
}

input[type="text"],
input[type="email"],
textarea {
	color: #444;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.form_register textarea {
	min-height: 140px;
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 13px;
	margin-bottom: 20px;
}



/* ==========================================================================
   04. ABOUT
   ========================================================================== */

#about-1 {
	padding-top: 100px;
	padding-bottom: 0px;

}

#about-2,
#about-3 {
	padding-top: 100px;
	background: #f7f7f7;
	padding-bottom: 100px;
}

#about-1 .titlebar {
	margin-bottom: 30px;
}

#about-1 h4,
#about-2 h4,
,
#about-3 h4 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 22px;
}

/*------------------------------------------*/
/*	  About-1 Text
/*------------------------------------------*/

#about-1-text {
	padding-right: 35px;
}

/*------------------------------------------*/
/*	  Accordion
/*------------------------------------------*/

#accordion_holder {
	margin-top: 40px;
}

.accordion {
	margin-bottom: 40px;
}

#text_1,
#text_2,
#text_3,
#text_4 {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 3px 0;
	cursor: pointer;
}

.accordion a {
	color: #666;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 40px 10px 15px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background: rgba(170, 170, 170, 0.15) url(../img/icons/open.png) no-repeat center right;
}

.accordion li.active>a {
	background: rgba(170, 170, 170, 0.15) url(../img/icons/close.png) no-repeat center right;
	color: #151515;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  Accordion Answer
/*------------------------------------------*/

.accordion li div {
	background: #fff;
	line-height: 22px;
	padding: 10px 10px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	float: left;
}

/*------------------------------------------*/
/*	 Video Holder
/*------------------------------------------*/

#video_holder p,
#video_holder2 p {
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/

.video-block {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 20px;
	margin-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*------------------------------------------*/
/*	 About-2 Text
/*------------------------------------------*/

#about-2-text,
#about-3-text {
	padding-left: 60px;
}

/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/

#quote_holder {
	margin-top: 40px;
}

.quote-text {
	background: rgba(170, 170, 170, 0.15);
	border-left: none;
	color: rgba(85, 94, 106, 0.8);
	font-style: italic;
	line-height: 25px;
	margin: 0 0 30px 0;
	padding: 26px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
	-moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
	box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
	border: 14px solid transparent;
	z-index: 3;
	border-top-color: #f2f2f2;
	top: auto;
	right: auto;
	bottom: -28px;
	left: 30px;
}

.quote-text:after {
	border: solid 14px transparent;
	z-index: 2;
	border-width: 18px;
	border-top-color: rgba(182, 196, 209, 0.3);
	top: auto;
	right: auto;
	bottom: -36px;
	left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
}

.quote-text a {
	color: #8c989e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.quote-text a:hover {
	text-decoration: none;
}

.flexslider .slides img {
	float: left;
	margin-right: 15px;
	margin-left: 6px;
	width: 75px;
	box-shadow: 0 0 5px rgba(140, 140, 140, 0.8);
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
}

.quote-author {
	display: inline-block;
	font-size: 13px !important;
	line-height: 65px !important;
}



/* ==========================================================================
   05. FEATURES
   ========================================================================== */

#features {
	padding-top: 100px;
	padding-bottom: 60px;
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
	background-color: #666;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 10px;
	border-radius: 30px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 70px;
}

.feature-box-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}



/* ==========================================================================
   06. FAQs
   ========================================================================== */

#faq,
#faq2 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	  FAQs Titlebar
/*------------------------------------------*/

#faq .titlebar,
#faq2 .titlebar {
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
	margin-bottom: 20px;
}

.question h4 {
	font-weight: 600;
}

.question p {
	color: #666;
	font-family: 'Lato', sans-serif;
}



/* ==========================================================================
   07. CLIENTS
   ========================================================================== */


#clients {
	padding-top: 100px;
	background: #f7f7f7;
	padding-bottom: 100px;

}

#clients-titlebar {
	position: relative;
}

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}

.customNavigation .btn {
	padding: 4px 10px;
}

.customNavigation i {
	font-size: 20px;
	color: #fff;
}



/* ==========================================================================
   08. CALL TO ACTION
   ========================================================================== */

#call-to-action {
	padding-top: 100px;
	padding-bottom: 100px;
}

#call-to-action h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	padding: 0 15%;
	margin-bottom: 15px;
}

#call-to-action p {
	color: #fff;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0 10%;
	margin-bottom: 30px;
}


/* ==========================================================================
   09. FOOTER
   ========================================================================== */

#footer {
	background-color: #1A1E23;
	padding: 80px 0px 80px 0px;
}

/*------------------------------------------*/
/*	 Footer Navigation Menu
/*------------------------------------------*/

.footer-nav li {
	float: left;
	padding: 5px 10px 10px;
}

.footer-nav li a {
	color: #999;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.footer-nav li a:hover {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/

#footer_copy p {
	color: #666;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-left: 10px;
}

#footer_copy p span {
	color: #2cb740;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
	margin: 3px 0;
}

.footer-socials {
	display: inline-block;
	padding-left: 4px;
}

.footer-socials li {
	float: left;
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	line-height: 70px;
}

.foo_social {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #1A1E23;
	font-size: 20px;
	line-height: 40px;
	margin: 0 5px;
	background-color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.foo_social1 {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	margin: 18px 4px;
	background-color: #454545;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {
	background-color: #3b5998;
	color: #f8f8f8;
}

.ico-twitter:hover {
	background-color: #00a9ed;
	color: #f8f8f8;
}

.ico-google-plus:hover {
	background-color: #cd1111;
	color: #f8f8f8;
}

.ico-linkedin:hover {
	background-color: #015886;
	color: #f8f8f8;
}

.ico-dribbble:hover {
	background-color: #d92d84;
	color: #f8f8f8;
}

.ico-instagram:hover {
	background-color: #beb3a8;
	color: #f8f8f8;
}

.ico-pinterest:hover {
	background-color: #ac281a;
	color: #f8f8f8;
}

.ico-dropbox:hover {
	background-color: #008ad2;
	color: #f8f8f8;
}

.ico-skype:hover {
	background-color: #00a9ed;
	color: #f8f8f8;
}

.ico-youtube:hover {
	background-color: #cd1b20;
	color: #f8f8f8;
}

.ico-tumblr:hover {
	background-color: #3a5976;
	color: #f8f8f8;
}

.ico-vimeo:hover {
	background-color: #00adee;
	color: #f8f8f8;
}

.ico-flickr:hover {
	background-color: #d2d2d2;
	color: #f8f8f8;
}

.ico-github:hover {
	background-color: #222;
	color: #f8f8f8;
}

.ico-renren:hover {
	background-color: #364a83;
	color: #f8f8f8;
}

.ico-vk:hover {
	background-color: #3b5998;
	color: #f8f8f8;
}

.ico-xing:hover {
	background-color: #015f5e;
	color: #f8f8f8;
}

.ico-weibo:hover {
	background-color: #be4443;
	color: #f8f8f8;
}

.ico-rss:hover {
	background-color: #ff6600;
	color: #f8f8f8;
}

/*------------------------------------------*/
/*	 Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
	margin: 5px auto 0;
	position: relative;
	z-index: 10;
	width: 100%;
}

#newsletter_form p {
	color: #666;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	text-align: center;

}

#newsletter_form p span {
	color: #428bca;
}

.subscribe-input {
	width: 68%;
	height: 47px;
	background-color: #aaa;
	color: #ddd;
	font-size: 14px;
	font-weight: 300;
	padding-left: 10px;
	border: none;
}

.subscribe-submit {
	width: 32%;
	height: 47px;
	background: #383e46;
	color: #fff;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	cursor: pointer;
	outline: 0;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
	outline: 0;
}

.subscribe-submit:hover {
	background: #428bca;
}



/* ==========================================================================
   10. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(123, 123, 123, 0.65);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}

#scrollUp:hover {
	background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {
	display: none;
}



/* ==========================================================================
   11. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */

#form_response {
	margin: 50px auto;
}

#form_response .img-responsive {
	display: inline-block;
}

.logo-casa-verde {
	width: 110px;
	height: 110px;
}

.img-residencial-gaia {
	padding-bottom: 30px;
}

#form_response h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

/* Alterações no thema Art Seven*/

#botao {
	width: 100%;
	background: #2cb740;
	color: #fff;
	padding: 10px;
	font-size: 15px;
}

#botao:hover {
	background: #41c97f;
	color: #fff;
	transition: 0.3s;
	-webkit-box-shadow: 0px -1px 41px -1px rgba(65, 201, 127, 1);
}

#botao {
	transition: 0.3s;
}

.descricao {
	font-size: 18px;
}

::-webkit-input-placeholder {
	color: #fff;
}

#intro_description {
	background: rgba(0, 0, 0, 0.3);
	padding: 55px;
}

a.whats {
	background: #2CB740;
	color: #fff !important;
}

a.whats-contato {
	background: #2cb740;
	padding: 15px;
	color: #fff;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {

	img.logoolfer {
		width: 180px;
	}

}

#botao-saiba-mais-apto {
	justify-content: center;
	display: flex;
	margin-top: 50px;
}

/* botão whats flutuante*/

.wc_whatsapp_app {
  position: fixed;
  bottom: 30px;
  z-index: 9999999999;
  display: flex;
  align-items: center;
}
.wc_whatsapp_app:before {
content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #25d366;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.wc_whatsapp_app.left {
  left: 30px;
}
.wc_whatsapp_app.right {
  right: 30px;
}
.wc_whatsapp {
  z-index: 10;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
}
.wc_whatsapp:hover,
.wc_whatsapp:focus {
  box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.2);
  background: #179345;
}
.wc_whatsapp::before {
content: "";
  display: block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='icon' data-icon='whatsapp' class='svg-inline' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23fff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3e%3c/path%3e%3c/svg%3e")
    top center no-repeat;
  height: 30px;
  margin-top: 15px;
}

.wc_whatsapp_secondary {
  width: 165px;
  position: absolute;
  right: 75px;
  text-align: center;
}
.wc_whatsapp_secondary p {
  text-transform: uppercase;
  margin-left: 15px;
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  position: relative;
  color: #263b50;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  background: #fff;
}
.wc_whatsapp_secondary p::before {
  left: auto;
  content: "";
  position: absolute;
  background: white;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* botão whats flutuante FIM*/

/*Politica de privacidade*/
.fixed {
	position: fixed;
	will-change: transform;
  }
  
  .fixed--bottom {
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  a {
	color: inherit;
  }
  
  .cookie-disclaimer button {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
  }
  
  .cookie-disclaimer .button {
	border-style: solid;
	border-width: 0.0625em;
	padding: 0.5em 1em;
	position: relative;
  }
  
  .button::after {
	background-color: inherit;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	z-index: 9000000000  !important;
  }
  
  .button:focus::after,
  .button:hover::after {
	opacity: 1;
  }
  
  /* modules/cookie-disclaimer.css */
  
  .cookie-disclaimer {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: inherit;
	font-size: 1.5rem;
	opacity: 0;
	padding: 12px;
	padding: 0.75rem;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
	  z-index: 9000000000 !important;
  }
  
  .cookie-disclaimer.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
  
  .cookie-disclaimer :first-child {
	margin-top: 0;
  }
  
  .cookie-disclaimer :last-child {
	margin-bottom: 0;
  }
  
  /* modules/media.css */
  
  .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .media-center {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .media-object--left {
	margin-right: 1em;
  }
  
  .media-object--right {
	margin-left: 1em;
	-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
			order: 1;
  }
  
  .media-body {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
  }
  
/*politica de privacidade fim*/



/* Fim das alterações no thema, Art Seven*/