

@media (min-width: 1200px){
.container {
     width: 1015px;
	}
}

body {
	background-color: #170a2f;
}

header {
	text-align: center;
	position: relative;
	padding-top: 50px;
}

header .logo{
    float: left;
    width: 140px;
    margin-left: 85px;
}

header .autentica{
    top: 40px;
    width: 380px;
}

header .login_buttons{
	float: right;
	width: 250px;
	height: 50px;
	padding-top: 15px;
}

header .login_buttons img{
	float: right;
	margin-left: 4px;
}

section{
	min-height: 635px;
}

section .col.right{
	float: right;
	text-align: center;
	padding-top: 50px;
}

section .col{
	text-align: center;
}

section .bono{
	margin-bottom: -10px;
}

section .row{
	margin-top: 24px;
	margin-right: 0px;
    margin-left: 0px;
}

section .row.screens{
	margin-top: 10px;
}

section .step{
	height: 135px;
	margin-left: -36px;
}

section .screen{
	margin-left: -27px;
}

section .button,header .login_buttons img{
	cursor: pointer;
	transform: scale(1);
	-ms-transform: scale(1);
    -webkit-transform: scale(1);

	-webkit-transition:0.3s all;
	transition:0.3s all;
}
section .button:hover,header .login_buttons img:hover{
	cursor: pointer;
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
section .button:active,header .login_buttons img:active{
	transform: scale(0.9);
	-ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);

	-webkit-transition:0.1s all;
	transition:0.1s all;
}

header .autentica{
	animation-delay: 0s;
	animation-duration: 0.6s;
}

footer .links{
	line-height: 30px;
}

footer .links img{
	height: 26px;
}

@media (max-width: 992px){
	header .login_buttons{
		width: 100%;
	}

	header .login_buttons img{
		float: none;
	}

	section .col.right {
	    float: none;
	}

	header .logo {
	    float: none;
	    width: 140px;
	    margin-left: 0px;
	}
	header .autentica{
    max-width: 380px;
    width: 95%;
	}

}