.teste1 {
	background-color: red !important;
	/*margin: 300px !important;*/
}

.card-header {
    padding: var(--card-cap-padding-y)var(--card-cap-padding-x);
    color: var(--card-cap-color);
    background-color: #e0dace;
    border-bottom: 0px;
    margin-bottom: 0;
   
}


.container-header {
	color: #000000;
    background-color: #ffffff;
    background-image: none; 
    margin-bottom: 30px;	
}

.container-below-top, .container-topbar {
    color: #000;
    background-color: #ffffff;
	background-image: url('http://www.marleneferraz.pt/images/banner_fioumbilical_mf_3000x390px.jpg');
	background-position: center;
  	background-repeat: no-repeat;  
  	margin-top: -15px;   
}

.card {
    /*position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;*/
    border: 0px solid #dfe3e7;
    /*border-radius: .25rem;*/
}

.container {
    display: grid;
    background-color: #e0dace;
    max-width: 1320px;
    /*padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;*/
}
/*
.row {
  width: 100%;
  max-width: 100%;
}*/

/* 
.grid-child {
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    
    background-color: #ffffff;
	background-image: url('http://www.marleneferraz.pt/2022/images/top_banner_mf.png');
	background-position: center;
  	background-repeat: no-repeat;    
}
*/


.grid-child container-teste { 
    background-color: #ffffff;  
}

.card-body {
    flex: 1 1 auto;
    /*padding: 20px;*/
    padding-top: 20px;
	padding-bottom: 20px;
	/*padding-left: 40px;
	padding-right: 40px;*/
    background-color: #e0dace;
}

body:not(.has-sidebar-right) .site-grid .container-component {
    grid-column-end: main-end;
    margin-top: 40px;
}

/*
.container-component {
  grid-area: comp;
    background-color: #ffffff;
	background-image: url('http://www.marleneferraz.pt/2022/images/bckg_bottom_mf.png');
	background-position: center bottom;
  	background-repeat: no-repeat;      
}*/

.container-component > *, .container-sidebar-left > *, .container-sidebar-right > * {
    margin-bottom: -25px;
	/*background-image: url('http://www.marleneferraz.pt/images/bckg_bottom_mf.png');*/
	background-position: center bottom;
  	background-repeat: no-repeat; 
}

.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
    margin-top: 1em;
    margin-left: 40px;
    margin-right: 40px;
}


.footer {
    margin-top: 1em;
    color: #fff;
    background-color: #868f7c;  
	background-image: url('http://www.marleneferraz.pt/images/footer_fioumbilical_mf_3000x390px.jpg');
	background-position: center bottom;
  	background-repeat: no-repeat;  
  	margin-top: 50px;   
    
}
.footer .grid-child {
    align-items: initial;
    padding-left: 65px;
	padding-right: 65px;
}

.container-bottom-a, .container-bottom-b, .container-top-a, .container-top-b {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;    
    background-color: #e0dace;
} 

.container-top-a {
	/*background-color: red !important;*/
}

/*.bottom-b card {
	background-color: red !important;
}*/

/*.card-body bottom-b {
	background-color: red !important;
}*/