/*@font-face {
  font-family: 'icons';
  src:
    url('icons.ttf?ti7l5z') format('truetype'),
    url('icons.woff?ti7l5z') format('woff'),
    url('icons.svg?ti7l5z#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

body {
	
	background-color:#1d1d1d;
    background-image: url('../imgs/bg-liz.png');
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	
}

body.page-template-page-checkout {
    
    background-color: #fff;
    background-image: none
    
}


a {
	
	transition:all 0.2s ease 0s;
	
}


a,a:active, a:focus, a:hover, object, embed { 

	outline: 0;
	text-decoration:none
  
}

.btn:focus, .custom-select:focus {
    
    box-shadow: 0 0 0 0 .2rem rgb(224, 224, 224);
    
}

.custom-select:focus {
    
	border-color: #bd80ff;
	box-shadow: 0 0 0 .2rem rgba(203, 128, 255, 0.5);
    
}


.btn-verde {
	
	min-height: 50px;
	background: linear-gradient(to bottom, #b932de 0%,#6c0189 100%); /* W3C */
	border: none;
	border-radius: 50px;
	position: relative;
	border-bottom: 4px solid #560e69;
	color: #fbfbfb;
	font-weight: bold;
	text-shadow: 2px 1px 1px rgba(18, 9, 47, 0.6);
	font-size: 18px;
	text-align: center;
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,.2);
	cursor: pointer;
	padding: 20px;
	text-transform: uppercase;
	line-height: 18px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    transform: perspective(1px) translateZ(0);
    letter-spacing: 0.5px
	
}

.btn-verde:hover {
    
    background: linear-gradient(to bottom, #9911be 30%,#5b176d 100%); /* W3C */
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
    color: #fff;
    
}

.btn-verde:focus {
    
    box-shadow: inset 0px 2px 3px rgba(0,0,0,0.2);
    
}

.btn-verde:active {
	
    background: linear-gradient(to bottom, #6c0e85 30%,#6c0189 100%) !important; /* W3C */
    box-shadow: inset 0px 2px 3px rgba(0,0,0,0.2);
    text-shadow: 2px 1px 2px rgba(0,0,0,.5)
  
}

.btn-morado {
    
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 13px 12px 10px 12px;
	text-align: center;
	line-height: 18px;
	letter-spacing: 1px;
    
}

.lz-barra-lat {
    
    background: #fcda78;
    background: -moz-linear-gradient(top, #fcda78 0%, #ba7f00 21%, #fcda78 50%, #e9bd50 51%, #ba7f00 80%, #fbdf93 100%);
    background: -webkit-linear-gradient(top, #fcda78 0%,#ba7f00 21%,#fcda78 50%,#e9bd50 51%,#ba7f00 80%,#fbdf93 100%);
    background: linear-gradient(to bottom, #fcda78 0%,#ba7f00 21%,#fcda78 50%,#e9bd50 51%,#ba7f00 80%,#fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcda78', endColorstr='#fbdf93',GradientType=0 );
    width: 10px;
    height: 20px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: 2px
    
}

.lz-tit-dest {
    
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
    
}

.lz-flor-inicio {
    
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-height: 24px;
    
}

/* Header */

#preheader, .bord-dorado {
    
    width: 100%;
    display: block;
    height: 4px;
    background-image: url('../imgs/bord-top.gif');
    background-repeat: repeat-x;
    
}

#lz-menu {
    
	margin-bottom: 30px;
	padding-right: 7%;
	margin-top: 45px;
    z-index: 5
    
}

#lz-menu .lz-phone img {
    
	max-height: 16px;
	margin-left: 45px;
	position: relative;
	top: -1px;

}

#lz-menu .icon-box, #lz-menu .icon-users, #lz-menu .icon-truck, #lz-menu .icon-mail {
    
	font-size: 21px;
	position: relative;
	top: -2px;
    
}

#lz-menu .icon-mail {
    
	font-size: 22px;
	position: relative;
	top: -3px;
    
}

#navbarPrincipal .lz-menu-icon {
    
    padding-left: 10px;
    padding-right: 10px
    
}

.page-template #navbarPrincipal ul .lz-menu-icon a:hover, .blog #navbarPrincipal ul .lz-menu-icon a:hover, .archive #navbarPrincipal ul .lz-menu-icon a:hover, .single-dom_products #navbarPrincipal ul .lz-menu-icon a:hover {
    
    color: #fff !important;
    background-color: transparent !important
    
}

#navbarPrincipal .lz-phone a:hover {
    
    opacity: .8
    
}

#navbarPrincipal .lz-phone {
    
    padding-right: 14px
    
}

#lz-curva-header {
    
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: -1;
    pointer-events: none
    
}

.lz-curva-negr {
    
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	transform: rotateX(180deg);
    
}

#lz-curva-header-b {
    
	position: absolute;
	left: 0;
	bottom: -40px;
    pointer-events: none
    
}

header.container-fluid, body.home header.container-fluid, .body.page-template-front-page .container-fluid {

    z-index: 2;
    position: relative;
    background: #2d2d2d;
    background: -moz-linear-gradient(top, #2d2d2d 0%, #000 60%);
    background: -webkit-linear-gradient(top, #2d2d2d 0%,#000 60%);
    background: linear-gradient(to bottom, #2d2d2d 0%,#000 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#171717',GradientType=0 );
    padding-right: 0;
    padding-left: 0
        
}

.page-template-dominus-store-user-profile-page header {
    
    z-index: 0
    
}

header > .row {
    
    margin-right: 0
    
}

#site-title {
    
	position: absolute;
	top: 27px;
	left: 0;
    z-index: 10
        
}

.page-template-page-checkout  #site-title {
    
    position: inherit;
    
}

.page-template-page-checkout  #site-title img {
    
    max-height: 72px
    
}

.navbar-brand {
    
    padding-top: 0
    
}

header nav {
    
}

header .navbar-brand {
	
    width: 100%
    
}

#logo-p {
    
    display: block;
    
}

#logo-p img {

	max-height: 170px;

}

.single-dom_products #logo-p img, .post-type-archive-dom_products #logo-p img, .tax-dom_prod_tax #logo-p img {
    
    max-height: 154px
    
}

#logo-p span {
    
    font-size: 50px
    
}

#navbarPrincipal .col-lg-9 {

    padding-right: 0
    
    }

#navbarPrincipal ul li {
    
	padding-left: 20px;
	padding-right: 20px;
	line-height: 0;
	vertical-align: middle;
    
}

#navbarPrincipal ul li a {
	
	text-transform:uppercase;
	font-weight: normal;
	font-size:17px;
	position:relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    display: inline-block;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    line-height: 17px;
	
}

#nat-info-header span {
	
	text-transform: uppercase;
    letter-spacing: 2px;
    color: #9c9999;
    font-size: 12px;

}

#nat-tel-header {
	
	margin-bottom:12px;
	line-height:15px;
    margin-top: 3px
	
}

#nat-tel-header a {
	
	font-size:20px;
	
}

#nat-tel-header i {
	
	color:#25D366;
	font-size: 22px;
	top: 2px;
	position: relative;
	margin-right: 2px;
	line-height:0
	
}

.nat-social-header {
    
    display: inline-block;
    padding: 18px 20px 16px 20px;
    
}

#nat-info-header {
    
    overflow: hidden;
    
}

#nat-info-header .i-facebook, #nat-info-header .i-instagram, #nat-info-header .i-cart {
    
    font-size: 24px;
    
}

.nat-social-header:hover {
    
    color: #fff
    
}

#nat-info-header .nat-social-header:first-child {
    
   -webkit-box-shadow: inset 14px 0px 20px -14px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 14px 0px 20px -14px rgba(0,0,0,0.4);
    box-shadow: inset 14px 0px 20px -14px rgba(0,0,0,0.4);
    
}

#lz-mob-button-cont {
    
    margin-top: 40px;
    margin-bottom: 40px;
    
}

#lz-mob-button-cont .col-4 {
    
    padding-left: 5px;
    padding-right: 5px
    
}

.lz-mob-button a {
    
    display: block;
    padding: 15px 10px 10px;
    border-radius: 4px
    
}

.lz-mob-button a i {
    
    font-size: 39px;
    color: #fff;
    
}

.lz-mob-button a h4 {
    
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 7px;
    margin-bottom: 0;
    
}

#lz-mob-button-comprar {
    
    margin-left: 5px
    
}

#lz-mob-button-contacto {
    
    margin-right: 5px
    
}

#dom-cart-header:focus {
    
    box-shadow: 0 0 0 0 transparent
    
}

/* Front-page */

#nat-slider {

	color: #fff;
    background-color: #1d1d1d;
    position: relative;
    z-index: 1
    
}

.nat-slider-layers a {
    
    display: block;
    float: left;
    width: 100%;
    
}

.nat-slider-layers a:hover {
    
    opacity: .9
    
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.nat-slider-layers {
    
    z-index: 2
    
}

#nat-bg-sec-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: -1px;
}

#nat-slider-stop {
	
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 9;
	overflow: hidden;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 0;
    pointer-events: none
	
}

@font-face {
    font-family: 'omnesbold';
    src: url('omnes-bold-webfont.woff2') format('woff2'),
         url('omnes-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Productos Home */

#lz-cont-cats-home {
    
	margin-top: 100px;
	background-color: #fff;
    position: relative;
    padding: 50px 45px 200px 35px;
    border-top: 2px solid #e4a729;
	border-radius: 15px
    
}

#lz-cont-cats-home .col-lg-9 {
    
    padding-left: 40px
    
}

.lz-prods-cats {
    
    padding-left: 0;
    
}

.lz-prods-cats li {
    
	border-bottom: 1px solid #ececec;
	list-style: none inside url("../imgs/lz-lista.png");
	padding: 12px 0 10px 0;
    
}

.post-type-archive-dom_products .lz-prods-cats li, .tax-dom_prod_tax .lz-prods-cats li {
	
    border-bottom: 0 none transparent;
	padding: 3px 0px 3px 0;
    
}

.lz-prods-cats li a {
    
    padding-left: 10px;
    display: inline-block;
    color: #595959;
    font-size: 16px
    
}

.post-type-archive-dom_products .lz-prods-cats li a, .tax-dom_prod_tax .lz-prods-cats li a {
    
	padding-left: 5px;
	color: #fff;
	font-size: 16px;
    
}

.lz-prod-home-link {
    
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
    
}

.lz-prod-home {
    
	position: relative;
	height: 246px;
    overflow: hidden;/*
    border: 2px solid rebeccapurple;
  -moz-border-image: -moz-linear-gradient(top, #fcda78 0%, #ba7f00 21%, #fcda78 50%, #e9bd50 51%, #ba7f00 80%, #fbdf93 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #fcda78 0%,#ba7f00 21%,#fcda78 50%,#e9bd50 51%,#ba7f00 80%,#fbdf93 100%);
  border-image: linear-gradient(to bottom, #fcda78 0%,#ba7f00 21%,#fcda78 50%,#e9bd50 51%,#ba7f00 80%,#fbdf93 100%);*/
  border-image-slice: 1;
    
}

.lz-prod-home-img {
    
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
    
}

.lz-prod-titulo {
    
	font-size: 16px;
	margin-bottom: 6px;
	color: #323232;
	font-weight: normal;
    margin-top: 0
    
}

.lz-prod-categoria {
    
	text-transform: uppercase;
	font-size: 10px;
    margin-bottom: 4px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    width: 100%;
    opacity: .7
    
}

.single-dom_products .lz-prod-categoria {
    
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 7px;
    
}

.lz-prod-precio {

	font-size: 14px;
	margin-top: 6px;
    
}

.lz-prod-precio i {
 
    margin-right: 5px
    
}

.lz-prod-sombra {
    
    display: block;
    
}

.lz-btn-gig-cont {
	
	width: 100%;
	position: absolute;
	bottom: -28px;
	text-align: center;
	left:0
        
}

.lz-btn-gig {
    
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	padding: 12px 34px;
	border-radius: 50px;
    
}

.lz-btn-gig:hover {
    
    color: #fff
    
}

#lz-banner-lat {
    
    margin-top: 40px;
    margin-bottom: 30px
    
}

#lz-pq-home h4 {
    
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 20px;
	margin-top: -15px;
	margin-bottom: 10px;
    
}

#lz-pq-home ul {
    
	list-style: none;
	padding-left: 6px;
	
}

#lz-pq-home ul li {
    
    margin-bottom: 5px;
    text-align: left;
	font-size: 14px;
    
}

#lz-pq-home ul li i {
 
    margin-right: 7px
    
}

/**/

/* Pasteleria - Como Comprar */

#lz-home-c-comprar {
    
    background-image: url('../imgs/lz-f-inst-3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 15px;
    margin: 185px 0 0;
    position: relative;
    background-attachment: fixed;
    
}

#lz-home-c-comprar .container {

    z-index: 1
    
}

.overlay-n {
    
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 0;
    
}

.lz-inst-curv, .lz-inst-curv-i {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
}

.lz-inst-curv-i {
    
    bottom: 0;
    top: initial
    
}

#lz-home-c-comprar-txt {
    
	padding: 45px 65px;
	border-radius: 15px;
    
}

#lz-home-c-comprar-txt h2 {
    
	font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    
    margin-bottom: 30px
    
}

#lz-home-c-comprar-txt i {
    
	padding: 28px 14px 29px 15px;
	border-radius: 50%;
	line-height: 0;
	font-size: 30px;
	position: relative;
	top: 5px;
	margin-right: 35px;
	display: inline-block;
    background: #f9c667;
    background: -moz-radial-gradient(center, ellipse cover, #f2b818 0%, #d29437 50%, #7b5108 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f2b818 0%,#d29437 50%,#7b5108 100%);
    background: radial-gradient(ellipse at center, #f2b818 0%,#d29437 50%,#7b5108 100%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b818', endColorstr='#d29437',GradientType=1 );
    float: left
    
}

#lz-home-c-comprar-txt .col-12 {
    
    margin-bottom: 25px;
    font-size: 21px
    
}

#lz-home-c-comprar-txt .col-12 > div {
    
	display: inline-block;
	float: left;
	width: 85%;
    
}

#lz-home-c-comprar-txt .col-12 > div > span { 
    
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 5px;
	color: #a7a7a7;
	font-weight: normal;
    
}

/* Liz Como Comprar Final */

/* Pasteleria 30 Anos */

#lz-aniv-cont {
    
    position: relative
    
}

#lz-aniv-cont img {
    
    margin-top: -1px;
    margin-bottom: -1px
    
}

#lz-sp-bl {
    
    height: 170px
    
}

#lz-sp-bl-pq {
    
    height: 70px
    
}

#lz-aniv-bg {
    
	background-image: url('../imgs/lz-30-an-f.jpg');
	background-position: top center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
    background-size: contain
    
}

#lz-home-checks {
    
    padding-top: 50px;
    padding-bottom: 205px;
    
}

.lz-txt-dest {
    
	position: relative;
	top: -62px;
	font-size: 29px;
    
}

#lz-home-checks .col-lg-6 {
    
	font-size: 24px;
	line-height: 32px;
    
}

#lz-home-checks .col-lg-6 i {
    
	font-size: 46px;
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 20px;
    
}


#lz-home-checks .col-lg-6 {
    
    margin-bottom: 60px
    
}

#lz-home-checks .col-lg-6 span {
    
	line-height: 25px;
	display: inline-block;
	float: left;
	width: 86%;
	font-size: 22px;
    padding-top: 12px
    
}

/* Liz 30 Anos final*/

#lz-nuestras-f-curv, #lz-home-blog-curv {
    
	position: absolute;
	left: 0;
	z-index: 1;
	bottom: -50px;
    
}

#lz-nuestras-f-cont {
    
    padding-left: 60px;
    padding-right: 60px;
    
}

#lz-home-nuestras-f {
    
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 80px
    
}

#lz-home-nuestras-f-slider .col-lg-4 {
    
    padding-left: 20px;
    padding-right: 20px
    
}

#lz-home-nuestras-f img {
    
	max-height: 78px;
	margin-right: 30px;
	position: relative;
	top: -4px;
    
}

#lz-home-nuestras-f-slider {
    
    top: -130px;
    z-index: 1
    
}

.lz-nuestras-f-img {
    
	height: 100%;
	float: left;
	width: 100%;
	border: 5px solid #fff;
	overflow:hidden;
	
    
}

.lz-nuestras-f-img a, .lz-home-art-img {
    

	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
    height: 0;
    padding-top: 66.64%;
	transition: all 0.5s ease
    
}

.lz-nuestras-f-img a {
	
	transition: transform 0.5s ease-in-out, contrast 0.5s ease;
	
}

.lz-nuestras-f-img a:hover {
	
	 transform:scale(1.1);
	 -webkit-filter: contrast(1.1);
     filter: contrast(1.1);
	
}


.lz-home-art:hover .lz-home-art-img {
	
	opacity: .7
	
}

/* Home Acerca de */

#lz-home-acerc {
	
	padding-top: 110px;
	padding-bottom: 80px
	
}

#lz-home-acerc-tit, .lz-tit-dor {
    
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 15px;
	background-image: url('../imgs/lz-gld.png');
	background-size: contain;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: repeat;
    
}

#lz-sep-mor {
	
	width: 60px;
	height: 6px;
	display: inline-block;
	margin-bottom: 25px;
	
}

#lz-home-acerc-txt {
    
	color: #fff;
	font-size: 26px;
	text-align: justify;
	display: block;
	margin-bottom: 70px;
	line-height: 44px;
    
}

/* Home Blog */

.lz-tit-dor {
    
    font-size: 40px
    
}

#lz-home-blog {
    
    background-image: url('../imgs/bg-liz.png');
    background-repeat: repeat;
    background-position: center center;
    background-color: #393939;
    padding-top: 40px;
    padding-bottom: 140px;
    position: relative
    
}

.lz-home-art {
    
	display: block;
	padding: 12px 12px 18px;
    border-radius: 4px;
    float: left;
	transition: all 0.5s ease;
    margin-top: 40px
    
}

.lz-home-art h3 {
    
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 17px;
    margin-bottom: 3px;
	float: left;
	display: block;
	width: 100%;
	padding-left: 5px;
    
}

.lz-home-art p {
    
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
    
}

.lz-home-art span {
    
	color: #fff;
	padding: 4px 15px;
	border-radius: 15px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 13px;
    margin-top: 5px;
	margin-bottom: 3px;
	display: inline-block;
    
}

#lz-home-blog-curv {
    
	bottom: initial;
	top: 0;
    z-index: 0
    
}

/* Home Blog Final */

#nat-home-productos {
    
	padding: 20px 0px 25px 25px;
	position: relative;
	background-color: #fffcef;
	border-bottom: 1px solid #f8eedf;
    
}

.single-dom_products #nat-home-productos {
    
    padding: 20px 25px 30px 25px
    
}

#lz-rel-prods {
    
    margin-top: 140px
    
}

#lz-rel-prods > h3 {
    
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0;
	letter-spacing: 1px;
    
}

#lz-rel-prods h3 span {
    
	background-color: #000;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 6px 20px 0 0;
	padding-top: 15px;
	display: inline-block;
	padding-bottom: 11px;
    
}

#nat-home-productos h2 {
    
	margin-top: 50px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 45px;
    
}

#lz-rel-prods #nat-home-productos h2 {
    
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 15px;
    
}

#nat-productos-home {
    
    background-color: #fff;
    background-image: url("../imgs/fondo-productos-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    position: relative;
    margin-bottom: 170px;
    
}

#nat-productos-home-desc  {
    
	
    
}

#nat-productos-home-desc span {
    
    background-color: #fff;
    display: block;
    margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	font-size: 18px;
    margin-top: 60px;
    
}

#nat-productos-home .col-lg-4 {
    
    padding-left: 30px;
    padding-right: 30px
    
}

#nat-productos-home .col-lg-4 > h4 {
    
	margin-top: 29px;
	display: inline-block;
	width: 100%;
    
}

#nat-productos-home .col-lg-4 > h4 span {
    
	padding: 6px 20px;
	font-size: 21px;
	border-radius: 25px;
	border: 1px solid #ededed;
    background-color: #fff
    
}


.nat-productos-home-single {
    
	display: block;
	float: left;
	width: 100%;
	border: 9px solid #fff;
    margin-top: 40px;
    -webkit-box-shadow: 6px 7px 5px -7px rgba(0,0,0,0.46);
    -moz-box-shadow: 6px 7px 5px -7px rgba(0,0,0,0.46);
    box-shadow: 6px 7px 5px -7px rgba(0,0,0,0.46);
    position: relative
    
}

.nat-productos-home-single:hover {
    
    opacity: .8
    
}

.nat-productos-home-single div {
	
	width: 100%;
	display: block;
	float: left;
	height: 400px;
	background-repeat: no-repeat;
    background-position: center;
    
}

.nat-productos-home-single span {
    
	background-color: #fff;
	position: absolute;
	right: 15px;
	border-radius: 20px;
	top: 15px;
	padding: 3px 13px 6px 13px;
	font-size: 12px;
	color: #393939;
	line-height: 0;
	text-transform: uppercase;
    
}

.nat-productos-home-single span i {

	margin-right: 4px;
	font-size: 16px;
	top: 1px;
	position: relative;
    
}

#nat-productos-home h2 {
    
	position: relative;
	top: -55px;
    
}

.single-dom_products #nat-borde-productos {
    
    bottom: -69px
    
}

#nat-home-descrip .col-lg-7 {
    
	font-size: 22px;
	line-height: 42px;
	margin-top: 10px;
	color: #393939;
	padding-left: 35px;
    
}

#nat-home-descrip {
    
    margin-bottom: 180px;
    
}


.nat-home-producto-single {
    
	margin-top: 27px;
	padding-left: 30px;
	padding-right: 30px;
    
}

.single-dom_products .nat-home-producto-single {

    margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
    
}

.nat-home-producto-single > a {

    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 1px 6px 2px rgba(0,0,0,.1);
    border: 6px solid #fff

}

.nat-home-producto-dur {
    
	position: absolute;
	top: 12px;
	right: 15px;
	background-color: #6fc83f;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .7px;
	border-radius: 3px;
    
}

.nat-home-producto-single .nat-producto-img {
	
	min-height: 322px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.7s ease-out !important;
    transition: all 0.7s ease-out !important;
	
}

.single-dom_products .nat-home-producto-single .nat-producto-img {
	
    min-height: 200px;
    
}

.nat-home-producto-single a:hover .nat-producto-img {
    
    transform: scale(1.1,1.1);
    backface-visibility: hidden;
    
}

.nat-home-producto-overlay {
	
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
}

.nat-home-producto-single a:hover .nat-home-producto-overlay {
    
    background-color: rgba(255,255,255,.5);
    
}

.nat-home-producto-overlay h3 {
	
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 26px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 40px;
    transition: all 0.3s ease-out !important;
	
}

.nat-home-producto-single a:hover .nat-home-producto-overlay h3 {
    
    transform: translateY(-50px);
    
}

.nat-home-producto-mf {
    
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(190px);
    transition: all 0.5s ease-out !important;
    transition-delay: 2s
    
}


.nat-home-producto-mf span {
    
    padding: 11px 66px 9px 70px;
    font-size: 17px;
    
}

.single-dom_products .nat-home-producto-mf span {
    
	padding: 4px 23px 3px 23px;
	font-size: 15px;
	font-weight: bolder;
	line-height: 12px;
    
}


.nat-home-producto-single a:hover .nat-home-producto-mf {
    
    transform: translateY(15px);
    
}

.single-dom_products .nat-home-producto-single a:hover .nat-home-producto-mf {
    
	transform: translateY(0px);
    
}



.nat-home-producto-single h4 {
	
	font-size: 21px;
	text-align: center;
	margin-top: 12px;
	
}

.single-dom_products .nat-home-producto-single h4 {
    
	font-size: 16px;
	margin-top: 10px;
    margin-bottom: 4px

}

.single-dom_products .nat-home-producto-single h4 a {
    
	color: #393939

}

.nat-home-producto-single i {
    
    font-size: 22px;
    top: 3px;
    position: relative;
    
}

#lz-rel-prods .nat-home-producto-single i {
    
	font-size: 15px;
	top: 1px;
	margin-right: 2px;
    
}

.nat-home-producto-single .i-filter_vintage {
	
	margin-left: 15px;
	
}

.nat-home-producto-single .i-gift {
	
    top: 0
	
}

.nat-home-producto-overlay img {
	
	width: 59px;
	height: 59px;
	display: inline;
	vertical-align: middle;
	margin-top: -9px;
	margin-right: 6px;
	
}

#nat-home-recetas {
    
	background-image: url("../imgs/fondo_rzs.png");
	position: relative;
	background-repeat: repeat;
	padding-top: 190px;
	padding-bottom: 120px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.31);
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.31);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3);
    z-index: 3;
    
}

#nat-home-recetas h2 {
    
    font-size: 70px
    
}

#nat-home-recetas h3 {
    
    margin-top: 30px;
    margin-bottom: 45px
    
}

.nat-single-receta {
    
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
    
}

.nat-single-receta-img {
    
	display: block;
	position: relative;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border-width: 18px 15px 15px 15px;
    border-style: solid;
    border-color: #fff
    
}

#nat-home-recetas .col-lg-3 .nat-single-receta-img {
    
    border-width: 10px
    
}

#nat-home-recetas .col-lg-3 .nat-single-receta-txt {
    
    padding: 5px 15px 15px
    
}

#nat-home-recetas .col-lg-3 .nat-single-receta-txt h4 {
    
     font-size: 22px
    
}

.nat-single-receta-img > img {
    
    border-radius: 4px
    
}

.nat-single-receta-txt {
    
	display: block;
	width: 100%;
	padding: 5px 25px 18px 25px;
    
}

.nat-single-receta-txt h4 {
    
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 22px;
    
}

.nat-single-receta-txt p {
    
    color: #393939;
	font-size: 15px;
	line-height: 21px;
    margin-top: 10px
    
}

.nat-single-receta-lnk {
    
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	text-align: right;
	padding-right: 10px;
    
}

.nat-single-receta-lnk i {
    
	position: relative;
	top: 1px;
	margin-right: 2px;
    
}

.nat-stop-comun {
	
	position: absolute;
	top: -2px;
	left: 0;
    width: 100%;
    height: auto
	
}

.nat-stop-poligono {
    
	width: 100%;
	z-index: 9;
	overflow: hidden;
	position: absolute;
	top: -12px;
	left: 0;
    
}

footer .nat-stop-poligono svg .st0 {
    
    fill: #f3f3f3
    
}


#parallax-footer {
    
	background-image: url("../imgs/nat-parallax-b.jpg");
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	background-position: top;
    background-size: cover
    
}

#nat-home-about-text {

    padding-top: 150px;
    padding-bottom: 150px;
    font-size: 28px;
    line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 2;
    text-align: justify
    
}

#parallax-footer .about-overlay {
    
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(18,22,38,0.6);
	z-index: 0;
    
}

#nat-borde-parallax {
    
    position: absolute;
    left: 0;
    bottom: -70px
    
}

#nat-home-about .separador-b {
	
	position: relative;
	bottom: -68px;
	z-index: 10;
	
}

#nat-home-about .separador-d, footer .separador-d {
	
	position: absolute;
	top: -5px;
	left: 0;
	
}

#nat-home-locaciones {
	
	background-image: url('../imgs/map.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px
	
}

#nat-redes-footer h2 {
    
	font-size: 23px;
	margin-top: 13px;
    
}


#sld-prefooter a {

	position: relative;
	display: block;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: auto;

    
}

#sld-prefooter a span {
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    
}

#sld-prefooter a:after {
    
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, transparent 50%, black 150%);
    opacity: 0;
    transition: all 0.4s ease-out;
    

}

#sld-prefooter a:hover:after {
    
    opacity: .7
    
}

#sld-prefooter {
    
    margin: 0
    
}

#sld-prefooter .slick-slide {
    
    padding: 0
    
}


#nat-home-diag-g {
    
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: -28px;
    left: 0;
    transform: rotate(-1.5deg);
    
}

#nat-frase-home {
    
	margin-top: 180px;
	margin-bottom: 90px;
    
}

#nat-frase-home h3 {
    
	padding: 64px 80px 0 90px;
	line-height: 75px;
	font-size: 70px;
    
}

#nat-redes-footer {
    
    margin-top: 150px;
    position: relative;
    z-index: 10;
    margin-bottom: 150px
    
}

#nat-redes-footer a {
    
    padding: 20px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 50%;
    line-height: 0;
    font-size: 40px;
    
}

#nat-redes-footer a:last-child {
    
    margin-right: 0
    
}

#nat-redes-footer a:hover {
    
    color:#fff
    
}

#nat-scroll {
    
	position: absolute;
	width: 59px;
	right: 0;
	bottom: 10%;
	left: 0;
	margin: 0 auto;
    
}

span.wpcf7-not-valid-tip {

	font-size: 13px;
	padding-left: 20px;

}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
	
	border: 0 none;
	color: #fff;
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
	
}

#intro-sub-sld {
    
    margin-top: 115px;
    margin-bottom: 120px
    
}

#intro-sub-sld .col-lg-4 {
    
    margin-bottom: 80px;
    text-align: center
    
}

#intro-sub-sld .col-lg-4 h3 {
    
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
    
}

#intro-sub-sld .col-lg-4 p {
    
	font-size: 17px;
	line-height: 24px;
	padding: 0 26px;
    
}

#intro-sub-sld .col-lg-4 img {
    
    transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
    
}

#intro-sub-sld .col-lg-4 img:hover {
    
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
    
}

#intro-sub-sld-txt {
    
    font-size: 23px;
    color: #393939;
    text-align: justify
    
}

/*  Lz Contacto */

.page-template #lz-curva-header, .blog #lz-curva-header, .archive #lz-curva-header, .single-post #lz-curva-header, .single-dom_products #lz-curva-header, .page-template-default #lz-curva-header, .error404 #lz-curva-header {
    
    display: none
    
}

body.home #lz-curva-header, body.page-template-front-page #lz-curva-header {
    
    display: block
    
}

.page-template header.container-fluid, .blog header.container-fluid, .archive header.container-fluid, .single-dom_products header.container-fluid, .page-template-default header.container-fluid, .error404 header.container-fluid, .page-template-page-galeria header.container-fluid {
    
    background-image: url('../imgs/lz-page-bg-est.jpg');
    background-repeat: no-repeat;
    background-color: #393939;
    background-size: cover;
    background-attachment: fixed
    
}

body.home header.container-fluid, body.page-template-front-page header.container-fluid {

    z-index: 2;
    position: relative;
    background: #2d2d2d;
    background: -moz-linear-gradient(top, #2d2d2d 0%, #000 60%);
    background: -webkit-linear-gradient(top, #2d2d2d 0%,#000 60%);
    background: linear-gradient(to bottom, #2d2d2d 0%,#000 60%);
    background-attachment: scroll;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#171717',GradientType=0 );
    padding-right: 0;
    padding-left: 0
        
}

.thb-svg-divider-cont {

	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: none;
    height: 50px
    
}

.thb-svg-divider {
    
	fill: #000;
    width: 100%;
	left: 0;
	bottom: -9px;
	height: 100%;
	position: absolute;
    
}

.page-template-page-about .thb-svg-divider {
    
	fill: #fff;
    
}

.page-template #nat-page-cont .bord-dorado, .blog #nat-page-cont .bord-dorado, .archive #nat-page-cont .bord-dorado, .single #nat-page-cont .bord-dorado, .single-dom_products #producto-main-div .bord-dorado, .post-type-archive-dom_products #productos-arc-cont .bord-dorado, .tax-dom_prod_tax #productos-arc-cont .bord-dorado, .page-template-default .bord-dorado, #nat-reg-page-cont .bord-dorado, #cont-mi-cta .bord-dorado, .error404 #nat-page-cont .bord-dorado, .page-template-page-galeria #nat-page-cont .bord-dorado {
    
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 6px;
    
}

body.home .bord-dorado, body.page-template-front-page .bord-dorado {
    
    position: initial;
    left: initial;
    top: initial;
    
}

.post-type-archive-dom_products #productos-arc-cont .bord-dorado, .tax-dom_prod_tax #productos-arc-cont .bord-dorado {
    
    z-index: 1
    
}



.page-template-page-contacto #cont-col-a {
    
	padding: 80px 50px 30px 70px;
    
}

.page-template-page-contacto #nat-page-cont #cont-col-a h2 {
    
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 30px;
    font-weight: bold;
    font-size: 50px
    
}

#nat-page-cont .wpcf7 {
    
	margin-top: 120px;
	margin-right: 70px;
	background-color: #e1e1e1;
	padding: 34px 40px 50px 40px;
	border-radius: 25px 14px 30px 10px;
    
}


#nat-page-cont .wpcf7 h2 {
    
	text-transform: uppercase;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 40px;
	margin-top: 10px;
    
    
}

/*  Lz Contacto Fin */

/* Single producto */


#nat_vaciar_carrito {
    
    text-transform: uppercase;
	display: block;
	font-size: 13px;
	margin-bottom: 30px;
	margin-top: 25px;
	opacity: .7;
    
}

#portada-single {
    
    background-image: url('../imgs/portada-single.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	background-attachment: fixed;
    
    
}

#portada-single-overlay {
    
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4;
    top: 0;
    left: 0
    
}

#portada-single h2 {
    
    font-size: 48px;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    
}

#producto-main-div {
    
    padding: 80px 60px 90px 60px
    
}

.page-template-page-cart #producto-main-div {
    
	padding: 65px 30px 90px 30px;
    margin-top: -140px
}

#producto-single-data {
    
    margin-top: 25px
    
}

#producto-single-data, .tit-gr {
    
    color: #c3c3c3;
    font-size: 13px;
    
}

#producto-single-img-ppal img {
    
    border: 4px solid #e9e9e9;
    border-radius: 2px;
    
}

#producto-single-img-ppal a:hover {
    
    opacity: .9
    
}

.tit-gr {
    
    font-size: 14px;
    letter-spacing: 1px;
    
}

#producto-single-info-cont {
    
    padding-left: 45px
    
}

#producto-single-info-cont  {
    
    
    
}

#producto-single-info {
    
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 30px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px
    
}

.producto-carac-icon {
    
    float: left;
    
}

.producto-carac-icon i {
    
    font-size: 50px;
    padding: 10px 0;
    position: relative;
    float: left;
    
}

.producto-carac-txt {
    
	padding-left: 15px;
    float: left;
    padding-top: 7px;
    
}

.producto-carac-txt h5 {
    
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 13px;
	margin-bottom: 2px;
	line-height: 14px;
    
}

.producto-carac-txt h4 {
    
	font-size: 24px;
	line-height: 24px;
	margin-top: 4px;
    
}

#producto-single-desc {
    
	line-height: 23px;
	text-align: justify;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
    
}

#producto-single-precio {
    
    padding-left: 0;
    padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
    
}

#producto-single-precio h5 {
    
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #c3c3c3;
	font-size: 15px;
    
}

#producto-single-precio h2 {
    
	font-size: 36px;
	display: inline-block;
	line-height: 43px;
	font-weight: bold;
    
}

#producto-single-comprar {
    
	display: inline-block;
	margin-top: 50px;
	font-size: 22px;
	padding: 10px 60px;
    
}

#producto-single-comprar i {
    
    margin-right: 10px;
    position: relative;
    top: 2px;
    
}

#producto-single-cont-imgs {
    
    padding-right: 0
    
}

#producto-single-img-ppal a {
    
    display: block;
    
}

#single-imgs-car {
    
    margin-top: 7px;    
    
}

#single-imgs-car .slick-track {
    
    width: 100% !important
    
}

#single-imgs-car .col-6 {
    
    padding-left: 4px;
    padding-right: 4px;
    
}

#single-imgs-car .col-6:first-child {
    
    padding-left: 0
    
}

#single-imgs-car .col-6:last-child {
    
    padding-right: 0
    
}

#single-imgs-car .single-producto-gal-item {
    
	min-height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    width: 100%;
    display: block;
    border: 3px solid #e9e9e9;
    
}

#single-imgs-car .single-producto-gal-item:hover {
    
    opacity: .8;
    
}

#single-producto-gen-txt {
    
	margin-top: 150px;
	font-size: 23px;
	text-align: justify;
	font-weight: normal;
	line-height: 43px;
	margin-bottom: 150px;
	
    
}

#lz-gen-txt {
    
    padding: 0 50px
    
}

#sello-flores {
    
    border-top: 1px dotted #d4d4d4;
    margin-bottom: 75px
    
}

#sello-flores img {
    
	max-height: 100px;
	margin-top: -53px;
    
}

#single-producto-cond {
    
margin-top: 25px;
text-align: justify;
line-height: 23px;
font-size: 15px;
color: #c3c3c3;
    
}

#single-producto-cond p {
    
    margin-bottom: 0
    
}

#nat-producto-items {
    
    list-style: none;
    padding-left: 15px;
    margin-top: 15px;
    display: block;
    
}

#nat-producto-items li {
    
	font-size: 15px;
	display: block;
	margin-bottom: 4px;
	line-height: 15px;
    
}

#nat-producto-items li i {
    
	position: relative;
	top: 3px;
	font-size: 19px;
	margin-right: 5px;
    
}

.single-dom_products #portada-single h2 {

    padding: 70px 0;

}

#producto-single-cantidad {
    
	padding: 40px 30px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 12px;
	border-right: 1px dotted #e9e9e9;
    
}

#producto-single-cantidad .input-number {
    
    text-align: center;
    border-color: #f0f0f0
    
}

#producto-single-cantidad .input-number:focus {
    
    box-shadow: 0 0 0 .1rem rgba(187, 233, 190, 0.3)
    
}

#producto-single-cantidad .btn-default {
    
    border-radius: 0
    
}

#producto-single-cantidad .btn-default:hover {
    
    color:#fff
    
}

/* Archive */

#nat-portada-page, #portada-productos-archive {
    
    background-image: url('../imgs/lz-page-bg-est.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    
    
}

#portada-productos-archive {
    
    background-image: url('../imgs/fam_nat.jpg');
    background-position: 0 -23px
       
}

#portada-page-overlay {
    
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    top: 0;
    left: 0
    
}

#nat-portada-page h2 {
    
	font-size: 46px;
	color: #fff;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	background-position: center;
	margin: 110px 0 250px 0;
	display: block;
    
}

.page-template-page-cart #nat-portada-page h2 {
    
	margin: 50px 0 200px 0;
    font-size: 28px
    
}

.page-template-page-about #nat-portada-page h2 {
    
    margin: 90px 0 190px 0
    
}

.single-dom_products #nat-portada-page h2, .post-type-archive-dom_products #nat-portada-page h2 {
    
	font-size: 36px;
	margin: 50px 0 12px 0;
	padding: 0 70px;
	line-height: 50px;
    
}

.page-template-dominus-store-user-profile-page #nat-portada-page h2 {
    
    visibility: hidden;
    margin: 65px 0 230px 0
    
}

.page-template-dominus-store-user-profile-page #dom_arc_prod_portada {
    
    margin-top: -360px;
    
}

.page-template-dominus-store-user-profile-page #dom-customer-orders {
    
    background-color: #fff;
    margin-bottom: 180px
    
}

#portada-productos-archive h2 {
	font-size: 57px;
	color: #fff;
	padding: 100px 0;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.post-type-archive-dom_products #nat-portada-page h2, .tax-dom_prod_tax #nat-portada-page h2 {
    
	font-size: 42px;
	margin: 65px 0 20px 0;
    
}

.tax-dom_prod_tax #nat-portada-page h2 {
    
    font-size: 35px;
    margin: 65px 0 15px 0;
    
}

.single-post #nat-portada-page h2 {
    
	font-size: 46px;
	padding: 28px 0 15px 0;
	text-transform: uppercase;
	margin: 100px 0 0 0;
	display: block;
	background-position: 0 91px;
    
}

.single-post #nat-portada-page h4, .single-dom_products #nat-portada-page h4, .post-type-archive-dom_products #nat-portada-page h4, .tax-dom_prod_tax #nat-portada-page h4 {

	margin-bottom: 250px;
	color: #fff;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 15px;
	margin-top: 0;
    
}

.post-type-archive-dom_products #nat-portada-page h4, .tax-dom_prod_tax #nat-portada-page h4 {
    
	margin-bottom: 210px;
	letter-spacing: 1px;
	font-size: 18px;
    
}

.single-dom_products #nat-portada-page h4 {
    
	margin-bottom: 290px;
    font-size: 15px;
    letter-spacing: 3px;
    
}


.single-dom_products #nat-portada-page h4 a {
    
	font-size: 15px;
	letter-spacing: 3px;
	color: #e9d7ef;
	font-weight: lighter;
    
}

.nat-archive-producto-single {
    
    margin-top:65px;
    
}

.nat-archive-producto-single a {
    
	background-color: #fff;
	display: block;
	box-shadow: 3px 2px 2px 0px rgba(200,200,200,.4);
	border-left: 3px solid #80bd53;
	border-radius: 0px 10px 0px 0px;
    
}

.nat-archive-producto-single a:hover {
    
    box-shadow: 3px 2px 3px 1px rgba(200,200,200,.4);
    opacity: .9
    
}

.nat-archive-img {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 208px;
    margin: 15px;
    margin-right: 0;
    border: 1px solid #f5f5f5;
    
    
}

.productos-arc-res {

    padding-top: 13px;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    border-top: 1px dotted #d4d4d4;
    
}

.nat-archive-producto-single h3 {
    
	margin-top: 25px;
	font-size: 30px;
	margin-bottom: 23px;
	line-height: 26px;
    
}

.nat-arc-precio h5 {
    
	font-size: 17px;
	margin-top: 26px;
	color: #c9c9c9;
    
}

.nat-arc-precio h2 {
    
	font-size: 50px;
	margin-top: 10px;
    
}

.nat-archive-producto-single .nat-arc-frec {
    
    font-size: 15px;
    position: absolute;
    bottom: 15px
    
}

.nat-archive-producto-single .nat-arc-frec i {
    
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    line-height: 0;
    
}

.nat-archive-producto-single .col-lg-5 {
    
    padding-left: 12px;
    position: relative;
    
}

.nat-arc-producto-info {
    
    border-left: 1px dotted #d4d4d4;
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.nat-arc-env {
    
    font-size: 15px;
    margin-top: 15px;
    display: block
    
}

.nat-arc-env i {
    
    font-size: 22px;
    position: relative;
    top: 1px;
    
}

.nat-arc-btn {
    
    margin-top: 32px;
    width: 100%;
    
}

.nat-arc-btn .btn-verde {
    
    font-size: 15px;
    line-height: 14px;
    min-height: 38px;
    padding: 11px 60px 10px 60px;
    
}

.post-type-archive-dom_products #nat-home-nf, .tax-dom_prod_tax #nat-home-nf {
    
    background-color: #fff;
    padding-top: 70px
    
}

#lz-tienda-right {
    
	padding: 35px 30px 260px 30px;
	background-color: #fbfbfb;
    
}

#lz-sel-catalogo {
    
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
    
}

#lz-sel-catalogo h4 {
    
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
    
}

#lz-sel-catalogo .custom-select {
    
	font-size: 15px;
	color: #3e3e3e;
    
}

#lz-prods-forma-pago {
    
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
	margin-top: 16px;
	padding-left: 7px;
	padding-right: 7px;
	color: #777;
    
}

#lz-prods-barra-derecha {
    
    padding-left: 20px
    
}

#lz-tienda-sld {
    
    max-height: 329px;
    overflow: hidden
    
}

#lz-prods-filtros {
    
    margin-top: 25px;
    
}

.lz-prods-filtros-cont {
    
    background-color: #f3f3f3
    
}

.lz-prods-filtros-cont h6 {
    
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 9px;
	margin-bottom: 0;
	line-height: 13px;
	font-size: 12px;
	color: #999;
	padding-left: 5px;
    
}

.lz-prods-filtros-cont .btn-toolbar {
    
    float: right
    
}

.lz-prods-filtros-cont button {
    
	padding-top: 9px;
	padding-bottom: 7px;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
    background-color: transparent
    
}

.lz-prods-filtros-cont button:hover {
    
	background-color: transparent !important
    
}

.lz-prods-filtros-cont button i {

    font-size: 14px;
    position: relative;
    top: 1px;
    right: 5px
    
}

#nat-page-cont .type-page {
    
    min-height: 300px;
    margin-bottom: 140px
    
}

.page-template-page-default .lz-page-normal .type-page {
    
	min-height: 300px;
	margin-bottom: 140px;
	padding: 50px 100px;
    
}

.post-type-archive-dom_products .lz-prod-home, .tax-dom_prod_tax .lz-prod-home {
    
	height: 168px;
    border: 0 none transparent

}

.post-type-archive-dom_products .lz-prod-titulo, .tax-dom_prod_tax .lz-prod-titulo {
	
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 15px;
    overflow: hidden

}

.post-type-archive-dom_products .lz-prod-precio, .tax-dom_prod_tax .lz-prod-precio {
    
	font-size: 14px;
    margin-bottom: 10px
        
}

.post-type-archive-dom_products .lz-prod-precio i, .tax-dom_prod_tax .lz-prod-precio i {
    
	margin-right: 3px;
    
}

.post-type-archive-dom_products .lz-prod-home-link, .tax-dom_prod_tax .lz-prod-home-link {
    
	background-color: #fff;
    border-bottom: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #fcda78 0%, #ba7f00 21%, #fcda78 50%, #e9bd50 51%, #ba7f00 80%, #fbdf93 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #fcda78 0%,#ba7f00 21%,#fcda78 50%,#e9bd50 51%,#ba7f00 80%,#fbdf93 100%);
    border-image: linear-gradient(to bottom, #fcda78 0%,#ba7f00 21%,#fcda78 50%,#e9bd50 51%,#ba7f00 80%,#fbdf93 100%);
    border-image-slice: 1;
    margin-top: 0
    
}

.post-type-archive-dom_products .lz-tienda-sing-cont, .tax-dom_prod_tax .lz-tienda-sing-cont {
    
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	margin-top: 20px;
	float: left;
	width: 100%;
    
}

.post-type-archive-dom_products .lz-prod-sombra, .tax-dom_prod_tax .lz-prod-sombra {
    
	opacity: .4;
    
}

#lz-prods-padd {
    
    margin-left: -9px;
    margin-right: -9px;
    
}

#lz-prods-padd .col-lg-4 {
    
    padding: 0 9px
    
}

.lz-precio-tachado {
    
	color: #b4b4b4;
	text-decoration: line-through;
    
}

.lz-oferta-sign {
    
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	padding: 6px 7px;
	border-radius: 50%;
    
}

.lz-oferta-sign img {
    
    max-height: 56px
    
}

.lz-oferta-sign i {
    
	position: relative;
	left: .5px;
	font-size: 22px;
	line-height: 0;
	top: 1px;
    
}

.lz-prods-filtro-tit {
    
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
    letter-spacing: 1px
    
}

#lz-filtros-color {
    
    display: inline-block
    
}


.lz-color-sel {
    
    background-color: transparent;
    padding: 5px 9px;
    
}

#lz-filtros-color .lz-color-sel:hover {
    
    background-color: transparent !important;
    opacity: .8
    
}

.lz-color-sel span {
    
	display: block;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	border: 3px solid #3e3e3e;
    
}

.lz-color-sel #lz-color-sel-blanco {
    
    background-color: #fff
    
}

.lz-color-sel #lz-color-sel-amarillo {
    
    background-color: #efa91c
    
}

.lz-color-sel #lz-color-sel-naranja {
    
    background-color: #ef661c
    
}

.lz-color-sel #lz-color-sel-rojo {
    
    background-color: #bd0f0f
    
}

.lz-color-sel #lz-color-sel-rosado {
    
    background-color: #ffbcbe
    
}

.lz-color-sel #lz-color-sel-fucsia {
    
    background-color: #db24ac
    
}

.lz-color-sel #lz-color-sel-lila {
    
    background-color: #eaaedb
    
}

.lz-color-sel #lz-color-sel-morado {
    
    background-color: #8725b3
    
}

.lz-color-sel #lz-color-sel-verde {
    
    background-color: #247517
    
}

.lz-color-sel #lz-color-sel-nan i {
    
	position: relative;
	top: -2px;
	color: red;
	left: 0.5px;
    
}

.post-type-archive-dom_products .lz-prods-cats, .tax-dom_prod_tax .lz-prods-cats {
    
	padding-left: 7px;
    margin-bottom: 30px !important
    
}

.custom-range:focus::-moz-range-thumb {
    
	box-shadow: 0 0 0 2px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    
}

.custom-range::-moz-range-thumb {

	background-color: #121212;
    box-shadow: 0 0 0 2px #fff,0 0 0 .2rem rgba(0,123,255,.25);

}

#nat-page-cont #cont-col-a ul {
    
    padding-left: 0
    
}

#nat-page-cont #cont-col-a ul li span {
    
    display: block;
    margin-bottom: 15px;
    width: 100%;
    font-size: 18px
    
}

#nat-page-cont #cont-col-a ul li h3 {
 
	margin-bottom: 25px;
	margin-top: 35px;
    
}

#nat-page-cont #cont-col-a ul li i {
    
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 8px
    
}

#nat-page-cont, #producto-main-div, #productos-arc-cont {
    
	margin-top: -170px;
	position: relative;
	background-color: #fff;
	z-index: 2;
	margin-bottom: 245px;
	border-radius: 5px 5px 15px 15px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
    
}

.single-dom_products #producto-main-div {
    
    margin-top: -220px
    
}


.blog #nat-page-cont, .archive #nat-page-cont {
    
    background-color: #1d1d1d
    
}

.page-template-page-pregs #nat-page-cont {
    
    padding: 100px 80px
    
}

#nat-page-cont .form-control {
    
	min-height: 50px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	border: 1px solid #dedede;
	background-color: #fff;
    
}

#nat-page-cont textarea.form-control {
    
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
    
}

#nat-page-cont #nat-enviar {
    
	font-size: 19px;
	line-height: 19px;
	min-height: 47px;
	padding: 18px 60px;
    margin-top: 30px
    
}

/* Preguntas Frecuentes */

#lz-intro-pregs {
    
	font-size: 20px;
	margin-bottom: 50px;
    
}


#nat-pregs-f .card-header > h5 > button {
    
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
    
}

#nat-pregs-f .card-header > h5 > button:hover {
 
    background-color: transparent !important
    
}

/* Nuestras Flores */

#nat-prod-cont {
    
    padding-bottom: 15px
    
}

.nat-prod-gal-item {
    
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    
}

.nat-prod-gal-item .nat-gal-item-img {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    min-height: 360px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    
}

.nat-gal-item-overlay {
    
    min-height: 360px;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    
}

.nat-gal-item-overlay i {
    
    z-index: 3;
    font-size: 115px;
    
}

.nat-prod-gal-item h5 {
    
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	right: 0;
	top: 43%;
	margin: 0 auto;
	text-align: center;
	font-size: 43px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.2s ease-out;
    
}


.nat-prod-gal-item:hover .nat-gal-item-img {
    
    transform: scale(1.1,1.1);
    backface-visibility: hidden;
    
}

.nat-prod-gal-item:hover .nat-gal-item-overlay {
    
    opacity: .7;
    animation: blink .2s ease-in-out;
    
}

#nat-prod-cont .col-6 {
    
    margin-top: 15px
    
}

#nat-banner-susc {
    
    position: relative;
    min-height: 500px;
    
}

#nat-banner-susc h2 {
    
    margin-top: 90px;
    font-size: 55px
    
}

#nat-banner-susc .separador-d {
    
    position: absolute;
    top: -3px;
    left: 0;
    
}


#nat-banner-susc .separador-c {
    
    position: absolute;
    bottom: -5px;
    left: 0;
    
}

.nat-fondo-banner {
    
    background-image: url(../imgs/flores-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;

}

.nat-banner-cont {
    
    transform: translateY(-220px);
    
}

.nat-banner-txt {
    
    padding-top: 110px;
    padding-bottom: 100px
    
}

.nat-banner-txt h3 {
    
    margin-bottom: 90px;
    
}

.nat-banner-txt p {
    
    padding: 0 50px;
    margin-bottom: 100px;
    line-height: 31px;
    text-align: justify;
    
}

.nat-banner-txt .btn-verde {
    
    padding: 16px 45px
    
}

/* Acerca de */


#nat-enc-acerca-de {
    
    position: relative;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
    
}

#nat-enc-acerca-de .row {
    
    min-height: 550px;
    
}

#nat-enc-acerca-de #portada-page-overlay {
    
    z-index: 0;
    opacity: 0.5
    
}

#nat-enc-acerca-de h2 {
    
	text-shadow: 2px 3px 4px rgba(0, 0, 0,.4);
	font-size: 115px;
	transform: translateY(-20px);
	text-transform: uppercase;
	z-index: 2;
	font-weight: bolder;
	letter-spacing: -2px;
    
}

.page-template-page-about #nat-page-cont {
    
	margin-top: 150px;
    margin-bottom: 90px;
    font-size: 22px;
    line-height: 45px;
    
}

.page-template-page-about #nat-page-cont .type-page {
    
	text-align: justify;
    
}

#nat-ventajas {
    
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 120px
    
}

#nat-ventajas-overlay {
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-image: url("../imgs/fd-about.png");
    
}

#nat-ventajas .col-12 {
    
    z-index: 1;
    position: relative;
    
}

.nat-ventajas-txt {
    
	color: #fff;
	font-size: 24px;
	padding-top: 30px;
    padding-left: 55px
    
}

.nat-ventajas-txt ul {
    
    padding-left: 0
    
}

.nat-ventajas-txt ul li {
    
    list-style: none;
    display: block;
    margin-bottom: 15px;
    line-height: 31px;
    
}

#nat-ventajas-link {
    
	margin-top: 34px;
	min-height: 50px;
	padding: 13px 45px 12px 45px;
	line-height: 22px;
	font-size: 19px;
    
}

.page-template-page-about #nat-frase-home {
    
	margin-top: 250px;
	margin-bottom: 250px;
    
}

.page-template-page-about #nat-frase-home h3 {
    
    line-height: 70px;
    font-size: 50px
    
}

/*  LIZ Acerca de */

#lz-about-enc {
    
	background-color: #fff;
	padding-top: 220px;
	padding-bottom: 275px;
    overflow: hidden
    
}

#lz-about-enc .col-lg-8 {
    
	padding-left: 15%;
	padding-right: 6%;
	font-size: 28px;
	line-height: 40px;
	padding-top: 3%;
    
}

#lz-about-serv {
    
    position: relative;
    
}

#nat-prod-cont .lz-tit-dor {
    
	font-size: 42px;
	font-weight: lighter;
	margin-top: 15px;
	margin-bottom: 100px;
    
}

#lz-about-serv #lz-curva-header-b {
    
	transform: rotateX(180deg);
	bottom: -70px;
	z-index: 2;

}


.page-template-page-about #nat-prod-cont {
	
    padding-bottom: 15px;
    
}

#lz-about-end {
    
	color: #fff;
	padding: 200px 15px;
	line-height: 52px;
	font-size: 25px;
	font-weight: lighter;
	position: relative;
    
}

.page-template-page-about #lz-home-blog-curv {
    
    display: none
    
}

#lz-curva-w-tr {
    
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 2;
	left: 0;
    
}

.page-template-page-about #lz-banner-lang-img, .page-template-page-about #lz-banner-lang-txt {
    
	margin-top: 30px;
    
}

.page-template-page-about #lz-social-footer {
    
    margin-top: -40px
    
}

.blink_one {
    
  animation: blinker 2s linear infinite;
    
}

.blink_two {
    
    animation: blinker 2.5s linear infinite;
    
}

.blink_three {
    
    animation: blinker 2.8s linear infinite;
    
}

@keyframes blinker {
    0% { opacity:1; }
	50% { opacity:.85; }
	100% { opacity:1; }
}

.page-template-page-galeria #nat-page-cont {
    
    padding: 100px 80px;
    
}

#liz-pres-galeria {
    
    font-size: 20px;
    margin-bottom: 50px
    
}

.page-template-page-galeria .nat-prod-gal-item .nat-gal-item-img {
    
    min-height: auto
    
}

#nat-galeria-cont .col-6 {
    
    padding-left: 5px;
    padding-right: 10px
    
}

#nat-galeria-cont .col-6 {
 
    padding-top: 8px
    
}

#lz-gal-cotiz {
    
    margin-top: 140px;
    margin-bottom: 120px
    
}

/*  LIZ Acerca de - Fin */

/* Como Funciona */

#enc-como-f {
    
    margin-top: 50px;
    padding: 0 50px
    
}

#como-f-intro {
    
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 90px
    
}

#pasos-como-f .col-lg-10 {
    
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px dashed #c9c9c9
    
}

#pasos-como-f .col-lg-10 p {
    
    margin-bottom: 0
    
}

#pasos-como-f .col-lg-10:last-child {
    
    border-bottom: 0 none;
    
}

#pasos-como-f .col-lg-2 span {
    
	font-size: 29px;
	font-weight: bold;
	border: 2px dashed red;
	padding: 10px 22px;
	border-radius: 50%;
    
}

#pasos-como-f {
    
    margin-bottom: 100px
    
}

#como-f-btn {
    
    margin-bottom: 80px
    
}

#como-f-btn a {
    
	font-size: 22px;
	padding: 18px 60px 17px 60px;
	min-height: 50px;
    
}

/* 404 */

.error404 #nat-page-cont {
    
	padding-top: 150px;
	padding-bottom: 300px;
	padding-left: 80px;
	padding-right: 80px;
    
}

.error404 #nat-page-cont .col-lg-8 {
    
    padding-left: 50px
    
}


.error404 #nat-page-cont h2 {
    
	font-size: 33px;
	text-transform: uppercase;
	font-weight: bold;
    
}

.error404 #nat-page-cont p {
    
    font-size: 26px;
    margin-top: 50px;

}

/* Single post */

#nat-single-post-main-img {
    
    display: block;
    
}

#nat-single-post-main-img:hover {
    
    opacity: .9
    
}

.single-post #nat-page-cont {
    
	min-height: 700px;
    
}

#nat-post-single-p-info span {
    
	display: inline-block;
	margin-right: 12px;
	text-transform: uppercase;
	font-weight: lighter;
    font-size: 13px;
    
}

#nat-post-single-p-info span:last-child {
    
    margin-right: 0
    
}

#nat-post-single-p-info span, #nat-post-single-p-info span a, #nat-post-single-tags, #nat-post-single-tags a {
    
    color:#c3c3c3
    
}

#nat-post-single-p-info span i {
    
    margin-right: 6px
    
}

#nat-post-single-p-info {
    
    padding-top: 15px;
    padding-bottom: 7px;
    
}

#nat-comment-logout {
    
	font-size: 14px;
	opacity: .6;
    
}

#nat-post-single-p-info .d-block {
    

    
}

#nat-post-single-title {
    
	margin-top: 40px;
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 35px;
    
}

#nat-post-single-intro {
    
	display: block;
	margin-bottom: 35px;
	font-size: 22px;
	font-weight: bold;
	text-align: justify;
    
}

#nat-post-single-content {
    
    font-size: 17px;
    line-height: 31px;
    text-align: justify
    
}

#nat-post-single-txt {
    
    border-top: 1px dotted #c3c3c3;
    overflow: hidden
    
}

#nat-post-single-tags {
    
    margin-top: 50px;
    padding-top: 15px;
    text-transform: uppercase;
	font-weight: lighter;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px dotted #c3c3c3;
    
}


#nat-post-single-tags .col-lg-7 .d-block, #nat-post-single-tags .col-lg-5 .d-block {
    
    padding-top: 10px;
    
    }

#nat-post-single-tags .col-lg-5 .d-block {
    
    padding-right: 2px
    
}

#nat-post-single-tags i {
    
    position: relative;
    top: 1px;
    margin-right: 5px;
    
}

#nat-post-single-tags span {
    
    margin-left: 5px
    
}

#nat-post-sidebar-cont, #lz-arc-prods-sidebar {
    
    background-color: #171717;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 240px;
    z-index: 2
    
}

#nat-post-sidebar-cont .textwidget {
    
    font-size: 14px;
    line-height: 20px;
    
}

#nat-page-cont > .row > .col-lg-9 {
    
    padding: 30px 45px 350px 40px
    
}

.single-post #nat-page-cont > .row > .col-lg-9 {
    
    padding: 70px 60px 350px 50px
    
}

#nat-page-cont .widget-content {
    
	margin-top: 25px;
	padding-right: 6px;
    
}
#nat-page-cont .widget-content > h3 {
    
	font-size: 15px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: #8c8c8c;
    
}

#nat-page-cont ul {
    
    list-style: none;
    padding-left: 10px
    
}

#nat-page-cont ul .cat-item a {
    
	text-transform: uppercase;
	font-size: 14px;
    
}

#nat-page-cont .widget-content ul li a {
    
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 19px;
	display: block;
    
}

.nat-oembed {
    
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    
}

.nat-oembed iframe, .nat-oembed object, .nat-oembed embed {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

#nat-page-cont .tag-cloud-link {
    
	font-size: 12px !important;
	color: #fff;
	padding: 4px 7px;
	margin-right: 2px;
	text-transform: uppercase;
	margin-top: 6px;
	display: inline-block;
    
}

#nat-page-cont .tag-cloud-link:hover {
    
    opacity: .8
    
}

#nat-single-post-protect {
    
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 85%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 85%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ffffff', endColorstr='#ffffff',GradientType=0 );
    
}

#nat-post-protect-cont p {
    
    color: #fff;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 21px;
    
}

#nat-post-protect-cont .d-block {
    
    padding: 30px 50px 15px 50px;
    border-radius: 6px;
    border: 2px dashed #f0f0f0;
    
}

#nat-post-protect-cont p i {
    
    float: left;
    font-size: 55px;
    margin-right: 5px;
    
}

#nat-post-protect-cont {
    
    margin-bottom: 20px
    
}

#nat-acd {
    
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #fff, 0 1px 0 #fff;
    border: 0 none;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    width: 97%;
    
}

#nat-unl .btn-verde {
    
	width: 100%;
	font-size: 16px;
	text-align: center;
    
}

#nat-cod-nv {
    
	display: block;
	color: #861129;
	margin-top: 15px;
	font-size: 14px;
    opacity: 0
        
}

/* Blog */

.nat-post-arc-img {
    
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	width: 100%;
	display: block;
	height: 100%;
	padding-bottom: 56.25%;
    position: relative;
    transition: background-size .3s ease-in-out;
    
}

.nat-post-taller .nat-post-arc-img {
    
	border: 3px solid #ededed;
    
}

.nat-post-arc a {
    
	background-color: #fff;
	padding-bottom: 5px;
	border: 4px solid #fff;
	margin-top: 40px;
	text-align: center;
	overflow: hidden;
    
}

.category-videos .nat-post-arc a {
    
    background-color: initial;
    border: 0 none transparent
    
}

.blog .category-videos .nat-post-arc-img {
    
    border: 0 none transparent;
    
}

.category-videos .nat-post-arc-img {
	
	border: 5px solid #fff;
    
}

.nat-post-taller a {
    
	padding: 20px 40px 20px 15px;
	border-width: 0;
	border-left: 4px solid #6c0189;
    border-radius: 0 6px 0 0;
    
}

.lz-post-taller-data .col-lg-6 div {
    
	color: #393939;
	font-size: 15px;
	/* border-top: 1px dotted #cecece; */
	/* border-bottom: 1px dotted #cecece; */
	text-transform: uppercase;
	background-color: #f3f3f3;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #e0e0e0;
    
}

.nat-post-taller a:hover {
    
	background-color: #f8f8f8;
    
}

.nat-post-arc a h3 {
    
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 18px;
    padding-right: 15px;
    margin-bottom: 3px;
    transition:all 0.2s ease 0s;
        
}

.category-videos .nat-post-arc a h3, .category-videos .nat-post-arc a h5 {
    
    padding-left: 0;
    padding-right: 0
    
}

.category-videos .nat-post-arc a h3 {
    
    margin-top: 10px
    
}

.nat-post-taller a h3 {
    
	font-size: 17px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
    
}

.nat-post-taller .btn-verde {
    
	font-size: 13px;
	padding: 10px 18px 7px 18px;
	line-height: 18px;
	min-height: 39px;
	font-weight: normal;
    
}

.nat-post-arc-cat {
    
	display: inline-block;
	float: right;
	top: 15px;
	right: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 1px 7px;
	font-size: 12px;
    position: relative;
    z-index: 2;
    position: absolute;
    
}

.nat-post-taller .nat-post-arc-cat {
    
	left: 15px;
    right: initial;
	padding: 2px 12px 2px 12px;
	font-size: 18px;
	border-radius: 5px;
    
}

.nat-post-taller p {
    
	color: #393939;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
	margin-top: 15px;
    
}

.nat-post-arc-overlay .i-plus-circle, .nat-post-arc-img .i-plus-circle, .nat-post-arc-img .i-play-circle {
    
	top: 22%;
	position: relative;
	font-size: 115px;
    
}

.category-videos .nat-post-arc-img i {
    
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	opacity: .7;
    
}

.nat-post-arc a .i-video-camera {
    
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    top: 1px;
    
}

.blog #nat-post-sidebar-cont, .archive #nat-post-sidebar-cont {
    
    margin-top: 4px;
    
}

.nat-post-arc-overlay {
    
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:all 0.5s ease 0s;
    
}

.nat-post-arc a:hover .nat-post-arc-overlay {
    
    opacity: .7;
    
}

.nat-post-arc a:hover .nat-post-arc-img {
    
     background-size: 105%;
    
}

.nat-post-arc a h5 {
    
	text-transform: uppercase;
	font-size: 12px;
	color: #c3c3c3;
	text-align: left;
	padding-left: 15px;
	margin-top: 0;
    margin-bottom: 15px
        
}

.nat-post-taller a h5 {
    
    padding: 0
    
}

#lz-talleres-blog {
    
	margin-top: 20px;
	color: #cbcbcb;
	text-align: justify;
	line-height: 24px;
    margin-bottom: 5px
    
}

#lz-talleres-blog img {
    
    margin-bottom: 25px;
    
}

#lz-talleres-blog h3 {

    text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 28px;
	text-align: center;
    
}

/* Formulario de Registro */

#nat-reg-titulo-p {

    font-size: 34px;
    margin-bottom: 25px
    
}

.page-template-page-completar_compra #nat-page-cont .form-control {
    
	min-height: 43px;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
    margin-top: 15px;
	font-size: 16px;
    border: 1px solid #dedede;
    
}

.page-template-page-completar_compra .custom-select {
    
    margin-top: 15px;
    border-color: #adadad;
    min-height: 43px;
    border-radius: 2px;
    border:1px solid #dedede;
    
}

.nat-ind-envio > div {
	
	background-color: #f3f3f3;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 15px 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #c6c6c6;
	
}

.nat-ind-envio > div.active {
	
	color: #fff;
	
}

.nat-ind-envio i {
	
	font-size: 60px;
	margin-top: 11px;
	display: block;
	margin-bottom: 10px;
	
}


.nat-ind-envio h3 {
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	
}

#nat_reg_form_producto_tit > h2 {
    
	border-bottom: 2px solid transparent;
	padding-bottom: 10px;
	margin-top: 70px;
	margin-bottom: 35px;
    font-size: 25px
    
}

.nat-reg-nota {
    
    margin-top: 10px
    
}

#nat_reg_producto_dir {
    
    border: 0 none
    
}

#nat_reg_producto_dir input {
    
    margin-right: 15px;
    height: 15px
    
}

.nat-reg-nota h5 {
    
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    
}

.nat-reg-nota p {
    
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
    
}

.page-template-page-completar_compra #nat-page-cont textarea.form-control {
    
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 150px;
    
}

#nat_reg_form_pago {
    
    margin-top: 30px;
    margin-bottom: 100px
    
}

#nat-reg-nota-pago {
    
	font-size: 13px;
	margin-bottom: 35px;
	color: #b9b9b9;
    
}

#nat_reg_procesar {
    
	display: inline-block;
	font-size: 17px;
	padding: 15px 45px;
    
}

#nat-reg-compra-cont {
    
	border: 1px solid #f4e6ff;
	padding: 15px 17px 40px;
	background-color: #f8edff;
	border-radius: 4px;
    top: 15px
    
}

#nat-reg-compra {
    
    padding-right: 0
    
}

#nat-reg-compra-cont > h3 {
    
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px
    
}

.nat-reg-resumen-item {

	font-size: 15px;
	display: block;
	border-bottom: 1px solid #eee1ff;
	padding-top: 12px;
	padding-bottom: 13px;
	line-height: 17px;
    
}

.nat-reg-resumen-item:last-child {
    
    border-bottom: 0 none
    
}

.nat-reg-resumen-item span {
    
    float: right;
    font-weight: normal
    
}

#nat_reg_producto_res_nombre span {
    
	float: none;
	display: block;
    
}

#nat_reg_producto_res_nombre span div {
 
    color: grey
    
}

.nat_cantidad_carrito {
    
    display: inline !important;
    font-size: 13px
    
}

#nat_reg_total, #nat_reg_total span {
    
    font-weight: bold;
    text-transform: uppercase;
    
}

#nat_reg_pagar_res {
    
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px
    
}

#nat_reg_pagar_res .btn-verde {
    
    display: block;
    font-size: 17px;
    min-height: 42px;
    
}

#nat-reg-datos {
    
    padding-right: 25px
    
}

#nat-reg-res-extra img {
    
    max-height: 70px
    
}

.nat-reg-seg {
    
    display: block;
    margin-top: 35px;
    padding-left: 24px;
    
}

.nat-reg-seg span {
	
    display: block;
	text-transform: uppercase;
	color: #5f5f5f;
	font-weight: lighter;
	font-size: 15px;
    margin-bottom: 30px
    
}

.nat-reg-seg span i {
    
	margin-right: 6px;
	font-size: 18px;
	position: relative;
	top: 2px;
    
}

.nat-reg-seg span .i-lock {
    
    position: relative;
    left: 3px
    
}

#nat-reg-nota-pago i {
    
    margin-left: 3px;
    
}

.page-template-page-completar_compra #nat-page-cont {
    
    background-color: #fff;
    padding: 60px 50px;
    margin-bottom: 180px;
    border: 1px solid #f0f0f0;
    
}

.page-template-page-completar_compra #nat-spinner {
    
	padding-top: 0;
	padding-right: 10px;
    height: 20px
    
}

#nat-boton-pago {
    
    padding-top: 14px
    
}

.page-template-page-completar_compra #nat-page-cont .type-page {
    
    margin-bottom: 0
    
}

#nat-susc-cambio-producto {
    
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 15px;
	line-height: 20px;
	display: inline-block;
    
}

#nat-susc-cambio-producto:hover {
    
    opacity: .8
    
}

#nat-susc-cambio-producto i {
    
	position: relative;
	top: 1px;
	margin-right: 3px;
	font-size: 16px;
    
}

.home .wpcf7-response-output, .screen-reader-response {
    
    display: none !important
    
}

#nat_reg_producto_hora_ent {
    
    margin-top: 9px
    
}

/* Política de Privacidad */

.page-id-3 #nat-page-cont h2, .page-id-3 #nat-page-cont h3, .page-id-143 #nat-page-cont h2, .page-id-143 #nat-page-cont h3 {
    
    text-transform: uppercase;
    
}

.page-id-3 #nat-page-cont h2, .page-id-143 #nat-page-cont h2 {
    
    font-size: 21px;
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 30px
    
}

.page-id-3 #nat-page-cont h3, .page-id-143 #nat-page-cont h3 {
    
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 25px
    
}

.page-id-3 #nat-page-cont, .page-id-143 #nat-page-cont {
    
    font-size: 16px;
    
}

#lz-cont-complementos {
    
    background-color: #f3f3f3;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
    
}

#lz-cont-complementos .col-lg-3 {
    
    padding-left: 5px;
    padding-right: 5px
    
}

#lz-cont-complementos .lz-home-art {
    

	margin-top: 20px;
	margin-bottom: 20px;
    padding: 0 0 15px 0;
    width: 100%;
    position: relative
    
}

.lz-compl-btns {
    
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    
}

#lz-cont-complementos .lz-home-art h3 {
    
    text-transform: initial;
    text-align: center;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

#lz-cont-complementos .lz-home-art h5 {
    
	font-size: 14px;
	line-height: 14px;
	float: left;
	display: block;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
    margin-bottom: 0
    
}

#lz-cont-complementos .lz-agregar-complemento, #lz-cont-complementos .lz-ver-complemento {
    
	padding: 4px 13px;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 25px;
	margin-bottom: 7px;
    color: #fff
    
}

#lz-cont-complementos .lz-ver-complemento {
 
    margin-top: 0
    
}

#lz-cont-complementos .lz-home-art:hover .lz-compl-btns {
    
    opacity: 1 !important
    
}

/* Mi Cuenta */

#cont-mi-cta {
    
    padding-bottom: 100px
    
}

.page-template-page-mi_cta #nat-portada-page {

	min-height: 270px;
    
}

.page-template-page-mi_cta #nat-page-cont {

    background-color: #fff;
    padding: 30px 40px
    
}

#mi-cta-top {
    
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-size: 13px;
    
}

#mi-cta-top a {
    
	padding-left: 4px;
	opacity: .7;
    
}

#mi-cta-top a:hover {
    
    opacity: 1
    
}

#mi-cta-top span {
    
	background-color: #eaeaea;
	display: inline-block;
	padding: 1px 16px;
	border-radius: 20px;
    color: #686868
    
}

#mi-cta-top a i {
    
    top: 1px;
    position: relative
    
}

#susc-ahora-form {
    
    line-height: 19px;
    font-size: 16px
    
}

.page-template-page-mi_cta #nat-portada-page h2 {
    
	font-size: 50px;
    
}

#nat-producto-susc-datos h2 {
    
    font-size: 40px;
    margin-bottom: 35px;
    margin-top: 15px;
    
}

#nat-producto-susc-datos > h4 {
    
	font-size: 15px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #b7b7b7;
    
}


.page-template-page-mi_cta #producto-single-info {

	margin-top: 0;
	margin-bottom: 0;
    border-bottom: 0 none;
    border-top: 1px dotted #e9e9e9

}

.page-template-page-mi_cta .producto-carac-txt h4 {
    
	font-size: 19px;
    margin-top: 0

}

.page-template-page-mi_cta .producto-carac-icon i {
    
	font-size: 40px;
	top: 6px;
    
}

.page-template-page-mi_cta .producto-carac-icon .i-alarm {

	font-size: 38px;
	top: 9px;
    
}

#nat-mi-cta-ciudad-sl {
    
    text-transform: capitalize
    
}

#nat-mi-cta-datos-p, #nat-mi-cta-conocerte, #nat-mi-susc {
    
	background-color: #f8f8f8;
	margin-top: 35px;
	padding: 30px 40px 40px 40px;
    border: 1px solid #eaeaea;
    font-size: 16px
    
}

#nat-mi-cta-datos-p h3, #nat-mi-cta-conocerte h3, #nat-mi-susc h3 {
    
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 1px dotted #c4c4c4;
	padding-bottom: 5px;
    
}

#nat-mi-cta-conocerte h3 {
    
    margin-bottom: 25px
    
}

#nat-mi-cta-datos-p strong, #nat-mi-susc strong {
    
    margin-top: 30px;
    display: block
    
}

#nat-mi-cta-datos-p .i-person, #nat-ed-datos-p .i-person {
    
    font-size: 25px;
    position: relative;
    top: 2px
    
}

.nat-mi-cta-sep {
    
	float: left;
	display: block;
	min-height: 30px;
    
}
    
#nat-mi-cta-mod-dat {
    
    margin-top: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 12px;
    
}

.nat-sel-color {
    
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border-radius: 50%;
    position: relative;
    color: #fff;
    
}

.nat-sel-color i {
    
    position: absolute;
    top: 12px;
    left: 11px;
    visibility: hidden;
    
}

.nat-color-selected i {
    
    visibility:visible 
    
}

.nat-sel-color:focus, .nat-sel-color:active {
    
    color: #fff
    
}

#nat-sel-color-blanco.nat-color-selected {
    
    color: #393939
    
}

.nat-sel-color:hover {
    
    opacity: .7;
    color: #fff
    
}

#nat-sel-color-rojo {
    
    background-color: #c31515;
    
}

#nat-sel-color-amarillo {
    
    background-color: #ffb300;
    
}

#nat-sel-color-naranja {
    
    background-color: #f64e0c
    
}

#nat-sel-color-purpura {
    
    background-color: #5b0cf6
    
}

#nat-sel-color-rosado {
    
    background-color: #feaeae
    
}

#nat-sel-color-blanco {
    
    background-color: #fff
    
}

#nat-sel-color-lila {
    
    background-color: #ddaefe
    
}


.page-template-page-mi_cta #nat-page-cont .form-control {
    
	min-height: 35px;
	border-radius: 4px;
	padding-left: 14px;
	padding-right: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 7px;
    
}

.page-template-page-mi_cta #nat-page-cont label {
    
    margin-top: 20px;
    display: block;
    font-size: 16px;
    margin-bottom: 6px
    
}

#nat-mi-cta-promos {
    
    top: 1px
    
}

#nat-color-error {
    
	padding-top: 6px;
	font-size: 15.3px;
    
}

#nat_mi_cta_conocerte_m .btn-verde {
    
	min-height: 38px;
	padding: 11px 28px;
	line-height: 15px;
	letter-spacing: 0;
    margin-top: 15px
    
}

#nat-ed-datos-p {
    
    margin-top: 25px;
    margin-bottom: 50px
    
}

#nat-spinner {
    
    padding-top: 15px;
    padding-right: 15px
    
}

#mi-cta-msj {
    
display: inline-block
    
}

#nat-mi-susc h3 span {
    
	font-size: 14px;
	float: right;
	color: #c3c3c3;
	font-weight: normal;
	padding-top: 6px;
    
}

#nat-spinner-dp {

	max-height: 25px;
	padding-top: 1px;
	padding-left: 5px;
    
}

small {
    
	line-height: 18px;
	display: block;
	color: #a2a2a2;
	font-weight: lighter;
    
}

/* Pagina Pago Status */

#nat-status-pago-cont {
    
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%
    
}

#nat-status-pago-cont .alert {
    
    padding: 40px 60px;
    font-size: 16px;
    margin-bottom: 0
    
}

.tooltip {
    
    font-size: 14px;
    line-height: 17px
    
}

.nat-orden-datos-pago {
    
    min-width: 100px;
    display: block
    
}

#nat-trans-fin-cont {
    
    background-image: url("../imgs/fd-arc.png");
    background-repeat: repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px
    
}

.page-template-page-trans_f #nat-page-cont {
    
	margin-top: 10px;
    
}

.page-template-page-trans_f .type-page {
    
    background-color: #fff;
    margin-top: 0;
    border: 1px solid #f0f0f0;
    padding: 60px 50px;
    
}

.page-template-page-trans_f #nat-portada-page h2 {
	
    font-size: 55px;
	padding: 35px 0;

}

#nat-trans-result {
    
    display: block;
    line-height: 25px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 70px
    
}

#result-trans-tit {
    
    margin-bottom: 45px
    
}

#nat-status-pago-cont .alert-success h4 {
    
	font-size: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #a1d8ad;
	padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    
}

#nat-status-pago-cont .alert-success strong {
    
	display: block;
	margin-top: 15px;
	line-height: 22px;
    
}

#nat-status-pago-cont .alert-success span {
    
	display: block;
	color: #303030;
    
}

#nat_tabla_pedidos th, #nat_tabla_pedidos td {
    
	font-size: 15px;
	line-height: 18px;
    vertical-align: middle
    
}

.nat-orden-status-tabla {

	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	float: left;
	width: 100%;
	padding: 5px 5px;
	text-align: center;
	margin-top: 0;
    line-height: 15px;
    border-radius: 4px
    
    
}

#nat_tabla_pedidos .status_0 {
    
    background-color: #db9301;
    
}

#nat_tabla_pedidos .status_1, #nat_tabla_pedidos .status_2 {
    
    background-color: #81bd52;
    
}

#nat_tabla_pedidos .status_3 {
    
    background-color: #bd1a1a;
    
}

#nat_tabla_pedidos .status_4 {
    
    background-color: #1a61bd;
    
}

/* Slider */
.slick-slider {
    
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    
}

.slick-list:focus {
    
    outline: none;
    
}
.slick-list.dragging {
    
    cursor: pointer;
    cursor: hand;
    
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.slick-track:before,
.slick-track:after {
    
    display: table;
    content: '';
    
}

.slick-track:after {
    
    clear: both;
    
}

.slick-loading .slick-track {
    
    visibility: hidden;
    
}

.slick-slide {
    
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;

}

[dir='rtl'] .slick-slide {
    
    float: right;
    
}

.slick-slide img {
    
    display: block;
    
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    
    display: none;
    
}

.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('slick.eot');
    src: url('slick.eot?#iefix') format('embedded-opentype'), url('slick.woff') format('woff'), url('slick.ttf') format('truetype'), url('slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    
    margin-bottom: 30px;
    
}

.slick-dots {
    
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    
}

.slick-dots li {
    
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    
    opacity: .75;
    color: black;
    
}

/* Footer */

#lz-lat-btns-cont {
    
	position: fixed;
	bottom: 80px;
	right: 25px;
	z-index: 9;
    
}

#lz-form-pago-footer {
    
    margin-top: 20px
    
}

.lz-lat-btn {
    
	display: block;
	text-align: center;
	margin-bottom: 11px;
	padding: 8px 9px 8px 9px;
	border-radius: 50%;
	border: 3px solid transparent;
    
}

.lz-lat-btn:hover {
    
    border-color: #e1b835
    
}

.lz-lat-btn i {
    
    font-size: 24px;
    vertical-align: bottom
    
}

.lz-lat-btn .i-shopping-cart, .lz-lat-btn .i-phone-call {
    
    font-size: 23px
    
}

.lz-lat-btn .i-instagram {
    
	position: relative;
	top: -1px;
	right: -0.5px;
    
}

.lz-lat-btn .icon-users {
    
	position: relative;
	top: -2px;
	right: -1px;
    
}

footer {
    
    position:relative;
    padding-top: 70px;
    background-color: #181818
    
}


footer a {
    
    color:#fff
    
}

#lz-normal-footer {
    
    padding-top: 15px;
    padding-bottom: 75px;
    
}

#lz-footer-lang {
    
    position: relative;
    margin-top: -10px;
    
}

#lz-social-footer a {
    
    z-index: 2;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 10px;
    
}

#lz-social-footer a:last-child {
    
    margin-right: 0
    
}

#lz-social-footer a i {
    
    font-size: 34px
    
}

#lz-footer-legal, #lz-footer-menu, .sub-footer-menu a {

	padding: 25px 40px 15px 25px;
	color: #3e3e3e;
	font-size: 13px;
	text-transform: uppercase;
    
}

.sub-footer-menu {
	
	list-style: none
	
}

.sub-footer-menu a {
	
	padding: 0 5px
	
}

#lz-footer-menu {
    
    padding-left: 40px;
    padding-right: 15px
    
}

#lz-prefooter {
    
	background-image: url('../imgs/fondo-foot.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
    
}

#lz-prefooter h3 { 
    
	margin: 22px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
    
}


#lz-postfooter {
        
    position: relative;
        
    }

#lz-logo-btn {
    
    position: absolute;
    top: -30px
    
}

#lz-banner-lang-img, #lz-banner-lang-txt {
    
    margin-top: 80px
    
}

#lz-banner-lang-txt {
    
	padding-left: 50px;
	padding-right: 0;
    
}

#lz-banner-lang-txt h2 {
    
	text-transform: uppercase;
	margin-top: 105px;
	font-size: 35px;
	font-weight: bold;
    
}

#lz-banner-lang-btn {
    
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .5px;
	margin-top: 15px;
	font-weight: normal;
	padding-top: 8px;
    
}

#lz-banner-lang-btn:hover {
    
    color: #fff
    
}

#contacto-footer h3, #contacto-footer h4 {
    
    font-weight: lighter;
    
}

#contacto-footer h4 {
    
    font-size: 17px
    
}

#contacto-footer h2 {
    
    margin-top: 12px;
    font-size: 17px;
    
}

#contacto-footer i {
	font-size: 22px;
	position: relative;
	top: 3px;
	margin-right: 8px;
}

#contacto-footer .i-whatsapp {
    
    font-size: 23px;
    left: 1px
    
}

.menu-inf ul li {

	display: block;
	width: 100%;
	list-style: none;
	
}


.menu-inf ul li a, #contacto-footer h3 {
    
    font-size: 15px;
    text-transform: uppercase
    
}


#subfooter {
    
    padding-top: 12px;
    padding-bottom: 14px
    
}

/* Helpers */

.dom-slick-prev, .dom-slick-next {
    
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
    color: #fff;
    text-align: center;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
    
}

.dom-slick-prev:hover, .dom-slick-next:hover {
    
    opacity: .7
    
}

.dom-slick-prev i, .dom-slick-next i {
 
    color: #fff;
    
}

.dom-slick-prev {
    
    left: -10px;   
    
}

.dom-slick-next {
    
    right: -10px
    
}

.alert-danger {
    
	line-height: 20px;
	font-size: 15px;
	min-height: 52px;
	padding-top: 16px;
    
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-errors-list li {
    
    display: block;
    margin-top: 8px;
    font-size: 13px;
    
}

.page-template-page-completar_compra .parsley-errors-list li {
    
	margin-top: 10px;
	margin-bottom: 15px;
    
}

.hidden, .logged-in .logged-hidden {
    
    display: none;
    
}

#reply-title {
    
    font-size: 24px;
    margin-top: 120px;
    margin-bottom: 35px
    
}

#comments #respond textarea {
    
    padding: 10px 15px;
    border-radius: 5px;
    border-color: #e1e1e1;
    font-size: 17px;
    margin-bottom: 0
    
}

#comments #respond input[type="text"] {
    
	padding: 7px 15px;
	border-radius: 5px;
	min-height: 40px;
	font-size: 17px;
    border-color: #e1e1e1;
    margin-bottom: 5px
    
}

#comments #respond input[type="submit"] {
    
	padding: 11px 26px;
	min-height: 25px;
	font-size: 15px;
    line-height: 13px;
    margin-top: 10px
    
}

#comments .text-danger {
    
    font-size: 15px;
    margin-left: 15px;
    margin-top: 5px
    
}


.nat-comment-note {
    
    display: block;
    margin-bottom: 30px;
    font-size: 17px
    
}

.screen-reader-response ul {
    
    display: none
    
}

.nat-sharer {
    
	color: #fff;
	padding: 9px 8px 7px 8px;
	border-radius: 50%;
	margin-right: 5px;
	line-height: 0;
	display: inline-block;
	position: relative;
	top: -5px;
    
}

.nat-sharer:hover {
    
    opacity: .8;
    color: #fff
    
}

.nat-sharer-fb {
    
    background-color: #3b5999
    
}

.nat-sharer-tw {
    
    background-color: #55acee
    
}

.nat-sharer-wp {
    
    background-color: #25D366 
    
}

.form-control {
    
    border: 1px solid #adadad
    
}

.form-control:focus {
    
	border-color: #daf3bf;
	box-shadow: 0 0 0 .2rem rgba(199, 142, 239, 0.1);
    
}

.parallax-window {
    
	min-height: 400px;
	background: transparent;
    
}

.separador-a {
	
	margin-bottom:50px;

}

.separador-b {
	
	margin-top: -48px;
	
}

.separador-c {
	
	
	width:100%;
	height:62px;
	background-image: url('../imgs/textura.png');
	margin-top: -62px;
	
}

.separador-d {
	
	width:100%;
	height:62px;
	background-image: url('../imgs/textura.png');
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
	
}

.tit-prin {
	
	font-size: 40px;
	
}

.pagination {
    
    font-size: 14px
    
}

.page-item.active .page-link {
    
	color: #fff;
    
}

#nat-arc-nav {
    
    margin-top: 70px
    
}

.page-link:focus {
    
    box-shadow: 0 0 0 .2rem rgb(218, 218, 218, .3)
    
}

/*Paginas*/

#lang-sel {
	
	background-color: #fff;
	padding: 55px 40px 60px 60px;
	margin-top: 50px;
	border: 1px solid #e6e6e6;
	border-radius: 43px;
	margin-bottom:80px;
	
}

#lang-sel p {
	
	margin-bottom:80px;
	font-size:21px
	
}

#esp:hover, #eng:hover {
	
	opacity:.7
	
}

#esp img, #eng img {
	

	
}

#inline-formu {
	
	padding:25px 35px 35px 35px;
	margin-bottom:10px
}

#inline-formu .row {
	
	background-color:#fff;
	border: 1px solid #e6e6e6;
	padding:25px 15px 15px;
	
}

#inline-formu h2 {
	
    font-size: 23px;
    text-align: justify;
	
}

#inline-formu input[type="text"], #inline-formu input[type="email"], #inline-formu select {
	
	margin-top:15px;
	background-color: #fffced;
	
}

#inline-formu .wpcf7-not-valid-tip {
	
    font-size: 13px;
    padding-left: 10px;
	
}

#inline-formu .wpcf7-submit {
	
margin-top: 25px;
font-size: 18px;
width: 232px;

}

#inline-formu .nota { 

	padding-top: 37px;
	font-size: 13px;
	color: #a2a2a2;

}

#formu-thanks {
	
	padding-top:30px;
	padding-bottom:30px;
	
}

#formu-thanks .col-lg-11 {
	
	font-size: 23px;
	line-height: 27px;
	font-family: Roboto Condensed;
	padding-top: 11px;
	
}

#formu-thanks i {
	
	font-size: 59px;
	color: #05bc05;
	
}

/* iconos */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	
	max-width: 100%;
	height: auto;
	
}

.no-brd {
    
    border: 0 none transparent !important;
    
}

.tooltip-inner {
    
	padding: .25rem 1rem;

}

/* colors */

.color-p, #navbarPrincipal ul li a:hover, span.wpcf7-not-valid-tip {

	color:#dbac15;

}

.color-p-bg, .btn-primary, #nat-redes-footer a:hover {

	background-color:#dbac15;

}

.color-p-bg-hover:hover {
    
    background-color: #f4bf15 !important;
    
}

.color-p-brd, .btn-primary, #nat-home-como-f .como-f-number, .nat-cinta::before, .nat-cinta::after {

	border-color: #dbac15;

}

.color-s, #nat-pregs-f .card-header > h5 > button:hover {

	color:#f4bf15;

}

.color-s-bg {

	background-color:#f4bf15;

}

.color-b, #nat-top-icons a:hover {

	color:#fff;

}

.color-b-bg {

	background-color:#fff;

}

.color-n {

	color:#343434;

}

.color-n-bg {

	background-color:#000;

}

/* Spacing utilities */

.mt-100 {

	margin-top: 100px;

}

.mb-100 {

	margin-bottom: 100px;

}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
    
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-float {
    
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    
    
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    
  -webkit-transform: translateY(-3px) !important;
  transform: translateY(-3px) !important;
    
    
}


.hvr-backward {
    
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
    
}

/* Efecto imagenes */


.lz-img-anim {
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.lz-prod-home::before {
    
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,242,217,0.3);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-105%,0);
    z-index: 10
        
}

.lz-prod-home-link:hover .lz-img-anim {
	
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
    
}

.lz-prod-home-link:hover .lz-prod-home::before {
    
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,105%,0);
    
}

@media screen and (min-width:1599px) {
    
#lz-menu {
    
	margin-bottom: 45px;
	padding-right: 7%;
	margin-top: 55px;
	z-index: 5;
    
}
    
#navbarPrincipal .col-lg-9 {
    
	padding-left: 70px;
    
}
    
    #nat-info-header {
        
	padding-left: 15px;
        
    }
    
#navbarPrincipal ul li {
        
	padding-left: 30px;
	padding-right: 30px;
        
}
    
    #nat-top-icons div {
        
	position: absolute;
	bottom: -30px;
	left: 23%;
        
}
    
}


@media screen and (min-width:1442px) and (max-width:1598) {
    
#navbarPrincipal ul li {
        
	padding-left: 32px;
	padding-right: 32px;
        
}
    
#navbarPrincipal ul li a {

	font-size: 15px;

}
    
}

@media screen and (min-width:1200px) and (max-width:1439px) {

	#navbarPrincipal span {

    padding-left: 9px;
	
	}
	
	header {
		
   

	}
    
#navbarPrincipal .col-lg-9 {
    
	padding-left: 30px;

}
    
#navbarPrincipal ul li {
    
	padding: 17px;
    
}
    
       
#img-mani-a {

    top: 50% !important;
    left: 23% !important;
        
    }
    
#img-mani-b {

    top: 41% !important;
    right: 36% !important;
        
    }
    
#img-mani-c {

    bottom: -1% !important;
    right: 13% !important;
        
    }
    
#img-mani-a img {

    max-width: 90px
        
    }
    
    
#img-mani-b img {

    max-width: 70px
        
    }
    
    
#img-mani-c img {

    max-width: 70px
        
}
	
	#nav-contacto {
		
	margin-left:15px
		
	}
    
#navbarPrincipal .col-lg-3 {
        
padding-left: 0        
        
    }
    
#nat-top-icons div {

	left: 18%;
}
    

#nat-video-bg-cont {

	height: 550px;

}
    
#nat-frase-home h3 {

	padding: 0 115px;
    
}
    
.nat-home-producto-single .nat-producto-img {
    
	min-height: 235px;

}
    
.nat-home-producto-single {
    
	padding-left: 15px;
	padding-right: 15px;
    
}
    
#nat-home-como-f {

	padding: 0 27px;
    
}
    
    
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    
#lz-curva-header, #lz-curva-header-b {

    bottom: -28px;

}
    
#lz-home-c-comprar-txt .col-12 > div {

	width: 80%;
    
}
    
#lz-home-c-comprar-txt i {
    
    margin-top: 12px

}
    
#lz-home-checks .col-lg-6 span {

	width: 80%;
	padding-top: 0;
    
}
    
#lz-nuestras-f-cont {
    
	padding-left: 30px;
	padding-right: 30px;
    
}
    
#lz-nuestras-f-curv, #lz-home-blog-curv {

	bottom: -30px;
    
}
    
#lz-social-footer a {

	margin-top: -15px;
    
}

#logo-p {
        
    margin-right: 0        
        
    }
    
header.container-fluid {
    
	padding-left: 0;
	padding-right: 0;
    
}

#lz-banner-lang-txt h2 {

	font-size: 28px;

}
    
#nat-info-header .i-facebook, #nat-info-header .i-instagram, #nat-info-header .i-cart {
    
	font-size: 20px;
    
}
    
header nav.navbar, #nat-cont-menu {
    
    padding-left: 0
    
    }
    
#navbarPrincipal .col-lg-9 {
    
    padding-left: 0
    
    }
    
#navbarPrincipal ul li {
    
    padding-left: 0;
    padding-right: 19px;
        
}
    
#navbarPrincipal ul li a {
    
	font-size: 16px;
    display: block
        
}
    
#lz-menu .lz-phone img {
    
	max-height: 14px;
	margin-left: 25px;
    
}
    
#lz-menu .icon-box, #lz-menu .icon-users, #lz-menu .icon-truck, #lz-menu .icon-mail {
    
	font-size: 19px;
	top: 0px;
    
}
    
#lz-menu .i-mail {
    
	top: -1px;
    
}
    

    
#intro-sub-sld {
    
	margin-top: 90px;
	margin-bottom: 60px;
    
}
    
#nat-productos-home .col-lg-4 {
    
	padding-left: 15px;
	padding-right: 15px;
    
}
    
#intro-sub-sld .col-12 > img {
        
        max-height: 250px
        
    }

#nat-home-recetas {

	padding-top: 100px;
	padding-bottom: 110px;

}
    
#nat-home-recetas h3 {
    
	margin-top: 30px;
	margin-bottom: 30px;
    
}

.nat-single-receta-img {

	border-width: 12px 12px 15px 12px;

}
    
#nat-footer-aliados {
    
	padding-top: 60px;
    
}
    
#nat-logo-footer {
    
	top: -58px;
	max-width: 115px;
    
}
    
       
#img-mani-a {

    top: 50% !important;
    left: 13% !important;
        
    }
    
#img-mani-b {

    top: 41% !important;
    right: 34% !important;
        
    }
    
#img-mani-c {

    bottom: -2% !important;
    right: -2% !important;
        
    }
    
#img-mani-a img {

    max-width: 100px
        
    }
    
    
#img-mani-b img {

    max-width: 85px
        
    }
    
    
#img-mani-c img {

    max-width: 90px
        
}
    
#nat-scroll {

	right: 10px;
	bottom: 126px;
    
}
    
#contacto-footer h3 {
    
	font-size: 18px;
    
}
    
#nat-footer-mani {

	bottom: 18px;
	left: 0;
	width: 115px;
	right: 0;
	margin: 0 auto;
}
    
#parallax-footer {

	background-size: cover;
    
}
    
#intro-sub-sld .col-lg-4 p {
    
	font-size: 16px;
	line-height: 21px;
	padding: 0 6px;
    
}

    
#nat-home-como-f {
    
	padding: 0 15px;
    
}
    
#nat-home-como-f .col-lg-4 {
    
	padding: 0 25px;
    
}
    
    
#nat-home-como-f .col-lg-4 h3 {
    
	font-size: 14px;
    
}
    
#nat-home-como-f .como-f-number {

	padding: 1px 8px;
	font-size: 22px;

}
    
#nat-home-productos {
    
	padding: 0 50px 150px 20px;
    
}
    
.nat-home-producto-single {
    
	padding-left: 15px;
	padding-right: 15px;
    
}
    
.nat-home-producto-single .nat-producto-img {
    
	min-height: 280px;
	
}
    
.nat-home-producto-overlay h3 {

	font-size: 18px;
    line-height: 16px
	
}
    
.nat-home-producto-mf span {
    
	padding: 11px 28px 9px 28px;
	font-size: 14px;
    
}
    
.nat-home-producto-single i {
    
	font-size: 18px;
	top: 2px;

}
    
.nat-home-producto-single .i-gift {
        
    font-size: 17px;
    top: 1px
        
}
    
#nat-top-icons a {
        
	padding: 10px 10px 9px;
	font-size: 20px;
        
}
    
.nat-home-producto-single h4 {
    
	font-size: 16px;

}
    
#nat-home-about-text {
    
    padding-top: 136px;
    padding-bottom: 130px;
    
}
    
    
.nat-arc-precio h2 {
    
	font-size: 42px;
	margin-top: 20px;
    
}

    
.nat-arc-btn .btn-verde {

	padding: 11px 50px 10px 50px;
    
}
    
#nat-enc-acerca-de .row {
    
	min-height: 460px;
    
}
    
#nat-enc-acerca-de h2 {
    
	transform: translateY(-50px);
    
}

.page-template-page-nuestrasflores footer {
        
        
    margin-top: 40px
        
    }
    
    
#producto-single-info {

	margin-top: 30px;
	margin-bottom: 35px;
}
    
#barra-sup .col-lg-10 span {
    
	padding-left: 10px;
    
}
    
#nat-page-cont > .row > .col-lg-9 {
    
	padding-right: 30px;
    
}
    
.nat-post-arc a h3 {

	font-size: 14px;
    
}
    
#nat-page-cont {
    
	margin-top: -100px;
    
}
    
#nat-page-cont, #producto-main-div, #productos-arc-cont {
    
	margin-top: -100px;

}
    
.single-post #nat-page-cont {
    
	margin-top: 90px;
	margin-bottom: 200px;

}
    
#nat-post-single-title {
    
	margin-top: 40px;
	font-size: 39px;
	line-height: 50px;
	margin-bottom: 40px;
    
}
    
#nat-home-productos {
    
	margin-top: 60px;
    
}
    
body.single-dom_products #nat-home-productos {
    
	margin-top: 0;
    
}
    
.single-dom_products header {
    
	padding-top: 16px;
    
}
    
.producto-carac-txt h5 {
    
	font-size: 13px;
    
}
    
.producto-carac-txt {
    
	padding-left: 10px;
	padding-top: 4px;
    
}

#producto-single-info-cont {
    
	padding-left: 45px;
    
}
    
#nat-reg-compra-cont {

	padding: 20px 15px 50px;
        
}
    

#nat-reg-compra {
        
        padding-left: 0;
    
    }
    
.nat-reg-resumen-item {

	font-size: 15px;

}
    
#nat-video-bg-cont {
    
	height: 500px;

}

#logo-p img, .single-dom_products #logo-p img, .post-type-archive-dom_products #logo-p img, .tax-dom_prod_tax #logo-p img {

    max-height: 135px;

	}



	#productos-home .card-body ul li {

    padding: 12px 6px;

	}
    
.page-template-page-about #nat-portada-page h2 {
    
	margin: 80px 0 160px 0;
    
}
    
#lz-about-enc .col-lg-8 {
    
	padding-left: 8%;
	padding-right: 4%;
	font-size: 27px;
	line-height: 38px;
	padding-top: 0%;
    
}
    
#nat-portada-page h2 {
    
    font-size: 46px;
	margin: 75px 0 167px 0;

}
    
.widget-content ul {
        
        padding-left: 0 !important
        
    }
    
.single-post #nat-portada-page h4, .single-dom_products #nat-portada-page h4, .post-type-archive-dom_products #nat-portada-page h4, .tax-dom_prod_tax #nat-portada-page h4 {
	
    margin-bottom: 140px;

}
    
.single-dom_products #nat-portada-page h4 {
    
	margin-bottom: 190px;
    
}
    
.single-post #nat-portada-page h2 {
    
	font-size: 38px;
	padding: 28px 0 10px 0;
    background-position: 0 35px;

}
    
.page-template-page-contacto #cont-col-a {
    
	padding: 70px 30px 30px 40px;
    
}
    
#nat-page-cont .wpcf7 {

	padding: 34px 25px 50px 25px;
    margin-right: 40px

}
    
.page-template-page-contacto #nat-page-cont #cont-col-a h2 {

	margin-top: 50px;
	font-size: 45px;
	line-height: 50px;
}
    
#lz-menu {

	padding-right: 2%;

}
    
#producto-single-precio h2 {
    
	font-size: 32px;
	line-height: 38px;
}
    
#producto-single-precio h5 {
    
	margin-bottom: 5px;
	font-size: 13px;
    
}  
    
.single-dom_products #producto-main-div {
    
	margin-top: -110px;
    
}
    
    
}

@media screen and (min-width:767px) and (max-width:1023px) {
	
header {
		
    padding-top: 25px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0
	
}
    
    
#navbarPrincipal ul li a {
    
	font-size: 15px;
	padding-bottom: 15px;
        
}
    
#nat-info-header {
        
    margin-right: 15px
        
    }
    
#nat-home-como-f {
    
	padding: 0 15px;
    
}
    
nat-home-como-f {
    
	padding: 0 15px;
    
}
    
#nat-home-como-f .col-lg-4 {
    
	padding: 0 25px;
    
}
    
    
#nat-home-como-f .col-lg-4 h3 {
    
	font-size: 14px;
    
}
    
#nat-home-como-f .como-f-number {

	padding: 1px 8px;
	font-size: 22px;

}
    
#nat-home-productos {
    
	margin-top: 150px;
	padding: 0 50px 150px 20px;
    
}
    
.nat-home-producto-overlay h3 {

	font-size: 18px;
    line-height: 16px
	
}
    
.nat-home-producto-mf span {
    
	padding: 11px 28px 9px 28px;
	font-size: 14px;
    
}
    
.nat-home-producto-single h4 {
    
	font-size: 17px;

}
    
.nat-home-producto-single i {
    
	font-size: 18px;
	top: 2px;

}
    
.nat-home-producto-single .i-gift {
        
    font-size: 17px;
    top: 1px
        
    }
    
#nat-home-about .color-b {
    
    padding-top: 160px;
    padding-bottom: 120px;
    
}
    
.nat-arc-precio h2 {
    
	font-size: 42px;
	margin-top: 20px;
    
}

.nat-arc-btn .btn-verde {

	padding: 11px 50px 10px 50px;
    
}
    
#nat-enc-acerca-de .row {
    
	min-height: 460px;
    
}
    
#nat-enc-acerca-de h2 {
    
	transform: translateY(-50px);
    
}
    
.page-template-page-nuestrasflores footer {
        
    margin-top: 40px
        
}
    
#barra-sup .col-lg-10 span {
    
	padding-left: 10px;
    
}
    
.single-post #nat-page-cont {
    
	margin-top: 90px;
	margin-bottom: 200px;

}
    
.single-dom_products header {
    
	padding-top: 16px;
    
}
    
#nat-top-icons div {
    
	width: 90%;
    
}
    
#producto-single-info {

	margin-top: 30px;
	margin-bottom: 30px;
}
    
#nat-reg-compra-cont {

	padding: 20px 15px 50px;
        
}
    
#nat-reg-compra {
        
   padding-left: 0;
    
    }
    
.nat-reg-resumen-item {

	font-size: 15px;

}

#contacto h2 {

    margin: 45px 0;

	}

	.navbar-toggler {

	border:0 none;
	padding: 5px 7px;

	}

	.navbar-toggler i {

	font-size: 30px

	}

	#navbarPrincipal ul li {

    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px

	}
    
    #logo-p img {
        
	max-height: 110px;

    }


	#navbarPrincipal li:last-child {

    padding-right: 0

	}
    
#navbarPrincipal ul li a {
    
	font-size: 14px;
	line-height: 15px;
	display: block;
    
}
    
#nat-tel-header {
    
	margin-bottom: 8px;
	margin-top: 3px;
    
}

	#nat-tel-header a {
        
	font-size: 16px;
        
}
    
#barra-sup .col-lg-10 span {
    
	padding-left: 10px;
    
}

.nat-post-arc a h3 {

	font-size: 14px;
    
}
    
#nat-page-cont {
    
	margin-top: 60px;
    
}
    
#nat-post-single-title {
    
	margin-top: 40px;
	font-size: 39px;
	line-height: 50px;
	margin-bottom: 40px;
    
}
    
.producto-carac-txt h5 {
    
	font-size: 13px;
    
}
    
#producto-single-info-cont {
    
	padding-left: 45px;
    
}
    
.producto-carac-txt {
    
	padding-left: 10px;
	float: left;
	padding-top: 4px;
    
}
    
#nat-home-productos {
    
	margin-top: 60px;
    
}
    
    
#nat-video-bg-cont {
    
	height: 500px;

}
	

	footer {

	padding-top: 50px;

	}
    
}

@media screen and (min-width:200px) and (max-width:767px) {
	
	#tit-sup-mb {
		
	font-size:23px;
		
	}
    
#nat-cont-menu .navbar-toggler {
        
        margin-left: auto;
        
    }

header .navbar-brand {

	left: -10px;

	}
    


#logo-p img, .post-type-archive-dom_products #logo-p img, .tax-dom_prod_tax #logo-p img  {

    max-height: 65px;
    margin-top: 0;

	}
    
.nat-social-header {
    
    padding: 10px 14px 7px 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    
}
    
#img-mani-a {

    top: 39% !important;
    left: 21% !important;
        
    }
    
#img-mani-b {

    top: 33% !important;
    right: 25% !important;
        
    }
    
#img-mani-a img {

    max-width: 60px
        
    }
    
    
#img-mani-b img {

    max-width: 62px
        
    }
    
#img-mani-c {
        
    display: none !important
        
}
    
#intro-sub-sld {
    
    margin-top: 90px;
    margin-bottom: 40px;
    
}
    
#intro-sub-sld .col-lg-4 {
    
    margin-bottom: 50px;

}
    
#intro-sub-sld .col-lg-4 p {
    
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
    
}

#intro-sub-sld .col-lg-4 h3 {
    
    text-transform: uppercase;
    font-size: 34px;
    margin-top: 31px;
    margin-bottom: 15px;
    
}
    
#nat-productos-home {

    background-repeat: repeat;
    background-size: contain;
    
}
    
#navbarPrincipal .col-lg-9 {
    
    padding-left: 0;
    padding-right: 15px;
    padding-top: 85px;
    
}
    

    
.nat-productos-home-single {

    margin-top: 25px;

}
    
    
#nat-productos-home h2 {
    
    top: -60px;
    margin-bottom: 0;
    
}
    
#nat-productos-home .col-lg-4 > h4 {
    
    margin-top: 18px;

}
    
#nat-productos-home-desc span {
    

    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    text-align: justify;
    
}
    
#nat-home-descrip .col-lg-7 h2 {
        
        text-align: center;
        margin-bottom:20px;
    
    }
    
#nat-home-descrip .col-lg-7 {
    
    font-size: 21px;
    line-height: 33px;
    margin-top: 34px;
    padding-left: 15px;
    text-align: justify
    
}
    
#nat-home-descrip {
    
    margin-bottom: 100px;
    
}
    
#nat-home-recetas {

    padding-top: 70px;
    
    }
    
#nat-home-about-text {
    
    padding-top: 100px;
    padding-bottom: 130px;
    font-size: 23px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;

    
}
    
    .single-dom_products #logo-p img {
        
    max-height: 70px;
        
    }
	
	#main-sld {
		
    height: 385px;
	
	}
	
	#main-sld .glide__slide {
		
    background-position: right -65px;
	
	}
	
	#sld-shadow {
		
    position: relative;
	
	}
	
	#sld-shadow img {
		
	position:absolute;
	top:0;
	left:0
		
	}
	
	.sld-msj h2 {
		
    font-size: 31px;
    margin-top: 80px;
    line-height: 36px;
	
	}
	
	.sld-msj h4 a {
		
    margin-right: 0;
    font-size: 18px;
	
	}

	.sld-msj h4 a {

	font-size: 19px;
    line-height: 21px;
	
	}

	#frase-p img {
		
	opacity:.5;	
    margin-left: -5px;
	
	}

	.navbar-toggler {

	border:0 none;
	padding: 5px 7px;

	}

	.navbar-toggler i {

	font-size: 30px

	}

	#navbarPrincipal li {

	border-bottom: 1px solid #2b2b2b

	}


	#navbarPrincipal li:last-child {

	border-bottom:0 none;

	}

	.mt-mv-60 {

	margin-top: 60px;

	}

	#texto-contacto {

	font-size: 30px

	}

	#contacto h2 i {

	margin-left: 0

	}

	footer {

	padding-top: 40px;
	padding-bottom: 0;

	}

	footer h4 {

	margin-top: 30px;
    margin-bottom: 20px;
	
	}


	#parallax {

	margin-top:40px;
	margin-bottom:0;

	}
	
	#parallax h2 {
    
    padding-top: 40px;
    margin-bottom: 25px;
    font-size: 19px;

	}

	#parallax p {

    font-size: 16px;
    line-height: 24px;
    text-align: justify;

	}
	
	
	#producto-cont {
		
    font-size: 18px;
    margin-top: 0;
    padding: 60px 25px;
    border: 0 none;
    margin-bottom:30px;
	
	}
	
	#producto-cont ul {
		
    padding-left: 0;
	
	}
	
	#producto-cont ul li {
		
    font-size: 18px;
    line-height: 22px;
	
	}
	
	#comp-cont .col-3 {
		
	padding-right:5px;
	padding-left:10px;
		
	}
	
	#producto-cont .ic-checkmark {
	
    font-size: 19px;
    margin-right: 4px;
	
	}
	
	#botones-inf {
		
    margin-top: 25px;
    margin-bottom: 40px;
	
	}
	
	#botones-inf a {
		
	display:block;
	width:100%;
	margin-top:20px
		
	}

	#contacto h2 {

    margin: 35px 0 55px 0;
    font-size: 40px;

	}
	
	#comp-cont {
		
    margin-bottom: 0;
	
	}

	#tel-sup {

	padding: 12px 15px;

	}

	#tel-sup, #tel-sup a {

	color:#fff;

	}

	#tel-sup i {

	position:relative;
	top:1px;
	padding-left: 3px;

	}

	.mdo-formu textarea {

	min-height: 80px;

    }
	
	#botones-inf {
		
    margin-top: 25px;
    margin-bottom: 40px;
	
	}
    
    /*nueva web*/
    
#navbarPrincipal ul li {
    
    padding-top: 18px;
    padding-bottom: 18px;
    
}
    
    #nat-susc-header {
        
    margin-bottom: 40px
        
    }
    
    #nat-info-header {
        
    padding-right: 15px
        
    }
    
    #nat-video-bg-cont {

    height: 470px;
    padding-top: 15%

    }
    
#nat-video-bg-content h2 {
    
    font-size: 55px;

}
    
    #nat-video-bg-alt {

    background-position: center
        
}

#nat-home-como-f {
    
    margin-top: 75px;
    margin-bottom: 30px;
    padding: 0 15px;
    
}


#nat-home-como-f .col-lg-4 {
    
    padding: 0 15px;
    
}
    
#nat-home-productos {
        
    margin-top: 125px;
    padding: 0 15px 150px 15px;
    
}
    
.nat-home-producto-mf span {
        
    padding: 12px 35px 9px 35px;
    font-size: 16px;
    
}
    
.single-dom_products .nat-home-producto-single h4 {
    
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14px;
    
}
    
.single-dom_products #lz-rel-prods #nat-home-productos h2 {
    
    margin-top: 4px;
    
}
    
.nat-home-producto-single .i-filter_vintage {
    
    margin-left: 2px;
    
}
    
    
.nat-home-producto-single {
    
    padding-left: 15px;
    padding-right: 15px;
    
}
    
#nat-home-formu p {
    
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    
}
    
#nat-home-formu-cont {
    
    padding-left: 15px;
    
}
    
#nat-home-formu {
    
    margin-top: 70px;
    margin-bottom: 50px;

}
    
#nat-home-about .color-b {

    padding-top: 140px;
    padding-bottom: 100px;
    font-size: 20px;
    line-height: 31px;
    padding-left: 25px;
    padding-right: 25px;
    
}
    
    
#nat-home-locaciones {

    padding-top: 110px;
    padding-bottom: 110px;
    
}
    
#nat-home-locaciones .container {
    
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
    
}
    
#nat-frase-home h3 {
        
    font-size: 40px;
    
}

#nat-frase-home {
    
    margin-top: 130px;
    margin-bottom: 130px;
    
}
    
.nat-home-producto-single .nat-producto-img {
    
    min-height: 230px;
    
}
    
#nat-home-nf h2 {
    
    font-size: 31px;
    
}
    
#nat-page-cont > .row > .col-lg-9 {

	padding-right: 15px;
    
}
    
#nat-post-sidebar-cont {
    
    padding-left: 15px;
    
}
    
.nat-post-arc a h3 {

	font-size: 15px;
    
}
    
.category-talleres .nat-post-arc a h3 {
    
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
    
}

#nat-home-nf {

    padding-top: 70px;
    
}
    
#nat-redes-footer h2 {
        
    font-size: 23px;
    margin-bottom: 30px;
        
    }
    
#nat-redes-footer {
    
    margin-top: 125px;
    position: relative;
    z-index: 10;
    margin-bottom: 95px;
    
}
    
#nat-footer-aliados {

    padding-top: 25px;
    padding-bottom: 40px
    
}
    
#nat-footer-aliados-sld .slick-slide img {

    max-height: 95px;
    
}
    
#contacto-footer h2 {
    
    margin-top: 12px;
    font-size: 36px;
    font-weight: bold
    
}
    
#contacto-footer .i-whatsapp {
    
    font-size: 34px;
    margin-right: 1px
    
}
    
#nat-footer-derecha {
        
    margin-top: 45px;
        
}
    
#nat-footer-derecha img {
        
        max-height: 95px
        
    }
    
.nat-stop-poligono {

    top: -4px;

}
    
    
#portada-productos-archive h2, #nat-portada-page h2 {
    
    font-size: 40px;
    padding: 15px 0;
    margin: 0px 0 65px 0
    
}
    
.page-template-dominus-store-user-profile-page #nat-portada-page h2 {
    

	margin: 110px 0 130px 0;
    
}
    
#enc-como-f {

    margin-top: 0px;
    padding: 0px 6px;
}
    
#nat-page-cont {
    
    margin-top: 50px;
    
}
    
#pasos-como-f .col-lg-2 {
        
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px
        
    }
    
#pasos-como-f .col-lg-10 {
    
    padding-top: 50px;
    padding-bottom: 50px;
    
}
    
.nat-archive-producto-single a {
    
    border: 1px solid #eaeaea;
    border-radius: 0;
}
    
.nat-archive-img {
    
    margin-right: 15px;
    
}
    
.nat-archive-producto-single h3 {

    padding-left: 15px;
    padding-right: 15px;
    text-align: center
    
}
    
.producto-arc-res {
    
    padding-left: 20px;
    padding-right: 20px;
    
}
    
.nat-archive-producto-single .nat-arc-frec {
    

    position: relative;
    bottom: inherit;
    text-align: center
}
    
.nat-arc-precio h2 {
    
    font-size: 40px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
    
}
    
.nat-arc-btn {
    
    margin-top: 45px;
    width: 100%;
    margin-bottom: 35px;
    
}
    
.nat-archive-producto-single {
    
    margin-top: 45px;
    
}   
    
    
#portada-single h2 {
    
    font-size: 42px;
    padding: 35px 0;

}
    
.single-dom_products #producto-main-div {
    
    margin-top: 0;
    border-radius: 0;
    box-shadow: initial;
    padding: 66px 25px 50px 25px;
        
}

#producto-single-cont-imgs {
    
    padding-right: 15px;
    
}
    
#producto-single-info-cont {
    
    padding-left: 15px;
    
}
    
#producto-single-info {

    margin-top: 12px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    
}
    
#producto-single-precio {
    
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
    
#producto-single-comprar {
    
    margin-top: 10px;
    font-size: 20px;
    padding: 15px 20px 13px 20px;
    width: 100%;
    display: block;
    line-height: 20px;
    letter-spacing: 0;
    
}
    
#producto-single-data {

    font-size: 11px;
    
}

    
#single-producto-gen-txt {
    
    margin-top: 140px;
    margin-bottom: 70px;
    
}
    
#nat-enc-acerca-de .row {
    
    min-height: 330px;
    
}
    
#nat-enc-acerca-de h2 {

    font-size: 50px;
    transform: translateY(-20px);
    
}
    
.page-template-page-about #nat-page-cont {
    
    margin-top: 60px;
    margin-bottom: 70px;
    font-size: 19px;
    line-height: 35px;
    
}
    
#nat-page-cont .type-page {
    
    margin-bottom: 75px;
    
}
    
#nat-ventajas {
    
    position: relative;
    padding-top: 35px;
    padding-bottom: 80px;
    margin-bottom: 50px;
    
}

.nat-ventajas-txt {
    
    font-size: 19px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 21px;
    
}

.nat-ventajas-txt ul li {

    margin-bottom: 12px;
    line-height: 23px;
    
}
    
#nat-ventajas-link {

    display: block;
    
}
    
#nat-ventajas-img {
    
    margin-top: 55px;
    
}
    
#nat-prod-cont {
    
    margin-top: 35px;
    margin-bottom: 65px;

}
    
.nuestros-prod-gal-item .nat-gal-item-img {

    min-height: 105px;
 
}
    
.nat-banner-cont {
    
    transform: translateY(0);
}
    
.nat-fondo-banner {

    min-height: 500px;
    
}
    
.nat-banner-txt {
    
    padding-top: 60px;
    padding-bottom: 60px;
    
}
    
.nat-banner-txt p {
    
    padding: 0 30px;
    margin-bottom: 55px;
    line-height: 30px;

}
    
.blog #nat-page-cont, .archive #nat-page-cont {
    
    margin-top: 0;
    background-color: transparent;
    
}

.blog #nat-post-sidebar-cont, .archive #nat-post-sidebar-cont {
    
    margin-top: 60px;
    
}

.blog #nat-page-cont > .row > .col-lg-9, .archive #nat-page-cont > .row > .col-lg-9 {
    
    padding-right: 15px;
    
}

.category-talleres #nat-page-cont, .category-videos #nat-page-cont {
 
    background-color: #000;
    
}
    
#lz-talleres-blog {
    
    margin-top: 40px;
    
    }

.nat-post-taller a {
    
    padding: 20px 15px 20px 15px;
    border-left: 2px solid #6c0189;
    border-radius: 0 10px 0 0;
    
    }
    
#nat-page-cont .widget-content > h3 {
    

    margin-top: 35px;
    margin-bottom: 15px;
    
}
    
.single-post #nat-page-cont, .page-template-page-contacto #nat-page-cont, #productos-arc-cont {
    
    margin-top: 0;
    margin-bottom: 100px;
    border-radius: 0;
    box-shadow: initial
    
}
    
#nat-post-single-p-info .col-12 {
        
    text-align: center;
    margin-bottom: 2px
    
    }    
    
.nat-sharer {

    padding: 9px 9px 9px 9px;
    margin-right: 15px;
    line-height: 0;
    top: -3px;
    margin-left: 15px;
        
}

#nat-post-single-p-info span {
    
    margin-right: 6px;
    font-size: 13px;

}
    
#nat-post-single-title {
    
    margin-top: 30px;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 30px;
    
}
    
#nat-post-single-intro {
    
    margin-bottom: 25px;
    font-size: 17px;
    
}
    
    
#nat-post-single-tags {
    
    margin-right: -15px;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 40px;
    
}

#nat-post-single-tags .col-lg-5 .d-block {
    
    padding-right: 0
    
    }

    
#nat-post-protect-cont .d-block {
    
    padding: 25px 25px 5px 25px;
    border: 1px dashed #f0f0f0;
    
}
    
#comments #reply-title {
        
    margin-bottom: 35px
        
    }
    
#comments #respond input[type="submit"] {
    
    padding: 10px 20px;
    font-size: 14px;
    float: right
    
}
    
#comments {
    
    margin-bottom: 150px;
    
    }
    
#nat-page-cont .form-control {
    
    margin-bottom: 15px !important;
    font-size: 15px !important;
    width: 100%;
    min-height: 40px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px
    
    
}
    
#nat-cod-nv {

    margin-bottom: 15px;
    
}
    
#nat-reg-titulo-p {
    
    font-size: 23px;
    margin-bottom: 30px
    
}
    
#nat-reg-datos {
    
    padding-right: 15px;
    
}
    
.page-template-page-completar_compra #nat-page-cont {

    padding: 48px 30px;
    margin-bottom: 150px;
    margin-top: 0

}

#nat-page-cont .wpcf7 {
    
    margin-top: 30px;
    margin-right: 0;
    padding: 25px 15px 40px 15px;
    
}
    
.page-template-page-completar_compra #nat-page-cont .form-control {
    
    margin-bottom: 5px !important;
 
}

#nat_reg_form_producto_tit .card-title {
        
    text-align: center;
    margin-top: 20px
        
    }
    
#nat_reg_form_producto_tit .card-text {
    
    font-size: 14px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    
}
    
#nat-reg-nota-pago {
    
    font-size: 14px;
    padding-right: 15px;
    text-align: justify;
    margin-bottom: 30px;
    
}
    
#nat-reg-compra {
    
    padding-right: 0;
    padding-left: 0;
    
}
    
#nat_reg_form_pago {
    
    margin-top: 40px;
    margin-bottom: 75px;
    
}
    
#nat_reg_pagar_res .btn-verde {
        
        display: none
        
    }
    
#nat-home-diag-g {
    

    left: -1px;
    
}
    
#nat-reg-compra-cont {
    
    border: 0 none;
    padding: 20px 16px 10px;
    border-radius: 0px;
    margin-bottom: 50px;
    
}
    
.navbar-toggler:focus {
        
    outline: 0 auto transparent;
        
    }
    
.nat-reg-seg {

    padding-left: 50px;
    
}
    
.nat-reg-seg span {

    font-size: 18px;
}
    
#nat-video-bg-content {

    padding-top: 15%;
    padding-left: 5%;
    
}
    
.nat-home-producto-dur {
    
    font-size: 11px;
    letter-spacing: 0;
    right: 12px;
    
}
    
#single-imgs-car .single-producto-gal-item {

min-height: 130px
    
}
    
#single-imgs-car {
        
margin-left: 0;
margin-right: 0
        
    }
    
#single-imgs-car .col-6 {
    
    padding-left: 0;
    padding-right: 5px;
        
}
    
#single-imgs-car .col-6 a {
    
    border: 1px solid #e9e9e9
        
    }
    
#single-imgs-car .col-6:last-child {
    
    padding-right: 0
        
}
    
#producto-single-img-ppal img {
    
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    
}
    
.page-template-page-mi_cta #nat-page-cont {
    
    padding: 30px 15px;
    
}
    
#nat-status-pago-cont .alert {
    
    padding: 27px 20px;
    
}
    
#nat-status-pago-cont .alert-success h4 {
    
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    
}
    
#nat-status-pago-cont {

    margin-bottom: 10px;

}
    
#nat-producto-susc-datos {

    margin-top: 30px
    
    }
    
#nat-producto-susc-datos h2 {
    
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
    
}
    
#nat-mi-cta-datos-p, #nat-mi-cta-conocerte, #nat-mi-susc {

    padding: 15px 15px 30px 15px;
    font-size: 16px;
    
}
    
#nat-mi-susc .row {
        
    width: 100%
        
    }
    
#nat-mi-cta-conocerte h3, #nat-mi-cta-datos-p h3, #nat-mi-cta-conocerte h3, #nat-mi-susc h3 {
    
    font-size: 18px;
    
}
    
.page-template-page-mi_cta #nat-page-cont label {

    line-height: 22px;
    
}
    
#nat-page-cont textarea, .page-template-page-mi_cta #nat-page-cont textarea.form-control {
    
    min-height: 150px;

}
    
.page-template-page-mi_cta #nat-page-cont label {
    
    margin-top: 5px;
    margin-bottom: 4px;

}
    
.nat-sel-color {

    width: 30px;
    height: 30px;
    margin-right: 10px;

}
    
.nat-sel-color:first-child {
        
    margin-left: 5px        
        
    }
    
.nat-sel-color i {

    top: 7px;
    left: 7px;

}    

#nat-mi-cta-datos-p strong, #nat-mi-susc strong {
    
    margin-top: 10px;

}
    
.nat-mi-cta-sep {

    min-height: 15px;
    
}
    
#nat-status-pago-cont p.mb-0 {
        
    line-height: 19px;
    font-size: 14px;    
        
    }
    
.page-template-page-mi_cta #nat-portada-page {
    
    min-height: 230px;
    
}
    
.page-template-page-mi_cta #nat-portada-page h2 {
    
    font-size: 45px;
    padding: 30px;
    margin-bottom: 0;
    
}
    
#parallax-footer {
    
    background-size: cover
    
    }
    
#nat-slider {
        
    height: inherit
        
    }
    
.nat-slider-layers a {
        
        
    }
    
#intro-sub-sld .col-lg-4 img {
    
    max-height: 195px
    
    }
    
#nat-scroll {

    right: 5px;
    bottom: 40px;
    
}
    
/* LIZ */
    
header.container-fluid {

    padding-right: 15px;
    padding-left: 15px;
    
}
    
#site-title {
    
    top: 12px;
    left: 15px;
    width: auto;
    margin-right: 0

}
    
#lz-cont-cats-home {
    
    margin-top: 35px;
    background-color: #fff;
    position: relative;
    padding: 40px 30px 130px 30px;
    border-top: 2px solid #e4a729;
    border-radius: 0px;
    
}


#lz-cont-cats-home .col-lg-9 {
    
    padding-left: 15px;
    
}
    
.lz-btn-gig {
    
    font-size: 20px;
    padding: 12px 25px;

}
    
#lz-curva-header {

    bottom: -12px;

}
    
#lz-curva-header-b {

    bottom: -5px;
    
}
    
#lz-cont-cats-home .col-lg-3 {
        
    margin-top: 40px
        
    }
    
.lz-inst-curv {
    
    top: -1px;

}
    
#lz-home-c-comprar {

    padding: 150px 15px;
    margin: 120px 0 0
  
}
    
#lz-home-c-comprar-txt h2 {
    
    font-size: 26px;

}
    
#lz-home-c-comprar-txt {
    
    padding: 40px 20px;

}
    
#lz-home-c-comprar-txt i {

    margin-right: 20px;

}
    
#lz-home-c-comprar-txt .col-12 {
    
    font-size: 20px;
    line-height: 25px;
    
}
    
#lz-home-c-comprar-txt .col-12 > div {

    width: 76%;
    
}
    
.lz-inst-curv-i {
    
    bottom: -1px;

}
    
#lz-home-checks {
    
    padding-bottom: 130px;
    
}
    
#lz-home-checks .col-lg-6 span {
   
    width: 84%;
    line-height: 23px;
    padding-top: 0;

}
    
#lz-home-checks .col-lg-6 i {
    
    font-size: 36px;
    margin-right: 15px;
    top: 3px;
    
}
    
    
    
#lz-sp-bl {
    
    height: 100px;
    
}
    
#lz-sp-bl-pq {
    
    height: 40px;
    
}
    
#lz-nuestras-f-cont {
    
    padding-left: 30px;
    padding-right: 30px;
    
}
    
#lz-home-nuestras-f {

    margin-top: 56px;
    
}
    
#lz-nuestras-f-curv {

    bottom: -16px
    
}
    
#lz-home-nuestras-f-slider {
 
    top: -80px;
 
}
    
.lz-txt-dest {
 
    font-size: 21px;

}
    
#lz-home-acerc-tit {
    
    font-size: 40px;
    margin-bottom: 40px;
    
}
    
#lz-sep-mor {

    margin-bottom: 18px;
    
}
    
#lz-home-acerc-txt {
    
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 37px;
    
}
    
#lz-banner-lang-txt {
    
    padding-left: 15px;
    padding-right: 15px;
    
}
    
#lz-banner-lang-txt h2 {
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
    
#lz-banner-lang-txt h2 {
    
    margin-top: 0px;
    font-size: 25px;
    text-align: center;
    
}
    
#lz-banner-lang-txt {
    
    margin-top: 55px;
    padding-bottom: 50px;
    
}
    
#lz-banner-lang-img {
    
    margin-top: 25px;
    
}
    
#lz-social-footer a {

    margin-right: 14px;
    margin-top: -20px;
    
}
    
#lz-prefooter h3 {
    
    font-size: 13px;
    letter-spacing: 0;
    
}
    
#lz-footer-menu {
    
    padding: 50px 15px 20px 15px;

}
    
#contacto-footer i {
    
    font-size: 34px;
    
}
    
.sub-footer-menu ul {
        
    text-align: center
        
    }
    
#lz-form-pago-footer {

    max-width: 285px;
    
}
    
#lz-menu {
    
    margin-bottom: 20px;
    padding-right: 0%;
    margin-top: 25px;
    
}

header > .row {
    
    margin-right: -15px;
    
}
    
#navbarPrincipal {
    
    padding-top: 30px;
    padding-bottom: 50px
    
    }
    
#navbarPrincipal ul li {
    
    padding-left: 0;
    
    }
    
#lz-lat-btns-cont {

    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center

}
    
.lz-lat-btn {
    
    display: inline-block;
    margin-right: 12px;
    
}
    
.lz-lat-btn:last-child {
        
        margin-right: 0
        
    }
    
.lz-lat-btn i:before {

    position: relative;
    top: 2px;
    
}
    
#lz-home-blog h2 {
        
    margin-bottom: 25px
        
    }
    
.lz-home-art {
   
    padding: 9px 9px 15px;
    
}
    
#nat-page-cont > .row > .col-lg-9 {
    
    padding: 15px 15px 140px 15px;
    
}
    
.thb-svg-divider-cont {
    
    overflow: hidden
    
    }
    
.thb-svg-divider {

    width: 200%;

}
    
.single-post .thb-svg-divider, .page-template-page-contacto .thb-svg-divider, .single-dom_products .thb-svg-divider {
    
    fill: #fff;

}
    
.post-type-archive-dom_products .thb-svg-divider, .tax-dom_prod_tax .thb-svg-divider {
    
    fill: #fbfbfb;

}
    
    
.single-post #nat-portada-page h2 {
    
    font-size: 26px;
    padding: 15px 0 5px 0;
    margin: 70px 0 0 0;
    line-height: 24px
    
}
    
.single-post #nat-page-cont > .row > .col-lg-9 {
    
    padding: 70px 25px 140px 25px;
    
}
    
.single-post #nat-portada-page h4, .single-dom_products #nat-portada-page h4, .post-type-archive-dom_products #nat-portada-page h4, .tax-dom_prod_tax #nat-portada-page h4 {
    
    margin-bottom: 90px;
    letter-spacing: 2px;
    margin-top: 0;
    
}
    
.single-post #navbarPrincipal li, .single-dom_products #navbarPrincipal li, .post-type-archive-dom_products #navbarPrincipal li, .tax-dom_prod_tax #navbarPrincipal li {
    
    border-bottom: 1px solid #781d90;
    
}
    
.single-dom_products #nat-portada-page h4 {
    
    margin-bottom: 80px;
    
}
    
.single-post #lz-menu, .single-dom_products #lz-menu, .post-type-archive-dom_products #lz-menu, .tax-dom_prod_tax #lz-menu {
        
    margin-top: 24px;
    margin-bottom: 25px;
        
    }
    
.page-template-page-contacto #cont-col-a {
    
    padding: 55px 30px 30px 30px;
    
}
    
.page-template-page-contacto #nat-page-cont #cont-col-a h2 {
    
    margin-top: 35px;
    font-size: 38px;
    
}
    
#productos-arc-cont {

    margin-top: 0;
    
    }
    
#lz-tienda-right {
 
    padding: 40px 15px 160px 15px;
 
}
    
#lz-prods-barra-derecha {
    
    padding-left: 15px;
    
}
    
.post-type-archive-dom_products #nat-portada-page h4, .tax-dom_prod_tax #nat-portada-page h4 {
    
    font-size: 12px;
    
}
    
.post-type-archive-dom_products #nat-portada-page h2, .tax-dom_prod_tax #nat-portada-page h2 {
    
    font-size: 22px;
    margin: 15px 0 0px 0;
    
}
    
.post-type-archive-dom_products #nat-portada-page h4, .tax-dom_prod_tax #nat-portada-page h4 {
    
    margin-bottom: 75px;
    
}
    
.lz-prods-filtros-cont .col-lg-3, .lz-prods-filtros-cont .col-lg-9, .lz-prods-filtros-cont button {
        
    padding-left: 3px;
    padding-right: 3px
        
    }
    
.lz-prods-filtros-cont button {
        
        font-size: 10px
        
    }
    
.lz-prods-filtros-cont button:focus {
        
    box-shadow: 0 0 0 0 rgba(0,123,255,.25)        
        
    }
    
.lz-prods-filtros-cont button i {
    
    right: 1px;
    
}
    
.single-dom_products #nat-portada-page h2 {
    
    font-size: 24px;
    margin: 40px 0 12px 0;
    padding: 0 15px;
    line-height: 27px;
    
}
    
.single-dom_products #nat-portada-page h4 a {
    
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    
}
    
#producto-single-cantidad, #producto-single-precio {
    
    padding: 10px 40px;
    border: 0 none transparent;
    margin-top: 25px;
    
}
    
#producto-single-cantidad {
    
    border-top: 1px dotted #e6e6e6;
    padding-top: 35px;
    
    }
    
#producto-single-precio {
    
    margin-top: 15px;
    
}
    
.single-dom_products #nat-home-productos {
    
    margin-top: 0;
    padding: 0 15px 70px 15px;
    
}
    
#lz-rel-prods > h3 {

    font-size: 15px;

}
    
.single-dom_products .lz-prod-categoria {

    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 5px;
    
}
    
#lz-gen-txt {
    
    padding: 0 0;
    line-height: 36px;
    font-size: 21px;
    
}
    
body.home header.container-fluid, body.page-template-front-page header.container-fluid {

    padding-right: 15px;
    padding-left: 15px

}
    
    
.page-template-page-galeria #nat-portada-page h2 {
    
	font-size: 25px;

}

    
.page-template-page-galeria #nat-page-cont {
    
	padding: 39px 15px 39px 30px;
    
}
    
#lz-gal-cotiz {
	margin-top: 80px;
	margin-bottom: 50px;
	font-size: 20px;
}
    
}

@media screen and (min-width:200px) and (max-width:767px) and (orientation: landscape) {

.container {
    max-width: 100%;
}

	}