
/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}


a {
  color: #002B38;
  font-family: 'Rubik', sans-serif;
}

a:hover,
a:focus {
  color: #002B38;
  font-family: 'Rubik', sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
color: #FB6900;
font-family: 'Rubik', sans-serif;
}

h2 {
  font-size: 45px;
  font-weight: 300;
  color: #002B38;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-family: 'Rubik', sans-serif;
}

h3 {
  color:#003449;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin-bottom: -25px;
}
h5 {
  font-size: 22px;
  font-weight: 700;
  color: #003449;
  margin-bottom: 0.7rem;
  font-family: 'Rubik', sans-serif;
}

p {
  color: #6e6e6e;
  font-family: 'Rubik', sans-serif;
  padding-top: 5px;
}

p.maquinas {
    color: #959094;
	margin-bottom: -10px;
	font-size: 16px;
    font-weight: 400;
	text-align: center;
	justify-content: center;
	font-family: 'Source Sans Pro', sans-serif;
}
p.lead {
    color: #FB6900;
    margin-bottom: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.text-primary {
    color: #FB6900 !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.light-font {
    font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #FB6900;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #FB6900 0%, #F52D3C 100%);
    background-image: -webkit-linear-gradient( 122deg, #FB6900 0%, #F52D3C 100%);
    background-image: -ms-linear-gradient( 122deg, #FB6900 0%, #F52D3C 100%);
    background-image: linear-gradient( 135deg, #FB6900 0%, #F52D3C 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #FB6900 0%, #F52D3C 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #FB6900;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background: linear-gradient(to bottom, #fff 10%,#fff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	align-content: center;
}

.section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
	margin-bottom: -20px;
}

.section-title small {
    color: #fff;
}
.section-title small2 {
    color: #000;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/
.navbar-top{
	margin: 0px 0px 0px 0px;
  vertical-align: baseline;
}
.navbar-top p{
	color: #FFF;
	height: 35px;
	font-size: 13px;
	padding-top: 5px;
	vertical-align: middle;
	padding-bottom: 5px;
	text-align: center;
}
.navbar-top-container{
	height: 35px;
}
.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
		color: rgb(255, 255, 255);
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid rgb(255, 102, 0);
        left: 1rem;
		color: #FFF;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}





/*============== footer-area css ===============*/
.footer-area {
  background: #4C638A;
  padding: 142px 0px;
}

.single-footer-widget ul li a {
  line-height: 25px;
  display: inline-block;
  color: #777;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 13px;
}

.single-footer-widget ul li a:hover {
  color: #fb6900;
}

.single-footer-widget .instafeed {
  margin-left: -5px;
  margin-right: -5px;
}

.single-footer-widget .instafeed li {
  margin: 5px;
}

.single-footer-widget .subscribe_form {
  padding-top: 13px;
}

.single-footer-widget .input-group {
  display: block !important;
}

.single-footer-widget input {
  width: 100%;
  border: 1px solid #fb6900;
  font-size: 13px;
  line-height: 30px;
  padding-right: 40px;
  height: 40px;
  color: #FFF;
  background: transparent;
  padding-left: 20px;
}

.single-footer-widget input.placeholder {
  color: #FFF;
}

.single-footer-widget input:-moz-placeholder {
  color: #FFF;
}

.single-footer-widget input::-moz-placeholder {
  color: #FFF;
}

.single-footer-widget input::-webkit-input-placeholder {
  color: #FFF;
}

.single-footer-widget input:focus {
  outline: none;
}

.single-footer-widget .sub-btn {
  background: #fb6900;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  line-height: 34px;
  padding: 4px 11px 0px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

.footer_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
	
}
.single-footer-widget p {
	color: #FFF;
	font-family: 'rubik';
	
	}

.border_line p {
	color: #FFF;
}
.footer-bottom {
  padding-top: 20px;
	color: #FFF;
}
.footer-text {
	color: #FFF;
	font-family: 'rubik';
}
.footer-bottom{
	color: #FFF;
}
.footer-bottom .footer-text a {
  color: #fb6900;
}
.footer-bottom .footer-text p {
  color: #FFF;
}

.footer-bottom .footer-social {
  text-align: right;
	color: #FFF;
}

.footer-bottom .footer-social a {
  font-size: 18px;
  line-height: 30px;
  color: #fb6900;
  margin-left: 25px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-bottom .footer-social a:hover {
  color: #fb6900;
}
.footer-logo{
	color: #FFF;
	align-items: flex-end; 
}
/*---------------------------------------------------- */

#subir{
	position:fixed;
	bottom:10px;
  left:10px;
  z-index:2;
}
.anime {
	opacity: 0;
	transform: translate3d(-100px,0,0);
	transition: .3s;
}

.anime-start {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.fundocinza {
  background-color: #e5e5e5;
}
.produtos {
  padding: 40px 0px 40px 0px;
  background-color: #eeeeee;
}
.servicos {
  padding: 40px 0px 20px 0px;
}
.produtos h3{
  color:#003449;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}
.servicos h3{
  color:#003449;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin-bottom: -25px;
}
.produtos p{
  color: #6e6e6e;
  font-family: 'Rubik', sans-serif;
}
.servicos p{
  color: #6e6e6e;
  font-family: 'Rubik', sans-serif;
}
.border_line {
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #E20519 0%, #E20519 100%);
  margin-top: 30px;
}
.conheça {
  padding: 80px 0px 80px 0px;
  background-color: #eeeeee;
}
.dobradeira {
  padding: 40px 0px 40px 0px;
}
.infraestrutura {
  padding: 80px 0px 80px 0px;
}
.fotos {
  padding: 20px 0px 20px 0px;
}
.video {
  padding: 80px 0px 80px 0px;
}
.contato {
  padding: 40px 0px 40px 0px;
}
.localização {
  padding: 80px 0px 80px 0px;
  background-color: #003449;
}
.localização  h3{
 color: #eeeeee;
}
.localização  p{
  color: #eeeeee;
 }
.distancias {
  background-color: #003449;
}
