@import url('https://fonts.cdnfonts.com/css/euclid-circular-a'); 



*,*::after,*::before {
    box-sizing: border-box;
    line-height: 170%;
    color: #3e3a37;
    font-size: 32px;
}

html,body {
    font-size: 14px;
    background: #eae6e3;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 17px;
}

body{
	/* background:url(../img/bg.jpg) no-repeat left top; */
	/* background-attachment: fixed; */
	/* padding-top: 137px; */
	margin: 0!important;
}
body.home{
	/* padding-top: 50px; */
}

legend,h1,h2,h3,h4{
    font-family: 'Euclid Circular A', sans-serif;
    font-style: normal!important;
    /* letter-spacing: -3px; */
    font-weight: normal!important;
    font-size: 33px!important;
    padding-top: 10px;
    line-height: 120%;
    margin-bottom: 10px;
    /* text-transform: lowercase; */
    /* margin-top: 40px; */
}
h2{
	font-size: 35px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 25px;
}
legend{
	font-size: 20px;
}


body a:hover{
    color: #fae53a!important;
    text-decoration: underline;
}

p {
    padding-bottom: 10px;
    /* font-size: 23px; */
    line-height: 150%;
    margin-bottom: 10px;
}


.button,
button,
input[type='submit'],
a,a:hover{
	color: inherit!important;
	transition: all 0.3s ease;
	cursor:pointer;
	text-decoration:none;
	text-transform: uppercase;
}

.button:hover,
button:hover,
input[type='submit']:hover,
a:hover{
    transition: all 0.3s ease;
}

.blocks {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    margin: auto;
}

.blocks > div {
    display: block;
    position: relative;
    overflow: hidden;
}

.blocks .block100 {
    width: 100%;
}

.blocks .block50 {
    width: 50%;
    float: left;
}

.blocks .block33 {
    width: 33.22%;
    float: left;
}


.blocks .block25 {
    width: 25%;
    float: left;
}

.blocks .block20 {
    width: 20%;
    float: left;
}

.blocks .block40 {
    width: 40%;
    float: left;
}

.blocks .block60 {
    width: 60%;
    float: left;
}

.blocks .block80 {
    width: 80%;
    float: left;
}

.blocks .block75 {
    width: 75%;
    float: left;
}


.banner img {
    width: 100%!important;
    height: auto!important;
}

.menuResponsive{
	display:none;
}
.slicknav_menu{
	display:none;
}
.block100.newsletter{
	margin: 40px auto;
	max-width: 500px;
	margin-bottom: 0;
}
.block100.header li ,
.block100.redes li ,
.block100.footer li {
    width: auto;
    display: inline-block;
}
.block100.redes li{
	padding: 0 10px;
}
.block100.footer li {
	border-left:1px solid #efd119;
}
.block100.footer li:first-child {
	border-left:none;
}
.block100.header li a,
.block100.redes li a,
.block100.footer li a{
	padding:0 10px;
	color: #3e3a37;
}

.center {
    text-align: center;
}
.wpfixed,
.redes a{
	font-size:0;
	line-height:0;
	color:transparent;
	width: 40px;
	height: 40px;
	display:inline-block;
	background-repeat:none;
	background-size:contain;
	/* filter: invert(1); */
}
a.facebook,
.redes .facebook a{
	background-image:url(../img/icon_fb.svg);
}
a.instagram,
.redes .instagram a{
	background-image:url(../img/icon_insta.svg);
	/* filter: invert(1); */
}
a.whatsapp,
.redes .whatsapp a{
	background-image:url(../img/icon_wp.svg);
}
a.facebook,
a.instagram,
a.whatsapp{
	display:inline-block;
	width: 30px;
	height: 30px;
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	margin-bottom: 2px;
	float:left;
	text-decoration: none!important;
	border: none;
	margin-right: 10px;
}
.wpfixed{
    background-image: url(../img/wp.svg);
    position: absolute;
    right: 20px;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    margin-top: 65px;
    z-index: 555;
    background-size: contain;
}
.wpfixed.fixed{
    position: fixed;
    bottom: 20px;
    z-index: 5555555555555555;
    filter: none;
}
.redes{
	margin: 20px 0;
}


a.facebook:hover,
a.instagram:hover,
a.whatsapp:hover,
.wpfixed:hover,
.redes a:hover{
	opacity:0.5;
}

div img{
	/* max-width:100%; */
	/* height:auto; */
}
video,
iframe{
	width:100%;
	float: left;
}
.wc-item-downloads a, a.edit, button, .button, select option, select, input[type='date'], input[type='text'], input[type='tel'], input[type='search'], input[type='password'], input[type='number'], input[type='submit'], input[type='email'], select, textarea {
    width: 100%!important;
    padding: 7px 10PX;
    background: #FFF;
    border: 1px solid #000;
    outline: none;
    display:block;
    /* margin: 5px 0; */
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Euclid Circular A', sans-serif;
    border-radius: 25px;
    color: #FFF!important;
    /* font-weight: bold; */
    transition: all 0.3s ease;
    text-shadow: none;
    /* text-shadow: 2px 2px 3px #000; */
    text-decoration: none!important;
    color: #000!important;
    font-size: inherit;
}
select option,
select,
input[type='text'],
input[type='date'],
input[type='tel'],
input[type='search'],
input[type='password'],
input[type='number'],
input[type='email'], select,textarea {
    text-shadow: none;
    text-transform: none;
    color: #000!important;
    display: block;
    width: 100%;
    text-transform: lowercase;
    font-weight: normal;
}

select:focus,
textarea:focus,
input[type='date']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='submit']:focus,
input[type='email']:focus{
    background: #dbc935;
    transition: all 0.3s ease;
    border: 1px solid #000;
}

select option,
select {
	background:#FFF;
	color: #efd119;
	line-height: 200%;
}
select option:checked,
select option:hover{
	background:#efd119;
}

.wc-item-downloads a, a.edit, input[type='submit'], button, .button{
	text-align:center;
	background: #fae53a;
	color: #000!important;
	border: 1px solid #fae53a;
	/* box-shadow: 7px 5px 5px #000; */
	text-transform: uppercase!important;
	font-size: 18px;
	font-weight: bold;
}

a.edit:hover,
input[type='submit']:hover,
button:hover,.button:hover{
	text-align:center;
	background: #000;
	color: #FFF!important;
	border: 1px solid #000;
	/* box-shadow: 7px 5px 5px #000; */
	opacity:1;
	text-shadow: none;
}
.cookiepop {
	display:none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 55;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 10px 40px;
	padding-top:20px;
}
.remove,
.cookiepop .close {
    background: #8d181b;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 5;
    margin-top: -15px;
    font-size: 25px;
}

.cookiepop .close {
    top: -20px;
}
.remove{
    border-radius: 15px;
    color: #FFF!important;
    text-decoration: none!important;
}
::placeholder {
    color: #000;
}

.searchhidden {
    display: none;
    position: absolute;
    z-index: 5555555;
    right: 343px;
    top: 24px;
    width: 200px;
}

.header{
	padding: 40px 5px;
	padding-left: 10px;
	/* z-index: 555555; */
	position: relative!important;
	padding-top: 30px;
	margin-bottom: 20px;
}

.header ul {
    display: block;
    /* float:left; */
    margin-top: 17px;
    text-align: right;
    right: 0;
    position: relative;
}
.header ul.tools {
	float:right;
	margin-top: 1px;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	top: 35px;
}

.tools .number {
    background: #efd119;
    padding: 2px;
    margin-left: 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: -4px;
    top: -5px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-weight: bold;
}

.tools .compra {
    position: relative;
}
.tools i {
	font-size: 25px;
	margin-left: 7px;
	filter: brightness(1.5);
}


.header a.logo{
	width: 190px;
	height: 70px;
	background-image: url(/my_uploads/mthumb.php?q=80&w=1920&src=/wp-content/uploads/2024/02/Titulo.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	float: left;
	display: block;
	overflow: hidden;
	top: 0px;
	box-shadow: 0px 4px 10px #00000038;
	z-index: 555;
	position: relative;
}
.footer .menu a {
    font-size: 14px;
    color: #FFF!important;
}
.bannertop > div {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.bannertop {
    position: relative;
    box-shadow: 0px 0px 35px #000;
    text-transform: none;
}

.bannertop > div img {
    object-fit: cover; /* or object-fit: contain; */
    min-height: 100%;
    min-width:100%;
}

.bannertop p {
    z-index: 5;
    position: relative;
    text-align: center;
    padding: 15px 5px;
    margin: 0;
    font-weight: bold; 
}

.desktop{
	display:block!important;
}
.mobile{
	display:none!important;
}

.blocks.body {
    /* min-height: 50vh; */
    /* position: relative; */
    /* z-index: 0; */
    /* padding-top: 120px; */
}
.block100.redes.center {
    margin-bottom: 40px;
}
.bottom {
    /* background: #000; */
    padding: 20px;
    padding-bottom: 30px;
}
.bottom.menu {
    /* background: #111; */
    /* box-shadow: inset 0px 0px 35px #000; */
    /* border-top: 1px solid #000; */
}
.body {
    /* padding: 20px; */
}

.bottom.news {
    background: #fae53a;
    padding-bottom: 0;
}
.bottom.news a:hover {
	color:#000;
}
.form-row {
    width: 50%;
    float: left;
    margin-right: 0;
    height: 80px;
}

.col-2 .form-row {
    height:auto;
}
.hiddentoggle {
    /* display: none; */
}

.desple .plus {
    float: left;
    font-size: 40px;
    margin-right: 20px;
}
.filters {
    display: block;
    padding: 0 20px;
}

.mobile.togglefilters {
    float: right;
    display: inline-block;
}

.breadcrumb {
    display: block;
    line-height: 45px;
    text-transform: capitalize;
    padding-left: 5px;
    border-bottom: 1px dotted #efd119;
    padding-bottom: 5px;
}

.block100.grillaproductos {
    padding: 30px 0;
}
.fichaprodhtml {
    display: block;
    overflow: hidden;
    text-align: left;
}
.woocommerce-product-gallery {
    width: 45%;
    float: left;
    margin-bottom: 50px;
}
.summary.entry-summary {
    width: 50%;
    float: right;
}

td.product-thumbnail img {
    width: 100px!important;
    margin-right: 50px;
    margin-left: 50px;
    height: auto!important;
    margin-top: 10px;
    margin-bottom: 0!important;
}

table {
    width: 100%;
}
div#customer_details {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

th,
td{
	text-align:left;
}

div#order_review table {
    margin-bottom: 50px;
}

.form-row.place-order {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 10px!important;
}

li.wc_payment_method img {
    /* display: none; */
    height: 20px!important;
    width: auto;
    margin-left: 10px!important;
    margin-bottom: -3px;
}

li.wc_payment_method {
	margin-bottom:15px;
}
li.wc_payment_method p {
    padding: 15px 0;
}
li.wc_payment_method a {
	display:none;
}
.woocommerce-additional-fields {
    display: block;
    clear: both;
    padding-top: 20px;
}
p#billing_country_field {
    display: none;
}

p#billing_company_field {
    display: none;
}
p#order_comments_field {
    width: 100%;
}
p#order_comments_field {
    width: 100%;
}

form.woocomerce-form.woocommerce-form-login.login {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.woocommerce-account-fields p {
    margin-top: 36px;
    height: auto;
}
p.form-row.terms.wc-terms-and-conditions{
	padding: 0;
	height:auto;
	padding-bottom: 20px;
}
.woocommerce-checkout-review-order-table strong,
.woocommerce-checkout-review-order-table th {
    font-size: 20px;
    padding-top: 10px;
}


nav.woocommerce-MyAccount-navigation li {
    display: inline-block;
}

nav.woocommerce-MyAccount-navigation {
    /* text-align: center; */
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation li a {
    padding: 10px 15px;
    background: #fae53a;
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #000;
    margin-bottom: -1px;
    color: #FFF;
}

.woocommerce-MyAccount-content fieldset {
    display: block;
    overflow: hidden;
    clear: both;
    /* padding: 50px 0; */
}


address {
    font-size: 18px;
    line-height: 190%;
    margin: 30px 0;
    font-style: normal;
    text-transform: capitalize;
}


.woocommerce-address-fields > div {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}
tr > *:last-child {
    text-align: right;
}
.required {
    color: #efd119;
}
li.wc_payment_method > label {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 30px;
    vertical-align: sub;
}
.woocommerce-NoticeGroup {
    /* background: #9d1111; */
    display: block;
    /* padding: 20px; */
    font-size: 17px;
    /* border: 1px solid #E91E63; */
    margin-bottom: 20px;
    text-transform: uppercase;
    border-radius: 8px;
}

.woocommerce-NoticeGroup ul {
    margin: 0 20px;
}
.parr form.wpcf7-form {
    margin-top: 20px;
}
.slick-arrow {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 50%;
    width: 50px!important;
    height: 50px;
    font-size: 0;
    margin-top: -25px;
}
.parr p {
    /* font-size: 14px; */
}
.slick-arrow:before {
    font-family: 'FontAwesome';
    content: "\f061";
    font-weight:normal;
    width: 50px!important;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size:40px;
    position:absolute;
    left:0;
    top:0;
}
.slick-prev.slick-arrow:before {
    content: "\f060";
}
.slick-slider {
    position: relative;
}

.slick-prev.slick-arrow {
    right: auto;
    left: 20px;
}

.slickgale li{
	opacity:0.3;
	height:calc(100vh - 135px);
	transition: all 0.3s ease;
}
.slickgale li.slick-active{
	opacity:1; 
}
.slickgale li > *{
	height:100%;
	width:auto;
	border-radius: 5px;
}

.slick-slider .slick-arrow{
	opacity:0!important;
	background: none;
	box-shadow: none;
	border: none;
}
.slick-slider:hover .slick-arrow{
	opacity:1!important;
}

.maxw{
	max-width:1330px;
	margin:auto;
	padding-top: 50px;
}

.form-row:nth-child(even),
.woocommerce-form-row:nth-child(even){
	padding-right:0;
	padding-left:10px;
}
.form-row:nth-child(odd),
.woocommerce-form-row:nth-child(odd){
	padding-left:0;	
	padding-right:10px;	
}
.body a,
p a {
    text-decoration: underline;
    font-weight: bold;
    /* color: #efd119; */
    border-bottom: none;
}
table td {
    font-size: 17px;
    padding: 5px 0;
    vertical-align: middle;
    position: relative;
}

table th {
    font-size: 20px;
    padding: 10px 0;
}

table tr {
    border-bottom: 1px dotted #efd119;
}
td.product-thumbnail img,
.cover {
    width: 100%;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border: 1px solid #efd119;
    border-radius: 5px;
    /* box-shadow: 7px 5px 5px #000; */
    position: relative;
    text-decoration: none;
    border: none;
}
.element {
    width: 25%;
    float: left;
    padding: 0 15px;
    /* margin-bottom: 20px; */
    margin-bottom: 40px;
    position: relative;
}
.productgrid p{
	margin:0;
	padding-bottom: 0;
}
.productgrid .containerprice{
	font-size:25px;
    font-family: 'Euclid Circular A', sans-serif;
}
.block100.topbarcategory {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: bold;
    overflow: visible;
    clear: both;
    display: block;
    overflow: hidden;
}
.woocommerce-product-gallery{
	opacity:1!important;
	padding-right: 30px;
}
.woocommerce-product-gallery img{
	width: 100%;
	object-fit: cover;
	height: auto;
}
.woocommerce-product-gallery__image:nth-child(1){
	/* display:none; */
}
form {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
input.button[name='update_cart'] {
    margin: 20px 0;
}
.cart-collaterals {
    padding: 30px 0;
}
h3.woocommerce-column__title {
    margin-top: 20px;
}
.woocommerce-variation-availability,
.woocommerce-notice,
.wpcf7-response-output,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 10px;
    background: #000000;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #000000;
    text-transform: uppercase;
    /* box-shadow: 7px 5px 5px #000; */
    color: #FFF;
    border-radius: 5px;
}
table.variations select {
    margin-bottom: 5px;
    margin-top: 5px;
}

table.variations td {
    text-transform: capitalize;
}
.woocommerce-variation-availability p{
	margin:0;
	padding:0;
}
.woocommerce-variation-availability{
	margin:20px 0;
}
.wpcf7-display-none,
.screen-reader-response{
    display: none;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #efd119;
}
p.cart-empty {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: normal;
    font-size: 40px;
    padding-top: 10px;
    line-height: 120%;
    margin-bottom: 10px;
}
.woocommerce-error a,
.woocommerce-info a.button,
.woocommerce-message a.button.wc-forward {
    display: none;
}

.testimonios li ,
.banner .float {
    position: absolute;
    z-index: 5555;
    /* background: #efd1194a; */
    /* box-shadow: 0px 0px 15px #000000; */
    top: 49%;
    transform: translateY(-50%);
    padding: 20px 0;
    width: 100%;
    /* left: 50%; */
    padding: 30px 80px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.grid .element p {
    margin: 0 50px;
    padding: 0;
    height: 50px;
}
.banner {
    position: relative;
    text-align: center;
    left: 0;
    width: 100%;
}

.accept a {
    text-transform: none;
    text-decoration: none;
    color: inherit;
}

.accept {
    padding-bottom: 0;
    display: block;
    text-align: left;
}
.form-row.place-order {
    padding: 0;
    display: block;
    overflow: hidden;
    height: auto;
}
input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    margin-right: 15px;
}
.register p.woocomerce-FormRow.form-row {
    clear: both;
}
.lost_password {
    clear: both;
    padding-top: 15px;
}
input.woocommerce-Button.button {
    margin-bottom: 20px;
}
.lost_reset_password .woocommerce-form-row.form-row {
    clear: both;
    padding: 0;
}
.block80 ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.body a{
	text-transform:none;
	color: inherit;
}
iframe {
    height: 60vh;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 7px 5px 5px #000;
}
.testi .person {
    width: 100px;
    height: 100px;
    border: 2px solid #efd119;
    border-radius: 80px;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    overflow:hidden;
}
.testimonios {
    padding: 20px;
    background-color: #fae53a;
}
.bannerhero {
    box-shadow: 0px 0px 35px #000;
    margin-bottom: 30px;
}
.landing .testi{
	width:80vw;
	padding: 0 50px;
	height: 100px!important;
}
.testi p{
	display:block;
	overflow:hidden;
}
.testimonios i:before{
	color: #000000;
	font-size: 14px;
}
.testimonios h2 {
    text-align: center;
    /* text-transform: uppercase; */
    margin:30px 0;
}
li a {
    /* color: #FFF!important; */
    text-decoration: none!important;
}
.bannerhero{
	position:relative;
	clear: both;
}
.bannerhero h1{
	font-size: 40px;
	width:100%;
	text-align:center;
	position:absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	margin: 0;
	padding: 20px 0;
	display: block;
	overflow: hidden;
}
.element a {
    text-decoration: none;
    text-align: center;
}
.sliderhome img{
	height: 100%!important;
	width: auto!important;
}
input.input-text.qty.text {
    margin-bottom: 20px;
    display: none;
}

.sliderhome div:hover img{
	filter:brightness(1.5);
}
.sliderhome h1 {
    font-size: 50px;
    margin: 0;
    /* text-transform: uppercase; */
    color: #b8916b;
    font-size: 50px!important;
    font-weight: normal!important;
}

.sliderhome p {
    font-size: 20px;
    font-weight: normal;
    padding: 0;
} 
.bannerhero img {
    float: left;
    width: 100%;
}
mark {
    background: #efd119;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    padding: 0 5px;
    border-radius: 5px;
}
.iconinside {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px #00000038;
    margin-bottom: 30px;
}
.parr h1 ,
.parr h2 ,
.parr h3 {
    border-bottom: 1px dotted #fae53a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
    display: block;
    clear: both;
    font-weight: bold!important;
}
ul#shipping_method {
    text-align: left;
    padding: 20px 0;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul#shipping_method span.woocommerce-Price-amount.amount {
    position: absolute;
    right: 0;
}
tr.shipping {
    position: relative;
    height: 140px;
}

ul#shipping_method li input {
    margin-right: 10px;
}

ul#shipping_method li {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 30px;
    vertical-align: sub;
    padding: 5px 0px;
}
tr.shipping th {
    display: none;
    width: 1px;
    position: absolute;
}
.productgrid p {
    height: auto;
    height: 40px;
    margin: 0 40px;
}
tr.shipping td {
    position: absolute;
    width: 100%;
}
.woocommerce-NoticeGroup ul {
    list-style: none;
    margin: 0;
}
h3.woocommerce-column__title {
    margin-top: 20px;
}

.woocommerce-thankyou-order-details {
    padding: 20px;
    font-size: 20px;
    padding: 10px 40px;
    background: #000;
    margin-bottom: 20px;
    /* border: 1px solid #333; */
    text-transform: uppercase;
    /* box-shadow: 7px 5px 5px #000; */
    background: #fae53a;
    border-radius: 5px;
    margin: 30px 0;
    padding: 20px 40px;
    list-style: none;
    color: #FFF;
}
.searchhidden input.fakehidden {
    display: none;
}
figure.woocommerce-product-gallery__wrapper {
    border: 1px solid #efd119;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #00000038;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    height: auto;
    background: #FFF;
}

.slick-list,
.slick-track {
    /* height: 100%; */
} 

del span {
    text-decoration: line-through;
    color: #efd119;
}
span.onsale {
    width: 90px;
    height: 90px;
    background: #000;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 90px;
    border-radius: 100px;
    font-size: 17px;
    transform: rotate(-12deg);
    font-weight: bold;
    box-shadow: 0 0 16px #efd119;
    margin-top: 10px;
    margin-right: 10px;
    color: #FFF;
}
a.reset_variations {
    display: none;
}
.linkbanner{
	display:block;
	overflow:hidden;
	position:relative;
}
.featured {
    /* box-shadow: 0px 4px 10px rgba(0,0,0,0.5); */
    /* margin-bottom: 30px; */
}

.featured img {
    float: left;
    width: 190px;
}
.blockUI.blockOverlay {
	transition: all 0.3s ease;
	opacity:0.7!important;
	background:url(../img/loadinganimation.svg) no-repeat center center #eae6e3!important;
}
.togglefilters {
    display: inline-block;
    float: right;
}

.filters.sortby {
    position: absolute;
    right: 15px;
    z-index: 5555555;
    background: #FFF;
    width: 170px;
    padding: 20px;
}
.price_label {
    display: none!important;
}

.filters .widget li {
    padding: 5px 0;
    padding-left: 0px;
    list-style: none;
    white-space: nowrap;
    word-break: keep-all;
    min-width: 170px;
    position: relative;
}
span.count {
    display: inline-block;
    background: #efd119;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 9px;
}

.filters.filterby .h3 {
    font-size: 20px;
    margin: 9px 0;
    display: block;
    overflow: hidden;
    font-family: 'Euclid Circular A', sans-serif;
    /* text-transform: uppercase; */
    margin-top: 10px;
    border-bottom: 1px dotted #efd119;
}

.filters .widget li ul {
    margin-left: 8px;
    margin-top: 5px;
}
.price_slider_amount input {
    display: block!important;
    position: relative;
    overflow: hidden;
}

.filters ul {
    list-style: none;
}
.filters .widget a {
    display: block;
    overflow: hidden;
    text-transform: capitalize;
}

.filters a:hover {
    color: #efd119!important;
}
.filters.filterby {
    float: left;
    width: 250px;
    display: block;
}
.price_slider_amount input:after {
    position: relative;
    content: "EUR";
    width: 50px;
    height: 20px;
    color: #000;
    display: block;
    background: #efd119;
    z-index: 5555555;
}
.bannerbanner2 {
    margin-top: 50px;
}
.grid.productgrid {
    display: block;
    overflow: hidden;
}
h2.relatedh2 {
    text-align: center;
    margin: 30px 0;
    border-bottom: 1px dotted #efd119;
    padding-bottom: 10px;
}
.product_meta > span {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
.woocommerce-product-details__short-description p {
    font-size: 18px;
}

.specs .parr p {
    /* font-size: 14px; */
    display: block;
    overflow: hidden;
    float: left;
    margin: 15px 0;
}
.specs p.price {
    font-size: 35px;
    font-family: 'Euclid Circular A', sans-serif;
}

h1.product_title.entry-title {display: none;}

.jssocials-shares div {
}

span.jssocials-share-label {
    font-size: 0;
}

.fa.fa-at.jssocials-share-logo {
    font-size: 20px;
    line-height: 20px;
}

.jssocials div {
    /* float: left; */
    margin-right: 5px;
}

.jssocials a {
    text-decoration: none;
    /* height: 40px; */
    display: inline-block;
    float: left;
    font-size: inherit;
    margin-right: 20px;
    text-decoration: none!important;
}

.jssocials a i {
    /* line-height: 37px; */
    /* font-size: 22px; */
}

a.share {
    color: #FFF;
    text-decoration: none;
}


.menu .tienda a,
.menu .galerias a,
.menu .ubicacion a,
.menu .contacto a{
	position:relative;
}

.menu .tienda a:before,
.menu .galerias a:before,
.menu .ubicacion a:before,
.menu .contacto a:before{
    font-family: 'FontAwesome';
    margin-right:5px;
    display: none;
}
.menu .tienda a:before{
    content: "\f291";
}
.menu .galerias a:before{
    content: "\f030";
}
.menu .ubicacion a:before{
    content: "\f041";
}
.menu .contacto a:before{
    content: "\f0e0";
}
a.backto {
    font-family: 'Euclid Circular A', sans-serif;
    text-transform: none;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    padding: 8px 10px;
    background: #efd1196b;
    border-radius: 5px;
    margin: 0;
    position: absolute;
    z-index: 5555;
    box-shadow: 0px 0px 35px #000;
}
a.backto:hover {
    background: rgb(141 24 27 / 80%);
}
tr.shipping td {
    text-align: left;
    font-size: 30px;
    font-family: 'Euclid Circular A', sans-serif;
}
.iaimagen {
    height: 100%;
}
.element a.buy-now.button {
    position: absolute;
    right: 27px;
    top: 9px;
    width: auto!important;
}
.product-thumbnail .cover {
    width: 110px;
    height: 110px;
    margin-left: 50px;
    margin-right: 20px;
}
.tagcloud a {
    font-size: inherit!important;
    padding: 5px;
}
.product-categories .children li:before {
    content: "-";
    position: absolute;
    left: -13px;
    top: 5px;
}
.etitags{
	position:absolute;
	top: 5px;
	width: 60px;
	left: 20px;
}
.etiq {
    float: left;
    margin: 5px;
}
.etiq img{
    width: 55px;
    filter: drop-shadow(0px 0px 4px #FFF);
}
.fichaproducto .etitags {
    right: 0;
    top: 0;
    width: 110px;
    left: auto;
    float: left;
}

.fichaproducto .etitags img {
    width: 45px;
}
.slick-slider .etitags {
    left: 10px;
}
.relatedgrid {
    display: block;
    overflow: hidden;
    width: 100%;
}

.fixHead{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 555;
    top: 0;
    background: linear-gradient(180deg, rgba(234,230,227,1) 0%, rgba(234,230,227,1) 50%,rgba(234,230,227,0) 101%);
}
li.buscar {
    display: none!important;
}
.home .blocks.body {
    padding: 0;
}
.Reservas form {
    width: 800px;
    margin: 30px auto;
}
.testimonios li {
    list-style: none;
    padding: 10px 20px;
    margin: 0 30px;
    display: inline-block;
    text-align: left;
    line-height: 200%;
    position:relative;
    transform: none;
    left: auto;
}

.testimonios ul {
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
}
.testimonios ul i {
	margin-right:10px;
}
#comments .children {
}
.comment-author.vcard {
    float: right;
    width: 300px;
    vertical-align: top;
}

.comment-author.vcard img {
    float: left;
    margin-right: 20px;
    margin-left: 15px;
}
ol.children .byuser {
    background: #efd1182e;
}
.comment-body {
    padding: 20px 0;
}
.comment {
	display:block;
	overflow:hidden;
	border-top: 1px dotted #b8916b;
	list-style:none;
}

.reply {
    margin-bottom: 10px;
}

.comment span.says {
    display: none;
}
.blocks.cuadros .txt {
    font-size: 25px;
    position: relative;
}

.block50.right.txt {
    text-align: right;
    /* flex: 1; */
}
.hide {
    display: none!important;
}
.blocks.cuadros {
    background-color: #000;
    display: flex;
    /* position: relative; */
    /* background-blend-mode: screen; */
    /* mix-blend-mode: screen; */
}

.cuadros .block50 {
    /* position: relative; */
    /* height: 100%; */
    flex: 1;
}

.cuadros .block50 img {
    position: absolute;
    /* height: 100%; */
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    top: 50%;
}

.cuadros .parr{
	padding:80px;
	text-align:center;
    font-family: 'Euclid Circular A', sans-serif;
	color: #FFF;
}

.single .parr img {
    float: left;
    margin-right: 20px;
    width: 50%;
    height: auto;
    clear: both;
    margin-bottom: 60px;
    box-shadow: 0px 4px 10px #00000038;
    border-radius: 10px;
}
.shareactions.jssocials {
    display: block;
    overflow: hidden;
    clear: both;
    width: 50%;
    float: right;
    position: relative;
    top: -90px;
    left: 0;
}
.shareactions.jssocials :before {
    font-size: 40px;
}
.comentarios {
    display: block;
    overflow: hidden;
    clear: both;
}
.iconinside img {
    width: 100%!important;
    /* height: auto!important; */
    margin: 0!important;
    padding: 0!important;
    float: left!important;
}
.iconinside {
    width: 200px!important;
    height: auto;
}
.single .wpcf7 {
    display: block;
    clear: both;
}

.parr h2 {
    clear: none;
    font-size: 24px!important;
}
.parallax {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 580px!important;
    transition: all 0.3s ease;
}
.testimonios .parr {
    color: #FFF;
    font-size: 30px;
    font-family: 'Euclid Circular A', sans-serif;
    padding: 50px 0;
}
.panal {
    background-image: url(../img/bg.png);
    background-size: 50%;
    background-position: top left;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.panal2 {
    background-image: url(../img/bg2.png);
    background-size: 50%;
    background-position: top left;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.panal3 {
    background-image: url(../img/bg3.png);
    background-size: 50%;
    background-position: bottom right;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.header .menu-item a:hover {
    text-shadow: 0px 0px 5px #efd119;
}
#menu-item-5099:hover  a{
    background: #efd119;
    border-color: #b8916b;
}
.wc-item-downloads a {
    font-size: 24px;
    text-transform: lowercase!important;
    text-align: left;
}

strong.wc-item-download-label {
    font-size: 30px;
    font-family: inherit;
    margin: 20px 0;
    display: block;
}
.woocommerce-MyAccount-content p {
    /* font-size: 30px; */
}
a.showlogin2 {
    text-transform: uppercase;
    color: inherit;
}
.sliderhomewrap {
    /* height: 100vh; */
}

.sliderhome {
    /* height: 100vh; */
    background: #fae53a;
}

.minipost {
    width: 450px;
    display: inline-block;
}

.minipost a {
    display: block;
    overflow: hidden;
    height: 340px;
    background-size: cover;
    background-position: center;
    margin: 10px;
    position: relative;
}

.minipost .minisabana {
    text-decoration: none;
    background: #000;
}

.minipost .minisabana h1 {
    color: #fae53a;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    margin: 10px;
    padding: 10px;
    max-width: 84%;
    width: auto;
    text-align: left;
}
.minipost h1:first-line {
    color: #FFF;
}
.sabanhover {
    background: #efd119e0;
    height: 100%;
    width: 100%;
    z-index: 5555;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    opacity:0;
}

.sabanhover .center {
    top: calc(50% - 20px);
    position: absolute;
    text-align: center;
    width: 100%;
}
.sabanhover:hover {
	transition: all 0.3s ease;
	opacity:1;
}
.sabanhover .center ::before {
    vertical-align: baseline;
    height: 16px;
    display: inline-block;
    overflow: visible;
    line-height: inherit!important;
}

.sabanhover .center i {
    /* margin-left: 5px; */
    overflow: visible;
}
.block100.maxw.instaposts {
    padding: 0;
    text-align: center;
    max-width: 1430px!important;
}
.datefecha {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
.excerpt {
    font-size: 22px;
    font-family: 'Euclid Circular A', sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.bloquetxt {
    display: block;
    overflow: hidden;
}
li.foro.menu-item-5099 {
    /* position: absolute; */
    /* left: 230px; */
    /* z-index: 555; */
    /* top: -10px; */
}
ul#breadcrumbs * {
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
}

ul#breadcrumbs {
    padding: 0;
    display: block;
    background: none;
    margin: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    float: none;
}
p.text-muted {
    padding: 0;
    margin: 0;
    border: none;
}

.card.mb-2 {
    border: none;
    border-bottom: 1px dotted #666;
}
.block100.maxw.single.breadcrumb {
    padding: 0;
    background: none;
    margin-top: 50px;
    border: none;
}
.container.breadcrumb {
    background: none;
    border: none;
    margin: 0 auto;
    margin-bottom: 10px;
}
.card.mb-2:last-child {
    border: none;
}
.forum-title.spacer {
    margin-top: 0;
}
.comentarios .card-body.p-2.p-sm-3 {
    padding: 0!important;
}
li.foro.menu-item-5099 a {
    /* color: #FFF!important; */
    /* background-color: #fde734; */
    /* box-shadow: 0px 4px 10px #00000038; */
    /* padding-bottom: 5px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

li.foro.menu-item-5099 a:hover{
    color: #fae53a !important;
    /* background-color: #b8916b!important; */
}

.block100.maxw.single.foro {
    margin-top: 0!important;
    padding-top: 0;
}
.woocommerce-MyAccount-content {
    padding: 40px 0;
}
nav.woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
}

.woocommerce .ibox-content.forum-container {
    margin-top: -40px;
}

#breadcrumbs a:hover, .foro a:hover {
    color: #dbc935!important;
}

.block100.maxw.single.forobuscador input[type='submit'] {
    position: absolute;
    bottom: 10px;
    z-index: 5;
    width: 180px!important;
    right: 0;
}

.block100.maxw.single.forobuscador {
    position: relative;
    padding: 50px 0;
    max-width: 900px;
}
.block100.maxw.single.forobuscador h2 {
    text-align: center;
    margin-bottom:30px;
    margin-top: 0;
    padding-top: 0;
}
.block100.maxw.single.foro.searched div#respond {
    display: none;
}
.media.forum-item img {
    width: 100px;
    margin-bottom: 30px;
}

.media.forum-item .text-muted {
    color: #6c757d!important;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}
.parallax-background {
    background-position: 50% 0;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-size:190% auto;
    background-position: center;
    /* margin: 40px; */
    box-shadow: inset 0px 4px 10px #00000038;
}
.bottom.menu.blocks.panal.cuadros {
    display: block;
}
.banner .float {
    width: 50%;
    left: auto;
    right: auto;
    transform: translate(50%, -50%);
}

.banner .float h1 {
    margin-bottom: 20px;
    line-height: 100%;
}

input{
    accent-color: #fde734;
}

.wpcf7-recaptcha {
    height: 75px!important;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 297px;
}
.wpcf7-recaptcha iframe {
    margin: 0;
}



ul.grilla.dos li {
	width: calc(50% - 40px);
}
ul.grilla.tres li {
	width: calc(33% - 10px);
}

ul.grilla.cuatro li {
	width: calc(25% - 10px);
}

ul.grilla li {
	padding: 20px;
	background: #101010;
	list-style: none;
	border-radius:5px;
	box-sizing: border-box;
	float: left;
	margin: 15px;
}

.landing .grilla {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly
}
.landing .grilla li .imagen img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
	border-radius:5px;
	transition: all 0.3s ease;
}
.landing .grilla li:hover .imagen img {
	transition: all 0.3s ease;
	filter:brightness(1.8);
}
.landing .grilla li h3{
	text-transform:uppercase;
	font-weight:900;
}
.landing .grilla li p{
	font-size:16px;
}

.landing h1 {
    font-size: 50px;
    margin: 0;
    margin-top:40px;
    color: #b8916b;
    font-size: 40px !important;
    font-weight: normal !important;
    text-align:center;
}
.landing h2 {
    font-size: 20px;
    font-weight: normal;
    text-align:center;
    font-size: 20px!important;
}
.landing .featured{
	margin-bottom:20px;
	display: block;
	overflow: hidden;
}
te {
    overflow: visible;
}
.landing .grilla li {
    background: url(../img/bg.png) #b08c6a;
    background-size: 490px;
    background-position: bottom left;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}

.landing .grilla li h2 {
    color: #FFF; 
    width: 100%;
    margin: 0;
}
.landing .testimonios{
	background:none;
	margin-top:50px;
}
.landing .single.testi {
    clear: both;
    display: block;
    overflow: hidden;
}
.landing .slick-list{
	height:auto;
}

.landing .h3 {
    font-size: 28px;
    margin: 0;
    line-height: normal;
    color: #b08c6a;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.landing .testi {
    height: auto!important;
}
.landing i:before,
.landing i:after {
	line-height:10px;
	font-size:20px;
}
.landing .block100.maxw {
    overflow: visible;
}
.landing .maxw.single.testi {
    overflow: hidden;
}

.landing .checks {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.landing .checks li {
    counter-increment: my-awesome-counter;
    width: calc(50% - 10px);
    background: none!important;
    padding: 20px;
    float: left;
	list-style:none;
}

.landing .checks li:before {
    content: "0" counter(my-awesome-counter);
    font-weight: 700;
    font-size: 60px;
    float: left;
    vertical-align: top;
    line-height: initial;
    margin-right: 20px;
    vertical-align: bottom;
    margin-top: -8px;
    color: #b8916b;
    margin-bottom: 30px
}

a.wpbutton {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 150px;
    width: auto;
    margin: 30px 0;
	box-shadow: 7px 5px 5px #000;
    background: url(../img/bg.png) #b08c6a;
    background-size: 590px;
    background-position: top left;
    background-repeat: no-repeat;
}
a.wpbutton .iconinside {
	box-shadow:none;
	width: 150px!important;
	height: 150px!important;
	float: left;
	margin-right: 20px;
	border: 2px solid #b08c6a;
	border-radius: 150px;
	overflow: hidden;
	box-shadow: 7px 5px 5px #000;
	clear:left;
	margin-bottom: 0;
	text-align: center;
}
a.wpbutton .iconinside.right {
	right: 0;
	position: absolute;
	padding: 40px;
	box-shadow: none;
	border: none;
}
a.wpbutton:hover {
    background: url(../img/bg.png) #66e066;
    background-size: 590px;
    background-position: top left;
    background-repeat: no-repeat;
}
a.wpbutton h2 {
	clear:none;
	color: #FFF!important;
	margin: 6px 0!important;
	font-size: 30px!important;
	border:none;
	margin:0;
	padding:0;
	/* text-align:left; */
	padding-top: 35px;
	padding-right: 150px;
}

a.wpbutton p img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.iconinside p {
    text-align: center;
    display: block;
    overflow: hidden;
    width: 100%;
}

a.wpbutton p {
    text-align: center;
    padding-right: 150px;
}
.landingbody  .block.fixHead{
	display:none!important;
}

.landing .person img{
	width:100%;
}




.plantilla2 a,
.plantilla2 span,
.plantilla2 div{
   font-family: 'Euclid Circular A', sans-serif;
   /* clear: both; */
}
.plantilla2 .header.fondonegro {
    background: #000;
    display: block;
    overflow: hidden;
    padding: 30px 0px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.plantilla2 .maxwidth{
    max-width: 70%;
    margin:auto;
    display: block;
    overflow: hidden;
}

.plantilla2 .header.fondonegro .featured {
    display: block;
    overflow: hidden;
    /* margin: 0 auto; */
    text-align: left;
}
.plantilla2 .body.fondoamarillo {
    background-color: #fae53a; 
    padding: 100px 0;
}
.plantilla2 .body.fondoamarillo * {
	color:#000;
}
.plantilla2 .body.fondoamarillo h1 {
	font-weight: 700!important;
	max-width: 65%;
	font-size: 60px!important;
	line-height: 60px;
	letter-spacing: -1px;
}
.plantilla2 .body.fondoamarillo h2 {
	color:#000;
	max-width: 65%;
}
.plantilla2 ul.grilla li {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    clear:both;
    display:block;
    overflow:hidden;
    margin-top: 150px;
}

.plantilla2 ul.grilla li.izquierda .imagen {
    float: left;
    clear: none!important;
    display: inline-block;
}

.plantilla2 ul.grilla li.derecha .imagen {
    float: right;
    clear: none;
}
.plantilla2 .grilla h2:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    display: block;
    background: #fae53a;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
}
.plantilla2 .plantillapage .grilla h2:before {
	float:left;
	margin-right:10px;
	margin-top:-7px;
}
.plantilla2 .plantillapage .grilla h2 {
	max-width:100%!important;
	font-weight:bold!important;
}
.plantilla2 .grilla.dos h2 {
    max-width: 50%;
    text-align: left;
    clear: none;
    display: inline-block;
    font-size: 28px!important;
}
.plantilla2 .grilla.dos h2 strong{
	display: block;
	clear: left;
	max-width: 90%;
	line-height: 100%;
	margin-top: 20px;
	font-size: 33px;
	margin-bottom: 10px;
	color: #000;
}
.plantilla2 .imagen img,
.plantilla2 ul.grilla li .imagen img {
    height: 100%;
    width: auto;
    object-fit: fill;
    transform: translateX(-50%);
    margin-left: 50%;
}

.plantilla2 .imagen,
.plantilla2 ul.grilla li .imagen {
    width: 350px;
    border-radius: 100%;
    overflow: hidden;
    height: 350px;
    border: 20px solid transparent;
}
.plantilla2 .imagen.derecha{
	float:right;
}
.plantilla2 ul.grilla li.izquierda h2 {
    width: 50%;
    float: right;
}
.plantilla2 h1.centered {
    text-align: center;
    margin: 100px 0;
    font-size: 65px!important;
    font-weight: 600!important;
    letter-spacing: -3px;
    display: block;
    overflow: hidden;
    clear: both;
    color: #000;
    padding: 0 50px;
}
.plantilla2 .heroblock{
	margin:100px auto;
	padding: 50px 0;
}
.plantilla2 .heroblock img{
	height:100%;
	object-fit: cover; /* or object-fit: contain; */
	margin-left: 50%;
	transform: translateX(-50%);
}
.plantilla2 .heroblock .parrafo{
	width: calc(50% - 100px);
	float:left;
	clear:none;
}
.plantilla2 .grisbg,
.plantilla2 .heroblock.gris {
    background: #f2f2f2;
}
.plantilla2 .heroblock h1 {
    font-size: 40px!important;
    font-weight: 600!important;
    letter-spacing: -1px;
    line-height: 100%;
    color: #000;
}

.plantilla2 .heroblock h2 {
    font-size: 25px!important;
}

.plantilla2  {
    background: #FFF;
}

.plantilla2 .heroblock .imagenbox{
	height:500px;
	overflow:hidden;
	width: 50%;
	float: left;
	margin-right: 60px;
	margin-top: -100px;
}
.plantilla2 .heroblock.gris {
    overflow: visible;
    margin-top: 200px;
    margin-bottom: 0;
    height: auto;
}

.plantilla2 .heroblock.gris .maxwidth {
    height: calc(100% - 600px);
    overflow: visible;
}

.parrafolistas h1 {
    font-size: 60px!important;
}

.parrafolistas ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 60px;
}

.parrafolistas {
    padding: 0 60px;
}

.parrafolistas ul li {
    padding: 15px 0;
    font-size: 23px;
}

.parrafolistas ul > li:before {
    margin-right: 40px;
    display: block;
    overflow: hidden;
    float: left;
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    display: block;
    background: #fae53a;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-top: -6px;
    margin-bottom: 20px;
    counter-increment: section;
}
.plantilla2 .centerbutton {
    background: #fae53a;
    text-align:center;
    display:inline-block;
    clear:both;
    overflow:hidden;
    clear:both;
    margin: 0 auto;
    padding: 15px 60px;
    border-radius: 50px;
    text-transform: inherit;
    font-size: 31px;
    text-decoration: none;
    font-weight: inherit;
    color: #000!important;
}
.plantilla2 .centerbutton:hover {
    background: #af9e1d;
    color: #000;
}
.plantilla2 .parrafocta {
	padding:50px 0;
}
.plantilla2 .parrafocta h1 {
    font-size: 60px!important;
    margin: 0;
    margin-bottom:30px;
    line-height: 120%;
}
.plantilla2 .parrafocta .picture {
	margin:auto;
	width:200px;
}
.plantilla2 .parrafocta .picture img {
	width: 150%;
	height: auto;
	margin-top: -150px;
	margin-bottom: 20px;
}
.plantilla2 .centerbutton img {
    height: 40px;
    float: left;
    display: inline-block!important;
    clear: none!important;
    margin: 0;
    margin-top: 5px;
}

.plantilla2 .testimonios {
    text-align: center;
    padding: 100px 0;
}

.plantilla2 .testimonios .person {
    float: none;
    margin: 0;
}

.plantilla2 .testimonios .person {
    float: none;
    margin: auto;
    width: 230px;
    height: 230px;
    border-radius: 300px;
    border-color: #000;
    box-shadow: 0px 0px 5px #000;
    border: none;
    margin-bottom: 20px;
    margin: 20px auto;
    margin-bottom: 40px;
}

.plantilla2 .testimonios .says .h3 {
    font-weight: bold;
    display: block;
    font-size: 30px!important;
}

.plantilla2 .slick-slide {
	height:auto;
}
.plantilla2 .slick-slide *{
	clear:none;
}

.plantilla2 .testimonios p{
	max-width:80%!important;
	padding:0 40px;
	margin:auto;
}
.plantilla2 .parrafocta h2 {
    text-align: center;
    margin-bottom: 70px;
}
.plantilla2 .heroblock.gris.cortaimagen{
	height:500px;
}
.slick-list.draggable {
    /* height: 100%!important; */
}
ul#menu-menu-superior-1 li {
    display: inline-block;
    padding-left: 20px;
    color: #FFF;
}
.plantilla2 .plantillapage > h1.centered {
    margin-bottom: 0;
}

.plantilla2 .plantillapage .grilla p {
    font-size: 25px;
}
.grisbg {
    display: block;
    overflow: hidden;
    margin-top: 50px;
	padding-bottom:50px;
}

.grisbg h1 {
    margin-bottom: 0!important;
}
.plantillapage .grilla .derecha {
    margin-top: 100px!important;
}

.bottom.news input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #000;
    background: #000;
    color: #FFF!important;
}
.bottom.news input.wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000!important;
}
.block100.newsletter h3 {
    font-weight: bold!important;
}
.footer .menu a:hover {
    color: #fae53a!important;
}

.plantilla2 .parrafolistas{
	/* padding:0; */
}
.plantilla2 .parrafolistas ul{
	margin:0;
}
.forobuscador input {
    width: 80%!important;
    float: left;
    margin-top: 30px;
}

.forobuscador input.submitea {
    width: 20%!important;
    background: #000;
    color: #FFF!important;
    border-color: #000;
}
.forobuscador input.submitea:hover {
    background: #FFF;
    color: #000!important;
}
.bottom.news a:hover{
	color:#000;
}
.tools i::before {
    color: #FFF;
}
.header ul.tools li {
    display: inline-block;
}
nav.woocommerce-MyAccount-navigation li a:hover ,
nav.woocommerce-MyAccount-navigation li.is-active a{
    background: #000;
	color:#fae53a!important;
}
p.cart-empty {
    margin-bottom: 150px;
}
.maxwidth h3 {
    font-weight: bold!important;
}
label{
	font-weight:bold;
}
.plantillapage h2,
.block100 h3 {
    font-weight: bold!important;
}
.sliderhome .fondoamarillo {
    /* position: relative; */
    /* transform: translateY(50%); */
    /* border: 1px solid; */
    /* max-height: 100%!important; */
    /* height: 100%!important; */
} 
.sliderhome .fondoamarillo .maxwidth{
	/* position:absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
}

.testi h1 {
    font-weight: bold!important;
}
.testi .imagen.derecha {
    width: 260px;
    height: 260px;
    margin-top: -50px;
}
.slick-track {
    display: flex;
    align-items: center;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:last-child {
    display: none;
}

.cart_totals.calculated_shipping h2 {
    display: none;
}
.woocommerce h3,
.woocommerce h2 {
    font-weight: bold!important;
}
ul.wc-item-downloads a:hover {
    background-color: #000!important;
    color: #fff!important;
}
p.comment-form-cookies-consent,
p.logged-in-as {
    display: none;
}


.plantilla2 .body.centrado *{
	text-align:center;
}
.plantilla2 .body.fondonegro{
    padding: 100px 0;
	background:#000;
}
.plantilla2 .body.fondoblanco{
    padding: 100px 0;
	background:#FFF;
}
.plantilla2 .body.fondonegro *{
	color:#FFF;
}

.plantilla2 .body.centrado h1 {
	font-weight: 700!important;
	max-width: 100%;
	font-size: 60px!important;
	line-height: 60px;
	letter-spacing: -1px;
}
.plantilla2 .body.centrado h2 {
	max-width: 100%;
}