﻿/*-----------------------------------------------------------------------------------*/
/*-------------------------------HOME.CSS--------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* BLOCO FLOAT
------------------------------------------------------*/
.float { 
	position:fixed;
	bottom:20vh;
	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: 0.5rem 1rem;
	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: 'Entre em contato pelo WhatsApp';
	text-align: right;
	width: 160px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	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 {}

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

.slideshow .swiper-slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slideshow .swiper-slide a {
	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(83,155,183,1.00);
	border: 2px solid rgba(83,155,183,1.00);
	width: 10px;
	height: 10px;
	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 1em !important;
}

.slideshow .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	opacity: 1;
	background: rgba(0,112,104,1.00);
	border: 2px solid rgba(0,112,104,1.00);
}

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

.slideshow .over {
	display: none;
}

/* HOME - ABOUT US
------------------------------------------------------*/
.home-about-us {}

.home-about-us h2 {
	color: rgba(72,15,95,1.00);
}

.home-about-us .content-block {
	position: relative;
}

/* HOME - SERVICES
------------------------------------------------------*/
.home-services {
	background-color: rgba(242,242,242,1.00);
}

.home-services h2 {
	color: rgba(72,15,95,1.00);
}

.home-services .content-block {
	position: relative;
}

.home-services ul {}

.home-services ul li {
	font-weight: 700;
	border-bottom: 1px solid rgba(72,15,95,1.00);
}

.home-services li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(72,15,95,1.00);
	margin-right: 10px;
	vertical-align: middle;
}

/* HOME - PORTFOLIO
------------------------------------------------------*/

.home-portfolio {
	background-color: rgba(33,144,123,1.00);
	background-image: url('../img/overlayer/bg-green.png');
	background-repeat: repeat;
}

.home-portfolio h2 {
	color: rgba(255,255,255,1.00);
}

.home-portfolio p.description {
	color: rgba(255,255,255,1.00);
}

.home-portfolio img {
	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;
	border: 5px solid rgba(255,255,255,1.00);
	border-radius: 0 50px 50px 50px;
}

.home-portfolio img:hover {
	filter: grayscale(100%);
}


/* HOME - CLIENTS
------------------------------------------------------*/

.home-clients {
	background-color: rgba(33,144,123,1.00);
	background-image: url('../img/overlayer/bg-green.png');
	background-repeat: repeat;
}

.home-clients h2 {
	color: rgba(255,255,255,1.00);
}

.home-clients p.description {
	color: rgba(255,255,255,1.00);
}

.home-clients img {
	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-clients img:hover {
	filter: grayscale(100%);
}

/* HOME - CONTACT
------------------------------------------------------*/

.home-contact {
	background-image: url('../img/overlayer/bg-degrade-contact.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.home-contact h2 {
	color: rgba(255,255,255,1.00);
}

.home-contact p {
	color: rgba(255,255,255,1.00);
}


.home-contact .page-contact-form {}

.home-contact .content-form input[type="text"] {width: 100%;
	width: 100%;
	padding:0.5em 1em;
	border:0;
	border-radius: 5px;
	margin-bottom:1em;
	background-color:rgba(0,0,0,0.3);
	margin-bottom:1em;
	box-shadow: none;
	color: rgba(255,255,255,1.00);
	border: 2px solid rgba(196,166,118,0.00);
}

.home-contact .content-form input[type="email"] {
	width: 100%;
	padding:0.5em 1em;
	border:0;
	border-radius: 5px;
	font-size:1em;
	background-color:rgba(0,0,0,0.3);
	margin-bottom:1em;
	box-shadow: none;
	color: rgba(255,255,255,1.00);
	border: 2px solid rgba(196,166,118,0.00);
}

.home-contact .content-form input[type="tel"] {
	width: 100%;
	padding:0.5em 1em;
	border:0;
	border-radius: 5px;
	font-size:1em;
	background-color:rgba(0,0,0,0.3);
	margin-bottom:1em;
	box-shadow: none;
	color: rgba(255,255,255,1.00);
	border: 2px solid rgba(196,166,118,0.00);
}

.home-contact .content-form textarea {
	width: 100%;
	margin:0;
	height:9em;
	padding:0.5em 1em;
	border:0;
	border-radius: 5px;
	font-size:1em;
	background-color:rgba(0,0,0,0.3);
	box-shadow: none;
	color: rgba(255,255,255,1.00);
	border: 2px solid rgba(196,166,118,0.00);
	overflow-y:auto;
}

.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:none;
	border: 2px solid rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.40);
}

.home-contact .content-form span.form-label {
	display:block;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	margin: 1rem 0 0.6rem;
}

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

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

.home-contact .content-form input[type="submit"] {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background-color:rgba(83,155,183,1.00);
	background-color:rgba(72,15,95,1.00);
	border:0;
	border-radius: 5px;	
	padding: 0.7em 3rem;
	margin:3em 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(83,155,183,0.80);
	background-color:rgba(72,15,95,0.80);
}
