/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* Introducción */

.riego-intro {
	padding: 20px 0 0;
}

.riego-intro__content {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.riego-intro__content p {
	font-size: 16px;
	line-height: 1.8;
}

.riego-intro__lead {
	font-size: 17px !important;
}


/* Introducción - Responsive */

@media (max-width: 767px) {

	.riego-intro {
		padding: 40px 0 25px;
	}

	.riego-intro__content p {
		font-size: 15px;
		line-height: 1.7;
	}

	.riego-intro__lead {
		font-size: 16px !important;
	}

}

/* Hero */

#page-title.riego-hero {
	padding: 120px 0;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),
		url('../images/slider/swiper/slide4.jpg');
	background-size: cover;
	background-position: center center;
}

.riego-hero__content {
	text-align: center;
}

.riego-hero__subtitle {
	display: block;
	margin-bottom: 12px;
}

.riego-hero__experience {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 22px;
}

.riego-hero__cta {
	margin: 0;
}

/* Cómo trabajamos */

.riego-proceso {
	padding: 60px 0;
	background-color: #ebebeb;
}

.riego-proceso__header {
	max-width: 750px;
	margin: 0 auto 45px;
	text-align: center;
}

.riego-proceso__header h2 {
	margin-bottom: 12px;
}

.riego-proceso__header p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.7;
}

.riego-proceso__pasos {
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.riego-proceso__paso {
	flex: 1;
	text-align: center;
}

.riego-proceso__numero {
	display: block;
	margin-bottom: 15px;
	color: #7ea000;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
}

.riego-proceso__paso h3 {
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 600;
}

.riego-proceso__paso p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}


/* Cómo trabajamos - Responsive */

@media (max-width: 767px) {

	.riego-proceso {
		padding: 45px 0;
	}

	.riego-proceso__header {
		margin-bottom: 35px;
	}

	.riego-proceso__pasos {
		display: block;
	}

	.riego-proceso__paso {
		max-width: 450px;
		margin: 0 auto 35px;
	}

	.riego-proceso__paso:last-child {
		margin-bottom: 0;
	}

}


/* Contacto */

.riego-contacto-section {
	padding: 70px 0;
	background-color: #f6f7f3;
}

.riego-contacto-card {
	display: flex;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}


/* Contacto - Columna izquierda */

.riego-contacto-card__info {
	width: 34%;
	padding: 50px 42px;
	background-color: #ecf1d9;
}

.riego-contacto-card__info h2 {
	margin-bottom: 15px;
	font-size: 30px;
	color: #344529;
}

.riego-contacto-card__intro {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.7;
}

.riego-contacto-card__separator {
	width: 60px;
	height: 2px;
	margin: 25px 0 30px;
	background-color: #7ea000;
}

.riego-contacto-card__item {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #e1e5d8;
}

.riego-contacto-card__item > i {
	width: 45px;
	margin-top: 3px;
	color: #7ea000;
	font-size: 28px;
}

.riego-contacto-card__item > div {
	flex: 1;
}

.riego-contacto-card__item strong,
.riego-contacto-card__item span {
	display: block;
}

.riego-contacto-card__item strong {
	margin-bottom: 4px;
	color: #333;
	font-size: 15px;
}

.riego-contacto-card__item span {
	color: #666;
	line-height: 1.5;
}


/* Contacto - WhatsApp */

.riego-contacto-card__whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	margin-top: 25px;
	padding: 14px 18px;

	background-color: #7ea000;
	border-radius: 4px;

	color: #FFF !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.riego-contacto-card__whatsapp:hover {
	background-color: #6b8900;
	color: #FFF !important;
	transform: translateY(-1px);
}

.riego-contacto-card__whatsapp i {
	font-size: 21px;
}


/* Contacto - Teléfono */

.riego-contacto-card__telefono {
	display: flex;
	align-items: center;
	gap: 13px;

	margin-top: 25px;
	color: #444;
}

.riego-contacto-card__telefono i {
	color: #7ea000;
	font-size: 21px;
}

.riego-contacto-card__telefono strong {
	font-size: 18px;
}


/* Contacto - Formulario */

.riego-contacto-card__form {
	width: 66%;
	padding: 50px;
}

.riego-form-field {
	position: relative;
	margin-bottom: 18px;
}

.riego-contacto-card__form .sm-form-control {
	height: 48px;
	padding: 10px 14px;

	background-color: #FFF;
	border: 1px solid #d9d9d9;
	border-radius: 3px;

	font-size: 14px;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.riego-contacto-card__form textarea.sm-form-control {
	height: auto;
	min-height: 130px;
	resize: vertical;
}

.riego-contacto-card__form .sm-form-control:focus {
	border-color: #7ea000;
	box-shadow: 0 0 0 2px rgba(126, 160, 0, 0.08);
}


/* contacto - Botón enviar */

.riego-form-submit {
	min-width: 180px;
	padding: 14px 28px;

	background-color: #7ea000;
	border: 0;
	border-radius: 4px;

	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;

	cursor: pointer;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.riego-form-submit:hover {
	background-color: #6b8900;
	transform: translateY(-1px);
}


/* Contacto - Responsive */

@media (max-width: 991px) {

	.riego-contacto-card {
		display: block;
	}

	.riego-contacto-card__info,
	.riego-contacto-card__form {
		width: 100%;
	}

	.riego-contacto-card__info {
		padding: 40px;
	}

	.riego-contacto-card__form {
		padding: 40px;
	}

}


@media (max-width: 575px) {

	.riego-contacto-section {
		padding: 45px 0;
	}

	.riego-contacto-card__info,
	.riego-contacto-card__form {
		padding: 30px 22px;
	}

	.riego-contacto-card__info h2 {
		font-size: 25px;
	}

	.riego-form-submit {
		width: 100%;
	}

}