html,
body {
  height: 100%;
  width: 100%;
}

h1,
h2,
h3 {
  font-family: 'Sarala', sans-serif;
}

.botaotitulo{
  background: transparent; 
  border: 1px solid white;
  margin-top: 20px;
  padding: 7px;
  color: white;
  font-size: 14px;
}

.botaotitulo:hover{
  background: white; 
  border: 1px solid white;
  margin-top: 20px;
  padding: 7px;
  font-size: 14px;
  transition-duration: .4s;
}

.botaoblog{
  background: white; 
  border: 1px solid white;
  margin:5px 0 25% 42%;
  padding: 7px 25px;
  color: #870808;
  font-size: 14px;
}

.botaoblog:hover{ 
  border: 1px solid white;
  margin:5px 0 25% 42%;
  padding: 7px 25px;
  font-size: 14px;
  transition-duration: .4s;
  background: transparent;
  color: white;  
}

/* CAPA */

.capa{
    background-image: url('../imagens/fullimagem.jpg');
    background-position: center center;
   background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
}

/*SOBRE*/

.sobre {
  background: #FFFFFF;
}

.sobre h1{ 
  font-weight: 600;
  color: #870808;
  text-align: center
}

.sobre p {
  font-size: 16px;
  padding: 15px 0;
  font-family: 'Raleway', sans-serif;
  color: black;
}

.sobre ul{
  font-size: 16px;
  padding: 25px;
  font-family: 'Raleway', sans-serif;
}

#fname_244, #email_245, #campoe_8, #campoe_7, #campoe_9_251, #campoe_2_252{
  width:78%;
  border: 1px solid black;
  margin: 0 0 0 11%;
  height: 30px;
  padding-left: 5px;
  border-radius:5px;
  background: #FFFFF0;
}

#telefone_250_numero {
  width:52.5%;
  border: 1px solid black;
  border-radius:5px;
  height: 30px;
  padding-left: 5px;
  background: #FFFFF0;
}

#ind_telefone_250{
  width:25%;
  border: 1px solid black;
  margin: 0 0 0 11%;
  height: 30px;
  padding-left: 5px;
  border-radius:5px;
  background: #FFFFF0;
}

#botao{
   font-weight: bold;
  margin: 20px auto;
  padding: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 20px;
  width: 100%;
  background-color: #870808;
  color: white;
}

#botao:hover {
  font-weight: bold;
  margin: 20px auto;
  padding: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 20px;
  width: 100%;
  background-color: #11171D;
  color: white;
  transition-duration: .4s;
}

/* RODAPE */

.rodape {
  background-color: #11171D;
  text-align: center;
}

.rodape img{
  height: 80px;
  width: 300px;
  margin:50px 0 20px 0;
}

.rodape p{
  font-size: 10px; 
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 400;
}

.rodape .list-socials {
  margin-top: 4px;
}

.rodape .list-socials li {
  display: inline-block;
  margin-right: 8px;
}

.rodape .list-socials a {
  display: block; 
  width: 28px;
  height: 28px;
  line-height: 28px;  
  text-align: center;
}

.rodape .list-socials i {
  font-size: 16px;
  margin: 7px auto;
  color: white;
}

#negrito{
  font-weight: 900;
}

.wow {
  visibility: hidden;
}

.italico{
  font-style: italic;
}

.info {
  font-size: 12px;
}

.destaque {
  color: #FFFF00;
}