/* All out desktops ----------- */
@media screen and (max-width: 1200px) {
    /* BLOG */
    .noticias {
        padding: 5em 0 !important;
        text-align: center;
        /*background-color: #eef2f5;*/
    }

    .recent-work-item {
        height: auto !important;
    }
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}



/* BLOG */
.noticias {
    padding: 8em 8em 8em 8em;
    background-color: #eef2f5;
}

/* Recent Works */
.recent-work {
    position: relative;
}

.recent-work a:hover {
    text-decoration: none;
}

.recent-work h2,
.ecommerce .recent-work h2 {
    margin: 3px 0 5px;
}

.recent-work h2 a {
    color: #3e4d5c;
}

.recent-work-item {
    padding-left: 10px;
    padding-bottom: 10px;
    height: 380px;
}

.recent-work .owl-buttons {
    left: -74px;
    right: auto;
    top: 0;
}

.recent-work .recent-work-item a.recent-work-description {
    padding: 10px;
    display: block;
    background: #eef2f5;
}

.recent-work .recent-work-item:hover a.recent-work-description {

    background: #007bb8;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

.recent-work .recent-work-item p {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.recent-work .recent-work-item b {
    color: #656565;
    font-weight: 300;
}

.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover p.work-desc,
.recent-work .recent-work-item:hover p {
    color: #fff !important;
}

.recent-work .recent-work-item em {
    display: block;
    overflow: hidden;
    position: relative;
}

.recent-work .recent-work-item .fa {
    color: #fff;
    padding: 16px 30px 16px 18px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23.5px;
    border-radius: 47px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.recent-work .recent-work-item .fa:hover {
    color: #007bb8 !important;
    background-color: rgba(255, 255, 255, 0.9);
}

.recent-work .recent-work-item .fa-link {
    left: -100px;
    color: #fff !important;
    background-color: rgba(0, 123, 184, 0.7);
}

.recent-work .recent-work-item .fa-search {
    right: -100px;
}

.recent-work .recent-work-item:hover .fa-link {
    left: 30%;
}

.recent-work .recent-work-item:hover .fa-search {
    right: 30%;
}

.recent-news-inner {
    padding-left: 16px;
}

.work-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
    font-size: 16px !important;
    text-decoration: none !important;
}

.work-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
    font-size: 13px !important;
    text-decoration: none !important;
    color: #656565 !important;
}

.img-noticias {
    min-height: 270px !important;
    max-height: 270px !important;
    min-width: 100% !important;
}

/* End Recent Works */
.textoPrincipal {
    font-size: 36px;
    color: #50af47;
    font-family: "Font Awesome\ 5 Free", 'BebasNeueRegular';
}

/* FIM BLOG */