/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Staatliches', cursive;
}
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;
}

.navbar a{
    color: rgb(119, 116, 116) !important;
}

a:hover {
    color:red !important;
    text-decoration: none !important;
}


.rodape {
	background-color: white !important;
	font-size:1em;
	text-align: center;
	padding: 5px;
	/* padding-bottom: 10px; */
	padding-top: 5px;
	/* padding-left: 10px;
	padding-right: 10px; */
}

.rodape li{
    display: inline;
}


.cabecalho{
    background-image: url(../imagens/logos/teste1.png);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    color: black hidden;
    font-size: 50px;
    padding-top: 10px;
}

.navbar {
    padding-top: 100px;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.img-index h1{
    text-align: center;
}

.img-index{
    padding: 10px;
    padding-bottom:10px; 
    
}

.caption{
    text-align: center;
    color:black;
}

.caption:hover{
    text-decoration: none;
    color: red;
}

.borda-separadora{
	padding: 10px;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	border-top: rgb(107, 106, 106) 1px solid;	
}

.especiais-index{
	padding: 10px;
}

.especiais-imagens-index{
	padding: 10px;
}

.container{
	padding:20px;
}

.contato-formulario{
	text-align: center;
}

.enquadra-formulario{
	margin: auto;
	width: 50%;
	border: 1px hidden red;
  	padding: 10px;
}

.centraliza-texto{
	text-align:center;
}

.centraliza-botao{
    text-align: center;
}

.centraliza-comments{
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	text-align: center;
	border: 1px hidden rgb(107, 106, 106);
}

.centraliza-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#h3-review{
	padding-bottom: 10px;
}

.img-review-resident-evil{
	margin: auto;
  width: 100%;
  border: 3px hidden green;
  padding: 10px;
}