.sliderBigAnnouncements {
    display: flex;
    margin: 0px auto;
    position: relative;
    right: 51px;
}
.noSliderBigAnnouncements{
    display: flex;
    margin: 0px auto;
    justify-content: space-around;
    height: 170px;
    background: white;
    border-radius: 30px;
    padding-top: 1%;
    box-shadow: -4px 3px 4px 0 rgb(194, 194, 194) !important;
    position: relative;
    background: white;
    width: 80vw;
    right: 150px;
    position: relative;
    }

.title-big-providers{
    padding-bottom: 11px;
}
.title-big-providers h2{
    color: #3a3a3a !important;
    font-size: 22px;
    text-align: center;
}
.title-big-providers span{
    color:#ffc73d !important;
    font-size: 22px;
    text-align: center;
}
.title-small-providers{
    margin: 0px auto;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 5px;
}
.title-small-providers h2{
    color: #3a3a3a !important;
    font-size: 22px;
}
.title-small-providers span{
    color:#ffc73d !important;
    font-size: 22px;
}
.card {
    position: relative;
    box-shadow: -4px 3px 4px 0 rgb(194, 194, 194) !important;
    padding-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
    border-radius: 200px !important;
    width: 105px !important;
    height: 105px !important;
    border: solid 2px #ffc73d;
}

.card-image img {
    border-radius: 300px;
    border-top-right-radius: 300px !important;
    border-top-left-radius: 300px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    position: relative;
    left: 25px;

}

.tns-liveregion {
    display: none !important;
}

.card-copy{
    text-align: center;
    margin: 7px 0px;
    padding: 5px;
    width: 150px;
}
    
#tns1-iw {
    margin: 0px !important;
    }

.containerSliderBigAnnouncements{
    width: 100%;
    background-color: #f5f5f5;
    padding: 16px 287px;
    background: linear-gradient(360deg, rgb(247, 247, 247) 38%, rgb(245, 245, 245) 79%, rgb(252, 252, 252) 113%);
    }
    
    .background-containerBigAnnoncementes{
    background: white;
    display: flex;
    justify-content: center;
    padding: 13px 0px;
    width: 80%;
    margin-left: 10%;
    border-radius: 50px;
    }

    #tns1 > .tns-item{
    background: white;
    padding: 26px 109px 50px 0px;
    width: calc(0%) !important;
    padding-right: 0px !important;
    }

    #tns1 > .tns-item {
    margin: 0px auto;
    }

    .tns-ovh {
    overflow: hidden;
    border-radius: 36px;
    width: 1152px;
    position: relative;
    right: 220px;
    }
    .card-body{
    display: grid;
    justify-content: center;
    }
    .tns-controls{
    display: block !important;
    }

.arrow-announcement-left{
    position: relative;
    right: 197px;
    top: 120px;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 11px solid #dfdddd;
    border-bottom: 16px solid transparent;
    border-left: 0;
    background: transparent !important;
    padding: 0px;
    z-index: 100000;
}

.arrow-announcement-right{
    position: relative;
    top: 120px;
    left: 125%;
    content: ''; 
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 11px solid #dfdddd;
    border-bottom: 16px solid transparent;
    border-right: 0;
    background: transparent !important;
    padding: 0;
    z-index: 100000;
}
.tns-inner{
    background: white;
}
#tns1-mw {
    width: 90vw;
    box-shadow: 8px 6px 15px #eaeaea;
}

@media (max-width: 320px){
    #tns1-mw {
        width: 80vw;
        position: relative;
        right: 266px;
    }   
    .sliderBigAnnouncements{
        position: relative;
        margin: 0 -30px;
    }
    .noSliderBigAnnouncements{
        position: relative;
        right: 234px;
        background: white;
        width: 250px;
    }
    .cardNoslider{
        right: 18px;
        margin-top: 15px !important;
    }
    }
    @media (min-width:300px) and (max-width:450px){
        .card, .card-panel {
            margin: 0.5rem -66px 1rem 0px !important;}
        #tns1-mw {
        width: 80vw;
        position: relative;
        right: 254px;
        margin-bottom: 12px;
        margin-top: -41px;
        }
        #tns1-iw {
            margin: 0px auto !important;
            display: grid;
            justify-content: center;}
        .sliderBigAnnouncements{
        position: relative;
        right: 48px;
        }
        .noSliderBigAnnouncements{
            position: relative;
            left: -264px;
            background: white;
            width: 315px;
            }
        .title-big-providers{
        padding-bottom: 28px;
        position: relative;
        right: 289px;
        top: 27px;
        display: grid;
        width: 100vw;
        text-align: center;
    }
    .title-big-providers h2, .title-big-providers span {
        font-size: 18px;
        text-align: center;
    }
    .title-small-providers{
        margin-top: -2px;
    }
    .title-small-providers h2, .title-small-providers span{
        font-size: 18px;
    }
    .prov-filters-container.open {
        justify-content: center;
        display: grid;
    }
    .prov-filters-row1.open .item-filter:first-child{
        text-align: center !important;
    }
    .prov-filter-btn button {
        font-size: 12px;
    }
    .icon-chevron-down:before{
        font-size: 10px;
    }
    .cardNoslider{
        right: 37px;
        margin-top: 15px !important;
    }
}

    @media (min-width: 451px) and (max-width: 699px){
        .title-big-providers{
        padding-bottom: 28px;
        position: relative;
        right: 292px;
        top: 22px;
        display: grid;
        width: 100vw;
        text-align: center;
    }
    .cardNoslider{
        right: 18px;
        margin-top: 15px !important;
    }
    .title-small-providers{
        margin-top: -2px;
    }
    .title-small-providers h2, .title-small-providers span{
        font-size: 30px;
    }
        #tns1 > .tns-item {
        margin: 0px auto;
        width: 1.6% !important;
        padding-right: 0px !important
        }
    #tns1-mw {
        width: 80vw;
        position: relative;
        right: 221px;
        margin-top: -59px;
    }
    .sliderBigAnnouncements{
        position: relative;
        left: 5vw;
    }
}

@media (min-width: 700px) and (max-width: 1200px){
    #tns1 > .tns-item {
    margin: 0px auto;
    width: 1.6% !important;
    padding-right: 0px !important
    }
    #tns1-mw {
        width: 90vw;
        position: relative;
        right: 235px;
        margin-bottom: 12px;
        margin-top: -21px;
    }
    .sliderBigAnnouncements{
        position: relative;
        right: 2px;
    }
    .tns-ovh{
        width: 275%;
        RIGHT: 239PX;
    }
    .title-small-providers{
        margin-top: -2px;
    }
    .title-small-providers h2, .title-small-providers span{
        font-size: 26px;
    }
    .title-big-providers h2, .title-big-providers span{
        font-size: 26px;
        text-align: center;
    }
    .title-big-providers{
        width: 47vw;
        right: 67px;
        position: relative;
        text-align: center;
    }
}
@media (min-width:1400px) {
    .arrow-announcement-right{
        left: 109% !important;
        top: 117px;
    }
    .arrow-announcement-left{
        right: 200px;
        top: 117px;
    }
}
@media (min-width:1090px) and (max-width: 1199px){
    .arrow-announcement-right{
        top: 122px;
        left: 130%;
    }
    .arrow-announcement-left{
        right: 200px;
        top: 122px;
    }
    .title-big-providers{
        right: 1px !important;
    }
}
@media (min-width:950px) and (max-width: 1089px){
    .arrow-announcement-right {
        left: 60vw;
    }
    .noSliderBigAnnouncements{
        right: 230px !important;
        width: 90vw;
    }
}

@media (min-width:710px) and (max-width: 949px){
    .arrow-announcement-right {
        left: 55vw;
        top:100px
    }
    .arrow-announcement-left {
        top: 100px;     
        right: 211px;
    }
    .noSliderBigAnnouncements{
        right: 235px !important;
        width: 90vw;
    }
}
@media (min-width: 596px) and (max-width: 709px){
    .arrow-announcement-right {
        left: 37vw;
        top:112px;
    }
    .arrow-announcement-left {
        top: 112px;     
    }
    .noSliderBigAnnouncements{
        right: 235px !important;
        width: 90vw;
    }

    
}
@media (min-width: 451px) and (max-width: 595px){
    .arrow-announcement-right {
        left: 26vw;
        top:55px;
    }
    .arrow-announcement-left {
        top: 88px;
    }
    .noSliderBigAnnouncements{
        right: 65px !important;
    }
}

@media (min-width: 381px) and (max-width: 450px){
    .arrow-announcement-right {
        left: 26px;
        top:74px;
        border-top: 12px solid transparent;
        border-left: 10px solid #dfdddd;
        border-bottom: 12px solid transparent;
        
    }
    .arrow-announcement-left {
        right: 215px;
        top: 100px;
        border-top: 12px solid transparent;
        border-right: 10px solid #dfdddd;
        border-bottom: 12px solid transparent;
        }

    .noSliderBigAnnouncements{
        width: 375px !important;
    }
}

@media (max-width: 380px){
    .arrow-announcement-right {
        left: 5px !important;
        top: 76px;
        border-top: 10px solid transparent;
        border-left: 8px solid #dfdddd;
        border-bottom: 10px solid transparent;
    } 
    
    .arrow-announcement-left {
        right: 215px;
        top: 100px;
        border-top: 10px solid transparent;
        border-right: 8px solid #dfdddd;
        border-bottom: 10px solid transparent;
        }
}

.colorLinkBigProvider{
    color: #3A3A3A;
}

@media(min-width:1300px) and (max-width:1330px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 124% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}
@media(min-width:1331px) and (max-width:1366px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 122% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1367px) and (max-width:1420px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 120% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1421px) and (max-width:1490px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 118% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1491px) and (max-width:1555px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 116% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1556px) and (max-width:1600px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 115% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1601px) and (max-width:1646px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 114% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1647px) and (max-width:1700px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 113% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1701px) and (max-width:1755px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 111% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}

@media(min-width:1756px) {
    .arrow-announcement-right {
        position: relative;
        top: 120px;
        left: 109% !important;
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 11px solid #dfdddd;
        border-bottom: 16px solid transparent;
        border-right: 0;
        background: transparent !important;
        padding: 0;
        z-index: 100000;
    }
}