@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://use.typekit.net/fdi1tlk.css");

:root {
	--bg-azul-gris: #0d465d;
	--azulino: #0476d9;
	--bg-celeste: #009dd3;
	--verde-qp: #56b25e;

	--verde-100: #e4f4e4;
	--verde-500: #56b15d;
	--verde-600: #38813e;
	--verde-700: #2f6633;

	--azul-50: #f3f8fc;
	--azul-100: #e6f1f8;
	--azul-200: #c7e2f0;
	--azul-400: #5eadd2;
	--azul-500: #3a93bd;
	--azul-600: #29759e;
	--azul-800: #20506c;
	--azul-950: #152c3c;
}

html {
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #333;
	font-family: "kumbh-sans-variable", sans-serif !important;
	font-style: normal;
	font-variation-settings: "wght" 300;
}

a {
	color: var(--azul-600) !important;
}

/*
 * COLORES TEXTO Y BACKGROUND
 * * * * * * * * * * * * * * * * */
.bg-azul-gris {
	background-color: var(--bg-azul-gris) !important;
	color: white;
}
.bg-light {
	background-color: rgba(var(--azul-100)) !important;
}
.btn-success,
.bg-verde {
	background-color: var(--verde-qp) !important;
	color: white !important;
}
.text-success {
	color: #56b25e !important;
}
.text-primary {
	color: var(--azulino) !important;
}
/*
 * COLORES TEXTO Y BACKGROUND
 * * * * * * * * * * * * * * * * */
.small {
	font-size: 0.8125rem !important;
}
.fw-bold {
	font-style: normal;
	font-variation-settings: "wght" 700;
}
.home.bi-envelope-at-fill {
	font-size: 5rem !important;
	display: contents !important;
}
/*
 * MENU INFORMACIONES
 * * * * * * * * * * * * * * * * */
.menu-informaciones {
	display: flex;
	justify-content: end;
}
.menu-informaciones a span:first-child {
	display: inline-block;
	padding: 0.25rem 0.75rem;
}
.menu-informaciones a {
	display: block;
	position: relative;
	overflow: hidden;
	color: white !important;
	border-right: 1px solid var(--verde-500);
	font-variation-settings: "wght" 400;
	font-size: 14px;
}
.menu-informaciones li:last-child a {
	border-right: none;
}
.menu-informaciones a span:last-child {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
}
.menu-informaciones a span {
	transition: transform 0.2s ease-out;
}
.menu-informaciones a span i {
	color: white;
}
.menu-informaciones a:hover span:first-child {
	transform: translateY(100%);
}
.menu-informaciones a:hover span:last-child {
	transform: none;
}

/*
 * SECCION LOGO CLIENTES
 * * * * * * * * * * * * * * * * */
.logo-gris {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 130px !important;
}
.logo-destacado {
	width: 180px;
	max-width: 180px !important;
}

/*
 * CATALOGO DE PRODUCTOS
 * * * * * * * * * * * * * * * * */
.row-cols-lg-5 .box-producto {
	box-sizing: border-box;
	width: calc(20% - 1rem);
}

.box-producto .btn-primary,
.columna .btn-primary,
.columna .btn-primary:active {
	position: relative;
	overflow: hidden;
	height: 2.25rem;
	background: var(--verde-qp) !important;
	background-size: 400%;
	color: var(--azul-100) !important;
	border: none;
	cursor: pointer;
}

.btn-primary:hover::before {
	transform: scaleX(1);
}

.button-content {
	position: relative;
	z-index: 1;
}

.btn-primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	width: 100%;
	height: inherit;
	border-radius: inherit;
	background: linear-gradient(
		82.3deg,
		var(--verde-700) 10.8%,
		var(--verde-500) 94.3%
	);
	transition: all 0.475s;
}

/*
 * BUSCADOR
 * * * * * * * * * * * * * * * * */
.search-panels {
	--default-color: #9e9e9e;
	--color-text: white;
	--color-active: #0476d9;
	--color-active-input: #f5f5f5;
	--transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
	--width-input: 100%;
}
.search-panels input,
.search-panels button {
	box-sizing: border-box;
}
.search-panels .search-group {
	position: relative;
}

.search-group .input {
	width: var(--width-input);
	border: solid 3px rgb(0 157 211 / 40%);
	border-radius: 80px;
	background: rgb(214 236 248 / 40%);
	padding: 0.75rem 1rem;
	padding-right: 3rem;
	font-size: 1rem;
	color: #333;
	transition: border var(--transition);
}

.search-panels .enter-label {
	position: absolute;
	left: 15px;
	color: var(--default-color);
	pointer-events: none;
	transform: translateY(1rem);
	transition: var(--transition);
}

.search-panels .enter-label {
	color: var(--default-color);
	pointer-events: none;
}
/* */
.search-panels .input:focus-visible {
	outline: none;
	border: solid 3px rgb(0 157 211 / 70%);
}

.search-panels .input:focus-visible ~ label {
	transform: translateY(-50%) scale(0.8);
	background-color: var(--color-active);
	border-radius: 20px;
	padding: 0.2em 0.6em;
	color: var(--color-text);
}
.search-panels .btn-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1em;
	right: 80%;
	border-radius: 100%;
	transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 100ms;
	opacity: 0;
}

.search-panels .input:focus-visible ~ .btn-box {
	right: 10%;
	opacity: 1;
	transition-delay: 0s;
	transition: var(--transition);
}

.search-panels .input:not(:focus-visible) ~ .btn-box {
	transition-property: right, opacity;
	transition-delay: 300ms;
}

.search-panels .input:focus-visible ~ .btn-box:hover {
	transform: scale(1.2);
}

.search-panels .input:focus-visible ~ .btn-box:hover:active {
	transform: scale(1);
}

.search-panels .btn-search {
	position: relative;
	cursor: pointer;
	background-color: var(--color-active);
	width: 2em;
	height: 2em;
	top: 2.5px;
	border: none;
	border-radius: 100%;
	padding: 0;
	transition: var(--transition);
}

.search-panels .btn-search:active {
	transform: scale(1);
}

.search-panels .btn-search svg {
	position: absolute;
	top: 32%;
	left: 30%;
	fill: var(--color-text);
	width: 12px;
	height: 12px;
}

.search-panels #svg-circle {
	fill: var(--color-text);
	transition: var(--transition);
}

.search-panels .input:focus ~ .btn-box:hover #svg-circle {
	fill: transparent;
}

.search-panels .btn-box-x {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0.75rem;
	right: 4%;
	opacity: 0;
	transform: rotate(-90deg) scale(0.1);
	transition: var(--transition);
}

.search-panels .input:focus ~ .btn-box-x {
	opacity: 1;
	transform: rotate(0) scale(1);
}

.search-panels .btn-cleare {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	width: 2em;
	height: 2em;
	border: none;
	border-radius: 100%;
	padding: 0;
	transition: var(--transition);
}

.search-panels .btn-cleare svg {
	width: 25px;
	height: 25px;
}

.search-panels #cleare-line {
	fill: var(--default-color);
}

.search-panels .btn-box-x:hover #cleare-line {
	fill: var(--color-active);
}

@font-face {
	font-family: "qualitypro";
	src: url("assets/fonts/qualitypro.ttf?r9uo81") format("truetype"),
		url("assets/fonts/qualitypro.woff?r9uo81") format("woff"),
		url("assets/fonts/qualitypro.svg?r9uo81#qualitypro") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "qualitypro" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 4rem;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-cabras:before {
	content: "\e908";
}
.icon-clientes:before {
	content: "\e909";
}
.icon-higiene:before {
	content: "\e90a";
}
.icon-somos:before {
	content: "\e90b";
}
.icon-mascotas:before {
	content: "\e90c";
}
.icon-abeja:before {
	content: "\e900";
}
.icon-caballo:before {
	content: "\e901";
}
.icon-cerdo:before {
	content: "\e902";
}
.icon-gallina:before {
	content: "\e903";
}
.icon-ovega:before {
	content: "\e904";
}
.icon-perro:before {
	content: "\e905";
}
.icon-pez:before {
	content: "\e906";
}
.icon-vaca:before {
	content: "\e907";
}

/*
 * CATALOGO 
 * * * * * * * * * * * * * * * * */
main {
	margin-bottom: 30px;
}
.catalogo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.catalogo .columna {
	border-color: var(--azul-200) !important;
	text-align: center;
	transition: all 0.3s;
}
.catalogo .columna:hover {
	cursor: pointer;
	box-shadow: 0 0 10px rgba(159, 214, 163, 0.75);
}

.catalogo .columna.banner {
	position: relative;
	overflow: hidden;
}

.catalogo .columna .fs-5 {
	color: var(--azul-600);
	font-size: 1rem !important;
}

@media (max-width: 768px) {
	.catalogo .columna {
		height: 260px;
	}
	.catalogo .columna .img-fluid,
	.catalogo .box-producto .img-fluid {
		max-height: 140px;
	}
	.catalogo .columna .small,
	.catalogo .box-producto .small {
		font-size: 10px !important;
	}
	.catalogo .columna .fs-5,
	.catalogo .box-producto .fs-5 {
		font-size: 1rem !important;
	}
	.catalogo .columna .btn,
	.catalogo .box-producto .btn {
		font-size: 0.875rem !important;
	}
	/*#nuestros-clientes {
		display: none;
	}*/
	#form-footer {
		display: block !important;
	}
	#form-footer .w-50 {
		width: 100% !important;
	}
}
@media screen and (min-width: 1200px) {
	.container,
	main.container {
		max-width: 1100px !important;
	}
	main.container {
		--bs-gutter-x: 0 !important;
	}
	.catalogo {
		grid-template-columns: 270px 1fr 1fr 1fr;
		gap: 40px;
		padding-bottom: 50px;
	}
	.catalogo.right {
		grid-template-columns: 1fr 1fr 1fr 270px;
	}
	.catalogo.right .banner {
		order: 1;
	}
}
@media screen and (min-width: 1441px) {
	/*.banners img {
		height: 450px;
		max-height: max-content;
	}*/
}
