header .superior .telefonos .telefono a {
    font-size: 24px;
    color: #008baf;
    padding-left: 42px;
    line-height: 30px;
    background-image: url(http://desarrolloweb.iosfa.gob.ar/img/telefonito.svg);
    background-size: auto 30px;
    background-position: 0;
    background-repeat: no-repeat;
  }
  header .superior .telefonos .telefono p {
    font-size: 12px;
    color: #008baf;
    position: absolute;
    margin-top: -10px;
    margin-left: 44px;
    font-size: 12px;
    font-weight: 700;
  }
  header .superior .telefonos .emergencias {
    border-left: 1px solid #008baf;
    margin-left: 25px;
    padding-left: 15px;
  }
  .mail-tel {
    display: none;
    text-align: right;
    color: #008baf;
    font-size: 1em;
    font-weight: 400;
  }
  .appDigital {
    text-align: right;
    color: #008baf;
    font-size: 1em;
    font-weight: 400;
  }
  .appDigital1 {
    text-align: right;
    color: #008baf;
    font-size: 1em;
    font-weight: bold;
  }
  .logo-descarga {
    width: 60px;
  }
  .logo-10-anos {
    max-height: 47px;
    padding: 0px 0px 0px 0px;
  }
  .caja-10-anos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    width: 250px;
  }
  .caja-app-digital {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    width: 250px;
  }
  .diome {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  @media only screen and (max-width: 850px) {
    header .superior .telefonos .telefono p {
      position: absolute;
      margin-top: -10px;
      margin-left: 46px;
      font-size: 12px;
      font-style: bold;
      color: #008baf;
      font-weight: 700;
    }
    header .superior .telefonos .emergencias {
      border-left: 0 solid #008baf;
      margin-top: 15px;
      padding-top: 15px;
      margin-left: 0;
    }
    .mail-tel {
      display: none;
    }
  }
  @media only screen and (max-width: 650px) {
    header .superior .telefonos .telefono p {
      position: absolute;
      margin-left: -38px;
      font-size: 12px;
      font-style: bold;
      color: #008baf;
      font-weight: 700;
      text-align: center;
      width: 100%;
    }
    header .superior .telefonos .emergencias {
      border-left: 0 solid #008baf;
      margin-top: 15px;
      padding-top: 15px;
      margin-left: 0;
    }
    .mail-tel {
      display: none;
    }
    .caja-app-digital {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: flex-end;
      justify-content: center;
      align-items: center;
      font-size: 1.2em;
    }
    .diome {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      align-content: center;
    }
    .logo-10-anos {
      padding: 25px 0px 0px 25px;
    }
    .logo-descarga {
      width: 60px;
    }
  }
  .destacado-2 .texto a {
    color: #fff;
    text-decoration: revert;
  }
  
  footer .defensa {
    font-size: 0;
    margin: 0 auto;
    display: block;
    width: 228px;
    height: 68px;
    background-image: url(../img/2024-minidef-blanco.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  footer {
    padding: 30px;
    background-image: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #3c3c3b;
  }
  footer .logo {
    display: block;
    width: 224px;
    height: 78px;
    background-image: url(../img/iosfa-simplificado-blanco.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
  }
  footer .dire{
    vertical-align: baseline;
    padding-top: 5px;
  }
  footer p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
  }
  footer a.mapa {
    display: block;
    margin-top: 0px;
  }
  footer .ministerio {
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  footer .menu {
      text-align: center;
  }
  footer .menu a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
  }
  
  footer .menu a:nth-child(4n+2) {
    border-left: white 1px solid;
    border-right: white 1px solid;
  }
  @media (max-width: 650px) {
    header .superior .col:first-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
  }
  .comercios{
    min-height: 25vh;
  }