﻿/*-----------------------------------------------------------------------------------*/
/*-------------------------------HOME.CSS--------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* BLOCO SLIDESHOW
------------------------------------------------------*/
.slideshow {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-bottom: 50px;
	padding: 0;
}

.slideshow .swiper-slide {
	/*height: 82vh;*/
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideshow .swiper-slide a {
	background-color: rgba(0,0,0,0.1);
	display: block;
	height: 100%;
}

.slideshow  .swiper-button-prev:after,
.slideshow  .swiper-button-next:after {
	opacity: 0.80;
	font-size: 3em !important;
	text-shadow: 0 3px rgb(0 0 0 / 90%) !important;
}

.slideshow .swiper-pagination-bullet {
	background:rgba(255,255,255,0);
	border: 2px solid rgba(243,227,206,1.00);
	box-shadow: 0 1px 4px 1px rgba(0,0,0,0.5);
	width: 20px;
	height: 20px;
	opacity: 1;
}

.slideshow .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(230,119,73,1.00);
	border: 2px solid rgba(230,119,73,1.00);
}

.slideshow .swiper-pagination {
	margin-bottom: 0px;
	bottom: 0;
	position: absolute;
}

.slideshow .over {
	display: none;
}

/* BLOCO FLOAT
------------------------------------------------------*/
.float { 
	position:fixed;
	bottom:5vh;
	right:15px;
	font-size:30px;
	transition:all ease-in-out 0.2s;
	font-family: 'Open Sans', sans-serif;
	z-index: 500;		
}

.float a {
	color:rgba(255,255,255,1.00); 
	background-color: rgba(7,188,76,1.00);
	padding: 5px 15px;
	display: block;
	float: left;
	text-align: center;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	position: relative;
}

.float a::before {
	content: 'Você pode falar conosco no WhatsApp e iremos te ajudar!';
	text-align: right;
	width: 160px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	right: 65px;
	top: -60px;
	padding: 1em;
	background-color: rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.4);
	border-radius: 10px 10px 0 10px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	z-index: -1;
	display: none;
}

.float a:hover::before {
	display: inline-block;

}

.float a:hover {
	background-color: rgba(0,113,55,1.00);
}

.float:hover {
}

/* HOME -ABOUT US
------------------------------------------------------*/
.home-about-us {
	margin: 0;
	padding: 3em 0 6em;
	background-color: rgba(229,224,216,1.00); /* ORIGINAL PSD */
	background-image: url('../img/overlayer/bg-about-us.png');
	background-repeat: repeat;	
}

.home-about-us .content-block {
	position: relative;
	margin-top: 2em;
	/*height: 680px;*/ /*MEDIA QUERY MD LG*/
}

/*
.home-about-us .align-bottom {
	position: absolute;
	bottom: 0;
}*/ /*MEDIA QUERY MD LG*/

/*
.home-about-us img {
	position: absolute;
	bottom: 0;
}*/ /*MEDIA QUERY MD LG*/


.home-about-us h1 {
	text-transform: uppercase;
	color: rgba(230,119,73,1.00);
	color: rgba(206,119,73,1.00); /* ORIGINAL PSD */
}

.home-about-us p {
	margin-top: 1em;
}

/* HOME - SERVICES
------------------------------------------------------*/
.home-services {
	margin: 0;
	padding: 6em 0;
	background-color: rgba(229,224,216,1.00); /* ORIGINAL PSD */
	background-repeat: no-repeat, repeat;
	background-size: cover, auto;
	background-position: top left, center;
}

.home-services .content-block {
	text-align: center;
}

.home-services h1 {
	text-transform: uppercase;
}

.home-services p {
	margin-top: 1em;
}

.home-services .content-block-faq {
	margin-top: 2em;
}

.content-block-faq .panel {
	border: 0;
}

.content-block-faq .panel-heading {
	padding: 0;
	border: 0;
}

.content-block-faq .panel-title {}

.content-block-faq .panel-title a {
	display: block;
	color: rgba(255,255,255,1.00);
	background-color: rgba(230,119,73,1.00);
	padding: 0.8em 1em;
	text-transform: uppercase;
	font-size: 1.25em;
}

.content-block-faq .panel-title a:hover {
	background-color: rgba(202,97,42,1.00);
}

.content-block-faq span.glyphicon {
	float: right;
}

.home-services .panel-body {
	background-color: rgba(243,227,206,1.00);
}

.home-services .action-buttom {
	text-align: center;
	margin-top: 3em;
}

.home-services .action-buttom a {
	display: inline-block;
	padding: 0.8em 2em;
	background-color: rgba(122,140,93,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 1em;
	border-radius: 3px;
	text-transform: uppercase;
}

.home-services .action-buttom a span {
	margin-left: 1em;
}

.home-services .action-buttom a:hover {
	background-color: rgba(19,50,43,1.00);
}

/* HOME - DIFFERENTIALS
------------------------------------------------------*/
.home-differentials {
	margin: 0;
	padding: 0;
	background-color: rgba(229,224,216,1.00); /* ORIGINAL PSD */
	background-repeat: no-repeat, repeat;
	background-size: cover, auto;
	background-position: top left, center;
}

.home-differentials .bg-green {
	background-color: rgba(19,50,43,0.93); /* ORIGINAL PSD */
	/*background-image: url('../img/overlayer/bg-differentials.png');*/
	background-repeat: repeat;
	height: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}

.home-differentials .content-block {
	padding: 0 1em;
}

.home-differentials h1 {
	text-transform: uppercase;
	color: rgba(241,232,227,1.00);
}

.home-differentials ul {
	margin-top: 2em;
	font-size: 1.1em;
}

.home-differentials ul li {
	margin-bottom: 1em;
	color: rgba(241,232,227,1.00);
}

.home-differentials ul li span {
	margin-right: 1em;
}

.home-differentials .action-buttom {
	margin-top: 3em;
}

.home-differentials .action-buttom a {
	display: inline-block;
	padding: 0.8em 2em;
	background-color: rgba(230,119,73,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 1em;
	border-radius: 3px;
	text-transform: uppercase;
}

.home-differentials .action-buttom a span {
	margin-left: 1em;
}

.home-differentials .action-buttom a:hover {
	background-color: rgba(202,97,42,1.00);
}

/* HOME -PORTFOLIO
------------------------------------------------------*/
.home-portfolio {
	margin: 0;
	padding: 6em 0 1em;
	background-color: rgba(76,89,64,1.00); /* ORIGINAL PSD */
	background-image: url('../img/overlayer/bg-portfolio.png');
	background-repeat: repeat;
	background-size: auto;
	background-position: auto;
}

.home-portfolio .title {
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.home-portfolio .title h1 {	
	text-transform: uppercase;
}

.home-portfolio .title p {
	margin-top: 1em;
}

.home-portfolio .portfolio-list-feed {
	margin-top: 3em;
}

.home-portfolio .portfolio-list-feed .portfolio-item {
	background-image: url('../img/icons/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin-bottom: 2em;
	border-radius: 5px;
	text-align: center;
}

.home-portfolio .portfolio-list-feed .portfolio-item img {
	border: 5px solid rgba(230,119,73,0);
	border-radius: 5px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.home-portfolio .portfolio-list-feed .portfolio-item img:hover {
	border: 5px solid rgba(230,119,73,1.00);
}

.home-portfolio .portfolio-list-feed .action-buttom {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0em;
}

.home-portfolio .portfolio-list-feed .action-buttom a {
	display: inline-block;
	padding: 0.8em 2em;
	background-color: rgba(230,119,73,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 1.2em;
	border-radius: 3px;
	text-transform: uppercase;
}

.home-portfolio .portfolio-list-feed .action-buttom a:hover {
	background-color: rgba(202,97,42,1.00);
}

/* HOME -RECOMMENDATION
------------------------------------------------------*/
.home-recommendation {
	margin: 0;
	padding: 4em 0 6em;
	background-color: rgba(76,89,64,1.00); /* ORIGINAL PSD */
	background-image: url('../img/overlayer/bg-portfolio.png');
	background-repeat: repeat;
	background-size: auto;
	background-position: top;
}

.home-recommendation .title {
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.home-recommendation .title h1 {
	text-transform: uppercase;
}

.home-recommendation .carousel-recommendation {
	overflow: hidden;
}

.home-recommendation .carousel-recommendation .content-block {
	padding: 2em 3em;
	margin: 3em 5em;
	border-radius: 5px;
	background-color: rgba(19,50,43,1.00); /* ORIGINAL PSD */
	background-image: url('../img/overlayer/bg-differentials.png');
	background-repeat: repeat;
	background-size: auto;
	background-position: auto;
	color: rgba(255,255,255,1.00);
}

.home-recommendation .carousel-recommendation h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	
}

.home-recommendation .carousel-recommendation h3::before,
.home-recommendation .carousel-recommendation h3::after {
	content: '"';
}

.home-recommendation .profile-block {
	text-align: center;
	margin-top: 1em;
}

.home-recommendation .profile-block .profile {
	display: inline-block;
	text-align: center;
}

.home-recommendation .profile img {
	width: 64px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 1em;
	border-radius: 10px;
}

.home-recommendation .profile h4 {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 1em;
}

.home-recommendation .swiper-button-prev:after,
.home-recommendation .swiper-button-next:after {
	opacity: 0.80;
	font-size: 2em !important;
	text-shadow: 0 3px rgb(0 0 0 / 90%) !important;
}

.home-recommendation .carousel-recommendation .swiper-pagination {}

.home-recommendation .carousel-recommendation .swiper-pagination-bullet {
	background:rgba(19,50,43,1.00);
	border: 0;
	width: 20px;
	height: 20px;
	opacity: 1;
}

.home-recommendation .carousel-recommendation .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(230,119,73,1.00);
	border: 0;
}

/* HOME - CONTACT US
------------------------------------------------------*/
.home-contact {
	padding: 6em 0;
	background-color: rgba(122,140,93,1.00);
	background-image: url("../img/overlayer/bg-contact.png");
	background-position: center bottom;
	background-repeat: repeat;
}

.home-contact .title {
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.home-contact .title h1 {
	text-transform: uppercase;
}

.home-contact .content {
	margin-top: 3em;
}

.home-contact .content p {
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	margin-bottom: 2em;
}

.home-contact .content-form {}

.home-contact .content-form input[type="text"] {width: 100%;
	width: 100%;
	padding:0.7em 1em;
	border:0;
	border-radius: 5px;
	margin-bottom:1em;
	background-color:rgba(76,89,64,1.00);
	margin-bottom:1em;
	box-shadow: 0 0 1px 0 rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

.home-contact .content-form input[type="email"] {
	width: 100%;
	padding:0.7em 1em;
	border:0;
	border-radius: 5px;
	font-size:1em;
	background-color:rgba(76,89,64,1.00);
	margin-bottom:1em;
	box-shadow: 0 0 1px 0 rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

.home-contact .content-form input[type="tel"] {
	width: 100%;
	padding:0.7em 1em;
	border:0;
	border-radius: 5px;
	font-size:1em;
	background-color:rgba(76,89,64,1.00);
	margin-bottom:1em;
	box-shadow: 0 0 1px 0 rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

.home-contact .content-form textarea {
	width: 100%;
	margin:0;
	height:10em;
	padding:0.7em 1em;
	border:0;
	border-radius: 5px;
	font-size:1em;
	background-color:rgba(76,89,64,1.00);
	box-shadow: 0 0 1px 0 rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

.home-contact .content-form input[type="text"]:focus,
.home-contact .content-form input[type="tel"]:focus,
.home-contact .content-form input[type="email"]:focus,
.home-contact .content-form textarea:focus {
	border:0; box-shadow: inset 0 0 0 3px rgba(230,119,73,1.00);
}

.home-contact .content-form span.form-label {
	display:block;
	font-weight:700;
	color:rgba(255,255,255,1.00);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-contact .content-form ::-webkit-input-placeholder {
	color:rgba(242,242,242,1.00);
}

.home-contact .content-form ::-moz-placeholder {color:rgba(242,242,242,1.00);} /* firefox 19+ */
.home-contact .content-form :-ms-input-placeholder {color:rgba(242,242,242,1.00);} /* ie */
.home-contact .content-form :-moz-placeholder {color:rgba(242,242,242,1.00);}

.home-contact .content-form input[type="submit"] {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color:rgba(230,119,73,1.00);
	border:0;
	border-radius: 5px;	
	padding: 1em 3em;
	margin:1em 0 0;
	color:rgba(255,255,255,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;

}

.home-contact .content-form input[type="submit"]:hover {
	background-color:rgba(202,97,42,1.00);
}