@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html {
  min-height: 100%;
  position: relative;
}

.precarga{
	position: absolute;
	width: 100%;
	height: 100% !important;
	background: rgba(44,143,47,1);
	z-index: 1000;
	animation-name: Apagar;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.precarga .contenido{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	color:#fff;
	text-align: center;
}

.precarga img{
	width:150px;
}

@keyframes Apagar{
	0%{
		opacity: 1;
		
	}
	90%{
		opacity: 1;
	}
	100%{
		opacity: 0;

	}
}

body{
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.container{
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
	padding: 0 20px 150px 20px;
	box-sizing: border-box;
	position: relative;
}


.contenedor-header{
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	height: 70px;
}

header{
	width: 100%;

	box-shadow:  1px 0px 10px 0px rgba(0,0,0,0.5);
}

header h1, header h2{
	width: 50%;
	margin:0 auto;
	align-self: center;
}

header h2{
	text-align:right;
}

header h1 img{
	width: 125px;
	margin-left: 35px;
}

header h2 img{
	width: 100px;
	padding: 5px;
	margin-right: 10px;
}

.contador{
	display: flex;
	margin:20px auto;
	width: 100%;
}
.volver{
	width: 30%;
	color: #2B8F2F;
	font-size: 1.1em;
	font-weight: bold;
	
}
.barra{
	width: 70%;
	height: 20px;
	position: relative;
	background: #eee;
}

.mercurio{
	width: 10%;
	height: 20px;
	background: #598e3a;
	position: absolute;
	left: 0;
	top: 0;
}

section h2{
	font-size: 1.3em;
	text-align: left;
	margin: 30px auto 5px auto;
}

section h3{
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 30px;
	padding-left: 30px;
	
}

section h3:before{ content: "";
height: 30px;
width: 30px;
background: url(images/info.png) no-repeat;
position: absolute;
margin-left: -30px;
background-size: 21px;
margin-top: 0px;

}

section#s1, section#s2, section#s3, section#s4, section#s5, section#s6, section#s7, section#s8, section#s9, section#s10, section#s11, .oculto{
	display: none;
}
.oculto{
	color:red;
	font-size: 1em;
}

section#s7, section#s8, section#s9, section#s10, section#s11{
	padding: 3em 0
}

section#s7 input, section#s8 input, section#s9 input{
	margin-top:1.5em;
}

article, .volver{
	cursor: pointer;
}

.crumb{
	width:100%;
}

.crumb p{
	width: 100%;
	font-size: 0.9em;
	margin: 0 auto;
	color:blue;
	text-align: center;
}

.fila{
	width: 100%;
	margin:20px 0 0 0;
	text-align: center;
}

.subrayado{
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #ADADAD;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.logo, .precio, .enlace, .nosotros {
	width: 50% !important;
	margin-bottom:20px;
	text-align: center;
}
.logo, .enlace{
	
	
}

.subrayado:last-child{
	border-bottom: 0;
}

article{
	text-align: center;
	height: 80px;
	flex-grow: 1;
	margin-bottom: 10px;
	background-color: #158483;
	color: #fff;
	line-height: 80px;
	font-size: 1em;
	transition: 1s all ease;
}

article:nth-child(1){
	background-color: #2B8F2F;
}
article:nth-child(2){
	background-color: #61ce70;
}
article:nth-child(3){
	background-color: #62d1b3;
}
article:last-child{
	background-color: #63b9d3;
}

article:hover{
	background: #DA7D3E;
	
}

article:last-child{
	margin-right:0;
}

/* Formulario */
#formulario{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 3% 0% 2% 0%;
	box-sizing: border-box;
}

#formulario label{
	color:grey;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}

#formulario input, #formulario textarea, #formulario select, input{
	width: 100%;
	margin-bottom: 15px;
	padding: 0.6em 0.6em;
	font-size: 1em;
	color:  #2C8F2F;
	box-sizing: border-box;
	border:1px solid grey;
}

#formulario input[type="submit"], #enviar{
	background: #e31e30;
	color:#fff;
	width: 60% !important;
	font-size: 1.3em;
	padding: 0.7em 0;
	margin-top: 5%;
	box-sizing: border-box;
}


/* do not group these rules */
*::-webkit-input-placeholder {
   color: grey;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: grey;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
}
*::-moz-placeholder {
    /* FF 19+ */
  color: grey;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: grey;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: grey;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
}
*::placeholder {
    /* modern browser */
    color: grey;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.9em;
}

/* RESULTADOS */
.resultados h1{
	color: #2C8F2F;
	font-size:1.7em;
	text-align: center;
	margin: 0.6em 0;
}

.logo img{
	width: 120px;
}
.precio{
	font-weight: bold;
	color: #2C8F2F;
	font-size: 1.1em;
	padding-top: 40px;
}
.enlace{
	
	box-sizing: border-box;
	
	text-align: center;
}

.enlace a{
	width: 190px;
	background: #2C8F2F;
	border-radius: 5px;
	padding: 0.5em 1.3em;
	
}
.nosotros{

	
	box-sizing: border-box;
	text-align: center;
}
.nosotros a{
	width: 190px;
		background: #DA7D3E;
	border-radius: 5px;
	padding: 0.5em 1.3em;

}
.enlace a, .nosotros a{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

/* MENSAJE ERROR */
.error{
	position: absolute;
	background:rgba(44,44,44,0.80);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 1.1em;
}
.error p{
	position: absolute;
	top: 45%;
	width: 80%;
	left: 10%;
	text-align: center;
}
.error a{
	color:#fff;
}
.show{
	display: block;
}
.hide{
	display: none;
}

.checkboxes {
    display: flex;
}

.checkboxes .boton {
    vertical-align: middle;
    width: 70px;
    margin: 0;
}

.checkboxes a{
	color: #2B8F2F;
}

.bandera{
	width: 50%;
	margin-left: 25%;
	height: 165px;
	line-height: 30px;
}
.bandera img{
	width: 100%;
}

footer{
	background: black;
	width: 100%;
	padding: 2em 0;
	text-align: center;
	    color: #999999;
	font-size: 1em;
	position: absolute;
	bottom:0;
	left: 0;
	font-weight: 400;
}

footer a{
  color: #999999 !important;
	text-decoration: none;
}

.avanzar{
	background: #2B8F2F;
	width: 100px;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 1em;
}
