:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
/*
https://es.stackoverflow.com/questions/167277/footer-en-bootstrap-4
*/
body {
  
    background: #ECE9E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: url("../img/fondo.png");
    background-repeat: no-repeat;
    /*align-content: center;*/
    background-position-x: center;
    /*background-position-y: bottom;*/
    

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.main {
  flex: 1;
}

.encabezado {
    text-align: left;
    color: #da251c;
    vertical-align: top;
    border:4px solid #002a53;
    border-collapse: collapse;
    padding: 0.3em;
    caption-side: bottom;  
    background-color: #efefef;
}
.mifilas {
  color: #da251c;
}
  .img_footer_right{
    margin-top: -50px;
    background-image: url("../img/1.png");
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
  }
  .img_footer_left{
    background-position: center left;
    background-repeat: no-repeat;
  }

  /* modal */
  .mi__modal {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: none;
  }
  .modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .modal__img {
    width: 50%;
  }

  .modal__boton {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #DE423A;
    font-size: 2.5em;
    text-align: center;
    border-radius: 50%;
  }
  .modal--open{
    display: block;
  }
  .gallery_img {
    cursor:default;
  }



  footer{
    color: white;
  }
  
  