.fondo{
	background-image: url('/../Linea_Grafica/Fondos/3.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.introducionP{
	background-color: rgba(83, 118, 120, 0.5);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top: 120px;
}
.filtro{
	background-image: url('/../Linea_Grafica/Fondos/4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}	
.cont_txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2% 5%;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.0);
	/*text-align: justify;*/
}
.cont_txt p{
	text-align: justify;
}	
.preview{
	display: flex;
	padding: 10% 2%;
	justify-content: center;
	align-content: center;
}

#imgPreview img{
	width: 280px;
	height: 150px;
	transition: all 5s; 
}
.slider-image2 {
    display: none;
    width: 100%;
    transition: opacity 0.5s ease-in-out; 
}
.cont_productos{
	padding: 3% 0%;
	display: flex;
    flex-wrap: wrap;
    gap: 80px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cont_txt2{
	display: flex;
	color: white;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	/*text-align: justify;*/
}
.targetas {
    position: relative;
    background-color: #DEE9A6;
    width: 350px;
    min-height: 180px;
    padding: 1% 1%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.imagen {
    position: absolute;
    display: flex;
    bottom: -10%;
    width: 50%; /* Ajustado el ancho al 50% del contenedor principal */
    height: 62%;
   	right: -8%; /* Ajustado para que la mitad de la imagen sobresalga del lado derecho */
}

.imagen img {
    width: 100%; /* Ajustado al 100% del contenedor */
    height: 100%;
    border-radius: 0 10px 10px 0; /* Añadido un radio de borde para la esquina derecha */
}

.datosT{
	overflow-y: hidden;
	height: 100%;
	padding: 1% 3%;
}
.datosT h3{
	font-size: 22px;
	/*text-align: center;*/
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}	
.datosT p{
	padding: 3% 0%;
	font-size: 90%;
	text-align: justify;
	overflow: hidden;
	/*color: #738935;*/
	color: #425B6D;
}
@media(max-width:1050px){
	#imgPreview img{
		width: 250px;
		height: 150PX;
	}
	.introducionP{
		text-align: center;
	}
	.cont_txt p{
		text-align: justify;
	}
	.cont_productos{
		padding: 4% 0%;
	}
}
@media(max-width:600px){
	.cont_txt h3{
	 font-size: 8vw;
	}
	.cont_productos{
		padding: 4% 8%;
		gap: 25px;
	}
	.imagen {
    width: 40%; /* Ajustado el ancho al 50% del contenedor principal */
    height: 52%;
	}
}