@media (min-width: 1025px){
    .desktop-no-padding-both-sizes{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main-slideshow-box{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-slideshow{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .home-en-vivo{
        margin-top: 0px;
        background: #96040d;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0px;
    }


    .slider-container{
        position: relative;
        padding-bottom: 49.25%;
        padding-top: 30px;
        height: 0px !important;
        overflow: hidden;
    }

    .slider-container img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto !important;
    }

    .main-slideshow-caption{
        background: #fff;
        padding: 15px 0px;
        position: relative;
        min-height: 180px;
    }

    .main-slideshow-caption-title{
        margin-top: 0px;
        color: #000;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-weight: 700;
        display: block;
    }

    .main-slideshow-caption-p{
        color: #000;
        font-weight: 400;
        line-height: 1.3;
        width: 518px;
    }

    .main-slideshow-go{
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: #96040d;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
    }

    .main-slideshow-go:hover{
        background: #ddd;
        color: #000;
        text-decoration: none;
    }

    .editorial-box{
        background: #3d3d3c;
        padding: 25px 25px 10px;
        margin-bottom: 25px;
    }

    .editorial-box-title{
        margin: 0px;
        background: #96040d;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        padding: 8px;
        margin-bottom: 22px;
    }

    .editorial-content{

    }

    .editorial-content-title{
        color: #fff;
        text-align: center;
        display: block;
        margin-bottom: 25px;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
    }

    .editorial-content-title:hover{
        color: #fff;
    }

    .editorial-content-date{
        color: #fff;
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .editorial-tra-logo{
        display: block;
        margin: 0px auto;
        opacity: .3;
    }

    .home-main-300x250{
        padding: 17px;
    }

    .home-main-300x250-content{
        width: 300px;
        height: 250px;
        text-align: center;
        line-height: 250px;
        background: #fff;
        margin: 0px auto;
    }

    .home-videos-container{
        position: relative;
        padding-bottom: 42.25%;
        padding-top: 30px;
        height: 0px !important;
        overflow: hidden;
    }

    .home-videos-container img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 120%;
        max-width: 120%;
        margin-left: -10px;
        margin-top: -10px;
    }

    /* bg */
    .home-grey-bg{
        padding: 25px 0px;
    }

    .white-bg{
        background: #fff;
        display: table;
        width: 100%;
    }

    .home-white-bg-header{
        color: #3d3d3d;
        font-weight: 700;
        font-size: 22px;
        border-bottom: #4c4c4c solid 2px;
        padding: 20px 30px;
        text-transform: uppercase;
    }

    .home-write-bg-content{
        padding: 30px 15px;
        display: table;
    }

    .home-white-bg-6-height{
        height: 410px;
        margin-bottom: 30px;
        position: relative;
    }

    .nacionales-ads{
        margin-bottom: 15px;
    }

    .home-white-bg-details{

    }

    .home-white-bg-details-a{
        display: block;
        margin-top: 10px;
        color: #000;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
    }

    .home-white-bg-details-p{
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000;
        line-height: 1.2;
    }

    .home-white-bg-details-date{
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        background: #3e3e3e;
        padding: 5px 8px;
        width: 100%;
    }

    .home-white-bg-4-height{
        height: 285px;
        margin-bottom: 20px;
        position: relative;
        background: #ddd;
    }

    .int-content-box{
        margin: 10px 15px;
    }

    .home-opinion-header-bg{
        background: #96040d;
        padding: 12px;
        border-top: #000 solid 1px;
    }

    .home-opinion-header{
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 700;
    }

    .home-opinion-content{
        background: #ffffff;
        padding: 15px;
    }

    .opinion-item-bg{
        padding: 10px;
        border-radius: 5px;
        margin: 15px 15px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        display: table;
        width: 100%;
        min-height: 135px;
        max-height: 135px;
        position: relative;
    }

    .opinion-item-img{
        width: 75px;
        height: 75px;
        border-radius: 50%;
        float: left;
        margin-right: 16px;
    }

    .opinion-item-author{
        color: #000;
        float: right;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .opinion-item-title{
        color: #000;
        float: left;
        width: 223px;
        text-align: right;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

    .opinion-item-date{
        color: #3e3e3e;
        position: absolute;
        left: 15px;
        bottom: 5px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

    .deportes-main-item{
        margin-bottom: 20px;
        border-bottom: #ddd solid 1px;
        padding-bottom: 36px;
        position: relative;
    }

    .deportes-items-others{
        display: table;
        width: 100%;
        border-bottom: #ddd solid 1px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .deportes-items-others-img{
        width: 85px;
        float: left;
        margin-right: 15px;
    }

    .deportes-others-a{
        margin-top: 0px;
        font-size: 18px;
        line-height: 1.2;
    }

    .deportes-items-date{
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        right: 0px;
        bottom: 10px;
    }

    .home-videos-bg{
        background: #fff;
        padding: 0px;
    }

    .home-video-header{
        margin-top: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }

    .home-videos-item-box{
        position: relative;
        min-height: 265px;
        margin-bottom: 15px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow: hidden;
        background: #efefef;
    }

    .home-videos-item-a{
        display: block;
        padding: 10px 15px;
        line-height: 1.2;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

    .home-videos-item-box:hover{
        background: #fff;
    }

    .home-videos-item-box:hover .home-videos-item-a{
        color: #000;
    }

    .home-videos-item-box:hover .play-icon{
        background: rgba(0, 0, 0, 1);
    }

    .home-videos-item-box:hover .home-videos-item-date{
        color: #000;
    }

    .home-videos-item-date{
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        position: absolute;
        bottom: 8px;
        left: 15px;
    }

    .home-share-box{
        width: 83px;
        background: #000;
        position: absolute;
        bottom: 0px;
        left: -100%;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        z-index: 100;
    }

    .home-videos-item-box:hover .home-share-box{
        left: 0px;
    }

    .home-share-facebook{
        color: #fff;
        padding: 10px 16px;
        font-size: 14px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .home-share-facebook:hover{
        background: #365899;
        color: #fff !important;
    }

    .home-share-twitter{
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .home-share-twitter:hover{
        background: #1da1f2;
        color: #fff !important;
    }

    .banner300x250-bg{
        margin-bottom: 30px;
        padding-top: 15px;
        padding-bottom: 17px;
    }

    .slider-container:hover .home-share-box{
        left: 0px !important;
    }

    .slider-container:hover .play-icon{
       background: rgba(0, 0, 0, 1);
    }

    .home-main-sport{
        margin-bottom: 25px;
        height: 528px;
        position: relative;
    }

    .home-main-sport-content{
        padding: 0px;
        padding-bottom: 15px;
    }

    .home-main-sport-title{
        font-size: 26px;
        color: #000;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 15px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .home-sport-others{
        height: 350px;
        margin-bottom: 15px;
        position: relative;
    }

    .home-main-sport-title-small{
        font-size: 18px;
    }

    .home-main-sport-p{
        color: #000;
        font-size: 14px;
        line-height: 1.375;
        margin-bottom: 0px;
    }

    .home-sport-box{
        margin: 0px auto;
    }

    .home-mas-leidas-no-margin{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .deportes-header{
        color: #fff;
        margin-bottom: 30px;
        padding: 9px 0px;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        border-bottom: #96040d solid 3px;
    }

    .home-header-title{
        background: #96040d;
        padding: 10px 20px;
    }

    .home-main-entretenimiento{
        background: #efefef;
        height: 390px;
        margin-bottom: 30px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        position: relative;
    }

    .home-main-entretenimiento:hover{
        background: #ddd;
    }

    .home-main-entretenimiento:hover .play-icon{
        left: 0px;
    }

    .home-main-entretenimiento-content{
        padding: 0px 15px
    }

    .home-item-date{
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        background: #3e3e3e;
        padding: 5px 10px;
        width: 100%;
    }

    .plus-icon{
        position: absolute;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        right: 0px;
        background: #96040d;
        text-align: center;
        color: #ffffff;
        bottom: 0px;
        padding: 3px 12px;
        font-size: 20px;
    }

    .plus-icon:hover{
        background: #e30613;
        color: #fff !important;
    }

    .hi-right{
        right: 0px !important;
        left: initial;
    }

    .home-encuestas{
        border: #ddd solid 1px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .wp-polls .pollbar{
        margin: 6px 0px !important;
        font-size: 6px !important;
        line-height: 22px !important;
        height: 22px !important;
        background: #3e3e3e !important;
    }

    .wp-polls p{
        margin: 10px;
    }

    .home-encuestas-header{
        background: #96040d;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .home-economias-img{
        width: 100px;
        float: left;
        margin-right: 15px;
    }

    .home-economicas-container{
        display: table;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: #ddd solid 1px;
        padding-bottom: 10px;
    }

    .home-economias-enlace{
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
    }

    .home-main-economicas{
        height: 378px;
        position: relative;
        margin-bottom: 15px;
    }

    .home-main-economicas-content{

    }

    .publicidad-300x250{
        width: 300px;
        height: 250px;
        margin: 0px auto 15px;
        background: #ddd;
    }

    .publicidad-300x250 h2{
        text-align: center;
        line-height: 250px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
    }

    .combustibles-container{
        border: #000 solid 1px;
        background: #efefef;
        height: 280px;
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .text-publicidad{
        background: #ddd;
        padding: 5px;
        text-align: center;
    }

    .divisas-content{
            height: 129px;
    }

    .divisas-content h2{
        margin: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 129px;
    }

    .home-rd-white-main-container{
        display: table;
        background: #fff;
        position: relative;
        width: 100%;
    }

    .home-rd-main-img{
        position: relative;
    }

    .home-rd-main-enlace{
        color: #000;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.1;
        display: block;
        margin-bottom: 15px;
    }

    .home-rd-main-content{
        float: left;
        padding: 0px;
        position: relative;
        margin-top: 15px;
    }

    .home-rd-main-p{

    }

    .home-rd-main-date{
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-rd-others-box{
        background: #ddd;
        height: 394px;
        position: relative;
    }

    .others-rd-container{
        margin-top: 30px;
    }

    .more-rd-small-a{
        font-size: 20px;
        line-height: 1.1;
    }

    .home-tu-salud-container{
        position: relative;
        margin-bottom: 15px;
        height: 320px;
    }

    .home-tu-salud-enlace{
        font-weight: 700;
        color: #000;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .home-tu-salud-date{
        position: absolute;
        bottom: 10px;
    }

    .home-opiniones-container{

    }

    .home-opiniones-container .bx-wrapper{
        width: 100%;
        max-width: 100% !important;
    }

    .home-opiniones-container .bx-wrapper .bx-pager{
        position: relative !important;
    }

    .home-opiniones-container .bx-wrapper .bx-next{
        background: url(../imagenes/HomeSlideArrowRightRed.png) !important;
        right: -54px;
        margin-top: -46px;
    }

    .home-opiniones-container .bx-wrapper .bx-prev{
        background: url(../imagenes/HomeSlideArrowLeftRed.png) !important;
        left: -54px;
        margin-top: -46px;
    }

    .home-politica-container{
        display: table;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: #ddd solid 1px;
        padding-bottom: 15px;
        position: relative;
    }

    .home-politica-img{
        width: 200px;
        float: left;
        margin-right: 15px;
    }

    .home-politica-enlace{
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .home-politica-p{
        color: #000;
        line-height: 1.2;
    }

    .home-politica-date{
        position: absolute;
        right: 0px;
        bottom: 5px;
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-int-header{
        margin-left: 15px;
        margin-right: 15px
    }

    .home-entretenimiento-date{
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: 12px;
        background: #96040d;
        width: 100%;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
    }

    .home-rd-others-content{
        padding: 0px 15px;
    }

    .home-rd-others-enlace{
        color: #000;
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1;
    }

    .subio-icon{
        background: url(../imagenes/up-icon.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        display: block;
    }

    .bajo-icon{
        background: url(../imagenes/down-icon.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        display: block;
    }

    .igual-icon{
        background: url(../imagenes/same-icon.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        display: block;
    }

    .home-combustibles{

    }

    .home-combustibles-title{
        background: #96040d;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .home-combustibles-box-inside{

    }

    .combustibles-header{
        background: #dededb;
        color: #000;
        padding: 2px 15px;
        font-weight: 300;
    }

    .combustibles-line{
        border-bottom: #ddd solid 1px;
        display: table;
        width: 100%;
        padding: 5px;
    }

    .combustibles-name{
        float: left;
        width: 40%;
    }

    .combustibles-price{
        float: left;
        width: 40%;
    }

    .combustibles-icon{
        float: left;
        width: 20%;
    }

    .divisa-name{
        float: left;
        width: 33%;
    }
}

@media (max-width: 1024px) and (min-width: 769px){
    .desktop-no-padding-both-sizes{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main-slideshow-box{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-slideshow{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .slider-container{
        position: relative;
        padding-bottom: 49.25%;
        padding-top: 30px;
        height: 0px !important;
        overflow: hidden;
    }

    .slider-container img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 130%;
        max-width: 130% !important;
        height: auto !important;
        margin-left: -34px;
        margin-top: -5px;
    }

    .main-slideshow-caption{
        background: #fff;
        padding: 15px 0px;
        position: relative;
        min-height: 180px;
    }

    .main-slideshow-caption-title{
        margin-top: 0px;
        color: #000;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .main-slideshow-caption-p{
        color: #000;
        font-weight: 400;
        line-height: 1.3;
        width: 518px;
    }

    .main-slideshow-go{
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: #e30613;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
    }

    .main-slideshow-go:hover{
        background: #ddd;
        color: #000;
        text-decoration: none;
    }

    .editorial-box{
        background: #3d3d3c;
        padding: 25px 25px 10px;
        margin-bottom: 25px;
    }

    .editorial-box-title{
        margin: 0px;
        background: #e30613;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        padding: 8px;
        margin-bottom: 22px;
    }

    .editorial-content{

    }

    .editorial-content-title{
        color: #fff;
        text-align: center;
        display: block;
        margin-bottom: 25px;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
    }

    .editorial-content-title:hover{
        color: #fff;
    }

    .editorial-content-date{
        color: #fff;
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .editorial-tra-logo{
        display: block;
        margin: 0px auto;
        opacity: .3;
    }

    .home-main-300x250{
        padding: 17px;
    }

    .home-main-300x250-content{
        width: 300px;
        height: 250px;
        text-align: center;
        line-height: 250px;
        background: #fff;
        margin: 0px auto;
    }

    .home-videos-container{
        position: relative;
        padding-bottom: 42.25%;
        padding-top: 30px;
        height: 0px !important;
        overflow: hidden;
    }

    .home-videos-container img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 120%;
        max-width: 120%;
        margin-left: -10px;
        margin-top: -10px;
    }

    /* bg */
    .home-grey-bg{
        padding: 25px 0px;
    }

    .white-bg{
        background: #fff;
        display: table;
        width: 100%;
    }

    .home-white-bg-header{
        color: #3d3d3d;
        font-weight: 700;
        font-size: 22px;
        border-bottom: #4c4c4c solid 2px;
        padding: 20px 30px;
        text-transform: uppercase;
    }

    .home-write-bg-content{
        padding: 30px 15px;
        display: table;
    }

    .home-white-bg-6-height{
        height: 376px;
        margin-bottom: 20px;
        position: relative;
        border-bottom: #000 solid 1px;
    }

    .home-white-bg-details{

    }

    .home-white-bg-details-a{
        display: block;
        margin-top: 10px;
        color: #000;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
    }

    .home-white-bg-details-p{
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000;
        line-height: 1.2;
    }

    .home-white-bg-details-date{
        font-weight: 300;
        font-size: 12px;
        position: absolute;
        bottom: 5px;
        color: #5a5a5a;
    }

    .home-white-bg-4-height{
        height: 285px;
        margin-bottom: 20px;
        position: relative;
    }

    .home-opinion-header-bg{
        background: #e30613;
        padding: 12px;
        border-top: #000 solid 1px;
    }

    .home-opinion-header{
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 700;
    }

    .home-opinion-content{
        background: #ffffff;
        padding: 15px;
    }

    .opinion-item-bg{
        border: #000 solid 1px;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 15px 15px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        display: table;
        width: 100%;
        min-height: 135px;
        max-height: 135px;
        position: relative;
    }

    .opinion-item-img{
        width: 75px;
        height: 75px;
        border-radius: 50%;
        float: left;
        margin-right: 16px;
    }

    .opinion-item-author{
        color: #000;
        float: right;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .opinion-item-title{
        color: #000;
        float: left;
        width: 223px;
        text-align: right;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

    .opinion-item-date{
        color: #3e3e3e;
        position: absolute;
        left: 15px;
        bottom: 5px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

    .deportes-main-item{
        margin-bottom: 20px;
        border-bottom: #ddd solid 1px;
        padding-bottom: 36px;
        position: relative;
    }

    .deportes-items-others{
        display: table;
        width: 100%;
        border-bottom: #ddd solid 1px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .deportes-items-others-img{
        width: 85px;
        float: left;
        margin-right: 15px;
    }

    .deportes-others-a{
        margin-top: 0px;
        font-size: 18px;
        line-height: 1.2;
    }

    .deportes-items-date{
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        right: 0px;
        bottom: 10px;
    }

    .home-videos-bg{
        background: #fff;
        padding: 30px 0px;
    }

    .home-video-header{
        margin-top: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }

    .home-videos-item-box{
        position: relative;
        min-height: 265px;
        max-height: 265px;
        margin-bottom: 30px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow: hidden;
        border-bottom: #000 solid 1px;
    }

    .home-videos-item-a{
        display: block;
        padding: 10px 0px;
        line-height: 1.2;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

    .home-videos-item-box:hover{
        background: #fff;
    }

    .home-videos-item-box:hover .home-videos-item-a{
        color: #000;
    }

    .home-videos-item-box:hover .play-icon{
        background: rgba(0, 0, 0, 1);
    }

    .home-videos-item-box:hover .home-videos-item-date{
        color: #000;
    }

    .home-videos-item-date{
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        position: absolute;
        bottom: 6px;
    }

    .home-share-box{
        width: 83px;
        background: #000;
        position: absolute;
        bottom: 0px;
        left: -100%;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        z-index: 100;
    }

    .home-videos-item-box:hover .home-share-box{
        left: 0px;
    }

    .home-share-facebook{
        color: #fff;
        padding: 10px 16px;
        font-size: 14px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .home-share-facebook:hover{
        background: #365899;
        color: #fff !important;
    }

    .home-share-twitter{
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .home-share-twitter:hover{
        background: #1da1f2;
        color: #fff !important;
    }

    .banner300x250-bg{
        margin-bottom: 30px;
        padding-top: 15px;
        padding-bottom: 17px;
    }

    .slider-container:hover .home-share-box{
        left: 0px !important;
    }

    .slider-container:hover .play-icon{
       background: rgba(0, 0, 0, 1);
    }

    .home-main-sport{
        border-bottom: #000 solid 1px;
        margin-bottom: 25px;
        height: 500px;
        position: relative;
    }

    .home-main-sport-content{
        padding: 0px;
        padding-bottom: 15px;
    }

    .home-main-sport-title{
        font-size: 26px;
        color: #000;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 15px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .home-sport-others{
        height: 332px;
        border-bottom: #000 solid 1px;
        margin-bottom: 15px;
        position: relative;
    }

    .home-main-sport-title-small{
        font-size: 18px;
    }

    .home-main-sport-p{
        color: #000;
        font-size: 14px;
        line-height: 1.375;
        margin-bottom: 0px;
    }

    .home-sport-box{
        margin: 38px auto;
    }

    .deportes-header{
        background: #fff;
        color: #000;
        margin-bottom: 30px;
        border-bottom: #000 solid 2px;
        padding: 5px 0px;
        position: relative;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
    }

    .home-main-entretenimiento{
        background: #efefef;
        height: 390px;
        margin-bottom: 30px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        position: relative;
    }

    .home-main-entretenimiento:hover{
        background: #ddd;
    }

    .home-main-entretenimiento:hover .play-icon{
        left: 0px;
    }

    .home-main-entretenimiento-content{
        padding: 0px 15px
    }

    .home-item-date{
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        background: #3e3e3e;
        padding: 5px 10px;
        width: 100%;
    }

    .plus-icon{
        position: absolute;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        right: 15px;
        background: #fff;
        width: 30px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        color: #e30613;
    }

    .plus-icon:hover{
        background: #e30613;
        color: #fff !important;
    }

    .hi-right{
        right: 0px !important;
        left: initial;
    }

    .home-economias-img{
        width: 100px;
        float: left;
        margin-right: 15px;
    }

    .home-economicas-container{
        display: table;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: #000 solid 1px;
        padding-bottom: 15px;
    }

    .home-economias-enlace{
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
    }

    .home-main-economicas{
        height: 378px;
        border-bottom: #000 solid 1px;
        position: relative;
        margin-bottom: 15px;
    }

    .home-main-economicas-content{

    }

    .publicidad-300x250{
        width: 300px;
        height: 250px;
        margin: 15px auto;
        background: #ddd;
    }

    .publicidad-300x250 h2{
        text-align: center;
        line-height: 250px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
    }

    .combustibles-container{
        border: #000 solid 1px;
        background: #efefef;
        height: 280px;
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .combustibles-content h2{
        margin: 0px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 235px;
    }

    .divisas-container{
        border: #000 solid 1px;
        height: 161px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .combustibles-header{
        background: #3d3d3c;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .combustibles-content{
        height: 248px;
    }

    .text-publicidad{
        background: #ddd;
        padding: 5px;
        text-align: center;
    }

    .divisas-content{
            height: 129px;
    }

    .divisas-content h2{
        margin: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 129px;
    }

    .home-rd-white-main-container{
        display: table;
        background: #fff;
        position: relative;
        width: 100%;
    }

    .home-rd-main-img{
        width: 620px;
        float: right;
    }

    .home-rd-main-enlace{
        color: #000;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.1;
        display: block;
        margin-bottom: 15px;
    }

    .home-rd-main-content{
        float: left;
        width: 450px;
        padding: 0px 20px 0px 0px;
        position: relative;
    }

    .home-rd-main-p{

    }

    .home-rd-main-date{
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-rd-others-box{
        background: #fff;
        height: 380px;
        position: relative;
    }

    .others-rd-container{
        margin-top: 30px;
    }

    .more-rd-small-a{
        font-size: 20px;
        line-height: 1.1;
    }

    .home-tu-salud-container{
        position: relative;
        border-bottom: #000 solid 3px;
        margin-bottom: 15px;
        height: 320px;
    }

    .home-tu-salud-enlace{
        font-weight: 700;
        color: #000;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .home-tu-salud-date{
        position: absolute;
        bottom: 10px;
    }

    .home-opiniones-container{

    }

    .home-opiniones-container .bx-wrapper{
        width: 100%;
        max-width: 100% !important;
    }

    .home-opiniones-container .bx-wrapper .bx-pager{
        position: relative !important;
    }

    .home-opiniones-container .bx-wrapper .bx-next{
        background: url(../imagenes/HomeSlideArrowRightRed.png) !important;
        right: -54px;
        margin-top: -46px;
    }

    .home-opiniones-container .bx-wrapper .bx-prev{
        background: url(../imagenes/HomeSlideArrowLeftRed.png) !important;
        left: -54px;
        margin-top: -46px;
    }

    .home-politica-container{
        display: table;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: #000 solid 1px;
        padding-bottom: 15px;
        position: relative;
    }

    .home-politica-img{
        width: 200px;
        float: left;
        margin-right: 15px;
    }

    .home-politica-enlace{
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .home-politica-p{
        color: #000;
        line-height: 1.2;
    }

    .home-politica-date{
        position: absolute;
        right: 0px;
        bottom: 5px;
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-int-header{
        margin-left: 15px;
        margin-right: 15px
    }

    .home-entretenimiento-date{
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-rd-others-content{

    }

    .home-rd-others-enlace{
        color: #000;
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1;
    }

    .home-combustibles{

    }

    .home-combustibles-title{
        background: #96040d;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .home-combustibles-box-inside{

    }

    .combustibles-header{
        background: #dededb;
        color: #000;
        padding: 2px 15px;
        font-weight: 300;
    }

    .combustibles-line{
        border-bottom: #ddd solid 1px;
        display: table;
        width: 100%;
        padding: 5px;
    }

    .combustibles-name{
        float: left;
        width: 40%;
    }

    .combustibles-price{
        float: left;
        width: 40%;
    }

    .combustibles-icon{
        float: left;
        width: 20%;
    }

    .divisa-name{
        float: left;
        width: 33%;
    }
}

@media(max-width: 768px){
    .desktop-no-padding-both-sizes{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main-slideshow-box{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-slideshow{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .slider-container{
        position: relative;
        padding-bottom: 49.25%;
        padding-top: 30px;
        height: 0px !important;
        overflow: hidden;
    }

    .slider-container img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 130%;
        max-width: 130% !important;
        height: auto !important;
        margin-left: -34px;
        margin-top: -5px;
    }

    .main-slideshow-caption{
        background: #fff;
        padding: 15px 0px;
        position: relative;
        min-height: 180px;
    }

    .main-slideshow-caption-title{
        margin-top: 0px;
        color: #000;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 15px;
        font-weight: 700;
        display: block;
    }

    .main-slideshow-caption-p{
        color: #000;
        font-weight: 400;
        line-height: 1.3;
        width: 100%;
    }

    .home-opiniones{

    }

    .main-slideshow-go{
        display: none;
    }

    .main-slideshow-go:hover{
        background: #ddd;
        color: #000;
        text-decoration: none;
    }

    .editorial-box{
        background: #3d3d3c;
        padding: 25px 25px 10px;
        margin-bottom: 25px;
    }

    .editorial-box-title{
        margin: 0px;
        background: #e30613;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        padding: 8px;
        margin-bottom: 22px;
    }

    .editorial-content{

    }

    .editorial-content-title{
        color: #fff;
        text-align: center;
        display: block;
        margin-bottom: 25px;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
    }

    .editorial-content-title:hover{
        color: #fff;
    }

    .editorial-content-date{
        color: #fff;
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .editorial-tra-logo{
        display: block;
        margin: 0px auto;
        opacity: .3;
    }

    .home-main-300x250{
        padding: 17px;
    }

    .home-main-300x250-content{
        width: 300px;
        height: 250px;
        text-align: center;
        line-height: 250px;
        background: #fff;
        margin: 0px auto;
    }

    .home-videos-container{
        position: relative;
        padding-bottom: 42.25%;
        padding-top: 30px;
        height: 0px !important;
        overflow: hidden;
    }

    .home-videos-container img{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 120%;
        max-width: 120%;
        margin-left: -10px;
        margin-top: -10px;
    }

    /* bg */
    .home-grey-bg{
        padding: 25px 0px;
    }

    .white-bg{
        background: #fff;
        display: table;
        width: 100%;
    }

    .home-white-bg-header{
        color: #3d3d3d;
        font-weight: 700;
        font-size: 22px;
        border-bottom: #4c4c4c solid 2px;
        padding: 20px 30px;
        text-transform: uppercase;
    }

    .home-write-bg-content{
        padding: 30px 15px;
        display: table;
    }

    .home-white-bg-6-height{
        height: 376px;
        margin-bottom: 20px;
        position: relative;
        border-bottom: #000 solid 1px;
    }

    .home-white-bg-details{

    }

    .home-white-bg-details-a{
        display: block;
        margin-top: 10px;
        color: #000;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
    }

    .home-white-bg-details-p{
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000;
        line-height: 1.2;
    }

    .home-white-bg-details-date{
        font-weight: 300;
        font-size: 12px;
        color: #5a5a5a;
        margin-top: 15px;
        position: relative;
        display: block;
        text-transform: uppercase;
    }

    .home-white-bg-4-height{
        margin-bottom: 15px;
        position: relative;
        border-bottom: #000 solid 1px;
        padding-bottom: 15px;
    }

    .home-opinion-header-bg{
        background: #e30613;
        padding: 12px;
        border-top: #000 solid 1px;
    }

    .home-opinion-header{
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 700;
    }

    .home-opinion-content{
        background: #ffffff;
        padding: 15px;
    }

    .opinion-item-bg{
        border: #000 solid 1px;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 0px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        display: table;
        width: 100%;
        max-height: 135px;
        min-height: 135px;
        position: relative;
    }

    .opinion-item-img{
        width: 75px;
        height: 75px;
        border-radius: 50%;
        float: left;
        margin-right: 16px;
    }

    .opinion-item-author{
        color: #000;
        float: right;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .opinion-item-title{
        color: #000;
        float: left;
        width: 223px;
        text-align: right;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

    .opinion-item-date{
        color: #3e3e3e;
        position: absolute;
        left: 15px;
        bottom: 5px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

    .deportes-main-item{
        margin-bottom: 20px;
        border-bottom: #ddd solid 1px;
        padding-bottom: 36px;
        position: relative;
    }

    .deportes-items-others{
        display: table;
        width: 100%;
        border-bottom: #ddd solid 1px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .deportes-items-others-img{
        width: 85px;
        float: left;
        margin-right: 15px;
    }

    .deportes-others-a{
        margin-top: 0px;
        font-size: 18px;
        line-height: 1.2;
    }

    .deportes-items-date{
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        right: 0px;
        bottom: 10px;
    }

    .home-videos-bg{
        background: #fff;
        padding: 30px 0px;
    }

    .home-video-header{
        margin-top: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }

    .home-videos-item-box{
        position: relative;
        min-height: 265px;
        max-height: 265px;
        margin-bottom: 30px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow: hidden;
        border-bottom: #000 solid 1px;
    }

    .home-videos-item-a{
        display: block;
        padding: 10px 0px;
        line-height: 1.2;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

    .home-videos-item-box:hover{
        background: #fff;
    }

    .home-videos-item-box:hover .home-videos-item-a{
        color: #000;
    }

    .home-videos-item-box:hover .play-icon{
        background: rgba(0, 0, 0, 1);
    }

    .home-videos-item-box:hover .home-videos-item-date{
        color: #000;
    }

    .home-videos-item-date{
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        position: absolute;
        bottom: 6px;
    }

    .home-share-box{
        width: 83px;
        background: #000;
        position: absolute;
        bottom: 0px;
        left: -100%;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        z-index: 100;
    }

    .home-videos-item-box:hover .home-share-box{
        left: 0px;
    }

    .home-share-facebook{
        color: #fff;
        padding: 10px 16px;
        font-size: 14px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .home-share-facebook:hover{
        background: #365899;
        color: #fff !important;
    }

    .home-share-twitter{
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        float: left;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .home-share-twitter:hover{
        background: #1da1f2;
        color: #fff !important;
    }

    .banner300x250-bg{
        margin-bottom: 30px;
        padding-top: 15px;
        padding-bottom: 17px;
    }

    .slider-container:hover .home-share-box{
        left: 0px !important;
    }

    .slider-container:hover .play-icon{
       background: rgba(0, 0, 0, 1);
    }

    .home-main-sport{
        border-bottom: #000 solid 1px;
        margin-bottom: 15px;
        position: relative;
    }

    .home-main-sport-content{
        padding: 0px;
        padding-bottom: 15px;
    }

    .home-main-sport-title{
        font-size: 26px;
        color: #000;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 15px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .home-sport-others{
        border-bottom: #000 solid 1px;
        margin-bottom: 15px;
        position: relative;
    }

    .home-main-sport-title-small{
        font-size: 18px;
    }

    .home-main-sport-p{
        color: #000;
        font-size: 14px;
        line-height: 1.375;
        margin-bottom: 0px;
    }

    .home-sport-box{
        margin: 38px auto;
    }

    .deportes-header{
        background: #c11111;
        color: #fff;
        margin-bottom: 15px;
        border-bottom: #000 solid 2px;
        padding: 5px 10px;
        position: relative;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
    }

    .home-main-entretenimiento{
        background: #efefef;
        margin-bottom: 15px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        position: relative;
        padding-bottom: 15px;
    }

    .home-main-entretenimiento:hover{
        background: #ddd;
    }

    .home-main-entretenimiento:hover .play-icon{
        left: 0px;
    }

    .home-main-entretenimiento-content{
        padding: 0px 15px
    }

    .home-item-date{
        font-size: 12px;
        text-transform: uppercase;
        color: #5a5a5a;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .plus-icon{
        position: absolute;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        right: 15px;
        background: #fff;
        width: 30px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        color: #e30613;
    }

    .plus-icon:hover{
        background: #e30613;
        color: #fff !important;
    }

    .hi-right{
        right: 0px !important;
        left: initial;
    }

    .home-economias-img{
        width: 100px;
        float: left;
        margin-right: 15px;
    }

    .home-economicas-container{
        display: table;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: #000 solid 1px;
        padding-bottom: 15px;
    }

    .home-economias-enlace{
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2;
    }

    .home-main-economicas{
        border-bottom: #000 solid 1px;
        position: relative;
        margin-bottom: 15px;
    }

    .home-main-economicas-content{

    }

    .publicidad-300x250{
        width: 300px;
        height: 250px;
        margin: 15px auto;
        background: #ddd;
    }

    .publicidad-300x250 h2{
        text-align: center;
        line-height: 250px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
    }

    .combustibles-container{
        border: #000 solid 1px;
        background: #efefef;
        height: 280px;
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .combustibles-content h2{
        margin: 0px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 235px;
    }

    .divisas-container{
        border: #000 solid 1px;
        height: 161px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .combustibles-header{
        background: #3d3d3c;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .combustibles-content{
        height: 248px;
    }

    .text-publicidad{
        background: #ddd;
        padding: 5px;
        text-align: center;
    }

    .divisas-content{
            height: 129px;
    }

    .divisas-content h2{
        margin: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 129px;
    }

    .home-rd-white-main-container{
        display: table;
        background: #fff;
        position: relative;
        width: 100%;
    }

    .home-rd-main-img{
        width: 100%;
    }

    .home-rd-main-enlace{
        color: #000;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1;
        display: block;
        margin-bottom: 15px;
    }

    .home-rd-main-content{
        width: 100%;
        position: relative;
    }

    .home-rd-main-p{

    }

    .home-rd-main-date{
        font-size: 12px;
        color: #5a5a5a;
        margin-bottom: 15px;
        display: block;
        text-align: left;
    }

    .home-rd-others-box{
        position: relative;
        border-bottom: #000 solid 1px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .others-rd-container{
        margin-top: 30px;
    }

    .more-rd-small-a{
        font-size: 20px;
        line-height: 1.1;
    }

    .home-tu-salud-container{
        position: relative;
        border-bottom: #000 solid 1px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .home-tu-salud-enlace{
        font-weight: 700;
        color: #000;
        font-size: 20px;
        line-height: 1.2;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .home-tu-salud-date{
        margin-top: 8px;
        text-transform: uppercase;
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-opiniones-container{

    }

    .home-opiniones-container .bx-wrapper{
        width: 100%;
        max-width: 100% !important;
    }

    .home-opiniones-container .bx-wrapper .bx-pager{
        position: relative !important;
    }

    .home-opiniones-container .bx-wrapper .bx-next{
        background: url(../imagenes/HomeSlideArrowRightRed.png) !important;
        right: -54px;
        margin-top: -46px;
    }

    .home-opiniones-container .bx-wrapper .bx-prev{
        background: url(../imagenes/HomeSlideArrowLeftRed.png) !important;
        left: -54px;
        margin-top: -46px;
    }

    .home-politica-container{
        display: table;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: #000 solid 1px;
        padding-bottom: 15px;
        position: relative;
    }

    .home-politica-img{
        margin-bottom: 12px;
    }

    .home-politica-enlace{
        color: #000;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .home-politica-p{
        color: #000;
        line-height: 1.2;
    }

    .home-politica-date{
        position: absolute;
        right: 0px;
        bottom: 5px;
        font-size: 12px;
        color: #5a5a5a;
    }

    .home-int-header{
        margin-left: 15px;
        margin-right: 15px
    }

    .home-entretenimiento-date{
        left: 15px;
        font-size: 12px;
        color: #5a5a5a;
        position: relative;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .home-rd-others-content{

    }

    .home-rd-others-enlace{
        color: #000;
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1;
    }

    .home-combustibles{

    }

    .home-combustibles-title{
        background: #96040d;
        color: #fff;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .home-combustibles-box-inside{

    }

    .combustibles-header{
        background: #dededb;
        color: #000;
        padding: 2px 15px;
        font-weight: 300;
    }

    .combustibles-line{
        border-bottom: #ddd solid 1px;
        display: table;
        width: 100%;
        padding: 5px;
    }

    .combustibles-name{
        float: left;
        width: 40%;
    }

    .combustibles-price{
        float: left;
        width: 40%;
    }

    .combustibles-icon{
        float: left;
        width: 20%;
    }

    .divisa-name{
        float: left;
        width: 33%;
    }
}
