/* CSS Document */

@import url(stylesheet.css);

.aviso
{
	font-family: 'cabinbold_italic';
	font-size: 18px;
	color: #5BA9A1;
}

#top
{
	width:100%;
	height: 800px;
	
	background-image: url(img/fondo_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	z-index: 0;
}

#contornoMenu
{
	width: 900px;
	height: auto;
	
	padding: 7px;
	
	background-color: transparent;
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-top: 2px solid #5BA9A1;
	border-bottom: 2px solid #5BA9A1;
	
	position: fixed;
	top: 28px;
	left:50%;
	margin-left: -465px;
	
	z-index: 10;
}

#menu
{
	width: 900px;
	height: 40px;
	
	
	background-color: rgba(26,173,158,0.70);
	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border: 0px solid #000000;
	
	position: relative;
}

.bienvenido
{
	/*font-family: 'cabinbold_italic';*/
	font-family: 'cabinitalic';
	font-size: 20px;
	color:#FFF;
	float: left;
	
	padding: 7px 30px;
}

.opcionMenu
{
	font-family: 'cabinitalic';
	font-size: 18px;
	color:#FFF;
	float: left;
	
	padding: 8px 30px;
	
	cursor: pointer;
}

.opcionMenu:hover
{
	font-family: 'cabinbold_italic';
	font-size: 18px;
	padding: 8px 25px;
}

#social1
{
	width: 36px;
	height: 35px;
	
	background-image: url(img/social_instagram.svg);
	background-size: contain;
	
	position: fixed;
	top: 38px;
	left: 50%;
	margin-left: -520px;
	opacity: 0.9;
	
	cursor: pointer;
	z-index: 10;
}

#social2
{
	width: 36px;
	height: 35px;
	
	background-image: url(img/social_face.svg);
	background-size: contain;
	
	position: fixed;
	top: 38px;
	left: 50%;
	margin-left: 470px;
	opacity: 0.9;
	
	cursor: pointer;
	z-index: 10;
}

#logo_principal
{
	width:700px;
	height:250px;
	
	background-image: url(img/logo_biohome1.png);
	background-repeat: no-repeat;
	background-size: 90%;
	
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -350px; 
}

#scroll_svg
{
	width:55px;
	height: 34px;
	
	background-image: url(img/scroll.svg);
	background-size: contain;
	
	position: absolute;
	top: 530px;
	left:50%;
	margin-left: -27px;
}

#banda_top
{
	width:100%;
	height: 72px;
	
	position: absolute;
	top: 600px;
	left: 0px;
	
	background-image: url(img/banda_top.png);
	
	padding-top:10px; 
	font-family: 'cabinitalic';
	font-size: 28px;
	line-height: 1.1;
	color: #FFF;
	text-align: center;
}

.clearfix
{
	clear: both;
}

/* ================================== PRODUCTOS ================================== */

#productos
{
	width: 100%;
	height: auto;
	padding: 120px 0px 50px 0px;
}

#ventajasProd
{
	width:860px;
	height: auto;
	
	margin: auto;
}

.cajaProd
{
	width: auto;
	height: auto;
	padding: 0px 50px;
	float: left;
}

.prod_1
{
	width: 183px;
	height: 45px;
	padding-top: 4px; 
	
	background-image: url(img/bg_prod1.svg);
	background-size: 100%;
	
	text-align: center;
	
	font-family: 'cabinbold';
	color: #FFF;
	font-size: 30px;
}

.prod_2
{
	width: 185px;
	height: 45px;
	padding-top: 4px; 
	
	background-image: url(img/bg_prod2.svg);
	background-size: 100%;
	
	text-align: center;
	
	font-family: 'cabinbold';
	color: #FFF;
	font-size: 30px;
}

.prodTexto
{
	width:165px;
	padding: 15px 10px;
	text-align: center;
	font-family: 'ralewaymedium';
	font-size:16px;
	color:#585857;
}

#logo_hoja
{
	width: 55px;
	height: 70px;
	
	background-image: url(img/logo_hoja.svg);
	background-size: 100%;
	
	
	margin: auto;
	margin-top:80px;
	margin-bottom: 20px;
}
#prod_texto_logo_hoja
{
	text-align:center;
	font-size: 36px;
	font-family: 'cabinbold_italic';
}

#prodCategorias
{
	width:860px;
	height: auto;
	padding: 50px 0px;
	margin: auto;
}

.prodCatLeft
{
	height: 47px;
	padding-top: 20px;
	
	background-size: 100%;
	
	font-family: 'cabinbold';
	font-size: 24px;
	color:#5BA9A1;
	
	float: left;
}

.prodCatRight
{
	height: 47px;
	padding-top: 20px;
	
	background-size: 100%;
	
	font-family: 'cabinbold';
	font-size: 24px;
	color:#5BA9A1;
	
	float: right;
}

/* ================================== CATÁLOGO ================================== */

#catalogo
{
	width: 100%;
	height: 800px;
	
	background-image: url(img/bg_catalogo.jpg);
	background-attachment: fixed;
	background-size: 100%;
	
	position: relative;
}

#catalogoTitulo
{
	width: 250px;
	height: auto;
	
	font-family: 'cabinbold_italic';
	color:#FFF;
	text-align: right;
	
	position: absolute;
	top:135px;
	left:50%;
	margin-left: 244px;
	line-height: 1.0;
}

#catalogoImagen
{
	width: 900px;
	height: 518px;
	
	background-image: url(img/catalogo_img.png);
	background-size: 100%;
	
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top:180px;
	z-index: 5;
}

#catalogoTexto
{
	width:300px;
	height: auto;
	
	text-align: right;
	
	font-family: 'ralewaymedium';
	font-size:18px;
	color:#FFFFFF;
	
	position: absolute;
	top:600px;
	left:50%;
	margin-left: 200px;
	z-index: 2;
}

#lineas
{
	width: 100%;
	height: auto;
	
	position: absolute;
	z-index: 1;
}

/* ================================== ENTÉRATE ================================== */

#enterate
{
	width:100%;
	height: auto;
	
	padding: 50px 0px;
}

#enterateBox
{
	width: 903px;
	height: 303px;
	padding-top: 150px;
	
	margin: auto;
	margin-top: 100px;
	
	background-image: url(img/bg_enterate.png);
	background-size: 100%;
	
	position: relative;
	z-index: 2;
}

.enterateTitulo
{
	font-family: 'cabinbold_italic';
	font-size: 30px;
	color:#585857;
}

.enterateTexto
{
	font-family: 'ralewaymedium';
	font-size: 16px;
	color:#585857;
	text-align: justify;
}

/* ================================== VENTAJAS ================================== */

#ventajas
{
	width:100%;
	height: auto;
	margin-top: 80px;
	padding: 100px 0px 100px 0px;
	z-index: 2;
	position: relative;
}

#arrowleft
{
	width:18px;
	height: 23px;
	
	background-image: url(img/arrow_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	
	position: absolute;
	top: 580px;
	left: 50%;
	margin-left: -450px;
	
	cursor: pointer;
}
#arrowright
{
	width:18px;
	height: 23px;
	
	background-image: url(img/arrow_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	
	position: absolute;
	top: 580px;
	left: 50%;
	margin-left: 430px;
	
	cursor: pointer;
}

#sliderVentajas
{
	width: 730px;
	height: 738px;
	
	margin: auto;
	margin-top: 80px;
	z-index: 5;
}

#ventajasTexto
{
	width:300px;
	height: auto;
	
	margin: auto;
	margin-top:50px;
	text-align: center;
	color: #AFAFAE;
	
	font-family: 'cabinbold_italic';
	font-size: 18px;
}

#botonesAvanzar
{
	width:160px;
	height: auto;
	margin: auto;
	margin-top:10px;
}

.botonAvanzar
{
	width:32px;
	height: 12px;
	
	margin: 10px;
	cursor: pointer;
	border-top: 5px solid #AFAFAE;
	float: left;
	
	font-family: 'cabinitalic';
	font-size: 18px;
	text-align: center;
	color: #AFAFAE;
}

.botonAvanzar:hover
{
	border-top: 5px solid #69A542;
	color: #69A542;
}


/* ================================== CONTACTO ================================== */

#contacto
{
	width: 100%;
	height: 540px;
	margin-top: 50px;
	padding: 100px 0px;
	
	background-image: url(img/bg_contacto.jpg);
	background-attachment: fixed;
	background-size: 100%;
	position: relative;
}

#datosContacto
{
	width:977px;
	height: 523px;
	
	background-image: url(img/datos_contacto.svg);
	background-size: 100%;
	
	position: absolute;
	left:50%;
	margin-left: -338px;
	z-index: 1;
}

#formularioContacto
{
	width:495px;
	height: auto;
	
	position: absolute;
	left:50%;
	margin-left: -340px;
	
	z-index: 4; /* 2 abajo de la mujer */
}

#tituloContacto
{
	font-family: 'cabinbold_italic';
	font-size: 36px;
	color: #FFFFFF;
	padding: 30px 0px 5px 0px;
}

.cuadroInput
{
	width:475px;
	height: 35px;
	
	padding: 0px 10px;
	
	border: none;
	background-color:transparent;
	background-image: url(img/fondo_inputs.png);
	background-size: cover;
	
	font-family: 'ralewaymedium';
	font-size:18px;
	color:#FFFFFF;
	
	margin: 7px 0px;
}

.cuadroInput::-webkit-input-placeholder { color: #FFFFFF; } /* WebKit */
.cuadroInput:-moz-placeholder { color: #FFFFFF; } /* Firefox 18- */
.cuadroInput::-moz-placeholder { color: #FFFFFF; } /* Firefox 19+ */
.cuadroInput:-ms-input-placeholder { color: #FFFFFF; } /* IE 10+ */

#btn_enviar
{
	width:135px;
	height:auto;
	
	padding: 7px 0px;
	
	border: none;
	background-color:transparent;
	background-image: url(img/fondo_inputs.png);
	background-size: cover;
	
	text-align: center;
	font-family: 'cabinbold_italic';
	font-size:18px;
	color:#FFFFFF;
	
	cursor: pointer;
	float: right;
}

#mujerContacto
{
	width: 380px;
	height: 680px;
	
	background-image: url(img/mujer_contacto.png);
	background-size: 100%;
	
	position: absolute;
	top:0px;
	left:0px;
	z-index: 3;
}

#escribenos
{
	width:auto;
	height: auto;
	
	margin-top: 30px;
	
	padding: 20px 0px;
	
	text-align: right;
	color:#FFF;
}

#escribenos .texto1
{
	font-family: 'cabinbold_italic';
	font-size:20px;
	color:#FFFFFF;
}

#escribenos .texto2
{
	font-family: 'ralewaymedium';
	font-size:18px;
	color:#FFFFFF;
}

#bottom
{
	width: 100%;
	height: 95px;
	
	position: absolute;
	bottom:0px;
	
	background-image: url(img/bg_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 5;
}

#banda_bottom
{
	width: 100%;
	height: 30px;
	
	position: absolute;
	top:45px;
	
	background-color: rgba(60,166,54,0.6);
}

#banda_bottom #centrarBottom
{
	width: 1000px;
	height: auto;
	margin: auto;
	margin-top: 6px;
}

#banda_bottom .texto
{
	font-family: 'ralewaymedium';
	font-size:15px;
	color:#FFFFFF;
	margin: 0px 70px;
	float: left;
}


#avisoTitulo
{
	font-family: 'cabinbold';
	font-size: 24px;
	color:#5BA9A1;
	text-align: center;
	padding: 20px 0px;
}

#avisoContenido
{
	width: 90%;
	height: auto;
	margin: auto;
	font-family: 'Arial';
	font-size: 14px;
	color:#666;
	text-align: justify;
}

#avisoContenido strong
{
	color:#5BA9A1;
	font-size: 16px;
}