@font-face {
    font-family: 'gill_sansbold';
    src: url('../fonts/gillsans/gillsans_bold-webfont.woff2') format('woff2'),
         url('../fonts/gillsans/gillsans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gill_sans_lightregular';
    src: url('../fonts/gillsans/gillsans_light-webfont.woff2') format('woff2'),
         url('../fonts/gillsans/gillsans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'gill_sansregular';
    src: url('../fonts/gillsans/gillsans_regular-webfont.woff2') format('woff2'),
         url('../fonts/gillsans/gillsans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body{
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin: 0;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

a.logo {
	width: 220px;
	height: auto;
	display:block;
}

.bigheader {
	width: 100%;
	margin: 0;
	height: 450px;
	background-size: cover;
}

.home-header {
	width: 100%;
	margin: 0;
	height: 620px;
	background-size: cover;
}

.beije {
	text-align: center;
	background: #f3f0dd;
	position: relative;
	overflow: hidden;

}

.pdf {
  background: #f3f0dd;
  padding-bottom: 30px;
}

.pdf img{
  margin: 0 auto;
}

.certificacao {
  text-align: center;
  margin-top: 10px;
  color: #6c6e70;
  font-family: 'gill_sansregular', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.servico-home {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #6c6e70;
}

.yellow {
	background: #f3f0dd;
}

.bg-container {
	width: 100%;
	height: 300px;
	margin-right:30px;
	padding-top: 20px;
}

.transp {
	text-align: center;
	background: #fff;
	position: relative;

}

.orange {
	background: #f7941e;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 213px;
	max-height: 213px;
	overflow: hidden;
}

.grey {

	background: #6d6e70;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 320px;
	max-height: 320px;
	overflow: hidden;
}

p.body-text {
	margin: auto;
	width: 70%;
	color: #6c6e70;
	font-family: 'gill_sansregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

p.body-text-faqs {
	margin: auto;
	width: 70%;
	color: #6c6e70;
	font-family: 'gill_sansregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
	text-align:left;
}


.height0 {
	height: 0px;
}

.spacer {
	margin-top: 40px;
	margin-bottom: 60px;
}

.footer-area {
	width: 100%;
	margin: 0;
	background: #e4e5e6;
	padding-top: 40px;
	padding-bottom: 160px;
}

.footer-boxes-header {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	letter-spacing: 0.1px;
	line-height: 16px;
	font-weight: 600;
    padding-top: 18px;
    padding-bottom: 15px;
}

.boxes-desc {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	letter-spacing: 0.2px;
	line-height: 11px;
	font-weight: 500;
	padding-bottom: 15px;
}

.boxes-desc span {
	padding-left: 1px;
}

.footer-desc {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	letter-spacing: 0.2px;
	line-height: 13px;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 15px;

}

.footer-desc a {
	color: #fff;
text-decoration: none;

}

.footer-desc a:hover {
	color: #fff;
text-decoration: none;
outline: 0;

}

a.social {
	width: 35px;
	height: 35px;
	display:inline-block;
	margin: 0;
	margin-right: 15px;
}

a.icon-fb {
	background:  transparent url(../../images/fb_icon.svg) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

/*
a.icon-fb:hover, a.icon-fb:focus, a.icon-fb:active, a.icon-fb.focus, a.icon-fb.active {
	background-position: -47px 0px;
	background-size: cover;
}
*/

a.icon-in {
	background:  transparent url(../../images/in_icon.svg) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

/*
a.icon-in:hover, a.icon-in:focus, a.icon-in:active, a.icon-in.focus, a.icon-in.active {
	background-position: -137px 0px;
	background-size: cover;
}
*/
a.icon-you {
	background:  transparent url(../../images/you_icon.svg) no-repeat;
	background-position: 0 0;
	background-size: cover;
}

ul.footer-links {
	list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -2px; /* comp. visual */
	display: inline-block;
}

ul.fl-second {
	margin-left: 30px;
}

ul.footer-links li a {
	color: #f7941e;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	letter-spacing: 0.2px;
	line-height: 22px;
	font-weight: 500;
	text-decoration: underline;

}

hr.footer-divider {
	border: 0;
    height: 0;
    border-top: 1px solid #7f7f7f;
}

.header-servitis {
	color: #f7941e;
	font-family: 'gill_sans_lightregular', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 38px;
	line-height: 44px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 46px;
    padding-bottom: 30px;
}

.header-servitis span {
	text-transform: capitalize;
	}


h3.header-small {
	color: #f7941e;
	font-family: 'gill_sans_lightregular', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	padding-top: 66px;
    padding-bottom: 10px;
    letter-spacing: 0.7px;
}

h1.bigtitle {
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 42px;
	line-height: 42px;
	font-weight: 500;
	text-transform: uppercase;
}

h1.titleorange {
	color: #f7941e;
}

h1.titlewhite {
	color: #fff;
}

.bigtitle-row {
	margin-top: 40px;
}

.btn-header-mail {
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding: 0;
    padding-left: 10px;
	letter-spacing: 0.3px;

}

img.call {
	width: 96px;
	height: auto;
	float: left;
}

img.numazul {
	width: 160px;
	height: auto;
	margin: auto;
	margin-top: -20px;
}

.header-logo-search {
	padding-top: 35px;
}

.search-site {
	padding-top: 5px;
}

.menu-row {
	margin-top: 15px;
}

ul.menu-principal {
	list-style: none;
    margin: 0;
    padding: 0;
	display: block;
}

ul.menu-principal li {
	width: 145px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: -3px;
	padding-top: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}

ul.smart-phone li {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: -3px;
	padding-top: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}

.menu-mobile-btn {

	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: -3px;
	padding-top: 16px;
	padding-bottom: 10px;
	cursor: pointer;
}

ul.menu-principal li:hover, ul.menu-principal li.active {
	background-color: rgba(196,22,28,0.8);
}

ul.menu-principal li:hover a, ul.menu-principal li.active a{
	color: #fff;
}

ul.menu-principal li:last-child {
	margin-right: 0px;
}

ul.menu-principal li a {
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
	letter-spacing: 0.3px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;

}

ul.menu-principal li ul {
	padding: 0;
	position: absolute;
	top: 46px;
	left: 15px;
    width: 146px;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;

}

ul.smart-phone li ul {
	padding: 0;
	position: absolute;
	top: 46px;
	right: 0px;
    width: 146px;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;

}

ul.menu-principal li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

ul.menu-principal li ul li {
	background-color: rgba(108,110,112,0.5);
	display: block;
	padding-top: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}

ul.menu-principal li ul li:last-child {

	border-bottom: 0;
}

ul.menu-principal li ul li a {
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
	letter-spacing: 0.3px;
	text-decoration: none;

}

ul.menu-principal li ul li:hover {
	background-color: rgba(196,22,28,0.6);
}

ul.menu-principal li ul li:hover, ul.menu-principal li ul li.active {
	background-color: rgba(196,22,28,0.6);
}

ul.home-orange li {
	background: #f7941e;
}

ul.home-orange li a {
	color: #231f20;
}

ul.subpage-orange li {
	background-color: rgba(255,255,255,0.8);
}

ul.subpage-orange li a {
	color: #231f20;
}

.sublogo {
	width: 290px;
	height: auto;
	margin: 0 auto;
}

.sublogo-laranja {
	width: 290px;
	height: auto;
	margin: 0 auto;
	display:none;
}

.sublogo-home {
	width: 240px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.separador {
	width: 250px;
	height: auto;
	margin: 0 auto;
	margin-top: -40px;
}

.row-sublogo {
	text-align: center;
    margin-top: -90px;
    margin-bottom: 45px;
}

.image-w-border {
	border-bottom: 2px solid #6c6e70;
}

.video-frame {
	margin: 0 auto;

}

.YTwrapper {
	width: 70%;
	margin: auto;
}

.pedidos-div {

	margin-top: 30px;
	margin-bottom: 0px;
}

.row-parceiros {

	width: 70%;
	margin: 0 auto;
}

.smallmargin {

	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.timeline-wraper {
	text-align: left;
	border-left: 2px solid #f7941e;
	width: 70%;
	margin: auto;
	padding-left:30px;
	margin-top: 0px;

}

p.body-text-timeline {
	margin: auto;
	color: #6c6e70;
	font-family: 'gill_sansregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
        margin-top: 0px;
            padding-top: 30px;
    padding-bottom: 30px;
}

.body-text-bullet {
	margin: auto;
	color: #6c6e70;
	font-family: 'gill_sansregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: -70px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo-timeline {
	width: 220px;
	margin-top: -49px;
}

.logo-timeline-2 {
	width: 170px;
	margin-top: 24px;
}

div.ponto {
    position: relative;
    width: 25px;
    height: 25px;
    left: -43px;
}

div.ponto-data {
    position: relative;
    width: 95px;
    height: 25px;
    left: -94px;

}

div.ponto-data span {
    color: #f7941e;
	font-family: 'gill_sansbold', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 25px;
    padding-right: 6px;
    font-weight: 600;
	letter-spacing: 0.1px;
	text-decoration: none;
	position: relative;
    top: 2px;
}

img.ponto-image {
	width: 25px;

}


h1.frase-slider {
	color: #fff;
	font-family: 'gill_sansregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;

}

h2.razoes {
	color: #fff;
	font-family: 'gill_sansregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 500;
	padding-top: 12px;
}

.stripe-razoes {
	background: #f7941e;
	width: 100%;
	height: 45px;
}


.home-servico {
	color: #231f20;
	font-family: 'gill_sans_lightregular', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;

}


.btn-link-saber {
	color: #6c6e70;
	border-bottom: 1px solid #6c6e70;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    padding: 0;
    padding-left: 1px; /* compensação optica */
    padding-right: 20px;
	letter-spacing: 0.3px;
}

.btn-link-saber:hover, .btn-link-saber:focus, .btn-link-saber:active, .btn-link-saber.active {
	color: #6c6e70;
	text-decoration: none;
	outline:0;
}

.spacing {
	height: 10px;
}

.bg1 {
	background: transparent url(../../images/home-instal.png) no-repeat;
	background-position: 100% 0%;
}

.bg2 {
	background: transparent url(../../images/home-manut.png) no-repeat;
	background-position: 100% 0%;
}


.bg3 {
	background: transparent url(../../images/home-energ.png) no-repeat;
	background-position: 100% 0%;
}

/* Carousel Home */

#quote-carousel {

    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-bottom: 0;
	width: 100%;
    margin-left: -50%;
}


#quote-carousel .carousel-indicators li {
    width: 52px;
    height: 51px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    opacity: 1;
    overflow: hidden;
    background-position: 50% 0%;

}
#quote-carousel .carousel-indicators .active {
    opacity: 1;
    overflow: hidden;
    background-position: 50% 100% !important;
}

.carousel-inner {
    min-height: 300px;
}

.quote-servitis {
	margin-top: 85px;
}

.modal-backdrop
{
    opacity:0.8 !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.serv-btngroup {
    margin-top: 20px;
    float: right;
}

.btn-primary-servitis {
	color: #fff;
	text-shadow: none;
	background: #f7941e;
	background-image: none;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 0;
	letter-spacing: 0.3px;
	padding: 12px 18px 10px 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.btn-primary-servitis:hover {
	color: #fff;
	background-color: rgba(196,22,28,0.8);
	box-shadow: none;
	outline: 0;
}

.btn-primary-servitis:active, .btn-primary-servitis.active, .btn-primary-servitis.focus, .btn-primary-servitis:focus
{
	color: #fff;
	background-color: rgba(196,22,28,0.8);
	box-shadow: none;
	outline: 0;
}

.btn-primary-servitis-white {
	color: #231f20;
	text-shadow: none;
	background: rgba(255,255,255,0.8);
	background-image: none;

	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 0;
	letter-spacing: 0.3px;
	padding: 12px 18px 10px 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.btn-primary-servitis-white:hover {
	color: #fff;
	background-color: rgba(196,22,28,0.8);
	box-shadow: none;
	outline: 0;
}

.btn-primary-servitis-white:active, .btn-primary-servitis-white.active, .btn-primary-servitis-white.focus, .btn-primary-servitis-white:focus
{
	color: #fff;
	background-color: rgba(196,22,28,0.8);
	box-shadow: none;
	outline: 0;
}

.dropdown-menu>li>a {
	color: #fff;
	text-shadow: none;
	background-color: rgba(108,110,112,0.7);
	background-image: none;

	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding: 0;
	letter-spacing: 0.3px;
	padding: 12px 18px 10px 18px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: rgba(196,22,28,0.6);
	box-shadow: none;
	outline: 0;
	border-bottom: 1px solid #fff;
}

.dropdown-menu>li>a:active, .dropdown-menu>li>a.active, .dropdown-menu>li>a.focus, .dropdown-menu>li>a:focus
{
	color: #fff;
	background-color: rgba(196,22,28,0.6);
	border-bottom: 1px solid #fff;
	box-shadow: none;
	outline: 0;
}

.dropdown-menu {
	font-size: 14px;
	margin: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu li:last-child a {
	border-bottom: 0;
}

.cartao {
	background: #f7941e url(../../images/cartao.jpg) no-repeat;
	background-position: 100% 0%;

}

.cartao-grey {
	background: #6d6e70 url(../../images/cartao.jpg) no-repeat;
	background-position: 100% 0%;

}

span.anexado {
	color: #fff;
	text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    letter-spacing: 0.2px;
    font-weight: 500;

	padding-left: 10px;
	display: none;
}

label {
    display: inline !important;
}

.termos-margin {
  margin-bottom: 10px;
}

.termos {
  font-size:10px;
  color: #fff;
}

.termos a {
  font-size:10px;
  color: #fff !important;
  text-decoration: underline;
}

.padding-links {
  margin-bottom: 10px;
}

.links-left ul.footer-links {
  margin-top: -1px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  ul.fl-second {
    margin-left: 0px;
    margin-top: 12px;
  }
}
