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{
    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: block;
    }
}
@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;
}
