@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
		color: #000;
}

.logo {
margin-right: 50px; 
vertical-align: middle;
}

.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}

.wrapper {
width: calc(100vw - 150px);
padding: 75px;
}

.content {
width: calc(100% - 400px);
float: left;
}
.content_status {
width: 100%;
max-width: 900px;
margin: auto;
}
.login{
	width: 350px; 
	position: fixed;
	top: 75px;
	right: 75px;
}
.loginform {
padding: 25px;
margin-bottom: 25px;
}

.fullbox, .halfbox_left, .halfbox_right {
	width: calc(100% - 42px); 
	border: solid 1px #ccc; 
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFF;
	text-align: left;
}
.halfbox_left {
	width: calc(50% - 47px);
	margin-right: 10px;
}
.halfbox_right {
	width: calc(50% - 47px);
	float: right;
}
.freebox_right {
	background-color: #FFF;
	width: calc(50% - 5px);
	border: none;
	float: right;
	padding: 0;
	margin-bottom: 10px;
}


.field, .smallfield, .area, .drop, .smalldrop  {
	color:#666;
	background-color:#FFF;
	width:100%;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	appearance:none;
	-webkit-appearance: none;
}
.smallfield {
	width:calc(100% - 80px);
	float: right;
}
.area {
	height:250px;
	resize:none;
}
.drop, .smalldrop {
	background-image:url(../images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.smalldrop {
	background-position: left center;
	background-size:15px auto;
	padding-left: 25px;
	width: 55px;
	float: left;
}

.send {
	color:#FFF;
	width:100%;
	text-align:center;
	height:60px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
}
.send:hover {
	transform: scale(1.025);
}

/* FONTS */

.credito {
	font-family: 'Nunito', sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3, .t4, .t5 {
font-family: 'Lato', sans-serif;
	text-decoration:none;
}
.t1 {
	font-weight:400;
	font-size:36px;
	line-height: 30px;
}
.t2 {
	font-size:26px;
	font-weight:300;
	line-height: 30px;
}
.t3 {
	font-size:16px;
	font-weight:300;
	line-height: 20px;
}
.t4 {
	font-size:10px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	display: block;
	margin-bottom: 10px;
}
.t5 {
	font-size:12px;
	line-height: 16px;
}

.black {
color: #000;
}
.white {
color: #FFF;
}


.bt_color, .bt_white, .bt_ok {
	color:#FFF;
	padding: 20px 25px 0 25px;
	height: 40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	display: inline-block;
}
.bt_ok {
width: calc(50% - 10px);
text-align: center;
padding: 20px 0 0 0;
}
.bt_white {
width: calc(50% - 12px);
padding: 18px 0 0 0;
text-align: center;
margin-right: 10px;
color: #000;
background-color: transparent;
border: solid 1px #999;
}
.bt_color:hover {
	transform: scale(1.025);
}

@media screen and (max-width: 900px) {


.wrapper {
width: calc(100vw - 50px);
padding: 50px 25px 50px 25px;
text-align: center;
}
.content, .login {
width: 100%;
float: none;
position: initial;
}
.content {
margin-bottom: 50px;
}


.fullbox, .halfbox_left, .halfbox_right, .freebox_right {
	width: calc(100% - 42px); 
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	float: none;
	text-align: left !important;
}
.freebox_right {
	border: none;
	padding: 0;
}

.logo {
display: block;
margin-right: 0; 
margin: auto;
margin-bottom: 25px;
}

ul {
text-align: left !important;
}

.t1 {
	font-size:30px;
}

}