/*MINHAS ALTERAÇÕES*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

/*QUEM SOMOS*/
.s-about {
	padding-top: 3.75rem !important	;
	background-color: #028900;
	color: #ffffff;
	padding-bottom: 5.75rem !important;
}

.s-about h2	{
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
	margin-bottom: 40px;
}

.s-about p {
	font-family: 'Raleway', sans-serif;
	padding-bottom: 1rem;
	color: #ffffff;
	font-size: 1.25rem;
}	

.btn {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	color: #74D600;
	font-weight: bold;
	border-radius: 0;
}

@media (min-width: 992px) {
	.s-about {
	padding-top: 6.75rem !important	;
	padding-bottom: 12.75rem !important;
	}

	.s-about p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}	

	.btn {
	font-size: 1.5625rem;
	padding: 25px;
	margin-top: 0rem;
	}	
}

/*SERVIÇOS*/
.s-services h2 {
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
	margin-bottom: 40px;
}

.s-services p{
	font-family: 'Raleway', sans-serif;
	font-size: 1.25rem;
	padding-bottom: 1rem;
	color: #646464;
}

.s-services .btn {
	font-family: 'Raleway', sans-serif;
	background-color: #028900;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 0;
}

.s-services .btn:hover {
	background-color: #74D600;
	color: #fff;
}

@media (min-width: 992px) {
	.s-services {
	padding-top: 2.75rem !important	;
	padding-bottom: 5.75rem !important;
	}

	.s-services p{
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}

	.s-services .btn {
	font-size: 1.5625rem;
	}
}

/*TECNOLOGIAS*/
.s-tec {
	background-color: #028900;
	color: #ffffff;
}

.img-mobile {
	bottom: 3rem;
	right: 8rem;
}

.s-tec h2 {
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
	margin-bottom: 40px;
}

.s-tec p{
	font-family: 'Raleway', sans-serif;
	font-size: 1.25rem;
	padding-bottom: 1rem;
	color: #ffffff;
}

.s-tec .btn {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	color: #74D600;
	font-weight: bold;
	border-radius: 0;
}

.image 	{
	display: none;
}

.app {
	margin-top: 10px;
	display: inline;
	width: 114px;
}

@media (min-width: 768px) {
	.image {
	display: block;
	position: absolute;
	width: 110%;
	margin-top: -35%;
	}

	.app {
	width: 114px;
	}
}

@media (min-width: 992px) {
	.s-tec {
	padding-top: 5.75rem !important	;
	padding-bottom: 5.75rem !important;
	margin-bottom: 2.3rem !important;
	}

	.s-tec p{
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}

	.image {
	display: block;
	position: absolute;
	width: 127%;
	margin-top: -58%;
	}

	.app {
	width: 150px;
	}
}

/*CONTATO*/
.s-contact h2{
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
	margin-bottom: 40px;
}

.s-contact#contact .form-group {
  margin-bottom: 25px;
  box-shadow: -7px 7px 14px rgba(78,122,73,0.2);
}

.s-contact#contact .form-group input,
.s-contact#contact .form-group textarea {
  padding: 20px;
  resize: none;
}

.s-contact#contact .form-group input.form-control {
  height: auto;
}

.s-contact#contact .form-group textarea.form-control {
  height: 158px;
}

.s-contact#contact .form-control:focus {
  border-color: #74D600;
  box-shadow: none;
}

.s-contact#contact ::-webkit-input-placeholder {
	font-weight: 700;
 	color: #ced4da;
 	font-family: 'Raleway', sans-serif;
}

.s-contact#contact :-moz-placeholder {
 	font-weight: 700;
	color: #ced4da;
	font-family: 'Raleway', sans-serif;
}

.s-contact#contact ::-moz-placeholder {
 	font-weight: 700;
  	color: #ced4da;
	font-family: 'Raleway', sans-serif;
}

.s-contact#contact :-ms-input-placeholder {
  	font-weight: 700;
  	color: #ced4da;
	font-family: 'Raleway', sans-serif;
}

.s-contact .btn {
	background-color: #028900;
 	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	float: right;
	margin-top: -1px;
	padding:  15px !important;
}	
.s-contact .btn:hover {
	background-color: #74D600;
 	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	float: right;
}	

.s-contact .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.5) !important;
  padding: 1.25rem 2rem;
  height: auto;
 font-family: 'Raleway', sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

@media (min-width: 992px) {
	.s-contact {
		margin-top: 1.5rem;
		padding-top: 5.75rem !important	;
		padding-bottom: 5.75rem !important;
	}
}

/*FOOTER*/
.footer p {
 	font-family: 'Raleway', sans-serif;
	color: #028900;
	margin-bottom: -0.5px;
	line-height: 2.1em;
}

.contato  span {
	color: #028900;
}

.logo-pb {
	margin-top: 40px;
}

.logo-pb span {
	color: #646464;
}

.top {
	padding-top: 4px;
	text-align: center;
}

.top .btn {
	padding: 15px;
}

.top a {
	color: #028900;
	font-weight: normal; 
}

.top a:hover {
	background-color: #028900;
}

.top img {
	padding-right: 20px;
}

@media (min-width: 768px) {
	.serv-tec {
		width: 44rem;
	}

	.serv-text {
		width: 43rem;
		line-height: 31px;
	}

	.mobile {
		width: 50rem;
	}

	.top {
		padding-top: 4px;
		text-align: right;
	}
}

#txt-recaptcha {
	margin-top: -50px !important;

}

@media (max-width: 991px) {
	#modalAreaCliente {
		background-image:  url("../img/login-condominial2.png");
		background-repeat: no-repeat;
		color: white;
		height: 20px;
		box-shadow: none !important;
	}

	#facebookfalecommoreira {
		padding-bottom: 10px;
	}
}

@media (max-width: 425px) {


	.store {
		position: absolute;
		top: 50rem;
		left: 5rem;
	}

	.mobile {
		width: 30rem;
		padding-top: 0rem;
		padding-left: 9rem;
	}

	.group-app {
		position: relative;
	}

	.area {
		width: 50%;
		background-image:  url("../img/login-condominial2.png");
		background-repeat: no-repeat;
		background-position-y: 1rem;
	}

	#servico-condominial {
		height: auto;
	}

	.top p {
		margin-top: 3px !important;
	}

	.btn.btn-primary.centro {
		margin-top: 15px !important;
	}

	#txt-recaptcha {
		margin-top: 3px !important;
	}
	#link_condominial {
		padding: 1.25rem 1.25rem;
	}
	#link_empresarial {
		padding: 1.25rem 1.25rem;
	}
	.btn.btn-area-cliente {
		margin-left: 0;
	}
}

@media (min-width: 425px) {
	.top p {
		margin-top: 43px
	}

	.btn.btn-primary.centro {
		margin-top: -10px
	}
}

.btn.btn-primary.centro {
	margin-bottom: 0.8rem
}

.grecaptcha-badge {
	visibility: hidden;
}

/**PÁGINA SERVIÇOS**/
.pg-services {
	background-color: #ffffff;
	padding-top: 7rem !important; 
 	padding-bottom: 3rem !important;
}

.pg-services h2 {
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
	margin-bottom: 40px;	
}

.pg-services p {
	font-family: 'Raleway', sans-serif;
 	color: #646464;
 	font-size: 1.25rem;
 	line-height: 2.1rem;
}

@media (min-width: 992px) {
	#div-grupo {
		position: absolute;
		width: 15rem;
	}

	#modalAreaCliente {
		background-color: #74d500;
		color: white;
		padding: 12px 14px;
		font-size: .80rem;
		margin-top: 19px;
		margin-left: 1.5rem;
		position: relative;
	}

	.pg-services p {
 		font-size: 1.5625rem;
 		line-height: 2.7rem;
 	}

	.area {
		width: 8rem;
		background-image: url("../img/login-condominial.png");
		background-size: 8rem;
		background-repeat: no-repeat;
		background-position-x: 0rem;
		background-position-y: 1.2rem;
		left: 1rem;
	}

	.area-cliente {
		width: 100%;
	}
}

/*PHOTO*/
.s-photo {
	background-image:  url("../img/equipe.jpg");
  	background-position: all;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
}

.s-photo h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #028900;
	font-size: 1.9rem;
}

.gradiente {
		padding-top: 25rem !important;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0.3) 55%, #ffffff 100%);
		background-position: all;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 1rem;

}

@media (min-width: 992px) {
	.s-photo h2 {
 		font-size: 2.9rem;
 	}	
}

/*ITENS*/	
.servico {
	position: relative;
}

.servico::before {
	content: "";
	position: absolute;
	background-color: #74D600;
	width: 15px;
	height: 75%;
	top: 8%;
	left: 0px;
}

.i-services {
	background-color: #fff;
  	box-shadow: -7px 7px 14px rgba(78,122,73,0.2);
  	padding: 1rem;
  	height: 50vh;
  	margin-bottom: 1.5rem;
}

.services .row {
	display: none;
}

.i-services h4 {
	padding-top: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #74D600;
}

.i-services ul {
	padding-top: 10px;
}

.i-services li {
	font-family: 'Raleway', sans-serif;
	line-height: 1.65rem;
	color: #646464;
}

@media (min-width: 992px) {
	#servico-condominial {
		width: 250%; !important;
		height: 85%; !important;
	}

	.i-services {	
		width: 100%;
		height: 51vh;
		margin-bottom: 20%;
	}

	.i-services ul {
		margin-left: 1rem;
	}

	.i-services li {
		line-height: 1.8rem;
	}

	.i-services h4 {
 		font-size: 1.9rem;
 		padding-left: 1rem;
 	}

 	.sl {
 		margin-right: 16%;
 	}

 	.servico::before {
	content: "";
	position: absolute;
	background-color: #74D600;
	width: 15px;
	height: 65%;
	top: 6.2%;
	left: 0px;
}
	
}

/*BOTÃO SERVIÇOS*/

.s-botao h2{
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.s-botao {
		padding-top: 3.75rem !important	;
		padding-bottom: 5.75rem !important;
	}
}


/*PÁGINA EMPRESARIAL*/	
.s-empresarial {
	padding-top: 6rem !important;
	background: url("../img/m-man.jpg");
	background-position: top;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: cover;
  	padding-bottom: 15.6rem !important;
}

.s-empresarial h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.9rem;
	font-weight: bold;
	color: #028900;
	width: 58%;
}

@media (min-width: 768px) {
	.s-empresarial {
	background-position: center;
	padding-bottom: 6.6rem !important;
	}

	.s-empresarial h2 {
		width: 60%;
	}
}

@media (min-width: 992px) {
.s-empresarial {
	padding-top: 27.9rem !important;
	background-image: url("../img/man.png");
	background-position: top;
	background-attachment: fixed;
	padding-bottom: 9.6rem !important;
	}

.s-empresarial h2 {
	font-size: 2.9rem;
	color: #028900;
	width: 58%;
	}
}

/*Contabilidade Empresarial*/
.s-cempresarial h2 {
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
	margin-bottom: 40px;
}

.s-cempresarial p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;	
	color: #646464;
}

@media (min-width: 992px) {
.s-cempresarial {
	padding-top: 5.75rem !important	;
	padding-bottom: 5.75rem !important;
}

.s-cempresarial p{
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}

.s-cempresarial h2 {
	font-size: 2.9rem;
	}
}


/*IMAGEM*/
.s-iempresarial {
	padding-top: 3rem !important;
	background: url("../img/man2.jpg");
	background-position: 20% 50%;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	padding-bottom: 10.6rem !important;
}

.s-iempresarial h2 {
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
  	width: 90%;
  	font-size: 1.9rem;
}

@media (min-width: 768px) {
	.s-iempresarial {
	background-position: 0% 10%;
	padding-bottom: 5.6rem !important;
	}

	.s-iempresarial h2 {
		width: 67%;
	}
}

@media (min-width: 992px) {
.s-iempresarial {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, .9) 55%, #ffffff 90%), url("../img/man2.jpg");
	background-position: ;
	padding-top: 5.85rem !important	;
	padding-bottom: 5.85rem !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	}

	.s-iempresarial h2 {
  	width: 63%;
  	font-size: 2.9rem;
	}
}

/*SECTION*/
.s-tempresarial p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;
	color: #646464;
}

@media (min-width: 992px) {

.s-tempresarial {
	padding-top: 5.75rem !important	;
	padding-bottom: 5.75rem !important;	
}

.s-tempresarial p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}
}

/*PÁGINA CONDOMINIAL*/
.s-condominial {
	padding-top: 16rem !important;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.4) 55%, #ffffff 100%), url("../img/predio.jpg");
	background-position: left;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: cover;
  	padding-bottom: 1.6rem !important;
}	

.s-condominial h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.9rem;
	font-weight: bold;
	color: #028900;
	width: 80%;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.s-condominial {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 1) 65%, #ffffff 100%), url("../img/lg-predio.jpg");	
	background-position: left;
	 background-size: contain;
	padding-bottom: 5.6rem !important;
	}

	.s-condominial h2 {
		width: 70%;
	}
}

@media (min-width: 992px) {
.s-condominial {
	padding-top: 20.5rem !important;
	background-position: right;
	padding-bottom: 16.9rem !important;
	background-attachment: fixed;
	}

.s-condominial h2 {
	font-size: 2.9rem;
	color: #028900;
	width: 57%;
	}
}

@media (min-width: 1920px) {
.s-condominial {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 1) 65%, #ffffff 100%), url("../img/condominio.jpg");
	padding-top: 17.5rem !important;
	background-position: center;
	background-size: cover;
	padding-bottom: 16.9rem !important;
	}

.s-condominial h2 {
	font-size: 2.9rem;
	color: #028900;
	width: 57%;
	}
}

/*Contabilidade Condominial*/
.s-ccondominial h2 {
	font-family: 'Raleway', sans-serif;
  	font-weight: bold;
  	color: #028900;
	margin-bottom: 40px;
	width: 57%;
}

.s-ccondominial p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;	
	color: #646464;
}

@media (min-width: 992px) {
	.s-ccondominial {
		padding-top: 5.75rem !important	;
		padding-bottom: 5.75rem !important;	
	}

	.s-ccondominial p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}
}

/*Foto Condominial*/ 
.s-cphoto {
	padding-top: 20rem !important;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 1) 70%, #ffffff 100%), url("../img/trabalho.jpg");
  	background-position: left;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: cover;
}

.s-cphoto h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #028900;
}

@media (min-width: 992px) {
	.s-cphoto {
	padding-top: 13rem !important;
	padding-bottom: 5.75rem !important;	
  	background-attachment: fixed;
  	background-size: cover;
	}

	.s-cphoto h2 {
		width: 70% !important;
	}
}

/*SECTION*/
.s-tcondominial p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;
	color: #646464;
}

@media (min-width: 992px) {
	.s-tcondominial {
		padding-top: 5.75rem !important	;
		padding-bottom: 5.75rem !important;		
	}

	.s-tcondominial p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}
}

/*PÁGINA QUEM SOMOS*/
.s-quemsomos {
	padding-top: 22rem !important;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.4) 55%, #ffffff 100%), url("../img/quemsomos_mobile.png");
	background-position: top;
  	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-size: cover;
  	padding-bottom: 1.6rem !important;
}

.s-quemsomos h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.9rem;
	font-weight: bold;
	color: #028900;
	width: 80%;
}

.s-tquemsomos h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.9rem;
	color: #028900;
	font-weight: bold;
	margin-bottom: 40px;
}

.s-tquemsomos p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;
	color: #646464;
	}


.quemsomos p {
	font-size: 1.25rem;
}

@media (min-width: 768px) {
	.s-quemsomos {
	/*background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%), url("../img/quemsomos.png");*/
	background-position: left;
	padding-bottom: 5.6rem !important;
	height: 42rem;
	background-position-x: 32.1rem !important;
	background-position-y: 4rem !important;
	}

	.s-quemsomos h2 {
		width: 60%;
	}
}

@media (min-width: 992px) {

.s-quemsomos {
	padding-top: 18.5rem !important;
	padding-bottom: 13.6rem !important;
	background-attachment: fixed;
	background-size: contain;
	}

.s-quemsomos h2 {
	font-size: 2.2rem;
	color: #028900;
	width: 44%;
	}

	.s-tquemsomos {
		padding-top: 5.75rem !important	;
		padding-bottom: 5.75rem !important;
	}

	.s-tquemsomos h2 {
	font-size: 2.9rem;
	}

	.s-tquemsomos p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}	
}


/*visão*/
.s-visao {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
	background-color: #028900;
}

.s-visao h2{
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}

.s-visao p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}

.s-visao br {
	display: none;
}

@media (min-width: 992px) {
	.s-visao {
		padding-top: 7rem !important	;
		padding-bottom: 7rem !important;		
	}

	.s-visao h2{
	font-size: 2.9rem;
}

	.s-visao p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}
}

/*missao*/
.s-missao {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
	background-color: #fff;
}

.s-missao h2{
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	color: #028900;
	font-weight: bold;
}

.s-missao p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;
	color: #646464;
}

.s-missao br {
	display: none;
}

@media (min-width: 992px) {
	.s-missao {
		padding-top: 7rem !important	;
		padding-bottom: 7rem !important;		
	}

	.s-missao h2{
	font-size: 2.9rem;
}

	.s-missao p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}
}

/*valores*/
.s-valores {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
	background-color: #028900;
}

.s-valores h2{
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}

.s-valores p {
	font-size: 1.25rem;
	line-height: 2.1rem;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}

.s-valores br {
	display: none;
}

@media (min-width: 992px) {
	.s-valores {
		padding-top: 7rem !important	;
		padding-bottom: 7rem !important;		
	}

	.s-valores h2{
	margin-top: 20px;
	font-size: 2.9rem;
	}

	.s-valores p {
	font-size: 1.5625rem;
	line-height: 2.7rem;
	}
}

/*Botão Novo*/
.newbox {
    justify-content: center;
}

.nbotao {
	background-color: #fff;
  	box-shadow: -7px 7px 14px rgba(78,122,73,0.2);
  	color: #028900;
  	width: 95%;
  	padding: 50px;
}

.nbotao span {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  padding-left: 25px;
}

@media (min-width: 768px) {
	.newbox {

	}

	.nbotao {
		width: 60% !important;
	}
}

@media (min-width: 992px) {
	.newbox {

	}

	.nbotao {
		width: 40% !important;
	}
}

.seta {
	padding-top: 20px;
	text-align: center;
}