html {
	padding:0;
	margin: 0;
}
body {
	padding:0;
	margin: 0;
	font-family: 'Helvetica Neue';
}
#main {
	max-width: 1600px;
	margin: 0 auto;
}
header {
	border-top: 3px solid red;
	border-bottom: 1px solid black;
	width: 100%;
    display: inline-block;
	padding-top: 10px;
    padding-bottom: 5px;
}
header .logo {
	float: left;
	width: 25%;
	padding: 5px 30px;
}
header .logo img {
	max-height: 60px;
	width: auto;
}
header .menu_container {
	float: right;
	width: 66%;
	padding: 5px 30px;
}
header .menu_container ul{
	list-style: none;
	float: right;
}
header .menu_container ul li{
	float: left;
	padding: 0 40px;
}
header .menu_container ul li a{
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}

section {
	display: flex; 
}
section.vertical {
	display: flex; 
	flex-direction: column;
}
.full {
	width:100%;
	text-align:center;
}

.image {
	padding-right: 60px;
	background: url(../img/flecha.jpg) no-repeat center right;
}
.vertical .image {
	padding-top: 0px;
	background: url(../img/flechaabajo.png) no-repeat center top;
	text-align: center;
}
.rojo .image {
	background: url(../img/flecharojo.jpg) no-repeat center right;
}
.image img{
	max-width: 40vw;
}
.vertical .image img{
	max-width: 90vw;
	margin: 0 auto;
}
.text {
	flex-grow:1;
	background: #006ab5;
	padding: 60px;
	padding-bottom: 120px;
	
	min-height: 420px;
	font-family: 'Helvetica Neue Condensed';
	color: #ffffff;
	font-weight: 700;
	font-size: 45px;
	line-height: 50px;
    position: relative;
}
.vertical .text {
	min-height: 60px;
	text-align: center;
	padding-bottom: 60px;
}
.rojo .text {
	background: #e41a1e;
}
#content4 .text ,
#content9 .text 
{
	font-size: 35px;
	line-height: 40px;
}
#content20 .image {
	background: none;
}
.text p {
	margin:0;
	max-width: 800px;
}
.vertical .text p {
	max-width: 100%;
}
.text ul {
	margin:0;
}
.text li {
	font-size: 35px;
	line-height: 40px;
}
.text input[type="email"],
.text input[type="text"]
{
	max-width: 800px;
	font-size: 30px;
	padding: 10px;
	margin: 15px 0;
	border-radius: 50px;
	border: none;
}
#download {
	color:#ffffff;
	font-weight: 700;
	font-size: 30px;
	text-decoration: underline;
    position: absolute;
	bottom: 60px;
	left: 60px;
}
.text button {
	background: transparent;
	border: none;
	color:#ffffff;
	font-weight: 700;
	font-size: 30px;
	text-decoration: underline;
	float: right;
	cursor: pointer;
    position: absolute;
	bottom: 60px;
	left: 60px;
}
.vertical .text button {
	bottom: 60px;
	left: auto;
	right: 60px;
}
/* Hide the browser's default checkbox */
input[type="checkbox"], 
input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label {
	max-width: 800px;
	position: relative;
    padding-top: 6px;
    padding-left: 45px;
    cursor: pointer;
    font-size: 30px;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  font-family: "FontAwesome";
}

.checkmark:after {
  content: "\f111";
}

input:checked ~ .checkmark:after {
  content: "\f058";
}

#content0 button,
#content20 button
{
	margin-top: 40px;
	width:75%;
	padding:0;
	background:none;
	border:none;
	cursor: pointer;
}
#content0 img{
	width: 66%;
	height: auto;
}

@media (max-width: 480px) {
	header .logo {
		width: 100%;
		padding: 0;
	}
	header .menu_container {
		display: none;
	}
	section {
		flex-direction: column;
	}
	.image {
		text-align: center;
		padding-right: 0px;
		background: none;
	}
	.rojo .image {
		background: none;
	}
	.text {
		flex-grow: 1;
		padding: 30px;
		padding-bottom: 100px;
		font-size: 30px;
		line-height: 38px;
	}
	.text li {
		font-size: 28px;
		line-height: 30px;
	}
	.text button {
		left: 30px;
	}
	#content0 img{
		width: 100%;
		height: auto;
	}
	.vertical .image img{
		margin-top: 60px;
	}

}
