/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

@media screen and (min-width: 1280px) {
	.meat .l-section-overlay, .fruit .l-section-overlay, .reviews .l-section-overlay {
		background: rgba(255, 255, 255, 0) !important;
	}
}

@media screen and (min-width: 1800px) {
	.pineapple .l-section-overlay {
	    background: rgba(255, 255, 255, 0) !important;
	}
}

h2 b {
    color: var(--color-content-primary);
	font-weight: 500;
}

.callButton {
	transition: all 0.3s ease-in-out;
	filter: brightness(1);
}

.callButton:hover {
	filter: brightness(1.25);
}

.one-line {
	white-space: nowrap;
	transform: translateX(-50%);
}

.one-line-h {
	white-space: nowrap !important;
}

.calidades {
	min-width: 350px;
	margin-bottom: 1.5rem;
}

.card .sub-card {
	transition: all 0.3s ease-in-out;
	filter: opacity(1);
}

@media screen and (min-width: 1480px) {
	.card:hover .sub-card {
		filter: opacity(0);
		pointer-events: none;
	}
}

.card .card-img {
	transition: all 0.3s ease-in-out;
	transform: scale(1);
	filter: opacity(1);
}

@media screen and (min-width: 1480px) {
	.card:hover .card-img {
		transform: scale(1.15);
		filter: opacity(0.85);
	}
}

@media screen and (min-width: 1480px) {
	.sub-card {
		aspect-ratio: 1/1;
	}
}

.card .center-button {
	transform: translateX(-50%);
	filter: opacity(0);
	transition: all 0.3s ease-in-out;
}

.card:hover .center-button {
	transform: translateX(-50%);
	filter: opacity(1);
}

.rsThumbsContainer img {
	filter: grayscale(1);
}

.icon-one .w-iconbox-icon, .icon-two .w-iconbox-icon, .icon-three .w-iconbox-icon {position: relative;z-index: 1;}
.icon-one .w-iconbox-title, .icon-two .w-iconbox-title, .icon-three .w-iconbox-title {font-weight: 500; color: black;}

.icon-one .w-iconbox-icon::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -30px;
    width: 64px;
    height: 64px;
    background-image: url('https://pitraco.solbyte.dev/wp-content/uploads/2025/03/lineicons_basket-shopping-3.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.icon-two .w-iconbox-icon::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -30px;
    width: 64px;
    height: 64px;
    background-image: url('https://pitraco.solbyte.dev/wp-content/uploads/2025/03/ic_baseline-whatsapp.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.icon-three .w-iconbox-icon::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -30px;
    width: 64px;
    height: 64px;
    background-image: url('https://pitraco.solbyte.dev/wp-content/uploads/2025/03/mingcute_location-line.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

@media screen and (min-width: 768px) {
	.path {
		clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
	}

	.path iframe {
		transform: scale(1.5);
		margin-top: -2.5rem;
	}	
}

/* FILTROS */
.w-filter-list-title {display:none;}

/* FORMULARIO */

.formulario .vc_row {
    display: flex;
    justify-content: space-between;
	gap: 15px;
}

@media screen and (max-width: 768px) {
	.vc_row {
		flex-wrap: wrap;
		gap: 0px !important;
	}
	.vc_col-sm-4 {
		width: 100% !important;
	}
}

.formulario input:not([type="checkbox"]):not([type="submit"]), .formulario select  {
    background-color: #ffffff !important;
	border:1px solid #D0D0D0 !important;
	max-height:45px;
	border-radius:9px;
}

.formulario textarea {
	background-color: #ffffff !important;
	border:1px solid #D0D0D0 !important;
	max-height:100px;
	border-radius:9px;
}

.formulario input[type="checkbox"] {
	background:#fff !important; 
	border:1px solid #D0D0D0 !important;
	margin-top: 0px;
    margin-right: 0.55em;
	height: 1em;
    width: 1em;
}

.formulario textarea {
    resize: none;
    overflow: hidden;
}

.formulario p {
	color:var(--color-content-text);
	font-size:0.9rem;
	line-height:21px;
	letter-spacing: 0.05px;
}

.formulario input::placeholder,
.formulario textarea::placeholder,
.formulario .wpcf7-list-item-label,
.formulario a {
	color:#41261F;
}


/* PIE PÁGINA */
footer .w-iconbox-icon svg, footer .w-iconbox-icon img {
	width: auto;
}