
/*
    Estilos para los logos
*/

/* Para celulares - tablets */
@media only screen and (max-width: 800px){
  .logos img
  {
    width: 50px;
  }
}
/* Para celulares - tablets - portatiles - escritorio */
@media only screen and (min-width: 800px) {
  .logos img
  {
    width: 65px;
  }
}

/* Para portatiles - escritorio con alta definición */
@media only screen and (min-width: 1500px) {
  .logos img
  {
    width: 120px;
  }
}

.logos{
    z-index: 99;
    position: fixed;
    bottom: 3em;
    left: 1em;
    opacity: 1;
    /* background: rgba(255,255,255,0.1); */
  }

.borderless td, .borderless th {
    border: none !important;
}