html {
	height:100%;
	min-width: 300px;
}

body{
	height:100%;
	font-family:"Roboto", sans-serif;
	cursor:default;
	background-color: #edeef0;
	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}

header{
	position: fixed;
	width: 100%;
	z-index: 1000;
}

main{
	width: 100%;
	flex: auto;
	margin:auto;
	margin-top: 75px;
	padding-bottom:20px;
    min-width: 350px;
	max-width: 1300px;
}

.container-fluid {
    margin:auto;
    border-radius: 10px;
    height: 100%;    
}

.container-contact{
 	border-radius:10px;
	width: 100%;
	background-color: #fff;
    height: 100%;  

}

.subcontainer-contact{
    padding: 20px 20px 0px 20px;
	margin:auto;
 	border-radius:20px;
 	padding-top:20px;
 	padding-bottom:40px;
 	max-width:700px;
 	min-width:350px;
	min-height: 1000px;
}

.header{
	display: flex;
	width:100%;
    background-color:#12418B;
    cursor:default;
	box-shadow: 0 5px 5px -5px #333;
	min-width:350px;
}

.logo_header {
	display:flex;
	text-decoration:none;
	width:100%;
	height:60px;
	margin-left: 20px;
    align-items: center;
}

.quitHome {
	padding: 6px 10px 6px 10px;
    border-radius: 26px;
}

.homeReturn {
	width:110px;
}

.quitHome:hover {
	background-color:#0c2d5f;
	border-color:#0c2d5f;
	transition: 0.3s;
}

.title{    
	font-size: 15px;
    color: #ff8000;
    font-weight: bold;
	padding-bottom:10px;
	border-bottom:1px solid #e2e2e2;
}

.desc{
	font-size:14px;
	color:#313131;
	margin-top:10px;
	padding-bottom:20px;
}

.textbox{
	float:left;
	border:1px solid #a6a6a6;
	border-radius:3px;
	background:transparent;
	color:#313131;
	margin-bottom:5px;
	margin-top:5px;
	outline:none;
	padding:8px;
	font-size:15px;
	width:100%;
	max-width:360px;
}

.textboxObject{
	border:1px solid #a6a6a6;
	border-radius:3px;
	background:transparent;
	color:#313131;
	margin-bottom:5px;
	margin-top:5px;
	outline:none;
	padding:8px;
	font-size:15px;
	width:100%;
}

.textboxMessage{
	border:1px solid #a6a6a6;
	border-radius:3px;
	background:transparent;
	color:#313131;
	margin-bottom:5px;
	margin-top:5px;
	outline:none;
	padding:8px;
	font-size:15px;
	width:100%;
	height:150px;
 	resize:none;
}

.textbox:focus, .textboxTitle:focus, .textboxMessage:focus{
	border:2px solid #313131;
}

.buttons{
    border: none;
	text-align:center;
	width:185px;
	height:35px;
	border-radius:20px;
	background-color:white;
	border: 3px solid #12418B;
	color:#12418B;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	outline:none;
}

.buttons:hover{
	background-color:#12418B;
	color:white;
	outline:none;
}

.div_button{
	text-align:center;
}

.item_back{
	text-align:center;
	font-size:12px;
	color:#606060;
	padding-top:10px;
}

.item_back a {
	color:#313131;
}

.item_back a:hover {
	color:#0080ff;
}

.error{
	color:#ff3333;
	font-weight:bold;
	font-size:11px;
	padding-bottom:5px;
	width:100%;
}

.send{
	text-align:center;
	color:#57b412;
	font-weight:bold;
	font-size:11px;
	padding-bottom:5px;
}
