@charset "UTF-8";
body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #000000;
}

.clearfix{clear: both;}
strong{font-weight:700;}
.verticalTxtAlign{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	text-align:center;
}
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

/* H1 TO H6 */
h1{font-size:48px; font-weight: 700;}
h2{font-size:36px; font-weight: 700;}
h3{font-size:30px; font-weight: 700;}
h4{font-size:24px; font-weight: 700;}
h5{font-size:18px; font-weight: 700;}

/* FONTS WEIGHTS E COLORS */
.txt-color-orange {
    color: rgb(238, 86, 35);
}

.caixa-cinza-customs {
    background: rgb(235, 241, 245);
    padding: 35px;
}

.div-btn-white-coloredBg {
    position: relative;
    display: inline-block;
    margin: 18px 5px;
}

/* BANNER - START */
.bg-grey-text {
    background-color:#e2eaed;
	color:#000000;
	padding:4px 20px;
	border-radius: 50px;
	display:inline-block;
}
/* BANNER - END */

/* BOTOES */
.btn-orange {
    padding: 15px 50px;
    border-radius: 100px;
    background: #e74923;
    border: none;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:click{
    color: #ffffff !important;
    text-decoration: none;
}
.btn-white {
    padding: 10px 50px;
    border-radius: 100px;
    background: #ffffff;
    border: none;
    color: #e74923;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:click{
    color: #e74923;
    text-decoration: none;
}
.divBtn a{
    text-align: center;
    text-decoration: none;
}

/* MENU - END */

/* DESTAQUE */
.contentor-destaques {
    background-color: #f6f6f6;
    color: #000000;
    width: 100%;
    padding: 0;
}
.white-box{
	background-color: #ffffff;
    color: #000000;
    width: 100%;
    padding: 30px 30px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

/* SOLUÇÕES */
.pontosSolucoes {
	list-style-type: none;
	padding: 0;
}
.pontosSolucoes li {
	display: flex;
	align-items: center;
    margin-bottom: 20px;
}
.pontosSolucoes li::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../layout/ponto-lista.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 15px;
    padding-right: 25px;
}
.pontosSolucoes li span {
  display: inline-block;
  vertical-align: middle;
}

/* RODAPE */
.bg_orange{background-color: #e74923; color: #ffffff; width: 100%;}
.bg_orange a{text-decoration: none; color: #ffffff;}
.bg_orange a:hover, .bg_orange a:active{text-decoration: none; color: #ffffff;}

.center-lista {
	list-style: none;
	width:100%;
	margin:0 auto;
}
.center-lista li {
	display:inline-block;
	margin: 0 15px;
}


/* TESTEMUNHOS */

.testimonial {
    text-align: center;
    padding: 10px 100px;
}
.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.carousel-control-prev-icon {background-image: url('../layout/previous-arrow.png');}
.carousel-control-next-icon {background-image: url('../layout/next-arrow.png');}
.carousel-control-next, .carousel-control-prev {width: 15%;}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 45px; height: 45px;}
	
/* TESTEMUNHOS */




/* BOOTSTRAP ALTERADA */
.mb-6 {margin-bottom: 5rem!important;}
.mt-6 {margin-top: 5rem!important;}
.pb-6 {padding-bottom: 5rem!important;}
.pt-6 {padding-top: 5rem!important;}

.bg-light {background-color: transparent!important;}
.navbar-light .navbar-nav .nav-link{font-weight:500; color:#000000;}


/* MEDIA QUERIES */

@media (max-width: 320px) {
	h1{font-size:30px;}
	h2{font-size:24px;}
	h3{font-size:20px;}
	h4{font-size:18px;}
	h5{font-size:16px;}
	
	.btn-orange {display: block; margin-top:5px;}
	.navbar-light .navbar-toggler {
		position: absolute;
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,0);
		right: 5px;
		top: 15px;
	}
	.navbar-collapse {margin-top: 25%;}
}



@media (min-width: 321px) 
  and (max-width: 480px) {
	h1{font-size:30px;}
	h2{font-size:24px;}
	h3{font-size:20px;}
	h4{font-size:18px;}
	h5{font-size:16px;}
	
	.btn-orange {display: block; margin-top:5px;}
	.navbar-light .navbar-toggler {
		position: absolute;
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,0);
		right: 5px;
		top: 15px;
	}
	.navbar-collapse {margin-top: 25%;}
}

	

@media (min-width: 481px) 
  and (max-width: 768px) {
	h1{font-size:30px;}
	h2{font-size:24px;}
	h3{font-size:20px;}
	h4{font-size:18px;}
	h5{font-size:16px;}
	
	.btn-orange {display: block; margin-top:5px;}
	.navbar-light .navbar-toggler {
		position: absolute;
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,0);
		right: 5px;
		top: 15px;
	}
	.navbar-collapse {margin-top: 25%;}
}

@media (min-width: 769px) 
  and (max-width: 1024px) {

}

@media (min-width: 1025px) 
  and (max-width: 1280px) {

}

@media (min-width: 1281px) 
  and (max-width: 1440px) {

}

@media (min-width: 1441px) 
  and (max-width: 1600px) {

}

@media (min-width: 1601px) 
  and (max-width: 1900px) {

}

@media (min-width: 1901px) {

}

/* ---------------------- */
/* DIMENSÕES DO CONTAINER */
/* ---------------------- */

@media (min-width: 1300px) {
	.container {max-width: 1220px !important;}
}
@media (min-width: 1600px) {
	.container {max-width: 1320px !important;}
}
@media (min-width: 1700px) {
	.container {max-width: 1420px !important;}
}