#s-banner img {
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}
#s-banner a {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #2967b0;
	padding: 10px;
	fill: var(--blanco);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	transition: ease all 0.6s;
}
#s-banner a:hover {
	transform: scale(1.05);
}

#s-banner-res {
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
}
#s-banner-res img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: bottom;
}
#s-banner-res > a {
	position: absolute;
	right: 10px;
	top: 100px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #2967b0;
	padding: 10px;
	fill: var(--blanco);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	transition: ease all 0.6s;
}
#s-banner-res > a:hover {
	transform: scale(1.05);
}

#s-historia {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url("/src/img/fondo-maquinas-rojo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#content-history {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#content-history img {
	width: 30%;
}
#content-history div {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#content-history div h4 {
	color: var(--azul);
}
#content-history div p {
	color: var(--gris);
	font-size: 20px;
	background-color: var(--blanco);
	padding: 20px;
	border-radius: 4px;
}

#s-philosophy {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(/src/img/fondo-azul.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px 30px 0px 0px;
	padding: 50px;
}

#s-philosophy > h3 {
	color: var(--blanco);
}

#info-philosophy {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

#info-philosophy > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	transition: ease all 0.6s;
	border-radius: 30px;
}

#info-philosophy > div:hover {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

#info-philosophy > div:hover p {
	color: var(--azul);
}

#info-philosophy > div span {
	width: 20%;
	border-radius: 20px 0px 0px 20px;
	color: var(--azul);
	background-color: var(--blanco);
	font-size: 25px;

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	padding: 3px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#info-philosophy > div p {
	width: 80%;
	font-size: 25px;
	color: var(--blanco);
	font-weight: lighter;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#s-services {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 60px 0px;
	background-image: url("/src/img/fondo-maquinas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#s-services h3 {
	color: var(--azul);
}

#content-cards-serv {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-serv {
	width: calc(100% / 5 - 20px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px 0px;
	cursor: pointer;
	transition: ease all 0.6s;
	border-radius: 20px;
	padding: 20px;
}

.card-serv:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.card-serv img {
	width: 60%;
	border-radius: 50%;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.card-serv span {
	font-size: 20px;

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
	text-align: center;
	color: var(--azul);
}

#s-proyect {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0px 60px;
	background-image: url("/src/img/fondo-lineas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#s-proyect h3 {
	color: var(--azul);
}

#content-carousel-proyect {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#carousel-proyect {
	width: 100%;
	display: block;
}

#carousel-proyect img {
	border-radius: 20px;
}

.card-proyect {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-proyect span {
	width: 100%;
	padding: 0px 10px;
	text-align: center;
	position: absolute;
	top: 10px;
	font-size: 29px;
	color: var(--blanco);

	font-weight: bold;
	font-family: "Raleway-Bold" !important;
}

#s-cus-part {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.card-cus-par {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 40px;
}

#card-parners {
	background-image: url("/src/img/fondo-partners.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.card-cus-par h3 {
	width: 30%;
	font-size: 60px;
	color: var(--azul);
	margin: 0px;
}
.card-cus-par > div {
	width: 70%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 30px;
	border-left: 2px solid var(--azul);
	padding-left: 40px;
	position: relative;
}
.card-cus-par img {
	width: 30%;
}

#s-cus-part > div:first-child {
	background-color: #f4f4f4;
}

#s-his-link {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/fondo-blanco-linke.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px;
	position: relative;
}

.card-link {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#carousel-link {
	width: 80%;
	background-color: #fff;
	display: block;
	padding: 30px;
	border-radius: 20px;
}
#carousel-link iframe {
	width: 90%;
	height: 600px;
}

#carousel-partners,
#carousel-partners-2 {
	width: 100%;
	display: block;
}

.card-cus-par-car {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-cus-par-car img {
	width: 70% !important;
}

#s-galeria {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

#lightgallery {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
}

#lightgallery a {
	width: 100%;
	transition: ease all 0.6s;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
}

#lightgallery a:hover {
	transform: scale(1.02);
}

#lightgallery a img {
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	object-fit: cover;
}

#s-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s-banner img {
	width: 100%;
}

#bnn-der-banner {
	right: 50px;
}

#bnn-izq-banner {
	left: 50px;
}

@media screen and (max-width: 992px) {
	#s-banner > a {
		bottom: 20px;
		left: 20px;
		width: 80px;
		height: 80px;
	}

	#content-history {
		flex-direction: column-reverse;
	}

	#content-history img {
		width: 60%;
	}

	#content-history div {
		width: 100%;
	}

	#content-history div p {
		font-size: 18px;
	}

	#info-philosophy > div {
		flex-direction: column;
		gap: 10px;
	}

	#info-philosophy > div span {
		width: 100%;
		border-radius: 20px;
		font-size: 22px;
		text-align: center;
	}

	#s-philosophy {
		border-radius: 0px;
		padding: 20px;
	}

	#info-philosophy > div p {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}

	#content-cards-serv {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start;
	}

	.card-serv {
		width: 90%;
		gap: 10px;
		flex-direction: row;
	}

	.card-serv img {
		width: 45%;
	}

	.card-cus-par {
		flex-direction: column;
		padding: 20px;
		gap: 20px;
	}

	.card-cus-par h3 {
		width: 100%;
		font-size: 45px;
		text-align: center;
	}

	.card-cus-par > div {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		gap: 10px;
		border-left: none;
		padding-left: inherit;
	}

	.card-cus-par img {
		width: 50%;
	}

	#carousel-link {
		width: 90%;
		padding: 10px;
	}
	#carousel-link iframe {
		width: 100%;
		height: 400px;
	}

	/* #s-banner {
		display: none;
	} */

	#s-banner-res {
		display: flex;
	}

	#lightgallery {
		grid-template-columns: 1fr;
	}

	#bnn-der-banner {
		right: 20px;
	}

	#bnn-izq-banner {
		left: 20px;
	}
	#s-banner {
		margin-top: 90px;
	}
}
