@media only screen
  and (min-device-width : 320px)
  and (max-device-width : 568px) { 

    /* Aquí van los estilos */

 .row m-5 {
        display: none;
          }

.m-5 {
  margin: 1rem !important;
}

  .color-blanco{
   margin-left: -20px 0px 0px 0px;
  }        

.miga {
  margin-top: -137px;
  height:40px;
}


 .navbar-collapse-menu-govco {
  z-index: 2;
  position: absolute;
  top: 3.563rem;
  width: 100%;
  margin: 0;
  left: 0;
   transition: none !important;
  border-bottom: 0.188rem solid #004884;
}

.paso{
  /*margin-top:-26spx;*/
  text-align:center;
  
 /** padding-bottom:33px;*/
  float: left;
  display: block;
  position: absolute;
  }

.fondo-menu{display:inline-block;
    /*width:50%;*/
    margin:0px 10px 10px 10px;
    padding:22px 5px 5px 10px;
    height: 1%;
    background-color:#2ab9cb;
    border:1px solid #f1f1f1;
    text-align:center;
    color:#fff;   
    min-height: 69px;}

 .fondo-menu:hover{
    background-color:#004884;
    color:#fff;
    height: 100%;
    }


.subir {
  margin-top: -9px;
}

.footer-wLogo{
  float: left;
  text-align:center;
  display:block;

}

.footer-logo{
  margin-top: -117px;
}



.btn-govco{
  line-height: 0.8rem !important;
  font-size: 11px !important;
}


table {
           width:90%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:70%;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }

       td, th{
        padding: 0;
       }



 img.mediana{width: 310px; height: 100px;}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 2px;
}
 

  }
