#index #dd_banner {
	position: relative;
	margin-bottom: 100px;
}
#index #dd_banner .background-container {
	max-width: 100%;
	width: auto;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
  	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/*
#index #dd_banner .imagen-fondo {
	position: relative;
	width: 100%;
}
*/	

#index #dd_banner .background-container picture {
	text-align: center;	
}	
#index #dd_banner .background-container img {
	max-width: 100%;
	width: 250px;
  	height: 250px;
	object-fit: contain;
	margin: 0 auto;
}

#index #dd_banner .background-text {
	border-radius: 22px;
	padding: 0;
	margin-top: 30px;
}

#index #dd_banner .bloque-texto {
	max-width: 100%;
 	width: 100%;
  	height: 100%;
	background-size: contain;
  	background-repeat: no-repeat;
  	background-position-x: right;
	display: flex;
  	flex-direction: column;
  	justify-content: center;	
}

#index #dd_banner .titulo {
	color: #1D1D1B;
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}
#index #dd_banner .descripcion {
	color: #1D1D1B;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 20px 0px;
	text-align: center;		
}
#index #dd_banner .enlace-link {
	width: max-content;
	margin: 0 auto;	
}
#index #dd_banner .boton {
	display: flex;
	padding: 8px 30px 8px 30px;
	justify-content: center;
	align-items: center;
    width: max-content;
	max-width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	border-radius: 200px;
	background: #1D1D1B;
	transition: 0.2s;	
}

#index #dd_banner .boton:hover {
	background: #B01E27;
}

@media (min-width: 768px) {
	#index #dd_banner {
		margin-bottom: 150px;
	}
	#index #dd_banner .background-container picture {
		text-align: right;
		padding-left: 0px;
  		padding-right: 30px;
	}
	#index #dd_banner .background-container img {
		max-width: 100%;
		width: 345px;
  		height: 345px;	
	}	
	#index #dd_banner .titulo {
		text-align: left;
		font-size: 35px;
	}
	#index #dd_banner .descripcion {
		text-align: left;
		font-size: 18px;		
	}
	#index #dd_banner .bloque-texto {	
	  	padding-left: 0px;
	}
	#index #dd_banner .enlace-link {
  		margin-left: 0;
	}
}	

@media (min-width: 1200px) {
  	#index #dd_banner {
    	margin-bottom: 200px;
		width: 1080px;
    	margin-left: auto;
    	margin-right: auto;
    	max-width: 100%;
	}
}	
