/*
	Theme Name: Dominion 
	Theme URI: http://framelova.com
	Description:  Dominion - regeneracion & life
	Version: 1
	Author: Framelova
	Author URI: http://framelova.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body {
	height:100%;
}
body {
	margin:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:transparent;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
.columna.col3 {
    /* min-height: 130px; */
    margin: 0 auto;
    width: 25%;
}

.columnas {
    margin: 0 auto;
    text-align: center;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (min-width:1500px) {
.imagen-centro img {
    height: 245px !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/******************************* ESTILOS FRAMELOVA GENERALES **********************************/

/******** MENU *******/
ul.menu li:hover {
    color: #333;
    text-decoration: none;
}
.menu {
    display: inline-flex;
    list-style: none;
    vertical-align: middle;
}
.menu li, .menu ul li a {
    padding: 20px 10px;
    color: #fff;
}
.menu a, .menu a:hover {
    color: #fff;
    font-size: 80%;
}
.menu li .current-menu-item {
    border: 1px solid #fff;
}
header.header.clear.woodheader li a {
    color: #444 !important;
}

header.header.clear.woodheader {
    background: #fff;
    height: 40px;
}
.menu-menu-principal-container .menu {
    display: flex;
    padding: 0;
}
.menu-menu-principal-container .menu li {

    padding: 10px;
}
.menu-menu-principal-container .current-menu-item {
   
    z-index: 10000 !important;
}




/************** CONTACTO ***************/
.contacto .elementor-row {
    background: #fff;
    box-shadow: 0 0 8px 0px #00000021;
}
.contacto .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
    margin: 0 !important;
}
/********** COPY *************/
.copyright .columnas {
    margin: 0;
}
.copyright .columna.col3, .copyright .columna.col9 {
    margin: 15px 0;
    text-align: left;
    padding: 0;
}
.copyright .columna.col9 {
    text-align: right;
}
/******/
.nav-top-right .sp-wcsp-button {
    top: 45% !important;
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-top-right .sp-wcsp-slider-section {
    padding-top: 0 !important;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
}
div#sp-wcsp-wrapper-106 {
    height: 360px !important;
}
.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img {
    height: 181px !important;
    object-fit: contain !important;
}

.sp-wcsp-cat-item.swiper-slide {
    height: 330px !important;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 7px #00000052;
    margin: 10px 1px;
}
.sp-wcsp-cat-details-content div {
    text-align: left !important;
    text-transform: uppercase !important;
}

.sp-wcsp-cat-details-content div a {
    color: #1947ba !important;
    text-transform: uppercase !important;
    font-size: 1.5em !important;
	text-align: left !important;
	line-height: 28px !important;
	    height: 50px !important;
}
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
    color: #1b49ba !important;
}
li.product {
    padding: 10px !important;
    box-shadow: 1px 1px 11px #00000038;
    border-radius: 20px;
    background: #f5f5f5;
}

li.product {
    font-size: 80%;
}
li.product h2 {
    font-size: 2em !important;
}
.elementor-widget-woocommerce-product-meta .detail-label {
    display: none !important;
}
.woocommerce-product-gallery__image {
    background: #f5f5f5 !important;
    
    box-shadow: 0 0 6px #00000061;
    border-radius: 20px;
    margin-bottom: 2em;
}
span.sku {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 19%;
    margin: 0 14px 10px;
    overflow: hidden;
}
span.posted_in.detail-container {
    margin: 0 !important;
}

section#banner_productos .sp-wcsp-cat-item.swiper-slide.swiper-slide-active {
    background: none;
    box-shadow: none;
}

section#banner_productos .sp-wcsp-cat-details-content {
    background: none !important;
    font-size: 2em;
}

#banner_productos .sp-wcsp-cat-item-thumb-content {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-end;
    height: 300px;
}

#banner_productos .sp-wcsp-cat-thumbnail {
    width: 42%;
    height: 300px;
}

#banner_productos .sp-wcsp-cat-details {
    text-align: left;
    width: 56%;
}

#banner_productos .sp-wcsp-cat-thumbnail img {
    width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
}
div#sp-wcsp-wrapper-306 .sp-wcsp-cat-details-content div a {
    line-height: 48px !important;
}

section#banner_productos .sp-wcsp-cat-item.swiper-slide {
    background: transparent !important;
}
/**INPUT BUSQUEDA***/
.aws-search-form {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.aws-container .aws-search-field {
    padding: 0 30px;
    line-height: 0 !important;
    height: 28px;
}

.aws-container .aws-search-form {
    height: 28px !important;
}
.home .misdatos {
    display: none;
}
label#nf-label-field-10 {
    position: relative;
    z-index: 10;
}
.woocommerce ul.products li.product a img {
    height: 200px;
    object-fit: contain;
}
h2.woocommerce-loop-product__title {
    min-height: 89px;
}

/*eventos*/
.elementor-cta__title {
    text-transform: uppercase;
    font-size: 79% !important;
    min-height: 32px;
}

.elementor-cta__description {
    min-height: 66px;
    font-size: 80% !important;
}

.elementor-cta__description small {
    margin-top: 16px !important;
    display: block;
}

/**Nuevos 05-06-25*/
.menu-item-59 a {
    font-weight: 900 !IMPORTANT;
}
/***etiquetas productos**/ 
span.tagged_as.detail-container {
    margin: 0 10px !IMPORTANT;
    display: block;
}

span.tagged_as.detail-container a {
    color: #fff !important;
    background: #1947ba ! IMPORTANT;
    font-size: 80%;
    padding: 3px 10px;
}