.caixa_section1{
    background-color: rgba(0,0,0,0.5);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding: 15px;
}

.caixa_section1 h1{
    text-align: center;
    line-height: normal;
    font-size: 80px;
}

.img_slider{
    width: 100%;
    height: 100%;
}

.container_caixa_slider {
    width: 100%;
    position: absolute;
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    left: 0;
    right: 0;
}


ul#content{
    padding: 0;
    margin: 0;
    width: 100%;
}

ul#content li{
    list-style-type: inherit;
    list-style: none;
    display: inline-block;
    float:left;
}

div.portfolio_wrapper {
    margin: 10px;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.portfolio_wrapper a {color: black; text-decoration: none;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;}

div.portfolio_wrapper a:active {color: white;}


#content{
    margin-top: 40px;
    margin-bottom: 40px;
}

#content li {
    margin-top: 20px;
    margin-bottom: 40px;
}

.view-first{
    background-image: url("../img/caixa_blog.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 253px;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.mask{
    padding-top: 50px;
    width: 100%;
    height: 218px;
    padding-left: 5px;
    padding-right: 5px;
}

.img_galeria img{
    width: 100%;
}

div.portfolio_wrapper:hover{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn_ler{
    font-size: 15px;
    background: #ff1a1e;
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.barra_artigo{
    color: #ff1a1e;
    font-size: 30px;
    line-height: normal;
    margin-top: 15px;
}

.titulo_artigo{
    color: #000;
    font-size: 30px;
    line-height: normal;
    margin-left: 17px;
    margin-top: 15px;
}

#area_blog nav{
    text-align: center;
}

.pagination{
    display: inline-flex;
    text-align: center;
}

.page-link a, .page-link a:hover, .page-link a:focus, .page-link a:active{
    border:none;
    outline: none;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    color: #8c8c8c;
}

.page-link .fa{
    display: none;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.page-item.active .page-link {
    z-index: 2;
    background-color: #fff;
    border:none;
    outline: none;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    color: #8c8c8c;
    text-decoration: underline;
}

.page-item.disabled .page-link {
    background-color: #fff;
    border:none;
    outline: none;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    color: #8c8c8c;
    pointer-events: none;
    cursor: not-allowed; }

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border:none;
    outline: none;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    color: #8c8c8c; }
.page-link:focus, .page-link:hover {
    text-decoration: none;
    background-color: #fff;
    border:none;
    outline: none;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    color: #8c8c8c; }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem; }


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .caixa_section1 h1 {
        font-size: 22px;
    }

    #content{
        margin-top: 0;
    }

    ul#content{
        text-align: center;
    }

    ul#content li{
        max-width: 300px;
    }

    #content li{
        margin-bottom: 0;
    }

    .titulo_artigo{
        text-align: left;
        font-size:18px;
    }

    .btn_ler{
        font-size: 14px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .caixa_section1 h1 {
        font-size: 40px;
    }

    #content{
        margin-top: 0;
    }

    ul#content{
        text-align: center;
    }

    ul#content li{
        max-width: 230px;
    }

    #content li{
        margin-bottom: 0;
    }

    .titulo_artigo{
        text-align: left;
        font-size:20px;
    }

    .btn_ler{
        font-size: 14px;
    }

    .view-first{
        height: 200px;
    }

    .mask{
        height: 166px;
    }

    .barra_artigo, .titulo_artigo{
        margin-top: 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .caixa_section1 h1 {
        font-size: 55px;
    }

    #content{
        margin-top: 0;
    }

    ul#content{
        text-align: center;
    }

    ul#content li{
        max-width: 300px;
    }

    #content li{
        margin-bottom: 0;
    }

    .titulo_artigo{
        text-align: left;
        font-size:22px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .caixa_section1 h1 {
        font-size: 61px;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 42px;
    }

    .titulo_artigo{
        font-size: 25px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1679px){
    .caixa_section1 h1 {
        font-size: 70px;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 45px;
    }
}
