/* Comentario */

/* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */

*{
	margin:0;
	padding: 0;
}

body{
	display: inline;
	margin: 0;
}

header{
	width: 100%;
	height: 72px;
	background-color:#780000;
	position: fixed;
	z-index: 2;
	border-bottom: #003049 8px solid;
}
.header-centro{
	width: 100%;
	max-width: 900px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	font-size: 30px;
	color: #FDF0D5;
	font-family: "Oswald" , sans-serif;
	  font-weight: 700;
  font-style: normal;
}

.menu{
	display: flex;
	list-style-type: none;
}

.menu li a{
	color: #FDF0D5;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-family: "Oswald" , sans-serif;
	font-weight: 700;
	font-style: normal;
}

.menu a:hover{
	color: #BF4342;
	text-decoration: none;

}
.img-destaque{
	width: 100%;
	height: 500px;
	
}

.img-intervalo{
	width: 100%;
	height: 400px;
}

img{
	display: block;
}

/* Tipografia */

.txt-tit-destaque{
	color: #003049 !important;
}

.txt-destaque{
	color: #780000;
	font-size: 35px;
	text-align: center;
	position: absolute;
	padding-bottom: 185px;
	padding-left: 100px;
	padding-right: 50px;
	max-width: 500px;
	font-family:"Oswald", sans-serif;
  font-weight: 900;
  font-style: normal;
	}
	.txt-intervalo{
		color: #fdf0d5;
		font-size: 25px;
		text-align: center;
		position: absolute;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 30px;
		max-width: 500px;
		font-family:"Open Sans", sans-serif; 
	  font-weight: 400;
	  font-style: italic;
		}
.titulo{
	font-size: 30px;
	margin-bottom: 10px;
	color: #000b4b;
}


.estilo1{
	font-size: 16px;
	color: pink;
}

.intro{
	font-size: 27px;
	color: #000b4b;
}

.col-1-2 p, .col-1-3 p{
	font-size: 16px;
	color: #242424;
	line-height: 26px;
	margin-bottom: 5px;

	font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.col-1-2 h1, .col-1-3 h1{
	font-size: 30px;
	color: #BF4342;
	line-height: 35px;
	font-family:"Oswald", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.col-1-2 h2, .col-1-3 h2{
	font-size: 25px;
	color: #BF4342;
	line-height: 35px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	

}

.clube-luta-real{
	font-size:45px!important;
	line-height: 55px !important;
}


/* Cores */
.bc-escuro{
	background-color: #F8CD77;
}
.bc-meio-tom{
	background-color: #FCEAC5;
}
.bc-claro{
	background-color: #fdf0d5;
}

/* Margens e Paddings */
.pad-t-b-alto{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-t-b-medio{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-t-b-baixo{
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Divs */

.padding-menu{
	padding-top: 130px;
	padding-bottom: 50px;
}

.padding-intervalo{
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-destaque-img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	
	position: relative;
	display: flex;
	justify-content: center;
	align-items:flex-end;
	
	
	
	
	}

	.container-img-intervalo{
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	display: flex;
	justify-content: center;
	align-items:flex-end;
	margin-top: 55px;
	margin-bottom: 55px;
	}

.container-col{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content:space-between ;
}

.footer{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #003049;
	text-align: center;
	}

.footer li{
	color: #FDF0D5;
	font-size: 12px;
	list-style-type: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;

}
.footer li a{
	color: #FDF0D5;
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.footer li a:hover{
	color: #669bbc;
}

/* Colunas */

.col-1-2{
	width: 48%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.col-1-3{
width: 31% ;

margin-bottom: 10px;
}

.col-1-4{
	width: 23% ;
	height: 300px;;
	background-color:white ;
	margin-bottom: 10px;
}











