
/* Estilo para mantener el menú fijo */
.color-nav {
	background-color: transparent;
}
.navbar {
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding-right: 0px;
}
.container-fluid {
	padding-right: 0px;
}
.navbar .con-01 a {
	color: #fff;
	font-size: 18px;
}
.navbar .con-01 a:hover {
	color: #FFE352;
	font-size: 18px;
}
.navbar-brand {
	font-weight: bold;
}
.navbar-nav .nav-link {
	margin-right: 20px; /* Espacio adicional entre los links de la izquierda */
}
.navbar .ms-auto {
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* Alineación hacia la izquierda */
	padding-right: 6%;
}
.navbar .ms-auto a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	margin-bottom: 18px;
	transition: all 0.3s ease;
}
.navbar .ms-auto a:hover {
	color: #FFE352;
	text-shadow: 0px 0px px #FFE352;
	font-weight: 500;
}
.navbar .ms-auto i{
	color: #FFE352;
}
.navbar .ms-auto a p {
	margin: 0;
	margin-left: 10px;
}
.navbar .ms-auto2 {
	flex-direction: column;
	padding: 10px 7% 10px 2%;
	border-radius: 10px 0px 0px 10px;
	background-color: #ff5959;
}
.navbar .ms-auto2 a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
}
.navbar .ms-auto2 a p {
	margin: 0;
	margin-left: 10px;
}
.navbar .ms-auto2 a:hover {
	color: #FFE352;
}
.cuerpo {
	padding-top: 7%;
	background-color: #4169f0;
}
.navbar-brand {
	background-image: url('../img/jyl_logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 300px; /* Ajusta según el tamaño de tu logo */
	height: 80px; /* Ajusta según el tamaño de tu logo */
	display: block;
}

@media screen and (max-width: 1305px) {
	.cuerpo {
		padding-top: 10%;
		background-color: #4169f0;
	}
}
@media screen and (max-width: 505px) {
	.cuerpo {
		padding-top: 20%;
		background-color: #4169f0;
	}
}
/* Clase para el navbar cuando se hace scroll */
.navbar.scrolled {
	background-color: #ffffff !important;
	transition: background-color 0.5s ease;
}
.navbar.scrolled .con-01 a {
	color: #4169f0;
	font-size: 18px;
	transition: background-color 0.3s ease;
}
.navbar.scrolled .con-01 a:hover {
	color: #FFE352;
	font-size: 18px;
	font-weight: 500;
}
.navbar.scrolled .ms-auto a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #4169f0;
	margin-bottom: 18px;
	transition: all 0.3s ease;
	transition: background-color 0.3s ease;
}
.navbar.scrolled .ms-auto a:hover {
	color: #FFE352;
	text-shadow: 0px 0px px #FFE352;
	font-weight: 500;
}


.navbar.scrolled .navbar-brand {
	background-image: url('../img/jyl_logo_iso.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 550px; /* Ajusta según el tamaño de tu logo */
	height: 90px; /* Ajusta según el tamaño de tu logo */
	display: block;
}
.navbar.scrolled .ms-auto2 {
	flex-direction: column;
	padding: 10px 7% 10px 2%;
	border-radius: 0px 0px 0px 0px;
	border-left: 2px solid #d6d0d7;
	background-color: #fff;
	transition: all 0.3s ease;
	transition: background-color 0.3s ease;
}
.navbar.scrolled .ms-auto2 a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #a49ea6;
	margin-bottom: 10px;
}
.navbar.scrolled .ms-auto2 a:hover {
	color: #ff5959;
}
@media screen and (max-width: 1662px) {
	.navbar.scrolled .navbar-brand {
		background-image: url('../img/jyl_logo_iso.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 420px; /* Ajusta según el tamaño de tu logo */
		height: 90px; /* Ajusta según el tamaño de tu logo */
		display: block;
	}
}
@media screen and (max-width: 1486px) {
	.navbar.scrolled .navbar-brand {
		background-image: url('../img/jyl_logo_iso.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 380px; /* Ajusta según el tamaño de tu logo */
		height: 90px; /* Ajusta según el tamaño de tu logo */
		display: block;
	}
}
@media screen and (max-width: 1272px) {
	.navbar.scrolled .navbar-brand {
		background-image: url('../img/jyl_logo_iso.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 290px; /* Ajusta según el tamaño de tu logo */
		height: 90px; /* Ajusta según el tamaño de tu logo */
		display: block;
	}


}
@media screen and (max-width: 991px) {
	
	.navbar.scrolled .navbar-brand {
		background-image: url('../img/jyl_logo_iso.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 200px; /* Ajusta según el tamaño de tu logo */
		height: 50px; /* Ajusta según el tamaño de tu logo */
		display: block;
	}
	.Dbt-color {
		background-color: #fff;
		border-radius: 10px 10px 0px 10px;
		padding: 2px 0px 2px 2px;
	}
	.navbar .con-01 a {
		color: #4169f0;
		font-size: 18px;
	}
	.navbar .ms-auto a {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #4169f0;
		margin-bottom: 18px;
		transition: all 0.3s ease;
	}
}
@media screen and (max-width: 415px) {
	.navbar-brand {
		background-image: url('../img/jyl_logo.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 250px; /* Ajusta según el tamaño de tu logo */
		height: 50px; /* Ajusta según el tamaño de tu logo */
		display: block;
	}
}

.carousel-item {
    position: relative; /* Cambiado a relative */
    transition: opacity 1.5s ease-in-out; /* Controla el tiempo de transición para suavidad */
    opacity: 0;
}

.carousel-item.active {
    opacity: 1;
    transition: opacity 1.5s ease-in-out; /* Suavidad también para la imagen activa */
}

.carousel-inner {
    position: relative; /* Mantener el posicionamiento */
    width: 100%;
    overflow: hidden; /* Asegura que no haya desbordamiento */
    display: flex; /* Mantener las imágenes alineadas dentro del carrusel */
}





/* inicio carrusel */
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 12px; /* Ajusta el tamaño para que sea circular */
	height: 12px;
	padding: 0;
	margin-right: 5px; /* Espacio entre los círculos */
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 50%; /* Hace los indicadores circulares */
	opacity: .5;
	transition: opacity .6s ease;
}

.carousel-indicators .active {
	opacity: 1; /* Aumenta la opacidad cuando está activo */

}
.carousel-control-next-icon {
	background-image: url('../img/arrow.svg');
}
.carousel-control-prev-icon {
	background-image: url('../img/arrow.svg');
	transform: scaleX(-1); /* Invierte la imagen horizontalmente */
}
.cuerpo-fin img{
	width: 100%;
	margin-top: -2px;
}
.img-carru img {
	width: 100%;
	display:block;
	margin:auto;
}
.tex-carru {
	padding-top: 8%;
}
.tex-carru h1{
	text-align: right;
	font-weight: 800;
	color: #FFFFFF;
}
.tex-carru h3{
	text-align: right;
	color: #FFFFFF;
}

.custom-button-caru {
	margin-top: 5%;
	background-color: #4169f0;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 800;
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	float: right;
}
.custom-button-caru:hover {
	transform: translate(-7px, -7px);
	box-shadow: 7px 7px 0px #ff5959;
}

@media screen and (max-width: 991px) {
	.tex-carru {
		text-align: right;
		padding-bottom: 15%;
	}	
}
/* inicio carrusel */
.Pr-d {
	align-items: center;
	margin-top: 5%;
	margin-bottom: 5%;
}
.Pr-d h1 {
	color: #1c355e;
	text-align: center;
	font-weight: 900;
	font-size: 4rem;
}
.Pr-d .custom-hr {
	width: 30%; /* Ancho de la línea */
	height: 3px; /* Grosor de la línea */
	background-color: #ff5959; /* Color sólido de la línea */
	margin: 0 auto; /* Centra horizontalmente la línea */
	margin-top: 2%;
	margin-bottom: 2%;
}
.Pr-d p {
	color: #4D4D4D;
	text-align: center;
	font-size: 20px;
}
.pr-gl {
	background-color: #ff5959;
	padding: 3%;
	border-radius: 25px;
}
.pr-gl p {
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 5%;
}
.pr-gl-img {
	background-color: #ffffff;
	margin: 2%;
	width: 97%; /* Ajusta el tamaño del div */
	border-radius: 25px; /* Borde redondeado para el contenedor */
	border: 0px solid #FFFFFF; /* Borde del contenedor */
	overflow: hidden; /* Evita que la imagen se salga del div al hacer zoom */
	display: block;
	margin: auto;
}

.pr-gl-img img {
	width: 100%; /* La imagen ocupa el 100% del ancho del contenedor */
	display:block;
	margin:auto;
	transition: transform 0.3s ease; /* Transición suave para el zoom */
	display: block;
}

.pr-gl-img img:hover {
	transform: scale(1.1); /* Zoom en la imagen al hacer hover */
}
.parent-container {
	text-align: center; /* Centra el contenido dentro del contenedor */
}

.custom-button {
	background-color: #ff5959;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	padding: 8px 30px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	display: inline-block; /* Para que el botón respete el centrado */
}

.custom-button:hover {
	transform: translate(-7px, -7px);
	box-shadow: 7px 7px 0px #fee453;
}
.q-ep {
	padding-top: 1%;
	padding-right: 5%;
	padding-left: 5%;
}
.q-ep1 {
	background-color: #4169f0;
	border-radius: 0px 0px 20px 20px;
}
.q-ep2 {
	margin-top: 1%;
}
.q-ep2 h1 {
	color: #FFFFFF;
}
.q-ep2 p {
	color: #FFFFFF;
	font-size: 20px;
}
.Cont-btn {
	background-color: #fee453;
	border-radius: 0px 0px 20px 20px;
	padding: 30px 0px 10px 0px;
	margin-bottom: 5%;
}
.parent-container1 {
	text-align: center; /* Centra el contenido dentro del contenedor */

}

.custom-button-GL {
	background-color: #4169f0;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	padding: 8px 15%;
	font-size: 18px;
	cursor: pointer;
	font-weight: 600;
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	display: inline-block; /* Para que el botón respete el centrado */
}

.custom-button-GL:hover {
	transform: translate(-10px, -10px);
	box-shadow: 10px 10px 0px #ff5959;
}
.Cuer-fin-01 img {
	width: 100%;
	margin-top: -2%;
}


.tex-35 {
	background-color: #f1f3f9;
	padding-bottom: 5%;

}
.tex-35-02 {
	padding: 5%;
	background-color: #4169f0;
	border-radius: 25px;
	box-shadow: -25px -25px 0px 9px #ffe352;
}
.tex-35-02 h1 {
	color: #ffffff;
	font-weight: 800;
	font-size: 45px;
}

.tex-35-02 p {
	color: #ffffff;
	font-size: 22px;
}
.tex-35-02 img{
	width: 50%;

}
.tex-35-03 img {
	width: 140%;
	height: auto;
	margin-top: 18%;
	margin-left: -70%;
	box-shadow: 15px 15px 0px 2px #ff5959;
	border-radius: 25px;
	position: relative;

}
.Pr-d {
	align-items: center;
	margin-top: 5%;
	margin-bottom: 5%;
}
.Pr-d h1 {
	color: #1c355e;
	text-align: center;
	font-weight: 900;
	font-size: 4rem;
}
.Pr-d .custom-hr {
	width: 10%; /* Ancho de la línea */
	height: 3px; /* Grosor de la línea */
	background-color: #ff5959; /* Color sólido de la línea */
	margin: 0 auto; /* Centra horizontalmente la línea */
	margin-top: 2%;
	margin-bottom: 2%;
}
.Pr-d p {
	color: #4D4D4D;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 1194px) {
	.tex-35 {
		background-color: #f1f3f9;
		padding-bottom: 5%;

	}
	.tex-35-02 {
		padding: 5%;
		background-color: #4169f0;
		border-radius: 25px;
		box-shadow: -25px -25px 0px 9px #ffe352;
	}
	.tex-35-02 h1 {
		color: #ffffff;
		font-weight: 800;
		font-size: 45px;
	}

	.tex-35-02 p {
		color: #ffffff;
		font-size: 20px;
	}
	.tex-35-02 img{
		width: 50%;

	}
	.tex-35-03 img {
		width: 180%;
		height: auto;
		margin-top: 45%;
		margin-left: -80%;
		box-shadow: 15px 15px 0px 2px #ff5959;
		border-radius: 25px;
		position: relative;

	}
}
@media screen and (max-width: 991px) {
	.tex-35 {
		background-color: #f1f3f9;
		padding-bottom: 5%;

	}
	.tex-35-02 {
		padding: 5%;
		background-color: #4169f0;
		border-radius: 25px;
		box-shadow: -25px -25px 0px 9px #ffe352;
	}
	.tex-35-02 h1 {
		color: #ffffff;
		font-weight: 800;
		font-size: 40px;
	}

	.tex-35-02 p {
		color: #ffffff;
		font-size: 18px;
	}
	.tex-35-02 img{
		width: 80%;

	}
	.tex-35-03 img {
		width: 200%;
		height: auto;
		margin-top: 60%;
		margin-left: -80%;
		box-shadow: 15px 15px 0px 2px #ff5959;
		border-radius: 25px;
		position: relative;

	}
}
@media screen and (max-width: 767px) {
	.tex-35 {
		background-color: #f1f3f9;
		padding-bottom: 5%;

	}
	.tex-35-02 {
		padding: 5%;
		background-color: #4169f0;
		border-radius: 25px;
		box-shadow: -25px -25px 0px 9px #ffe352;
	}
	.tex-35-02 h1 {
		color: #ffffff;
		font-weight: 800;
		font-size: 30px;
	}

	.tex-35-02 p {
		color: #ffffff;
		font-size: 12px;
	}
	.tex-35-02 img{
		width: 90%;

	}
	.tex-35-03 img {
		width: 225%;
		height: auto;
		margin-top: 65%;
		margin-left: -90%;
		box-shadow: 15px 15px 0px 2px #ff5959;
		border-radius: 25px;
		position: relative;

	}
	.Pr-d {
		align-items: center;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.Pr-d h1 {
		color: #1c355e;
		text-align: center;
		font-weight: 900;
		font-size: 2rem;
	}
	.Pr-d p {
		color: #4D4D4D;
		text-align: center;
		font-size: 15px;
	}
}
@media screen and (max-width: 575px) {
	.tex-35 {
		background-color: #f1f3f9;
		padding-bottom: 5%;

	}
	.tex-35-02 {
		padding: 5%;
		background-color: #4169f0;
		border-radius: 25px;
		box-shadow: -25px -25px 0px 9px #ffe352;
	}
	.tex-35-02 h1 {
		color: #ffffff;
		font-weight: 800;
		font-size: 30px;
	}

	.tex-35-02 p {
		color: #ffffff;
		font-size: 12px;
	}
	.tex-35-02 img{
		width: 90%;

	}
	.tex-35-03 img {
		width: 80%;
		height: auto;
		margin-top: 3%;
		margin-left: 10%;
		box-shadow: 15px 15px 0px 2px #ff5959;
		border-radius: 25px;
		position: inherit;

	}
	.parent-container {
		text-align: center; /* Centra el contenido dentro del contenedor */
		margin-bottom: 10%;
	}
}
.inicio-formu {
	background-color: #f1f3f9;
}
.inicio-formu img {
	width: 100%;
}

.formulario-01 {
	background-color: #4169f0;
	padding-bottom: 5%;
	margin-top: -2%;
}
.formulario-01 h1 {
	color: #ffffff;
	text-align: center;
	font-weight: 800;
	font-size: 45px;
}
.formulario-01 h5 {
	color: #ffffff;
	text-align: center;
	font-weight: 200;
	font-size: 18px;
	padding-top: 1%;
	margin-bottom: 3%;
}
.formulario-01 p {
	color: #ffffff;
}
.formulario-02 {
	width: 100%;
	border-radius: 20px;
	box-shadow: 5px 5px 0px 1px #ffe352;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border: 0px;
}
.textarea-02 {
	width: 100%;
	border-radius: 20px;
	box-shadow: 5px 5px 0px 1px #ff5959;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border: 0px;
}
.form-check-label {
	color: #ffffff;
	padding-bottom: 3%;
}
.form-check-input:checked {
	background-color: #ff5959;
	border-color: #ffe352;
}


footer {
	background-color: #1c2e50; /* Azul oscuro */
	color: white;
	padding: 20px 0;
	font-family: Arial, sans-serif;
	position: relative;
}

footer::before {
	content: '';
	display: block;
	height: 5px;
	background-color: #fee453; /* Amarillo */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-left p {
	margin: 0;
	font-size: 14px;
}

.footer-left nav {
	margin-top: 10px;
}

.footer-left a {
	color: white;
	text-decoration: none;
	margin-right: 15px;
	font-size: 14px;
}

.footer-left a:hover {
	color: #fee453;
}

.footer-right {
	text-align: right;
}

.footer-right img {
	width: 100%; /* Ajustar según el tamaño de tu logotipo */
}

.footer-right p {
	margin: 5px 0 0;
	font-size: 14px;
}


@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		text-align: center;
	}

	.footer-left {
		margin-bottom: 20px;
	}

	.footer-left nav a {
		display: block;
		margin: 5px 0;
	}

	.footer-right {
		text-align: center;
	}

	.footer-right img {
		width: 80%; /* Ajustar el tamaño del logotipo en móviles */
	}

	.footer-right p {
		font-size: 13px;
	}
}

#scrollTopBtn {
	display: none; /* Oculto inicialmente */
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 99;
	background-color: #4169f0; /* Amarillo */
	border: none;
	padding: 10px;
	border-radius: 30%;
	border: 4px solid #FFFFFF;
	cursor: pointer;
	font-size: 24px; /* Tamaño del ícono */
	box-shadow: 2px 5px 1px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s;
}

#scrollTopBtn:hover {
	background-color: #ff5959; /* Rojo oscuro al hacer hover */
}

#scrollTopBtn i {
	color: white; /* Color del ícono */
}


.cookie-banner {
	border-color: #fee453;
	border-width: 4px;
	border-style: solid;
	position: fixed;
	z-index: 9999999;
	align-items: center;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px 15px 0px 0px;
	background-color: #4169f0;
	font-weight: 900;
	color: #ffffff;
	padding: 10px;
	display: none;
}

.cookie-banner p {
	margin: 0;
	font-size: 16px;
	margin-bottom: 1%;
}
.cookie-banner b {
	color: #fee453;
}
.cookie-banner b:hover {
	color: #ff5959;
}
.Btn-cookies {
	background-color: #4169f0;
	color: #FFFFFF;
	border: 4px solid #FFFFFF;
	padding: 4px 1%;
	font-size: 18px;
	cursor: pointer;
	font-weight: 600;
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	margin-right: 1%;
	display: inline-block; /* Para que el botón respete el centrado */
}

.Btn-cookies:hover {
	transform: translate(-10px, -10px);
	box-shadow: 10px 10px 0px #ff5959;
}


.ini-azul {
	background-color: #4169f0;
	padding: 1% 0px 1% 0px;
	z-index: 2;
	position: relative;
}

.ima-ini img {
	width: 100%;
	height: 80%;
	margin-top: -2px;
	z-index: 2;
	position: relative;

}

.Inico-sec img {
	margin-top: -25%;
	width: 90%; /* Cambiado a 100% para evitar que sobrepase el contenedor */
	max-width: 90%; /* Limitar a un máximo del 90% del contenedor */
	z-index: 1;
	position: relative;
	top: -50px;
	border-radius: 0px 0px 25px 0px;
	box-shadow: 10px 5px 14px 5px #d0d0d0;
}
.text-ini h1{
	margin-top: 5%;
	color: #1c355e;
	font-weight: 900;
	font-size: 42px;
}
.text-ini p{
	color: #4D4D4D;
	font-weight: 500;
	font-size: 18px;
}
.rh-lin {
	width: 10%; /* Ancho de la línea */
	height: 3px; /* Grosor de la línea */
	background-color: #ff5959; /* Color sólido de la línea */
	margin-top: 2%;
	margin-left: 1%;
	margin-bottom: 2%;
}
@media screen and (max-width: 1346px) {
	.ini-azul {
		padding: 3.5% 0px 3.5% 0px;
	}
}
@media screen and (max-width: 991px) {
	.Inico-sec img {
		margin-top: -5%;
		width: 100%; /* Cambiado a 100% para evitar que sobrepase el contenedor */
		max-width: 100%; /* Limitar a un máximo del 90% del contenedor */
		z-index: 1;
		position: relative;
		top: -50px;
		border-radius: 0px 0px 25px 0px;
		box-shadow: 10px 5px 14px 5px #d0d0d0;
	}
	.text-ini h1{
		margin-top: 5%;
		color: #1c355e;
		font-weight: 900;
		font-size: 30px;
	}
	.text-ini p{
		color: #4D4D4D;
		font-weight: 500;
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.ini-azul {
		padding: 10% 0px 10% 0px;
	}
}
@media screen and (max-width: 575px) {
	.Inico-sec img {
		display:block;
		margin:auto;
		width: 80%; /* Cambiado a 100% para evitar que sobrepase el contenedor */
		max-width: 80%; /* Limitar a un máximo del 90% del contenedor */
		height: 90%;
		z-index: 1;
		position: inherit;
		top: -50px;
		border-radius: 25px 25px 25px 25px;
		box-shadow: 10px 5px 7px 2px #d0d0d0;
	}
	.text-ini h1{
		margin-top: 5%;
		color: #1c355e;
		font-weight: 900;
		font-size: 25px;
	}
	.text-ini p{
		color: #4D4D4D;
		font-weight: 500;
		font-size: 13px;
	}
	.rh-lin {
		width: 10%; /* Ancho de la línea */
		height: 3px; /* Grosor de la línea */
		background-color: #ff5959; /* Color sólido de la línea */
		margin-top: 2%;
		margin-left: 3%;
		margin-bottom: 2%;
	}
}

.Tarjetas-01 {
	padding: 0px 10% 0px 10%;
}
.Tarjetas-red {
	background-color: #ff5959;
	padding: 2%;
	margin: 2% 20% -2% 0%;
	border-radius: 30px 30px 30px 30px;
	box-shadow: 5px 5px 0px 5px #ffe352;
	z-index: 2;
	position: relative;
}
.Tarjetas-red h1 {
	padding-bottom: 2%;
	font-weight: 800;
	color: #ffe352;
}
.Tarjetas-red p {
	color: #ffffff;
}
.Tarjetas-blue {
	background-color: #4169ef;
	padding: 2%;
	margin: -2% 0% 2% 20%;
	border-radius: 30px 30px 30px 30px;
	box-shadow: -5px 5px 0px 5px #ffe352;
	z-index: 1;
	position: relative;
}
.Tarjetas-blue h1 {
	font-weight: 800;
	padding-bottom: 2%;
	color: #ffe352;
	text-align: right;
}
.Tarjetas-blue p {
	color: #ffffff;
	text-align: right;
}
@media screen and (max-width: 991px) {
	.Tarjetas-01 {
		padding: 0px 5% 0px 5%;
	}
	.Tarjetas-red {
		background-color: #ff5959;
		padding: 2%;
		margin: 2% 20% -2% 0%;
		border-radius: 30px 30px 30px 30px;
		box-shadow: 5px 5px 0px 5px #ffe352;
		z-index: 2;
		position: relative;
	}
	.Tarjetas-blue {
		background-color: #4169ef;
		padding: 2%;
		margin: -2% 0% 2% 20%;
		border-radius: 30px 30px 30px 30px;
		box-shadow: -5px 5px 0px 5px #ffe352;
		z-index: 1;
		position: relative;
	}
}
@media screen and (max-width: 575px) {
	.Tarjetas-01 {
		padding: 0px 0% 0px 0%;
	}
	.Tarjetas-red {
		background-color: #ff5959;
		padding: 2%;
		margin: 2% 10% -2% 0%;
		border-radius: 0px 30px 30px 0px;
		box-shadow: 5px 5px 0px 5px #ffe352;
		z-index: 2;
		position: relative;
	}
	.Tarjetas-red h1 {
		font-size: 30px;
		padding-top: 4%;
		padding-bottom: 2%;
		font-weight: 800;
		color: #ffe352;
	}
	.Tarjetas-red p {
		font-size: 15px;
		color: #ffffff;
	}
	.Tarjetas-blue {
		background-color: #4169ef;
		padding: 2%;
		margin: -2% 0% 2% 10%;
		border-radius: 30px 0px 0px 30px;
		box-shadow: -5px 5px 0px 5px #ffe352;
		z-index: 1;
		position: relative;
	}
	.Tarjetas-blue h1 {
		font-size: 30px;
		padding-top: 4%;
		font-weight: 800;
		padding-bottom: 2%;
		color: #ffe352;
		text-align: right;
	}
	.Tarjetas-blue p {
		font-size: 15px;
		color: #ffffff;
		text-align: right;
	}	
}
.N-t02 {
	background-color: #ffe352;
	margin: 4% 40% -5% 10%;
	padding: 2%;
	border-radius: 25px;
	box-shadow: 10px 8px 0px 5px #ff5959;
	z-index: 3;
	position: relative;
}
.N-t02 h1 {
	color: #4169ef;
	font-weight: 800;
}
.N-t02 p {
	color: #1C355E;
	font-weight: 500;
}
.N-tI2 img {
	width: 100%;
	z-index: -2;
	position: relative;
}
.N-tF2 img{
	width: 100%;
	z-index: -1;
	position: relative;
	margin-top: -10%;
	margin-bottom: -5%;

}
@media screen and (max-width: 768px) {
	.N-t02 {
		background-color: #ffe352;
		margin: 8% 20% -5% 2%;
		padding: 2%;
		border-radius: 25px;
		box-shadow: 10px 8px 0px 5px #ff5959;
		z-index: 3;
		position: relative;
	}
	.N-t02 h1 {
		color: #4169ef;
		font-weight: 800;
	}
	.N-t02 p {
		color: #1C355E;
		font-weight: 500;
		font-size: 13px;
	}
}
.mapa-01 iframe {
	width: 100%;
	z-index: 1;
	position: relative;
	margin-top: -7%;
}
.Cont-Sol1 {
	padding: 4% 0% 4% 0%;
}
.Cont-SolIMg img {
	width: 80%;
	display:block;
	margin:auto;
}
.Cont-SolTex {
	border-left: 2px solid #ff5959;
	padding-left: 3%;
}
.Cont-SolTex h1 {
	color: #1C355E;
	font-weight: 800;
}
.Cont-SolTex p {
	color: #4D4D4D;
	font-weight: 500;
}
.Cont-SolTex i {
	color: #FFE352;
}
@media screen and (max-width: 991px) {
	.Cont-Sol1 {
		padding: 4% 0% 4% 0%;
	}
	.Cont-SolIMg img {
		width: 80%;
		display:block;
		padding-top: 10%;
		margin:auto;
	}
	.Cont-SolTex {
		border-left: 2px solid #ff5959;
		padding-left: 3%;
	}
	.Cont-SolTex h1 {
		color: #1C355E;
		font-weight: 800;
		font-size: 25px;
	}
	.Cont-SolTex p {
		color: #4D4D4D;
		font-weight: 500;
		font-size: 15px;
	}
	.Cont-SolTex i {
		color: #FFE352;
	}
}
@media screen and (max-width: 575px) {
	.Cont-Sol1 {
		padding: 4% 4% 4% 4%;
	}
	.Cont-SolIMg img {
		width: 30%;
		display:block;
		padding-top: 5%;
		padding-bottom: 5%;
		margin:auto;
	}
	.Cont-SolTex {
		border-top: 2px solid #ff5959;
		border-left: 0px solid #ff5959;
		padding-left: 3%;
	}
	.Cont-SolTex h1 {
		color: #1C355E;
		font-weight: 800;
		font-size: 25px;
		text-align: center;
	}
	.Cont-SolTex p {
		color: #4D4D4D;
		font-weight: 500;
		font-size: 15px;
		text-align: center;
	}
	.Cont-SolTex i {
		color: #FFE352;
		text-align: center;
	}
}
.inicio-formu1 img{
	width: 100%;
}
.text-aviso h1{
	margin-top: 3%;
	margin-bottom: 3%;
	color: #1C355E;
	font-weight: 900;
	text-align: center;
}
.text-aviso h2{
	color: #4D4D4D;
	font-weight: 700;
	font-size: 20px;
}
.text-aviso p {
	color: #4D4D4D;
}
.Img-Ini01 img{
	width: 100%;
	z-index: -3;
	position: relative;
	margin-top: -15%;
}
.pay-ini {
	padding: 2% 0% 2% 0%;
}
.pay-ini img {
	width: 40%;
	display:block;
	margin:auto;
}
.pay-ini1 {
	border-left: 2px solid #A7A8A9;
}
.pay-ini1 h1 {
	color: #4D4D4D;
	font-size: 20px;
	text-align: center;
	padding-top: 20%;
	font-weight: 600;
}
@media (max-width: 575px) {
	.pay-ini {
		padding: 2% 4% 2% 4%;
	}
	.pay-ini img {
		width: 40%;
		display:block;
		margin:auto;
		padding-bottom: 2%;
	}
	.pay-ini1 {
		border-left: 0px solid #A7A8A9;
		border-top: 2px solid #A7A8A9;
	}
	.pay-ini1 h1 {
		color: #4D4D4D;
		font-size: 18px;
		text-align: center;
		padding-top: 10%;
		font-weight: 600;
	}
}
.produ-btn {
	margin-bottom: 2%;
}
.produ-btn a {
	text-decoration: none;
}
.produ-btn-azul, .produ-btn-rojo {
	background-color: #ffe352;
	padding: 6% 3% 3% 3%;
	margin-bottom: 5%;
	border-radius: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	/* Añadimos flexbox para mantener el mismo tamaño en todas las tarjetas */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 300px; /* Puedes ajustar este valor según lo necesario */
}

.produ-btn-azul:hover {
	transform: translate(-10px, -10px);
	box-shadow: 10px 10px 0px #ffe352;
	background-color: #4169f0;
}

.produ-btn-rojo:hover {
	transform: translate(-10px, -10px);
	box-shadow: 10px 10px 0px #ffe352;
	background-color: #ff5959;
}

.produ-btn-azul img, .produ-btn-rojo img {
	width: 90%;
	border-radius: 20px;
	display: block;
	margin: auto;
}

.produ-btn-azul p, .produ-btn-rojo p {
	margin-top: 6%;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
}

@media (max-width: 768px) {
	.produ-btn-azul img, .produ-btn-rojo img {
		width: 85%;
	}
	.produ-btn-azul p, .produ-btn-rojo p {
		font-size: 18px;
	}
}
@media (max-width: 576px) {
	.produ-btn-azul img, .produ-btn-rojo img {
		width: 100%; /* Reduce el tamaño de la imagen en pantallas pequeñas */
	}
	.produ-btn-azul p, .produ-btn-rojo p {
		font-size: 15px; /* Ajusta el tamaño de la fuente en pantallas pequeñas */
	}
	.produ-btn-azul, .produ-btn-rojo {
		background-color: #ffe352;
		padding: 6% 5% 3% 5%;
		margin-bottom: 8%;
		border-radius: 20px;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		/* Añadimos flexbox para mantener el mismo tamaño en todas las tarjetas */
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 250px; /* Puedes ajustar este valor según lo necesario */
	}
}
/*productos */
.ini-productos::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/* Gradiente de sombra de izquierda (oscuro) a derecha (transparente) */
	background: linear-gradient(to right, rgba(28, 53, 94, 0.9) 30%, rgba(0, 0, 0, 0) 70%);
	pointer-events: none; /* Asegura que no interfiera con los elementos interactivos */
}
.ini-productos h2 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 900;
	z-index: 3;
	position: relative;
}
.Cont-prod-00 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.Cont-prod-00 h6 {
	color: #A7A8A9;
	padding: 3% 12% 0% 12%;
	font-size: 12px;
}
.Gale-01 {
	padding-left: 20%;
}
.des-pr-01 {
	padding-right: 20%;
}
.des-pr-01 h1 {
	color: #1C355E;
	font-weight: 800;
	margin-bottom: 5%;
}
.des-pr-01 h2 {
	color: #1C355E;
	font-weight: 700;
	font-size: 20px;
	margin-top: 3%;
	margin-bottom: 3%;
}
.des-pr-01 p {
	color: #4D4D4D;
	text-align: justify;
	font-weight: 500;
}
.des-pr-01 b {
	color: #4169f0;
	font-weight: 700;
}
.des-nar-01 {
	padding: 3%;
	background-color: #ff5959;
	border-radius: 20px 0px 0px 20px;
	margin-top: 4%;
	margin-bottom: 4%;
}
.des-nar-01 h2 {
	color: #ffffff;
}
.des-nar-01 p {
	color: #ffffff;
}
.pd-img-Ini {
	padding: 2%;
}
.pd-img-Ini img {
	width: 80%;
	border-radius: 25px;
	border: solid 10px #fee453;
	display:block;
	margin:auto;
	box-shadow: 5px 5px 0px #4169f0;
}
.pd-baj {
	margin-top: 3%;
	padding: 0px 11% 0px 11%;
}
.pd-img-baj img {
	width: 90%;
	border-radius: 25px;
	border: solid 5px #fee453;
	display:block;
	margin:auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pd-img-baj img:hover {
	transform: translate(-10px, -10px);
	box-shadow: 5px 5px 0px #FF5959;
} 
@media (max-width: 991px) {
	.Cont-prod-00 {
		padding-top: 3%;
		padding-left: 9%;
		padding-right: 9%;
		padding-bottom: 3%;
	}
	.Gale-01 {
		padding-left: 0%;
	}

	.des-pr-01 {
		padding-right: 0%;
	}
	.pd-baj {
		margin-top: 3%;
		padding: 0px 11% 0px 11%;
	}
	.pd-img-baj img {
		width: 100%;
		border-radius: 20px;
		border: solid 5px #fee453;
		display:block;
		margin:auto;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	.pd-img-baj img:hover {
		transform: translate(-10px, -10px);
		box-shadow: 5px 5px 0px #FF5959;
	} 
	.des-nar-01 {
		padding: 3%;
		background-color: #ff5959;
		border-radius: 20px 20px 20px 20px;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.des-nar-01 h2 {
		color: #ffffff;
	}
	.des-nar-01 p {
		color: #ffffff;
	}
}