.background-container_index{
	background-image: url(../../assets/img/ab.jpg);
	background-size: cover;
	background-color: no-repeat;
	background-position: center;
	background-attachment: fixed; 
    position: relative;
    display: flex;
    align-items: center;
	width: 100%;
	height: 100vh;
}

/*Es el fondo transparente---------------------------*/
.card-container_index{  
    width: 45rem;
    height: 30rem;
    /* border: 3px solid #fafafa10;*/
    margin: 0 auto;
    border-radius: 1rem;

}
