:root {
	--primary: #b31f77;
	--secondary: #d70080;
	--terciary: #ff7f17;
	--font-color: #707070;
	--bg-color: #fff;
	--heading-color: #060606;
	--footer-color: #100f19;
	--footer-cpy-color: #040a17;
	--border-radius: 4px;
	--border-radius-full: 15px;
	--border-color: transparent;
	--border-color-light: #eee;
	--iframe-filter: grayscale(0%);
	--bg-grey: #f4f4f4;
	--bg-light: #dfd1ff;
	--bg-button-group: #f0f0f0;
	--bg-button: #ffffff;
	--bg-dark-color: #fff;
	--quote-text-color: #1d2c4c;
	--quo-text-color: #f0f0f0;
	--paceholder-color-search: #111;
	--title-color: rgb(6 6 6 / 11%);
	--banner-image: url(../../images/banner2.png);
	--box-shadow: rgb(24 28 50 / 7%);
}

[data-theme="dark"] {
	--primary: #b31f77;
	--secondary: #d70080;
	--terciary: #ff7f17;
	--font-color: #e8e8e8;
	--bg-color: #151421;
	--heading-color: #fdfffc;
	--footer-color: #100f19;
	--footer-cpy-color: #040a17;
	--border-color: rgba(255, 255, 255, 0.2);
	--border-color-light: rgba(255, 255, 255, 0.2);
	--iframe-filter: grayscale(100%);
	--bg-grey: #100f19;
	--bg-light: #100f19;
	--bg-button-group: #323546;
	--bg-button: #0D1421;
	--bg-dark-color: #0b1227
		/* #27282b */
	;
	--quote-text-color: #e6e6e6;
	--quo-text-color: #929292;
	--paceholder-color-search: #fff;
	--title-color: rgb(255 255 255 / 32%);
	--banner-image: url(../../images/banner.png) no-repeat center;
	--box-shadow: rgb(16 15 25);
}
html{
	scrollbar-gutter: stable;
}

html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'serif';
	background: var(--bg-light);
	scrollbar-width: thin;
	/* define como "fina" */
	scrollbar-color: #ff177f #090a0e0f;
	/* cor do botão e do fundo */
	
	scrollbar-width:2px;
}


/* Para navegadores baseados em WebKit (Chrome, Safari, Edge) */
body::-webkit-scrollbar {
	width: 4px;
	/* largura da barra vertical */
}

body::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* cor do fundo da barra */
}

body::-webkit-scrollbar-thumb {
	background-color: #888;
	/* cor do "botão" da barra */
	border-radius: 4px;
	/* bordas arredondadas */
}

body::-webkit-scrollbar-thumb:hover {
	background: #555;
	/* cor ao passar o mouse */
}


body.hide-scrollbar {
  scrollbar-width: none;               /* Firefox */
  -ms-overflow-style: none;           /* IE 10+ */
  -webkit-overflow-scrolling: touch;  /* iOS scroll suave */
  scroll-behavior: smooth;            /* transições suaves */
   overflow: hidden;
  
}

body.hide-scrollbar::-webkit-scrollbar {
  display: none;                      /* Chrome, Safari */
  width: 0;
  background: transparent;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'serif';
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'serif';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'serif';
	letter-spacing: 1px;
	color: var(--font-color);
}

p {
	margin: 0;
	font-size: 0.9em;
	color: var(--gray);
	line-height: 2em;
	letter-spacing: 1px;
}

p.tittle {
	color: var(--bg-dark-color);
}

ul {
	margin: 0;
	padding: 0;
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--secondary);
	border-color: var(--border-color-light);
}

/*--/header --*/

.banner-w3layouts {
	background: url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 700px;
	background-attachment: fixed;
}

/* navbar */
.dropdown-menu {
	background-color: var(--bg-dark-color);
}

#menu-user a.nav-link {
	border: 1px solid;
	margin-left: 5px;
	border-radius: 30px;
}

#menu-user .dropdown-menu {
	margin-top: -15px;
}

#menu-user .btn-group {
	border-radius: 20px;
	padding: 3px 2px;
	background-color: var(--bg-button-group);

}

#menu-user .dropdown-item {
	width: 100%;
	margin: 10px 0px;
	border-radius: 10px;
}

#menu-user .btn-group button {
	border-radius: 20px;
	font-size: small;
margin:2px;

}
.logoheader{ width: 70%; transition: transform 0.8s ease-in-out;}
.logoheader:hover{ transform: scale(1.2);}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--bg-button);
	color: var(--paceholder-color-search);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.0rem rgba(89, 95, 100, 0.212);
}

.dropdown-item {
	font-size: 0.875em;
	color: var(--gray);
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--font-color);
	background-color: var(--bg-button-group);
	text-decoration: none;
	border-radius: 7px;
}

.navbar-light .navbar-nav .nav-link {
	color: var(--text-color);
	font-size: 1em;
	letter-spacing: 2px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-weight: 500;
}

.navbar-light .navbar-brand {
	color: var(--white);
	font-size: 35px;
	letter-spacing: 1px;
	font-weight: 700;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--primary);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: var(--primary);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.dropdown-toggle::after {
	margin-left: 0;
	border: none;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: #ffffff;
}

.navbar {
	/*padding: 1.5em 3em; */
	box-shadow: var(--primary) 3px -5px 20px;
	background-color: var(--bg-color);
}

.nav-fixed {
	position: fixed;
	z-index: 9999;
	width: 100%;
	max-width: 100%;
	top: 0;
}

/* navbar */

.serve-grid i {
	font-size: 2em;
	color: #285c69;
}

.serve-grid h4 {
	color: #212020;
	font-size: 20px;
	letter-spacing: 2px;
}

.serve-grid p {
	color: #7d7d7d;
	font-size: 15px;
	line-height: 1.9;
}

/*--banner-w3layouts-info--*/

/*-- /search --*/

.banner-w3layouts-info {
	margin-top: 11em;
}

#search_form form {
	margin: 2em auto 0;
	width: 57%;
}

.banf {
	padding-left: 5px;
	padding-right: 5px;
}

#search_form h3 {
	color: #fff;
	font-size: 2.5em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	letter-spacing: 1px;
	font-weight: 600;
}

.banner-w3layouts-info p {
	color: #fff;
	letter-spacing: 9px;
	margin-top: 10px;
}

.search_top input[type="text"],
.search_top input[type="submit"] {
	color: #777;
	background: #fff;
	outline: none;
	font-size: 0.91em;
	padding: 1em 1em;
	border: none;
	-webkit-appearance: none;
	display: inline-block;
	letter-spacing: 1px;
}

.search_top select#country12,
.search_top select#country13 {
	font-weight: normal;
	border: none;
	outline: none;
	color: #777;
	background: #fff;
	outline: none;
	font-size: 0.91em;
	padding: 1em 1em;
	border: none;
	letter-spacing: 1px;
	margin-right: 2px;
	height: 50px;
}

.search_top input[type="submit"] {
	background: var(--primary);
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	padding: 0.58em 1em;
	width: 100%;
	cursor: pointer;
}

.search_top input[type="submit"]:hover {
	background: #121312;
}

/*-- //search --*/

/* -- banner-w3layouts-bottom --*/

h3.tittle {
	font-size: 2.5em;
	color: #393a3a;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	font-weight: 400;
}

h3.tittle.ser {
	font-size: 2em;
	width: 70%;
}

.gd-box-info {
background: var(--bg-color);
}

.gd-box-info h4 {
	font-size: 1.3em;
	margin: 0.2em 0;
}

.gd-box-info i {
	font-size: 2em;
	margin: 0.2em 0;
	color: var(--primary);
}

/* -- //banner-w3layouts-bottom --*/

/* -- about --*/

.about-info {
	background-color: #f5f7f7;
	padding: 6%;
}

/* Gibson Buttons */

.navbar-dark .navbar-toggler {
	border: none;
	color: var(--primary) !important;
}

.navbar-dark .navbar-toggler-icon {
	background: none;
}

a.animated-button:link,
a.animated-button:visited {
	position: relative;
	padding: 12px 35px;
	color: #777;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	z-index: 9;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
	color: #333;
	text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
	height: 450%;
}

a.animated-button.gibson-three {
	border: 2px solid #285c69;
	color: #333;
}

a.animated-button.gibson-three:after {
	opacity: 0;
	background-image: -webkit-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-image: -moz-linear-gradient(transparent 50%, rgba(101, 179, 122, 0.2) 50%);
	background-size: 10px 10px;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

a.animated-button.gibson-three:hover:after {
	height: 600% !important;
	opacity: 1;
	color: #285c69;
}

/* -- /about --*/

/*--/tabs --*/

ul#pills-tab {
	margin-left: 1em;
}

.nav-pills .nav-link {
	padding: 0.5em 1.5em;
	letter-spacing: 1px;
	color: #383737;
	background: #e5e8e8;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background: var(--primary);
}

.tech-btm h5 {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 500;
}

.menu-img-info h5 {
	font-size: 1.8em;
	color: #7b7d80;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	line-height: 1.4em;
}

p.sub-meta {
	color: #285c69;
	font-size: 1.2em;
	font-weight: 600;
}

.text-info-sec p {
	color: #8c9398;
}

.text-info-sec h5 {
	font-size: 1.1em;
	color: #313131;
	text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
	font-weight: 500;
}

.text-info-sec i {
	color: #285c69;
}

h5.card-title span {
	color: #f5822f;
	font-size: 0.9em;
	font-weight: 500;
}

ul.property-box li {
	list-style: none;
	display: inline;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #888;
}

.text-info-sec p.card-text {
	margin: 8px 0;
}

ul.property-box {
	border-top: 1px solid #ddd;
	padding: 1em 0;
}

.text-info-sec .card-body {
	position: relative;
}

.label-inner {
	position: absolute;
	top: 8%;
	right: 8%;
}

.label-inner span.status {
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	font-size: 9px;
	padding: 4px 8px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 15px;
	vertical-align: top;
	background: #101215;
	font-weight: 500;
	letter-spacing: 1px;
}

.text-dark .nav-link {
	color: var(--font-color) !important;
}

/*--//tabs--*/

/*-- stats --*/

.stats_info p {
	font-size: 50px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 2;
}

.stats_info h4 {
	font-size: 16px;
	color: #efefef;
	margin: 0;
	letter-spacing: 1px;
}

.stats_info i {
	font-size: 3em;
	color: #eee;
	margin: 0;
}

.stats_bottom_grid_left img {
	margin: 0 auto;
}

.stats_info.counter_grid {
	background: #ff0057;
}

.stats_info.counter_grid1 {
	 background: #E91E63;
}

.stats_info.counter_grid2 {
	background: #db0c53;
}
   
.stats_info.counter_grid3 {
    background: #E91E63;
}

.stats_info {
	text-align: center;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.stats_info:nth-child(3) {
	border-right: 0px;
}

.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}

/*-- //stats --*/

p.card-text {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 2;
}

a.btn.more {
	outline: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: red;
}

.modal-body p {
	color: #212121;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 2;
}

/* ---- */

/*--team-- */

.team-grid {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-bottom: 2em;
}

.team-img {
	position: relative;
}

.team-img:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0);
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-img img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.team-info {
	left: auto;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, 10%, 0);
	transform: translate3d(0, 10%, 0);
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.team-info h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #fff;
}

.team-info span {
	display: block;
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 2px;
}

.team-grid:hover .team-img:after {
	background: #285c69;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-grid:hover .team-info {
	-webkit-transform: translate3d(0, -5%, 0);
	transform: translate3d(0, -5%, 0);
	-webkit-transform: translate3d(0, -10%, 0);
	transform: translate3d(0, -10%, 0);
}

.team-grid:hover .team-info {
	opacity: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

ul.social-icons li {
	list-style-type: none;
}

ul.social-icons li a i {
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}

ul.social-icons li a i.fab.fa-facebook-f:hover {
	background: #3b5998;
	border: 1px solid #3b5998;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

ul.social-icons li a i.fab.fa-twitter:hover {
	background: #1da1f2;
	border: 1px solid #1da1f2;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

ul.social-icons li a i.fab.fa-google-plus-g:hover {
	background: #dd4b39;
	border: 1px solid #dd4b39;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.casaprogramadabusca {
	padding: 10px;
	background: #ff4b8c;
	border-radius: 10px;
	background-image: url(../images/banner1.jpg);
	background-position: top;
	background-attachment: fixed;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: contain;
	/* backdrop-filter: blur(10px); */
	background-blend-mode: overlay;

}

.casaprogramadabusca h3.tittle {
	color: #fff;
	font-weight: 900;
}
/*--// team --*/

section.middle {
	background: url(../images/contact.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

h3.tittle.cen {
	color: #fff;
}

.middle .serve-grid i {
	color: var(--primary);
	font-size: 3em;
}

.middle .serve-grid p {
	color: #eee;
}

.middle .serve-grid h4 {
	color: #285c69;
}

.testimonials_grid {
	text-align: center;
	position: relative;
}

.testimonials_grid img {
	margin: 0 auto;
}

.social_list1 li {
	display: inline-block !important;
}

.test_social_pos li a {
	color: #fff;
	font-size: 0.9em;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 29px;
}

.facebook1 {
	background: #3b5998;
}

.twitter2 {
	background: #1da1f2;
}

.dribble3 {
	background: #ea4c89;
}

.test_social_pos li a:hover {
	opacity: 0.7;
}

.testimonials_grid {
	text-align: center;
}

.testimonials_grid h3 {
	margin: 1em 0 0.5em 0;
	color: #333;
	font-size: 1.2em;
}

.testimonials_grid h3 span {
	font-weight: 100;
	font-size: 0.9em;
}

.testimonials_grid label {
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #285c69;
}

.testimonials_grid p {
	width: 70%;
	margin: 1em auto 0;
	line-height: 2em;
	letter-spacing: 1px;
}

.testimonials_grid img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 5px solid hsla(210, 7%, 6%, 0.13);
	margin-bottom: 1em;
}

.testimonials_grid {
	margin: 0 auto;
	width: 85%;
}

/*-- //testimonials --*/
/*--/inner-content--*/
.banner-w3layouts.two {
	background: url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 300px;
	background-attachment: fixed;
}

.banner-w3layouts-info.two {
	margin-top: 3em;
}

.breadcrumb {
	list-style: none;
	background: none;
	border-radius: 0;
	margin: 0;
}

li.breadcrumb-item {
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 2px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-weight: 500;
}

.breadcrumb-item.active {
	color: var(--primary);
}

li.breadcrumb-item a {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #ffffff;
	content: "/";
}

/*--/Pricing--*/
.price-header .pricing-card-title span {
	font-size: .5em;
	display: inline-block;
	color: #000;
}

.price-header h4 {
	color: #f7f7f7;
	font-size: 1.6em;
	font-weight: 500;
}

.price-header {
	background: #285c69;
	padding: 2em 0;
}

.price-body {
	padding: 1.25rem;
}

.text-muted {
	color: #6c757d !important;
	font-size: 0.5em;
}

.news-gd small.text-muted {
	font-size: 0.85em;
	font-weight: 500;
}

ul.list-unstyled li {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #7d7d7d;
}

.pricing-section h5.card-title {
	font-size: 2em;
	color: #000;
	font-weight: 500;
}

.price-inner {
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.btn-outline-primary {
	color: #fff;
	background-color: #0e0f10;
	background-image: none;
	border-color: #0e0f10;
	font-size: 16px;
	letter-spacing: 1px;
}

.card {
	background-color: var(--bg-color);
}

.card.box-shadow:hover .btn-outline-primary {
	color: #fff;
	background-color: #285c69;
	border-color: #285c69;
}

.card-deck .card {
	padding: 0px;
}

h5.pricing-title {
	font-size: 2em;
	color: #000;
	font-weight: 500;
}

/*--//Pricing--*/
/*-- /team--*/
.customer-info h4 {
	font-size: 1.4em;
	color: #4e5052;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	line-height: 1.4em;
}

.customer-info h5 {
	font-size: 1.1em;
	color: #676b6f;
	margin-top: 0.3em;
}

.customer-info h6 {
	font-size: 1em;
	margin: 1em 0;
	color: #285c69;
}

.customer-info ul.social-icons li a i {
	color: #202223;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid #202223;
	text-align: center;
}

/*-- //team--*/
/*-- /error --*/
.error {
	margin-bottom: 1em;
}

.error-404 h4 {
	font-size: 12em;
	font-weight: 500;
	color: #333;
	margin: 0;
	padding: 0;
}

a.b-home {
	background: #202020;
	padding: 0.7em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
	font-size: 0.9em;
}

a.b-home:hover {
	background: #285c69;
}

.error-404 p {
	color: #929090;
	font-size: 1em;
	letter-spacing: 8px;
	margin: 0em 0 2em 0;
}

.error.social-icons {
	margin-bottom: 1em;
}

.error.social-icons a {
	color: #4e4e4e;
}

.error.social-icons a:hover {
	color: #ff3c41;
}

.error-404 {
	text-align: center;
}

.error-404 form {
	margin: 0 auto 2em;
	width: 40%;
	text-align: center;
}

.error-404 .copyrighttop a.facebook {
	color: #aaacaf;
	font-size: 15px;
}

.error-404 form input[type="search"] {
	outline: none;
	border: 1px solid #c4c5c5;
	background: none;
	color: #212121;
	padding: 14px 15px;
	width: 80%;
	float: left;
	font-size: 12px;
	letter-spacing: 5px;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
}

.error-404 button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: var(--primary);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 20%;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
}

.error-404 button.btn1:hover {
	background: #285c69;
}

.error ul li {
	list-style: none;
	display: inline-block;
}

.error ul li a {
	margin: 0 5px;
	font-size: 0.9em;
	color: #000;
	background: none;
}

@media(max-width:640px) {
	.error-404 h4 {
		font-size: 9em;
	}

	.error-404 form {
		width: 72%;
	}
}

@media(max-width:600px) {
	.error-404 h4 {
		font-size: 6em;
	}

	a.b-home {
		padding: 0.6em 1em;
		margin-top: 1em;
	}
}

@media(max-width:480px) {
	.error-404 h4 {
		font-size: 5em;
	}

	.error-404 p {
		font-size: 0.8em;
		letter-spacing: 5px;
		margin: 1em 0;
	}
}

/*-- //error --*/

/*--//inner-content--*/
/*--//inner-content--*/
/*--footer--*/

.footer-sec-w3-agileits {
	background-color: #0e0f10;
}

.footer-cpy .navbar-brand {
	color: #285c69;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 600;
}

.footer-cpy {
	background: #121315;
}

.blog-grid-right h5 {
	font-size: 1em;
	line-height: 1.5em;
}

.blog-grid-right h5 a {
	color: #777777;
	font-size: 0.9em;
}

h6.price {
	color: #285c69;
}

.blog-grid-right span {
	color: #e6e2e2;
	letter-spacing: 1px;
	font-size: 0.9em;
}

address.ad-info {
	color: #6b6c6d;
	font-family: 'serif', 'Quicksand';
}

address.ad-info strong {
	color: #285c69;
	line-height: 2.5em;
}

/*-- subscribe --*/



.footer-grid-wthree img {
	width: 100%;
}

.subscribe-head h4.sec-title {
	margin-bottom: 4px;
	letter-spacing: 3.8px;
	font-weight: 600;
}

.subscribe-head h6 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #1853a1;
	letter-spacing: 4px;
}

.subscribe-form {
	margin: 1em auto 0;
	padding: 10px;
}

.footer-grid-wthree h2,
.footer-grid-wthree h3 {
	font-size: 1.4em;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 1em
}

.subscribe-main p {
	color: #777;
	letter-spacing: 1px;
}

.subscribe-main input[type="email"] {
	width: 100%;
	padding: 0.8em 1em;
	font-size: 16px;
	color: #fff;
	outline: none;
	background: rgba(241, 245, 249, 0.08);
	-webkit-appearance: none;
	border: none;
	-webkit-appearance: none;
	letter-spacing: 1px;
}

.subscribe-main button[type="submit"] {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 2px;
	padding: 0.9em 3em;
	border: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-appearance: none;
	background: #285c69;
	margin-top: 1.5em;
}

.subscribe-main button[type="submit"]:hover {
	color: #fff;
	background: var(--primary);
}

.instagram-posts {
	margin: 0 auto;
	width: 90%;
}

.copyrighttop ul li a span {
	color: #646567;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 2em;
	letter-spacing: 1px;
}

/*-- //subscribe --*/

/*--/copyright--*/

.copyrighttop a.facebook {
	color: #fff;
	font-size: 16px;
}

.copyrighttop a.facebook:hover {
	color: #16b9a0;
	background: none;
}

.copyright {
	background: #141415;
	color: #fff;
	padding: 1em 0;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 28px;
}

.copyrighttop li {
	list-style: none;
	display: inline-block;
}

.copyrightbottom p a {
	color: #929498;
}

.copyrightbottom p a:hover {
	color: var(--primary);
}

/*--//footer--*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	background: url(../images/upload.png) no-repeat 0px 0px;
	font-size: 0;
}

/*--// copyright-- */
/*--responsive--*/

@media(max-width:1366px) {
	.banner-w3layouts {
		min-height: 650px;
	}

	#search_form form {
		margin: 2em auto 0;
		width: 76%;
	}
}

@media(max-width:1280px) {
	.navbar {
		padding: 1.5em 2em;
	}

	.banner-w3layouts.two {
		min-height: 300px;
	}

	.address-info {
		padding: 3em 0;
	}

	.gd-box-info h4 {
		font-size: 1.2em;
	}

	.about-info {
		padding: 5%;
	}
}

@media(max-width:1080px) {
	.about-info {
		padding: 2%;
	}
}

@media(max-width:1050px) {
	.error-404 form {
		margin: 0 auto 2em;
		width: 50%;
		text-align: center;
	}

	h3.tittle.ser {
		font-size: 2em;
		width: 80%;
	}

	a.animated-button:link,
	a.animated-button:visited {
		padding: 8px 20px;
	}

	h3.tittle {
		font-size: 2.3em;
	}

}

@media(max-width:1024px) {
	.banner-w3layouts {
		min-height: 610px;
	}

	.banner-w3layouts-info {
		margin-top: 9em;
	}


}

@media(max-width:991px) {
	.menu-grids img {
		width: 100%;
	}

	h3.tittle {
		font-size: 2.3em;
	}

	.team-img:after {
		width: 100%;
		height: 70%;
	}

	.about-info {
		padding: 4% 2%;
	}

	.inner-sec-agileits-casaprogramada {
		padding: 2em 0;
	}

	h3.tittle.ser {
		font-size: 2em;
		width: 100%;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 0.4em 1.4em;
		font-size: 0.9em;
		text-align: center;
	}

	li.nav-item {
		margin: 6px 0px 0 0;
	}

	.dropdown-item {
		text-align: center;
	}

	.active>.nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link:hover {
		color: var(--primary);
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 0.7em 1.4em;
		font-size: 0.9em;
		text-align: center;
		color: #555;
	}

	.navbar-light .navbar-nav .nav-link,
	.dropdown-item {
		color: #777;
	}

	#navbarSupportedContent {

		padding: 0.5em 0;
		background: var(--bg-grey);

	}

	.cd-header-buttons {
		top: 20px;
		right: 60px;
	}

	.navbar-light .navbar-toggler {
		color: #fff;
		border-color: #fff;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: none;
	}

	span.navbar-toggler-icon i {
		line-height: 1.2em;
		font-size: 1.2em;
	}

	.navbar-toggler {
		padding: 0.3rem 0.6rem;
		font-size: 1.25rem;
		border: 1px solid transparent;
		border-radius: 0;
	}

	#navbarSupportedContent {
		background: var(--bg-grey);
		text-align: center;
		padding: 0.5em 0;
		position: absolute;
		width: 93%;
		z-index: 99;
		top: 100%;


	}

	.text-info-sec {
		margin-bottom: 1em;
	}

	.t-in {
		margin-top: 0 !important;
	}

	ul#pills-tab {
		margin-top: 0 !important;
		margin-left: 0em;
	}

	.price-info-grid,
	.customer-main {
		float: left;
		width: 49%;
		margin: 0 !important;
		margin-top: 1em !important;
	}

	.error-404 form {
		margin: 0 auto 2em;
		width: 70%;
		text-align: center;
	}

	.address {
		margin-top: 2em !important;
	}

	.copyrightbottom {
		text-align: center !important;
	}

	.copyrighttop {
		text-align: center !important;
	}

	.banner-w3layouts.two {
		min-height: 266px;
	}

	.subscribe-main {
		padding-bottom: 1em;
		margin-top: 2em;
	}

	.news-gd:nth-child(2) {
		margin: 1em 0;
	}

	.blog-grid-right {
		margin-top: 1em;
	}
}

@media(max-width:900px) {
	.banner-w3layouts {
		min-height: 570px;
	}

	#search_form form {
		margin: 2em auto 0;
		width: 90%;
	}

	#search_form h3 {
		font-size: 2.3em;
	}

	.banner-w3layouts-info {
		margin-top: 8em;
	}

	.banner-w3layouts-info.two {
		margin-top: 2em;
	}

	.price-header h4 {
		font-size: 1.4em;
		font-weight: 500;
	}

	.error-404 h4 {
		font-size: 9em;
	}
	
	.casaprogramadabusca{
		background-position: 75% 90px;
		background-size: cover;
	}

}

@media(max-width:800px) {
	.navbar {
		padding: 1.2em 1.2em;
	}

	#navbarSupportedContent {
		background: var(--bg-grey);
		text-align: center;
		padding: 0.5em 0;
		position: absolute;
		width: 95%;
		z-index: 99;
		top: 100%;
	}

	.banner-w3layouts-info {
		margin-top: 7em;
	}

	.banner-w3layouts {
		min-height: 515px;
	}

	.inner-sec-agileits-casaprogramada {
		padding: 1em 0;
	}

	#search_form form {
		margin: 2em auto 0;
		width: 96%;
	}

	.stats_info p {
		font-size: 40px
	}

	.stats_info i {
		font-size: 2em;
	}

	.stats_info h4 {
		font-size: 15px;
	}
}

@media(max-width:768px) {
	.banner-w3layouts.two {
		min-height: 243px;
	}

	.team-img:after {
		width: 100%;
		height: 100%;
	}

	.testimonials_grid p {
		width: 100%;
	}

}

@media(max-width:767px) {
	.banner-w3layouts-info {
		margin-top: 2em;
	}

	#search_form form {
		margin: 1em auto 0;
		width: 96%;
	}

	.search_top input[type="text"],
	.search_top select#country12,
	.search_top select#country13 {
		margin-bottom: 0.5em;
	}

	.serve-grid:nth-child(3) {
		margin-top: 2em;
	}

	.team-info span {
		display: block;
		font-size: 0.8em;
		letter-spacing: 1px;
	}

	.middle .serve-grid h4 {
		color: #285c69;
		font-size: 19px;
		letter-spacing: 1px;
		margin: 1em 0;
	}

	.social-icons {
		margin-top: 1em;
	}

	.team-info {
		padding: 0 2px;
	}
}

@media(max-width:736px) {
	.error-404 form {
		margin: 0 auto 2em;
		width: 90%;
		text-align: center;
	}

	.error-404 p {
		font-size: 0.9em;
		letter-spacing: 5px;
		margin: 0em 0 2em 0;
	}

	.news-gd:nth-child(2) {
		margin-top: 1em;
	}
}

@media(max-width:667px) {
	#navbarSupportedContent {
		padding: 0.5em 0;
		width: 94%;
	}

	.banner-w3layouts.two {
		min-height: 220px;
	}

	.banner-w3layouts-info.two {
		margin-top: 1em;
	}

	#search_form h3 {
		font-size: 1.9em;
	}

	h3.tittle {
		font-size: 2.2em;
	}

	.error-404 h4 {
		font-size: 8em;
	}

}

@media(max-width:640px) {
	.portfolio-area li {
		float: left;
		list-style-type: none;
		overflow: hidden;
		width: 255px;
		margin: 10px;
	}
}

@media(max-width:600px) {
	.portfolio-area li {
		float: left;
		list-style-type: none;
		overflow: hidden;
		max-width: 237px;
		margin: 10px;
	}

	#navbarSupportedContent {
		padding: 0.5em 0;
		width: 93%;
	}

	.tabs {
		margin: 0 auto;
		width: 93%;
	}

}

@media(max-width:568px) {
	.team-img:after {
		width: 100%;
		height: 50%;
	}

	.team-img img {
		width: 100%;
	}

	.price-info-grid,
	.customer-main {
		float: left;
		width: 100%;
		margin: 0 !important;
		margin-top: 1em !important;
	}

	.tabs {
		margin: 0 auto;
		width: 90%;
	}

	h3.tittle {
		font-size: 2em;
	}

	h3.tittle.ser {
		font-size: 1.6em;
		width: 100%;
	}

	i.fas.fa-male {
		margin-top: 1em;
	}

	.testimonials_grid h3 {
		margin: 0.5em 0 0.5em 0;
	}

	.testimonials_grid p {
		width: 100%;
		margin: 0 auto;
	}

}

@media(max-width:480px) {
	.portfolio-categ li a {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.portfolio-categ li {
		display: inline-block;
		padding: 6px 10px;
	}

	.portfolio-area li {
		float: left;
		list-style-type: none;
		overflow: hidden;
		max-width: 190px;
		margin: 10px;
	}

	.banner-w3layouts-info p {
		letter-spacing: 6px;
		margin-top: 0;
	}

	.banner-w3layouts.two {
		min-height: 205px;
	}

	.banner-w3layouts-info.two {
		margin-top: 0.5em;
	}

	#navbarSupportedContent {
		padding: 0.5em 1em;
		width: 92%;
	}

	.banner-w3layouts {
		min-height: 480px;
	}

	.about-info {
		padding: 7% 4%;
	}

	.nav-pills .nav-link {
		padding: 0.5em 1em
	}

	.copyrighttop li {
		margin: 0 2px !important;
	}
	 .navbar{
                display: flex;
                flex-wrap: nowrap;
            }

}

@media(max-width:414px) {
	#search_form h3 {
		font-size: 1.8em;
	}

	.banner-w3layouts-info {
		margin-top: 1em;
	}

	.banner-w3layouts {
		min-height: 458px;
	}

	.copyrighttop li {
		margin: 0 1px !important;
	}

	.copyrighttop ul li a span {
		font-size: 0.8em;
		line-height: 2em;
		letter-spacing: 1px;
	}

	.subscribe-form {
		margin: 1em auto 0;
		padding: 10px 0;
	}

	.banner-w3layouts-info p {
		letter-spacing: 4px;
	}
	
}

@media(max-width:384px) {
	.navbar-light .navbar-brand {
		font-size: 32px;
	}

	.nav-pills .nav-link {
		padding: 0.5em 0.6em;
		font-size: 0.9em;
	}

	.error-404 h4 {
		font-size: 6em;
	}
}

@media(max-width:375px) {

	.search_top select#country12,
	.search_top select#country13 {
		font-size: 0.9em;
		padding: 0.5em 0.8em;
		height: 46px;
	}

	.search_top input[type="text"],
	.search_top input[type="submit"] {
		font-size: 0.91em;
		padding: 0.8em 0.8em;
	}

	.search_top input[type="submit"] {
		font-size: 1.1em;
		padding: 0.58em 1em;
	}

	.banner-w3layouts {
		min-height: 420px;
	}

	#navbarSupportedContent {
		padding: 0.5em 0;
		width: 90%;
	}

	h3.tittle.ser {
		font-size: 1.5em;
		width: 100%;
	}

	p {
		margin: 0;
		font-size: 0.85em;
	}

	.portfolio-area li {
		float: left;
		list-style-type: none;
		overflow: hidden;
		max-width: 238px;
		margin: 10px;
	}

	.portfolio-categ li {
		display: inline-block;
		padding: 6px 10px;
		margin-bottom: 0.3em;
	}
 
}

@media(max-width:360px) {
	.banner-w3layouts-info {
		margin-top: 0em;
	}

	#search_form h3 {
		font-size: 1.5em;
	}

	#search_form form {
		margin: 0.7em auto 0;
		width: 96%;
	}

	.banner-w3layouts {
		min-height: 390px;
	}

	.navbar {
		padding: 0.5em 1em 1.5em 1em;
	}
}

@media(max-width:320px) {
	.banner-w3layouts-info {
		margin-top: 0em;
	}

	#search_form h3 {
		font-size: 1.5em;
	}

	#search_form form {
		margin: 0.7em auto 0;
		width: 96%;
	}
}



.ofs {
	color: #929191 !important;
	font-weight: 700;
	background-image: linear-gradient(to right, #ffffff, #ffffff, #ffffff, #ffffff);


	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ofs:hover {
	background-image: linear-gradient(to right, #40e495, #3098dd, #178acc, #25aae1);
	box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
	color: #ffffff !important;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-position: 100% 0;

	cursor: pointer;
}

.ofs:hover p {
	color: #fff !important;
}


.btn-outline-success {
	color: var(--primary);
	background-color: transparent;
	background-image: none;
	border-color: var(--primary);
}

.btn-outline-success:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}



.inner-sec-agileits-casaprogramada .card:hover {

	border: 1px solid var(--primary);
	box-shadow: 0px 0px 12px 1px var(--primary);
}

.inner-sec-agileits-casaprogramada .card:hover .btn {

	background-color: var(--primary);
	color: #fff;
}

.inner-sec-agileits-casaprogramada .card .card-body .chatwats {
	margin: -20px -20px 10px -20px;
	min-height: 250px;
	background: #00000000;
	padding: 10px;
	border-radius: 3px;

	background: url(https://neuroup.com.br/wp-content/uploads/2019/12/Fundo-WhatsApp.jpg);
	color: #fff;
}

.inner-sec-agileits-casaprogramada .card .card-body .chatwats p {

	color: #1a1a1a;
	font-size: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;

}

h6.card-title {
	font-size: small;
}

h6.card-title span {
	color: #f5822f;
	font-size: larger;
	font-weight: 500;
}

h4.tittle span {
	color: #f5822f;
	font-size: larger;
	font-weight: 500;
}

.inner-sec-agileits-casaprogramada .card img {
	border-radius: 3px;
}


.inner-sec-agileits-casaprogramada.imoveisanunciados .card:hover {
	transform: scale(1.05);
	z-index: 20;
}


.buscadoraberto {
	display: none;
}

.casabusca {
	padding: 20px;
	/* border: 1px solid; */
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 11px #ffffff40;
}

.transparentbutton {
	color: #ff8800;
	background-color: transparent;
	background-image: none;
	border-color: #ff7b00;
}


/*-- toggle switch --*/
.theme-switch-wrapper {
	display: flex;
	align-items: center;
}

.theme-switch-wrapper em {
	margin-left: 10px;
	font-size: 1rem;
}

.theme-switch {
	display: inline-block;
	position: relative;
	margin: 0;
}

.theme-switch input {
	display: none;
}

/*-- //toggle switch --*/
/* //bootstrap */
/*-- dark and light mode styling --*/
.mode-container {
	width: 24px;
	height: 24px;
	padding: 0px 0;
	margin-left: 10px;
	color: var(--font-color);
	margin-top: 8px;
}

.mode-container:hover {
	color: var(--heading-color);
}

.mode-container i {
	font-size: 15px;
}

.gg-sun {
	position: relative;
	transform: scale(var(--ggs, 1));
	height: 24px;
	background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 2px;
	border: 6px solid transparent;
}

.gg-moon {
	overflow: hidden;
	position: relative;
	transform: rotate(-135deg) scale(var(--ggs, 1));
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-bottom: 2px solid transparent;
}

.gg-moon,
.gg-moon:after {
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
	color: var(--footer-color);
}

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
	color: var(--heading-color);
}

.gg-moon:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 18px;
	border: 2px solid transparent;
	box-shadow: 0 0 0 2px;
	top: 8px;
	left: 2px;
}

.gg-sun,
.gg-sun:after,
.gg-sun:before {
	box-sizing: border-box;
	display: block;
	width: 24px;
}

.gg-sun:after,
.gg-sun:before {
	content: "";
	position: absolute;
	height: 2px;
	border-right: 4px solid;
	border-left: 4px solid;
	left: -6px;
	top: 5px;
}

.gg-sun:before {
	transform: rotate(-45deg);
}

.gg-sun:after {
	transform: rotate(45deg);
}

.mode-container i.gg-sun {
	display: none;
}

.mode-container i.gg-moon {
	display: block;
	cursor: pointer;
}

input:checked+.mode-container i.gg-sun {
	display: block;
	cursor: pointer;
}

input:checked+.mode-container i.gg-moon {
	display: none;
}
	.footer-grid-wthree.text-left .p-4 {
   
    border-radius: 8px;
    width: 100%;
    height: -webkit-fill-available;
    background: var(--footer-color);
	border: 1px solid #4645453b;
margin-top: 5px;
}

.footer-grid-wthree.text-left .p-4:hover{
	border: 1px solid #f000f0;
}
.footer-grid-wthree.text-left .p-4 ul li a:hover{
	color:#f000f0 !important; 
	background-color: #c9c4c4;
	border-radius: 6px;
}
/* .cont-ser-position {
  color: #fff;
} */