.div-logo {
    padding: 10px 0px;
}

.img-logo {
    width: 442px !important;
    min-width: 400px;
    height: 160px;
}

.img-noticia {
    width: 100%;
    height: 300px;
}

.img-icono-noticia {
    width: 40px;
    height: 40px;
}

.cont-icono-noticia {
    font-size: 0.8em;
    margin-left: 16px;
}

.div-redes {
    margin: 31px 0px 0px 0px;
}

.cont-redes{
    text-align:right;
}

@media only screen and (min-device-width: 270px) and (max-device-width: 480px) {
    .img-logo {
        width: 252px !important;
        min-width: 150px !important;
        height: 104px !important;
    }
    .carousel-inner img {
        width: 100%;
        height: 30%;
    }
    .img-noticia {
        width: 100%;
        height: 180px;
    }
    .img-icono-noticia {
        width: 30px;
        height: 40px;
    }
    
    .div-redes {
        margin: 0px 0px 0px 0px;
    }
    
    .cont-redes{
        text-align:center !important;
    }
    /* * {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    *:before,
    *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    } */
}