.row {
	margin: 0;
}
.header1 {
	height: 40px;
	background-color: #2d2d2d;
}
.header2 {
	height: 225px;
	background-color: #fa558f;
}
.header2-tam {
	height: 225px;
}
.header-text {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #CCC;
    padding-left: 23px;
    float: left;
    margin-top: 10px;
}
.header-text a {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #CCC;
	text-decoration: none;
}
.header-text a:hover {
	color: #fa558f;
}
.header-logo {
	float: left;
	margin-top: 35px;
}
.menu {
	position: absolute;
    padding: 0;
    width: 100%;
    text-align: right;
    list-style: none;
    bottom: 0px;
    margin: 0;
}

.menu > li {
	display: inline-block;
}
.menu > li > a {
	font: 400 25px/28px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    line-height: 84px;
}


.spacer20 {
	height: 20px;
}
.spacer50 {
	height: 50px;
}
.spacer300 {
	height: 300px;
}
.text-input {
	padding-top: 5px;
}

.footer {
	height: 200px;
}

/*========-===========media===================*/

@media screen and (max-width: 992px) {
	.header-logo {
		margin-top: 30px;
		float: none;
		text-align: center;
	}
	.header2-tam {
	    height: 195px;
	}
	.logo-topo {
		width: 160px;
		margin: auto;
	}
	.menu {
		text-align: center;
	}
	.menu > li {
		float: none;
	}
	.menu > li > a {
		font: 400 18px "Roboto", sans-serif;
	    text-transform: uppercase;
	    color: #fff;
	    display: block;
	    padding: 0px 10px 0px 10px;
	    text-decoration: none;
	    line-height: 60px;
	}
}

@media screen and (max-width: 360px) {
	.header1 {
		height: 57px;
	}
	.header-logo {
		margin-top: 30px;
		float: none;
		text-align: center;
	}
	.header2-tam {
	    height: 195px;
	}
	.logo-topo {
		width: 160px;
		margin: auto;
	}
	.menu {
		text-align: center;
	}
	.menu > li {
		float: none;
	}
	.menu > li > a {
		font: 400 16px "Roboto", sans-serif;
	    text-transform: uppercase;
	    color: #fff;
	    display: block;
	    padding: 0px 6px 0px 6px;
	    text-decoration: none;
	    line-height: 30px;
	}
	.col-md-12 {
		padding-left: 0;
	}
}