@import url('https://fonts.googleapis.com/css2?family=Antic+Slab&family=Roboto:wght@100;400;700&display=swap');
.header-inner .sub {
    font-size: 14px;
    color: #eee;
    left: 0px;
    bottom: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
.header .logo-wrapper {
    padding-bottom: 17.85%;
    position: relative;
}

.header-inner a.btn {
    margin: 20px 0;
}

.header .logo .logo-inner {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    background: url(../images/logo-fm-capital-salta.png) 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    margin: 0;
}
#collapseClima{
    margin: 0 auto;
}
.header-iconos{
    margin: 15px;
}

.header-iconos > a{
    margin: 5px;
}
.header .collapse{
    margin: 0 auto;
    text-align: center;
}
.header .collapse > h2{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    background: #222;
    color: #eee;
}
.clima-tutiempo{
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}
.clima-tutiempo > div{
    display: inline-block;
    margin:  0 auto;
    text-align: center;
}
.menu-header-superior {
    margin-bottom: 10px;
    text-align: right;
}
.menu-header-superior > ul {
    display: inline-block;
}
.menu-header-superior .nav-tabs.nav-tabs-inverted{
    border-top-color: transparent;
}
.menu-header-superior ul > li > a {
    background-color: transparent;
    color: #D81860;
    padding: 6px 10px;
    font-size: 90%;
}
.menu-header-superior .nav > li > a:hover,
.menu-header-superior .nav > li > a:focus {
    background-color: #D81860;
    color: #ccc;
}
.sub-header {
    background-color: #3bb8a1;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.sub-header .row > [class*="col-"]:first-child{
    text-align: left;
}

.sub-header .row > [class*="col-"]:last-child{
    text-align: right;
}

#fechahora{
    background: transparent;
    color: #928288;
}
