*{ 
   margin:0px;
   margin:0px;
   box-sizing:boder-box; /* asegura que el borde y relleno esten incluidos en el ancho y alto  de los elemetos */
}
/* ============================================================================ */
html{
   margin:0px;
   height:100%;
}
/* ============================================================================ */
.bodyMain {
   width: 100%;
   box-sizing: border-box;
   background: url(../../../public/images/fondo_remdiz.png);  
   display: flex;
    justify-content: center;
}
/* ============================================================================ */
.containerMain {
   width: 400px;
   background: url(../../../public/images/fondo_remdiz.png);  
   /*display: grid;
   min-height: 100vh;
   grid-template-rows: auto 1fr auto;    */
}
/* ============================================================================ */
.headerMain {
   width: 100%;
   height: 100px;
   background: #FFFFFF;
   background: url(../../public/images/banner_x.png);  
      background-repeat: no-repeat;
    background-size: 100% 100%;
   border-radius: 5px;
   border: 1px solid #008000;
   display: flex;
   align-items: center;
   justify-content: center;
   }
/* ============================================================================ */
.background-overlay {
  background: rgba(48, 51, 107,.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================================ */
.containerArticles {
   margin: auto ;
   margin-top: 0px;
   border: 1px solid #008000;
   border-radius: 10px;
   /*padding-top: 20px;
   padding-bottom: 20px;*/
   width: 100%;
   background: #FFFFFF;
  
/*    background-repeat: no-repeat;
    background-size: 100% 100%;
	*/
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   overflow: hidden;
   min-height: calc(100vh - 150px);
}
/* ============================================================================ */
.lineCss {
   width: 100%;
   height: 4px;
   box-sizing: border-box;
}
/* ============================================================================ */
#footer-main {
   border: 1px solid #008000;
   border-radius: 5px;
   color: #FFFAAF;
   background:#A600A6; 
   margin: auto ;
   width: 100%;
   line-height: 30px;
   text-align:center;
}