@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.endo-topo{
	
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}

.fonte-menu {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	
}

.tit-1 {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333333;
	font-size: 19px;
	line-height: 32px;
	font-weight: 700;
	
}

.txt-1{
	
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}


h3{
	
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}

p{
	
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.tit-2 {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333333;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	
}

.bordas {
	border-color: #c3c3c3;
	border-width: 1px;
	
}

.tit-3 {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	
}


.botao-contato {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	
}

.creditos{
	
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}


.rodape{
	
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 26px;

}

h1 {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #7f2119;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	
}

.tit-4 {
	
	font-family: 'Open Sans Condensed', sans-serif;
	color: #7f2119;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	
}

.bordas2 {
	border-color: #c3c3c3;
	border-width: 1px;
	border-bottom: 0;
	border-top: 0;
	border-right: 1px;
	border-left: 0;
	
}

.button {
	font-family: 'Open Sans Condensed', sans-serif;
    background-color: #7f2119; /* Green */
	font-weight: 700;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
		float: right;
	
}

.button1 {
    background-color: white; 
    color: #7f2119; 
    border: 2px solid #7f2119;
}

.button1 :hover {
    background-color: #7f2119;
    color: white;
}


.button2 {
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
    background-color: #c3c3c3; /* Green */
	font-weight: 700;
    border: none;
    color: white;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;

	
}

.button2 {
    background-color: white; 
    color: #333333; 
    border: 1px solid #c3c3c3;
}

.button2 :hover {
    background-color: #7f2119;
    color: white;
}


