/*  
Theme Name: Serralheria Paraná
Theme URI: http://www.agenciaidealizze.com.br
Author: Agência Idealizze
*/	

html {
}

body{
}

a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0;
    padding: 0 0;
}

/* ======================================================
Menu
======================================================= */

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav > .social-links > a {
  display: inline-block;
}

.navbar {
  border: 0;
}

.navbar .navbar-brand {
  margin: 0 0;
  padding: 15px 15px;
}

.navbar .navbar-nav > li > a {
  padding: 45px 25px 15px;
  margin: 15px 0 40px;
}

.navbar .navbar-nav > .social-links > a {
  padding: 10px 5px;
}

.navbar .navbar-nav.navbar-uppercase > li > a {
  font-family: 'Rubik';    
  font-size: 13px;
  font-weight:500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;    
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats{
  border:#383635 solid 2px;
  border-radius: 35px;
  font-family: 'Rubik';    
  font-size: 13px;
  font-weight: 700;
  color: #383635;
  padding: 12px 20px;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;       
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats i{
	font-size:24px;
    padding-right:5px;
    vertical-align: middle;
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats:hover{
  background: #383635;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;       
}

.navbar .navbar-nav.navbar-uppercase > li > a .ativo{	
    color: #383635;
}

.navbar-default {
  background-color:#ecc32a;
}

.navbar-default .navbar-nav > li > a:not(.btn) {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus {
  background-color: transparent;
  border-radius: 3px;
  color: #383635;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;  
}

.navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-brand {
  color: #383635;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover {
  color: #383635;
  border-color: #383635;
}

.navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
  color: #777777;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-transparent {
  padding-top: 10px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
}

.navbar.navbar-fixed-top {
  transition: all .5s .1s;
}

/* ======================================================
Home
======================================================= */

#home{
	position:relative;
	padding:0;
    width:100%;
    height:948px;
    background:url('../images/bg-header.jpg') no-repeat top center;
}

#home .titulo-header {
    width:100%;
    float: left;
    display: inline-block;
	margin-top:20%;
    overflow: hidden;
}

#home .titulo-header h2 {
    float: left;
    padding-top: 40px;
	font-family: 'Rubik', sans-serif;
    font-weight:700;
	font-size:24px;
	color: #383635;
    text-transform: uppercase;
    line-height:36px;
    letter-spacing:5px;
}

.scroll{
    position:absolute;
    left:0;
    right:0;
    bottom:50px;
}

.scrollDown{
    width:30px;
    height:50px;
    margin:auto;
    display:block;
}

.scrollDown:before,
.scrollDown:after{
    content:'';
    display:block;
    width:12px;
    height:12px;
    margin:auto;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-bottom:4px solid #fff;
    border-right:4px solid #fff;}

@-webkit-keyframes down-arrow-before{
	50%{-webkit-transform:rotate(45deg) translate(70%, 70%);
    transform:rotate(45deg) translate(70%, 70%);
}
	100%{-webkit-transform:rotate(45deg) translate(70%, 70%);
        transform:rotate(45deg) translate(70%, 70%);
}
}
@keyframes down-arrow-before{
	50%{-webkit-transform:rotate(45deg) translate(70%, 70%);
        transform:rotate(45deg) translate(70%, 70%);
}
	100%{-webkit-transform:rotate(45deg) translate(70%, 70%);
        transform:rotate(45deg) translate(70%, 70%);
}
}
@-webkit-keyframes down-arrow-after{
	50%{-webkit-transform:rotate(45deg) translate(110%, 110%);
        transform:rotate(45deg) translate(110%, 110%);
        opacity:0;
}
	51%{-webkit-transform:rotate(45deg) translate(-130%, -130%);
        transform:rotate(45deg) translate(-130%, -130%);
}
	100%{-webkit-transform:rotate(45deg) translate(-70%, -70%);
        transform:rotate(45deg) translate(-70%, -70%);
        opacity:1;
}
}
@keyframes down-arrow-after{
	50%{-webkit-transform:rotate(45deg) translate(110%, 110%);
        transform:rotate(45deg) translate(110%, 110%);opacity:0;
}
	51%{-webkit-transform:rotate(45deg) translate(-130%, -130%);
        transform:rotate(45deg) translate(-130%, -130%);
}
	100%{-webkit-transform:rotate(45deg) translate(-70%, -70%);
        transform:rotate(45deg) translate(-70%, -70%);opacity:1;
}
}

.scrollDown:before{
    animation:down-arrow-before 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-animation:down-arrow-before 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.scrollDown:after{
    animation:down-arrow-after 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-animation:down-arrow-after 2.6s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

/*=======================================================
História - Home
========================================================*/

#historia-home{
	float: left;
	position: relative;
    width: 100%;
	margin:0 auto 40px;
    padding: 100px 0 120px;
	background:url("../images/bg-historia.jpg") repeat top center;
}

#historia-home h1{
    margin-top:80px;
	font-family: 'Rubik', sans-serif;
    font-weight:700;
	font-size:48px;
	color: #fff;
    text-transform: uppercase;
}

#historia-home h2{
    padding-top: 10px;
	font-family: 'Rubik', sans-serif;
    font-weight:500;
	font-size:18px;
	color: #edc62c;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#historia-home p{
    width: 75%;
	font-family: 'Raleway', sans-serif;
    font-weight:400;
	font-size:16px;
    line-height: 24px;
	color: #fff;
}

#historia-home .btn-sobre {
	position: relative;
    display: inline-block;
	margin-top: 30px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase;
	border:#edc62c solid 2px;
	color: #edc62c;
    border-radius: 35px;
	letter-spacing:2px;
	padding:12px 35px;
   -webkit-transition: 0.3s ease-in-out; 
   -moz-transition: 0.3s ease-in-out; 
   -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;      
}

#historia-home .btn-sobre:hover {
	border:#edc62c solid 2px;
	color:#fff;
   -webkit-transition: 0.3s ease-in-out; 
   -moz-transition: 0.3s ease-in-out; 
   -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

/* ==========================================================================
Cartões de Crédito
========================================================================== */

#cartoes{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
    height:540px;
}

#cartoes .cartao{
	position:relative;
    left:0;
    top:-100px;
    z-index: 1;
}

#cartoes .cartao img{
	position:relative;
	left:0;
}

#cartoes .bandeiras{
    padding-top:40px;
}

#cartoes .bandeiras h1{
    position: relative;
    font-family: 'Rubik';
	font-size:48px;
    font-weight: 700;
	color:#EDC223;
    text-transform: uppercase;
}

#cartoes .bandeiras h2{
    padding-top: 15px;
    width:70%;
    font-family: 'Rubik';
	font-size:18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

#cartoes .bandeiras .cartoes{
    padding-top:52px;
}

/* ==========================================================================
Projetos Recentes
========================================================================== */

#projetos-recentes{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
	background:url("../images/bg-projetos.jpg")no-repeat top center;
    padding: 50px 0;
}

#projetos-recentes h1{
    width:280px;
    font-family: 'Rubik';
	font-size:32px;
    line-height: 28px;
    font-weight: 700;
	color:#413F3F;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom:20px;
    border-bottom: #FCF12C solid 1px;
}

#projetos-recentes h2{
    float: right;
    margin-top: -60px;
    font-family: 'Rubik';
	font-size:18px;
    font-weight:500;
	color:#413F3F;
    letter-spacing:5px;
    text-transform: uppercase;
}

/*=======================================================
WhatsApp
========================================================*/

#whatsapp{
	float: left;
	width:100%;
	margin:50px auto;
	position: relative;
    background: url("../images/bg-whats.jpg") no-repeat top center;
    height: 330px;
}

#whatsapp h1{
    padding-top: 56px;
    padding-bottom:20px;
    font-family: 'Rubik';
    font-size: 28px;
    color:#474743;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
}

#whatsapp .btn-contate {
    font-family: 'Rubik';
	display: inline-block;
	font-size:18px;
	font-weight: 500;
	background:#474743;
    border-radius: 35px;
	color: #fff;
	position: relative;
	padding:15px 35px 15px 25px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#whatsapp .btn-contate i{
    padding-left:10px;
    font-size:18px;
    font-weight: 700;
}

#whatsapp .btn-contate:hover{
	background:#EDC223;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

/*=======================================================
Clientes
========================================================*/

#clientes{
	float: left;
	width:100%;
	margin:20px auto 60px;
	position: relative;
}

#clientes h1{
    padding-bottom:40px;
    font-family: 'Rubik';
    font-size: 28px;
    color:#474743;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
}

#clientes .marcas .col-md-3{
    padding: 30px 0;
}

#clientes .marcas img{
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

#clientes .marcas img:hover{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

/*=======================================================
Internas
========================================================*/

#bg-header-internas{
	position:relative;
	padding:0;
    width:100%;
    height:160px;
    background:url('../images/bg-header-internas.jpg') no-repeat top center;
}

.titulo-internas{
	float: left;
    width: 100%;
    background:url("../images/bg-internas.jpg") no-repeat center top;
	margin: 0 auto;
	padding-top:80px;
	height:252px;
}

.titulo-internas h1{
    width: 100%;
    float: left;
    font-family: 'Rubik';
    font-weight: 700;
    text-transform: uppercase;
	font-size:36px;
	color: #fff;
    padding-bottom: 0;
}

.titulo-internas h2{
    font-family: 'Rubik';
	font-size:18px;
	font-weight:500;
	color: #EDC223;
	text-transform: uppercase;
	letter-spacing:4px;
}

/*=======================================================
Sobre
========================================================*/

.sobre{
	float: left;
    width: 100%;
	margin:60px auto;
	position: relative;
}

.sobre h2{
    width: 90%;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
	color:#474743;
	margin:20px 0 30px;
}

.sobre p{
    width: 90%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight:500;
	color: #777;
}

.sobre .foto{
    float: left;
    padding-top:20px;
    padding-right:25px;
}

.sobre .img-sobre {
	float:left;
    height:650px;
    background: url("../images/bg-sobre.jpg") no-repeat top center;
}

/*=======================================================
Missão
========================================================*/

#missao{
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
    background: url("../images/bg-missao.jpg") repeat top center;
}

#missao .missao{
	display:table;
	width:100%;
	table-layout:fixed;
}

#missao .missao>div{
	display:table-cell;
	vertical-align:top;
	border:15px solid #f7f7f7;
	padding:60px 40px;
	background:#fff;
	position:relative;
}

#missao .missao h2{
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
	color:#EDC223;
	margin:0 0 30px;
}

#missao .missao p{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #777;}

#missao .missao .p28{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #777;
}

/* ==========================================================================
Serviços
========================================================================== */

#servicos{
	background:#ffff;
	position:relative;
	width:100%;
	float:left;
	margin:0 auto;
}

#servicos li{
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:80px 0;
	background:#FBFBFB;
	list-style:none;
}

#servicos li:nth-child(odd){
	background:#fff;
}	

#servicos .servico h1{
    padding-top: 20px;
    font-family: 'Rubik';    
	font-size:24px;
    font-weight: 700;
	color:#EDC223;
    text-transform: uppercase;
	padding-bottom:30px;
}

#servicos .servico  p{
    font-family: 'Raleway';    
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666467;
}

#servicos figure {
	height: 267px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Zoom In #1 */
#servicos .hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#servicos .hover01 figure:hover img {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

/* ==========================================================================
Projetos
========================================================================== */

.projetos{
    position:relative;
	width:100%;
	float:left;
	margin:40px auto;
}

.projeto{
    padding-top:40px;
	padding-bottom:60px;
    padding-left: 20px;
    padding-right: 20px;
	display:block;
}

.projeto div{
	background:#413F3F;
	height:110px;
	display:table;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	overflow:hidden;
}

.projeto img{
	width:100%;
   -webkit-transition: 0.3s ease-in-out; 
   -moz-transition: 0.3s ease-in-out; 
   -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;    
}

.projeto img:hover{
	opacity: .5;
   -webkit-transition: 0.3s ease-in-out; 
   -moz-transition: 0.3s ease-in-out; 
   -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;    
}

.projeto .descprojeto{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 10px 20px;
}

.projeto .descprojeto h3{
    padding-top: 5px;
	font-family: 'Rubik', sans-serif;
	font-size:15px;
	color:#ECC329;
	font-weight:500;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.projeto .descprojeto h4{
	font-family: 'Rubik', sans-serif;
	font-size:20px;
	font-weight:700;
	color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.projeto:hover{
	text-decoration:none;
}

.projeto .descprojeto{
	-webkit-transition:-webkit-transform .2s ease;
	-ms-transition:-ms-transform .2s ease;
	transition:transform .2s ease;
	-webkit-transform:-webkit-translate(-70px,0);
	-ms-transform:-ms-translate(-70px,0);
	transform:translate(-70px,0)
}

.projeto .lupa{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	padding-left:20px;
	opacity:0;
	-webkit-transition:-webkit-transform .4s ease,opacity .4s ease;
	-ms-transition:-ms-transform .4s ease,opacity .4s ease;
	transition:transform .4s ease,opacity .4s ease;
	-webkit-transform:-webkit-translate(-90px,0);
	-ms-transform:-ms-translate(-90px,0);
	transform:translate(-90px,0)
}

.projeto .lupa span{
	width:50px;
	height:50px;
	background:#ECC329;
	display:block;
	text-align:center;
}

.projeto .lupa span:after{
	content:'';
	width:18px;
	height:18px;
	display:inline-block;
	background:url(../images/icon-lupa.png) no-repeat;
	margin-top:16px;
}

.projeto:hover .descprojeto, 
.projeto:hover .lupa{
	opacity:1;
	-webkit-transform:-webkit-translate(0,0);
	-ms-transform:-ms-translate(0,0);
	transform:translate(0,0);
}

.galeriadefotos{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
	padding-top:40px;
	padding-bottom:92px;
}

.galeriadefotos h1{
	font-family: 'Rubik', sans-serif;
	font-size:15px;
	color:#ECC329;
	font-weight:500;
	text-transform: uppercase;
    letter-spacing: 2px;
}

.galeriadefotos h2{
	font-family: 'Rubik', sans-serif;
	font-size:28px;
	font-weight:700;
	color: #474743;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fotoproj{
	margin-top:20px;
}

.fotoproj{
	display:inline-block;
	position:relative;
	overflow:hidden;
}

.fotoproj:after,.fotoproj:before{
	position:absolute;
	content:'';
}

.fotoproj:before{
	width:48px;
	height:48px;
	background:url(../images/icon-ampliar.png) no-repeat;
	top:-100%;
	left:50%;
	margin:-24px 0 0 -24px;
	z-index:10;
	-webkit-transition:top .4s ease;
	transition:top .4s ease;
}

.fotoproj:after{
	width:100%;
	height:100%;
	background:url(../images/pattern.png);
	bottom:-100%;
	left:0;
	z-index:9;
	-webkit-transition:bottom .4s ease;
	transition:bottom .4s ease;
}

.fotoproj:focus:before,.fotoproj:hover:before{
	top:50%;
}

.fotoproj:focus:after,.fotoproj:hover:after{
	bottom:0;
}

.fotoproj img{
	width:100%;
	-webkit-transition:-webkit-filter .4s ease-in-out;
	transition:filter .4s ease-in-out;
}

.fotoproj:focus img,.fotoproj:hover img{
	-webkit-filter:grayscale(100%);
	filter:grayscale(1);
}

.btn-voltar{
	position: relative;
    display: inline-block;
	margin-top: 30px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase;
	background:#474743 url("../images/icon-voltar.png") no-repeat 15px center;
	color: #EDC223;
    border-radius: 35px;
	letter-spacing:2px;
	padding:12px 35px;
   -webkit-transition: 0.3s ease-in-out; 
   -moz-transition: 0.3s ease-in-out; 
   -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;      
}

.btn-voltar:hover {
	background:#474743 url("../images/icon-voltar-hover.png") no-repeat 15px center;
	color:#fff;
   -webkit-transition: 0.3s ease-in-out; 
   -moz-transition: 0.3s ease-in-out; 
   -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

/*=======================================================
Fale Conosco
========================================================*/

.contato{
	float: left;
    width: 100%;
	margin: 0 auto;
    padding-top:70px;
    padding-bottom:120px;
	position: relative;
}

.contato .img-contato {
    height: 572px;
    background: url("../images/bg-contato.jpg") no-repeat top center;
}

.contato p{
    float: left;
	font-family: 'Rubik', sans-serif;
	font-size:22px;
	color: #474743;
    line-height: 26px;
    font-weight:500;
}

.formulario{
    margin-top: 20px;
	width:100%;
	float:left;
    padding-left: 50px;
}

.formulario nome,#assunto{
	float:left;
	width:100%;
}

.formulario #email{
	float:left;
	width:54%;
}

.formulario #telefone{
	float:right;
	width:43%;
}

.formulario #mensagem{
	width:100%;
	float:left;
	margin:14px 0;
	height:142px;
}

.formulario input[type="text"], textarea {
	width:100%;
	margin: 14px 0 0 0;
	padding: 8px 10px;
	background:#fff;
	outline: none;
	font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
	color:#999;
    border: 0;
	border-bottom:#dadada solid 1px;
	line-height:42px;
}

.esse input[type="text"] {
	margin: 14px 0 12px 0;
}

.esse .error {
	margin:-6px 0 0 0;
}

.formulario .btn {
    float: right;
    font-family: 'Rubik';
    display: inline-block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight:600;
    border:#EDC223 solid 1px;
	background:#EDC223;
	color: #fff;
	position: relative;
    border-radius: 35px;
	padding:15px 30px;
    letter-spacing:1px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario .btn i{
    padding-left: 10px;
}

.formulario select .error {
	padding: 2px 8px;
	color: #777;
}
.formulario .error {
	display: block;
	margin-bottom: 6px;
	padding: 0 12px;
	color: #ed3237;
}

::-webkit-input-placeholder {
	font-family: 'Rubik', sans-serif;
    color: #666467;
}
:-moz-placeholder {
	font-family: 'Rubik', sans-serif;
    color: #666467;
}
::-moz-placeholder {
	font-family: 'Rubik', sans-serif;
    color: #666467;
}
:-ms-input-placeholder {  
	font-family: 'Rubik', sans-serif;
    color: #666467;
}

/*=======================================================
Background Rodapé
========================================================*/

#bg-rodape{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
    background: url("../images/bg-rodape.jpg") no-repeat top center;
    height: 486px;
}

/*=======================================================
Rodapé
========================================================*/

#contatos{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
    background:#110f12;
    padding: 50px 0 90px;
}

#contatos img{
    margin-top: 25px;
}

#contatos h1{
    font-family: 'Rubik';
    color: #edc223;
	font-size: 16px;
    font-weight:700;
    padding-bottom:20px;
    text-transform: uppercase;
}

#contatos h2 a{
    font-family: 'Rubik';
    color: #fff;
	font-size: 18px;
    font-weight:500;
    line-height: 22px;
    margin: 0 0;
    padding-bottom: 10px;
}

#contatos a i{
    margin-right:7px;
    font-size:20px;
    vertical-align: middle;
}

#contatos h3 a{
    font-family: 'Raleway';
    font-size: 14px;
    color: #fff;
    font-weight:500;
}

#contatos p{
    font-family: 'Raleway';
    font-size: 14px;
    color: #fff;
    font-weight:500;
}

#contatos a{
    float: left;
    color: #fff;
    font-family: 'Raleway';
    font-weight:500;    
}

#contatos .endereco{
    padding-top:30px;
    padding-left: 45px;
}

#contatos .atendimento{
    padding-top:30px;
}

#contatos .social{
    padding-top:30px;
    padding-left: 45px;
}

#contatos .social ul{
    padding-left: 0;
}

#contatos .social li{
	display:inline-block;
	margin:10px 2px 0;
}
 
#contatos .social li a .fa{
    font-size: 22px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: calc(42px - 2px);
    color:#110f12;
    background:#edc223;
    border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

#contatos .social li a .fa:hover {
     background:#fff;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

/* ==========================================================================
Direitos e Autor
========================================================================== */

footer { 
	width:100%;
	margin:0 auto;
	float:left;
	padding: 30px 0 50px; 
    background:#19181a;
}

footer .direitos { 
	float: left; 
	color: #fff;
    font-family: 'Raleway';
    font-weight:500;    
	font-size: 13px;
	padding-bottom:10px; 
}

footer .autor { 
	display: block; 
	float: right; 
	color: #fff;
    font-family: 'Raleway';
    font-weight:500;    
	font-size: 13px; 
}

/*=======================================================
Voltar ao Topo
========================================================*/

.go-top { 
    position: fixed;
    right: 20px;
    bottom: 20px;
	background:#edc223;
	display:inline-block;
	width:46px;
	height:46px;
	padding: 2px 9px;
	color:#110f12;
	text-align:center;
	font-size:28px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
}

/*=======================================================
WhatsApp
========================================================*/

.whatsapp {
  position: fixed;
  right:100px;
  bottom:100px;
  width:80px;
  height:80px;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 183, 62, 0.7);
  border-radius: 50%;
  background-color: #00B73E;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	z-index: 1;
}

.whatsapp i{
	color: #fff;
	font-size: 42px;
}

.whatsapp:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
