/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=EBGaramond');

html {
  scroll-behavior: smooth; /* Faz com que o Scroll seja suave */
	height: 100%;
	overflow: overlay !important;
}

body {
	min-height: 100%;
	overflow: overlay !important;
	margin-bottom: 0px;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'EBGaramond', serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MINHAS CENAS !!!! */

.activo {
	color:grey;
	text-decoration: none;
}

.img_principal{
  width: 100%;
  height: auto;
  float: center;
  padding-bottom: 70px;
  padding-top: 20px;
}

.img_teresa{
  opacity: 0.4;
  width: 100%;
  position:absolute;
  left: 0px;
  top: -50px;
  z-index: -1;
}



ul{

  font-family: ebgaramond;
  font-size: 30px;
  float: right;
  margin-right: 78px;
  margin-left: 78px;


}

li {
  display: inline-block;
  padding-top: 20px;
  padding-right: 12px;
  text-decoration: none;

}


li a {
	text-decoration: none;
	color: black;


}

li a:hover{
  text-decoration: underline;
}



p{
	display: block;
  font-family: ebgaramond;
  font-size: 18px;
  text-align: justify;
  word-spacing: 0.1em;
  line-height: 1.5;
  text-indent: 0em;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  padding-right: 150px;
  padding-left: 150px;
  padding-top: 50px;
}


#p1{
	display: block;
  font-family: ebgaramond;
  font-size: 18px;
  text-align: justify;
  word-spacing: 0.1em;
  line-height: 1.5;
  text-indent: 0em;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  padding-right: 150px;
  padding-left: 150px;
  padding-top: 50px;



}


#p0{
	display: block;
  font-family: ebgaramond;
  font-size: 18px;
  text-align: justify;
  word-spacing: 0.1em;
  line-height: 1.5;
  text-indent: 0em;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  padding-right: 150px;
  padding-left: 150px;
  padding-top: 150px;


}



h1{
  font-size: 30px;
  font-weight:normal;
  text-align: center;

}

div {
	display:inline-block;
}

.b {
	padding-bottom: 100px;
  padding-top: 0px;

}

.menu {
	padding-bottom: 20px;
	float: right;
}
.conteudo {
	padding-bottom: 60px;
	width: 100%;
}


#slideshow > div {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -115px;
    margin-bottom: 150px;

}

.img2{
    width: 80%;
}




* {
  box-sizing: border-box;
}

.column {
  width: 40%;
  padding: 0px;
  /*margin-top: 100px; */
  /*margin-bottom: 100px; */
}

.column1 {
  width: 26.5%;
  padding: 0px;
  /*margin-top: 100px; */
  /*margin-bottom: 100px; */
}

.row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.first {
  margin-top: 150px;
}

.last {
  margin-bottom: 0px;
}

.another {
  margin-bottom: 0px;
}

.another1 {
  margin-bottom: 0px;
}

.another2 {
  margin-bottom: 150px;
}




.msg_form {
	text-align: center;
	width: 100%;

}

.show{
	visibility: visible !important;
	display: block;
}

/* The alert message box */
.alert {
  display:block;
  margin:auto;
  width: 50%;
  text-align: center;
  padding: 20px;
  background-color: #DDDDDD; /* normal */
  color: #333333;
  margin-bottom: 15px;
  visibility: hidden;
}

#stories {
	margin-bottom: 60px;

}

.erro{
  background-color: #f44336 !important; /* Red */
  color: white !important;
}

.inseriu{
  border: 1px solid #477036 !important;
  background-color: #E5F9F1 Green;
  color: #477036 !important;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.formulario {
	display:block;
	width: 70%;
	margin:auto;
	padding-top: 80px;
	padding-bottom: 80px;

}

.titulo_formulario {
	text-align: left;
	text-indent: 0;
	padding-left: 0px;
}

.redBorder {
	border-color: red !important;
}

input[type=text], textarea {
	width: 100%;
	font-family: ebgaramond;
	font-style: normal;
	font-size: 18px;
}

input[type=submit] {
	float: right;
	margin-top: 20px;

}

.showblock {
	display:block !important;
}

#speech {
  display:none;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  width: 50%;
  /*height: 100px;*/
  text-align: left;
  /*line-height: 100px;*/
  padding: 20px;
  background-color: #fff;
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px #888;
  -moz-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
}

#msg_memorias_texto {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
  /*height: 100px;*/
  text-align: left;
  /*line-height: 100px;*/
  padding: 20px;
  background-color: #fff;
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px #888;
  -moz-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
}

.data_msg {
	font-size: 10px;
	color: #777777;
	font-style: italic;
	float:right;
}


.msg_memorias {
	display:block;
	width: 70%;
	margin:auto;
	padding-top: 80px;
	padding-bottom: 80px;

}


/*
#speech:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: -50px;
  border: 25px solid;
  border-color: transparent transparent #000000 #000000;
}
*/

.footer {

	position:fixed;
	text-align: center;
	bottom: 0;
  left:0;
	right:0;
	padding-top: 15px;
  padding-bottom: 10px;
  background-color: black;
	color: white;
}



.footer a {
color: white;
text-decoration: none;
font-size: 14px;
}


.footer a img{
width: 3%;
}
