.fondo{
	background-image: url('/../Linea_Grafica/Fondos/4.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.introducionP{
	background-color: rgba(83, 118, 120, 0.7);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	margin-top: 120px;
}
.filtro{
	background-color: rgba(83, 118, 120, 0.9);
}	
.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: 0% 2%;
	justify-content: center;
	align-content: center;
}

#imgPreview img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.cont_productos{
	padding: 3% 0%;
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*background-image: url('/../CupandaWeb/Linea_Grafica/Fondos/4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}
.cont_txt2{
	padding: 2% 5%;
	display: flex;
	color: white;
	text-align: justify;
}
.cont_txt2 ul{
    padding: 1% 2%;
}
.cont_txt2 li{
	padding: 5px;
}	
.cont_txt2 img{
	object-fit: cover;
	width: 15vw;
	height: 100%;
}
.org{
	padding: 0 2%;
}
.targetas {
    position: relative;
    background-color: #DEE9A6;
	background-image: url('/../Linea_Grafica/Fondos/3.jpg'); 
    background-size: 300px;
    background-repeat: ;
    background-position: center;
    width: 85%;
    text-align: justify;
    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: 20%; /* Ajustado el ancho al 50% del contenedor principal */
    height: 15%;
   	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: 28px;
	/*text-align: center;*/
	color: #425B6D;
}
.datosT ul{
    padding: 1% 2%;
    color: #425B6D;
}
.datosT li{
	padding: 5px;
}	
.datosT p{
	padding: 1% 0.5%;
	/*font-size: 90%;*/
	text-align: justify;
	overflow: hidden;
	/*color: #738935;*/
	color: #425B6D;
}
@media(max-width:1240px){
	.introducionP{
	}
	.cont_txt2 img{
		display: none;
	}
}