@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
/* \\\\\\\\\\\\\\\\\    DEMO CODE   ///////////////////////////////// */
applet, object, iframe, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, img, header, section {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

.centerUp {
  margin: 0 auto;
  width: 960px;
}


h1 {
  font-size: 80px;
  margin: 80px 0 100px;
}

h2 {
  margin: 100px 0 0;
  color: #eb5a3d;
}

p {
  font-size: 20px;
}



.closeBtn{ display:block; background-image:url(../img/fechar.png);
width:30px; height:30px; position:absolute; top:10px; right:30px; cursor:pointer; z-index:1100;}

.closeBtn:hover{background-position:bottom;}


/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
	background-color:#000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  padding:20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 60%;
  padding-bottom:50px;
}

@media screen and (max-width: 850px) {
.modal {
  width: 90%;
}


}


/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
