@charset "utf-8";
/* Cintaya Style */
body {
	font-family:Arial;
	font-weight:bold;
	background-color:#FFF;
	color:#B3B3B3;
	font-size:15.5px;
	margin:0;
}
*:focus {
	outline:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}
h1, h2, h3, h4 {
	font-weight:bold;
	margin:15px 0 5px 0;
}
h1 {
	font-size:45px;
}
h2 {
	font-size:25px
}
h3 {
	margin:25px 0 25px 0;
	font-size:19.53px;
}
h4 {
	font-size:18px;
}
section {
	width:950px;
	height:auto;
	overflow:hidden;
	padding:10px;
	margin:30px auto 30px auto;
}
/***** Header *****/
header {
	position:relative;
	width:100%;
	height:110px;
	overflow:hidden;
	background-color:#F2F2F2;
}
#content-nav {
	width:100%;
	height:auto;
	overflow:hidden;
	position:absolute;
	right:-100%;
}
.navi {
	display:block;
	width:1000px;
	height:90px;
	margin:10px auto 10px auto;
}
.logo {
	float:left;
	width:250px;
	height:auto;
	left:10px;
}
nav {
	float:right;
}
nav ul {
	list-style:none;
}
nav ul > li {
	float:left;
}
.nav-active {
	background-color:#4AC427;
	color:#FFF;
	padding:15px;
	margin-right:15px;
	border-radius:10px;
}
nav ul li a {
	display:block;
	padding:15px;
	margin-right:15px;
	color:#4AC427;
	border-radius:10px;
	background:url(../images/icons/shadow.png) center bottom no-repeat;
}
nav ul li a:hover {
	background-color:#4AC427;
	color:#FFF;
	background-image:none;
}
.b-mobile {
	display:none;
	cursor:pointer;
	float:right;
	margin:30px 20px auto auto;
}
.b-active {
	opacity:0.70;
}
.open-nav {
	max-height:300px;
}
.text-capitalice {
	font-size:62.85px;
}
.text-capitalice2 {
	font-size:30px;
}
/***** General Properties *****/
header, footer img, section, #slide, #years {
	opacity:0;
}
.show-elements {
	opacity:1;
}
#loadingDesktop {
	position:absolute;
	width:500px;
	height:auto;
	overflow:hidden;
	z-index:99999;
	top:27%;
	left:50%;
	margin-left:-250px;
}
#loadingDesktop img {
	height:auto;
	float:left;
}
#part1, #part2 {
	transform:scale(0);
	width:500px;
	height:auto;
}
#part2 {
	margin-top:-15px;
}
.green {
	color:#39B54A;
}
.orange {
	color:#FBB03B;
}
.gray {
	color:#B3B3B3;
}
.blue {
	color:#009EE3;
}
.text-center {
	text-align:center;
}
.versalitas {
	font-variant:small-caps;
}
/***** Home *****/
#slide {
	width:746px;
	height:308px;
	margin:100px auto 300px auto;
}
/***** About *****/
#nosotros {
	width:780px;
}
.about-left {
	float:left;
	width:371px;
	height:auto;
}
.about-right {
	float:right;
	width:364px;
	height:auto;
}
/***** Products *****/
.product1, .product2, .product3, .product4 {
	float:left;
	margin:10px;
	position:relative;
	opacity:0;
}
.product1 h4, .product2 h4, .product3 h4, .product4 h4 {
	margin-bottom:20px;
}
.product1 {
	background:url(../images/products/10mg.png) no-repeat center center;
	margin-top:120px;
	width:150px;
	height:339px;
}
.product2 {
	background:url(../images/products/20mg.png) no-repeat center center;
	margin-top:120px;
	width:150px;
	height:339px;
}
.product3 {
	background:url(../images/products/30mg.png) no-repeat center center;
	margin-top:90px;
	width:150px;
	height:406px;
}
.product4 {
	background:url(../images/products/gel.png) no-repeat center bottom;
	width:335px;
	height:550px;
	margin-left:80px;
}
.inset-product {
	position:absolute;
	top:180px;
	opacity:0;
}
.inset-product2 {
	position:absolute;
	top:210px;
	opacity:0;
}
/***** Contact *****/
#contacto, #productos, #privacidad {
	margin-bottom:300px;
}
.contact-left {
	float:left;
	width:350px;
	height:auto;
}
.contact-right {
	float:right;
	width:450px;
	height:auto;
}
.contact-left h4:first-child {
	margin-bottom:20px;
	margin-top:120px;
}
.data {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:inside;
}
.data li {
	margin:2px;
}
.phone {
	list-style-image:url(../images/icons/phone.png);
}
.mail {
	list-style-image:url(../images/icons/email.png);
}
.id {
	list-style-image:url(../images/icons/id.png);
}
.boxForm {
	width:310px;
	display:block;
	margin:30px auto;
	height:auto;
	background-color:#CCC;
	border-radius:50%;
	color:#FFF;
	overflow:hidden;
	padding-top:80px;
	padding-left:35px;
	padding-bottom:20px;
}
input[type=text], input[type=email] {
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	border:none;
	border-radius:10px;
	padding:3px;
	color:#BBB;
}
textarea {
	font-family:Arial;
	width:270px;
	height:149px;
	border:none;
	overflow:hidden;
	border-radius:0px 0px 150px 150px;
	-webkit-border-radius:0px 0px 150px 150px;
	-moz-border-radius:0px 0px 150px 150px;
	color:#BBB;
}
input[type=reset], input[type=submit] {
	background-color:#FBB03B;
	padding:8px;
	color:#FFF;
	border-radius:10px;
	border:none;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	cursor:pointer;
}
input[type=reset]:hover, input[type=submit]:hover {
	background-color:#FFF;
	color:#FBB03B;
}
.c-bottoms {
	width:130px;
	height:auto;
	margin:-10px auto;
	overflow:hidden;
}
.send {
	font-size:16px;
	display:block;
	margin:10% auto;
	widht:250px;
	height:auto;
	text-align:center;
}
.send img {
	display:block;
	margin:30px auto;
}
/***** Footer *****/
footer {
	position:relative;
	width:100%;
	height:210px;
	overflow:hidden;
}
footer img {
	position:absolute;
	z-index:9;
	width:100%;
	height:210px;
	bottom:0;
	left:-100%;
}
.privacy {
	font-size:14px;
	font-weight:normal;
	position:absolute;
	z-index:999;
	bottom:20px;
	left:15px;
}
.privacy a {
	color:#FFF;
}
.privacy a:hover {
	color:#FBB03B;
}
/************************* Slide Style ****************************************/
/*
 Ajatix Image/Banner Rotator
 Copyright (C) 2011-2014 Ajatix. All rights reserved.
 http://www.ajatix.com
 Unregistered copy.
 Any usage except for the purpose of evaluation is strictly prohibited.
*/
.AJXIRCONCTPC {position:relative;height:auto;max-width:746px;min-width:200px;width:100%;background-color:#ffffff;}
.AJXIRCONCTPC ul {border:0px;margin:0px;padding:0px;}
.AJXIRCONCTPC li {border:0px;margin:0px;padding:0px;list-style-type:none;}
.AJXIRCONCTPCpics {min-width:200px;max-width:746px;width:100%;overflow:hidden;position:relative;left:0px;}
.AJXIRCONCTPCimg {width:100%;height:auto;border:none;display:block;}
.AJXIRCONCTPCcurdiv {position:absolute;top:0;left:0;}
.AJXIRCONCTPCcurimg {display:block;border:none;}
.AJXIRCONCTPCcura {width:100%;display:block;}
.AJXIRCONCTPCforwardpic {max-width:746px;min-width:200px;width:100%;height:100%;overflow:hidden;position:absolute;top:0px;left:0px;}
.AJXIRCONCTPCslidediv {position:absolute;top:0px;}
.AJXIRCONCTPCul {position:relative;left:0px;top:0px;}
.AJXIRCONCTPCli {max-width:746px;min-width:200px;width:100%;position:relative;}
.AJXIRCONCTPC .AJXIRCONCTPCbtnwrap {position:relative;left:0px;width: 100%;overflow:hidden;height:30px;}
.AJXIRCONCTPC .AJXIRCONCTPCbtn {position:absolute;top:0px;height:30px;overflow:hidden;}
.AJXIRCONCTPC .AJXIRCONCTPCbtn ul li {position:relative;cursor:pointer;text-align:center;float:left;margin-top:4px;margin-bottom:4px;margin-right:4px;width:22px;height:22px;font-size:0px;background:no-repeat transparent url(slide_files/nbbtn.png);}
.AJXIRCONCTPC .AJXIRCONCTPCbtn ul li.current {background:no-repeat transparent url(slide_files/nbbtnmo.png);}
.AJXIRCONCTPC .AJXIRCONCTPCleft {height:30px;position:relative;float:left;cursor:pointer;width:15px;background:center no-repeat url(slide_files/nbleft.gif);}
.AJXIRCONCTPC .AJXIRCONCTPCright {height:30px;position:relative;float:left;cursor:pointer;width:15px;background:center no-repeat url(slide_files/nbright.gif);}
.AJXIRCONCTPC .AJXIRCONCTPCleftd {cursor:default;background:center no-repeat url(slide_files/nbleftdis.gif);}
.AJXIRCONCTPC .AJXIRCONCTPCrightd {cursor:default;background:center no-repeat url(slide_files/nbrightdis.gif);}
.AJXIRCONCTPC .AJXIRCONCTPCright div, .AJXIRCONCTPC .AJXIRCONCTPCleft div {height:22px;margin-top:4px;margin-bottom:4px;cursor:pointer;text-align:center;}
.AJXIRCONCTPC .AJXIRCONCTPCrightd div, .AJXIRCONCTPC .AJXIRCONCTPCleftd div {cursor:default;}
.AJXIRCONCTPC .AJXIRCONCTPCnavpics {height:30px;position:relative;float:left;overflow:hidden;margin-left:4px;}
.AJXIRCONCTPClihide {display:none;}
.AJXIRCONCTPCclearfix:after {content:" ";visibility:hidden;display:block;height:0;clear:both;}
