
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	border-top: 6px solid #E62318;
	background-color: #ffffff;
	background-image: url(../img/candyhole.png);/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.pagina .container{ background-color:#FFF; border-radius:5px;}

.pagina{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+2,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,0.98) 2%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,0.98) 2%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,0.98) 2%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */}
section.pagina .container{ padding-top:25px !important; padding-bottom:25px;  }
p {
  line-height: 1.75;
}

a {
  color: #B23442;
}

a:hover {
  color: #E62318;
}

.text-primary {
  color: #B23442 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

section {
  padding: 10px 0;
}

section.pagina {
  padding: 20px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section {
    padding: 75px 0;
  }
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #6E6E6E;
  border-color: #616161;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #C7414F;
	border-color: #B23442;
	color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #B23442;
  text-shadow: none;
  color: #FFF !important;
}

/*::selection {
	background: #B23442;
	text-shadow: none;
	color: #FFF !important;
}*/

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
	background-color: #fff !important;
	padding: 5px 0 !important;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #B9121F;
}

#mainNav .navbar-brand {
	color: #B23442;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #E62318;
}

#mainNav .navbar-nav .nav-item a.nav-link {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 8px !important;
	color: #5B5B5B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	border-right: 1px solid #F5F5F5;
	border-radius: 2px;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #E62318;
	border-bottom: 3px solid #E62318;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #FFF;
	padding: 5px;
	border-radius: 10px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 75px;
  padding-bottom: 50px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

@media (max-width: 767px) {
	#mainNav .navbar-brand img{ margin-left:15px; max-width:120px;}
	.navbar-toggler{ margin-right:15px;}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

section#contact {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #DFDFDF;
	color: #676767
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #B23442;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

footer {
  padding: 25px 0;
  background-color:#000;
  color:#FFF;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
	text-align:center;
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #000;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #B23442;
}

.taxa-servico-rodape{
	text-align: center !important;
	background-color: #E8E8E8;
	padding: 15px 0 15px;
	color: #333;
	border-radius: 5px 5px 0 0;
	margin-top: 15px;
	margin-bottom: 0;
	border-top: 1px solid #C7CED3;
	border-radius: 0;
}
.box-rodape{ padding-top:10px;}
.taxa-servico-rodape p{ text-align:center; padding:0  }
.faixa-topo{ background:#FFF;}

div.required label:after{content:' *';color:#9C2A2C;font-weight:bold;}
.has-error .form-control,.has-error .form-control:focus{border:#9C2A2C solid 1px !important;}
.has-error,.has-error a{color:#9C2A2C !important}

.top-faixa{
	background-color: #F4F4F4;
	color: #FFF;
	padding-top: 35px;
	padding-bottom: 25px;
	background-image: url(../img/top.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}
.top-faixa:before{ content:""; position:absolute; top:0; bottom:0; right:0; left:0; background:rgba(0,0,0,0.55); }
.top-faixa h1{ color:#fff}
hr.top-hr{
	max-width: 50px;
	margin: auto;
	background: #E62318;
	border-top: 5px solid #F60;
	margin-top:15px;
}
.top-faixa hr.top-hr{ background: #fff; border-top: 5px solid #fff; position:relative; z-index:5;}
.carousel-indicators{ bottom:-30px;}
.carousel-indicators li{ background-color:#999}
.carousel-indicators li.active{ background-color:#E62318}
.bg-banner{
	background-color: #F7F7F7;
	padding: 5px;
	padding-top:15px;
	
	
	
	
	
}
.banner-home{ max-width:1140px; margin:auto}
.banner-home img{ border-radius:5px;} 
.faixa-home{
	background: url(../img/bg-faixa-2.jpg) no-repeat center center;
	width:100%;
	min-height:250px;
	position:relative;
	color:#FFF;
	padding-top:70px;
}
.faixa-home h5{
	font-weight: normal;
}
.faixa-home:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.50)
}
.image-ambiente img{ margin-bottom:25px;}