.ton-header {
    width: 100%;
    padding: 0 20px;
    background-color: #F8F8F8;
    z-index: 5;
    top: 0;
}

.ton-header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "NunitoSans-Bold";
    color: #646060;
}

.ton-header-wrapper span{
    padding-top: 3px;
}

.ton-header-social-link {
    display: flex;
    gap: 15px;
}

.ton-header-social-link a {
    border: 1px solid #9d9d9d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease-in;
    border-radius: 50%;
}

.ton-header-social-link .youtube:hover {
    background: #780c06;
    filter: brightness(2);
    transform: scale(1.15);
    border: 1px solid #780c06;
}

.ton-header-social-link .youtube:hover img.ton-header-social-icon {
    filter: brightness(1);
}

.ton-header-social-link .instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    filter: brightness(2);
    transform: scale(1.15);
    border: 1px solid linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.ton-header-social-link .instagram:hover img.ton-header-social-icon {
    filter: brightness(1);
}

.ton-header-social-link .twitter:hover {
    background: #000;
    filter: brightness(2);
    transform: scale(1.15);
    border: 1px solid #000;
}

.ton-header-social-link .twitter:hover > svg > path {
    fill:#fff;
}

.ton-header-social-link .twitter:hover img.ton-header-social-icon {
    filter: brightness(1);
}

.ton-header-social-link .facebook:hover {
    background: #011c34;
    filter: brightness(2);
    transform: scale(1.15);
    border: 1px solid #011c34;
}

.ton-header-social-link .facebook:hover img.ton-header-social-icon {
    filter: brightness(1);
}

.ton-header-social-link a img.ton-header-social-icon {
    width: 19px;
}

.ton-weather {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ton-weather span{
    padding-top: 2px;
    font-family: "NunitoSans-Bold";
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #4A4A4A;
    text-transform: uppercase;
    opacity: 1;
}

.ton-location-container {
    align-items: center;
    gap: 20px;
    margin-left: 150px;
}
.ton-location-container.ton-location-container-pe {
    margin-left: 350px!important;
}

.ton-arrow-icon {
    padding-top: 1px;
}

.mobile {
    display: none;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    padding: 10px 0;
}

.ton-weather-mobile {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ton-weather-mobile span{
    padding-top: 2px;
    font-family: "NunitoSans-Bold";
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #4A4A4A;
    text-transform: uppercase;
    opacity: 1;
}

.ton-location-container-mobile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ton-location-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 40px;
    background-color: #00529E;
    box-shadow: 0px 5px 10px #00529E0D;
    border-radius: 50px;
    gap: 10px;
}

.ton-location-mobile span{
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
}

.ton-arrow-icon-mobile {
    padding-top: 1px;
}

.ton-location-icon-mobile {
    width: 15px !important;
    height: 15px !important;
}

.ton-header-assine {
    padding: 12px 20px;
    background-color: #F5CB03;
    box-shadow: 0px 5px 10px #0000000D;
    border-radius: 50px;
    font-family: "NunitoSans-Bold";
    color: #00529E!important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
}

.ton-header-login {
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    background-color: #00529E;
    box-shadow: 0px 5px 10px #0000000D;
    border-radius: 50px;
    padding: 8px 10px;
}

.ton-header-login h3 {
    font-family: "NunitoSans-Bold";
    color: #F8F8F8;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.ton-header-login .ton-header-user-login {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
    display: none;
}

.ton-header-search {
    background: white;
    padding: 12px 20px;
    width: 200px;
    height: 44px;
    display: flex;
    justify-content: flex-start;
    transition: all 0.5s ease-in;
    border-radius: 50px;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 5px 10px #0000000D;
}

.ton-header-search:focus-within {
    background-color: #083864;
    color: #fff;
    filter: brightness(1.4);
}

.ton-header-search input[type="text"]::placeholder {
    font-weight: bold;
    font-size: 14px;
    font-family: "NunitoSans-Regular";
    color: #9E9A99;
}

.ton-header-search input:focus::-webkit-input-placeholder {
    color: white;
    font-family: "NunitoSans-Bold";
}

.ton-header-search input[type="text"]:focus {
    color: white;
    font-family: "NunitoSans-Bold";
}

.ton-header-search img.search-img {
    width: 18px;
}

.ton-nav {
    border-top: 1px solid #E5E5E5;
    width: 100%;
    padding: 10px 0;
}

.ton-nav nav {
    max-width: 1200px;
    margin: 0 auto;
}

.ton-nav nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #4A4A4A;
    align-items: center;
    font-weight: bold;
    font-family: "NunitoSans-Bold";
}

.ton-nav nav ul li{
    font-size: 13px;
    letter-spacing: 0.14px;
    color: #4A4A4A;
    font-weight: bold;
    font-family: "NunitoSans-Bold";
    display: flex;
    gap: 5px;
    text-transform: uppercase;
}

.ton-nav nav ul::-webkit-scrollbar {
    display: none;
}

.ton-radio-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 195px;
    height: 39px;
}

.ton-radio-header {
    display: flex;
    align-items: center;
}

.ton-radio {
    display: flex;
    align-items: center;
    height: 20px;
    width: 163px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: solid 1px #d3d3d3;
    border-radius: 10px;
    margin-top: 7px;
}

.ton-wavesradio {
    position: absolute;
    width: 137px;
    filter: brightness(0);
    left: 15px;
}

.ton-playradio {
    width: 33px;
    height: 10px;
    position: absolute;
    padding-left: -8px;
}

.ton-radio-label {
    font-family: "NunitoSans-Bold";
    font-size: 12px;
    letter-spacing: -0.12px;
    color: #f0002d;
    text-transform: uppercase;
}

.ton-arrow-right {
    width: 10px;
    height: 10px;
    transform: scaleX(-1);
}

.ton-arrow-right:hover {
   cursor: pointer;
}

.ton-arrow-left {
    width: 10px;
    height: 10px;
}

.ton-arrow-left:hover {
    cursor: pointer;
}

/*Input select*/
.select-menu{
   
}

.arrow-container {
    background-color: #00529e;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-menu .select-btn{
    display: flex;
    height: 44px;
    width: 165px;
    /*background: #00529e;*/
    gap: 5px;
    /*border-radius: 50px;*/
    align-items: center;
    cursor: pointer;
    justify-content: center;
    /*box-shadow: 0 0 5px rgba(0,0,0,.1);*/
}

.sBtn-text {
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    color: #00529e;
    padding-top: 2px;
    padding-right: 5px;
    text-transform: uppercase;
}

.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn .ton-arrow-icon{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: absolute;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 8px;
    z-index: 4;
    background: #00529e;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
    width: 165px;
}
.select-menu.active .options{
    display: block;
}
.select-menu.active > .select-btn > .sBtn-text {
    color: #fff;
}
.options .option{
    display: flex;
    height: 45px;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 8px;
    gap: 10px;
    align-items: center;
    background: #00529e;
}
.options .option:hover{
    background: #0082faa6;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
    padding-right: 5px;
}

/*SELECT MOBILE*/

.select-menu{
   
}
.select-menu-mobile .select-btn-mobile{
    display: flex;
    height: 44px;
    width: 165px;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.sBtn-text-mobile {
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    color: #00529e;
    padding-top: 2px;
    padding-right: 5px;
    text-transform: uppercase;
}

.select-btn-mobile i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu-mobile.active .select-btn-mobile .ton-arrow-icon{
    transform: rotate(-180deg);
}
.select-menu-mobile .options-mobile{
    position: absolute;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 8px;
    background: #00529e;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
    width: 165px;
}
.select-menu-mobile.active .options-mobile{
    display: block;
}
.options-mobile .option-mobile{
    display: flex;
    height: 45px;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 8px;
    gap: 10px;
    align-items: center;
    background: #00529e;
}
.options-mobile .option-mobile:hover{
    background: #0082faa6;
}
.option-mobile i{
    font-size: 25px;
    margin-right: 12px;
}
.option-mobile .option-text-mobile{
    font-family: "NunitoSans-Bold";
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
    padding-right: 5px;
}
.top-mobile-btns {
    display: none;
}
.top-mobile-btns > #toggle-location {
    width: 60px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #6A5F5D;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}
.top-mobile-btns > #toggle-location > .text-toogle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 6px 8px;
}
.top-mobile-btns > #toggle-location > .text-toogle > span {
    display: block;
    font-family: "NunitoSans-Bold";
    font-size: 12px;
    line-height: 12px;
    color: #6A5F5D;
    padding: unset!important;
}
.top-mobile-btns > #toggle-location > .toggle-knob {
    width: 30px;
    height: 100%;
    background-color: #104B97;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.3s ease;
    display: flex;
    justify-content: center;
    font-family: "NunitoSans-Bold";
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #FFF;
}

.top-mobile-btns > #toggle-location.on .toggle-knob {
    left: 29px;
}

.top-mobile-btns > #toggle-location .toggle-knob::before {
    content: 'ES';
}

.top-mobile-btns > #toggle-location.on .toggle-knob::before {
    content: 'PE';
}
.top-mobile-btns > .top-share-btn {
    width: 18px;
    height: 19px;
    cursor: pointer;
    position: relative;
}
.top-mobile-btns > .top-share-btn.active > .share-modal {
    display: flex;
}
.top-mobile-btns > .top-share-btn > .share-modal {
    position: absolute;
    bottom: -140px;
    width: 90vw;
    max-width: 350px;
    left: -320px;
    padding: 16px 30px;
    display: none;
    justify-content: space-between;
    box-shadow: 0px 5px 10px #00000033;
    background-color: #FDFEFF;
    border-radius: 5px;
}
.top-mobile-btns > .top-share-btn > .share-modal::after {
    content: '';
    position: absolute;
    top: -58px;
    right: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-top-width: 30px;
    border-right-width: 15px;
    border-bottom-width: 30px;
    border-left-width: 15px;
}
.top-mobile-btns > .top-share-btn > .share-modal > img {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 10px;
    height: 10px;
}
.top-mobile-btns > .top-share-btn > .share-modal > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.top-mobile-btns > .top-share-btn > .share-modal > a > img {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
}
.top-mobile-btns > .top-share-btn > .share-modal > a > span {
    font-family: "NunitoSans-Regular";
    font-size: 12px;
    line-height: 12px;
    color: #4A4A4A;
    padding: unset;
}
#topResponsivo-container.reduce-top {
    min-height: 140px!important;
}
.top-hidden.reduce-top {
    min-height: 140px!important;
}
.top-hidden.reduce-top .ton-header-wrapper {
    height: 80px!important;
}
.top-hidden.reduce-top .ton-header-wrapper-date {
    display: none!important;
}
.ton-header.reduce-top .ton-header-wrapper {
    height: 80px!important;
}
.ton-header.reduce-top .ton-header-wrapper-date {
    display: none!important;
}
.ton-header .ton-nav nav ul #mw-assine-menu {
    display: none;
}
#mw-podcolunas-menu {
    display: none;
    padding: 6px 12px;
    background-color: #54E66D;
    box-shadow: 0px 5px 10px #0000000D;
    border-radius: 50px;
}
#mw-podcolunas-menu > a {
    font-family: 'NunitoSans-Regular', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
}
#mw-podcolunas-menu > a > b {
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}
@media (max-width:1050px) {

    .ton-header {
        width: 100%;
        padding: 0 !important;
    }

    .mobile {
        display: none!important;
        align-items: center;
        justify-content: center;
    }

    .ton-header-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        height: 60px;
    }

    .ton-header-social-link {
        display: none;
    }

    .ton-location-container {
        display: none;
    }
    
    .ton-header-assine {
        display: none;
    }

    .ton-header-login h3 {
        display: none;
    }

    .ton-header-search {
        display: none;
    }

    .ton-nav nav ul {
        overflow-y: scroll;
        gap: 20px;
        margin-bottom: unset;
    }

    .ton-radio {
        display: none;
    }

    .ton-radio-container {
        width: 110px;
        text-align: center;
    }

    .ton-radio-label {
        color: #00529E !important;
    }

    .ton-nav nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ton-text {
        width: 110px;
    }

    .ton-nav nav ul li {
        font-size: 12px;
        min-width: fit-content;
    }

    .ton-header-login {
        display: none;
        padding: unset;
        background-color: unset;
    }

    .ton-header-login .ton-header-user-login {
        width: 26px;
        height: 26px;
        filter: unset;
        display: unset;
    }

    .ton-logo {
        width: 205px !important;
    }

    .ton-menu-icon {
        width: 20px !important;
        height: 20px !important;
    }
    .top-mobile-btns {
        display: flex;
        align-items: center;
        gap: 16px;
    }
}
@media (max-width:700px) {

    .ton-header {
        z-index: 5;
    }
}
@media screen and (max-width: 768px) {
    .ton-header.reduce-top .ton-nav nav ul #mw-location-now {
        display: none;
    }
    .ton-header.reduce-top .ton-nav nav ul #mw-assine-menu {
        display: block;
        background-color: #F5CB03;
        color: #00529E;
        padding: 8px 12px;
        border-radius: 50px;
    }
    #mw-podcolunas-menu {
        padding: 6px 8px;
        border-radius: 20px;
    }
    #mw-podcolunas-menu > a {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.12px;
    }
}