@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none !important;
}

a:hover {
	color: #509DE4;
}

img {
	border: none;
	max-width: 100% !important;
    height: auto;
}

#map img {
	display: initial;
	max-width: initial !important;
	height: initial;
}

b {
	font-weight: 600;
}

.intro {
	background-image: url(../images/tops/index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	margin: 0px auto;
	height: 440px;
	position: relative;
	border-bottom: 10px solid #FFDB00;
}

.intro .top {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 50px;
	box-sizing: border-box;
	background-color: #509DE4;
	color: white;
}

.intro .top .right {
	float: right;
	width: 100%;
	max-width: 215px;
	padding-top: 10px;
}

.intro .top .right img {
	float: left;
	margin-top: 8px;
	margin-right: 15px;
}

.intro .top .right .sp1 {
	color: #2e3438;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}

.intro .top .right .sp2 {
	font-weight: 400;
	font-size: 30px;
}

.intro .menu {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	background-color: #2E3438;
	height: 60px;
	list-style: none;
	display: flex;
}

.intro .menu a {
	flex: 1 1 auto;
}

.intro .menu li {
	background-color: #2E3438;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: inset 0px 0px 1px black;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
	cursor: pointer;
	
}

.intro .menu li:hover {
	background-color: white;
	color: #2E3438;
	box-shadow: none;
}

.intro .bottom {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	box-sizing: border-box;
	padding-left: 0;
}

.intro .bottom .sp1 {
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
}

.intro .bottom .sp2 {
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	color: #1c1f21;
}

.container h1 {
	margin: 0;
	padding: 0;
	color: #FFDB00;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 28px;
}

.container h1 small {
	color: #c7c7c7;
	font-size: 24px;
	font-weight: 300;
	display: block;
}

.container p {
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 22px;
}

.container h2 {
	margin: 0;
	padding: 0;
	color: #509de4;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 28px;
}

.container h2 small {
	font-weight: 300;
	font-size: 24px;
	display: block;
}

.container ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	list-style: none;
	list-style-image: url(../images/arrow.png);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #1c1f21;
	line-height: 30px;
}

.container ul li {
	padding-left: 0px;
}

.container .offers {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	list-style-image: none;
}

.container ul.offers li {
	background-color: #F0F2F3;
	background-image: url(../images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding: 20px;
	padding-left: 40px;
	font-weight: 600;
}

.container ul.offers li:nth-child(odd) {
	background-color: #F7F8F9;
}

.container .offers li span {
	float: right;
	text-transform: none;
	color: #4d9be2;
}

.container .content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.container .content .gratis {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	background-image: url(../images/underline.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 10px;
    margin: 20px 0px;
    display: inline-block;
}

.container .content .left {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}

.container .content .right {
	float: right;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}

.container .content .partner {
	width: 100px;
	margin: 15px 15px;
	display: inline-block;
}

.contact input, .contact textarea {
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	color: #222222;
	float: left;
	font-family: 'Lato';
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 9px;
}

.contact button {
	float: right;
	background-color: white;
	border: 2px solid #222222;
	width: 100px;
	cursor: pointer;
	padding: 5px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

::-webkit-input-placeholder { color:#222; }
::-moz-placeholder { color:#222; }
:-ms-input-placeholder { color:#222; }
input:-moz-placeholder { color:#222; }

footer {
	background-color: #1C1F21;
	padding-top: 42px;
	padding-bottom: 32px;
}

footer .copyright {
	font-size: 14px;
	text-transform: uppercase;
	color: #6d6d6d;
}

.kodigo {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-ms-filter: invert(1);
	-o-filter: invert(1);
	filter: invert(1);

	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	overflow: hidden;
}

.kodigo img {
	max-width: 144px !important;
}

.kodigo:hover {
	opacity: 0.7;
}

#map {
	width: 100%;
	height: 300px;
}

@media (max-width: 768px) {
	.intro {
		height: initial;
	}
	.intro .top {
		text-align: center;
	}
	.intro .top .right {
		float: none;
		margin-top: 20px;
		text-align: center;
		max-width: initial;
	}
	.intro .top .right img {
		display: none;
	}
	.intro .menu {
		flex-wrap: wrap;
		height: initial;
	}
	.intro .menu a {
		width: 50%;
	}
	.intro .bottom {
		display: none;
	}
	.container {
		padding: 20px;
		box-sizing: border-box;
	}
	.container h1 {
		font-size: 25px;
	}
	.container h1 small {
		font-size: 15px;
		display: initial;
		vertical-align: top;
		padding-left: 10px;
	}
	.container h2 {
		font-size: 15px;
		line-height: 20px;
	}
	.container .content .left, .container .content .right {
		float: initial;
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.contact input, .contact textarea {
		width: 100% !important;
	}
}
