/** All styles  **/
.small_separator {
	width: 30px;
    height: 2px;
    margin: 20px 0px;
    background: #00BFFF;
}

.separator_left {
	width: 85px;
    height: 2px;
    margin: 20px 0px;
    background: #00BFFF;
}

/* Estrutura principal */
html, 
body {
	height: 100%;
}

header {
	/* background-image: url("../img/carousel0.jpg"); */
	background-image: url("../img/Banners_SiteFast_2.jpg");
	background-size: cover;
	background-position: top center;
	height: 100%;
	position: relative;
}

.item {
	height: 100vh;
  	min-height: 300px;
  	background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.header-sobre {
	background-image: url("../img/quem_somos.jpg");
	background-size: cover;
	background-position: top center;
	height: 100%;
	position: relative;
}

.separator_auto {
	width: 85px;

}

nav {
	margin-bottom: 0 !important;
}

.navbar-collapse {
	margin-top: 25px;
}

/* Banner */
.fast-banner {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 20px;
	width: 80%;
	border-radius: 8px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -40%);
	transition: .3s;
}

.item-banner-home {
	background-size: cover;
}

.carousel-item {
	height: 100vh;
  	min-height: 300px;
  	background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Contato */
#titulo-container {
	margin-bottom: 25px;
	text-align: center;
}

.bg-contact {
	background-color: #797979; /* deepskyblue */
	color: #FFF;
}

.contato-head h3 {
	margin-top: 0;
}

.contato-body {

}

/* Pagina sobre nos */
@media (min-width: 768px) {
	.order-md-2 {
		order: 2;
	}
	.order-md-1 {
		order: 1;
	}
}

/* ABOUT US
-------------------------------------------------- */
#about {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* WHY US
-------------------------------------------------- */
#whyUs {
	padding-top: 70px;
}

.section-header h3 {
	font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header p {
	text-align: center;
    padding-bottom: 30px;
    color: #333;
}

#whyUs .about-col {
	background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

#whyUs .about-col .img img {
	border-radius: 4px 4px 0 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

#whyUs .about-col h2 {
	color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#whyUs .about-col p {
	font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

/* Produtos
-------------------------------------------------- */
.main_pricing {
	overflow: hidden;
	width: 100%;
}

.roomy-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.head_title {
	padding-bottom: 7.143em;
	overflow: hidden;
}

.pricing_item {
	position: relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.pricing_head {
	background-color: #f7f7f7;
}

.p-bottom-30 {
	padding-bottom: 30px;
}

.p-top-30 {
	padding-top: 30px;
}

.bg-white {
    background-color: #fff;
}

.pricing_top_border {
	height: 4px;
    width: 100%;
    background-color: #00BFFF;
}

.btn-product {
	background-color: #00BFFF;
}

/*----------------------------------------*/
/* 11. Produtos Area
/*----------------------------------------*/

#pricing {
	margin-top: 0px;
	margin-bottom: 35px;
}

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #444;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/* Services - BEGIN 
-------------------------------------------------- */
#services .lead, #services h2 {
	color: #fff;
}

.center {
	text-align: center;
	padding-bottom: 55px;
}

.lead {
	margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

#services {
	background: #000 url(../img/services/bg_services.png);
    background-size: cover;
}

.services-wrap {
	padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

/* Services - END
-------------------------------------------------- */

/* PARTNERS - BEGIN
-------------------------------------------------- */
#partner {
	background: url(../img/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.partners ul li {
	display: inline-block;
	width: 20%;
	float: left;
}

/* PARTNERS - END
-------------------------------------------------- */

/* Footer - BEGIN
-------------------------------------------------- */
.footer-fast {
	padding-top: 25px;
}

.bg-dark-blue {
	background-color: #000000;
	color: #FFF;
	height: 80px;
	vertical-align: middle;
}

.bg-dark-blue a {
	color: #FFF;
}

/* Footer - END
-------------------------------------------------- */