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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family:"Century Gothic";
	font-size: 17px;
}
.telefone{
	font-weight: bolder;
	color: #FFF;
	font-size: 21px;
}

h1{
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.form{
	width:450px;
	height:56px;
	border-radius:10px;
	border:1px #FFF solid;
	background-color: #B23437;
	font-size: 17px;
	color: #FFF;
}

/*MENU*/
.snip1143 {
  font-family:"Century Gothic";
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size:15px;
}
.snip1143 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1143 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  overflow: hidden;
}
.snip1143 a {
  padding: 0.3em 0;
  color:#000;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1143 a:before,
.snip1143 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1143 a:before {
  top: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #c0392b;
}
.snip1143 a:after {
  padding: 0.3em 0;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  color: #000;
  white-space: nowrap;
}
.snip1143 li:hover a,
.snip1143 .current a {
  transform: translateY(-100%);
}
  
/*MENU*/















@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
figure.snip1095 {
font-family:"Century Gothic";
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1095 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

figure.snip1095 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.snip1095 figcaption {
  position: absolute;
  top: 83%;

  padding: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1095 figcaption h3,
figure.snip1095 figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 40px #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1095 figcaption h3 {
  font-size: 1.1em;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

figure.snip1095 figcaption h3:after {
  left: 50%;
  right: 50%;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  content: '';
  display: block;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.snip1095 figcaption h3 span {
  font-weight: 800;
}

figure.snip1095 figcaption p {
  font-size: 0.9em;
}

figure.snip1095 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1095.blue {
  background: #000;
}

figure.snip1095.blue i {
  background: #000;
}

figure.snip1095.red {
  background: #36100c;
}

figure.snip1095.red i {
  background: #81261d;
}

figure.snip1095.yellow {
  background: #583804;
}

figure.snip1095.yellow i {
  background: #b06f09;
}

figure.snip1095:hover img,
figure.snip1095.hover img {
  opacity: 0.2;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1095:hover figcaption h3,
figure.snip1095.hover figcaption h3,
figure.snip1095:hover figcaption p,
figure.snip1095.hover figcaption p {
  color: #ffffff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.snip1095:hover figcaption h3:after,
figure.snip1095.hover figcaption h3:after {
  left: 0px;
  right: 0px;
  opacity: 0.6;
}

























/*CASES*/

figure.snip1440 {
font-family:"Century Gothic";
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.4em;
  background-color: #000000;
}
figure.snip1440 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1440 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1440 figcaption {
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
figure.snip1440 h3 {
  letter-spacing: -1px;
  margin: 0;
  font-weight: 600;
}
figure.snip1440:after {
  border: 2px solid #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  bottom: 50%;
  left: 20px;
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
figure.snip1440 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1440:hover img,
figure.snip1440.hover img {
  opacity: 0.2;
}
figure.snip1440:hover figcaption,
figure.snip1440.hover figcaption {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip1440:hover:after,
figure.snip1440.hover:after {
  top: 20px;
  bottom: 20px;
  opacity: 0.9;
}





*{ padding: 0;}

li{
            list-style:none;
            display:inline;
            float:left;

        }
li p{
            text-align:center;
        }
.thumb{
            cursor:pointer;
            position:relative;
        
        }
		
		
		