/*
Theme Name: Elicina
Theme URI: http://wordpress.org/
Description: 
Author: Vivi MS
Author URI: http://vivims.cl/
Version: 3.0
License: 
Tags: 
*/
/**
 * Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * ----------------------------------------------------------------------------
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
@font-face {
	font-family: "HelveticaNeue-Bold";
  src: url("fonts/HelveticaNeue-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/HelveticaNeue-Bold.otf") format("opentype"), /* Open Type Font */
    url("fonts/HelveticaNeue-Bold.svg") format("svg"), /* Legacy iOS */
    url("fonts/HelveticaNeue-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/HelveticaNeue-Bold.woff") format("woff"), /* Modern Browsers */
    url("fonts/HelveticaNeue-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "HelveticaNeue-Light";
  src: url("fonts/HelveticaNeue-Light.eot"); /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/HelveticaNeue-Light.otf") format("opentype"), /* Open Type Font */
    url("fonts/HelveticaNeue-Light.svg") format("svg"), /* Legacy iOS */
    url("fonts/HelveticaNeue-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/HelveticaNeue-Light.woff") format("woff"), /* Modern Browsers */
    url("fonts/HelveticaNeue-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "HelveticaNeue-UltraLight";
  src: url("fonts/HelveticaNeue-UltraLight.eot"); /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue-UltraLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/HelveticaNeue-UltraLight.otf") format("opentype"), /* Open Type Font */
    url("fonts/HelveticaNeue-UltraLight.svg") format("svg"), /* Legacy iOS */
    url("fonts/HelveticaNeue-UltraLight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/HelveticaNeue-UltraLight.woff") format("woff"), /* Modern Browsers */
    url("fonts/HelveticaNeue-UltraLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.eot"); /* IE9 Compat Modes */
  src: url("fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/HelveticaNeue.otf") format("opentype"), /* Open Type Font */
    url("fonts/HelveticaNeue.svg") format("svg"), /* Legacy iOS */
    url("fonts/HelveticaNeue.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/HelveticaNeue.woff") format("woff"), /* Modern Browsers */
    url("fonts/HelveticaNeue.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.orderby {
display:none;
}
.entry-thumbnail_c {
	margin: 0 auto 0px;
	min-height:370px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: "HelveticaNeue";
}
body {
	color: #161919;
	line-height: 1.5;
	margin: 0;
	font-size: 16px;
}
a {
	color: #a5c8bc;
	text-decoration: none;
}
a:visited {
	color: #ac0404;
}
a:focus {
	outline:none;
}
a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "HelveticaNeue";
	line-height: 1.3;
}
h1 {
	font-size: 56px;
	margin: 33px 0;
}
h2 {
	font-size: 36px;
	margin: 25px 0;
}
h3 {
	font-size: 26px;
	margin: 22px 0;
}
h4 {
	font-size: 20px;
	margin: 25px 0;
}
h5 {
	font-size: 18px;
	margin: 30px 0;
}
h6 {
	font-size: 16px;
	margin: 36px 0;
}
b,
strong {
	font-family: "HelveticaNeue-Bold";
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul {
	list-style:url(images/ul.png);
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	width:auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
/* Form fields, general styles first. */
button,
input,
select,
textarea {
	border: 2px solid #f3f3f3;
	padding: 8px;
	background:#f3f3f3;
	width:100%;
}
input,
textarea {
	color: #161919;
}
input:focus,
select:focus,
textarea:focus {
	border: 2px solid #f3f3f3;
	outline: 0;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #a5c8bc;
	border: 2px solid #a5c8bc;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	max-width:200px;
	text-align:left;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #fff;
	border: 2px solid #a5c8bc;
	color: #a5c8bc;
	outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #fff;
	border: 2px solid #a5c8bc;
	color: #a5c8bc;
	padding: 10px 24px 11px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #161919;
	opacity:1;
}
:-moz-placeholder {
	color: #161919;
	opacity:1;
}
::-moz-placeholder {
	color: #161919;
	opacity:1;
}
:-ms-input-placeholder {
	color: #161919;
	opacity:1;
}
/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
	background-color: #fff;
	margin: 0 auto;
	max-width: 2000px;
	width: 100%;
}
.site-main {
	position: relative;
}
.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}
.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1175px;
}
/**
 * Header
 * ----------------------------------------------------------------------------
 */
/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
}
.datos-h {
	background:#a5c8bc;
	height:30px;
	color:#fff;
	font-size:13px;
	line-height:1;
}
.cont-dh {
	margin:0 auto;
	max-width:1175px;
	width:100%;
}
.di {
	float:left;
	padding:8px 0;
	width:50%;
}
.di .link-h {
	float:left;
	padding:0 40px 0 0;
	position:relative;
}
.di .link-h:not(:last-child)::after {
	content: '|';
	position:absolute;
	right:20px;
}
.di .link-h:last-child::after {
	content:'';
}
.dd {
	float:right;
	text-align:right;
	padding:8px 0;
	width:50%;
}
.dd a,
.dd a:hover {
	color:#fff !important;
}
.dd .link-h {
	float:right;
	padding:0 0 0 40px;
	position:relative;
}
.dd .link-h:not(:last-child)::before {
	content: '|';
	position:absolute;
	left:20px;
}
.dd .link-h:last-child::before {
	content:'';
}
.dd .face {
	margin-top:-2px;
}
.cont-header {
	margin:0 auto;
	max-width:1175px;
	width:100%;
	min-height:120px;
	position:relative;
}
.logo {
	position:absolute;
	top:22px;
	left:0;
}
/**
 * Navigation
 * ----------------------------------------------------------------------------
 */
.navbar {
	float:right;
	text-align:right;
	padding:0 0 0 230px;
	margin: 38px auto 0;
	max-width: 1600px;
	width: 100%;
}
.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1175px;
	min-height: 45px;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0 -4px 0 0;
}
.nav-menu li a {
	color: #161919;
	display: block;
	font-size: 16px;
	line-height: 45px;
	padding: 0 30px;
	text-decoration: none;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #A5C8BC;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #161919;
	margin: 0;
	width: 200px;
	margin: 0 4px 0 0;
	text-align:left;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #A5C8BC;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #A5C8BC;
}
.menu-toggle {
	display: none;
}
/**
 * INDEX
 * ----------------------------------------------------------------------------
 */
.vitrina {
	overflow:hidden;
}
.slider {
	min-height:470px !important;
}
.slider .info-vit {
	height:470px;
	display:table;
	width:45%;
	float:right;
}
.slider .dat-vit {
	display:table-cell;
	vertical-align:middle;
}
.slick-dots {
    bottom: 0 !important;
}
.slick-dots li button::before {
	top: 0px !important;
	left: -1px !important;
	color: #000 !important;
}
.slick-dots li button {
	border: 1px solid #000 !important;
	padding: 4px !important;
}
.subtit {
	font-family: "HelveticaNeue-UltraLight";
	text-transform:uppercase;
	line-height:1;
	margin:0 0 24px;
}
.subtit p {
	margin:0;
	font-family: "HelveticaNeue-Bold";
	font-size:65px;
	letter-spacing:-1px;
}
.txt-vit {
	margin:0 0 24px;
}
.btn-vit a {
	display:block;
	border:1px solid #161919;
	width:100%;
	max-width:200px;
	line-height:43px;
	padding:0 20px;	
	color:#161919 !important;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.btn-vit a .fa {
	padding-left:10px;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.btn-vit a:hover {
	background:#161919;
	color:#fff !important;
}
.btn-vit a:hover .fa {
	padding-left:15px;
}
.nosotros {
	padding:70px 0;
	overflow:hidden;
}
.txt-nos-home {
	float:left;
	width:50%;
	line-height:2.2;
	font-size:14px;
}
.img-nos-home {
	float:right;
	width:50%;
}
.blog {
	height:485px;
}
.info-blog-home {
	width:45%;
	display:table;
	height:485px;
}
.datos-blog-home {
	display:table-cell;
	vertical-align:middle;
	height:485px;
}
.txt-blog-home {
	line-height:2.2;
	color:#fff;
}
.btn-blog-home a {
	display:block;
	border:1px solid #fff;
	width:100%;
	max-width:200px;
	line-height:43px;
	padding:0 20px;
	color:#fff !important;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.btn-blog-home a .fa {
	padding-left:10px;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.btn-blog-home a:hover {
	background:#fff;
	color:#161919 !important;
}
.btn-blog-home a:hover .fa {
	padding-left:15px;
}
.fecha {
	font-size:14px;
}
/**
 * Ofertas
 * ----------------------------------------------------------------------------
 */
.oferta-int {
	min-height:250px;
	margin-bottom:60px;
}
.dat-ofe {
	height:250px;
	float:right;
	width:53%;
	display:table;
}
.inf-ofe {
	display:table-cell;
	vertical-align:middle;
	height:250px;
}
.des-ofe-home {
	color:#fff;
	font-size:21px;
	line-height:1;
}
.des-ofe {
	color:#5c6670;
	font-size:21px;
	line-height:1;
}
.des-ofe-home p,
.des-ofe p {
	margin:0;
}
.des-ofe-home b,
.des-ofe-home strong {
	color:#5b3c59;
}
.des-ofe-home b,
.des-ofe-home strong,
.des-ofe b,
.des-ofe strong {
	font-family: "HelveticaNeue-Bold";
}
.cre-ofe {
	color:#fff;
	font-size:56px;
	line-height:1;
	font-family: "HelveticaNeue-Bold";
	margin-bottom:15px;
	text-transform:uppercase;
}
/**
 * Nosotros
 * ----------------------------------------------------------------------------
 */
.txt-nos-int {
	float:left;
	width:55%;
	line-height:2.2;
}
.img-nos-int {
	float:right;
	width:45%;
	margin-top:-150px;
}
.img-nos-int img {
	width:100%;
}
a.links-nos {
	color:#161616 !important;
}
a:hover.links-nos {
	color:#a5c8bc !important;
}
.cont-prop {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.tit-prop {
	text-transform:uppercase;
	margin:0 auto 24px;
	font-family: "HelveticaNeue-Bold";
	letter-spacing:-1px;
}
.tit-prop span {
	color:#a5c8bc;
}
.txt-prop {
	line-height:2.2;
}
/**
 * Encuentranos
 * ----------------------------------------------------------------------------
 */
.filtro {
	width:50%;
	float:left;
}
.filtro button {
	border: 2px solid #a5c8bc;
	padding: 8px;
	background:#a5c8bc;
	width:100%;
	max-width:400px;
	color:#fff;
	float:left;
}
.filtro button:focus {
	border: 2px solid #a5c8bc;
	outline: 0;
}
.dropdown {
	position: relative;
    display: block;
    z-index: 2;
}
.dropdown-cont {
    display: none;
    position: absolute;
    width: 100%;
	top:39px;
    z-index: 1;
	-webkit-transition:all 0.25s ease-out;
	-o-transition:all 0.25s ease-out;
	-moz-transition:all 0.25s ease-out;
	-ms-transition:all 0.25s ease-out;
	transition:all 0.25s ease-out;
}
.dropdown:hover .dropdown-cont {
    display: block;
}
.logos {
	width:50%;
	float:right;
	text-align:right;
}
.img-logos {
	display:inline-block;
}
.cont-enc {
	width:33.3%;
	float:left;
	padding:0 60px;
	margin-bottom:40px;
	font-size:14px;
}
.tit-enc {
	font-family: "HelveticaNeue-Bold";
	font-size:19px;
	height:50px;
	line-height:1.2;
}
.cont-enc span {
	display:block;
	width:100%;
	height:1px;
	margin:0px auto 15px;
	background:#b5b5b5;
}
.cont-enc a,
.cont-enc a:hover,
.cont-enc a:active {
	color: #161919 !important;
}
.info-encu {
	min-height:100px
}
/**
 * Blog
 * ----------------------------------------------------------------------------
 */
.cont-blog-dest {
	width:100%;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
	height:340px;
}
.img-blog-dest {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	min-height:340px;
}
.info-blog-dest {
	width:50%;
	float:right;
	height:340px;
	display:table;
}
.dat-blog-dest {
	height:340px;
	display:table-cell;
	vertical-align:middle;
	padding:20px;
}
.txt-blog-dest {
	line-height:2.2;
	height:102px;
	overflow:hidden;
	font-size:14px;
	margin-bottom:15px;
}
.btn-blog {
	color:#161919;
}
.btn-blog .fa {
	padding-left:10px;
	color:#a5c8bc;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.btn-blog:hover .fa {
	padding-left:15px;
}
.cont-blog {
	width:24%;
	float:left;
	margin:0 0.5% 20px;
}
.info-blog {
	padding:10px;
}
.info-blog span {
	display:block;
	width:100%;
	height:1px;
	background:#b5b5b5;
	margin:5px 0;
}
.info-blog .tit-blog {
	text-transform:uppercase;
	margin:0 auto;
	font-family: "HelveticaNeue-Bold";
	letter-spacing:-1px;
	height:55px;
	font-size:20px;
}
.info-blog .tit-blog span {
	color:#a5c8bc;
	height:auto;
	width:auto;
	margin:auto;
	background:none;
	display:inline;
}
.paginacion {
	text-align:right;
	margin: 0 auto 30px;
}
.pages, .nextpostslink, .previouspostslink {
	display:none;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding:0 15px;
	margin:0;
	border:none;
	position:relative;
	color:#161919 !important;
}
.wp-pagenavi a:after, .wp-pagenavi span:after {
	content: '|';
	position:absolute;
	right:-2px;
}
.cont-blog-lat {
	width:100%;
	margin:0 auto 20px;
}
.txt-blog {
	padding:0 40px 0 0;
	text-align:justify;
}
/**
 * Aplicaciones
 * ----------------------------------------------------------------------------
 */
.aplicaciones {
	width:100%;
	text-align:center;
	overflow:hidden;
}
.cont-apli {
	display:inline-block;
	width:48%;
	padding:0 25px;
	text-align:left;
	margin:0 auto 30px;
	vertical-align: top;
}
.tit-apli {
	text-transform:uppercase;
	margin:0 auto 24px;
	font-family: "HelveticaNeue-Bold";
	letter-spacing:-1px;
}
.tit-apli span {
	color:#a5c8bc;
}
.txt-apli {
	line-height:1.7;
	font-size:14px;
}


/**
 * FAQ
 * ----------------------------------------------------------------------------
 */
.block {
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.block > div {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  border-bottom: 1px solid #fff;
  background-color: #F3F3F3;
  color: #000;
}
.block input {
	display:none;
}
.block > div input + label {
  cursor: pointer;
  display: block;
  padding: 7.5px 15px;
  background-color: #ABCBC0;
  -webkit-transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  transition: background-color 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
  color: #fff;
}
.block > div input ~ div {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
}
.block > div input ~ div p {
	padding: 0 15px;
}
.block > div input:checked + label {
  background-color: #96b4aa;
  -webkit-transition: background-color 0s ease-in-out 0s;
  transition: background-color 0s ease-in-out 0s;
  color: #fff;
}
.block > div input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  padding: 15px 0;
  -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
}
.block > div:nth-child(1):before {
  content: "1";
}
.block > div:nth-child(2):before {
  content: "2";
}
.block > div:nth-child(3):before {
  content: "3";
}
.block > div:nth-child(4):before {
  content: "4";
}
.block > div:nth-child(5):before {
  content: "5";
}
.block > div:nth-child(6):before {
  content: "6";
}
.block > div:nth-child(7):before {
  content: "7";
}
.block > div:nth-child(8):before {
  content: "8";
}
.block > div:nth-child(9):before {
  content: "9";
}
.block > div:nth-child(10):before {
  content: "10";
}
.block > div:nth-child(11):before {
  content: "11";
}
.block > div:nth-child(12):before {
  content: "12";
}
.block > div:nth-child(13):before {
  content: "13";
}
.block > div:nth-child(14):before {
  content: "14";
}
.block > div:nth-child(15):before {
  content: "15";
}
.block > div:nth-child(16):before {
  content: "16";
}
.block > div:nth-child(17):before {
  content: "17";
}
.block > div:nth-child(18):before {
  content: "18";
}
.block > div:nth-child(19):before {
  content: "19";
}
.block > div:nth-child(20):before {
  content: "20";
}
.block > div:nth-child(21):before {
  content: "21";
}
.block > div:nth-child(22):before {
  content: "22";
}
.block > div:nth-child(23):before {
  content: "23";
}
.block > div:nth-child(24):before {
  content: "24";
}
.block > div:nth-child(25):before {
  content: "25";
}
.block > div:nth-child(26):before {
  content: "26";
}
.block > div:nth-child(27):before {
  content: "27";
}
.block > div:nth-child(28):before {
  content: "28";
}
.block > div:nth-child(29):before {
  content: "29";
}
.block > div:nth-child(30):before {
  content: "30";
}
.block > div:nth-child(31):before {
  content: "31";
}
.block > div:nth-child(32):before {
  content: "32";
}
.block > div:nth-child(33):before {
  content: "33";
}
.block > div:nth-child(34):before {
  content: "34";
}
.block > div:nth-child(35):before {
  content: "35";
}
.block > div:nth-child(36):before {
  content: "36";
}
.block > div:nth-child(37):before {
  content: "37";
}
.block > div:nth-child(38):before {
  content: "38";
}
.block > div:nth-child(39):before {
  content: "39";
}
.block > div:nth-child(40):before {
  content: "40";
}
.block > div:nth-child(1):before,
.block > div:nth-child(2):before,
.block > div:nth-child(3):before,
.block > div:nth-child(4):before,
.block > div:nth-child(5):before,
.block > div:nth-child(6):before,
.block > div:nth-child(7):before,
.block > div:nth-child(8):before,
.block > div:nth-child(9):before,
.block > div:nth-child(10):before,
.block > div:nth-child(11):before,
.block > div:nth-child(12):before,
.block > div:nth-child(13):before,
.block > div:nth-child(14):before,
.block > div:nth-child(15):before,
.block > div:nth-child(16):before,
.block > div:nth-child(17):before,
.block > div:nth-child(18):before,
.block > div:nth-child(19):before,
.block > div:nth-child(20):before,
.block > div:nth-child(21):before,
.block > div:nth-child(22):before,
.block > div:nth-child(23):before,
.block > div:nth-child(24):before,
.block > div:nth-child(25):before,
.block > div:nth-child(26):before,
.block > div:nth-child(27):before,
.block > div:nth-child(28):before,
.block > div:nth-child(29):before,
.block > div:nth-child(30):before,
.block > div:nth-child(31):before,
.block > div:nth-child(32):before,
.block > div:nth-child(33):before,
.block > div:nth-child(34):before,
.block > div:nth-child(35):before,
.block > div:nth-child(36):before,
.block > div:nth-child(37):before,
.block > div:nth-child(38):before,
.block > div:nth-child(39):before,
.block > div:nth-child(40):before {
  width: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #5d706a;
  padding: 7.5px;
  margin: 0;
  color: #fff;
}
/**
 * Costos envio
 * ----------------------------------------------------------------------------
 */
.tabla-costo {
	width:1180px;
	margin:0 auto;
}
.box-1,
.box-2,
.box-3,
.box-4 {
	float:left;
	padding:10px 25px;
	background:#f3f3f3;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:14px;
}
.box-1 {
	width:19%;
}
.box-2 {
	width:43%;
}
.box-3 {
	width:24%;
}
.box-4 {
	width:81%;
}
.tit-ver {
	background:#a5c8bc;
	color:#fff;
}
.norte {
	min-height:168px;
}
.centro {
	min-height:252px;
}
.sur {
	min-height:420px;
}
/**
 * Contacto
 * ----------------------------------------------------------------------------
 */
.mitad {
	float:left;
	width:50%;
	overflow:hidden;
}
.mitad:nth-child(odd) {
	padding-right:27px;
}
.mitad:nth-child(even) {
	padding-left:27px;
}
.mitad:nth-child(even) span {
	display:block;
	width:100%;
	max-width:270px;
	height:1px;
	margin:15px 0;
	background:#b5b5b5;
}
.tit-map {
	font-size:19px;
}
.dat-con {
	font-size:14px;
	margin-bottom:24px;
}
.mitad:nth-child(odd) p {
	margin-bottom:8px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #A5C8BC !important;
}
/**
 * Woocommerce
 * ----------------------------------------------------------------------------
 */
.count {
    color:#A5C8BC;
}
.woocommerce-message {
    border-top-color: #A5C8BC;
    max-width: 1200px;
}
.woocommerce-message::before {
    color: #A5C8BC;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	border: 0px solid #fff !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 auto 2em auto !important;
}
.woocommerce-result-count, p#calc_shipping_country_field, p#calc_shipping_postcode_field , p#billing_postcode_field, h3#ship-to-different-address{
	display:none !important;
}
#billing_state_field {
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30.75%;
}
h3.tit-prod {
	font-weight:normal;
	font-size:19px;
	color:#161919;
	margin:0;
	height:55px;
}
.liena {
	display:block;
	width:100%;
	height:1px;
	background:#b5b5b5;
	margin:0 0 10px 0;
}
h3.tit-prod b {
	font-weight:normal;
	color:#A5C8BC;
	text-transform:uppercase;
}
.price {
	font-size:21px !important;
	line-height:1;
	font-family: "HelveticaNeue-Bold";
	color:#161919 !important;
}
.woocommerce ul.products li.product .price del {
	opacity: 0.3;
	font-size:18px;
	font-family: "HelveticaNeue";
}
.precio {
	position:relative;
}
.mas-btn {
	position:absolute;
	top:0;
	left:0;
}
.mas-btn a {
	color:#161919 !important;
	font-family: "HelveticaNeue";
	font-size:16px;
}
.mas-btn .fa {
	color:#a5c8bc;
	padding-left:10px;
}
.woocommerce nav.woocommerce-pagination {
	text-align: right;
	margin-bottom: 120px;
}
.woocommerce nav.woocommerce-pagination ul {
	border:none;
	margin:0;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #161919;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:#fff;
	font-family: "HelveticaNeue-Bold";
	color:#161919;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color:#161919 !important;
	padding: 0 15px;
	font-family: "HelveticaNeue";
}
.woocommerce span.onsale {
	background:#A5C8BC;
}
.lin-top {
	margin-bottom:28px;
	height:1px;
	border-top:1px solid #f3f3f3;
}
.woocommerce .woocommerce-breadcrumb {
	font-family: "HelveticaNeue-Bold";
	color:#161919;	
	margin: 0 auto 60px;
	max-width: 1175px;
	width: 100%;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a:hover {
	font-family: "HelveticaNeue";
	color:#161919;
}
.woocommerce div.product .product_title {
	color:#161919;
	margin:0 0 24px;
}
.contenido-prod {
	font-size:21px;
	font-family: "HelveticaNeue-Light";
	margin:0 0 24px;
}
.uso-prod {
	margin:0 0 24px;
}
.woocommerce div.product form.cart .button {
	text-align:center;
}
.woocommerce div.product form.cart .button .fa {
	padding-left:20px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background:#a5c8bc;
	border:2px solid #a5c8bc;
	color:#fff;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
	background:#fff;
	color:#a5c8bc;
}
.relacionados li.product {
	width: 22.05% !important;
}
.widget-title {
	font-size:18px;
	text-transform:uppercase;
	font-family: "HelveticaNeue-Bold";
	margin:0 0 40px;
}
ul.product-categories {
	margin:0;
	padding:0;
	font-family: "HelveticaNeue-Bold";
}
ul.product-categories a {
	color:#161919;
}
li.cat-parent .count {
	display:none;
}
.children li.cat-item .count {
	display:inline;
}
ul.children {
	margin-bottom:20px;
	position:relative;
	padding:0;
	font-family: "HelveticaNeue";
}
.children li {
	list-style:none;
	background-image:url(images/li.png);
	background-repeat:no-repeat;
	background-position:25px center;
	padding:0 0 0 40px;
}
/**
 * Content
 * ----------------------------------------------------------------------------
 */
.hentry {
	padding:0 0 40px 0;
}
.hentry-dos {
	padding:40px 0;
}
.entry-header,
.entry-content,
.entry-content-dos,
.entry-content-tres,
.entry-content-tress,
.entry-content-cuatro ,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1175px;
	width: 100%;
	position:relative;
}
.entry-content-dos {
	position:relative;
	padding:0 320px 0 0;
}
.entry-content-tres {
	position:relative;
	padding:0 0 0 310px;
}
.entry-content-tress {
	position:relative;
}
.entry-content-cuatro {
	position:relative;
	padding:0 0 40px 430px;
}
.lateral {
	position:absolute;
	top:0;
	right:0;
	width:300px;
	height:950px;
	overflow:hidden;
}
.lat-prod {
	position:absolute;
	top:0;
	left:0;
	width:290px;
	overflow:hidden;
}
.lat-demo {
	position:absolute;
	top:0;
	left:0;
	width:390px;
	overflow:hidden;
	border-right:1px solid #161919;
	padding:0 40px 40px 0;
	z-index:1;
}
.lat-demo a {
	display:block;
	color:#161919;
	line-height:1.8;
}
.lat-demo a:hover {
	color:#a5c8bc;
	text-decoration:underline;
}
.btn-bck {
	color:#161919;
	width:135px;
	text-align:right;
}
.btn-bck .fa {
	padding-right:10px;
	color:#a5c8bc;
	-webkit-transition:all 0.25s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.25s ease-out;  /* Opera */
	-moz-transition:all 0.25s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.25s ease-out;   /* Internet Explorer */
	transition:all 0.25s ease-out;  /* W3C */
}
.btn-bck:hover {
}
.btn-bck:hover .fa {
	padding-right:15px;
}
/**
 * Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail {
	margin: 0 auto 60px;
	min-height:370px;
}
.entry-header {
	margin-bottom: 30px;
}
.entry-title {
	margin: 0 0 20px;
	color: #a5c8bc;
	font-family: "HelveticaNeue-Bold";
	letter-spacing:-1px;
	line-height:1;
	text-transform:uppercase;
}
.entry-title p {
	font-family: "HelveticaNeue-Light";
	color: #161919;
	font-size:21px;
	letter-spacing:normal;
	margin:0;	
}
#post-547 .entry-title {
	font-size:18px;
	text-transform:uppercase;
	font-family: "HelveticaNeue-Bold";
	color: #161919;
	margin: 20px 0;
}
.datos-blog-home .entry-title {
	color: #fff;
}
.datos-blog-home .entry-title p {
	color: #4c4c4c;
}
.relacionados .entry-title {
	text-align:center;
}
.entry-title a {
	color: #161919;
}
.entry-title a:hover {
	color: #161919;
}
/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	background-color: #161919;
	color: #fff;
	padding-top:70px;
	overflow:hidden;
	font-size:14px;
}
.site-footer a {
	color: #fff;
}
.site-footer-dos {
	background-color: #f3f3f3;
	color: #161919;
	padding-top:70px;
	overflow:hidden;
	font-size:14px;
}
.site-footer-dos a {
	color: #161919;
}
.cont-footer {
    margin:0 auto;
	max-width:1175px;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.links {
	width:60%;
	float:left;
}
.new-logo {
	width:30%;
	float:right;
	text-align:right;
}
.box {
	width:28%;
	float:left;
	margin-bottom:24px;
	min-height:210px;
}
.boxa {
	width:44%;
	float:left;
	margin-bottom:24px;
	min-height:210px;
}
.box-r {
	display:none;
}
.tit-foo {
	font-size:18px;
	font-family: "HelveticaNeue-Bold";
	margin-bottom:24px;
	text-transform:uppercase;
}
.dat-f {
	line-height:1;
	padding-bottom:8px;
}
.dat-f b,
.dat-f strong {
	font-family: "HelveticaNeue-Bold";
}
.navbar-dos {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
.main-navigation-dos {
	clear: both;
	margin: 0 auto;
	max-width: 1175px;
	min-height: 25px;
	position: relative;
}
ul.nav-menu-dos,
div.nav-menu-dos > ul {
	margin: 0;
	padding: 0;
}
.nav-menu-dos li {
	display: block;
	position: relative;
	margin: 0;
}
.nav-menu-dos li a {
	color: #161919;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 8px 0;
	text-decoration: none;
}
.site-footer .nav-menu-dos li a {
	color: #fff;
}
.nav-menu-dos li:hover > a,
.nav-menu-dos li a:hover {
	color: #161919;
}
.site-footer .nav-menu-dos li:hover > a,
.site-footer .nav-menu-dos li a:hover {
	color: #fff;
}
.nav-menu-dos .sub-menu,
.nav-menu-dos .children {
	background-color: #fff;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
}
.nav-menu-dos .sub-menu ul,
.nav-menu-dos .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu-dos ul a,
.nav-menu-dos ul ul a {
	color: #161919;
	margin: 0;
	width: 200px;
	margin: 0;
}
.site-footer ul.nav-menu-dos ul a:hover,
.site-footer .nav-menu-dos ul ul a:hover {
	color: #fff;
}
ul.nav-menu-dos ul a:hover,
.nav-menu-dos ul ul a:hover {
	color: #161919;
}
ul.nav-menu-dos li:hover > ul,
.nav-menu-dos ul li:hover > ul {
	display: block;
}
.nav-menu-dos .current_page_item > a,
.nav-menu-dos .current_page_ancestor > a,
.nav-menu-dos .current-menu-item > a,
.nav-menu-dos .current-menu-ancestor > a {
	color: #161919;
}
.site-footer .nav-menu-dos .current_page_item > a,
.site-footer .nav-menu-dos .current_page_ancestor > a,
.site-footer .nav-menu-dos .current-menu-item > a,
.site-footer .nav-menu-dos .current-menu-ancestor > a {
	color: #fff;
}
/* CREDITOS */
.creditos {
	width:100%;
	background:#fff;
	color:#161919;
	font-size:13px;
	line-height:46px;
	height:46px;
	padding:0 15px;
}
.creditos a {
	color:#161919;
}
.cont-cre {
    margin:0 auto;
	max-width:1175px;
	width:100%;
}
.cre-a,
.cre-b {
	width:50%;
}
.cre-a {
	float:left;
	text-align:left;
}
.cre-b {
	float:right;
	text-align:right;
}
.link-f {
	float:left;
	padding:0 40px 0 0;
	position:relative;
}
.link-f:not(:last-child)::after {
	content: '|';
	position:absolute;
	right:20px;
}
.link-f:last-child::after {
	content:'';
}
/**
 * Entry Content - Textos
 * ----------------------------------------------------------------------------
 */
.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}
.entry-content a,
.comment-content a {
	color: #161616;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #a5c8bc;
}
.entry-content blockquote {
	font-size: 24px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
/**
 * Entry Meta - Boton editar
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	clear: both;
	font-size: 14px;
}
.entry-meta a {
	color: #bc360a;
}
.entry-meta a:hover {
	color: #bc360a;
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {
	content: "\f303";
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
/**
 * Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-header {
	background-color: #e8e5ce;
}
.page-title {
	font: 300 italic 30px "HelveticaNeue";
	margin: 0 auto;
	max-width: 1175px;
	padding: 30px 0;
	width: 100%;
}
.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}
.sidebar .page-content {
	margin: 0 auto;
	max-width: 1175px;
	padding: 40px 376px 40px 60px;
}
/**
 * 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-header {
	background-color: #fff;
}
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-wrapper {
	background-color: #e8e5ce;
}
.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1175px;
	padding-bottom: 40px;
	width: 100%;
}
/**
 * Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1175px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "HelveticaNeue";
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1175px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}
/**
 * Post/Paging Navigation - Paginación
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a {
	color: #bc360a;
}
.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}
.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}
.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.sidebar .paging-navigation .nav-links {
	max-width: 1175px;
	padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}
.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}
.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}
.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}
.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1175px;
}
.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}
#nav-icon3{
	display:none;}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}
	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}
	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}
	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}
	.error404 .page-title:before {
		font-size: 554px;
	}
	.attachment .image-navigation {
		max-width: 724px;
	}
	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}
	.site-main .widget-area {
		margin-right: 60px;
	}
}
@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}
	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}
	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}
	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}
	.format-status .entry-content {
		padding-top: 40px;
	}
	.format-status .entry-meta {
		padding-bottom: 40px;
	}
	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}
	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}
	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}
	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}
	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}
	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}
	.gallery-caption {
		display: none;
	}
}
@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}
	#content .featured-gallery {
		padding-left: 24px;
	}
	.entry-title {
		font-size: 22px;
		font-weight: bold;
	}
	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}
	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}
	.error404 .page-title {
		padding: 40px 0 0;
	}
	.error404 .page-title:before {
		content: normal;
	}
}
/**
 * Responsive
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1175px) {
	.di {
		padding: 8px 0 8px 20px;
	}
	.dd {
		padding: 8px 20px 8px 0;
	}
	.logo {
    	left: 20px;
	}
	.entry-content, .entry-header {
		padding:0 20px;
	}
	.cont-footer {
		padding:0 20px 20px;
	}
	.site-footer-dos .newsletter input, .site-footer .newsletter input {
		width:89%;
	}
	.lat-prod {
	    left: 20px;
	}
	.entry-content-tres {
		padding:0 20px 0 310px;
.entry-content-tress {
		padding:0 20px 0 310px;
	}
	.lat-demo {
	    padding: 0 40px 40px 20px;
	}
}
@media (max-width: 1100px) {
	.site-footer-dos .newsletter input, .site-footer .newsletter input {
		width:88%;
	}
	.box-1, .box-2, .box-3, .box-4 {
		padding:10px 15px;
	}
}
@media (max-width: 1070px) {
	.nav-menu li a {
	    padding: 0 20px;
	}
}
@media (max-width: 1040px) {
	.logo-f img{
		width:100%;
	}
}
@media (max-width: 1010px) {
	.site-footer-dos .newsletter input, .site-footer .newsletter input {
		width:87%;
	}
	.cont-enc {
		padding: 0 40px;
	}
}
@media (max-width: 999px) {
	.subtit p {
	    font-size: 55px;
	}
	h1 {
	    font-size: 46px;
	}
	.entry-content-tres {
		padding: 0 20px;
	}
	.entry-content-tress {
		padding: 0 20px;
	}
	.lat-prod {
	    position: relative;
		margin:0 auto 30px;
		width:100%;
		max-width:300px;
	}
}
@media (max-width: 960px) {
	.nav-menu li a {
	    padding: 0 10px;
	}
}
@media (max-width: 937px) {
	.site-footer-dos .newsletter input, .site-footer .newsletter input {
		width:86%;
	}
}
@media (max-width: 910px) {
	.cont-enc {
	    padding: 0 30px;
	}
}
@media (max-width: 880px) {
	.logos {
		width: 100%;
		float: right;
		text-align: center;
		margin: 0 auto 30px;
	}
	.filtro {
		width: 100%;
		float: left;
		margin: 0 auto 30px;
	}
	.entry-content-dos {
		padding: 0;
	}
	.lateral {
		position: relative;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
@media (max-width: 872px) {
	.site-footer-dos .newsletter input, .site-footer .newsletter input {
		width:85%;
	}
	.cont-apli {
		width: 100%;
	    padding: 0;
	}
}
@media (max-width: 817px) {
	.site-footer-dos .newsletter input, .site-footer .newsletter input {
		width:84%;
	}
	.cont-enc {
	    width: 48%;
	    padding: 0 20px;
		margin:0 auto 30px;
		float:none;
	}
}
@media (max-width: 800px) {
	.navbar{
		display:none;}
	.creditos {
		height: 56px;
	}
	.cre-a, .cre-b {
		float: none;
		text-align: center;
		width: 100%;
	}
	.box, .boxa {
		display:none;
	}
	.box-r {
		display:block;
		width:100%;
		float:left;
		margin-bottom:24px;
	}
	.lat-demo {
	    position: relative;
    	width: 100%;
		margin:50px auto 0;
		padding-top:30px;
		border-right:none;
		border-top:1px solid #161919;
	}
	.entry-content-cuatro {
        padding: 0 20px 50px;
	}
	
	#nav-icon3{
	  width: 50px;
	  height: 35px;
	  position:absolute;
	  margin: auto;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  display:block;
	  top:40px;
	  right:10px;
	}
	
	#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 7px;
	  width: 100%;
	  background: #000000;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	
	/* Icon 3 */
	
	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}
	
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 14px;
	}
	
	#nav-icon3 span:nth-child(4) {
	  top: 28px;
	}
	
	#nav-icon3.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	
	#nav-icon3.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#nav-icon3.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#nav-icon3.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	.navbar{
		float:none;
		padding:120px 0 20px 0;
		width:100%;
		clear:both;
		margin:0;}
		
		.navbar .nav-menu li{
			width:100%;
			display:block;
			text-align:center;
			margin:0 auto;}
	
}
@media (max-width: 768px) {
	.di {
		display:none;
	}
	.dd {
		width:100%;
		padding: 8px 20px;
	}
	.dd .link-h {
		padding: 0 10px;
	}
	.dd .link-h:not(:last-child)::before {
		left:0;
	}
	.slider .info-vit {
	    width: 50%;
	}
	.subtit p {
	    font-size: 45px;
	}
	.txt-nos-home, .img-nos-home {
	    width: 100%;
	}
	.img-nos-home {
		text-align:center;
	}
	.dat-ofe {
	    width: 70%;
	}
	.cre-ofe {
        font-size: 46px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
		width:48% !important;
	}
	.info-blog-home {
	    width: 70%;
	}
	.new-logo .tit-foo {
		display:none;
	}
	.links, .new-logo {
		width: 100%;
		float: none;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.txt-nos-int {
		width: 100%;
	}
	.img-nos-int {
		width:100%;
		text-align:center;
		margin:0 auto 20px;
	}
	.info-blog-dest {
		width: 100%;
		float: right;
		height: inherit;
		display: block;
	}
	.img-blog-dest {
		position:relative;
		width:100%;
	}
	.cont-blog-dest {
		height:inherit;
	}
	.cont-blog {
	    width: 32.3%;
	}
	.mitad {
		width:100%;
		margin:0 auto 30px;
		padding:0 !important;
	}
}
@media (max-width: 640px) {
	.cont-enc {
	    width: 100%;
	    padding: 0 20px;
		margin:0 auto 30px;
		float:none;
		max-width:300px;
	}
	.cont-blog {
	    width: 49%;
	}
	.lat-demo {
		padding:30px 0 0;
	}
}
@media (max-width: 480px) {
	.dat-ofe, .info-blog-home {
		width: 100%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
		width:100% !important;
	}
	.cont-blog {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
		max-width: 300px;
	}
}
@media (max-width: 380px) {
	.slider .info-vit {
		width: 90%;
	}
}