@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);

html, body{
	height:100%;
	font-family: 'PT Sans', sans-serif;
}

body{
	margin:0;
	padding:0;
}
#tudo{
	width:100%;
	position:relative;
	min-height:100%;
}
* html #tudo{
	height:100%;
}




/*------Defult-----*/
:focus{
	outline:none;
}
a{
	text-decoration:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
a:hover{
	text-decoration:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
ul{padding: 0; margin: 0; list-style: none}
p{font-size: 12px; line-height: 20px;}
h2{
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
    color: #676767;
    font-size: 25px;
    padding-bottom: 20px;
    position: relative;
}
h2:before{
	content: '';
	position: absolute;;
	left: 0;
	bottom: 0;
	width: 114px;
	background-image: url(../img/bottom-h2.png);
	background-repeat: no-repeat;
	height: 7px
}
h2.centrelizado{text-align: center;}
h2.centrelizado:before, h2[style^="text-align: center"]:before{left: 50%; margin-left: -57px}

.h4, h4 {
    font-size: 18px;
    line-height: 25px;
}

img{max-width: 100%;}

input, textarea, select {
    padding: 15px;
    background: white;
    border: 1px solid #e2e2e2;
    width: 100%;
    margin-bottom: 10px;
}
textarea {
    resize: none;
    height: 155px;
}
/*-----Fim Defult-----*/





/*-----Header-----*/
header *{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
header {
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	background: rgba(255,255,255,.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header .navbar-default{
	background: transparent;
	border: none;
	padding: 0;
	border-radius: 0;
	margin: 0;
	min-height: auto;
	height: auto;
}
header .logotipo_img{width: 170px;}
header .navbar-nav{float: right;margin-top: 30px;}
header .navbar-default .navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li.active>a, header .navbar-default .navbar-nav>li.active>a:hover, header .navbar-default .navbar-nav>li>a:focus{color: #000; background: transparent;}

header.fixed-menu {background: rgba(255,255,255,.99);}
header.fixed-menu .navbar-default{padding: 0;}
header.fixed-menu .logotipo_img{width: 120px;}
header.fixed-menu .navbar-default .navbar-nav>li>a{padding: 10px 15px;}
header.fixed-menu .navbar-nav{margin-top: 20px;}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{padding-bottom:100px;}

#conteudo section{padding: 80px 0}
#conteudo section img{margin: 0 10px; max-width: 100%; height: auto}
.box img, #tumblelog img{margin: 0 !important;}

#conteudo section#slide{
	position: relative;
	height: 100vh;
	width: 100%;
	min-height: 600px;
	padding: 0;
}
.header2top .fs_title_wrapper{height: 88px; background: rgba(255,255,255,.85); border-color: #275E99;}

#conteudo section#intro h1{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}

#conteudo section#cover, #conteudo section#pre-footer{
    background-image: url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#conteudo section#cover{background-image: url(../img/cover.jpg);}
#conteudo section#pre-footer{background-image: url(../img/pre-footer.jpg);}
#conteudo section#cover h3, #conteudo section#pre-footer h3{
    font-family: 'Amatic SC', cursive;
    text-align: center;
    color: #fff;
    font-size: 65px;
    margin-bottom: 20px;
}
#conteudo section#pre-footer a, #conteudo section#pre-footer a:hover{color: #fff; font-weight: 700;}
#conteudo section#cover .slide-depoimentos{position: relative; height: 200px;}
#conteudo section#cover .carousel{
	color: #fff;
	text-align: center;
	height: 100%;
}
#conteudo section#cover .carousel .item p, #conteudo section#pre-footer p{
	font-size: 17px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
#conteudo section#cover .carousel .item h4{
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 25px;
    color: #fff;
    font-size: 25px;
    position: relative;
    display: table;
    margin: 0 auto;
}
#conteudo section#cover .carousel .item h4:before{
	content: '';
	position: absolute;;
	left: 50%;
	top: 0;
	width: 114px;
	margin-left: -57px;
	background-image: url(../img/bottom-h2.png);
	background-repeat: no-repeat;
	height: 7px
}
#conteudo section#cover .carousel-indicators {bottom: 0;}


#conteudo section#instafeed {
    padding: 0;
    width: 100% !important;
    position: relative;
}
#conteudo section#instafeed img{margin: 0}


#blog a.item{
	margin-bottom: 40px;
	display: block;
}
#blog a.item img{
	width: 100%;
	opacity: .9;
	margin: 0 !important;

	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);

	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#blog a.item:hover img{
	opacity: 1;

	-webkit-filter: initial;
	-webkit-filter: initial;
	filter: initial;
	filter: initial
	filter: initial;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#blog a.item h2{font-size: 18px; margin-bottom: 10px}
#blog a.item h3{
    font-size: 15px;
    color: #777;
    margin-top: 14px;
    margin-bottom: 0;
}
#blog a.item p{text-align: center; color: #777}
#blog a.item:hover p, #blog a.item:hover h2, #blog a.item:hover h3{color: #000}


#conteudo section#brandscump{text-align: center; padding-top: 150px}


#conteudo section#materia{padding-top: 150px}
#conteudo section#materia .cont img {margin-bottom: 30px;}
#conteudo section#materia .cont p{text-align: justify;}

#conteudo section#materia #blog p{text-align: left; margin-bottom: 0}
#conteudo section#materia #blog .item{margin-bottom: 20px}

#conteudo section#materia #blog h4{margin-bottom: 20px;}


.block-item{height: 230px; border: 1px solid #eee; position: relative; margin-bottom: 30px;}

.block-item a{
    font-family: 'Amatic SC', cursive;
    text-align: center;
    color: #fff;
    font-size: 55px;
    padding: 20% 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    z-index: 3;

    -webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.block-item a span{font-size: 28px; display: block;}
.block-item:hover a{
	opacity: 1;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.block-item .image{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.block-item .image img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0 !important;

	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.block-item:hover .image img{
	width: 110% !important;
	max-width: 110% !important;
	top: -5%;
	left: -5%;

	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

#conteudo section.google-maps{
	padding:0;
}
.google-maps .mapArea{
	height:400px;
	overflow:hidden;
	width:100%;
}
.google-maps .mapArea iframe{
	width:100%;
	height:400px;
}
.scrolloff {
	pointer-events: none;
}

#grid{overflow: hidden;}




#conteudo section iframe,
#conteudo section object,
#conteudo section embed {
    width: 100%;
    height: 400px;
}




#admin{padding: 6% 0 0;}
#admin .login{
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
#admin .login *{
    font-size: 14px;
}
#admin .login .form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
#admin .login i {font-size: 67px;}

#admin .login .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
#admin .login .form-top-left h3 { margin-top: 0; font-weight: 300; font-size: 24px; color: #777 }
#admin .login .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}
#admin .login .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}
#admin .login .form-bottom form textarea {
	height: 100px;
}
#admin .login .form-bottom form button.btn {
	width: 100%;
}
#admin .login .form-bottom form .input-error {
	border-color: #19b9e7;
}
#admin .login .social-login {
	margin-top: 35px;
}
#admin .login .social-login h3 {
	color: #fff;
}
#admin .login .social-login-buttons {
	margin-top: 25px;
}
#admin .login button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
#admin .login button.btn:hover { opacity: 0.6; color: #fff; }
#admin .login button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#admin .login button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
#admin .login button.btn:active:focus, #admin .login  button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

#admin>p {color: #d3d7e0; text-align: center; font-size: 13px; margin-top: 20px; margin-bottom: 0}
#admin>p a{color: #d3d7e0; padding: 0 10px;}
#admin>p a:hover{color: #fff;}

#admin>p.footer{
	position: relative;
	display: table;;
	margin: 40px auto 0;
	padding-top: 10px;
}
#admin>p.footer:before{
	content: '';
	position: absolute;
	border-top: 1px solid #a2abc7;
	top: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}
#admin>p.footer a{color: #bec3d4}

#admin .alert{
	margin: 0;
    padding: 5px 15px;
    border-radius: 0;
}
#admin .alert p{font-size: 12px;}
.alert-danger p{color: #a94442;}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
	background-color:#fff;
	width:100%;
	padding: 30px;
	position:absolute;
	bottom:0;
}
footer p{color:#a1a1a1; line-height: 40px; margin: 0}
footer .socials_list{float: right;}
footer .socials_list>li{float: left;}
footer .socials_list>li>a{
	display: block;
	width: 40px;
	height: 40px;
	border: 2px #a1a1a1 solid;
	color: #a1a1a1;
	margin: 0 2px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
footer .socials_list>li>a:hover{color: #777; border-color: #777}
/*-----Fim Footer-----*/





/*-----Classes Globais-----*/
.clr{clear:both;}
.col-center{float: none; margin: 0 auto}
.button{
	display: table;
	padding: 12px 26px;
	color: #777;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    border: 1px solid #777;
    font-weight: 700;

    -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.button:hover{
	color: #fff;
	background: #777;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.button.center{margin: 20px auto}
/*-----Fim Classes Globais-----*/