/*!
Theme Name: Larbis
Theme URI: http://underscores.me/
Author: Gian Torres
Author URI: https://www.facebook.com/gntrrs/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: larbis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

larbis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
/* PRELOADER */ 
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #080808;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
}
.preloader .status {
   width: 100px;
   height: 100px;
   position: absolute;
   left: 50%;
   top: 50%;
   /*background-image: url(custom/img/preloader.svg);*/
   background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   margin: -50px 0 0 -50px;
}
.preloader .status .webtitle{
	position: absolute;
	width: 100%;
	display: block;
	bottom: -20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
body{
	font-family: 'Poppins', sans-serif; /*antes nunito*/
	/*font-weight: 400;*/
	color: #1f1f1f;
}
.card{
	color: #1f1f1f;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif; /*antes alegreya*/
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
img.custom-logo{
	width: 65px;
	display: block;
	transition: all .2s ease-in 0s;
}
.vcenter{
	align-items: center;
}
.cta-1, .wpcf7-submit{
	background-color: #F9AA3C!important;
	color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.cta-1:hover, .cta-1:focus, .cta-1:focus-within,
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:focus-within{
	background-color: #F2CC45!important;
}
.cta-0{
	background-color: transparent!important;
	color: #F9AA3C!important;
	border: 1px solid #F9AA3C!important;
	background-color: #fff!important;
}
.cta-0:hover, .cta-0:focus, .cta-0:focus-within{
	border-color: #F2CC45!important;
}
#content{
	margin-top: 56px;
}
.homeD #primary.site-main,/*,
.page-template-homepage2-template #primary.site-main*/
.page-template-exterior-template #primary.site-main,
.page-template-interior-template #primary.site-main{
	margin-top: 20px;
}
section.hero, section.hero_slideshow{
	/*display: block;*/
	margin: 0 20px;
}
section.hero .bgimage, section.hero_slideshow .bgimage{
	display: flex;
	width: 100%;
	height: 95vh;
	border-radius:12px;
	overflow: hidden;
	position: relative;
}
section.hero .hero-content, section.hero_slideshow .hero-content{
	width: 65%;
	margin: auto;
	line-height: 1;
	text-align: center;
}
section.hero .hero-content h3, section.hero_slideshow .hero-content h3,
section.hero .hero-content h1, section.hero_slideshow .hero-content h1{
	font-size: 3.5rem;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
section.hero .hero-content p, section.hero_slideshow .hero-content p{
	font-size: 2rem!important;
	position: relative;
	z-index: 1;
}
@media (max-width: 567px){
    section.hero .hero-content p, section.hero_slideshow .hero-content p{
        font-size: 1rem!important;
    }
}
.custom-logo-link{
	padding: .5rem .75rem;
	display: block;
}
.homeD .main-navigation:not(.s-down):not(.s-up),
.page-template-exterior-template .main-navigation:not(.s-down):not(.s-up),
.page-template-interior-template .main-navigation:not(.s-down):not(.s-up)/*,
.page-template-homepage2-template .main-navigation:not(.s-down):not(.s-up)*/{
	background-color: transparent;
	padding-top: 45px;
	transition: all .2s ease-in 0s;
}
.main-navigation{
	transition: all .2s ease-in 0s;
}
/*.main-navigation.s-down {
	-webkit-transform: translateY(-150px);
	-khtml-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
	transform: translateY(-150px);
}*/
.main-navigation.s-up{
	background-color: #fff;
	padding-top: inherit;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
/*body:not(.home):not(.page-template-homepage2-template) .main-navigation #menu-principal a,*/
body:not(.homeD):not(.page-template-exterior-template):not(.page-template-interior-template) .main-navigation #menu-principal a,/*,
body:not(.home) .main-navigation #menu-principal a,*/
.main-navigation.s-up #menu-principal a,
.main-navigation.s-down #menu-principal a{
	color: #000;
}
.main-navigation #menu-principal a{
	color: #fff;
}
.main-navigation #menu-principal a.navbar-item:hover,
.main-navigation #menu-principal a.navbar-item:focus,
.main-navigation #menu-principal a.navbar-item:focus-within{
	background-color: transparent;
}
.hero-content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+47,ffffff+100&0.91+0,0+47 
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.91) 0%, rgba(0,0,0,0) 47%, rgba(255,255,255,0) 100%); /* FF3.6-15 
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.91) 0%,rgba(0,0,0,0) 47%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 
	background: linear-gradient(135deg, rgba(0,0,0,0.91) 0%,rgba(0,0,0,0) 47%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background: -moz-linear-gradient(-45deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 77%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(0,0,0) 0%,rgba(0,0,0,0.5) 77%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(135deg, rgb(0, 0, 0) 0%,rgba(0,0,0,0.5) 77%,rgba(255,255,255,0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.carousel-cell { width: 100%;}
.fotos-carrusel .carousel-cell {
    width: auto;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}
.fotos-carrusel .carousel-cell img {
    width: auto;
    height: 300px;
    display: block;
    max-height: 100%;
}
.fotos-carrusel.is-fullscreen .carousel-cell {
  height: 100%;
}
.flickity-enabled.is-fullscreen {
  z-index: 9999;
}
@media ( min-width: 768px ) {
	.carousel-cell {
		width: 33.333333333%;
	}
}
@media (min-width: 1200px) {
	.carousel-cell {
		width: 20%;
	}
}
.flickity-slider{
	display: flex;
	align-items: center;
}
.team-img-wrap {
	text-align: center;
}
.team-img-wrap img {
	border-radius: 50%;
	/*width: 50%;*/
	width: 35%;
	margin: auto;
}
.custom-card{
	border: 1px solid #e9ecee;
	border-radius: 28px;
	padding: 70px;
	max-width: 640px;
	margin: auto;
}
@media (min-width: 992px){
	.oversec{
		/*max-width: 1000px;*/
		/*margin: -96.2px auto auto auto;*/
		margin: auto;
		position: relative;
		/*border: 1px solid #e9ecee;
		border-radius: 12px;
		overflow: hidden;*/
	}
	#primary section:not(.hero):not(.hero_slideshow):not(.contacto_widget){
		padding: 50px 0;
	}
	#primary section.hero_slideshow{
		padding: 0;
	}
}
.oversec{
	background-color: #fff;
}
.bgsquare {
    height: 100%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.columns.is-gapless > .column.p-2{
	padding: 2rem!important;
}
#tab-content div.wrapcontent {
	display: none;
}
#tab-content div.wrapcontent.is-active {
	display: block;
}
.wrapserv{
	max-width: 1000px;
	margin: auto;
}
#primary p,
#primary li{
	margin-bottom: 15px;
	/*font-size: 1.125em;*/
	font-size: 1.125rem;
	letter-spacing: 1.13px;
}
strong{
    font-weight: 800;
    color: #000;
}
ul.listcheck li{
	display: list-item;
	margin-left: 26px;
	list-style-image: url("custom/assets/img/check.png");
}
header h2{
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 1.3px;
}
header h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
.boxtrick-wrapper {
	position: relative;
}
.linkmore {
	color: #3d509c;
	text-decoration: none;
	border-bottom: 2px solid #3d509c;
}
.show, .hide {
	position: absolute;
	bottom: -30px;
	z-index: 100;
	text-align: center;
}
.hide {
	display: none;
}
.show:target {
	display: none;
}
.show:target ~ .hide {
	display: block;
}
.show:target ~ .boxtrick {
	max-height: 2000px;
}
.show:target ~ .fade {
	margin-top: 0;
}
.boxtrick {
	position: relative;
	/*max-height: 310px;*/
	/*max-height: 410px;*/
	max-height: 220px;
	overflow: hidden;
	-webkit-transition: max-height .5s ease;
	transition: max-height .5s ease;
}
section.slideshow_servicio{
	background-color: #eceef7;
}
body.home .flickity-viewport,
.single-campaign .flickity-viewport{
	border-radius: 12px;
}
.hero-slide {
	width: 100%;
	height: 60vh;
	background: #8C8;
	align-items: center;
	display: flex;
}/*
.hero-content{
	width: 80%;
	margin: auto;
}
.hero-content h3,
.hero-content p{
	position: relative;
	z-index: 1;
}
.hero-content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}*/
/*section.contacto_widget .wpcf7-form input,*/
.wpcf7-form input{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50px;
	border: 1px solid #eceef7;
	padding: 10px 15px;
}
/*section.contacto_widget .wpcf7-form textarea,*/
.wpcf7-form textarea{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 25px;
	border: 1px solid #eceef7;
	padding: 10px 15px;
	font-size: 13.3333px;
}
/*section.contacto_widget .wpcf7-form label,*/
.wpcf7-form label{
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
} 
section.contacto_widget header{
	padding-bottom: 20px;
}
section.contacto_widget{
	background-color: #eceef7;
}
.flickity-button {
	background-color: transparent;
	color: hsla(0,0%,100%,.75);
}
.flickity-button:hover {
	background: transparent;
	color: #fff;
}
.columns.items{
	border-radius: 15px;
	overflow: hidden;
	margin-top: -39px;
	/*text-align: center;*/
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
}
.columns.items .column{
	background-color: #fff;
	padding: 1rem;
	font-weight: bold;
}
.columns.items .column:nth-of-type(2) {
	/*border-left: 1px solid;
	border-right: 1px solid;*/
	margin-left: 1px;
	margin-right: 1px;
}
.wrapitems{
	width: 60%;
}
/*
.columns.items .column:nth-of-type(1) {
	border-right: 1px solid;
}
.columns.items .column:nth-of-type(3) {
	border-left: 1px solid;
}
*/
.cta-group{
	max-width: 550px;
	margin: auto;
}
.cta-group a{
	margin-bottom: 10px;
}
@media (min-width: 992px){
	.cta-group a:nth-of-type(1) {
		margin-right: 4%;
	}
	.cta-group a {
		width: 48%;
		float: left;
	}
}
h3.sluglab{
	font-weight: bold;
	font-size: .9rem;
	letter-spacing: 1.3px;
}
.img-content{
    position: relative;
}
@media (min-width: 992px){
	.img-content{
		text-align: center;
	}
	.img-content img{
		max-width: 50%
	}
	section.cta_transitional .wpcf7-form span.nombre-y-apellido, section.cta_transitional .wpcf7-form span.correo-electronico {
		width: 50%;
		display: inline-block;
		padding-right: 4px;
	}
}
.wpcf7-form-control-wrap {
	position: relative;
}
section.cta_transitional .wpcf7-form input{
	border: 1px solid #080808;
}
.marca{
	max-width: 150px;
}
.marca span{
	font-size: 2.5rem;
	font-weight: bold;
}
#colophon h5{
	font-family: 'Poppins', sans-serif; /*antes nunito*/
	font-size: 1.5rem;
	font-weight: bold;
}
.acercade p{
	margin-bottom: 15px;
}
.acercade h5 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
@media (min-width: 568px){
	.main-navigation:not(.s-down):not(.s-up) .navbar-brand a {
	    font-weight: bold;
	    color: #fff;
	    font-size: 2rem;
	}
}
@media (max-width: 567px){
	/*section:not(.hero):not(.hero_slideshow):not(.main_text){*/
	section:not(.hero):not(.hero_slideshow){
		padding: 0 2rem;
	}
	.main-navigation {
		background-color: #fff;
		padding-top: inherit;
		/*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
	}
	section.hero .hero-content h1, section.hero_slideshow .hero-content h1 {
		font-size: 2rem;
	}
	.boxtrick{
		/*max-height: 460px;*/
		max-height: 660px;
	}
}
.slideshow_testimonios .carousel-cell{
	width: 100%;
    max-width: 550px;
    padding: 20px 30px;
}
.wpcf7-acceptance label{
	clip: auto;
	height: auto;
	overflow: auto;
	position: static!important;
	width: auto;
	word-wrap: normal;
}
.wpcf7-acceptance input{
	width: auto;
}
.navbar-brand{
	transition: all .2s ease-in 0s;
}
@media (min-width: 992px){
    body.homeD #site-navigation:not(.s-up):not(.s-down) .navbar-brand,
    body.page-template-exterior-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand,
    body.page-template-interior-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand/*,
    body.page-template-homepage2-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand*/{
    	/*background-color: #fff;*/
    	border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
    	margin-top: -35px;
    }
}
@media (max-width: 567px){
    .cta-1{
        display: flex;
    }
    .navbar-item:not(.cta-1){
        color: #000!important;
    }
}
#site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link{
	padding: .75rem 1.5rem;
}
@media (min-width: 992px){
    body.homeD #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link img.custom-logo,
    body.page-template-exterior-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link img.custom-logo,
    body.page-template-interior-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link img.custom-logo/*,
    body.page-template-homepage2-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link img.custom-logo*/{
    	/*width: 120px;*/
    	width: 140px;
    }
}
/*body:not(.home):not(.page-template-homepage2-template) .main-navigation*/
body:not(.homeD):not(.page-template-exterior-template):not(.page-template-interior-template) .main-navigation
/*body:not(.home) .main-navigation*/{
	background-color: #fff;
	padding-top: inherit;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.colorgradient1{
	background: -webkit-linear-gradient(#595959, #080808);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 567px){
	#colophon{
		text-align: center;
	}
	#colophon .marca{
		margin: auto;
	}
	#colophon img.custom-logo{
		margin: auto;
	}
}
.margintopnav{
	margin-top: 86px!important;
}
.page-template-default .entry-title{
	font-size: 2rem;
	font-weight: bold;
}
input[name="opt-in[]"] {
	width: auto;
}
.modal.popup .modal-content{
	background-color: #000;
	color: #fff;
}
.modal.popup .modal-content form .columns,
.subsblog form .columns{
	display: block;
}
.modal.popup .modal-content form .column,
.subsblog form .column{
	width: auto;
}
.modal.popup .modal-content .textcontent{
	padding: 15px;
}
.modal.popup .modal-content img{
	display: block;
}
.modal.popup .consentimiento{
	font-size: 12px;
}
/*estilos para blog*/
.mods .card-header,
.mods .card-footer,
.mods .wrap-entry-meta{
	padding: 10px 24px;
	font-size: .8rem;
}
.mods .wrap-entry-meta{
	padding: 10px 0!important;
}
.mods .card-header > .entry-meta,
.mods .wrap-entry-meta > .entry-meta{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.mods .card-header > .entry-meta .byline img,
.mods .wrap-entry-meta > .entry-meta .byline img{
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 5px;
}
.single-post .entry-title{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px
}
.subsblog {
    border: 1px solid #ddd;
    padding: 10px;
    position: sticky;
    top: 80px;
    background-color: #F9AA3C;
    border-radius: 11px;
    color: #fff;
}
.subsblog .wpcf7-form input {
	border: 1px solid #ddd;
}
.subsblog .wpcf7-acceptance{
	font-size: .8rem;
	line-height: 1;
}
.subsblog h5 {
    font-family: 'Poppins', sans-serif; /*antes nunito*/
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.subsblog .wpcf7-submit{
	background-color: #035b89 !important;
	color: #fff;
	font-family: 'Poppins', sans-serif; /*antes nunito*/
	font-weight: 600;
	font-size: 1rem;
	border: 0!important;
	cursor: pointer;
}
.subsblog .wpcf7-submit:hover{
	background-color: #034162 !important;
}
/*fin de estilos para blog*/
.frontpage h2,
.frontpage h3,
.frontpage span{
	color: #080808;
}
.frontpage h3{
	margin-bottom: 10px;
}
#primary section.text_three_image{
	padding: 10px 0;
}
/*.text_three_image .texto-imagen{
	background-color: #080808;
}*/
@media (max-width: 567px){
	.text_three_image .texto-imagen{
		padding-left: 32px;
		padding-right: 32px;
	}
}
.text_three_image h2{
	/*color: #fff;*/
	margin-bottom: 3rem;
}
.text_three_image .card{
	border-radius: 12px;
	width: 100%;
	overflow: initial;
}
#primary .text_three_image .card .text-content p{
	/*font-size: .85em;*/
	font-size: 1.125em;
}
.text_three_image .card .card-content{
	padding: 20px;
}
.text_three_image .card .card-content .column{
	padding: 0px;
}
.slideshow_testimonios{
	background-color: #f1eff0;
}
@media (min-width: 992px){
	.wrapformcontact{
		padding: 50px;
	}
}
@media (max-width: 567px){
	.wrapbag{
		display: none;
	}
}
.comments-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.comment-author .avatar {
    border-radius: 50%;
    vertical-align: middle;
}
.comment-body {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
/*section:nth-child(2n+1) .button.cta-1{
    display: none;
}*/
.slideshow_testimonios .carousel-cell p{
	margin-top: 15px;
}
.certificadoico{
    position: absolute;
    width: 100px;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    transition: all .2s cubic-bezier(.68,-0.55,.27,1.55);
}
.certificadoico:hover {
    width: 150px;
    margin-left: -75px;
    bottom: -75px;
}
.footprice {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
}
.price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.freq {
  color: #000 !important;
}
.text_three_planes .card-content {
    padding-bottom: 120px;
}
.entry-content h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 15px;
}
.wrapqa .message {
	margin-bottom: 10px;
	background-color:transparent
}
.wrapqa .message a{
	text-decoration: none !important;
}
.wrapqa .message a:hover .message-header{
	background-color:#F9AA3C;
	transition: all .2s ease;
	color: #fff;
}
.wrapqa .message .message-header{
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid #F9AA3C;
	/*color: #F9AA3C;*/
	color: #000;
}
.wrapqa .message .message-header h5{
	font-size: 1rem;
	font-family: 'Poppins', sans-serif; /*antes nunito*/
}
.wrapqa .message .message-body{
	/*color: #F9AA3C;*/
	color: #000;
	border-color: #F9AA3C;
	background-color:#fff;
}
.message-body ul {
    padding-left: 40px;
    list-style: disc;
}
#accordion_first{
	max-width: 800px;
	margin: auto;
}
.message-body-content p{
	font-size: 1rem;
}
.corte {
	/*font-size: .8rem;*/
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.wrapwame {
	text-align: center;
}
.wrapwame a {
	padding: 10px;
	color: #25D366;
	width: 100%;
	display: block;
	border: 2px solid #25D366;
	line-height: 1;
	transition: all .5s;
	border-radius: 50px;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 form.submitting .ajax-loader{
	display: block;
}
.entry-content ul{
	padding-left: 40px;
	list-style: disc;
}
.entry-content ol{
	padding-left: 40px;
}
.page-id-549 article{
    max-width: 450px;
    margin: auto;
}
section.text_three_image, section.text_three_attr_2 {
    counter-reset: programa;
}
section.text_three_image .card::before,
section.text_three_attr_2 .card::before {
	counter-increment: programa;
	content: counter(programa);
	position: absolute;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #F9AA3C;
	color: #fff;
	border-radius: 50%;
	line-height: 42px;
	left: 50%;
	top: -21px;
	margin-left: -21px;
	font-weight: bold;
}
section.text_three_image .sinnumeracion .card::before{
    content: 'done';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    background-color: #F9AA3C;
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    
    /* Support for IE. */
    font-feature-settings: 'liga';
}
.wraptarjeta{
	background-color: #fff;
	border-radius: 12px;
	color: #505050;
	font-size: .875rem;
	padding: 20px;
}
.wraptarjeta .img-content img{
	max-width: 100%;
}
.wraptarjeta h6{
	font-weight: 600;
}
.bgimageimg{
	transform-origin: center center 0px; 
	transition: all 8s ease 0s;
	-webkit-transform-origin: center center 0px; 
	-webkit-transition: all 8s ease 0s;	
}
.bgimage.is-selected:nth-child(odd) .bgimageimg{
transform: matrix3d(1.1,0,0.00,0,0.00,1.1,0.00,0,0,0,1,0,-20,20,0,1);
-webkit-transform: matrix3d(1.1,0,0.00,0,0.00,1.1,0.00,0,0,0,1,0,-20,20,0,1);
}
.bgimage.is-selected:nth-child(even) .bgimageimg{
	transform: matrix3d(1.1,0,0.00,0,0.00,1.1,0.00,0,0,0,1,0,20,-20,0,1);
	-webkit-transform: matrix3d(1.1,0,0.00,0,0.00,1.1,0.00,0,0,0,1,0,20,-20,0,1);
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.bgimageimg {
	position: absolute;
	height: 100%;
	width: 100%;
}
h3.titleslider,
h2.titleslider{
	color: #fff;
}
.galimagen-slide img {
	min-width: 150px;
	height: 400px;
	max-width: none;
	/*border: 1px solid #fff;*/
}
#masthead {
	position: sticky;
	top: 0;
	z-index: 39;
}
.header-archive{
	min-height: 300px;
	margin-bottom: 50px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 12px;
	overflow: hidden;
}
.header-archive::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 37%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(0,0,0) 0%,rgba(0,0,0,0.5) 37%,rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%,rgba(0,0,0,0.5) 37%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8000000', endColorstr='#00ffffff',GradientType=1 );
}
.header-inner{
	position: relative;
	z-index: 2;
}
.header-archive h1{
	color: #fff;
}
.header-archive h1 span{
	font-weight: 600;
	/*letter-spacing: -6px;*/
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
	display: block;
}
@media (min-width:  768px){
	.header-archive h1 span{
		font-size: 4rem;
	}
}
.linkupmask{
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 0;
}
.imgwrapper {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.imgwrapper:hover img{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
.imgwrapper img {
	display: block;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	transition: .7s;
}
body.homeD #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link:not(.white) img.custom-logo,
body.page-template-exterior-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link:not(.white) img.custom-logo,
body.page-template-interior-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link:not(.white) img.custom-logo/*,
body.page-template-homepage2-template #site-navigation:not(.s-up):not(.s-down) .navbar-brand .custom-logo-link:not(.white) img.custom-logo*/{
	display: none;
}
body.homeD #site-navigation.s-up .navbar-brand .custom-logo-link.white img.custom-logo,
body.homeD #site-navigation.s-down .navbar-brand .custom-logo-link.white img.custom-logo,
body.page-template-exterior-template #site-navigation.s-up .navbar-brand .custom-logo-link.white img.custom-logo,
body.page-template-exterior-template #site-navigation.s-down .navbar-brand .custom-logo-link.white img.custom-logo,
body.page-template-interior-template #site-navigation.s-up .navbar-brand .custom-logo-link.white img.custom-logo,
body.page-template-interior-template #site-navigation.s-down .navbar-brand .custom-logo-link.white img.custom-logo/*,
body.page-template-homepage2-template #site-navigation.s-up .navbar-brand .custom-logo-link.white img.custom-logo,
body.page-template-homepage2-template #site-navigation.s-down .navbar-brand .custom-logo-link.white img.custom-logo*/{
	display: none;
}
.fitimgsquare{
	object-fit: cover;
	height: 250px;
	width: 100%;
}
.fitimgsquare.h400{
    height: 400px;
}
.imgwrapper .leyenda.over {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    max-width: 65%;
    z-index: 2;
}
.imgwrapper.mask::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 1;
}
.imgwrapper .leyenda.over h3{
	color: #fff;
}
h6{
	font-size: 1.15rem;
}
h5{
	font-size: 1.30rem;
}
h4{
	font-size: 1.45rem;
}
h3{
	font-size: 1.60rem;
}
h2{
	font-size: 1.75rem;
}
h1{
	font-size: 1.90rem;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 15px;
	line-height: 1.2;
}
.galimagen-slide::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	/*z-index: -1;*/
	transition: all .3s ease-in 0s;
}
.galimagen-slide{
	/*transition: all .3s ease-in 0s;*/
	background-color: transparent;
}
.galimagen-slide.is-selected::before{
	background-color: transparent;
	transition: all .3s ease-in 0s;
}
.page-id-320 article {
    max-width: 450px;
    margin: auto;
	border-radius: 12px;
	background-color: #eee;
	padding: 25px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	/*display: none;*/
}
#colophon{
    background-color: #111;
    margin: 0 20px;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#colophon .marca{
    color: #fff;
}
#colophon h5{
    color: #fff;
}
#colophon a{
    color: #fff;
    text-decoration: underline;
}
.navbar-item.active::after {
	position: absolute;
	content: '';
	height: 2px;
	left: 6px;
	right: 6px;
	background-color: #F9AA3C;
	margin-top: 30px;
	border-radius: 50px;
}
.card{
	border-radius: 12px;
}
.mb50{
	margin-bottom: 50px;
}
.marginbottomfoot{
	margin-bottom: 50px;
}
.preciovi span {
	font-size: 20px;
	font-weight: 900;
	color: #000;
}
.preciovi {
	font-size: 12px;
}
.caracteristicas ul{
	padding-left: 40px;
	list-style: disc;
}
.caracteristicas ul li{
	margin-bottom: 10px;
}
.caracteristicas.section{
	background-color: #f5f5f5;
}
.column.is-flex .card{
	display: flex;
	align-items: center;
}
@media (max-width:  567px){
	section.hero .hero-content h3, section.hero_slideshow .hero-content h3, section.hero .hero-content h1, section.hero_slideshow .hero-content h1 {
		font-size: 2rem;
	}
	.navbar-brand{
		align-items: center;
	}
	.navbar-burger{
		border-radius: 12px;
		margin-right: 25px;
		background-color: rgba(255,255,255,.4);
	}
	.navbar-burger:hover {
		background-color: #fff;
	}
	#primary-menu{
		margin: 0 30px;
		border-radius: 12px;
	}
}
section.cta_transitional .wpcf7-form input.wpcf7-submit{
	border: 1px solid #f9aa3c;
}
.error404 .page-header,
.error404 .page-content{
	max-width: 450px;
	margin: auto;
}
.error404 input.search-field,
.search-no-results input.search-field{
	margin-bottom: 10px;
	border-radius: 50px;
	border: 1px solid #aaa;
	padding: 10px 15px;
}
.error404 input.search-submit,
.search-no-results input.search-submit{
	margin-bottom: 10px;
	border-radius: 50px;
	border: 1px solid #f9aa3c;
	padding: 10px 15px;
	background-color: #f9aa3c;
}
.error404 .widget_recent_entries{
	margin-top: 30px;
}
.wrapformwhats{
max-width: 450px;
margin: 20px auto;
border-radius: 12px;
background-color: #fff;
padding: 25px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
}
.input::placeholder, .select select::placeholder, .textarea::placeholder {
    color: rgba(54, 54, 54, 0.7);
}
#acercade .modal-content {
	width: 80%;
	background-color: #fff;
	padding: 30px;
}
.tax-uso .header-inner{
	color: #fff;
	text-align: center;
}
#live-chat-widget{
    bottom: 80px;
}
@media (max-width: 996px){
    .homeD .main-navigation:not(.s-down):not(.s-up) #primary-menu,
    .page-template-exterior-template .main-navigation:not(.s-down):not(.s-up) #primary-menu{
        background-color: rgba(0,0,0,.5);
        margin-left: 20px;
        margin-right: 20px;
        color: #fff;
    }
    .homeD .main-navigation:not(.s-down):not(.s-up) #primary-menu .navbar-item:not(.cta-1),
    .page-template-interior-template .main-navigation:not(.s-down):not(.s-up) #primary-menu .navbar-item:not(.cta-1){
        color:#fff!important;
    }
    .main-navigation #primary-menu .cta1{
        display: flex;
    }
}
.grecaptcha-badge { 
    visibility: hidden;
}
#vermas{
    display: none;
}
.vermasBtn{
    cursor: pointer;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .6rem;
    font-weight: bolder;
    color: #000;
}
.wraptarjeta p{
    display: inline;
}
.mostrarmas #vermas,
.masmenos .menos{
    display: inline;
}
.mostrarmas #dots,
.masmenos .mas,
.menos{
    display: none;
}
.mostrarmas span{
    margin-bottom: 15px;
    letter-spacing: 1.13px;
    color: #505050;
}
.flickity-fullscreen-button .flickity-button-icon {
  width: 20px;
  height: 20px;
  left: 10px;
  top: 10px;
}
.flickity-fullscreen-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9aa3c !important;
  color: #fff !important;
  box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
}
.iframe-container {
  overflow: hidden;
  padding-top: 65%;
  position: relative;
  margin-bottom: 1rem;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrapsubsblog{
	max-width: 600px;
	margin: auto;
}
#beforecolophon .subsblog {
	background-color: #fff;
	color: #000;
	margin-bottom: 15px;
}
.nota_adicional {
  font-size: .65rem;
  text-align: center;
}
/*isotope*/
.grid-item{
	padding: 10px;
}
@media (min-width: 768px){
	.grid-sizer, .grid-item { width: 25%; }
}
@media (min-width: 575.6px) and (max-width: 768px){
	.grid-sizer, .grid-item { width: 33.333333333%; }
}
@media (max-width: 576px){
	.grid-sizer, .grid-item { width: 50%; }
}
.poster_efecto {
	transition:all .2s ease-in 0s;
	overflow:hidden;
	position: relative;
	padding: 10%;
}
.poster_efecto:hover {
	opacity:1;
	transition:all .2s ease-in 0s;
}
.poster_efecto i.olay{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-o-transform: translateY(90%);
	-ms-transform: translateY(90%);
	transform: translateY(90%);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	background-color: rgba(0,0,0,.5);
}
.poster_efecto:hover i{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.poster_efecto:hover header{
	opacity: 1;
	display: -ms-flexbox !important;
	display: flex !important;
}
.poster_efecto:hover img{
	transform: scale(1.1,1.1);
	transition: transform 0.5s linear;
	transition: -webkit-transform 0.5s linear;
}

.poster_efecto header {
	opacity: 0;
	display: none;
	position:absolute;
	top: 1px;
	right: 1px;
	bottom:1px;
	left: 1px;
	font-size:1.4rem;
	line-height:1.3;
	color:#fff;
	z-index: 2;
}
.poster_efecto header h3{
	line-height: 1;
	clear: both;
	font-size: 16px;
	font-weight: 600;
}
.poster_efecto header span{
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
}
.poster_efecto header a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.h1isotope{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.btn-toolbar-custom{
	overflow: hidden;
	/*max-height: 41px;*/
}
.btn-toolbar-custom .buttons{
	flex-wrap: nowrap;
}
.btn-nav a{
	position: absolute;
	top: 0;
	z-index: 99;
	font-size: 30px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	font-weight: bold;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.btn-nav a svg{
	max-width: 16px;
}
/*@media (min-width: 567px){
	.btn-nav a.btn-scroll-previous,
	.btn-nav a.btn-scroll-next{
		display: none;
	}
}*/
.btn-nav{
	position: relative;
}
@media (min-width: 992px){
	.btn-nav a.btn-scroll-previous,
	.btn-nav a.btn-scroll-next{
		display: none;
	}
}
.btn-nav a.btn-scroll-previous{
	left: -30px;
}
.btn-nav a.btn-scroll-next{
	right: -30px;
}
.w100{
	width: 100%;
}
.noimagetitle {
	text-transform: uppercase;
	text-align: center;
	padding: 30px;
	background-color: #d8670f;
	color: #000;
}
.overterm {
	background-color: #fafafa;
	color: #555;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: bold;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
/*isotope end*/
.page-template-exterior-template .main_text_2 .bgsquare,
.page-template-interior-template .main_text_2 .bgsquare{
    background-position: top center;
    background-size: cover;
}

/*ESTILOS ECOMMERCE*/
	.woocommerce .widget ul.product-categories{
		font-size: 0.777rem;
	}
	.archive.woocommerce .page-title{
		text-align: left;
	}
	.woocommerce #primary section:not(.hero):not(.hero_slideshow):not(.contacto_widget),
	.woocommerce-page #primary section:not(.hero):not(.hero_slideshow):not(.contacto_widget){
		padding: initial;
		margin-bottom: 30px;
	}
	body.woocommerce.archive #primary.site-main {
		margin-top: 0;
	}
	.woocommerce form.woocommerce-ordering{
		position: relative;
		float: right;
		bottom: auto;
		margin-left: 20px;
		margin-bottom: 0;
		padding-top: 6px;
	}
	#primary .woocommerce-result-count{
		right: auto;
		position: relative;
		float: right;
		bottom: auto;
		margin-bottom: 0;
		padding-top: 11px;
		font-size: 0.9rem;
		color: #767676;
	}
	#primary .widget li {
		margin-bottom: 0;
		/* border-bottom: thin solid #e1e1e1 !important; */
		font-size: 0.9rem;
		padding: 7px 0;
	}
	#primary .widget li a {
		color: #000;
	}
	.widget.woocommerce .widget-title{
		font-weight: normal;
		color: #000;
		margin-bottom: 15px;
		font-size: 1.1rem;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		/*font-size: .83rem;*/
		font-weight: normal;
	}
	.added_to_cart.wc-forward {
		font-weight: bold;
		/*font-size: 0.83rem;*/
		width: 100%;
		text-align: center;
	}
	.single-product .added_to_cart.wc-forward{
		width: auto;
	}
	.related.products{
		clear: both;
	}
	/* .woocommerce #primary p{
		font-size: .85rem;
	} */
	.product_meta {
		font-size: .777rem;
	}
	/*.woocommerce-Tabs-panel h2{
		display: none;
	}*/
	.single-product.woocommerce-page select {
		border: solid 1px #000;
	}
	.woocommerce div.product form.cart .variations{
		width: inherit;
	}
	#primary .woocommerce-shipping-destination,
	.shipping-calculator-button{
		font-size: 0.777rem;
		margin-bottom: 0;
	}

	.woocommerce-page #primary li{
		letter-spacing: 0;
		line-height: 1;
	}
	.woocommerce-page #primary p{
		letter-spacing: 0;
		line-height: 1.5;
	}
	.woocommerce ul#shipping_method li{
		line-height: 1;
	}
	.woocommerce ul#shipping_method{
		margin-bottom: 15px;
	}
	.mt120{
		margin-top: 12.0px;
	}


	@media (max-width: 768px){
		body.woocommerce, body.woocommerce-page,
		.segundofoot {
			padding: 0 30px;
		}
		body.woocommerce #masthead, body.woocommerce-page #masthead,
		body.woocommerce #colophon, body.woocommerce-page #colophon{
			margin-left: -30px;
			margin-right: -30px;
		}
	/* 	.widget.woocommerce.widget_product_categories ul.product-categories{
			display: none;
		} */
		.archive.woocommerce .woocommerce-products-header.wimg h1{
			text-align: center;
		}
		.woocommerce form.woocommerce-ordering{
			float: none;
			border: 1px solid #ddd;
			padding: 0;
		}
		#primary .woocommerce-result-count{
			float: none;
			text-align: center;
		}
		.woocommerce .woocommerce-breadcrumb{
			text-align: center;
		}
	}
	@media (min-width: 768px){
	/* 	.widget.woocommerce.widget_product_categories .dropdown_product_cat,
		.widget.woocommerce.widget_product_categories .select2.select2-container{
			display: none;
		} */
	}
	/*
	body.archive .woocommerce-breadcrumb{
		position: absolute;
		z-index: 1;
		top: 2rem;
		left: 2rem;
		color: #fff;
		text-shadow: 1px 0px 5px #000;
	}
	body.archive .woocommerce-breadcrumb a{
		color: #f7f8f9;
	}
	.woocommerce .site-main > .product,
	.woocommerce .site-main > .woocommerce-breadcrumb{
		margin: 0 2rem 1rem;
	}
	body.archive.woocommerce .site-main{
		position: relative;
	}*/
	/*INICIO WOOCOMMERCE GT*/
	/*heredados de storefront*/
	form.checkout::before, form.checkout::after {
		content: '';
		display: table;
	}
	form.checkout::after {
		clear: both;
	}
	.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 {
		float: none!important;
		width: auto!important;
	}
	.woocommerce-checkout .col2-set .col-2, .woocommerce-checkout .col2-set .col-2 {
		float: none!important;
		width: auto!important;
	}
	@media (min-width: 768px){
		.col2-set {
			width: 52.9411764706%!important;
			float: left;
			margin-right: 5.8823529412%;
		}
		#order_review_heading {
			margin-bottom: 0;
			padding-bottom: 0.6180469716em;
		}
		#order_review_heading, #order_review {
			width: 41.1764705882%;
			float: right;
			margin-right: 0;
			clear: right;
		}
	}
	/*fin heredados de storefront*/
	@media (min-width: 768px){
		.woocommerce-products-header.wimg .wrapimghead{
		height: 40vh;
		overflow: hidden;
		}
	}
	@media (max-width: 768px){
		.woocommerce-products-header.wimg .wrapimghead{
		height: 30vh;
		overflow: hidden;
		}
		.woocommerce-products-header.wimg .wrapimghead{
		margin-left: -30px;
		margin-right: -30px;
		}
	}
	.woocommerce-products-header.wimg .wrapimghead{
		position: relative;
	}
	.woocommerce-products-header.wimg .wrapimghead img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.woocommerce-products-header.wimg .wrapimghead:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		/* background: rgb(0,0,0);
		background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);  */
	}
	.woocommerce-products-header.wimg{
		position: relative;
	}
	.woocommerce-products-header.wimg h1:not(.sinbanner){
		text-shadow: 3px 3px 6px #000;
		position: absolute;
		bottom: 2rem;
		left: 0;
		right: 0;
		color: #fff;
		font-size: 2.5rem;
		line-height: 1;
		font-weight: 400;
		border-bottom: none;
		text-align: center;
	}
	.woocommerce-products-header.wimg img{
		vertical-align: middle;
	}
	.woocommerce-tabs{
		margin-bottom: 2rem;
	}
	.single-product div.product form.cart .plus,
	.single-product div.product form.cart .minus,
	.woocommerce-cart form.cart .minus,
	.woocommerce-cart form.cart .plus{
		float: left;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #F0F1F4;
		padding: 0;
		margin: 0;
		border: 0;
		cursor: pointer;
	}/*
	form.cart .quantity .qty{
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		appearance: textfield;
		height: 40px;
		border: 0;
	}
	.woocommerce-cart form.cart div.quantity{
		float: left;
	}
	.woocommerce div.product form.cart .group_table td:first-child,
	.woocommerce-cart div.product form.cart .group_table td:first-child{
		width: auto;
	}
	.woocommerce div.product form.cart table div.quantity,
	.woocommerce-cart div.product form.cart table div.quantity{
		float: left;
	}*/
	.woocommerce div.product .product_title {
		font-size: 2rem;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.woocommerce div.product p.price,
	.woocommerce-product-details__short-description{
		margin-bottom: 15px;
		color: #555;
	}
	/*.woocommerce div.product form.cart .button,
	.woocommerce-cart div.product form.cart .button {
		margin-left: 15px;
	}*/
	#coupon_code{
		padding: .618em 1em;
		width: auto!important;
		border-radius: 50px;
	}
	.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce ul.products li.product .button{
		background-color: transparent;
		color: #555;
		font-weight: normal;
		/*font-size: .83rem;*/
		border-radius: 0;
		border: 1px solid #555;
		border-radius: 50px;
	}
	.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce ul.products li.product .button:hover{
		border-color: #fecc23;
		background-color: #fecc23;
		color: #000;
	}
	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		padding: inherit;
	}
	h1.woocommerce-products-header__title{
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.3rem;
		border-bottom: solid 1px #ccc;
	}
	.woocommerce-products-header{
		margin-bottom: 10px;
	}
	.woocommerce ul.products li.product a {
		color: #000;
	}
	.woocommerce-breadcrumb{
		padding: 8px 0px!important;
		font-size: .95rem!important;
		border-bottom: 1px solid #eee;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 {
		float: none!important;
		width: auto!important;
	}
	.woocommerce-checkout .col2-set .col-2, .woocommerce-checkout .col2-set .col-2 {
		float: none!important;
		width: auto!important;
	}
	@media (min-width: 768px){
		.col2-set {
			width: 52.9411764706%!important;
			float: left;
			margin-right: 5.8823529412%;
		}
		#order_review_heading {
			margin-bottom: 0;
			padding-bottom: 0.6180469716em;
		}
		#order_review_heading, #order_review {
			width: 41.1764705882%;
			float: right;
			margin-right: 0;
			clear: right;
		}
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		background-color: #fecc23;
		color: #fff;
		/*border-radius: 50px;*/
	}
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
		background-color: #f9c519;
		color: #fff;
	}
	.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
		background: #fecc23;
		color: #fff;
		height: 100%;
	}
	.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
		color: #000;
	}
	.woocommerce nav.woocommerce-pagination ul li {
		border: 1px solid #d3ced2;
		border-radius: 5px;
		margin: 0 3px;
		min-width: 2.5rem;
		height: 2.5rem;
		border-radius: 50%;
	}
	.woocommerce nav.woocommerce-pagination ul{
		border: none;
	}
	.related.products > h2 {
		font-weight: bold;
		font-size: 1.3rem;
		border-bottom: solid 1px #ccc;
	}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
		background-color: #fecc23;
		color: #333;
		border-radius: 50px;
		padding: .75rem 1.5rem !important;
		transition: all ease-in .1s;
		border-color: #fecc23;
	}
	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
		background-color: #f9c519;
		color: #000;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		height: auto;
	}
	section.woocommerce ul.products li.product{
		margin: 0;
		width: 20%;
		padding: 10px;
		text-align: center;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		width: 100%;
	}
	.woocommerce-order-pay .entry-content > .woocommerce{
		overflow: auto;
	}
	.woocommerce table.shop_table thead th{
		color: #000;
	}
	.woocommerce table.shop_table thead{
		/* background-color: #fecc23; */
		background-color: #ededed;
	}
	.woocommerce table.shop_table{
		overflow: hidden;
	}
	.woocommerce-product-search{
		/*-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;*/
		display: flex;
		height: 35px;
		width: 70%;
		margin: auto;
	}
	.woocommerce-product-search input{
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border: 1px solid #aaa;
		padding-left: 15px;
	}
	.woocommerce-product-search button{
		font-size: 0px;
		background-color: #000;
		border: none;
		width: 45px;
		height: 35px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		padding: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255,255,255)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
	}
	.woocommerce-MyAccount-navigation ul a {
		border-radius: 2px;
		color: #4a4a4a;
		display: block;
		padding: .5em .75em;
	}
	.woocommerce-MyAccount-navigation ul a:hover {
		background-color: #f5f5f5;
		color: #363636;
		/*border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;*/
		border-radius: 50px;
	}
	.woocommerce-MyAccount-navigation ul li.is-active a {
		background-color: #f5f5f5;
		color: #363636;
		/*border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;*/
		border-radius: 50px;
	}
	#primary .woocommerce-MyAccount-navigation ul{
		line-height: 1.25;
		list-style: none;
		margin: 0;
		padding: 0;
		background-color: #fff;
		/*outline: 1px solid #f5f5f5;*/
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		background-color: #f5f5f5;
		padding: 25px;
	}
	.woocommerce-account .col2-set {
		width: 100%!important;
	}
	.woocommerce-account .col2-set .col-1,
	.woocommerce-account .col2-set .col-2{
		width: 100%;
	}
	.woocommerce-account .woocommerce-Address-title{
		font-size: 1.25rem;
	}
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea{
		border: solid 1px #ddd;
		padding: 10px;
		border-radius: 5px;
	}
	.woocommerce-page input[type="email"], .woocommerce-page input[type="date"], .woocommerce-page input[type="search"], .woocommerce-page input[type="number"], .woocommerce-page input[type="text"], .woocommerce-page input[type="tel"], .woocommerce-page input[type="url"], .woocommerce-page input[type="password"], .woocommerce-page textarea, .woocommerce-page select, .woocommerce-page .select-resize-ghost, .woocommerce-page .select2-container .woocommerce-page .select2-choice, .woocommerce-page .select2-container .select2-selection {
		box-sizing: border-box;
		border: 1px solid #ddd;
		padding: 0 .75rem;
		height: 2.507rem;
		font-size: .97rem;
		border-radius: 0;
		max-width: 100%;
		width: 100%;
		vertical-align: middle;
		background-color: #fff;
		color: #333;
		box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
		transition: color .3s, border .3s, background .3s, opacity .3s;
	}
	.woocommerce-page input[type="email"]:focus, .woocommerce-page input[type="search"]:focus, .woocommerce-page input[type="number"]:focus, .woocommerce-page input[type="tel"]:focus, .woocommerce-page input[type="text"]:focus, .woocommerce-page input[type="password"]:focus, .woocommerce-page textarea:focus, .woocommerce-page select:focus {
		/*box-shadow: 0 0 5px #ccc;*/
		opacity: 1 !important;
		outline: 0;
		color: #333;
		background-color: #fff;
	}
	.woocommerce-page label, .woocommerce-page legend {
		font-weight: bold;
		display: block;
		font-size: .9rem;
		margin-bottom: 0.4rem;
	}
	form.checkout h3 {
		font-size: 1.1rem;
		overflow: hidden;
		padding-top: 10px;
		font-weight: bolder;
		text-transform: uppercase;
	}
	.wc-tabs li{
		margin: 0!important;
	}
	.wc-tabs li.active a {
		border-bottom-color: #000;
		color: #000;
		font-weight: bold;
	}
	.woocommerce-page h2 {
		font-size: 1.5rem;
		font-weight: bold;
		color: #000000;
	}
	#yith-quick-view-content div.images {
		width: 50%;
	}
	#yith-quick-view-content div.summary {
		width: 50%;
	}
	.woosq-btn {
		position: absolute;
		bottom: 93px;
		border: none;
		width: 100%;
		padding: 10px;
		cursor: pointer;
	}
	select.orderby{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-size: initial;
		background-repeat: no-repeat;
		background-position: center right 4px;
		/*border: 1px solid #ccc;*/
		border: none;
		color: #333;
		box-shadow: none;
		background-color: #fff;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 24h24V0H0z'/%3E%3Cpath d='M5.615 8.092a.394.394 0 00-.686.267c0 .099.036.194.103.267l6.677 7.283a.399.399 0 00.582 0l6.677-7.283a.393.393 0 00-.025-.558.396.396 0 00-.559.024l-6.325 6.965-6.443-6.965z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E");
		height: 32px;
		padding: 0 8px;
		font-size: 0.9rem;
	}
	.woocommerce-page select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-size: initial;
		background-repeat: no-repeat;
		background-position: center right 4px;
		/*border: 1px solid #ccc;*/
		border: none;
		color: #333;
		box-shadow: none;
		background-color: #fff;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 24h24V0H0z'/%3E%3Cpath d='M5.615 8.092a.394.394 0 00-.686.267c0 .099.036.194.103.267l6.677 7.283a.399.399 0 00.582 0l6.677-7.283a.393.393 0 00-.025-.558.396.396 0 00-.559.024l-6.325 6.965-6.443-6.965z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E");
		height: 32px;
		padding: 0 8px;
		font-size: 0.9rem;
	}
	/*FIN WOOCOMMERCE GT*/
	.now_sold {
		font-size: 1rem;
		text-transform: uppercase;
		font-weight: bold;
		font-family: 'Handel Gothic', serif;
		background-color: #000;
		color: #fff!important;
		display: inline-block;
		padding: 3px 5px;
		position: absolute;
		top: 0;
		left: 1rem!important;
		transform: rotate(-5deg);
	}
	.woocommerce ul.products li.product a img {
		object-fit: contain;
		height: 200px;
		padding: 20px;
	}
	.bapf_sfilter ul li{
		white-space: nowrap;
		margin-bottom: 0.5rem!important;
	}
	.bapf_sfilter label{
		white-space: normal;
		font-weight: 300;
		margin-bottom: 0;
	}
	.bapf_sfilter .bapf_hascolarr {
		margin-bottom: .6rem;
		cursor: pointer;
	}
	.current-cat{
	position: relative;
	}
	.current-cat:after {
	position: absolute;
	content: '';
	width: 2px;
	top: 0;
	left: -3px;
	bottom: 0;
	background-color: #000;
	border-radius: 50px;
	height: 100%;
	}
	.current-cat > a {
	font-weight: bold;
	}
	.none{
		display: none;
	}
	.woocommerce-shop .cta-1,
	.woocommerce-page .cta-1{
	margin-bottom: .5rem!important;
	height: 2.5em!important;
	border-radius: 50px!important;
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important;
	display: flex!important;
	}
	.woocommerce-product-gallery {
	display: grid;
	gap: 10px }
	@media only screen and (max-width: 35.999em) {
		.woocommerce-product-gallery {
		gap: 6px; 
		} 
	}
	.woocommerce-product-gallery .flex-control-thumbs {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 17%;
		gap: 1rem;
		overflow-x: auto !important;
		overscroll-behavior-inline: contain; 
	}
	@media screen and (max-width: 47.999em) {
		.woocommerce-product-gallery .flex-control-thumbs {
			grid-auto-columns: 12.5%;
			gap: 6px; 
		} 
	}
	.woocommerce-product-gallery .flex-control-thumbs li {
		float: none !important;
		width: 100% !important;
		display: grid; 
	}
	.woocommerce-product-gallery .flex-control-thumbs li img {
			inline-size: 100%;
			aspect-ratio: 1/1;
			-o-object-fit: cover;
			object-fit: cover;
			border-radius: 5px; 
		}
		.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
			border: 5px solid #f2f2f2; 
		}
		@media screen and (max-width: 47.999em) {
			.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
				border: 2px solid #f2f2f2; } 
			}
	.woocommerce-product-gallery .flex-control-nav {
		-ms-scroll-snap-type: inline mandatory;
			scroll-snap-type: inline mandatory;
		scroll-padding-inline: 10px; 
	}
	.woocommerce-product-gallery .flex-control-nav > * {
		scroll-snap-align: start; 
	}

	/* .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.6rem;
	} */
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color: #000;
	font-weight: bold; 
	font-size: 1.25rem;
	}
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
		color: #000;
		font-weight: bold;
		font-size: 1.25rem;
	}
	.woocommerce ul.products li.product .button{
	background-color: transparent;
	border-color: #555;
	color: #555;
	border-radius: 50px;
	font-size: 1rem;
	transition: all ease-in .1s;
	}
	.woocommerce ul.products li.product .button:hover{
	background-color: #fecc23;
	border-color: #fecc23;
	color: #000;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
	padding: 24px;
	}
	/*
	.widget.woocommerce .widget-title{
		text-align: center;
	}
	@media (min-width: 992px){
		.woocommerce .widget ul.product-categories{
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		}
		.woocommerce #primary .widget ul.product-categories > li{

		background-color: #fff;
		border: 1px solid #3abb81 !important;
		color: #363636;
		cursor: pointer;
		text-align: center;
		align-self: stretch;
		padding: 5px !important;
			margin: 5px;
		border-radius: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		}
		/*.woocommerce .widget ul.product-categories > li:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		}
		.woocommerce .widget ul.product-categories > li:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		margin-right: -1px;
		}*
		.woocommerce .widget ul.product-categories > li > a{
		padding: 10px;
		}
		.woocommerce .widget ul.product-categories > li > span{
		position: absolute;
		width: 25px;
		height: 25px;
		background-color: #fff;
		border-top: thin solid #dbdbdb;
		border-radius: 50%;
		font-size: 12px;
		line-height: 22px;
		bottom: -13px;
		left: 50%;
		margin-left: -12.5px;
		}
		.current-cat,
		.current-cat a,
		.alllink.none,
		.alllink.none a{
		background-color: #3abb81 !important;
		border-color: transparent !important;
		color: #fff !important;
		}
		.current-cat span{
		color: #000;
		font-weight: bold;
		border-color: #fff!important;
		}
		.current-cat:after{
		display: none;
		}
	} */
	.type-calefactor .imgwrapper{
	aspect-ratio: 1/1;
	}
	.type-calefactor .imgwrapper img{
	object-fit: contain;
	height: 100%;
	width: 100%;
	}
	.xoo-wsc-menu-item,
	.menu-item.wishlist-count{
	display: flex;
	align-items: center;
	}
	.woocommerce_estadoprod {
	margin-bottom: 15px;
	background-color: #b21218;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	}
	.woocommerce_estadoprod strong{
	color: #fff;
	font-weight: bold;
		display: inline!important;
	}
	.wooproducts_slide .olay{
		display: none;
	}
	.wooproducts_slide header h2{
	text-align: left;
	font-size: 1.2rem;
	text-transform: uppercase;
	}
	.wooproducts_slide .flickity-slider{
	display: initial;
	}
	.wooproducts_slide .carousel-cell{
	padding: 10px;
	display: flex;
	align-items: stretch;
	min-height: 100%;
	}
	.wooproducts_slide .carousel-cell .product{
	/*   background-color: #fff;
	border-radius: 14px;
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02); */
	padding: 0px;
	width: 100%;
	}
	.wooproducts_slide .carousel-cell .product .woocommerce_estadoprod{
	margin: 10px 24px;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
	}
	.wooproducts_slide .carousel-cell .product .woocommerce_estadoprod span,
	.wooproducts_slide .carousel-cell .product .woocommerce_estadoprod strong{
	color: #fff;
	font-size: .8rem;
	}
	.wooproducts_slide .carousel-cell .product .woocommerce-loop-product__title{
	margin: 10px 24px;
	display: block;
	font-size: 1rem;
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	}
	.wooproducts_slide .carousel-cell .product .price del{
	font-size: 70%;
	color: inherit;
	opacity: .5;
	display: inline-block;
	}
	.wooproducts_slide .carousel-cell .product .price{
	margin: 10px 24px;
	display: block;
	font-size: 1.3rem;
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	}
	.wooproducts_slide .carousel-cell .product .price ins{
	text-decoration: none;
	}
	.wooproducts_slide .carousel-cell .product .add_to_cart_button{
	/*   margin: 10px 24px 30px;;
	border-radius: 50px;
	border-color: #fecc23; */
	background-color: transparent;
	border-color: #555;
	color: #555;
	border-radius: 50px;
	font-size: 1rem;
	margin: 10px 24px;
	transition: all ease-in .1s;
	}
	.wooproducts_slide .carousel-cell .product .add_to_cart_button:hover{
		background-color: #fecc23;
		border-color: #fecc23;
		color: #000;
	}
	.wooproducts_slide .onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: 0;
	left: 0;
	margin: 0;
	border-radius: 100%;
	background-color: #f9c13c;
	color: #fff;
	font-size: .857em;
	z-index: 9;
	}

	.wooproducts_slide .attachment-woocommerce_thumbnail {
	/* object-fit: cover; */
	width: 100%;
	object-fit: contain;
	aspect-ratio: 2/1;
	}
	.hero_slideshow_v2 .flickity-button:hover{
	background: #fecc23;
	color: #fff;
	}
	.hero_slideshow_v2 .flickity-button{
	background-color: transparent;
	color: hsl(34.9, 94%, 60.6%);
	}
	.woocommerce_termlabelink a{
	color: #000;
	font-weight: bold;
	background-color: #fecc23;
	border-radius: 50px;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: inline-block;
	transition: all .2s ease;
	}
	.woocommerce_termlabelink a:hover{
	color: #fff;
	}
	.woocommerce div.product div.images img {
	max-height: 60vh;
	width: auto!important;
		max-width: 100%;
	margin: auto;
	}
	.bannerslideshow {
		padding: 0 !important;
	}
	.bannerslideshow .flickity-viewport{
		border-radius: 0!important;;
	}
	/* Display one product per row on mobile */
	@media only screen and (max-width: 768px){
		.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
			width: 100% !important;
			clear: none!important;
		}    
	}
/*ESTILOS ECOMMERCE END*/