.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.institucional{
	font-weight: 500;
}
.header-font{
	font-family: oswald;
}
.texts{
	font-family: oswald;
	font-weight: 700;
	font-size: 1.5rem;
	color: #ad1313;
}

@font-face{
  font-family: SinkinLight;
  src: url(fonts/SinkinSans-300Light.otf);
              
}

@font-face{
  font-family: SinkinSansBlack;
  src: url(fonts/SinkinSans-900XBlack.otf);
              
}


@font-face{
  font-family: SinkinSansRegular;
  src: url(fonts/SinkinSans-400Regular.otf);
              
}

@font-face{
  font-family: SinkinSansBold;
  src: url(fonts/SinkinSans-700Bold.otf);
              
}



.light {
    font-family: 'SinkinSansLight', sans-serif;
}


.bold {
    font-family: 'SinkinSansBold', sans-serif;
}


.navbar-light .navbar-toggler {
    color: white;
    background: #e9680e;
}
a.nav-link {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 4em;
    font-family: 'SinkinSansBold' ,sans-serif;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
}



span.nav-link, span.nav-link:hover {
    border-bottom: 4px solid transparent;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;   
}

#navbarsExample09>span {
    color: white;
    font-size: 0.8em;
    padding-left: 2em;
    
}



.navbar-text {
    display: inline-block;
    padding-top: .0rem;
    padding-bottom: .5rem;
}



a.nav-link:hover {
    background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 2em;
    padding-right: 2em;
}


.navbar-light .navbar-nav .nav-link {
    color: #000000;
}


.navbar-light .navbar-nav a.nav-link:hover {
    color: #e9380e;
    border-bottom: 4px solid #e9380e;
    
}

.ion-ios-arrow-left:before, .ion-ios-arrow-right:before{    
    line-height: 50px;
    padding: 0.6em 1em;
    font-size: 1.6em;
    width: 65px;
    border: 1px solid white;
    background: transparent;
    color: white;
}

.header-contato {
    padding:  3.5em 0em 0em 0em;
    margin-left: 1em;
    color: white;
}

.ion-ios-arrow-left, .ion-ios-arrow-right {
    border: 0px solid black;
}

/*botao direito*/
.text-next {
    float: left;
    padding: 1em 0em 1em 1em;
    color: transparent;
}
.ion-ios-arrow-right:hover .text-next {

   color: white;
   transition: 1s;
}

.ion-ios-arrow-right:hover::before {
    border: 0px solid black;
    transition: 1s;
}

.ion-ios-arrow-right:hover.ion-ios-arrow-right {
    border: 1px solid white;
    transition: 1s;
}



/* fim botao direito*/

/*botao esquerdo*/
.text-prev {
    float: right;
    color: transparent;
    padding: 1em 1em 1em 0em;
    
}


.ion-ios-arrow-left:hover .text-prev {
    transition: 1s;
    color: white;
}

.ion-ios-arrow-left:hover::before {
     border: 0px solid black;
    transition: 1s;
}



.ion-ios-arrow-left:hover.ion-ios-arrow-left {
    border: 1px solid white;
   transition: 1s;
}


/*fim botao esquerdo*/


header {
    padding: 0em;
    background: url('../img/contato-fundo.jpg') no-repeat center top;
    border-bottom: 4px solid #747474;
}

.direcao {
    visibility: hidden;
}



.logomarca {
    max-height: 5.5em;
}

.contato-img-fundo {
    
}
.slider {
    width: 100%;    
    padding: 0;
    margin: 0;
}

.img-slider {
    
}


.orcamento-col-texto {
    text-align: left;
    font-family: 'SinkinSansLight', sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

.carousel-indicators .active{
    background-color: #e9380e;
}

.carousel-indicators li {
    width: 5em;
    height: 0.5em;
}

.orange {
     color: #e9380e !important;
}

.upper {
    text-transform: uppercase;
}

.slider-titulo {
    position: absolute;
    color: white;
    text-align: center;
    padding: 15em 0em;
    left: 42%;
    text-transform: uppercase;  
    font-stretch: ultra-expanded;
    
    
}

.black {
    font-family: 'SinkinSansBlack', sans-serif;
}

/*Orcamento*/
.orcamento-div-texto {
    font-size: 0.8em;
    
    
}

.orcamento-row {
    padding: 4em;
    width: 100%;
    background: transparent;
}

.slider-titulo>.h1 {
    font-size: 1.5rem;
    font-family: 'SinkinSansBlack', sans-serif;
}

.slider-titulo>.h5 {
    font-size: 1rem;
    font-family: 'SinkinSansLight', sans-serif;
}

.orcamento-container-fluid {
    background: url(../img/bg-orcamento.jpg) no-repeat top center;
}

.orcamento-col-frentes {
}

.h5.text-left {
  font-weight: 300;
    opacity: 0.7;
}

.div-orcamento-frentes {
    border-right: 1px solid #f3f3f3;
}

.botao-home-saiba-mais:hover {
    color: rgb(233, 56, 14);
    background: black;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
        box-shadow: -1px 20px 20px 1px rgba(0, 0, 0, 0.15);
    
}
.btn-fale-conosco:hover{
	    font-size: 0.8em;
	    color: rgb(233, 56, 14);
    background: white;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
        box-shadow: -1px 20px 20px 1px rgba(0, 0, 0, 0.15)
}
.btn-fale-conosco.hover-light:hover{
	    color: rgb(233, 56, 14);
    background: white;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
        box-shadow: -1px 20px 20px 1px rgba(0, 0, 0, 0.15);
	
}

.botao-home-saiba-mais.hover-light:hover {
    color: rgb(233, 56, 14);
    background: white;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
        box-shadow: -1px 20px 20px 1px rgba(0, 0, 0, 0.15);
    
}

.botao-home-saiba-mais {
    padding: 1em 1.5em;
     background: url('../img/fundo-botao.png') no-repeat center center;
    box-shadow: -1px 20px 20px 1px rgba(0,0,0,0.15);
    font-size: 0.8em;
    border-radius: 1px;
    border: 0px;
    color: white;
}

.orcamento-botao {
    text-align: right;
    
}

.col-botao-saiba-mais {
    padding: 5em 0em;
}

.botao-orcamento:hover {
     color: rgb(233, 56, 14);
    background:     white;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
        box-shadow: -1px 20px 20px 1px rgba(0, 0, 0, 0.25);
}

.botao-orcamento {
    border-radius: 1px;
    padding: 1em 1.5em;
    color: white;
    border: 0px;
    background: url('../img/fundo-botao.png') no-repeat center center;
    box-shadow: -1px 20px 20px 1px rgba(0,0,0,0.15);
    font-size: 0.8em;
}

.imagem {
    border: 1px solid #e9380e;
}

.imagem:hover {
    color: white;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
}



.col-imagem {
    margin: 0em 0em;
    height: 5%;
    width: 5%;
}

.grupo1 {   
    
/*
     align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
*/
    
}

svg:hover path, #backgroundrect:hover path {
  fill: white;  
  
}

svg:hover #svg_2 , svg:hover #svg_1, svg:hover #svg_3 , svg:hover #svg_4
, svg:hover #svg_5, svg:hover #svg_6, svg:hover #svg_7, svg:hover #svg_8, svg:hover #svg_9, svg:hover #svg_10, svg:hover #svg_11{
    fill: #ad1313;
}

.item-carousel {
    padding: 1em 0.5em;
}

.item-carousel>.h5{
    padding: 1em 0em 0em 0em;
    font-size: 0.8em;
}

.row-produtos {
    padding: 5em 0em;
}


.col-lg-12.produtos-cabecalho {
    margin: 3em 0;
}

/*Fim orcamento*/


/*sobre*/

.sobre {
    background: url('../img/fundo-sobre.jpg') no-repeat center center;
    height: 30em;
}

.sobre-titulo-1 {
    padding-top: 6em;
}

.sobre-titulo-2 {
    padding-bottom: 2em;
}

/*fim sobre*/


.titulo-imagem {
    padding: 1em 0em;
    text-transform: uppercase;
    font-size: 0.5em;
}

/*rodape*/

.rodape-titulo {
    font-family: 'SinkinSansBlack', sans-serif;
    font-size: 1em;
    padding: 1em 0em 2em 0em;
    text-align: center;
}

.logo2 {
    padding: 2.5em 0em 1.5em 0em;
    height: auto;
    width: 10%;
    color: white;
}

.rodape {
    background: url('../img/fundo-footer.jpg') no-repeat top center;
}


.rodape-row {
        padding: 2em 0em 2em 0em;
}

li.list-group-item {
    border: none;
    background: none;
    color: #ffffff;
    padding: .25em 0em;
    font-size: 1em;
    letter-spacing: 0.15em;
    font-family: 'SinkinSansLight',sans-serif;
    text-align: center;
}

.icone {
    margin-right: 1em;
    font-size: 1.2em;
}

/*fim rodape*/



/*marcas */

.marcas-row {
   padding: 3em 0em 6em 0em;
}

/*fim marcas*/

.social-icon {
    color: white;
}



.social-row {
       align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.sociais {
    text-align: center;
    border: 2px solid white;
    border-radius: 25px;
    padding: 0.5em;
    width: 2.7em;
    display: block;
}

.col-sociais {
    display: block;
}

.sociais:hover {
     transition: 0.5s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 9999;
    background: white;
    border: 2px solid #e9380e;    
    -webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.8);
    
}

.sociais:hover .social-icon{
    color: #e9380e;
}


.item-carousel>.h5 {
    text-transform: uppercase;
    font-family: 'SinkinSansBlack', sans-serif;
}


.text-sm {
    font-size: 0.9em;
    line-height: 2em;
    letter-spacing: 0.15em;
}

.container-copyright-row {
    padding: 1em;
}

.img-marcas {
    margin: 0 auto;
}

.item-carousel-2 {
    padding: 2em 0em;
}


.logooh {
    height: auto;
    width: 3.5em;
    color: #e9680e;
}

#carowl1.owl-theme .owl-dots .owl-dot span {
    height: 0.5em;
    width: 5em;
}


#carowl2.owl-theme .owl-dots .owl-dot span {
    height: 0.5em;
    width: 5em;
}

#carowl2.owl-carousel .owl-item img {
    display: block;
    width: 60%;
}
#carowl3.owl-carousel .owl-item img {
    display: block;
    width: 60%;
}
#carowl3.owl-theme .owl-dots .owl-dot span {
    height: 0.5em;
    width: 5em;
}

.texto-design.text-muted, .texto-oh.text-muted {
    font-size: 0.6em;
    font-family: 'SinkinSansBold', sans-serif;
    text-transform: uppercase;
}

.linkoh {
    color: #e9680e;
  
}

.linkoh:hover {
      text-decoration: none;
    color: #e9680e;
}

.missao {
	padding-left: 10px;
}
.text-quem{
	font-size: 30px;
	font-weight: 900;
	padding-left: 0xp;
}
.text-hom{
	font-weight: 300;
	font-size: 19px;
}
.text-home{
	font-size: 15px;
	font-weight: 700;
	padding-left: 0xp;
}

.quem{
	color: #FFFFFE;
}
.somos{
	color: #b31c1c;
}
.produtos-top{
	font-size: 30px;
	font-weight: 900;
	padding-left: 0xp;
	color: #b31c1c;
	font-family: oswald;
}
.altura-minima{
	min-height: 200px;
}
.marg-btn{
	margin-bottom: 60px;
	margin-top:px;
}
.img-bord{
	border: solid;
	border-width: 2px;
	border-color: orange;
}
.testinho{
    box-sizing: content-box !important;
}
.title-arch {
		text-align: center;
		margin: 50px 0;
		font-size: 22px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
.project {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	padding: 0 !important;
	float:left;
}
.descricao{
	height: 150;
	font-size: 15px;
	font-weight: 300;
}
.imagem{
	border-width: 1px;
	border-color: orange;
}
.
.img-produtos:hover {
    color: white;
     transition: 0.5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9999;
	background-color: orange;
}
.back-produtos{
	
	 background-image: url("../img/narga-roxo.jpg");
}
.back-quemSomos{
		 background-image: url("../img/fogareiro.jpg");
}
.teste-imagem{
	margin: 0px!important;
	padding:0px!important;
	height: 100px;
}
.img-car{
	
	width: 100%;
}
.slick-prev, .slick-next {
    width: 35px!important;
    height: 100%!important;
    background: #272727b0!important;
    z-index: 9999;
}
.slick-next {
    right: 0px !important;
}
.slick-prev{
    left: 0px !important;
}


.slick-slide img
{
    display: block !important;
    margin: -16px !important;
}

.eventoTitle{
	font-family: oswald;
	height: 100px;
	color: #b31c1c;
}
.events{
	background-color:
}

.eventos{
	font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.08em;
	font-family:oswald;
	padding: 0;	
}

.eventos:hover{
	background-color: grey;  background-color: #919191;
	color: #ffffff;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	transition: 0.5s;
}
.eventos>a{
	color: black;
}
.evento>a:hover{
	color: white;
}
.desc{

}
.space{

    padding-bottom: 1.5rem!important;
    padding: 18px;
	font-family: oswald;
	font-size: 21px;
	margin-top: 30px;
}
.margenProduto{
	min-height: 341px;
}
.titulos-contato h3{
	font-size: 19px;
	font-weight: 700;
	font-family: oswald;
}
.titulos-contato h4{
	font-size: 13px;
	font-weight: 300;
	font-family: oswald;
}
.form-pad{
	padding: 17px;
	margin-top:70px;
}
.div-form{
	background-color: white;
	padding: 30px;
}
.btn-form{
	margin-top: 15px;
	margin-bottom: 15px;
    border-radius: 1px;
    padding: 1em 1.5em;
    color: white;
    border: 0px;
    background: url(../img/fundo-botao.png) no-repeat center center;
    box-shadow: -1px 20px 20px 1px rgba(0,0,0,0.15);
    font-size: 0.8em;
}
.forms .form-control{
	border-radius:0px;
}
.containter-details{
	min-height: 200px;
}
.titlo-evento{
	color: #ad1313;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 26px;
}
.titlo-evento h4{
	font-weight: 700;
}
.data-evento{
	color: #ad1313;
	font-family: oswald;
	font-weight: 300;
	font-size: 17px;
}
.event-content{
	font-weight: 300;
}
.evento-detalhes{
	font-family: oswald;
	color: #ad1313;
	font-weight: 700;
}
.pages-painel{
	background-color: #ad1313;
}
.h4-produtos{
	margin-top: 1.3em;
	font-size: 13px;
    text-transform: uppercase;
    font-family: 'SinkinSansBlack', sans-serif;
}
.ultimos-eventos{
	color: #ad1313;
	font-weight: 700;
	font-size: 24px;
}
.fotos-margen{
	margin-top: 25px;
	margin-bottom: 15px;
}
.titulo-fotos{
	border: solid;
	text-align: center;
	border-radius: 25px;
	border-color: transparent;
	background-color: #ad1313;
	color: white;
	font-family: oswald;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 30px;
}
.fotos-row{
	margin-bottom: 40px;
}
.g-recaptcha{

}
.backImage1{
	background-image: url("../img/bg-titulo.jpg");

}	
.backImage2{
	background-image: url("../img/bg-titulo10.jpg");

}
.backimage3{
	background-image: url("../img/bg-titulo3.jpg");

}
.backimage4{
	background-image: url("../img/bg-titulo9.jpg");
}
.conteiner-title{
	height: 160px;
}
.event-txt{
	color: black !important;
}
.event-txt:hover{
	color: black !important;
}
.wwww{

}


