/*
Estilo da página - Venda Comigo
*/

html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

p {
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.5px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

/* banner */

/* header */

.navbar-light .navbar-brand {
    font-size: 1em;
    color: #0977b1;
}

header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    /* text-transform: capitalize; */
    color: #3a6c9d;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.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: #2aa19c;
    border-bottom: 1px solid #2aa19c;

    /* color: #9fd6c9;
    border-bottom: 1px solid #9fd6c9; */
    /* background: #fff; */
    /*
    transform: translateY(5px);
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    -webkit-transform: translateY(5px);*/
}

.w3ls-btn {
    letter-spacing: 1px;
    font-weight: 600;
}

/*-- //header --*/

/* banner */

.bg1 {
    background: url(../images/bg2.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 45vw;
}

.bg2 {
    background: url(../images/bg3.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 45vw;
}

.bg3 {
    background: url(../images/bg.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 45vw;
}

.banner-text {
    padding: 25vw 0 0;
}
h4.agile-title {
    color: #fff;
    font-size: 2.8em;
    /* text-shadow: 3px 1px 1px #000; */
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 2px;
    /* width: 57%; */
}
/*-- text Slider --*/

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_tabs li {
    display: block;
    margin: 0.5em 0;
}

.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}

.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 0.5em;
}

.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}

.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    right: 50%;
    margin-right: -42px;
    /* right: 50px; */
    bottom: 20px;
    z-index: 2;
    border-radius: 5px;
}

.slider-top span {
    font-weight: 600;
}
.slider-info p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 1em;
    /* text-transform: capitalize; */
    /* width: 66%; */
}

.slider-info a {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-shadow: 2px 1px 1px #000; */
}

/* //text slider */

/* //banner */
/*-- Tecnologia --*/
h3.w3ls-title {
    font-size: 2.7em;
    color: #000;
}
.card.w3l-acd:nth-child(2) {
    margin: 1em 0;
}
span.fa.fa-check.mr-2 {
    color: #9fd6c9;
}
.card-header {
    padding: 0.4rem 1.25rem;
}
button.btn.btn-link {
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}
button.btn.btn-link:hover{
	text-decoration:none;
}
/*-- //Tecnologia --*/
/*-- stats --*/
.w3layouts_stats_left {
    padding: 0;
    text-align: center;
}
.w3layouts_stats_left p {
    font-size: 3.5em;
    font-weight: 500;
    letter-spacing: 2px;
    color: #9fd6c9;
    margin: 0 0 0.2em 0;
}
.w3layouts_stats_left h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.inner_w3l_agile_grids-1 h6 {
    font-size: 15px;
    margin-top: 0.8em;
    color: #000;
}
section.stats h4 {
    font-size: 40px;
    width: 65%;
    text-align: center;
	line-height: 1.2em;
    margin: 0 auto;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
p.stap {
    font-size: 15px;
    color: #000;
    margin: 1em 0 5em;
    text-align: center;
}
/*-- //stats --*/


arrow-container,
.arrow-1 {
    width: 100px;
    height: 100px;
}

.arrow-container {
    position: absolute;
    bottom: 25px;
    left: 47%;
    right: 0;
    top: 42%;
}

.arrow-1 {
    background:transparent;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: #9fd6c9;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:focus {
    text-decoration: none;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.arrow-2 i.fa {
    font-size: 1.2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

/*Planos*/

/*----*/

.pricing-grid1,
.pricing-grid2,
.pricing-grid3 {
    width: 31.5%;
    float: left;
    text-align: center;
    margin-right: 2%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 0;
   border:2px solid #9fd6c9;

   color: #484848;
}

.pricing-grid3 {
    margin-right: 0;
}
/*
.pricing-grid1:hover,
.pricing-grid2:hover,
.pricing-grid3:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}
*/
.pricing-grid1:nth-child(3) {
    margin-right: 0;
}

.price-value h3 a,
.price-value.two h3 a{
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
}

.price-value.three h3 a {
    font-size: 32px;
    height: 46px;
    line-height: 46px;
    color: #fff;
}

.price-value,
.price-value.two,
.price-value.three {
    background: #9fd6c9;
    padding: 16px 0;
    border-bottom: 2px solid #9fd6c9;
}
.price-value.two {
    background: #9fd6c9;
    border-bottom: 2px solid #9fd6c9;
}

.price-value.three {
   background: #9fd6c9;
    border-bottom: 2px solid #9fd6c9;
}

.price-value ul,
.pricing-grid1 ul,
.pricing-grid2 ul,
.pricing-grid3 ul {
    padding: 0;
}

.price-value ul li,
.pricing-grid1,
.pricing-grid2 ul li,
.pricing-grid3 ul li {
    list-style: none;
}

.price-value ul li {
    list-style: none;
}

.price-value h5 {
    color: #fbd707;
    font-size: 19px;
}

.price-value.two h5 {
    color: #14cdf5;
}

.price-value.three h5 {
    color: #018f90;
}

.price-value h5 {
    padding-top: 16px;
}

.pricing-grid1 ul li,
.pricing-grid2 ul li,
.pricing-grid3 ul li {
    color: #484848;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 400;
}
.price-bg {
    background: #fff;
}

.price-bg ul {
    padding: 0;
}

.price-bg ul li {
    list-style: none;
}

.cart1,
.cart2,
.cart3 {
    padding: 50px 0 40px;
    display: block;
}
.cart1 span,
.cart2 span,
.cart3 span {
    font-size: 15px;
    padding: 10px 30px;
    text-decoration: none;
	background: transparent;
    border: 2px solid #9fd6c9;
    border-radius: 30px;
    color: #666;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
    letter-spacing: 1px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.cart1 span:hover,
.cart2 span:hover,
.cart3 span:hover {
    background: #9fd6c9 none repeat scroll 0 0;
    color: #fff;
    border-color: #9fd6c9;
}

/*----*/
.pricing-grids h5 {
    font-size: 26px;
    padding: 24px 0;
}
/*-- depoimentos--*/
.tex-t {
    display:table-cell;
    /* float: right; */
    padding: 3em 2em 0;
}
.w3_agile_testimonials_grid_left img {
    border-radius: 50%;
    border: 3px solid #a2d6c8;
}
.tex-t h4 {
    color: #9fd6c9;
    font-size: 22px;
}
.agile_testimonials_grid p {
    color: #fff;
    line-height: 2em;
    margin-bottom: 1em;
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
}
.w3_agile_testimonials_grid_right {
    text-align: left;
    float: left;
    width: 94%;
    padding: 1em 4em;
    border: 3px solid #9fd6c9;
    position: relative;
}
.test-tooltip:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 38%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #9fd6c9;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #9fd6c9;
    transform: rotate(90deg);
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.w3_agile_testimonials_grid_left {
    margin-top: 0em;
    /* float: left; */
    display: table-cell;
}
.w3_agile_testimonials_grid {
    float: left;
    padding: 2em 0em 0;
}
.w3_agile_testimonials_grid_right h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3_agile_testimonials_grid_right h5{
	font-size:14px;
	color: #9fd6c9;
}
.agile_testimonials_grids {
    margin: 4em 0 2em;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/left1.png) no-repeat 8px 13px #9fd6c9;
    top: 18% !important;
}
.nbs-flexisel-nav-left {
	left:0%;
}
.nbs-flexisel-nav-right {
	right:3%;
    background:url(../images/right1.png) no-repeat 8px 13px #9fd6c9;
}
/*--//flexisel--*/
.agile_testimonials_grid {
    margin: 0 0em 2em;
}
.port {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 0px 19em;
    line-height: 2em;
    text-align: center;
}
.ser-info{color:#fff;}
/*-- //depoimentos --*/
.testimonials {
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
}
.heading-agileinfo {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    color: #000;
    /* text-transform: capitalize; */
    position: relative;
    margin-top: 0;
}
.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    /* text-transform: capitalize; */
    color: #000000;
    font-weight: 500;
}
/* .heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
} */
/*-- Diferencial --*/
h5.card-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #9fd6c9;
	font-weight: 600;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
/*-- //card --*/
h4.modal-title {
    font-size: 24px;
    color: #9fd6c9;
    font-weight: 600;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
/*--Diferencial--*/
footer {
    background-color: #2d2d2d;
}

footer h3{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0.7em 0;
}

footer-list i {
	padding-right: 10px;
	color: #ffa41f;
}

footer ul li a {
	color: #bfbfbf;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #9fd6c9;
}

footer ul li.hd {
	color: #9fd6c9;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #9fd6c9;
	-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;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 30px;
}

a.facebook:hover {
	color: #9fd6c9;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
    text-align:center;
    padding-bottom: 10px;
}

.copyright {
	background: #141415;
	color: #fff;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
    color: #bfbfbf;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.copyrightbottom a {
	color: #9fd6c9;
	text-decoration: none;
}

.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}
.banner-1 {
    background: url(../images/bg2.jpg)no-repeat;
    height: 18vw;
}
.w3layouts_bottom {
    background:url(../images/bg3.jpg) no-repeat 0px 0px;
	text-align: center;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	padding:6em 0;
}
.w3layouts_getin_info h3 {
    color: #fff;
    letter-spacing: 4px;
    font-size: 36px;
    text-align: left;
}
.w3layouts_getin a {
    font-size: 1em;
    color: #fff;
    background: #9fd6c9;
    padding: 0.7em 2em;
    letter-spacing: 2px;
    display: inline-block;
}
.w3layouts_getin a:hover {
    color: #fff;
    background: #9fd6c9;
}
/*-- welcome --*/
.welcome-left h3 {
    color: #9fd6c9;
    font-size: 36px;
    letter-spacing: 1px;
}
.welcome-left h4 {
    color: #464646;
    font-size: 17px;
    line-height: 1.8;
    margin: 15px 0;
	    font-weight: 700;
    letter-spacing: 1px;
}
.welcome-left p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
}
/*-- about-team --*/

.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.team .effectd-caption {
    padding: 20px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.team h4 {
    color: #9fd6c9;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}
.social-lsicon a {
    color: #000;
    padding: 0 7px;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
    color: #ffdc39;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //about-team --*/
/*--Funcionalidades --*/
.w3-services{
  padding:5em 0;
}
.w3-services-left-grid h3 {
    color: #fff;
}
.w3-services-left-grid h4 {
    font-size: 1.4em;
    color: #fff;
	margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3-services-left-grid p, .w3-icon-grid1 p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
    /* text-transform: capitalize; */
    color: #777;
}
.Supp {
    float: left;
    width: 80%;
    margin-left: 5%;
}
.w3-icon-grid1 i {
    font-size: 16px;
    color: #fff;
    float: left;
    width: 40px;
    height: 40px;
    background:#029EB7;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.w3-icon-grid-gap1:nth-child(2){
    margin: 3em 0;
}
.w3-services-right-grid h3 {
    /* text-transform: capitalize; */
    color: #58575d;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.w3-services-left-grid a {
    color: #fff;
    /* text-transform: capitalize; */
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.w3-services-left-grid a:hover{
    background: #1cc7d0;
    border: 2px solid #1cc7d0;
}
.more{
	margin:2em 0;
}
.w3-services-right-grid {
    padding-left: 4em;
}
/*-- what we do --*/
.w3l_header {
    text-align: center;
    font-size: 3em;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.wthree_head_section p {
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    width: 60%;
    color: #5e5e5e;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.wthree_head_section {
    margin-bottom: 5em;
}
.about-info-grids {
    text-align: center;
}
.bord {
    background: #e8e8e8;
    height: 1px;
    width: 75%;
    margin: 3em auto;
}
.about-info.about-info2 {
   border-left: 1px solid #e8e8e8;
   border-right: 1px solid #e8e8e8;
}
.about-info-grids p {
    font-size: 15px;
    margin:0;
    color: #777;
    font-weight: 400;
	line-height:1.8em;
}
.about-info-grids h4 {
    font-size: 22px;
    color: #151515;
    letter-spacing: .075em;
    font-weight: 600;
    /* text-transform: capitalize; */
    margin: 20px 0;
}
.about-info-grids i {
    font-size: 36px;
    color: #9fd6c9;
}
/*-- //what we do --*/
.w3_agileits_header.two {
    color: #fff;
}
/*-- //Funcionalidades --*/

/* Fluxo */

h4.sec-title1.flow-odd {
    margin-right: 4em;
    margin-left: 0;
}

span.process-circle {
    display: block;
    background: #ff5f09;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #fbdcce;
}

.process-direction {
    position: absolute;
    border-top: 3px dotted #4bafe8;
    transform: rotate(115deg);
    left: -62%;
    width: 91%;
    top: 253px;
}

.process-direction2 {
    position: absolute;
    border-top: 3px dotted #4bafe8;
    transform: rotate(64deg);
    left: -61%;
    width: 91%;
    top: -234px;
}

ul.partners-icon li i {
    font-size: 9em;
    color: #777;
}

ul.partners-icon li {
    display: inline-block;
    margin: 0 2em;
}

/* //Fluxo */


.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

/* -- Responsive code -- */

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1080px) {
 .w3layouts_getin_info h3 {
    font-size: 30px;
}
}

@media screen and (max-width: 1050px) {
   
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        padding: 0.2rem 0.5rem;
        /* background-color: #9fd6c9; */
        background-color: #bae3e1;
        border: none;
    }
    .slider-info {
        height: 57vw;
    }
    h3.w3ls-title {
        font-size: 3em;
    }

	.navbar-nav .dropdown-menu {
		text-align: center;
	}
	h4.agile-title {
    width: 88%;
}
.slider-info p {
    width: 100%;
}
.details-w3l {
    margin-top: 2em;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4){
	margin-top:1.5em;
}
.copyrighttop {
    float: none;
    text-align: center;
    margin-bottom: 0.5em;
}
.copyrightbottom {
    float: none;
    text-align: center;
}
.w3layouts_getin_info {
    margin-bottom: 1em;
}
.w3layouts_getin_info h3 {
    text-align:center;
}
.banner-1 {
    height: 26vw;
}
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  .w3_agile_testimonials_grid_right {
    width: 97%;
}
}

@media screen and (max-width: 736px) {
    .banner-text {
        padding: 9vw 0 0;
    }
    .jumbotron {
        padding: 0;
    }
    h3.w3ls-title {
        font-size: 2.7em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
h4.agile-title {
    font-size: 2.5em;
    width: 100%;
}
.heading-agileinfo {
    font-size: 32px;
    margin-bottom: 0.8em;
    padding-top: 15px;
}
.w3layouts_stats_left p {
    font-size: 2.5em;
}
.arrow-container {
    left: 43%;
    top: 34%;
}
#small-dialog1 {
    max-width: 560px;
}
.about-info.about-info2 {
    border-left: none;
    border-right: none;
}
.about-info.about-info2 {
    margin: 2em 0;
}
}
@media screen and (max-width: 667px) {
    .slider-info {
        height: 61vw;
    }
    h3.w3ls-title {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 640px) {
.banner-1 {
    height: 29vw;
}
}

@media screen and (max-width: 600px) {
    .home h3 {
        font-size: 1.8em;
    }
    .banner-text {
        padding: 9vw 3vw 0;
    }
    h3.agile-title {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 568px) {
    h3.w3ls-title {
        font-size: 2.4em;
    }
    h3.agile-title {
        font-size: 2.3em;
    }
	h4.agile-title {
    font-size: 2em;
    line-height: 1.3em;
}
.w3_counter_grid1,.w3_counter_grid2{
	margin-top:1.5em;
}
.agile_testimonials_grids {
    margin: 0em 0 0em;
}
}
@media screen and (max-width: 480px) {
    .slider-info {
        min-height: 315px;
    }
    h3.w3ls-title {
        font-size: 2.2em;
    }
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
    width: 100%;
    margin-right: 0%;
}
.pricing-grid2 {
    margin: 1.5em 0;
}
.heading-agileinfo span {
    font-size: 14px!important;
    letter-spacing: 2px;
}
.pop-bg {
    min-height: 50vw;
}
.arrow-container {
    left: 39%;
    top: 30%;
}
.banner-1 {
    height: 34vw;
}
.welcome-left h3 {
    font-size: 30px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    padding: 15px 0;
    width: 34%;
}
}
@media screen and (max-width: 414px) {
    .banner-text {
        padding: 8vw 3vw 0;
    }
	.navbar-light .navbar-brand {
    font-size: 0.9em;
}
.navbar {
    padding: 0.5rem 0rem;
}
.slider-info p {
    font-size: 14px;
}
.w3_agile_testimonials_grid_right {
    padding: 1em 3em;
}
}

@media screen and (max-width: 384px) {
	.card-header {
    padding: 0.4rem 0.2rem;
}
button.btn.btn-link {
    letter-spacing: 1px;
}
.w3layouts_getin_info h3 {
    font-size: 27px;
}
}

@media screen and (max-width: 375px) {
    .callbacks_tabs {
        /* right: 20px; */
        right: 50%;
        margin-right: -42px;
    }
    h3.agile-title {
        letter-spacing: 1px;
    }
	h4.agile-title {
    font-size: 1.6em;
}
}

@media screen and (max-width: 320px) {
    .navbar-light .navbar-brand {
        font-size: 0.8em;
    }
    h3.w3ls-title {
        font-size: 2em;
    }
	h4.agile-title {
    font-size: 1.4em;
}
.banner-text {
    padding: 12vw 3vw 0;
}
.slider-info p {
    font-size: 13px;
}
.heading-agileinfo span {
    letter-spacing: 0px;
}
.heading-agileinfo {
    font-size: 30px;
    margin-bottom: 0.4em;
}
.heading-agileinfo span:after {
    top: 124%;
    right: 39%;
}
button.btn.btn-link {
    letter-spacing: 0px;
    font-size: 15px;
}
.arrow-container {
    left: 35%;
    top: 20%;
}
.w3_agile_testimonials_grid_right {
    padding: 1em 2em;
}
.test-tooltip1:after {
    /* bottom: -6%; */
}
.tex-t {
    padding: 3em 0em 0 1.5em;
}
.tex-t h4 {
    font-size: 18px;
}
.copyrightbottom p {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 25px;
}
p.card-text {
    font-size: 14px;
}
.agile_testimonials_grid p {
    font-size: 14px;
}
.w3layouts_getin_info h3 {
    font-size: 21px;
	letter-spacing:3px;
}
.banner-1 {
    height: 37vw;
}
}

/* -- //Responsive code -- */



/* -- Customizações --  */

.site-vc .btn-primary {
    background-color: #319994;
    border-color: #319994;
}

.site-vc .btn-primary-overlay {
    background-color: rgba(49, 153, 148, 0.7);
}

@media screen and (max-width: 640px) {
    .logo-cabecalho {
        width: 200px;
    }
}

.site-vc .btn.btn-duvida {
    white-space: initial;
}

.site-vc .navbar-brand.logo {
    padding-top: 0;
}

.site-vc .section-impar {
    background-color: #fbfbfb;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.site-vc section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.site-vc .section-par {
    background-color: white;

}

.site-vc .container {
    height: 100%;
    padding-bottom: 20px;
}

.site-vc header .container {
    padding-bottom: 0 !important;
}

.site-vc .redes-sociais li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0px;
    border-radius: 8px;
    background-color: #3e3d3d;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
}

.site-vc footer .container {
    padding-top: 20px;
}

.site-vc .footer-title li span.fa {
    width: 20px;
}

.site-vc .footer-title li a {
    display: inline-block;
}

.process-direction, .process-direction2, .process-circle {
    display: none !important; 
}

.pricing-grid1, .pricing-grid3 {
    margin-top: 20px;
}

.pricing-grid2 {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.price-value h3 {
    height: 60px;
    line-height: 60px;
}

.price-value h3 > span {
    display: block;
    color: white;
    font-size: 36px;
}

.price-value.two h3 > span {
    line-height: initial;
}

.price-value h3 > span.preco-complemento {
    font-size: 16px;
}

.price-top {
    position: absolute;
    transform: rotateZ(45deg);
    background: #ffc107;
    width: 100px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    right: -24px;
    top: 15px;
}

.preco-moeda, .price-value.three h3 > span {
    font-size: 26px;
}

.site-vc .py-5, .site-vc .pt-5 {
    padding-top: initial !important;
}