* {
	margin: 0;
	padding: 0;
}
/* texto bullet sob fundo azul */
body {
	font-family: Poppins;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

a { color: #000; }
a:focus { outline: none; }
a:hover { text-decoration: none; color: #000; }
/* Título */
h1 {
	color: #22d7e0;
	font-size: 40px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
/* banner */
h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #22d7e0;
}

@media (max-width: 767.98px) {
	h1 { font-size: 32px; }
}

.white { color: #fff!important; }
.blue1 { color: #8dd0d3!important; }
.blue2 { color: #22d7e0!important; }

.row-estreita { width: 75%; margin: 0 auto; }
.row-super-estreita { width: 50%; margin: 0 auto; padding-bottom: 20px;}
@media only screen and (max-width : 575.98px) {
	.row-estreita { width: 100%; }
	.row-super-estreita { width: 100%; }
}
/* Button */
.btn {
	padding: .5rem 2rem;
	border-radius: 2rem;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.btn:hover { color: #fff; }
.btn-blue1 { background: #8dd0d3; }
.btn-blue2 { background: #22d7e0; }
.btn-blue1:hover { background: #74b1b4; }
.btn-blue2:hover { background: #1ebbc3; }
.btn-white {
	background: #fff;
	color: #22d7e0;
}
 .btn-white:hover { background: #bdf0f2; }
/* subtítulo */
p.body-txt-lg {
	font-size: 18px;
	line-height: 26px;
}


@media (min-width: 576px) { ... }
@media (min-width: 768px) { ... }
@media (min-width: 992px) { ... }
@media (min-width: 1200px) { ... }
@media (max-width: 575.98px) { ... }
@media (max-width: 767.98px) { ... }
@media (max-width: 991.98px) { ... }
@media (max-width: 1199.98px) { ... }

/* topo */

#topo-share {
	background: #8dd0d3;
	height: 35px;
}
#topo-share img { vertical-align: top; }
#topo-share a,
/* texto top header */
#topo-share span {
	color: #fff;
	font-weight: 300;
	font-size: 11px;
}
#topo-share a[href^="mailto:"] { padding-left: 10px; }
#topo-share ul.list-inline { margin-bottom: 0; }

#topo { height: 70px; }
#topo .btn:first-child { margin-right: 10px; }
#topo img { max-height: 60px; }

@media (max-width: 991.98px) {
	#topo .btn { padding: .5rem 1.5rem; }
}
@media (max-width: 767.98px) {
	#topo-share { height: auto; }
	#topo-share .my-auto { margin-top: 10px!important; margin-bottom: 10px!important; }
	#topo-share a[href^="mailto:"] { padding-left: 26px; }
	#topo-share a,
	#topo-share span { font-size: .7rem; }
}
@media (max-width: 575.98px) {
	#topo-share ul img { width: 80%; }
	#topo-share ul .list-inline-item:not(:last-child) { margin-right: .1rem; }
	#topo .btn { padding: .5rem .8rem; }
}
@media (max-width: 359.98px) {
	#topo-share a,
	#topo-share span { font-size: .6rem; }
	#topo-share ul img { width: 60%; }
	#topo-share ul .list-inline-item:not(:last-child) { margin-right: -0.5rem; }
	#topo .btn { padding: .5rem .4rem; }
}

/* banner */

.banner { height: 899px; }
.banner h3 { margin-bottom: 20px; }
#banners .slick-dots { margin-top: -50px; }


/* modifiquei isso */
@media (max-width: 1920px) {
	.banner { height: 700px; }
}

/* bemvindo */

#bemvindo { background: #8dd0d3; }
.bemvindo_box {
	height: 270px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 40px 24px 24px 24px;
	background: #fff;
	border-radius: 10px;
}
.bemvindo_box img { height: 62px; }
.bemvindo_box h4 {
	margin-top: 8px;
	margin-bottom: 20px;
}

/* numeros */

#numeros {
	/*background: #fff url(../img/perc_bg.png) center center no-repeat;*/
}
#numeros .box-perc {
	position: relative;
	max-width: 300px;
	margin: 0 auto 30px auto;
}
#numeros .box-perc-num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #22d7e0;
	font-size: 42px;
	font-weight: normal;
}
#numeros p.perc-texto {
	font-size: 40px;
	line-height: 1.2em;
	color: #22d7e0;
}

@media (max-width: 767.98px) {
	#numeros p.perc-texto { font-size: 22px; }
}

@media (max-width: 575.98px) {
	#numeros .box-perc-num { font-size: 32px; }
}

/* vantagens */

#vantagens {
	background: #666 url(../img/vantagens_bg.png) top right no-repeat;
	background-size: auto 100%;
}
#vantagens p { color: #fff; }
.box_vantagem {
	min-height: 100px;
	margin-bottom: 40px;
}
/* Título Vantagens */
.box_vantagem-tit {
	margin-bottom: 15px;
	color: #22d7e0;
	font-size: 24px;
	font-weight: 400;

}
.box_vantagem-tit img { width: 20px; }
.box_vantagem-tit span { padding-left: 6px; }

@media (max-width: 767.98px) {
	#vantagens { background: #666; }
}

/* solucoes */

#solucoes {
	padding: 20px 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 30px -20px rgba(34,215,224,1);
}

@media (max-width: 767.98px) {
	#solucao .backstretch { display: none; }
	#solucoes { box-shadow: none; }
}


/* aumento box solução */
.box-solucao {
	min-height: 200px;
	padding: 40px 30px;
}
#solucoes > .row > .col:last-child .box-solucao { border-right: none; }
.box-solucao-txt { margin-left: 20px; }

@media (min-width: 768px) {
	.brd-md { border-right: 1px solid rgba(0,0,0,.1); }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.brd-sm { border-right: 1px solid rgba(0,0,0,.1); }
}

/* depoimentos */

#depoimentos { background: rgba(34,215,224,.3); }
.depoimento {
	min-height: 260px;
	margin: 0px 20px 20px 20px;
	padding: 40px 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 30px -5px rgba(141,208,211,1);
}
#depoimentos .slick-dotted.slick-slider { padding-bottom: 30px; }
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #22d7e0;
}

/* rodape */

#rodape { background: #8dd0d3; }
#logo-rodape { width: 160px; }
#rodape span, #rodape a { color: #fff; }

.form-control {
	border-radius: .5rem;
	border: none;
}
.form-control::placeholder {
	color: #22d7e0;
	font-size: .8rem;
}
#rodape textarea { height: 100px; }

