/*
Theme Name: Llaollao template 
Author: Roberto Marin
License: The Unlicense
License URI: LICENSE
Text Domain:  Llaollao
Version : 2.2
*/

/* FUENTES */

@font-face {
    font-family: 'VAGRoundedStdThin';
    src: url('fonts/vagroundedstd-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'VAGRoundedStdThin';
	src: url('fonts/27A02D_0_0.woff') format('woff');
	font-weight: bold;
}
@font-face {
    font-family: 'bree_serifregular';
    src: url('fonts/breeserif_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bree_regular';
    src: url('fonts/bree_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cooper_lt_light';
    src: url('fonts/cooper_lt_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Fuente para web hk */
@font-face {
    font-family: 'DFYuanBold1B';
    src: url('fonts/hk_font/DFYuanBold1B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Fuente para web kr */
@font-face {
    font-family: 'BMJUA';
    src: url('fonts/kr_font/BMJUA.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}



html{
	/*height: 100%;*/
}
body {
	font-family: 'VAGRoundedStdThin', sans-serif;
	color: #58585a;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
}	
a, a:hover, a:visited{
	outline: none;
	color: #58585a;
}
img, svg{
	max-width: 100%;
	height: auto;
}
.section,section{
	position: relative;
}
.padding-section{
	padding: 30px 0px;
}
.relative{
	position: relative;
}
/*.container{
	max-width: 1060px;
}*/
iframe{
	max-width: 100%;
}
code {
	white-space: normal;
}
.uppercase{
	text-transform: uppercase;
}
.underline{
	text-decoration: underline;
}
.unstyled-list{
	padding: 0;
	margin: 0;
}
.unstyled-list li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.justify{
	text-align: justify;
}
section{
	position: relative;
}
.container-fluid{
	max-width: 1100px;
	margin: auto;
}
.thumb-container{
	display: block;
	text-decoration: none;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.thumb-container.absolute{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* HEADINGS & FONTS CLASSES */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'bree_regular', sans-serif;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 1.2rem;
}
h1, .h1{
	font-size: 1.4rem;
	line-height: 1.1;
}
h5, .h5{
	font-size: 1rem;
	line-height: 1.1;
	margin: 0 0 1rem;
}
.page-title{
	font-size: 2.1rem;
	line-height: 1.1;
	margin: 7px 0 30px;
	text-transform: lowercase;
	color: #aad417;
}
.section-title:before, .section-title:after {
}

.breadcrumb{
	background: none;
	padding: 8px 15px;
	font-size: 12px;
	display: inline-block;
	background: #fcfcfc;
}
.breadcrumb i{
	font-size: 15px;
}

.cursiva, .cursive{
	font-style: italic;
}
.regular{
	font-weight: 400;
}
.light{
	font-weight: 300;
}
.medium{
	font-weight: 500;
}
strong, .bold, .bold small{
	font-weight: bold;
}
.bree{
    font-family: 'bree_regular', sans-serif;
}


/* COLORS */

.green, .green a, a.green{
	color: #aad318;
}
.green-content{
	background-color: #a4c91f;
	color: #ffffff;
}

.white, .white a, a.white{
	color: #ffffff;
}
.white-content{
	background: #ffffff;
}
.black, .black a, a.black{
	color: #000000;
}


.gray-content{
	background-color: #f5f5f5;
	color: #555;
}


::selection {
    color: #fff; 
    background: #82be00;
}

.has-error, .error-msg{
	position: relative;
}

.button, input[type="submit"], a.button {
    display: inline-block;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 13px;
    outline: none;
    border: none;
    line-height: 1;
    text-decoration: none;
    padding: 10px 41px;
    margin: 0 0 0px;
    text-align: center;
    transition: all .3s ease;
    background: #80be00;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
}
 .button:hover {
 	opacity: .8;
 }

a.button.small-button {
	font-size: 14px;
	padding: 7px 20px;
}


.tag,blockquote{
}
.tag:hover{
	text-decoration: none;
}

blockquote{padding: 10px;font-family: 'bree_regular';}
blockquote p{
	margin: 0;
}

.blockquote{
	position: relative;
	font-weight: bold;
	padding-left: 49px;
	padding-top: 40px;
	margin: 30px 0px 50px;
}
.blockquote:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 26px solid;
}


/* SOCIAL LINKS */

ul.social-links {
	padding:0;
}

ul.social-links > li {
}


ul.social-links > li a {transition: all 0.3s ease;text-decoration: none;}

ul.social-links > li:hover a {
	    color: #80be00;
}


/* animated element */

.animated-element{
	opacity: 0;
	display: block;
}
.animated-element.visible{
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-animation: moveUp 1.4s ease forwards;
	-moz-animation: moveUp 1.4s ease forwards;
	-ms-animation: moveUp 1.4s ease forwards;
	animation: moveUp 1.4s ease forwards; 
}
@-webkit-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-ms-keyframes moveUp {
	0% { }
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

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

/* ASIDE */

#aside {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #fafafa;
	z-index: 2;
	visibility:hidden;
	opacity:0;
	-webkit-transform:scale(.9);
	-ms-transform:scale(.9);
	-o-transform:scale(.9);
	transform:scale(.9);
	-webkit-transition:opacity .5s,visibility .5s,-webkit-transform .5s;
	transition:opacity .5s,visibility .5s,-webkit-transform .5s;
	-o-transition:opacity .5s,visibility .5s,-o-transform .5s;
	transition:transform .5s,opacity .5s,visibility .5s;
	transition:transform .5s,opacity .5s,visibility .5s,-webkit-transform .5s,-o-transform .5s;
	will-change:transform,opacity,visibility;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.menu-active #aside {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

#aside > div{
	height: 100%;
}
#aside ul.menu {
	margin: 0 auto;
	list-style:none;
	overflow-x:hidden;
	padding: 79px 15px 30px;
}

#aside ul.menu > li {
	-webkit-transition:opacity .35s;
	-o-transition:.35s opacity;
	transition:opacity .35s;
	position:relative;
	margin: 9px 0px 10px;
	font-family: 'bree_regular', sans-serif;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
}
#aside ul.menu > li:first-child{
	margin: 0 0 19px;
}

#aside ul.menu > li > a {
	display: inline-block;
	font-weight: 500;
	letter-spacing:1px;
	text-decoration: none;
	padding: 4px 9px 0px 0px;
	line-height: 1.1;
	font-size: 1.8em;
	color: #58585a;
	line-height: 0.9;
	letter-spacing: -1px;
	transition: all 0.3s ease;
}
#aside ul.menu > li:first-child > a,
#aside ul.menu > li:last-child > a {color: #aad417;font-style: italic;}

#aside ul.menu > li:last-child{
	margin-top: 20px;
}
#aside ul.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
#aside ul.menu > li.current-menu-item > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor:hover > a  {color: #abd400;}
#aside ul.menu > li.menu-item-has-children > a {
	position: relative;
}

#aside ul.menu li.menu-item-has-children > .trigger{position: absolute;right: 0;top: 0px;padding: 4px;}
#aside ul.menu li.menu-item-has-children > .trigger i {
	font-size: 13px;
	line-height: 1;
	background: #b6cb29;
	color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 27px;
	text-align: center;
}

#aside ul.menu > li > ul > li.menu-item-has-children > .trigger{
	right: 4px;
	top: 10px;
}
#aside ul.menu > li > ul > li.menu-item-has-children > .trigger i {
	font-size: 15px;
	width: 16px;
	color: #58585a;
	background: none;
	height: 16px;
	line-height: 18px;
}


#aside ul.menu > li > ul > li > ul > li.menu-item-has-children > .trigger{
	right: 5px;
	top: 0px;
}
#aside ul.menu > li > ul > li > ul > li.menu-item-has-children > .trigger i {
	font-size: 12px;
	width: 14px;
	color: #aaaaaa;
	background: none;
	height: 13px;
	line-height: 17px;
	text-align: center;
}

#aside ul.menu > li ul{
    margin: 6px 0px 6px 0px;
    padding-left: 0px;
    display: none;
}
#aside ul.menu > li ul li{
	list-style: none;
}
#aside ul.menu > li.sub-menu-active > ul{
	display: block;
}
#aside ul.menu > li > ul > li {
	padding: 5px 0px 5px 0px;
	list-style: none;
	margin: 4px 0px 4px;
	min-width: 100%;
	position: relative;
	border-bottom: 1px solid #ededed;
}
#aside ul.menu > li > ul > li:last-child {
	border-bottom: none;
}
#aside ul.menu > li > ul > li > a{
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	padding: 3px 2px 2px 13px;
	display: inline-block;
	position: relative;
	line-height: 1.25;
}
#aside ul.menu > li > ul > li.current-menu-item > a{
	color: #90d400;
}
#aside ul.menu > li > ul > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #aad417;
}
#aside ul.menu > li > ul > li.menu-item-has-children > a{
	position:relative;
}
#aside ul.menu > li > ul > li > ul{
    padding-left: 0px;
    display: flex;
}
#aside ul.menu > li > ul > li > ul > li{
    list-style: none;
    width: 50%;
    position: relative;
}
#aside ul.menu > li > ul > li > ul > li a{
	display: inline-block;
	padding: 6px 13px;
	font-size: 16px;
	color: #aaa;
	text-decoration: none;
	line-height: 1.1;
	position: relative;
}


#aside ul.menu > li > ul > li > ul > li > ul{
}
#aside ul.menu > li > ul > li > ul > li > ul > li{
}
#aside ul.menu > li > ul > li > ul > li > ul > li > a{
	font-size: 12px;
}

#aside ul.menu li.menu-item-has-children > ul{
	display: none;
}

#aside ul.menu  li.menu-item-has-children.current-menu-ancestor > a{
	color: #aad417;
}

#aside ul.menu li.menu-item-has-children.sub-menu-active > ul{
	display: block;
}
#aside ul.menu > li > ul > li.menu-item-has-children.sub-menu-active > ul{
	display: flex;
	flex-wrap: wrap;
}
#aside ul.menu > li > ul > li > ul > li.menu-item-has-children > a{
	padding-right: 20px;
	padding-left: 13px;
}
#aside ul.menu > li > ul > li.sub-menu-active > ul > li.current-menu-ancestor > a{
	color: #b6cb29;
}

#aside .languages{
	position: absolute;
	right: 0;
	margin-top: 71px;
	margin-right: 20px;
	top: 0;
	z-index: 10000;
}


#aside ul.social-links{
    padding: 0 26px;
    margin: 0 00 1px;
}
#aside ul.social-links li{
    list-style: none;
    margin: 0 7px;
    display: inline-block;
}
#aside ul.social-links li a{
    color: #bdc435;
    font-size: 28px;
}
#aside ul.social-links li a i{
	min-width: 20px;
}


/* HEAD */

#head {
    padding: 4px 0px;
    position: fixed;
    z-index: 3;
    background: #ffffff;
    transition: all .4s;
    width: 100%;
    left: 0;
    top: 0;
}
.search-active #head{
	background: none;
}

#head .logo{
    display: block;
    position: relative;
    top: 5px;
}
#head .logo img,
#head .logo svg{
	transition: all .4s ease;
	width: 99px;
}
#search-content{
	transition: all .4s;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	transform: translate3d(0,-20px,0);
	background: rgba(170, 212, 23, 0.94);
	padding: 100px 0 30px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}
.search-active #search-content{
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}
#search-content form{
	padding: 10px 0px;
}
#search-content form span{
	margin;
	font-style: italic;
	margin: 0 0 10px;
	font-weight: bold;
}
#search-content form input[type="text"]{
	margin: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	border: none;
	border: none;
	font-size: 30px;
	background: none;
	color: #fff;
	outline: none;
	font-weight: bold;
	border-bottom: 2px solid;
}
#search-content form input::placeholder{
	color: rgba(255, 255, 255, 0.6);
}
#search-content form .button{
	border-radius: 0 5px 5px 0px;
	padding: 9px 19px;
}
.search-icon{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 19px;
	text-decoration: none;
	margin: 0px 10px 0px 0;
	transition: all .5s;
}
.search-icon:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 3px;
	background: #aad417;
	transform: rotate(-45deg);
	left: 2px;
	border-radius: 5px;
	top: 14px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.search-icon:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border: 3px solid #aad417;
	border-radius: 50%;
	top: 0px;
	left: 7px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
body:not(.scrolling):not(.menu-active) #head.light-style .search-icon:after{
	border-color: #ffffff;
}
body:not(.scrolling):not(.menu-active) #head.light-style .search-icon:before{
	background-color: #ffffff;
}

.trigger-search{
	transition: all .5s;
	cursor: pointer;
	font-size: 13px;
}
.search-active .trigger-search{
	color: #ffffff;
}
.search-active #head .logo svg > *{
	fill: #fff;
}
body.menu-active .search-icon{
}
body.search-active .search-icon{}
body.search-active .search-icon:before{
	width: 26px;
	height: 4px;
	top: 8px;
	left: 5px;
}
body.search-active .search-icon:after{
	border-radius: 0;
	width: 4px;
	height: 26px;
	border: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 17px;
	top: -3px;
	border-radius: 4px;
}



body.search-active .search-icon:before,
body.search-active .search-icon:after{
	background-color: #ffffff;
}

/* LANGUAGES */

div.languages {
	display:inline-block;
	position: relative;
	padding-left: 10px;
	margin-left: 8px;
}

div.languages:after{
	content: '';
	position: absolute;
	right: 0;
	top: 17px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #8d8d8b;
}
div.languages.active:after{
	transform: rotate(180deg);
}
body:not(.scrolling) #head.light-style div.languages:after{
	border-top-color: #fff;
}
div.languages .current-language{
	cursor: pointer;
	padding-right: 18px;
	padding: 9px 18px 9px 18px;
}
div.languages .current-language img{
    width: 13px;
}
div.languages .current-language span{font-size: 14px;margin-left: 7px;text-transform: none;font-weight: bold;}

.search-active div.languages .current-language span{
	color: #ffffff;
}
.search-active div.languages:after{
	    border-top: 5px solid #ffffff;
}
div.languages ul {
	padding:0;
	margin:0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fafafa;
	display: none;
	background: #ffffff;
}
div.languages.active ul{
	display: block;
}
div.languages ul li {
	display:block;
	margin: 0;
	position:relative;
	font-size:16px;
}
div.languages ul li:last-child *{
	border-bottom: none;
}

div.languages ul li *{
	padding: 5px;
	margin:0;
	color: #8d8d8b;
	border-bottom: 1px solid;
	display: block;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	font-size: 13px;
	font-weight: bold;
}
div.languages ul li span{
	padding: 5px;
	margin:0;
	background-color: #91b522;
	color: #ffffff;
}

body:not(.scrolling) #head.light-style div.languages .current-language {
	color: #ffffff
}


/* TRIGGER */

.trigger-menu {
	position: relative;
	vertical-align:top;
	cursor:pointer;
	display: block;
	z-index:3;
	width: 32px;
	height: 22px;
	-webkit-transition: all 800ms cubic-bezier(.19,1,.22,1) 0ms;
	-moz-transition: all 800ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 800ms cubic-bezier(.19,1,.22,1) 0ms;
}

.trigger-menu i {
	width: 100%;
	height: 4px;
	background-color: #aad318;
	display:block;
	border-radius: 5px;
	position:absolute;
	left: 0px;
	bottom: 0;
	-webkit-transition: all 800ms cubic-bezier(.19,1,.22,1) 0ms;
	-moz-transition: all 800ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 800ms cubic-bezier(.19,1,.22,1) 0ms;
}
.search-active .trigger-menu i{background-color: #fff;}
.trigger-menu i:first-child {
	top: 0;
}
.trigger-menu i:first-child + i{
	top: 50%;
	margin-top: -2px;
}

.trigger-menu i:last-child {
	bottom: 0;
}
.menu-active .trigger-menu i {
	opacity:0;
	-webkit-transform:translate3d(-20px,0,0);
	-moz-transform:translate3d(-20px,0,0);
	transform:translate3d(-20px,0,0);
	width:30px;
	left: 0px;
	transform-origin: center center;
}
.menu-active .trigger-menu i:first-child {
	-webkit-transform: rotate(30deg) translate3d(0px,-1px,0);
	opacity: 1;
	width: 32px;
	transform-origin: left bottom;
}
.menu-active .trigger-menu i:last-child {
	-webkit-transform: rotate(-30deg) translate3d(3px,-1px,0);
	opacity:1;
	width: 32px;
	transform-origin: left bottom;
}
 
#main{
    padding-top: 73px;
}
#main .main-content{}

/* FOOTER */

#footer{
	padding: 20px 0px;
	font-size: 12px;
}
#footer p{
	margin: 0;
}
#footer .h4{
	font-size: 14px;
	margin-top: 20px;
}

#footer .list-inline{}
#footer  .list-inline > li{
	margin: 0 0 10px;
}
#footer .list-inline li a{
	font-size: 16px;
}


#footer ul.social-links{margin: 0 0 30px;text-align: center;}
#footer ul.social-links > li{
    list-style: none;
    display: inline-block;
}
#footer ul.social-links > li a{
    font-size: 13px;
    margin: 0 7px;
    font-size: 20px;
}
#footer ul.social-links > li a:hover{}
#footer ul.social-links > li a i{
}

#footer ul.social-links > li:after {
	margin: 0 3px;
}
#footer ul.social-links > li:last-child:after {
	display: none;
}

#footer .banner-footer{
    border-radius: 10px;
    color: #ffffff;
    margin: 0 0 20px;
    background-position: center center;
    background-size: auto 95%;
    background-repeat: no-repeat;
    padding: 12px 18px 20px;
}
#footer .banner-footer p{
	width: 100%;
	font-weight: bold;
	font-family: 'bree_regular';
	font-size: 26px;
	margin: 0 0 23px;
	line-height: 1;
	padding: 0;
	min-height: 51px;
}
#footer .banner-footer p + p{
	padding-top: 0;
	margin: 0;
}
#footer .banner-footer .button{
	background: #ededed;
	padding: 8px 30px;
	border-radius: 9px;
	color: #58585a;
	font-size: 14px;
	margin-top: 80px;
}

#footer .info{
	margin: 20px 0px;
}
#footer .info p{}

/* MAIN */

#main{}

.page-template-page-home #main{
}

.thecontent.home-content{
	background: url(img/svg/iconos_home.svg) no-repeat center top;
	background-size: 150px;
	padding-top: 100px;
}
.thecontent.home-content p{
}

.thecontent{
    margin: 0 0 40px;
}
.thecontent p{line-height: 1.5;margin: 0 0 20px;font-weight: 300;line-height: 1.4;} 
.thecontent h4{color: #aad417;}

.thecontent ul{
	padding: 0;
}
.thecontent ul > li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin: 0 0 10px;
	}
.thecontent ul > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #aad417;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
	padding: 0;
}

/* SLIDER */

.main-slider{
    position: relative;
}
.main-slider .item{
	position: relative;
	border-radius: 10px;
	padding-top: 20px;
	border: none;
	min-height: calc(63vw);
}
.main-slider .item .thumb-container{
	background-size: 100%;
	background-position: right center;
	height: 100%;
	border-radius: 20px;
	/* display: none; */
}
.main-slider .caption{
    padding: 10px 20px;
    position: relative;
    font-size: 17px;
}
.main-slider .caption img{
}
.main-slider .caption h1,
.main-slider .caption .h1{}
.main-slider .caption h2,
.main-slider .caption .h2{}
.main-slider .caption h3,
.main-slider .caption .h3{
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 10px;
}
.main-slider .caption p{
    line-height: 1.3;
    font-size: 16px;
    margin: 0 0 10px;
}
.main-slider .caption p a.button{}

.main-slider .caption ul{
	padding: 0;
	margin: 0 0 50px;
}
.main-slider .caption ul li{
	position: relative;
	list-style: none;
	padding-left: 15px;
	margin: 0 0 8px;
	color: #555;
}
.main-slider .caption ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 7px;
	height: 7px;
	background: #81be00;
	border-radius: 50%;
}

/* CUSTOM SLIDES */


/* brioche slide */

#brioche-slide{
    min-height: 330px;
}
#brioche-slide .thumb-container{}
#brioche-slide .logo,
#brioche-slide .brioche{
	position: absolute;
	left: 50%;
	top: 50%;
}
.owl-item.active #brioche-slide .logo,
.owl-item.active #brioche-slide .brioche{
	-webkit-transition: all 3000ms cubic-bezier(.19,1,.22,1) .5s;
	-moz-transition: all 3000ms cubic-bezier(.19,1,.22,1) .5s;
	-ms-transition: all 3000ms cubic-bezier(.19,1,.22,1) .5s;
	transition: all 3000ms cubic-bezier(.19,1,.22,1) .5s;
}

#brioche-slide .logo{
	opacity: 0;
	width: 30%;
	transform: translate3d(-50%,-40%, 0);
}
#brioche-slide .brioche{
	opacity: 1;
	width: 28.9%;
	margin: 1.6% 0 0 0%;
	transform: translate3d(-50%,-50%, 0);
}
.owl-item.active #brioche-slide .thumb-container{
    background-size: 100%;
    opacity: 1;
}
.owl-item.active #brioche-slide .logo{
	opacity: 1;
	transform: translate3d(-50%,-50%, 0);
}
.owl-item.active #brioche-slide .brioche{
	transform: translate3d(-50%,-40%, 0);
	opacity: 0;
}

/* frappe slide */

#frappe-slide{
    min-height: 330px;
}
#frappe-slide .thumb-container{
	opacity: 1;
	background-position: center center;
	background-size: 100%
}


ul.slide-links{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
ul.slide-links > li{
	position: absolute;
	list-style: none;
	line-height: 1;
	text-align: center;
	opacity: 0;
	transform: translate3d(0,10px,0);
}

.owl-item.active ul.slide-links > li{
	transition-duration: 1s;
	opacity: 1;
	transform: translate3d(0,0,0);
}
ul.slide-links > li:first-child{
	left: 23%;
	top: 87%;
	transition-delay: .1s;
}
ul.slide-links > li:first-child + li{
	left: 37%;
	top: 87%;
	transition-delay: .2s;
}
ul.slide-links > li:first-child + li + li{
	left: 51.1%;
	top: 84.9%;
	transition-delay: .3s;
}
ul.slide-links > li:first-child + li + li + li{
	left: 67%;
	top: 84.9%;
	transition-delay: .4s;
}
ul.slide-links > li:first-child + li + li + li + li{
	left: 80%;
	top: 84.4%;
	transition-delay: .5s;
}


ul.slide-links > li > a{
	transition: all .3s ease;
	text-decoration: none;
	font-size: 13px;
	display: none;
}
ul.slide-links > li:hover > a{
	color: #82be00;
}

/* CONTACTO */

.contact-section{}
.contact-section .thumb-container{
	min-height: 200px;
}

.map-container{
	position: relative;
	min-height: 300px;
	max-height: 600px;
	height: 33.9vw;
	border: 10px solid;
	margin: 0 0 30px;
}
.map-container iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* OWL CAROUSEL */

body {
   counter-reset: item;
 }

.owl-carousel{
	position: relative;
	margin: 0px 0 30px;
}
.owl-carousel .owl-item img {
}
.owl-dots{
	position: absolute;
	bottom: -13px;
	width: 100%;
	left: 0px;
	max-width: 1110px;
	text-align: center;
	padding: 0px;
}
.owl-dots .owl-dot {
   counter-increment: item;
   width: 27px;
   height: 27px;
   line-height: 27px;
   position: relative;
   border-radius: 0px;
   border: none;
   margin: 10px 5px 8px;
   display: inline-block;
 }


.owl-carousel{
}
.owl-dots{
}
.owl-dots .owl-dot {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   border: 1px solid #81be00;
 }

.owl-dots .owl-dot.active {
   width: 14px;
   height: 14px;
   background: #81be00;
  }
 
 .owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev{
	 width: 20px;
	 height: 90px;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 background-position: center center;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 font-size: 0;
	}
 .owl-carousel .owl-nav{
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	width: 100%;
 	transform: translate(-50%,-50%);
 	max-width: 1250px;
 }
 .owl-carousel .owl-nav .owl-prev{
	 background-image: url(img/angle_left_gray.svg);
	 left: 0;
	}
 .owl-carousel .owl-nav .owl-next{
	 background-image: url(img/angle_right_gray.svg);
	 right: 0;
	}

	
	#modules section .owl-carousel .item{
		min-height: 250px;
	}

/* TABLES */

.table{
	border: 1px solid #cccccc;
	font-size: 12px;
}
.table thead th,
.table tbody td{
    padding: .6rem .75rem;
    color: #333;
    font-weight: 500;
}

.table thead th{
    background: #58ad4e;
    color: #ffffff;
    min-width: 110px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
}
.table .table-header td{
	background: #a3cb1d;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	line-height: 1.2;
}
.table .table-header td.llaollao-icon{
	background: #ffffff;
	min-width: 100px;
	background: url(https://dev.sozpic.com/llaollao/wp-content/uploads/2018/11/logo.png);
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center;
}

.table.table-striped tbody tr:nth-of-type(odd){
	background-color: #ccc
}

/* FORMS */

/********/

.form-content,
.webform-component{
	margin-bottom: 0px;
}

.form-content .form-section-title{
    padding: 12px 8px;
    background: rgba(129, 190, 0, 1);
    color: #ffffff;
    margin: 21px 0px;
    border-radius: 4px;
    font-size: 15px;
}

.form-content .nav-tabs{
    display: flex;
    justify-content: center;
    border: none;
}
.form-content .nav-tabs{}

.form-content .nav-tabs .nav-link{
    border-color:  #ddd;
    margin: 0 10px;
    font-weight: bold;
    border-bottom-color: transparent;
    font-size: 15px;
    position: relative;
    z-index: 1;
    top: 1px;
    border-bottom: none;
    background: #fafafa;
    border-radius: 8px 8px 0px 0px;
    color: #888;
}

.form-content .nav-tabs .nav-item.show .nav-link,
.form-content .nav-tabs .nav-link.active{
    background: #82be00;
    color: #fff;
}

.form-content .tab-content{padding: 20px;background: #fafafa;min-height: 150px;border: 1px solid #ddd;margin: 0 0 30px;border-radius: 6px;}

.dropdown{
    width: 100%;
    margin: 0 0 0px;
    background: #ffffff;
    color: #9d9d9d;
    border-radius: 5px;
}
.dropdown .selected{
    font-style: normal;
    font-size: 16px;
}
.dropdown.open .selected{
    border-radius: 4px 4px 0px 0px;
}
.dropdown div{
	border: 1px solid #043c79;
	border-radius: 0px 0px 4px 4px;
}
.dropdown ul{
    padding: 0;
}
.dropdown ul li{
    font-size: 13px;
    padding: 10px 12px;
    color: #363839;
}
.dropdown ul li.active{
    color: #ffffff;
    background: rgb(64, 99, 100);
}
.dropdown ul li.focus{
    background: rgba(64, 99, 100, 0.6);
    color: #ffffff;
}
.dropdown + .error-msg{
	position: relative;
	top: -4px;
}

label{
    margin: 10px 0px 4px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.local-option {
    display: none;
}

.form-message{
    padding: 50px 20px;
    border: 1px solid #043c7a;
    margin: 20px 0px;
}
.form-message h1{
    font-size: 60px;
    color: #043c7a;
}

.input-content{
	position: relative;
	margin: 0 0 8px;
}

/**/

.form-content{
	margin-bottom: 30px;
	font-size: 12px;
}

.dropdown{
}
.dropdown .selected{
    font-style: normal;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 4px;
}
.dropdown.open .selected{
    border-radius: 4px 4px 0px 0px;
}
.dropdown div{
	border: 1px solid #043c79;
	border-radius: 0px 0px 4px 4px;
}
.dropdown ul{
    padding: 0;
}
.dropdown ul li{
    font-size: 13px;
    padding: 10px 12px;
    color: #555555;
}
.dropdown ul li.active{
    color: #555555;
    background: rgba(128, 190, 0, 0.5);
}
.dropdown ul li.focus{
    background: #80be00;
    color: #ffffff;
}
.dropdown + .error-msg{
	position: relative;
	top: -30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border: 1px solid transparent;
	padding: 5px;
	margin: 0 0 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
input:focus{
	box-shadow: none;
	outline: none;
	border: 1px solid #82be00;
}
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 9px;
	margin: 0 0 30px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 16px;
	min-height: 131px;
	border: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
}


.form-message{
    padding: 50px 20px;
    border: 1px solid #043c7a;
    margin: 20px 0px;
}
.form-message h1{
    font-size: 60px;
    color: #043c7a;
}

.input-content{
	position: relative;
	margin: 0 0 30px;
}

/* checkbox container */

.checkbox-container{
	position: relative;
	display: inline-block;
}
.checkbox-container .help-block.form-error{display: inline-block;position: relative;margin-top: 10px;}
.checkbox-container input{
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.checkbox-container input + label,
.checkbox-container input + label {
    background: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    max-width: none;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.checkbox-container input + label:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 2px;
        width: 10px;
        height: 10px;
        margin: 0px;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 2px;
}

.checkbox-container input:checked + label:after{
	background: #a0adb2;
}
.checkbox-container input + label + label{
	display: block;
	vertical-align: middle;
	padding: 0px 4px;
	font-size: 15px;
	vertical-align: top;
	text-align: left;
	padding-left: 21px;
}
.checkbox-container + label  a{
	color: #80be00;
	text-decoration: underline;
}

.checkbox-container + label{
	display: inline-block;
	margin: 10px 0px 7px 5px;
	position: relative;
	top: -3px;
	max-width: calc(100% - 43px);
	vertical-align: middle;
}
::-webkit-input-placeholder{
   color: #999;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}
:-ms-input-placeholder {  
   color: #999;
}

span.help-block.form-error{
    color: #fff;
    position: relative;
    right: 0;
    background: #e07372;
    bottom: 0;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0px;
}

/* CONSULTAS */

.question{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.question:after{
	content: '';
	position: absolute;
	background: #02ab81;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	bottom: 0;
}
.pink-page .question:after{
	background: #ffb4bf;
}
.question .title{
    margin: 0 0 17px;
    font-weight: 500;
    font-size: 14px;
}
.question p{}
.question .thumb-container{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 9px;
    position: absolute;
    top: 0;
}

.answer{
    position: relative;
}
.answer .h5{
    padding-left: 46px;
    margin: 9px 0 30px;
}
.answer p{
    font-size: 12px;
}

/* TEXT BANNER */

.text-banner{
	position: relative;
}
.text-banner .thumb-container{
	height: 23.1vh;
	min-height: 240px;
}
.text-banner .caption{
	padding: 20px;
}
.text-banner .caption h3,
.text-banner .caption .h3{
	font-size: 21px;
}
.text-banner .caption p{
    margin: 0 0 20px;
}
.text-banner .caption .button{
	border-radius: 19px;
	font-size: 11px;
	padding: 14px 39px;
	margin: 0 0 30px;
}

/* MODULES */

#modules{}
#modules section{
	padding: 0;
	margin: 0 0 30px;
}
#modules section .thecontent{
	padding: 0;
	margin: 0;
}
#modules section .item{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 10px;
	min-height: 260px;
}

/* CONTACTO */

.map-section{
	position: relative;
	padding: 20px;
}
.map-section iframe{
	width: 100%;
}
.map-section .map-caption{font-size: 13px;}

/*  COOKIES */

.pea_cook_wrapper.pea_cook_bottomright {
    background: #aad417 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
} 

button.pea_cook_btn {
    font-family: 'Montserrat', sans-serif !important;
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 10px !important;
    padding: 5px !important;
}

/* PAGINATION */

div.pagination{}
div.pagination ul{
	text-align: center;
	width: 100%;
}
div.pagination ul li{
display: inline-block;
list-style: none;
}
div.pagination span, div.pagination a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px 9px;
    margin: 14px 4px;
    background-color: #ffffff;
    color: #363839;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
div.pagination span,
div.pagination a:hover{
	background: #81be00;
	color: #ffffff;
}


/* VALORES NUTRICIONALES */


.nutrition {
    text-align: center;
    position: relative;
}
.nutrition-res {
    display: none;
}
.nutrition img,
.nutrition-res img {
    min-width: inherit; width: inherit;
    margin-top: 120px;
}
.nutrition .d-verde {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
}
.nutrition .l-verde {
    border: 6px solid #7fbe1a; padding: 5px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 0.8em;
    font-size: 0.8em;
    -khtml-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.nutrition .l-verde-1 {
    position: absolute;
    top: 175px;
    left: 80px;
}
.nutrition .l-verde-2 {
    position: absolute;
    top: 65px;
    left: 130px;
}
.nutrition .l-verde-3 {
    position: absolute;
    top: 0;
    left: 230px;
}
.nutrition .l-verde-4 {
    position: absolute;
    top: 65px;
    right: 155px;
}
.nutrition .l-verde-5 {
    position: absolute;
    top: 175px;
    right: 110px;
}
.nutrition .l-verde span {
    font-size: 1.8em;
    margin-top: 24px;
    margin-bottom: 5px;
    display: inline-block;
}
.nutrition .l-verde-1 span {
    margin-top: 20px;
}
.nutrition .l-verde-2 span {
    margin-top: 16px;
}
.nutrition .d-gris {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    height: 220px;
}
.nutrition .l-gris {
    display: inline-block;
    line-height: 0.8em;
    font-size: 0.8em;
    text-align: right;
    text-transform: lowercase;
}
.nutrition .l-gris span{
    font-size: 1.5em;
}
.nutrition .l-gris-1 {
    position: absolute;
    top: 50px;
    left: 30px;
}
.nutrition .l-gris-2 {
    position: absolute;
    top: 90px;
    left: 85px;
}
.nutrition .l-gris-3 {
    position: absolute;
    top: 175px;
    left: 55px;
}
.nutrition .l-gris-4 {
    text-align: left;
    position: absolute;
    top: 25px;
    right: 45px;
}
.nutrition .l-gris-5 {
    text-align: left;
    position: absolute;
    top: 87px;
    right: 20px;
}
.nutrition .l-gris-6 {
    text-align: left;
    position: absolute;
    top: 173px;
    right: 85px;
}
.nutrition .d-centro{
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 243px;
    font-size: 1em;
    line-height: 0.8em;
}
.i18n-fr .nutrition .d-centro{
    left: 230px;
}
.nutrition .d-centro span,
.nutrition .d-centro em {
    font-size: 1.8em;
}
.nutrition .d-centro em {
    line-height: 0.9em;
}
.nutrition .t-izq {
    text-align: right;
    line-height: 0.8em;
}
.nutrition .t-cen {
    line-height: 0.8em;
    font-size: 1.5em;
    padding: 10px 15px;
}
.nutrition .t-cen span {
    font-size: 1.8em;
}
.nutrition .t-der {
    text-align: left;
    line-height: 0.8em;
}

/* accordion */

.card{
    border: none;
}
.card .card-header{
    border-radius: 0px;
    border: none;
    background: none;
    padding: 10px 0px;
}
.card .card-header > a{
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    font-size: 23px;
    color: #80be00;
    transition: all .3s ease;
  }
.card .card-header > a.collapsed{
	color: #757577;
}
.card .card-header > a.collapsed:hover{
	color: #a3cb1e;
}

.card .card-header > a:after{
	content: '';
	position: absolute;
	right: 10px;
	top : 50%;
	margin-top: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	transform: rotate(180deg);
	transition: all .3s ease;
}
.card .card-header > a.collapsed:after{
	transform: rotate(0deg);
}
.card .card-body{
	background: #fcfcfc;
}

.item {
    border-bottom: 2px solid #ededed;
    margin: 0 0 30px;
}
.item .h5{
	font-size: 19px;
}
.item p{}

.item .more-link{
	display: none;
}

/* TIENDAS  */

#map{
	height: 400px;
}
.aside-tienda{
	min-height: 400px;
}

/* CUSTOM LINKS */

a.custom-link{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding: 14px 0px;
    text-decoration: none;
    transition: all .4s;
}
a.custom-link:hover{
	border-color: #aad417;
}
.custom-link img{
    height: 75px;
    width: inherit;
}
.custom-link span,
.custom-link strong{
    text-align: left;
    line-height: 1.2;
    text-align: left !important;
    padding-left: 5px;
    transition: all .4s;
}
.custom-link:hover img{}
.custom-link:hover span{
	color: #abd400;
}

/* items */


.item{
	border-bottom: 2px solid #ededed;
	margin: 0 0 30px;
	text-decoration: none;
	transition: all .5s;
}
.item:hover{
	border-bottom-color: #a3cb1e;
}
.item .wp-post-image{
	width: 100%;
	margin: 0 0 10px;
}
.item .h5{
	transition: all .5s ease;
}
.item:hover .h5{
	color:  #a3cb1e;
	text-decoration: none
}

.item .content{
	padding: 0px 0px 35px;
}
.item .content .title{
	font-size: 27px;
	text-decoration: none;
	margin: 0;
	display: block;
}
.item .content .excerpt{
	font-size: 17px;
	margin: 0 0 40px;
}
.item .content .date{
	font-size: 15px;
	margin: 0 0 18px;
	font-weight: 500;
}


ul.share-post{
	padding: 0;
	margin: 20px 0px;
}
ul.share-post li{
	display: inline-block;
	margin: 5px 10px;
}
ul.share-post li a{
	transition: all .3s ease;
	text-decoration: none;
	font-size: 25px;
}
ul.share-post li:hover a{
	color: #a4c91f;
}

/*  RESPONSIVE */

@media (min-width: 576px){
	
	/* head */

		#head{
	}
	#head .logo{
		position: relative;
		z-index: 5;
	}
		
	.input-wrapper{}
	.input-wrapper > div{
		width: calc(50% - 10px);
	}
}
@media (min-width: 768px){

	/* generales */

	#footer .list-inline{}
	#footer  .list-inline > li{
		display: inline-block;
		margin: 0 7px;
	}
	#footer .list-inline li a{
		font-size: 15px;
	}

	.blockquote{
		padding-left: 59px;
		padding-top: 50px;
		margin: 30px 0px 50px;
		font-size: 31px;
	}
	.blockquote:before{
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 35px solid;
	}

	.padding-content{
		padding: 60px 0px;
	}
	section.first-section .featured-section{
		padding-top: 60px;
	}
	section.first-section > .thumb-container{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: right center;
		background-size: auto 100%;
	}

	.thecontent{
		font-size: 17px;
	}

	.thecontent.product-content{
		font-size: 19px;
	}
	.thecontent.white-overlay {
		padding: 70px 50px;
		margin: 0px;
	}
	.thecontent p{
	} 
	.thecontent blockquote{
    padding: 20px;
    max-width: 610px;
    margin: 1rem auto;
}
	.thecontent blockquote p{
		font-size: 33px;
	} 
	/* headings and titles */
	
		
	h1, .h1{
		font-size: 3.3rem;
	}	
	.section-title{
		font-size: 3.3rem;
	}
		
	/* owl */

	.owl-carousel{
	}
	.owl-dots{
	bottom: -17px;
	}
	.owl-dots .owl-dot {
	   width: 10px;
	   height: 10px;
	   border-radius: 50%;
	   border: 1px solid #81be00;
	 }

	.owl-dots .owl-dot.active {
	   width: 14px;
	   height: 14px;
	   background: #81be00;
	   top: 2px;
	 }


	#modules section .owl-carousel .item{
		min-height: 400px;
	}

	
	/* producto */

	.product-anchors{
	padding: 80px 0 0 90px;
	margin: 0 0 60px;
	}
	.product-anchors:before{
		content: '';
		width: 120px;
		height: 120px;
		background: url(img/puntos_de_ancla.svg) no-repeat center center;
		background-size: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.product-anchors > a{
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		transition: all .4s ease;
		text-decoration: none;
		max-width: 80px;
	}

	.product-anchors > a:hover{
		filter: brightness(0.1).;
		filter: brightness(0.6) sepia(0.8) hue-rotate(40deg) saturate(4.5);
	}
	.product-anchors > a img{
		opacity: 0;
	}

	.product-anchors > a span{
		font-size: 12px;
		margin-top: 40px;
	}
	
	.producto{
		background-repeat: no-repeat;
		background-position: right top;
		background-size: calc(100% - 440px);
		padding-top: 110px;
		margin-top: 0;
	}
	
	.producto .green-content{
    max-width: 380px;
}
	.producto .green-content > div:first-child{
    margin-right: 19px;
}
	.producto .green-content > div img{
    width: 70px;
}
	.producto .green-content > div .h2{}
	.producto .green-content > div .h3{}
	.producto .thecontent{
    max-width: 360px;
}
	
	.producto .table{
		border-left: none;
		border-right: none;
	}
	.producto .table-responsive{
		padding-top: 50px;
		position: relative;
	}
	.producto .table-responsive:before{
		content: '';
		position: absolute;
		left: 50px;
		top: -10px;
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		border-top: 110px solid #62a60b;
	}
	.producto .table tr{}
	.producto .table tr th{
    padding: 1.4rem .75rem;
}
	.producto .table tr td{}
	.producto .table tr td.name{
		width: 250px;
	}
	.producto .table tr td .completed{}


	
	
	/* footer */
	
	#footer{
		padding: 20px 0px;
	}
	#footer p{
	}
	#footer .h4{
		margin-top: 40px;
	}
	#footer ul.menu{
	}
	
	#footer ul.social-links{
	margin: 0;
	}
	#footer ul.social-links > li{
	    list-style: none;
	    display: inline-block;
	}
	#footer ul.social-links > li a{
	    font-size: 21px;
	}
	#footer ul.social-links > li a:hover{}
	#footer ul.social-links > li a i{
	}
	
		
	#footer .info{
		margin: 0px;
	}
	
	
	/* modules */
	
	#modules{}
	#modules section{
	}
	#modules section .thecontent{
		margin: 0;
	}
	#modules section .thecontent.padding-thecontent{
		padding: 50px 40px;
	}

	
	/* contacto */
	
	.map-section{
		position: relative;
		overflow: hidden;
	}
	.map-section iframe{
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}
	.map-section .map-caption{
		position: relative;
		z-index: 2;
		padding: 50px;
		max-width: 280px;
		margin: 160px 0px;
		box-shadow: 1px 1px 16px -4px #666;
		float: right;
	}
	/* home */
	.thecontent.home-content {
		padding: 2px  0px 0px 141px;
		background-size: 120px;
		background-position: left center;
		min-height: 71px;
		font-size: 17px;
		max-width: 690px;
		margin: 0 auto;
	}

	.custom-link img {
		height: 90px
	}
	.custom-link span,
	.custom-link strong {
		font-size: 17px;
	}
}

@media (min-width: 992px) {	
	
	/* general */

	.button, input[type="submit"], a.button {
	}
	
	.background-left-section.first-section{}
	.background-left-section.first-section .thumb-container{
		background-size: auto 100%;
		background-position: left top;
		position: absolute;
		left: 50%;
		top: 0;
		height: 100%;
		width: 100%;
		transform: translateX(-50%);
		max-width: 1200px;
	}
	
	/* head */
	
	#head{
		padding: 14px 0px 15px;
		margin: auto;
		transition: all .5s;
		position: relative;
	}
	.page-template-page-home #head .content{
	}
	.menu-active, .search-active #head{
		background: none;
	}
	
	#main{
		padding-top: 20px;
	}
	
	#head .logo{
		text-align: left;
	}
	.menu-active #head .content .logo{
		transition: all .5s;
		width: 210px !important;
	}
	#head ul.social-links{
		padding: 0;
		display: flex;
		margin: 0 30px;
	}
	#head ul.social-links li{
		list-style: none;
		padding: 0 7px;
	}
	#head ul.social-links li a{
	}
	#head ul.social-links li:hover a{
		color: #80be00;
	}
	#head ul.social-links li a i{
		font-size: 20px;
	}
	#search-content{
		padding: 221px 0px 30px;
	}
	.search-active #search-content{
	}
	#search-content form{
		padding: 6px;
	}
	#search-content form span{
	margin: 0 10px 0 0;
	}
	#search-content form input[type="text"]{
	font-size: 60px;
	padding: 0;
	border-bottom: 4px solid #ffffff;
	}
	#search-content form .button{
	}

	/* aside */
	
	
	#aside-desktop{}
	
	/* nivel principal */
	
	#aside-desktop ul.menu{
		padding: 0;
	}
	#aside-desktop ul.menu > li{
		list-style: none;
		padding: 5px 0px;
	}
	#aside-desktop ul.menu > li:first-child {
	    margin-bottom: 20px;
	}
	
	#aside-desktop ul.menu > li:last-child {
	    margin-top: 20px;
	}
	
	#aside-desktop ul.menu > li > a{
		display: inline-block;
		position: relative;
	    font-family: 'bree_regular', sans-serif;
	    font-weight: 500;
	    letter-spacing: 1px;
	    text-decoration: none;
	    padding: 4px 20px 0px 0px;
	    line-height: 1.1;
	    font-size: 34px;
	    color: #58585a;
	    line-height: 0.9;
	    transition: all .4s;
	    letter-spacing: -1px;
	    transition: all 0.3s ease;
	}
	#aside-desktop ul.menu li:not(.current-menu-item):hover > a{
		opacity: .5;
	}
	#aside-desktop ul.menu li.current-menu-item > a,
	#aside-desktop ul.menu li.current-menu-ancestor > a,
	body:not(.single-tienda) #aside-desktop ul.menu li.current_page_parent > a,
	#aside-desktop ul.menu li.sub-menu-active > a{
	    color: #a3cb1e;
	}
	#aside-desktop ul.menu > li:first-child > a,
	#aside-desktop ul.menu > li:last-child > a {
	    color: #a3cb1e;
	    font-style: italic;
	}
	
	#aside-desktop ul.menu  li.menu-item-has-children > a:after{
		content: '';
		position: absolute;
		right: 1px;
		top: 50%;
		border-top: 4px solid #58585a;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}
	
	#aside-desktop ul.menu  li.menu-item-has-children.current-menu-item > a:after,
	#aside-desktop ul.menu  li.menu-item-has-children.current_page_parent > a:after,
	#aside-desktop ul.menu  li.sub-menu-active > a:after{
		transform: rotate(180deg);
	}
	
	/* submenus */
	
	#aside-desktop ul.menu li > ul{
		display: none;
		padding: 7px 0;
	}
	#aside-desktop ul.menu li.sub-menu-active > ul,
	#aside-desktop ul.menu li.current-menu-item > ul,
	#aside-desktop ul.menu li.current-menu-ancestor > ul{
		display: block;
	}
	#aside-desktop ul.menu li ul > li{
	    list-style: none;
	}
	#aside-desktop ul.menu  li > ul > li > a:before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 15px;
	    width: 5px;
	    height: 5px;
	    border-radius: 50%;
	    background: #aad417;
	}
	#aside-desktop ul.menu li ul > li > a{
		text-transform: none;
		font-weight: bold;
		text-decoration: none;
		padding: 6px 18px 6px 13px;
		display: inline-block;
		position: relative;
		line-height: 1.25;
		font-size: 18px;
	}
	
	/* estilo nivel 2 */
	
	
	#aside-desktop ul.menu li ul > li > ul{}
	#aside-desktop ul.menu li ul > li > ul > li{
	}
	#aside-desktop ul.menu li ul > li > ul > li > a{
		padding: 3px 18px 3px 8px;
		font-weight: 500;
	}

	#aside-desktop ul.menu li > ul > li.menu-item-has-children > a:after{
		top: 13px;
	}

	#aside-desktop ul.menu li > ul > li > ul > li > a:before{
		top: 14px;
		background-color: #58585a;
		width: 2px;
		height: 2px;
		border-radius: 0;
	}

	/* estilo nivel 3 */
	
	
	#aside-desktop ul.menu li ul > li > ul > li > ul{}
	#aside-desktop ul.menu li ul > li > ul > li > ul > li{
	}
	#aside-desktop ul.menu li ul > li > ul > li > ul > li > a{
	}

	#aside-desktop ul.menu li > ul > li.menu-item-has-children > a:after{
	}

	#aside-desktop ul.menu li > ul > li > ul > li > a:before{
	}

	/* estilo nivel 4 */
	
	
	#aside-desktop ul.menu li ul > li > ul > li > ul > li > ul{}
	#aside-desktop ul.menu li ul > li > ul > li > ul > li > ul > li{
	}
	#aside-desktop ul.menu li ul > li > ul > li > ul > li > ul > li > a{
	}

	#aside-desktop ul.menu li > ul > li.menu-item-has-children > a:after{
	}

	#aside-desktop ul.menu li > ul > li > ul > li > a:before{
	}
	
	/* related posts */
		ul.related-posts{;}
		ul.related-posts > li{
		width: calc(33% - 8px);
	}

	.search-active #head ul.social-links li a{
		color: #ffffff;
	}
	
	
	/* contacto */

	.form-content{
		margin: 0 0 20px;
	}

	.map-container {
		height: 100%;
		min-height: 0px;
		max-height: none;
	}
	
	
	/* SLIDER */

	.main-slider{}
	.main-slider .item{
		position: relative;
		background-size: 100%;
		min-height: 535px;
		padding-top: 0;
	}
	.main-slider .item .thumb-container{
		background-size: 100%;
		background-position: right center;
		height: 100%;
		display: block;
		opacity: 1;
	}
	.main-slider .caption{
		padding: 30px 20px 30px 40px;
		position: relative;
		max-width: 470px;
	}
	.main-slider .caption img{
	}
	.main-slider .caption h1,
	.main-slider .caption .h1{}
	.main-slider .caption h2,
	.main-slider .caption .h2{}
	.main-slider .caption h3,
	.main-slider .caption .h3{
		font-size: 67px;
		font-weight: 300;
	}
	.main-slider .caption p{
		line-height: 1;
		font-size: 21px;
		margin: 0 0 30px;
	}
	.main-slider .caption p a.button{}

	.main-slider .caption ul li{
		font-size: 21px;
		margin: 0 0 4px;
	}
	.main-slider .caption ul li:before{
		top: 12px;
	}
	.main-slider .caption p small{
		font-size: 14px;
	}

	/* new slides */

	#brioche-slide {
		min-height: 410px;
	}

	#frappe-slide{
		min-height: 410px
	} 
	#frappe-slide .thumb-container {
		opacity: 1;
		background-position: right center;
		background-size: auto 100%;
	}

	ul.slide-links > li > a{
		display: block;
	}
	
}
@media (min-width: 1200px) {
	
	/* generales */
	
	.big-title{
		font-size: 42px;
	}
	
	#modules section .thecontent{
		font-size: 14px;
		margin: 0;
	}
	#modules section .thecontent p{
	font-size: 17px;
	line-height: 1.2;
	}
	#modules section .thecontent blockquote{
		padding: 20px 0px;
	}
	#modules section .thecontent blockquote p{
		font-size: 27px;
	}
	/* head */
	
	#head{}
	#head .logo img,
	#head .logo svg{
		width: 230px;
	}
	
	#head{
		transition: all .4s;
	}
	#head {
	    padding: 30px 0px 17px;
	}
	#head  .logo img{
		transition: all .4s;
	}
	.scrolling #head {
	    padding: 14px 0px 6px;
	}
	.scrolling #head {}
	.scrolling #head  .logo img{
		width: 110px;
	}

	/* owl carousel */
	
	.owl-carousel .owl-nav .owl-prev {
	    left: -30px;
	}
	.owl-carousel .owl-nav .owl-next {
	    right: -30px;
	}
	
	/* related posts */
	
	ul.related-posts{}
	ul.related-posts > li{
		width: calc(25% - 15px);
	}
	
	/* items */
	.items .item{
		width: 33.333%;
	}

	/* featured section */

	.featured-section{
		height: 452px;
	}
	.slider-section .featured-section{
		padding: 50px;
	}

	#modules{}
	#modules .row{
	}
	#modules .row > *{
		/* padding: 0; */
	}
}

@media (min-width: 1400px) {
	.producto .green-content {
		max-width: 480px;
		position: relative;
		left: -100px;
	}

	.product-anchors{
		padding-left: 0;
	}
	.product-anchors:before{
		top: 0;
		left: -120px;
	}
}
