/*
Theme Name: Beltramino
Theme URI:
Author: Donnet Marketing
Author URI: https://fraccion.net
Description: Tema diseñado para Beltramino
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: beltramino
Text Domain: beltramino
*/
#contacto {
    background-color: var(--gris_F2F2F2);
    padding: 60px 30px !important;
}

.footer-contacto {
	position: relative;
	overflow: hidden;
	color: var(--blanco);
	background: linear-gradient(
		180deg,
		var(--azul_15203A),
		var(--gris_373534)
	);
	max-width: 1140px;
	margin: 30px auto 0;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0,0,0,0.25);
	padding: 80px 0 60px;
}

.footer-contacto h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--blanco);
	position: relative;
}

/* subrayado de marca */
.footer-contacto h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 70px;
	height: 4px;
	background: var(--bordo_B20B1B);
}

/* línea decorativa superior */
.footer-contacto::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--bordo_B20B1B);
}

.footer-contacto h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 0.5px;
    color: var(--blanco);
}

.contacto-lista {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contacto-lista li {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.95;
}

.contacto-lista strong {
	color: var(--blue);
	font-weight: 600;
}
.contacto-lista a {
	color: var(--blanco);
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
}

.contacto-lista a:hover {
	color: var(--blanco);
	border-color: var(--blue);
    cursor: pointer;
}
.contacto-lista li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
}

/* Iconos base */
.contacto-lista li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.9;
}

a.cta-footer {
	background: var(--bordo_B20B1B);
	color: var(--blanco);
    cursor: pointer !important;
	pointer-events: auto;
}

a.cta-footer:hover {
	background: var(--bordo_B20B1B);
	color: var(--blanco);
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/* Dirección */
.ico-direccion::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 6.5 12 6.5s2.5 1.1 2.5 2.5S13.4 11.5 12 11.5z'/%3E%3C/svg%3E");
}

/* Teléfono */
.ico-telefono::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.5 3 4.1 5.6 7.1 7.1l2.4-2.4c.3-.3.8-.4 1.2-.2 1.3.4 2.7.6 4.1.6.7 0 1.3.6 1.3 1.3v3.8c0 .7-.6 1.3-1.3 1.3C10.7 22.3 1.7 13.3 1.7 2.6 1.7 1.9 2.3 1.3 3 1.3H6.8c.7 0 1.3.6 1.3 1.3 0 1.4.2 2.8.6 4.1.1.4 0 .9-.2 1.2l-2 2.9z'/%3E%3C/svg%3E");
}

/* Email */
.ico-email::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

/* Horario */
.ico-horario::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 11h-4V7h2v4h2v2z'/%3E%3C/svg%3E");
}

.cta-footer {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: var(--bordo_B20B1B);
	color: var(--blanco);
	font-weight: 700;
	font-size: 15px;
	padding: 20px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
	transition: all 0.25s ease;
}

footer {
	background: var(--azul_15203A);
	color: var(--blanco);
	padding: 36px 0;
	max-width: 1140px;
	margin: 20px auto 30px;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

footer .logo img {
	max-width: 140px;
	opacity: 0.9;
}

footer p {
	margin: 0;
	font-size: 14px;
	opacity: 0.7;
}

.redes {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.redes .red img {
	filter: brightness(0) invert(1);
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.redes .red img:hover {
	opacity: 1;
}

@media (max-width: 768px) {
	.footer-contacto {
		padding: 60px 0;
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.footer-contacto h2 {
		font-size: 26px;
	}

	.cta-footer {
		margin-top: 30px;
	}

	footer {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

.mapa-footer {
	margin-top: 150px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    text-align: center;
    margin: 0 auto;
}

.mapa-footer iframe {
	display: block;
    margin: 0 auto;
}

#menu-escritorio {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
    float: right;
}

#menu-escritorio > li > a {
	position: relative;
	display: inline-block;
	padding: 0px 0;
	color: var(--blanco);
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.4px;
	transition: color 0.2s ease;
}

#menu-escritorio > li > a::after {
	content: "";
	position: absolute;
	bottom: -4px;
    left: 0;
	width: 0;
	height: 2px;
	color: var(--blanco);
	background: var(--bordo_B20B1B);
	transition: width 0.25s ease;
}

#menu-escritorio > li > a:hover {
	color: var(--bordo_B20B1B);
}

#menu-escritorio > li > a:hover::after {
	width: 100%;
}

#menu-escritorio li:last-child > a {
}

#menu-escritorio li:last-child > a:hover {
	color: var(--blanco);
}

@media (max-width: 768px) {
	#carouselExampleIndicators .carousel-item img {
		height: 420px;
	}
}

#carouselExampleIndicators {
	max-height: 520px;      /* antes era enorme */
	overflow: hidden;
}

#carouselExampleIndicators .carousel-item img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.slide-capa {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	background: linear-gradient(
		to right,
		rgba(0,0,0,0.55),
		rgba(0,0,0,0.15)
	);
}

.slide-capa h2 {
	font-size: 42px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

@media (max-width: 768px) {
	.slide-capa h2 {
		font-size: 30px;
	}
}

.slide-capa p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 24px;
	max-width: 520px;
	text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

.slide-capa .boton {
	display: inline-block;
	background: var(--bordo_B20B1B);
	color: #ffffff !important;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(0,0,0,0.35);
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.slide-capa .boton:hover {
	background: var(--azul_21305D);
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(0,0,0,0.45);
	color: #ffffff !important;
}

.slide-capa .container {
	max-width: 1140px;
}

/* ================================
   SECCIÓN PRODUCTOS
================================ */

#productos {
	background: var(--blanco);
	padding: 80px 0;
}

#productos h1 {
	font-size: 32px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 10px;
}

#productos p {
	font-size: 17px;
	color: var(--gris_373534);
	margin-bottom: 40px;
}
/* ================================
   CONTENEDOR – UNA LÍNEA ADAPTATIVA
================================ */

.productos-contenedor {
	display: flex;
	flex-wrap: nowrap;        /* una sola línea */
	gap: 16px;               /* espacio real entre cards */
	justify-content: stretch;/* clave */
	width: 100%;
}

/* ================================
   CARD ADAPTATIVA
================================ */

.producto {
	flex: 1 1 0;             /* se reparten TODO el ancho */
	min-width: 140px;        /* no se aplastan */
	max-width: 180px;        /* no se estiran de más */
	height: 150px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	gap: 8px;
	padding: 18px 10px 16px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.producto .icono {
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: filter 0.25s ease, transform 0.25s ease;
}

/* texto */
.producto h2 {
	font-size: 15px;
	font-weight: 600;
	color: var(--azul_15203A);
	margin: 0;
	transition: color 0.25s ease;
}

/* ================================
   HOVER (SUAVE)
================================ */

.producto:hover {
	box-shadow: 0 10px 22px rgba(0,0,0,0.15); /* ✅ sombra leve */
	background-color: var(--azul_15203A);
	color: var(--blanco);
	cursor: pointer;
}
.producto:hover h2 {
	color: var(--blanco);
}
.producto:hover .icono {
	filter: brightness(0) invert(1);
	transform: scale(1.08);
}
/* ================================
   ICONOS HOME (LINEAS ACTUALES)
================================ */

#productos .bovino-carne .icono {
	background-image: url('lib/beltramino/img/icons8-cow-100.png');
}

#productos .bovino-leche .icono {
	background-image: url('lib/beltramino/img/icons8-cow-100.png');
}

#productos .toros .icono {
	background-image: url('lib/beltramino/img/icons8-bull-100.png');
}

#productos .equinos .icono {
	background-image: url('lib/beltramino/img/icons8-trotting-horse-100.png');
}

#productos .suplementos .icono {
	background-image: url('lib/beltramino/img/icons8-cement-bag-100.png');
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
	.productos-contenedor {
		flex-wrap: wrap;
		justify-content: center;
	}
	.producto {
		flex: 1 1 45%;
		max-width: 48%;
		height: 135px;
		padding: 16px 10px 14px;
	}

	.producto .icono {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.producto {
		flex: 1 1 100%;
		max-width: 100%;
	}
}


/* ================================
   RED DE VENTAS
================================ */

.red-ventas {
	background: var(--blanco);
	padding: 70px 0;
}

.red-ventas-header {
	margin-bottom: 30px;
}

.red-ventas-header .linea-separadora {
	display: block;
	width: 60px;
	height: 4px;
	background: var(--bordo_B20B1B);
	margin-bottom: 14px;
}

.red-ventas-header h2 {
	font-size: 30px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin: 0;
	letter-spacing: 0.5px;
}

.red-ventas p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--gris_373534);
	max-width: 900px;
	margin: 0;
}

/* ================================
   POR QUÉ ELEGIRNOS
================================ */

.por-que-elegirnos {
	background: var(--blanco);
	padding: 70px 0;
}

.por-que-elegirnos-header {
	margin-bottom: 30px;
}

.por-que-elegirnos-header .linea-separadora {
	display: block;
	width: 60px;
	height: 4px;
	background: var(--bordo_B20B1B);
	margin-bottom: 14px;
}

.por-que-elegirnos-header h2 {
	font-size: 30px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin: 0;
	letter-spacing: 0.5px;
}

.por-que-elegirnos-item {
	margin-bottom: 22px;
	padding: 18px 18px 18px 22px;
	border-left: 3px solid rgba(178, 11, 27, 0.35);
	background: linear-gradient(90deg, rgba(178, 11, 27, 0.06) 0%, rgba(255, 255, 255, 0) 65%);
	border-radius: 8px;
	transition: border-color 0.25s ease, background 0.25s ease;
}

.por-que-elegirnos-item h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 8px;
}

.por-que-elegirnos-item p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--gris_373534);
	margin: 0;
}

.por-que-elegirnos-item:hover {
	border-left-color: var(--bordo_B20B1B);
	background: linear-gradient(90deg, rgba(178, 11, 27, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

@media (max-width: 768px) {
	.por-que-elegirnos {
		padding: 60px 0;
	}
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
	.red-ventas {
		padding: 50px 0;
	}

	.red-ventas-header h2 {
		font-size: 24px;
	}

	.red-ventas p {
		font-size: 16px;
	}
}


/* ================================
   CTA RED DE VENTAS
================================ */

.red-ventas-cta {
	margin-top: 35px;
}

.btn-red-ventas {
	display: inline-block;
	padding: 14px 34px;
	background: var(--bordo_B20B1B);
	color: var(--blanco);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-red-ventas:hover {
	background: var(--azul_21305D);
	color: var(--blanco);
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}

/* ================================
   HERO HOME (REEMPLAZA SLIDER)
================================ */


.hero-home {
	width: 100%;
	min-height: 400px;
	background-image: url('/wp-content/themes/beltramino/lib/beltramino/img/hero2.avif');
	background-size: cover;
	background-position: center;
	position: relative;
}

.hero-home--boxed {
	max-width: 1140px;
	margin: 130px auto 0;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.hero-home--boxed .hero-overlay {
	padding: 20px;
	border-radius: 18px;
}

/* Overlay para legibilidad del texto */
.hero-overlay {
	min-height: 400px;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.25),
		rgba(0, 0, 0, 0.55)
	);
	display: flex;
	align-items: center;
}

/* ================================
   GRID DE BLOQUES
================================ */

.hero-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ================================
   BLOQUE INDIVIDUAL
================================ */

.hero-box {
	background: rgba(21, 32, 58, 0.48); /* --azul_15203A */
	border-radius: 10px;
	padding: 32px 28px;
	color: var(--blanco);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-box:hover {
	background: rgba(21, 32, 58, 0.88); /* --azul_15203A */
	transform: translateY(-6px);
	box-shadow: 0 26px 55px rgba(0, 0, 0, 0.45);
}

/* ================================
   TEXTO
================================ */

.hero-box h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 12px;
	letter-spacing: 0.5px;
	color: var(--blanco);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-box p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.9);
}

/* ================================
   CTA
================================ */

.hero-cta {
	align-self: flex-start;
	padding: 12px 26px;
	background: var(--bordo_B20B1B);
	color: var(--blanco);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-cta:hover {
	background: var(--azul_21305D);
	color: var(--blanco);
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
	.hero-grid {
		grid-template-columns: 1fr;
	}

	.hero-home,
	.hero-overlay {
		min-height: auto;
		padding: 60px 0;
	}

	.hero-box {
		padding: 28px 24px;
	}
}

/* ================================
   HERO INTERNO (PÁGINAS)
================================ */

.hero-interno {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

/* ================================
   QUIÉNES SOMOS
================================ */

#somos {
	background: var(--blanco);
	padding: 70px 0;
}

/* ================================
   FEEDLOT
================================ */

#servicios {
	background: var(--blanco);
	padding: 70px 0;
}

/* ================================
   TRANSPORTE / RED DE VENTAS
================================ */

#transporte {
	background: var(--blanco);
	padding: 70px 0;
}

#transporte .transporte-intro {
	font-size: 18px;
	line-height: 1.7;
	color: var(--gris_373534);
	margin-bottom: 26px;
}

#transporte .transporte-descargas-cta {
	margin: 8px 0 24px;
	padding: 18px 20px;
	border: 1px solid rgba(21, 32, 58, 0.12);
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(21, 32, 58, 0.05) 0%, rgba(178, 11, 27, 0.05) 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

#transporte .transporte-descargas-cta__copy {
	flex: 1 1 auto;
}

#transporte .transporte-descargas-cta__copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--azul_15203A);
}

#transporte .transporte-descargas-cta__action {
	flex: 0 0 auto;
	display: flex;
	justify-content: flex-end;
}

#transporte .transporte-bloque {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 26px 24px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.06);
	margin-bottom: 22px;
	height: auto;
}

#transporte .transporte-bloque h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 8px;
}

#transporte .transporte-bloque p {
	font-size: 17px;
	line-height: 1.6;
	color: var(--gris_373534);
	margin-bottom: 14px;
}

#transporte .mapa-transporte,
#transporte .form-transporte {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	border: 2px dashed rgba(178, 11, 27, 0.35);
	border-radius: 10px;
	color: var(--azul_15203A);
	font-weight: 600;
	background: linear-gradient(135deg, rgba(178, 11, 27, 0.06), rgba(21, 32, 58, 0.05));
}

#transporte #mapa {
	height: 420px;
	min-height: 320px;
}

#transporte .form-transporte {
	display: block;
	min-height: auto;
	border: none;
	background: transparent;
}

#transporte .transporte-distribuidores h3 {
	font-size: 19px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 10px;
}

#transporte .transporte-distribuidores ul {
	margin: 0;
	padding-left: 18px;
}

#transporte .transporte-distribuidores li {
	font-size: 15px;
	line-height: 1.6;
	color: var(--gris_373534);
	margin-bottom: 8px;
}

#transporte .transporte-documentos-lista {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

#transporte .transporte-documento-item {
	border: 1px solid #e6ebf4;
	border-radius: 10px;
	padding: 16px 18px;
	background: #ffffff;
}

#transporte .transporte-documento-item h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin: 0 0 8px;
}

#transporte .transporte-documento-item p {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 10px;
	color: var(--gris_373534);
}

#transporte .transporte-documento-link {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: var(--bordo_B20B1B);
	text-decoration: none;
	border-bottom: 1px solid rgba(178, 11, 27, 0.35);
	padding-bottom: 2px;
}

#transporte .transporte-documento-link:hover {
	color: var(--azul_15203A);
	border-bottom-color: rgba(21, 32, 58, 0.35);
}

#centro-descargas {
	background: var(--blanco);
	padding: 70px 0;
}

#centro-descargas .centro-descargas-intro {
	font-size: 18px;
	line-height: 1.7;
	color: var(--gris_373534);
	margin-bottom: 24px;
}

#centro-descargas .centro-descargas-lista {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

#centro-descargas .centro-descarga-item {
	border: 1px solid #e6ebf4;
	border-radius: 10px;
	padding: 18px;
	background: #ffffff;
}

#centro-descargas .centro-descarga-item h2 {
	font-size: 21px;
	color: var(--azul_15203A);
	margin: 0 0 8px;
}

#centro-descargas .centro-descarga-item p {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 10px;
	color: var(--gris_373534);
}

#centro-descargas .centro-descarga-link {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: var(--bordo_B20B1B);
	text-decoration: none;
	border-bottom: 1px solid rgba(178, 11, 27, 0.35);
	padding-bottom: 2px;
}

#centro-descargas .centro-descarga-link:hover {
	color: var(--azul_15203A);
	border-bottom-color: rgba(21, 32, 58, 0.35);
}

#transporte .form-transporte .wpcf7 form {
	display: block;
}

#transporte .form-transporte .wpcf7 form p {
	margin: 0;
}

#transporte .form-transporte .wpcf7 .row {
	gap: 0;
}

#transporte .form-transporte .wpcf7 .col-lg-4 {
	display: block;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

#transporte .form-transporte .wpcf7 .col-lg-4 p,
#transporte .form-transporte .wpcf7 .col-lg-4 span {
	display: block;
}

#transporte .form-transporte .wpcf7 input[type="text"],
#transporte .form-transporte .wpcf7 input[type="email"],
#transporte .form-transporte .wpcf7 input[type="tel"],
#transporte .form-transporte .wpcf7 textarea,
#transporte .form-transporte .wpcf7 select {
	width: 100%;
	padding: 12px 14px;
	font-size: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #ffffff;
	color: var(--azul_15203A);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#transporte .form-transporte .wpcf7 textarea {
	min-height: 220px;
	resize: vertical;
}

#transporte .form-transporte .wpcf7 input:focus,
#transporte .form-transporte .wpcf7 textarea:focus,
#transporte .form-transporte .wpcf7 select:focus {
	outline: none;
	border-color: var(--azul_21305D);
	box-shadow: 0 0 0 3px rgba(21, 48, 93, 0.15);
}

#transporte .form-transporte .wpcf7 .wpcf7-submit {
	align-self: flex-start;
	padding: 12px 22px;
	background: var(--bordo_B20B1B);
	color: var(--blanco);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#transporte .form-transporte .wpcf7 .wpcf7-submit {
	margin-top: 4px;
}

#transporte .form-transporte .wpcf7 .wpcf7-submit:hover {
	background: var(--azul_21305D);
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}

#transporte .form-transporte .wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--bordo_B20B1B);
	margin-top: 6px;
}

#transporte .form-transporte .wpcf7-response-output {
	margin: 12px 0 0;
	font-size: 14px;
	border: none;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(21, 32, 58, 0.06);
}

@media (max-width: 768px) {
	#transporte {
		padding: 60px 0;
	}
	#transporte .transporte-intro {
		font-size: 16px;
	}
	#transporte .transporte-bloque {
		padding: 22px 20px;
	}
	#transporte .transporte-descargas-cta {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}
	#transporte .transporte-descargas-cta__action {
		width: 100%;
		justify-content: flex-start;
	}
	#transporte .transporte-documentos-lista {
		grid-template-columns: 1fr;
	}
	#centro-descargas {
		padding: 60px 0;
	}
	#centro-descargas .centro-descargas-intro {
		font-size: 16px;
	}
	#centro-descargas .centro-descargas-lista {
		grid-template-columns: 1fr;
	}
}

#servicios .row .col-lg-6 {
	display: flex;
}

#servicios .modulo {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 26px 24px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.06);
	margin-bottom: 22px;
	width: 100%;
}

#servicios .row {
	margin-bottom: 6px;
}

#servicios .feedlot-card--grad {
	background: linear-gradient(135deg, rgba(178, 11, 27, 0.08), rgba(21, 32, 58, 0.04));
	border-left: 4px solid rgba(178, 11, 27, 0.6);
}

#servicios .feedlot-card--clean {
	background: #ffffff;
	border-color: rgba(21, 32, 58, 0.2);
	box-shadow: 0 12px 28px rgba(21, 32, 58, 0.08);
}

#servicios .feedlot-highlight {
	background: linear-gradient(90deg, rgba(21, 32, 58, 0.08), rgba(255, 255, 255, 0));
	border: 1px solid rgba(21, 32, 58, 0.14);
	box-shadow: none;
	padding: 20px 22px;
	border-left: 4px solid var(--azul_21305D);
	border-radius: 10px;
}

#servicios .feedlot-highlight p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 0;
}

#servicios .feedlot-card--sanidad {
	border-left: 4px solid rgba(15, 107, 177, 0.65);
}

#servicios .feedlot-card--feature {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border-color: rgba(21, 32, 58, 0.16);
	box-shadow: 0 14px 30px rgba(21, 32, 58, 0.1);
}

#servicios .feedlot-kicker {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	color: var(--bordo_B20B1B);
	background: rgba(178, 11, 27, 0.08);
	padding: 6px 10px;
	border-radius: 999px;
	margin-bottom: 12px;
}

#servicios .feedlot-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 10px;
}

#servicios .feedlot-pillar {
	background: #ffffff;
	border: 1px solid #e3e8f0;
	border-radius: 10px;
	padding: 16px 16px 12px;
}

#servicios .feedlot-pillar h3 {
	font-size: 18px;
	line-height: 1.35;
	color: var(--azul_15203A);
	margin: 0 0 8px;
}

#servicios .feedlot-pillar p {
	font-size: 15px;
	margin-bottom: 10px;
}

#servicios .feedlot-pillar ul {
	padding-left: 16px;
}

#servicios .feedlot-pillar li {
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 6px;
}

@media (max-width: 1200px) {
	#servicios .feedlot-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

#servicios .modulo h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 8px;
}

#servicios .modulo p {
	font-size: 17px;
	line-height: 1.6;
	color: var(--gris_373534);
	margin-bottom: 12px;
}

#servicios .modulo ul {
	margin: 0;
	padding-left: 18px;
}

#servicios .modulo li {
	font-size: 16px;
	line-height: 1.6;
	color: var(--gris_373534);
	margin-bottom: 8px;
}

@media (max-width: 768px) {
	#servicios {
		padding: 60px 0;
	}
	#servicios .row .col-lg-6 {
		display: block;
	}
	#servicios .modulo {
		padding: 22px 20px;
	}
	#servicios .feedlot-pillars {
		grid-template-columns: 1fr;
	}
	#servicios .feedlot-highlight {
		padding: 16px 16px;
	}
}

.servicios-feedlot .modulo {
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.servicios-feedlot .feedlot-card--grad,
.servicios-feedlot .feedlot-card--clean {
	background: #fff;
	border: 1px solid #e7ebf2;
	border-left-width: 3px;
}

.servicios-feedlot .feedlot-highlight {
	background: linear-gradient(90deg, rgba(21, 32, 58, 0.06), rgba(255, 255, 255, 0));
}

.servicios-feedlot .feedlot-intro {
	margin-bottom: 18px;
}

.servicios-feedlot .feedlot-intro h2 {
	font-size: 40px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 10px;
	line-height: 1.1;
}

.servicios-feedlot .feedlot-intro p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--gris_373534);
	margin-bottom: 0;
}

.servicios-feedlot .feedlot-alimentacion {
	padding: 6px 4px 0;
}

.servicios-feedlot .feedlot-alimentacion h2 {
	font-size: 28px;
	margin-bottom: 6px;
}

.servicios-feedlot .modulo h2 {
	font-size: 20px;
}

.servicios-feedlot .feedlot-subtitulo {
	font-size: 18px;
	line-height: 1.6;
	color: var(--azul_15203A);
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
	margin: 0 0 12px;
}

.servicios-feedlot .feedlot-subtitulo::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 78%;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--bordo_B20B1B) 0%, rgba(21, 32, 58, 0.28) 100%);
}

.servicios-feedlot .feedlot-alimentacion-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	margin-top: 18px;
}

.servicios-feedlot .feedlot-alimentacion-col:last-child {
	padding-left: 24px;
	border-left: 1px solid #dfe6f1;
}

.servicios-feedlot .feedlot-pillar {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
}

.servicios-feedlot .feedlot-pillar h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.servicios-feedlot .feedlot-pillar p {
	font-size: 16px;
}

.servicios-feedlot .feedlot-pillar ul {
	padding-left: 18px;
}

.servicios-feedlot .feedlot-pillar li {
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 992px) {
	.servicios-feedlot .feedlot-intro h2 {
		font-size: 32px;
	}
	.servicios-feedlot .feedlot-alimentacion h2 {
		font-size: 24px;
	}
	.servicios-feedlot .feedlot-alimentacion-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.servicios-feedlot .feedlot-alimentacion-col:last-child {
		padding-left: 0;
		border-left: none;
	}
}

#somos .somos-col p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--gris_373534);
	margin-bottom: 16px;
}

#somos .somos-highlight {
	margin-top: 8px;
	padding: 18px 22px;
	background: linear-gradient(90deg, rgba(178, 11, 27, 0.12) 0%, rgba(21, 32, 58, 0.08) 60%, rgba(255, 255, 255, 0) 100%);
	border-left: 4px solid var(--bordo_B20B1B);
	font-weight: 600;
	color: var(--azul_15203A);
	border-radius: 8px;
}

#somos .mision_vision {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 24px 22px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.06);
	margin-bottom: 20px;
}

#somos .mision_vision h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--azul_15203A);
	margin-bottom: 10px;
}

#somos .mision_vision p {
	font-size: 17px;
	line-height: 1.6;
	color: var(--gris_373534);
	margin: 0;
}

@media (max-width: 768px) {
	#somos {
		padding: 60px 0;
	}
	#somos .somos-col p {
		font-size: 16px;
	}
	#somos .somos-highlight {
		padding: 16px 18px;
	}
}

.hero-interno-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-interno-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-interno-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.25),
		rgba(0, 0, 0, 0.75)
	);
	display: flex;
	align-items: flex-end;
	padding-bottom: 46px;
}

.hero-interno-title {
	color: var(--blanco);
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
	position: relative;
	padding: 14px 18px 14px 22px;
	background: none;
	border-radius: 8px;
}

.hero-interno--boxed {
	max-width: 1140px;
	margin: 130px auto 0;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.hero-interno--boxed .hero-interno-media {
	border-radius: 18px;
	overflow: hidden;
}

.hero-interno--boxed .hero-interno-media img {
	border-radius: 18px;
}

.hero-interno--boxed .hero-interno-overlay {
	border-radius: 18px;
}

.hero-interno--soft-overlay .hero-interno-overlay {
	background: radial-gradient(
		ellipse at center,
		rgba(0, 0, 0, 0.04) 38%,
		rgba(0, 0, 0, 0.18) 72%,
		rgba(0, 0, 0, 0.42) 100%
	);
	padding-bottom: 34px;
}

.hero-interno-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 36px;
	background: var(--bordo_B20B1B);
	border-radius: 2px;
}

.hero-interno-title::after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: 6px;
	width: 80px;
	height: 3px;
	background: var(--azul_21305D);
	border-radius: 2px;
}

@media (max-width: 768px) {
	.hero-interno {
		height: 300px;
	}
	.hero-interno-overlay {
		padding-bottom: 32px;
	}
	.hero-interno-title {
		font-size: 28px;
	}
	.hero-interno-title::before {
		height: 28px;
	}
	.hero-interno-title::after {
		width: 64px;
	}
	.hero-home--boxed, .hero-interno--boxed {
		margin: 110px auto 0;
		width: 90%;
	}
}
