:root {
	--theme-color: rgb(2, 128, 187);
	--primary-color: #006480;
	--primary-color: #ca1a1a;
	--primary-dark-color: #0a4859;
	--secondary-color: #f4b312;
	--secondary-color: #212121;
}
main .section:nth-child(odd) {
	/*background-color: #f3f3f3;*/
}
body > header {
	position: relative;
	z-index: 100000; /*Barra de wordpress en frontend tiene z-index 99999*/
	position: sticky;
	top: -37px;
	z-index: 100000;
	box-shadow: 0px 1px 8px -5px #000;
}
.header-top {
	background-color: var(--primary-dark-color);
	background-color: var(--primary-color);
}
.header-top .icons-list li {
	color: var(--secondary-color);
	color: #fff;
}
.header-middle .wc-mini-cart .wc-mini-cart-icon {
	color: #fff;
}
.header-bottom {
	background-color: var(--primary-color);
	background-color: #ffffff;
}
/*.header-bottom .navigation nav a:not(.navigation ul ul a) {
	color: #212121;
}*/
/*.header-bottom .navigation nav > ul > li:first-child {
	background-color: var(--primary-color);
	color: #fff;
}*/

.header-bottom .navigation .current-menu-ancestor {
    background: var(--primary-color);
    
    > a {
        color: #fff;
    }
}
.header-bottom .navigation .current-menu-item {
    background: var(--primary-color);
    > a {
        color: #fff;
    }
}
.header-bottom .navigation ul ul .current-menu-item {
    background: #f3f3f3;
    > a {
        color: var(--text-color);
    }
}
.page-banner {
	/*min-height: 200px !important;*/
}
.page-banner .section {
	height: 100%;
}
.page-banner .content {
	height: 100%;
	min-height: 200px !important;
	align-items: center;
}
.page-banner .post-title :is(h2, h3, h4, h5) {
	color: #fff;
}
/*[data-block=section][data-edit-mode].header-navigation .section :is(.content, .content-fluid) {
	align-items: center;
	justify-content: space-between;
}*/
[data-block=section].header-navigation :is(.content, .content-fluid) {
	align-items: center;
	justify-content: space-between;
}
[data-block=heading] {
	position: relative;
}
[data-block=heading]::before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--secondary-color);
	background-color: var(--primary-color);
}
[data-block=heading] :is(h2, h3, h4, h5) {
	padding-left: 15px;
	font-family: Poppins;
	font-weight: 500;
	color: #525252;
}
.products-grid .product .product-category {
	font-family: Rubik;
	font-size: 15px;
	margin: 0;
}
.products-grid .product .product-title {
	margin: 0;
	font-size: 18px;
	font-family: Rubik;
	font-weight: 400;
	font-weight: 500;
	color: #054253;
}
.products-grid .product button {
	font-family: Roboto Flex;
}
.icons-advantaje .icon-box {
	min-height: 100px;
	border: 1px solid #dadada;
	border-radius: 4px;
}
.icons-advantaje .icon-box .icon-box_content {
	font-family: Rubik;
	font-family: Inter;
}
.icons-advantaje .icon-box .icon-box_icon {
	color: var(--secondary-color)
}
.icons-advantaje .icon-box :is(.icon-box_icon, .icon-box_content) {
	padding: 10px;
}
footer .heading .title {
	font-size: 22px;
	color: #fff;
}
.search-textbox .form-field {
	border-radius: 18px;
}
.search-textbox .input-trigger {
	background: #f4b312;
	background-color: var(--primary-color);
	color: #fff;
}
.search-textbox input {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
}
.search-textbox .search-results {
	display: flex;
    position: absolute;
    left: 0px;
	top: calc(100% + 10px) !important;
    width: 100%;
    padding: 10px;
	border-radius: 18px;
    background: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px -5px #000;
	z-index: 10;
}
.cta-light-theme {
	background: #eaebef;
	background-color: var(--primary-color);
}
.cta-light-theme .cta_content a {
	background-color: var(--secondary-color);
	color: #fff;
}
[data-block=call-to-action].cta-light-theme .call-to-action :is(.title, .description), .call-to-action.cta-light-theme :is(.description, .title) {
    color: #fff;
}
.call-to-action-group {
	/*.call-to-action:nth-child(1 of .call-to-action):not(:has(.call-to-action) ~ * *):not(:has(.call-to-action) ~ *):not(.call-to-action ~ * *):not(.call-to-action *) {*/
	> .block_call-to-action:first-child .call-to-action,  > .call-to-action:first-child {
		background: var(--secondary-color);

		.title , .description {
			color: #fff !important;
		}
		.actions a {
			border-color: var(--primary-color);
		}
	}
	:is(&:hover, &:has(.call-to-action:hover)) .call-to-action:not(:hover) {
		background-color: #f4f4f4 !important;

		.title , .description {
			color: #3d3d3d !important;
		}
	}
}
.call-to-action {
	transition: background .2s;

	.title, .description {
		transition: color .2s;
	}

	&:hover {
		background: var(--secondary-color);

		.title , .description {
			color: #fff !important;
		}
		.actions a {
			border-color: var(--primary-color);
		}
	}
}
.call-to-action .cta_image {
	transition: .2s ease-in-out;
}
.call-to-action:hover .cta_image {
	transform: scale(1.05);
}
[data-block=call-to-action].cta-dark-theme .call-to-action, .call-to-action.cta-dark-theme {
	color: #fff;
	background-color: var(--secondary-color);
}
[data-block=call-to-action].cta-dark-theme .call-to-action .title, .call-to-action.cta-dark-theme .title {
	color: var(--secondary-color);
	color: #f4b312;
}
[data-block=call-to-action].cta-dark-theme .call-to-action .description, .call-to-action.cta-dark-theme .description {
	color: #fff;
}
/*:is([data-block=call-to-action], .call-to-action).cta-dark-theme .cta_content a {*/
[data-block=call-to-action].cta-dark-theme .call-to-action a, .call-to-action.cta-dark-theme a {
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	color: #333e48;
}
[data-block=call-to-action].cta-dark-theme .call-to-action a, .call-to-action.cta-dark-theme a {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
}
.call-to-action .cta_content a {
    background: var(--primary-color);
    color: #fff;
}
.images-slider .title {
	color: #fff;
	font-family: 'Rubik';
	font-weight: 500;
}
.images-slider .link {
	background-color: var(--secondary-color);
}
.images-slider {
    .swiper-button-next, .swiper-button-prev {
        width: auto;
        aspect-ratio: 1;
        background: #ca1a1a;
        border-radius: 50%;
        color: #fff;
        
        &::after {
            -webkit-text-stroke: 1px;
            font-weight: bolder;
            font-size: 18px;
        }
    }
}
.post-title .heading {
	font-family: Roboto Flex;
	font-size: 22px;
	color: var(--primary-dark-color)
}
.product-data-sheet a {
	background: var(--secondary-color);
	color: var(--primary-dark-color);
	font-weight: 500;
	border-color: var(--secondary-color);
	text-decoration: none;
}
.icon-box.icon-left .title {
	margin: 0;
}
.icon-box.icon-left {
	align-items: center;
}
.breadcrumbs {
	font-family: Rubik
}
.breadcrumbs a {
	text-decoration: none;
	color: #5c5c5c;
}
.breadcrumbs :is(a, span):not(:last-child) {
	background-color: #e0e0e0;
	padding: 10px 12px;
	border-radius: 5px;
}
.header-middle {
	background-color: var(--secondary-color);

	:is(.content, .content-fluid) {
		justify-content: space-between;
		align-items: center;
	}
}
/*.header-middle [data-block="image"] {*/
.header-middle :not([data-editable]) .image, .header-middle [data-editable=image] {
	padding-block: 15px;
}
.header-middle [data-edit-mode] .image {
	padding-block: 0px;
}
.header-middle .icon-box .icon-box_icon {
	color: var(--secondary-color);
}
.navigation nav > ul > li:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 25px;
    left: 100%;
    top: 50%;
    border-left: 1px solid #dadada;
    transform: translateY(-50%);
}
footer .product-categories ul li {
	color: #fff;
}
footer .icons-list li {
	color: #fff;
}
footer .columns {
	--gutter: 30px;
}
.header-bottom {
    :is([data-editable=image], .image:not([data-editable] .image)) {
        display: none;
    }
}
@media (width < 768px) {

	.header-bottom {
		background-color: var(--secondary-color);
	}
	.header-bottom :is(.content, .fluid-content) {
		align-items: center;
		justify-content: space-between;
	}
	.header-bottom :is([data-editable=image], .image:not([data-editable] .image)) {
	    display: block;
		margin: 12px 0px;
	}
	.navigation :is(nav, .navigation-menu) {
		background-color: #fff;
	}
	.header-bottom .navigation :is(nav, .navigation-menu) a:not(.navigation ul ul a) {
		/*color: #011b52;*/
	}
}

.mision-vision .icon-box {
	position: relative;
	padding: 25px;
	border: 1px solid #dadada;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
}
.mision-vision .icon-box_icon {
	position: absolute;
	font-size: 180px;
	left: -40px;
	bottom: -40px;
	opacity: 0.2;
	z-index: 0;
	line-height: 1;
	color: var(--primary-color);
}
@media (width < 768px) {
	header {
		position: sticky;
		top: 0;
	}
	header :is(.header-top, .header-middle, .header-navigation) {
		display: none;
	}
	.navigation .navigation-toggler {
		color: #fff;
		border: none;
		background-color: transparent;
	}
}
.breadcrumb-section {
	border-bottom: 1px solid #dadada;
}
.breadcrumbs {
	overflow-x: auto;
	white-space: pre;
}
header .image img {
	/*filter: drop-shadow(0px 0px 1px #fff);*/
}
.bg-theme {
    background-color: rgb(2, 128, 187);
	background-color: var(--primary-color) !important;
}
.bg-dark-theme {
    background-color: var(--primary-dark-color) !important;
	/*min-height: 50px;*/
}
.bg-light-theme {
	background-color: #f1f5fa;
	background-color: #f3f3f3;
}
.bg-primary-theme {
	background-color: var(--primary-color);
}
.bg-secondary-theme {
	background-color: var(--secondary-color);
}
.wc-products-grid .product-card .product-actions a {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff;
}
:is(.wc-products-grid, .wc-products-grid-filter) .product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    
    .product-content {
        flex-grow: 1;
    }
}

.woocommerce-products {
	li.product {
		display: flex;
		flex-direction: column;
		background: #fff;
		border: 1px solid #d6d6d6;
		border-radius: 6px;

		img {
			aspect-ratio: 1;
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
		a.button {
			background-color: var(--primary-color);
			border: 1px solid var(--primary-color);
			color: #fff;
		}
	}
}

#sidebar {
	display: none;
}
.boxed {
    background: #fff;
    border-radius: 12px;
}

.product.type-product {
	display: flex;
	flex-wrap: wrap;
}
.product.type-product .woocommerce-product-gallery {
	width: 50%;
}
.woocommerce-product-gallery img {
	width: 100%;
}
.product.type-product .summary.entry-summary {
	width: 50%;
}
.woocommerce .woocommerce-products-header :is(h1, h2, h3) {
    margin-top: 0;
}
.woocommerce .woocommerce-breadcrumb {
    padding: 15px 0;
}
.woocommerce-tabs {
	width: 100%;
}
footer .paragraph {
	color: #fff;
}
@media only screen and (min-width: 1168px) {
    .woocommerce .content-area {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 6vw;
    }
}
@media only screen and (min-width: 768px) {
    .woocommerce .content-area {
        margin: 0 auto;
        padding: 0 6vw;
    }
}
.ccorimotors-products-section {
    display: none;
}
/*
https://code-boxx.com/post-get-javascript-without-html-form/ <-
https://stackoverflow.com/questions/25770586/how-do-i-properly-refresh-data-on-wordpress-using-ajax
https://stackoverflow.com/questions/25770586/how-do-i-properly-refresh-data-on-wordpress-using-ajax
https://wordpress.stackexchange.com/questions/298221/how-to-get-a-url-parameter-from-a-url-with-get-query-var
https://stackoverflow.com/questions/20288599/trouble-passing-arguments-to-wordpress-pre-get-posts
https://wordpress.stackexchange.com/questions/298221/how-to-get-a-url-parameter-from-a-url-with-get-query-var <-
https://stackoverflow.com/questions/70754902/how-to-filter-archive-posts-based-on-custom-taxonomy-in-wordpress <-
https://stackoverflow.com/questions/74127841/change-wp-query-layout-for-custom-post-type-archive
https://stackoverflow.com/questions/66584585/wordpress-modifying-archive-with-custom-wp-query
https://wordpress.stackexchange.com/questions/252054/two-differents-queries-in-archive-page
https://stackoverflow.com/questions/56899531/creating-a-wp-archive-with-custom-field-filter
https://facetwp.com/how-to-customize-wp-archive-queries/ <-
https://wordpress.stackexchange.com/questions/112957/filter-archive-php-by-custom-meta
https://stackoverflow.com/questions/4586835/how-to-pass-extra-variables-in-url-with-wordpress <-
https://wordpress.stackexchange.com/questions/226923/filtering-a-custom-post-type-by-custom-taxonomy-in-archive-template
https://stackoverflow.com/questions/40337859/wordpress-handle-get-request
https://www.sitepoint.com/handling-post-requests-the-wordpress-way/
https://adaptiveweb.com.au/handle-post-and-get-requests-in-wordpress-using-admin-post-php/
https://medium.com/meta-box/how-to-send-get-and-post-requests-with-javascript-fetch-api-d0685b7ee6ed <-
https://medium.com/meta-box/how-to-send-get-and-post-requests-with-javascript-fetch-api-d0685b7ee6ed
add_query_arg
https://ui.dev/get-current-url-javascript
https://wordpress.stackexchange.com/questions/274569/how-to-get-url-of-current-page-displayed
https://wpthinker.com/get-current-page-url-in-wordpress/
wordpress add query args same url current
https://stackoverflow.com/questions/72606044/how-to-process-get-requests-in-wordpress
https://www.sitepoint.com/get-url-parameters-with-javascript/
javascript parse url parameters
https://stackoverflow.com/questions/6257463/how-to-get-the-url-without-any-parameters-in-javascript
Illegal invocation queryselector
https://mtsknn.fi/blog/illegal-invocations-in-js/
https://stackoverflow.com/questions/5778474/how-to-manually-install-a-node-js-module/5780829#5780829
https://wordpress.stackexchange.com/questions/231468/when-is-post-type-archive-return-true
wordpress filter main query archive template
https://wordpress.stackexchange.com/questions/313375/send-a-get-request-to-wordpress
wordpress add query vars from url parameter
wordpress handle get request urlsearchparams
download code from npm
https://stackoverflow.com/questions/5778474/how-to-manually-install-a-node-js-module/5780829#5780829
https://github.com/mjackson/unpkg/issues/343*/