/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

@font-face {
    font-family: 'Bainai';
    src: url('Bainai-DEMO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fors';
    src: url('TT-Fors-Trial-Variable.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Fors';
	text-align:center;
	margin:0;
	background:#f2f3f4;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}

/*INICIO*/
#wrapper{
	width:100%;
	margin:0;
	height:auto;
	display:table;
	position:relative;
}
#cabecera{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	padding: 10px 0;
	background: #FFF;
}
#logotipo_home{
	width: 100%;
	text-align: center;
	padding:10px 0;
}
#logotipo_home img{
	height:60px;
}
#menu{
	width: 70%;
	margin: 0 15%;
	height: auto;
	display: table;
}
#menu ul{
	width: 100%;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	font-size: 12px;
	height:auto;
	display: table;

}
#menu ul li{
	width: 25%;
	float: left;
	text-align: center;
}
#menu ul li a{
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #333;
	display: block;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#menu ul li a:hover{
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #FFF;
	display: block;
	background:#50B848;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#redes{
	position: absolute;
	top: 50px;
	right: 50px;
	width: auto;
	text-align: center;
}
#redes img{
	height:30px;
	margin: 0 10px;
}
#btn_registrate{
	position: absolute;
	top:130px;
	right:60px;
	width: auto;
	text-align: center;
}
#btn_registrate a{
	width: auto;
	padding:5px 20px;
	background: #000;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
#btn_registrate_fijo{
	position: absolute;
	top:30px;
	right:20px;
	width: auto;
	text-align: center;
}
#btn_registrate_fijo a{
	width: auto;
	padding:5px 20px;
	background: #000;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
#slide{
	width: 100%;
	height: auto;
}
#slide img{
	width: 100%;
}
#footer{
	width: 100%;
	height: auto;
	display: table;
	background: #50B848;
	position: relative;
	padding: 20px 0;
}
#logo_footer{
	width: 100%;
	padding: 0;
	text-align: center;
}
#logo_footer img{
	height:50px;
}
#f1{
	width: 30%;
	text-align: center;
	float: left;
	font-size: 11px;
	padding: 10px 0;
}
#f2{
	width: 40%;
	text-align: center;
	float: left;
	font-size: 11px;
	padding: 10px 0;
}
#f3{
	width: 30%;
	text-align: center;
	float: left;
	font-size: 11px;
	padding: 10px 0;
}
#f1 a, #f2 a, #f3 a{
	text-decoration: none;
	color: #FFF;
}
#redes_footer{
	position: absolute;
	bottom: 60px;
	right: 170px;
	text-align: center;
}
#redes_footer img{
	height:30px;
	margin: 0 10px;
}
#fijo{
	display: none;
}

/* PRODUCTOS */
#bloque_productos{
	width: 100%;
	height: auto;
	display: table;
	padding: 50px 0;
	text-align: center;
}
#bloque_productos h1{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-family: 'Bainai';
}
#bloque_productos h2{
	font-size: 20px;
	color: #666;
	font-weight: normal;
}
#acceso_producto{
	width: 27%;
	float: left;
	margin: 20px 3%;
	text-align: center;
	font-size: 20px;
	color: #333;
}
#acceso_producto img{
	width: 100%;
	border-radius:200px;
}
#titulo_producto{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid 1px #333;
	font-family: 'Bainai';
	font-size: 25px;
}
#titulo_producto a{
	text-decoration: none;
	color: #333;
}
#espacio_acceso{
	width: 15%;
	float: left;
}


/* NOSOTROS */
#bloque_gris{
	width: 80%;
	height: auto;
	display: table;
	padding: 50px 10%;
	text-align: center;
	background: #50B848;
}
#bloque_gris_izq{
	width: 67%;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #FFF;
	padding: 0 3% 0 0;
}
#bloque_gris_izq h1{
	font-size: 25px;
	color: #FFF;
	font-weight: normal;
	font-family: 'Bainai';
}
#bloque_gris_izq p{
	font-size:15px;
	color: #FFF;
	line-height: 22px;
	padding:20px 0;
}
#bloque_gris_der{
	width:30%;
	float: left;
	text-align:center;
}
#bloque_gris_der img{
	width: 100%;
	border-radius: 150px;
}




/* FIJO */
#desktop{
	display: block;
}
#fijo{
	width: 100%;
	height: auto;
	position: fixed;
	background: #FFF;
	padding:10px 0 0 0;
	z-index: 5000;
}
#logo_fijo{
	width: 100%;
	text-align: center;
}
#logo_fijo img{
	height: 40px;
}
#menu_fijo{
	width: 80%;
	margin:10px 10% 1px 10%;
	height: auto;
	display: table;
	border-bottom: solid 1px #333;
}
#menu_fijo ul{
	width: 100%;
	list-style: none;
}
#menu_fijo ul li{
	width: 25%;
	float: left;
	text-align: center;
	font-size: 12px;
}
#menu_fijo ul li a{
	text-decoration: none;
	color: #333;
	padding: 10px 0;
	display: block;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}
#menu_fijo ul li a:hover{
	text-decoration: none;
	color: #FFF;
	padding: 10px 0;
	display: block;
	background: #50B848;
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease;
}


/* PRODUCTOS */
#productos_facial{
	width: 100%;
	height: 100%;
	display:none;
	background: rgba(254,254,254,0.97);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6000;
	overflow-y: scroll;
}
#productos_facial ul{
	width: 90%;
	padding: 50px 5%;
	list-style: none;
}
#productos_facial ul li{
	width: 29%;
	margin: 20px 2%;
	float: left;
	text-align: left;
}
#productos_facial ul li img{
	width: 100%;
}
#productos_facial ul li h1{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding: 10px 0 0 0;
}
#productos_facial ul li h2{
	font-size: 15px;
	color: #333;
	font-weight: normal;
	padding: 10px 0;
	line-height: 25px;
}
#productos_facial ul li h3{
	font-size: 12px;
	color: #000;
	font-weight: 700;
	padding: 10px 0 0 0;
}
#productos_facial ul li p{
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
}
#separador{
	width: 100%;
	height: 2px;
	border-bottom: solid 1px #333;
}
#derecha{
	width: 100%;
	text-align: right;
	padding: 5px 0;
}
#derecha a{
	width: auto;
	padding:5px 20px;
	background: #000;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	margin: 0 0 5px 0;
}
#logo_productos{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
#logo_productos img{
	height: 50px;
}
#cerrar{
	position: absolute;
	top: 20px;
	right: 20px;
}
#cerrar img{
	height:40px;
}



/* UBICACION */
#mapa{
  width: 100%;
  height: 400px;
  display: block;
}

/* FORMULARIO */
#forma{
  width: 50%;
  padding:20px 25% 50px 25%;
  height: auto;
  display: table;
  text-align: center;
}
#forma h1{
  font-size: 20px;
  color:#50B848;
	line-height: 40px;
}
.texto{
  width: 90%;
  padding: 10px;
  background: none;
  border: solid 1px #999;
  font-size: 15px;
  background: #FFF;
  color:#50B848;
  border-radius: 15px;
  text-align: center;
}
.texto_2{
  width: 90%;
  height: 100px;
  padding: 10px;
  background: none;
  border: solid 1px #999;
  font-size: 15px;
  background: #FFF;
  color:#50B848;
  border-radius: 15px;
  text-align: center;
}
.enviar{
  width: 90%;
  padding: 10px;
  background: none;
  font-size: 15px;
  background: #50B848;
  color:#FFF;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  border: none;
}
span{
  font-size: 12px;
  color:#50B848;
}

#video{
	width: 100%;
	height: auto;
}

#banner_interior{
	width: 100%;
	height: auto;
	position: relative;
}
#banner_interior img{
	width: 100%;
}
#titulo_banner{
	position:absolute;
	top:150px;
	left:10%;
	color:#FFF;
	font-size:50px;
	line-height:50px;
	font-weight:700;
	text-shadow: -5px -5px 5px #666;
}
#titulos_productos{
	width:100%;
	height:auto;
	display:table;
	background:#50B848;
	font-size:13px;
}
#columna_titulo_1{
	width:26%;
	padding:10px 2%;
	float:left;
	text-align:center;
	color:#FFF;
}
#columna_titulo_2{
	width:36%;
	padding:10px 2%;
	float:left;
	text-align:center;
	color:#FFF;
}
#listado_productos{
	width:100%;
	height:auto;
	display:table;
	background:rgba(153,153,153,0.2);
	font-size:13px;
	margin-bottom:1px;
}
#columna_producto_1{
	width:26%;
	padding:10px 2%;
	float:left;
	text-align:left;
	color:#333;
}
#columna_producto_2{
	width:36%;
	padding:10px 2%;
	float:left;
	text-align:left;
	color:#333;
}

#bloque_gris_der_movil, #bloque_descarga_1_movil, #footer_movil, #cabecera_movil, #cuadros_abajo_movil, #mapa_movil, #espacio_video, #ct1, #ct2, #btn_regresar{
	display: none;
}















@media only screen and (min-width:300px) and (max-width:1024px){
	body {
		text-align:center;
		margin:0;
		background:#FFF;
		width:100%;
		height:100%;
		background-image:url(../images/icono-conseqro-marca-agua.svg);
		background-position:center center;
		background-size:70% auto;
		background-repeat: no-repeat;
		background-position-y:90%;
		padding-bottom: 150px;
	}

#datos, #linea_desktop, #desktop, #footer, #footer_verde, #mapa{
	display:none;
}
#cabecera{
	display:none;
}

#espacio_{
	width: 100%;
	height:70px;
	display: block;
}

#cabecera_movil{
	width:100%;
	height:auto;
	padding:0 0 10px 0;
	text-align:center;
	display:table;
	position:fixed;
	z-index:5000;
	background:#FFF;
	border-bottom:solid 1px #999;
}
#logo_movil{
	width:100%;
	padding:10px 0 0 0;
	text-align:center;
}
#logo_movil img{
	height:50px;
}
#datos_movil{
	width:98%;
	padding:10px 1%;
	text-align:right;
	font-size:11px;
	color:#333;
}
#datos_movil a{
	text-decoration:none;
	color:#333;
}
#tels{
	display:none;
}
#espacios{
	display:none;
}
#menu_movil{
	position:absolute;
	top:0;
	left:5px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:20px;
	left:10px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:180px;
	padding:50px 0;
	background:#FFF;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:16000;
	display:table;
}
#opcion{
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px #999;
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:20px 0;
	color:#333;
	display:block;
}
#opcion_redes{
	width: 100%;
	height: auto;
}
#opcion_redes a{
	width: 25%;
	float: left;
	text-align: center;
	padding:20px 0;
	display: block;
}
#bloque_azul{
	width: 96%;
	height: auto;
	background:#0043D2;
	padding: 50px 2%;
	display: block;
	color: #FFF;
	font-size: 35px;
	text-align: left;
}
#bloque_blanco{
	width: 96%;
	height: auto;
	background:#FFF;
	padding:50px 2%;
	display: block;
	color: #FFF;
	font-size: 35px;
	text-align: left;
	position: relative;
}
#slider{
	padding-top: 70px;
}


/* PRODUCTOS */
#bloque_productos{
	width: 96%;
	height: auto;
	display: table;
	padding: 50px 2%;
	text-align: center;
}
#bloque_productos h1{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-family: 'Bainai';
}
#bloque_productos h2{
	font-size: 20px;
	color: #666;
	font-weight: normal;
}
#acceso_producto{
	width: 80%;
	margin: 20px 10%;
	text-align: center;
	font-size: 20px;
	color: #333;
}
#acceso_producto img{
	width: 80%;
}
#titulo_producto{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid 1px #333;
	font-family: 'Bainai';
	font-size: 25px;
}
#titulo_producto a{
	text-decoration: none;
	color: #333;
}
#espacio_acceso{
	width: 15%;
	float: left;
}


/* NOSOTROS */
#bloque_gris{
	width: 80%;
	height: auto;
	display: table;
	padding: 50px 10%;
	text-align: center;
	background: #50B848;
}
#bloque_gris_izq{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #333;
	padding: 0;
}
#bloque_gris_izq h1{
	font-size: 25px;
	color: #FFF;
	font-weight: normal;
	font-family: 'Bainai';
}
#bloque_gris_izq p{
	font-size:15px;
	color: #FFF;
	line-height: 22px;
	padding:20px 0;
}
#bloque_gris_der{
	display: none;
}
#bloque_gris_der_movil{
	width: 80%;
	display: block;
	padding: 0 10%;
	margin-bottom: 20px;
}
#bloque_gris_der_movil img{
	width: 100%;
	border-radius: 200px;
}


/* ÚNETE */
#bloque_unete{
	width: 98%;
	height: auto;
	display: table;
	padding: 50px 1% 10px 1%;
	text-align: center;
	background: #FFF;
}
#cuadros{
	width: 100%;
	height: auto;
	position: absolute;
	top:-200px;
	left: 0;
	display: table;
}
#cuadro_gris{
	width:96%;
	margin: 0 1% 10px 1%;
	float: left;
	padding: 30px 1%;
	background: #DDD;
	height: auto;
}
#cuadros_abajo{
	display: none;
}
#cuadros_abajo_movil{
	width: 100%;
	height: auto;
	display: table;
}
#cuadros_abajo_1{
	width:90%;
	padding: 0 5%;
	text-align: center;
	margin-bottom: 20px;
}
#cuadros_abajo_1 img{
	width: 100%;
}
#cuadros_abajo_2{
	width: 90%;
	margin:20px 5%;
	text-align: center;
}


/* DESCARGA */
#bloque_descarga{
	width: 100%;
	margin: 30px 0;
	height: auto;
	display: table;
	position: relative;
}
#barra_negra{
	width: 100%;
	height: 200px;
	background: #000;
}
#bloque_descarga_1{
	display: none;
}
#bloque_descarga_2{
	width: 100%;
	text-align: center;
	margin-top: -220px;
}
#bloque_descarga_2 img{
	width: 70%;
}
#bloque_descarga_1_movil{
	width: 90%;
	padding: 20px 5%;
	text-align: center;
	font-size: 20px;
	color: #333;
	display: block;
}
#bloque_descarga_1_movil img{
	width: 70%;
}
#bloque_descarga_1_movil a{
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #333;
	text-decoration: underline;
}

#footer_movil{
	width: 100%;
	height: auto;
	display: table;
	background: #50B848;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: solid 1px #FFF;
}
#logo_footer{
	width: 100%;
	padding: 0;
	text-align: center;
}
#logo_footer img{
	height:40px;
}
#f1{
	width: 40%;
	padding: 5px 5%;
	float:left;
	font-size: 11px;
	text-align: left;
}
#f1 img{
	height: 40px;
}
#f2{
	width:40%;
	font-size: 11px;
	text-align: right;
	padding: 10px 5%;
	float: left;
}
#f2 a{
	text-decoration: none;
	color: #FFF;
}

/* PRODUCTOS */
#productos_facial ul li{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
}
#productos_personal ul li{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
}
#productos_capilar ul li{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
}
#productos_botica ul li{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
}
#productos_huerto ul li{
	width: 96%;
	margin: 20px 2%;
	text-align: left;
}

/* UBICACION */
#mapa_movil{
  width:100%;
  height:400px;
  display:block;
	padding: 0;
	margin: 0;
}

/* FORMULARIO */
#forma{
  width: 90%;
  padding:20px 5% 70px 5%;
  height: auto;
  display: table;
  text-align: center;
}
#forma h1{
  font-size: 20px;
  color:#50B848;
	line-height: 40px;
}
.texto{
  width: 80%;
  padding: 10px;
  background: none;
  border: solid 1px #999;
  font-size: 15px;
  background: #FFF;
  color:#50B848;
  border-radius: 15px;
  text-align: center;
}
.texto_2{
  width: 80%;
  height: 100px;
  padding: 10px;
  background: none;
  border: solid 1px #999;
  font-size: 15px;
  background: #FFF;
  color:#50B848;
  border-radius: 15px;
  text-align: center;
}
.enviar{
  width: 80%;
  padding: 10px;
  background: none;
  font-size: 15px;
  background: #50B848;
  color:#FFF;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  border: none;
}

#video{
	width: 100%;
	height: auto;
	padding-top:70px;
}

/*#espacio_video{
	width: 100%;
	margin-top: 70px;
	display: block;
}*/
#banner_interior{
	width: 100%;
	height: auto;
	padding-top: 70px;
}
#banner_interior img{
	width: 100%;
}
#titulo_banner{
	position:absolute;
	top:120px;
	left:5%;
	color:#FFF;
	font-size:40px;
	line-height:50px;
	font-weight:700;
	text-shadow: -5px -5px 5px #666;
}
#columna_producto_1{
	width:63%;
	padding:5px 5% 5px 2%;
	text-align:left;
	color:#333;
	float: left;
}
#columna_producto_2{
	width:63%;
	padding:5px 5% 5px 2%;
	text-align:left;
	color:#333;
	float: left;
}
#titulos_productos{
	display: none;
}
#ct1{
	width:26%;
	padding:5px 2%;
	float:left;
	text-align:right;
	color:#50B848;
	display: block;
}
#ct2{
	width:26%;
	padding:5px 2%;
	float:left;
	text-align:right;
	color:#50B848;
	display: block;
}
#btn_regresar{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-bottom:40px;
}
#btn_regresar a{
	text-decoration: none;
	width: 100%;
	padding: 10px 0;
	background: #333;
	color: #FFF;
	display: block;
}





}
