/*********************************************************

			Hoja de estilo: Global
			Autor: Alexis Domínguez Pizarro 		// 		www.naturalness.co					

*********************************************************/

/* *************************************
* *************** Generales ***************
* ************************************ */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f9f9f9;
	color:#848484;
	font-size: 16px;
}
h1,h2,h3,h4,h5 {
	color:#083928;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 24px;
}
h3 span{
	font-weight:normal;
}
p {
	font-size: 16px;
	margin-bottom:15px;
}
ul {
	padding-left: 15px;
}
ul li{
	font-size: 16px;
	margin:5px 0;
	list-style:none;
}
.listado {
	color:#6bbc1d;
}
.centrar {
	text-align:center;
}
.glyphicon {
margin-right: 15px !Important;
}
hr {
	border-top: 1px solid #dbdbdb;
}
.sinpadding-der{
	padding-right:0;
}
.sinpadding-iz{
	padding-left:0;
}

/* *************************************
* *************** Elementos Formulario Generales ***************
* ************************************ */

.btn-default {
color: #fff;
background-color: #083928;
border-color: #012d1e;
}
.btn-default:hover {
color: #bbbbbb;
background-color: #083928;
border-color: #012d1e;
}
.glyphicon {
	margin-right:5px;
}

/* *************************************
* *************** Header ***************
* ************************************ */

h1#logotipo {
	background-image: url(gfx/naturalness-logotipo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin:0;
	height: 145px;
	width: 300px;
}
.logo-mov {
	display: none;
}
#menus {
	background-image:url(gfx/fondo-menus.png);
	background-repeat: repeat-x;
	height:150px;
	position: absolute;
	z-index: 100;
	width: 100%;
}
#menu-principal {
	float:right;
}
#menu-principal.navbar-nav>li {
	margin:0;
}

#menu-principal.navbar-nav>li.active>a, 
#menu-principal.navbar-nav>li>a{
	color:#083928;
	background: none;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
} 

#menu-principal.navbar-nav>li.active>a:hover, 
#menu-principal.navbar-nav>li.active>a:focus,
#menu-principal.navbar-nav>li>a:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#menu-secundario {
	float:right;
}
#menu-secundario.nav>li{
	color:#067c53;
	background: none;
	font-size: 11px;
	text-transform:uppercase;
	padding:20px 10px 0;
	margin:0;
} 
#menu-secundario.nav-pills>li.active>a, 
#menu-secundario.nav-pills>li>a{
	color:#067c53;
	background: none;
	padding:0px;
	display:inline-block;
} 
#menu-secundario.nav-pills>li.active>a:hover, 
#menu-secundario.nav-pills>li.active>a:focus,
#menu-secundario.nav-pills>li>a:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#menu-secundario.nav-pills>li>a.encesta {
background-color: #067c53;
color: #fff;
padding: 5px 10px;
margin-left: 5px;
}
.navbar-default {
	background:none;
	border:none;
}
.navbar-toggle {
  margin-top: 13px;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
  background-color:#FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
@media (max-width: 1200px){
#menu-principal.navbar-nav>li.active>a, 
#menu-principal.navbar-nav>li>a{
	font-size: 12px;
	padding:10px 6px;
}
.logo {
	margin-top: 10px;
}
}
@media (max-width: 992px){
#menu-secundario.nav>li {
  font-size: 10px;
}
#menu-principal.navbar-nav>li.active>a, 
#menu-principal.navbar-nav>li>a{
	font-size: 9px;
	padding:10px 6px;
}
.logo {
	margin-top: 20px;
}
}
@media (max-width: 768px){
.logo-mov {
	position:absolute;
	display: inherit;
}
#menus { 
background-position: 0 -40px;
}
#menu-principal.navbar-nav>li.active>a, 
#menu-principal.navbar-nav>li>a{
	font-size: 14px;
	padding:10px;
}
#menu-principal {
	float:inherit;
}
}


/* *************************************
* *************** Rotativo en Header ***************
* ************************************ */

.carousel {
    height: 575px;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

/*@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

	 .carousel {
        height: 70%;
    }
} */

/* *************************************
* *************** Cabeceras ***************
* ************************************ */
.cabecera-general {
	background-image: url(gfx/cabecera-general.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.cabecera-general h2 {
	color:#FFF;
	font-size:48px;
	margin-top:175px;
}
.cabecera-general p {
	color:#FFF;
	font-size:20px;
	line-height: 25px;
}
.titular-cabecera a{
	display:none;
}

/* *************************************
* *************** Bloque principal ***************
* ************************************ */
.principal {
	margin-top: 20px;
}

/* *************************************
* *************** Bloque destacado ***************
* ************************************ */

.bloque-destacado { 
	background-color:#ebebeb;
	margin:20px 0;
}
.bloque-destacado h3 {
	text-transform:uppercase;
	text-align:center;
	margin:20px 0;
}

/* *************************************
* *************** Bloque resumen ***************
* ************************************ */

.bloque-resumen {
	margin:30px 0;
}
.bloque-resumen img {
	float:left;
}
.bloque-resumen p {
	color:#828282;
	font-size:14px;
}
.bloque-resumen h3 {
	font-family: 'Fredoka One', cursive;
	font-size:33px;
	margin-top:30px;
	text-transform:uppercase;
}
.bloque-resumen a {
	display:block;
}
.bloque-resumen a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration:none;
}


/* *************************************
* *************** Bloque Consultoria ***************
* ************************************ */
.consultoria {
	margin-bottom:40px;
}
.consultoria h3 {
	font-weight: bold;
}
.consultoria label {
	font-weight: normal;
	font-style: italic;
	color: #848484;
	font-size: 14px;
}
.consultoria .help-block {
	font-weight: normal;
	font-style: italic;
	color: #848484;
	font-size: 14px;
}
.consultoria .form-control {
	font-size: 12px;
	height: 40px;
}
.consultoria a{
	color: #083928;
	font-weight: bolder;
	font-size: 14px;
}

/* *************************************
* *************** Bloque Consultoria Documentos ***************
* ************************************ */

.documentos { 
	background-color:#f0f0f0;
	padding:20px 0;
}
/* *************************************
* *************** Bloque Consultoria Imagenes ***************
* ************************************ */
.consultoria-ficha img {
float: left;
margin: 0 15px 0 0;
}

/* *************************************
* *************** Bloque Paginas Base ***************
* ************************************ */
.pag-base {
	margin-bottom:40px;
	margin-top: 20px;
}
.margb20 {
	margin-bottom:20px;
}
.pag-base h3 {
	font-weight: bold;
}
.pag-base h3.h3qs {
	font-weight: bold;
	margin-bottom:0;
}
.pag-base label {
	font-weight: normal;
	font-style: italic;
	color: #848484;
	font-size: 14px;
}
.pag-base .help-block {
	font-weight: normal;
	font-style: italic;
	color: #848484;
	font-size: 14px;
}
.pag-base .form-control {
	font-size: 12px;
	height: 40px;
}
.pag-base a{
	color: #083928;
	font-weight: bolder;
	font-size: 14px;
}
.pag-base-dest { 
	background-color:#f0f0f0;
}
p.descripcion{
	font-size: 14px;
}
.imagen-ul {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.ul-imagen {
	display:inline-block;
	width: 70%;
}

/* *************************************
* *************** woocommerce ***************
* ************************************ */
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	color:#848484;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size: 16px;
	color:#848484;
}

p.price ins {
	color:#067c53;
	font-size: 24px;
	font-weight:bold;
	text-decoration:none;
}
p.price del {
	font-size: 16px !Important;
	color:#848484 !Important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
	color:#067c53;
	font-size: 24px;
	font-weight:bold;
	text-decoration:none;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color:#067c53;
	font-size: 24px;
	font-weight:bold;
	margin-bottom:0;
}
.button.add_to_cart_button.product_type_simple {
	color: #fff;
	background: #083928;
	border: 1px solid #012d1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
}
.button.add_to_cart_button.product_type_simple:hover {
	color: #fff;
	background: #067c53;
	border: 1px solid #012d1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
}
.button.add_to_cart_button.product_type_simple:before {
	color: #fff;
	content: "\e116";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
}
.single_add_to_cart_button.button.alt {
	color: #fff !Important;
	background: #083928 !Important;
	border: 1px solid #012d1e !Important;
	-webkit-box-shadow: none !Important;
	-moz-box-shadow: none !Important;
	box-shadow: none !Important;
	webkit-border-radius: 0px !Important;
	border-radius: 0px !Important;
	text-shadow: none !Important;
}
.single_add_to_cart_button.button.alt:before {
	color: #fff;
	content: "\e116";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
}
.button.add_to_cart_button.product_type_variable{
	color: #fff;
	background: #083928;
	border: 1px solid #012d1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
}
.button.add_to_cart_button.product_type_variable:hover{
	color: #fff;
	background: #067c53;
	border: 1px solid #012d1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
}
.button.add_to_cart_button.product_type_variable:before{
	color: #fff;
	content: "\e185";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-height: 32px;
	min-width: 32px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 32px;
	top: 10px;
	left: 6px;
	margin: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #067c53;
	text-shadow:none;
	color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:5px 10px;
}
.page-numbers {
	background: #083928 !Important;
	color: #fff !Important;
}
.page-numbers.current {
	background: #fff !Important;
	color: #083928 !Important;
}
.woocommerce-pagination {
	margin-bottom:25px;
}
.product {
	margin-top:45px;
}
.woocommerce a {
	color: #083928
}
.woocommerce a {
	color: #067c53
}
.woocommerce a:hover {
	color: #083928
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	color: #fff;
	background: #083928;
	border: 1px solid #012d1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: #067c53;
	border: 1px solid #056d49;
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	display: block;
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	color: #056d49;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border:none;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table th {
	color:#083928;
	font-size: initial;
}
.cart-subtotal, .shipping, .order-total {
	color:#083928;
	font-size: initial;
	border:1px solid rgba(0,0,0,0.1);
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top:1px solid rgba(0,0,0,0.1);
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	color: #fff;
	background: #083928;
	border: 1px solid #012d1e;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	webkit-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: #067c53;
	border: 1px solid #056d49;
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img{
	width: 100px;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product {
	width: 22.05%;
}
@media(max-width:767px) {
    .woocommerce .related ul li.product, .woocommerce .related ul.products li.product {
        width: 48%;
    }
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
	border-top: 3px solid #083928;
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
background-color: #083928;
content: "i";
font-family: Times, Georgia, serif;
font-style: italic;
padding: 0;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
background-color: #8fae1b;
content: "\2713";
padding: 0;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
color: #083928;
}
	
/* *************************************
* *************** Footer ***************
* ************************************ */

footer {
	background-color:#022a1c;
	color:#FFF;
}
footer h3{
	color:#FFF;
}

.nature {
	background-color:#012418;
	padding:10px 0;
}
.nature span{
	font-size: 11px;
	display:block;
	text-align:center;
}
.nature span a{
	color:#FFF;
}
 a{
	color:#FFF;
}
a:hover {
	color:#FFF;
	text-decoration:none;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* *************************************
* *************** Otros ***************
* ************************************ */
@media (max-width: 768px){
.nav>li {
  position: relative;
  display: block;
  background-color: white;
  border-bottom: 1px solid #ccc;
  opacity: 0.8;
}
.cabecera-general {
  background-position-y: -40px;
}
.cabecera-general h2 {
  margin-top: 100px;
}
}
