/*
Theme Name: https://haciendavilladora.com.ec
Description: Hacienda Villadora webpage
Version: 2.0
Tags: Productos agricolas
Author: Werner Aubele
This theme was created using Blocs (blocsapp.com).
*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-rd{
	border-radius: 40px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* Additional Aspect Ratios */

.ratio-4x4::before{
	padding-top:100%}.ratio-9x16::before{
	padding-top:106.25%}
.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	width:150px;
}
.svg-icon-style{
	width:30px;
}
.svg-icon-0-style{
	width:30px;
}
.svg-icon-32783-style{
	width:40px;
}
.h5-style{
	width:68.11%;
}
.svg-icon-8157-style{
	width:30px;
}
.svg-icon-46138-style{
	width:30px;
}
.svg-icon-30173-style{
	width:30px;
}
.img-logo-villado-style{
	width:174px;
}
.divider-background-color{
	background-color:var(--swatch-var-2259);
	height:2px;
	width:90.26%;
}
.divider-0-background-color{
	background-color:var(--swatch-var-2259);
	height:2px;
	width:75.29%;
}
.p-style{
	width:90.64%;
}
.svg-icon-fill{
	fill:var(--swatch-var-2452)!important;
}
.h5-5-style{
	font-size:16px;
}
.divider-45238-background-color{
	background-color:var(--swatch-var-2259);
	height:2px;
	width:75.82%;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-2452)!important;
}
.h6-style{
	width:100%;
}
.svg-icon-12974-fill{
	fill:var(--swatch-var-2452)!important;
}
.svg-icon-19725-style{
	width:30px;
}
.svg-icon-29150-style{
	width:30px;
}
.svg-icon-26742-style{
	width:30px;
}
.link-style{
	width:100%;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.p-1-style{
	font-size:18px;
}
.p-2-style{
	font-size:24px;
}
.p-3-style{
	font-size:18px;
}
.img-imagen-0-style{
	width:1128px;
}
.divider-23455-background-color{
	background-color:var(--swatch-var-7215);
	height:2px;
}
.divider-1752-background-color{
	background-color:var(--swatch-var-7215);
	height:2px;
}
.p-4-style{
	font-size:18px;
}
.p-5-style{
	font-size:18px;
}
.p-6-style{
	font-size:18px;
}
.p-7-style{
	font-size:24px;
}
.p-8-style{
	font-size:18px;
}
.divider-26630-background-color{
	background-color:var(--swatch-var-7215);
	height:2px;
}
.img-22-style{
	width:110px;
}
.img-23-style{
	width:110px;
}
.img-24-style{
	width:110px;
}
.img-25-style{
	width:112px;
}
.divider-4358-background-color{
	background-color:var(--swatch-var-7215);
	height:2px;
}
.divider-46955-background-color{
	background-color:var(--swatch-var-7215);
	height:2px;
}
.divider-4865-background-color{
	background-color:var(--swatch-var-7215);
	height:2px;
}
.p-9-style{
	font-size:18px;
}
.p-10-style{
	font-size:18px;
}
.container-div-min-height{
	min-height:250px;
}
.divider-16342-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.p-bloc-28-style{
	font-size:18px;
}
.h6-bloc-28-style{
	font-size:18px;
}
.container-div-bloc-28-min-height{
	min-height:250px;
}
.divider-48662-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.divider-7386-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.p-12-style{
	font-size:18px;
}
.h6-4-style{
	font-size:18px;
}
.container-div-0-min-height{
	min-height:250px;
}
.divider-18595-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.divider-29248-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.divider-21957-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.divider-29391-background-color{
	background-color:var(--swatch-var-6258);
	height:2px;
}
.divider-16967-background-color{
	background-color:var(--swatch-var-6258);
	height:10px;
}
.p-13-style{
	font-size:18px;
}
.h6-5-style{
	font-size:18px;
}
.h6-6-style{
	font-size:18px;
}
.container-div-7316-min-height{
	min-height:250px;
}
.p-14-style{
	font-size:18px;
}
.h6-7-style{
	font-size:18px;
}
.container-div-4224-min-height{
	min-height:250px;
}
.p-15-style{
	font-size:18px;
}
.h6-8-style{
	font-size:18px;
}
.container-div-24694-min-height{
	min-height:250px;
}
.p-16-style{
	font-size:18px;
}
.h6-9-style{
	font-size:18px;
}
.h6-10-style{
	font-size:18px;
}
.container-div-45977-min-height{
	min-height:250px;
}
.p-17-style{
	font-size:18px;
}
.divider-22149-background-color{
	background-color:var(--swatch-var-1411);
	height:2px;
}
.divider-49187-background-color{
	background-color:var(--swatch-var-1411);
	height:2px;
}
.divider-39731-background-color{
	background-color:var(--swatch-var-1411);
	height:2px;
}
.divider-10584-background-color{
	background-color:var(--swatch-var-1411);
	height:2px;
}
.divider-45687-background-color{
	background-color:var(--swatch-var-1411);
	height:2px;
}
.divider-30969-background-color{
	background-color:var(--swatch-var-1411);
	height:2px;
}
.divider-2422-background-color{
	background-color:var(--swatch-var-1411);
	height:10px;
}
.p-18-style{
	font-size:18px;
}
.h6-11-style{
	font-size:18px;
}
.container-div-23149-min-height{
	min-height:250px;
}
.h6-12-style{
	font-size:18px;
}
.container-div-33955-min-height{
	min-height:250px;
}
.p-19-style{
	font-size:18px;
}
.h6-13-style{
	font-size:18px;
}
.container-div-14129-min-height{
	min-height:250px;
}
.h6-14-style{
	font-size:18px;
}
.container-div-12801-min-height{
	min-height:100px;
}
.container-div-11485-min-height{
	min-height:250px;
}
.h6-15-style{
	font-size:18px;
}
.container-div-13307-min-height{
	min-height:100px;
}
.container-div-28441-min-height{
	min-height:250px;
}
.p-20-style{
	font-size:18px;
}
.divider-34984-background-color{
	background-color:var(--swatch-var-6714);
	height:2px;
}
.divider-28140-background-color{
	background-color:var(--swatch-var-6714);
	height:2px;
}
.divider-1682-background-color{
	background-color:var(--swatch-var-6714);
	height:2px;
}
.divider-style{
	height:10px;
	background-color:var(--swatch-var-6714);
}
.p-21-style{
	font-size:18px;
}
.h6-16-style{
	font-size:18px;
}
.container-div-38007-min-height{
	min-height:250px;
}
.p-22-style{
	font-size:18px;
}
.h6-17-style{
	font-size:18px;
}
.container-div-9394-min-height{
	min-height:250px;
}
.p-23-style{
	font-size:18px;
}
.h6-19-style{
	font-size:18px;
}
.h6-18-style{
	font-size:18px;
}
.container-div-22249-min-height{
	min-height:250px;
}
.p-24-style{
	font-size:18px;
}
.divider-34135-background-color{
	background-color:var(--swatch-var-1661);
	height:10px;
}
.divider-1414-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-46431-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-24802-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-1656-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-4307-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-41817-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-23692-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.divider-38420-background-color{
	background-color:var(--swatch-var-1661);
	height:2px;
}
.p-25-style{
	font-size:18px;
}
.h6-20-style{
	font-size:18px;
}
.p-26-style{
	font-size:18px;
}
.p-27-style{
	font-size:18px;
}
.h6-22-style{
	font-size:18px;
}
.p-28-style{
	font-size:18px;
}
.h6-23-style{
	font-size:18px;
}
.p-29-style{
	font-size:18px;
}
.h6-24-style{
	font-size:18px;
}
.p-30-style{
	font-size:18px;
}
.h6-25-style{
	font-size:18px;
}
.p-31-style{
	font-size:18px;
}
.h6-26-style{
	font-size:18px;
}
.container-div-16408-min-height{
	min-height:250px;
}
.container-div-2591-min-height{
	min-height:250px;
}
.container-div-7594-min-height{
	min-height:250px;
}
.container-div-5570-min-height{
	min-height:250px;
}
.container-div-20817-min-height{
	min-height:250px;
}
.container-div-23328-min-height{
	min-height:250px;
}
.container-div-46292-min-height{
	min-height:250px;
}
.divider-10646-background-color{
	background-color:var(--swatch-var-661);
	height:10px;
}
.divider-46855-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-11395-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-7204-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-8399-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-7441-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-35394-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-23524-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-26604-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-27014-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-26013-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-14272-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-11008-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.divider-36984-background-color{
	background-color:var(--swatch-var-661);
	height:2px;
}
.p-32-style{
	font-size:18px;
}
.h6-27-style{
	font-size:18px;
}
.p-33-style{
	font-size:18px;
}
.h6-28-style{
	font-size:18px;
}
.p-34-style{
	font-size:18px;
}
.h6-29-style{
	font-size:18px;
}
.p-35-style{
	font-size:18px;
}
.h6-30-style{
	font-size:18px;
}
.p-36-style{
	font-size:18px;
}
.h6-31-style{
	font-size:18px;
}
.p-37-style{
	font-size:18px;
}
.h6-32-style{
	font-size:18px;
}
.p-38-style{
	font-size:18px;
}
.h6-33-style{
	font-size:18px;
}
.p-39-style{
	font-size:18px;
}
.h6-34-style{
	font-size:18px;
}
.p-40-style{
	font-size:18px;
}
.p-41-style{
	font-size:18px;
}
.h6-35-style{
	font-size:18px;
}
.p-42-style{
	font-size:18px;
}
.h6-36-style{
	font-size:18px;
}
.p-43-style{
	font-size:18px;
}
.h6-37-style{
	font-size:18px;
}
.p-44-style{
	font-size:18px;
}
.h6-38-style{
	font-size:18px;
}
.h6-39216-style{
	font-size:18px;
}
.container-div-20809-min-height{
	min-height:250px;
}
.container-div-7216-min-height{
	min-height:250px;
}
.container-div-3543-min-height{
	min-height:250px;
}
.container-div-21888-min-height{
	min-height:250px;
}
.container-div-46507-min-height{
	min-height:250px;
}
.container-div-39546-min-height{
	min-height:250px;
}
.container-div-15375-min-height{
	min-height:250px;
}
.container-div-29126-min-height{
	min-height:250px;
}
.container-div-9599-min-height{
	min-height:250px;
}
.container-div-11771-min-height{
	min-height:250px;
}
.container-div-17759-min-height{
	min-height:250px;
}
.container-div-28180-min-height{
	min-height:251px;
}
.container-div-41218-min-height{
	min-height:250px;
}
.divider-768-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-20215-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-30300-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-24898-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-37443-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-24028-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-31670-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.divider-0-style{
	height:10px;
	background-color:var(--swatch-var-7669);
}
.p-45-style{
	font-size:18px;
}
.h6-40-style{
	font-size:18px;
}
.p-36833-style{
	font-size:18px;
}
.h6-899-style{
	font-size:18px;
}
.p-37134-style{
	font-size:18px;
}
.h6-2103-style{
	font-size:18px;
}
.p-5692-style{
	font-size:18px;
}
.divider-20181-background-color{
	background-color:var(--swatch-var-7669);
	height:2px;
}
.p-26351-style{
	font-size:18px;
}
.p-26999-style{
	font-size:18px;
}
.h6-21079-style{
	font-size:18px;
}
.p-22039-style{
	font-size:18px;
}
.h6-42-style{
	font-size:18px;
}
.h6-43-style{
	font-size:18px;
}
.h6-44-style{
	font-size:18px;
}
.h6-45-style{
	font-size:18px;
}
.h6-47-style{
	font-size:18px;
}
.h6-48-style{
	font-size:18px;
}
.container-div-39015-min-height{
	min-height:250px;
}
.container-div-3745-min-height{
	min-height:250px;
}
.container-div-23144-min-height{
	min-height:250px;
}
.container-div-996-min-height{
	min-height:250px;
}
.container-div-8775-min-height{
	min-height:250px;
}
.container-div-30659-min-height{
	min-height:250px;
}
.container-div-24784-min-height{
	min-height:250px;
}
.p-52-style{
	font-size:18px;
}
.divider-1856-background-color{
	background-color:var(--swatch-var-490);
	height:2px;
}
.divider-13120-background-color{
	background-color:var(--swatch-var-490);
	height:2px;
}
.divider-31228-background-color{
	background-color:var(--swatch-var-490);
	height:2px;
}
.divider-569-background-color{
	background-color:var(--swatch-var-490);
	height:2px;
}
.divider-18768-background-color{
	background-color:var(--swatch-var-490);
	height:2px;
}
.divider-20523-background-color{
	background-color:var(--swatch-var-490);
	height:10px;
}
.p-53-style{
	font-size:18px;
}
.h6-49-style{
	font-size:18px;
}
.h6-50-style{
	font-size:18px;
}
.container-div-12907-min-height{
	min-height:250px;
}
.h6-51-style{
	font-size:18px;
}
.container-div-14822-min-height{
	min-height:250px;
}
.p-57-style{
	font-size:18px;
	width:82.38%;
}
.container-div-44545-min-height{
	min-height:250px;
}
.container-div-15537-min-height{
	min-height:250px;
}
.p-bloc-145-style{
	font-size:18px;
}
.h6-bloc-145-style{
	font-size:18px;
}
.p-62-style{
	font-size:18px;
	width:79.98%;
}
.container-div-10723-min-height{
	min-height:250px;
}
.divider-49070-background-color{
	background-color:var(--swatch-var-490);
	height:2px;
}
.p-bloc-142-style{
	font-size:18px;
}
.p-bloc-140-style{
	font-size:18px;
}
.p-bloc-138-style{
	font-size:18px;
}
.h6-54-style{
	font-size:18px;
}
.p-63-style{
	font-size:18px;
}
.divider-38874-background-color{
	background-color:var(--swatch-var-758);
	height:10px;
}
.divider-42835-background-color{
	background-color:var(--swatch-var-758);
	height:2px;
}
.divider-263-background-color{
	background-color:var(--swatch-var-758);
	height:2px;
}
.divider-39288-background-color{
	background-color:var(--swatch-var-758);
	height:2px;
}
.container-div-26694-min-height{
	min-height:250px;
}
.container-div-12805-min-height{
	min-height:250px;
}
.container-div-14588-min-height{
	min-height:250px;
}
.p-66-style{
	font-size:18px;
}
.p-67-style{
	font-size:20px;
}
.p-68-style{
	font-size:20px;
}
.p-69-style{
	font-size:20px;
}
.img-36-style{
	width:1125px;
}
.p-18118-style{
	font-size:18px;
}
.p-71-style{
	font-size:18px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2597:rgba(128,113,169,1.00);
	
	--swatch-var-1411:rgba(87,66,140,1.00);
	
	--swatch-var-7215:rgba(25,110,63,1.00);
	
	--swatch-var-2452:rgba(255,255,255,1.00);
	
	--swatch-var-2259:rgba(234,139,67,1.00);
	
	--swatch-var-2869:#000000;
	
	--swatch-var-5182:rgba(245,73,39,1.00);
	
	--swatch-var-758:rgba(240,94,88,1.00);
	
	--swatch-var-1625:rgba(4,108,144,1.00);
	
	--swatch-var-7669:rgba(4,158,69,1.00);
	
	--swatch-var-1661:rgba(148,147,64,1.00);
	
	--swatch-var-661:rgba(218,88,19,1.00);
	
	--swatch-var-3014:rgba(45,64,175,1.00);
	
	--swatch-var-6258:rgba(166,71,100,1.00);
	
	--swatch-var-6714:rgba(6,105,177,1.00);
	
	--swatch-var-490:rgba(115,72,16,1.00);
	
}


/* Background colour styles */

.bgc-2597{
	background-color:var(--swatch-var-2597);
}
.bgc-1411{
	background-color:var(--swatch-var-1411);
}
.bgc-7215{
	background-color:var(--swatch-var-7215);
}

/* Text colour styles */

.tc-2452{
	color:var(--swatch-var-2452)!important;
}
.tc-7215{
	color:var(--swatch-var-7215)!important;
}
.tc-1625{
	color:var(--swatch-var-1625)!important;
}
.tc-1411{
	color:var(--swatch-var-1411)!important;
}
.tc-6258{
	color:var(--swatch-var-6258)!important;
}
.tc-6714{
	color:var(--swatch-var-6714)!important;
}
.tc-1661{
	color:var(--swatch-var-1661)!important;
}
.tc-661{
	color:var(--swatch-var-661)!important;
}
.tc-7669{
	color:var(--swatch-var-7669)!important;
}
.tc-490{
	color:var(--swatch-var-490)!important;
}
.tc-758{
	color:var(--swatch-var-758)!important;
}
.tc-5182{
	color:var(--swatch-var-5182)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}

/* Button colour styles */

.btn-c-7215{
	background:var(--swatch-var-7215);
	color:#FFFFFF!important;
}
.btn-c-7215:hover{
	background:#003B0C!important;
	color:#FFFFFF!important;
}
.btn-c-2452{
	background:var(--swatch-var-2452);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2452:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-2452{
	color:var(--swatch-var-2452)!important;
}
.ltc-2452:hover{
	color:#CCCCCC!important;
}
.ltc-7215{
	color:var(--swatch-var-7215)!important;
}
.ltc-7215:hover{
	color:#003B0C!important;
}

/* Bloc image backgrounds */

.bg-blends{
	background-image:url("img/blends.png");
	background-image: -webkit-image-set(url("img/blends.webp") 1x,
url("img/blends.webp") 2x);background-image: image-set(url("img/blends.png") 1x,
url("img/blends.png") 2x,url("img/blends.webp") 1x,
url("img/blends.webp") 2x);
}
.bg-flor-de-jamaica{
	background-image:url("img/flor-de-jamaica.png");
	background-image: -webkit-image-set(url("img/flor-de-jamaica.webp") 1x,
url("img/flor-de-jamaica.webp") 2x);background-image: image-set(url("img/flor-de-jamaica.png") 1x,
url("img/flor-de-jamaica.png") 2x,url("img/flor-de-jamaica.webp") 1x,
url("img/flor-de-jamaica.webp") 2x);
}
.bg-lavanda{
	background-image:url("img/lavanda.png");
	background-image: -webkit-image-set(url("img/lavanda.webp") 1x,
url("img/lavanda.webp") 2x);background-image: image-set(url("img/lavanda.png") 1x,
url("img/lavanda.png") 2x,url("img/lavanda.webp") 1x,
url("img/lavanda.webp") 2x);
}
.bg-flor-azul{
	background-image:url("img/flor-azul.png");
	background-image: -webkit-image-set(url("img/flor-azul.webp") 1x,
url("img/flor-azul.webp") 2x);background-image: image-set(url("img/flor-azul.png") 1x,
url("img/flor-azul.png") 2x,url("img/flor-azul.webp") 1x,
url("img/flor-azul.webp") 2x);
}
.bg-infusiones{
	background-image:url("img/infusiones.png");
	background-image: -webkit-image-set(url("img/infusiones.webp") 1x,
url("img/infusiones.webp") 2x);background-image: image-set(url("img/infusiones.png") 1x,
url("img/infusiones.png") 2x,url("img/infusiones.webp") 1x,
url("img/infusiones.webp") 2x);
}
.bg-flores{
	background-image:url("img/flores.png");
	background-image: -webkit-image-set(url("img/flores.webp") 1x,
url("img/flores.webp") 2x);background-image: image-set(url("img/flores.png") 1x,
url("img/flores.png") 2x,url("img/flores.webp") 1x,
url("img/flores.webp") 2x);
}
.bg-esotéricos{
	background-image:url("img/esote%CC%81ricos.png");
}
.bg-Textura-Gifts{
	background-image:url("img/Textura-Gifts.png");
	background-image: -webkit-image-set(url("img/Textura-Gifts.webp") 1x,
url("img/Textura-Gifts.webp") 2x);background-image: image-set(url("img/Textura-Gifts.png") 1x,
url("img/Textura-Gifts.png") 2x,url("img/Textura-Gifts.webp") 1x,
url("img/Textura-Gifts.webp") 2x);
}
.bg-Textura-naranja-frutas{
	background-image:url("img/Textura-naranja-frutas.png");
	background-image: -webkit-image-set(url("img/Textura-naranja-frutas.webp") 1x,
url("img/Textura-naranja-frutas.webp") 2x);background-image: image-set(url("img/Textura-naranja-frutas.png") 1x,
url("img/Textura-naranja-frutas.png") 2x,url("img/Textura-naranja-frutas.webp") 1x,
url("img/Textura-naranja-frutas.webp") 2x);
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	
}

