@charset "utf-8";

/*********** COLORS ***************
color #ef5a28
/************* GENERAL SETS *********************/
body {
	width: fit-content;
	margin: 0;
	font-family: 'Dosis', sans-serif;
	color: #555;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	background-color: white;
}


img {
	border: 0;
}


ul {
	margin: 0px;
	padding: 0;
}

li {
	list-style: none;
	margin-bottom: 0px;

}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 200;
	color: #0fadef;
	/* 	text-transform: uppercase; */
}

hr {
	margin: 60px 0px;
	border: 1px solid #ccc;
}

a {
	color: #0fadef;
	text-decoration: none;

}

p {
	margin-bottom: 15px;
}

input,
textarea {
	border: none;
}


#pagina {
	position: relative;
	display: block;



}

.en {
	font-style: italic;
}

#header {
	display: block;
	width: 100%;
	background-color: #0fadef;
	padding: 20px 0px 0px 0px;
	border-bottom: 5px solid #444;
}

#header_content,
#footer_content,
#conteudo {
	position: relative;
	width: 820px;
	margin-left: auto;
	margin-right: auto;

}

#menu_content {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 100%;
	padding-bottom: 10px;
}

#logo img {
	width: 100%;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	padding: 20px 0px;

	font-size: 10px;
	font-weight: 400;
	color: #888;

}

#footer a {

	color: #0fadef;
}


#menu {

	border-top: 1px solid white;
	clear: both;
	padding: 20px 0;
	width: 100%;
	background-color: #323232;
	text-align: center;
	font-size: 14px;

}

#menu li {
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
}

#menu li a {}

#menu li a:hover,
#menu li a.selected {
	color: white;
}

/*-------------------------------------------------------------------------------------------------------------------------*/

#conteudo_wrapper {
	position: relative;
	background-color: #f2f2f2;
	padding: 60px 0px 180px 0px;
	width: 100%;


}

#conteudo {
	clear: both;
	display: block;
	min-height: 500px;
	width: 700px;
	padding: 0px 90px;
	text-align: justify;


}




#content {
	float: right;

	width: 700px;

}

nome {
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform:
}

.the_list {
	margin-bottom: 30px;
}

.the_list_history {
	margin: 50px 0px;
}


.the_list_history li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #777;
}

#contact_info {
	margin-bottom: 60px;
}

#contact_form {}

#contact_form input[type='text'],
#contact_form textarea {
	width: 300px;
	padding: 10px;
}

#contact_form input[type='submit'] {
	padding: 10px;
	width: 100px;
	cursor: pointer;
}

#contact_form input[type='submit']:hover {
	background-color: #0fadef;
	color: white;
}

#contact_form h5 {
	font-size: 15px;

}

#payment {
	padding-top: 10px;
	padding-left: 0px;
}