/* Font Face */
@font-face {
    font-family: 'ubuntubold';
    src: url('ubuntu/ubuntu-b_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-b_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubold_italic';
    src: url('ubuntu/ubuntu-bi_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-bi_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntuitalic';
    src: url('ubuntu/ubuntu-i_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-i_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu/ubuntu-r_0-webfont.woff2') format('woff2'),
         url('ubuntu/ubuntu-r_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.noticias .img-clip{
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 150px;
    cursor: pointer;
}

.noticias .title{
    font-size: 36px;
    margin: 20px 0 0;
}
.noticias > .row > div{
    padding: 20px;
    text-align: left;
}
.noticias p, .noticias a, .noticias span{
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
}
.noticias .title{
    font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
    color: #162b47;
}
.noticias img{
    margin-bottom: 10px;
    width: 100%;
    -webkit-border-radius: 30px 0;
    -moz-border-radius: 30px 0;
    border-radius: 30px 0;
    height: 150px;
}
.noticias a.editorial{
    color: #fff;
    background: #00b3b6;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    right: 15px;
}
.noticias .sub-title{
    margin: 10px 0;
    height: auto;
    min-height: 100px;
    text-align: center;
    font-weight: bold;

}
.noticias .sub-title a{
    color: #162b47;
}
.noticias hr{
    border: 1px solid #ddd;
    margin: 10px 0 0;
}
.noticias .data{
    color: #7b7b7b;
    float: right;
}
.noticias .ver-mais{
    margin: 55px 0 20px 0;
}
.noticias .ver-mais a{
    color: #fff;
    background-color: #162b47;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 15px;
}

.banner-gif-home{
    border-radius: 50px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 0px) and (max-width: 991.98px) {
    .noticias{
        padding: 10px 0;
    }
    .noticias .noticia{
        margin: 0 0 10px;
    }
    .noticias .data{
        margin: 0 0 50px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 991.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .noticias{
        padding: 50px 0;
    }
    .noticias img, .noticias .img-clip{
        transition: 0.8s ease-out;
    }
    .noticias img:hover, .noticias .img-clip:hover{
        transform: scale(1.1);
    }
    .noticias a.editorial{
        font-size: 12px;
        transition: 0.4s linear;
    }
    .noticias a.editorial:hover{
        background: #13797a;
        text-decoration: none;
    }
    .noticias .sub-title a{
        font-size: 16px;
        line-height: 25px;
    }
    .noticias hr{
        border: 1px solid #ddd;
        margin: 10px 0 0;
    }
    .noticias .data{
        font-size: 13px;
        margin: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Ultra large devices (large desktops, 1600px) */
@media (min-width: 1600px) {
    .noticias .img-clip {
        height: 220px;
        border-radius: 50px;
    }
}
