
body {
	padding-top: 0;
}

header {
	background-color: #c72b1b;
	height: 100px;
	padding: 30px 0px;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {
	header {
		background: url(/img/landing/pruebamoviles/header.png) center center no-repeat #c72b1b;
	}
}

.titulo-top {
	background-color: #e74c3c;
	position: relative;
	top: 100px;
}

.titulo-top h1 {
	color: #fff;
	text-align: center;
	float: none;
}

section {
	padding: 30px 0;
	margin-top: 100px;
}

h2 {
	font-size: 20px;
	color: #e67e22;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 24px;
}

p {
	font-size: 14px;
}

blockquote {
	border-width: 8px;
	padding: 5px 20px;
	margin: 30px 0;
}

blockquote h3 {
	margin-top: 0;
	font-weight: 400;
	font-size: 36px;
}

blockquote p {
	font-size: 24px;
	font-weight: 300;
}

.inline-block {
	display: inline-block;
}

.text-danger {
	color: #c72b1b;
}

.estado-success blockquote {
	border-color: #56a846;
}

.estado-success blockquote h3 {
	color: #56a846;
}

.estado-danger blockquote {
	border-color: #c72b1b;
}

.estado-danger blockquote h3 {
	color: #c72b1b;
}

.estado-danger ul {
	margin-bottom: 0px;
}

.estado-danger ul li {
	padding: 10px 0;
}

.estado-danger ul li i {
	margin-right: 10px;
}

.modulo-acciones {
	margin: 50px 0;
}

.modulo-acciones h4 {
	text-transform: uppercase;
	color: #56a846;
	font-size: 24px;
	margin-bottom: 0;
}

.modulo-acciones p {
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 14px;
}

.modulo-acciones ul {
	margin-bottom: 0;
}

.modulo-acciones ul li {
	padding-top: 10px;
	padding-left: 20px;
}

.modulo-acciones ul li i {
	color: #56a846;
	margin-left: -20px;
}

.modulo-acciones .btn {
	margin-top: 20px;
}

.modulo-envialosimple {
	margin-bottom: 20px;
	border-top: 3px solid #f1f1f1;
	padding-top: 40px;
}

.modulo-envialosimple form {
	margin-top: 25px;
}

.modulo-envialosimple .btn {
	margin-top: 0;
}

.modulo-envialosimple h4 {
	margin-bottom: 10px;
}

.modulo-envialosimple p {
	margin-left: 0;
}

.progress {
	margin-top: -15px;
	margin-bottom: 5px;
	height: 10px;
}

.compartir {
	margin: 50px 0;
}

.compartir .comparte {
	font-size: 80%;
	font-weight: 600;
	color: #999;
	margin-right: 20px;
}

.compartir a {
	display: block;
	width: 32px;
	height: 32px;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}

.compartir a:hover,
.compartir a:focus {
	color: #fff;
	opacity: 0.9;
}

.compartir a i {
	line-height: 32px;
}

.compartir ul li {
	padding: 0;
}

.compartir-twitter {
	background-color: #28aae1;
	color: #fff;
}

.compartir-facebook {
	background-color: #3460a1;
	color: #fff;
}

.compartir-google-plus {
	background-color: #de5543;
	color: #fff;
}

.compartir-linkedin {
	background-color: #136d9d;
	color: #fff;
}

.compartir-envialosimple {
	background-color: #129c6d;
	color: #fff;
}

.preview {
	margin-top: 30px;
}

.container-device {
	margin-top: 20px;
	width: 100%;
	height: 0;
	padding: 173.2% 0 0 0;
	position: relative;
}

.container-device-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.container-device-fixed {
	width: 720px;
	height: 1247px;
}

.preview-device {
	position: relative;
}

.screenshot-light {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.site-container {
	position: absolute;
	top: 10%;
	left: 8%;
	right: 8%;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 1px #ccc;
	-moz-box-shadow: 0px 0px 1px #ccc;
	box-shadow: 0px 0px 1px #ccc;
}

.iframe-container,
.img-container {
	width: 605px;
	height: 905px;
}