.container_header{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.img_header{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    max-height: 550px;
}

.bg_titulo{
    width: 50%;
    float: right;
    background: rgba(255,255,255,0.2);
    padding-bottom: 5vh;
    padding-top: 5vh;
    margin-top: 10vh;
}

.titulo_contato h1{
    text-transform: uppercase;
    font-size: 85px;
    color: #f5f5f5;
}

.conteudo_contatos{
    width: 100%;
    float: left;
    background: #f5f5f5;
}

.subtitulo_contato{
    font-size: 60px;
    text-align: center;
    padding-top: 2vh;
    padding-left: 10vh;
    padding-right: 10vh;
    line-height: 1;
}

.texto_contato{
    font-size: 16px;
    text-align: center;
    padding-bottom: 2vh;
    padding-left: 10vh;
    padding-right: 10vh;
}

.ch{
    max-width: 80%;
}

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

ul li{
    list-style-type: inherit;
    list-style: none;
}


div.portfolio_wrapper {
    padding: 10px;
    background-size: 200% 200%;
    -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;
    margin-bottom:40px;
}

div.portfolio_wrapper:hover {color: white;
    border-color: #c0111a;
    background-image:
    linear-gradient(to top, #c0111a 51%, transparent 50%);
    background-position: 0 100%;
    -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;
}

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:hover {color: white;
    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;}

div.portfolio_wrapper:hover .gray, div.portfolio_wrapper:hover .categoria_produto{
    color: #fff;
}

.btn_ler_mais{
    text-align:center;
    font-size: 15px;
}

.titulo_noticia{
    font-size: 20px;
    line-height: 1;
    height: 75px;
    margin-top: 5px;
    text-align: center;
}

.ler_mais_artigos{
    font-size: 30px;
    text-decoration: underline;
}

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

.categoria_produto{
    color: #c0111a;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
}

.hr_catalogos{
    border-top: 2px solid rgba(87,86,86,1);
}
/*
.img_galeria{
    width: 222px;
    height: 222px;
}*/

.ppp{
    height: 400px;
}

/*FILTROS*/

#filters {
    margin-top:40px;
    margin-bottom: 40px;
    padding:0;
    list-style:none;
    text-align: center;
}

#filters li {
    display: inline-block;
    margin: 3px;
}

#filters li span {
    display: block;
    padding:5px 20px;
    text-decoration:none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

#filters li span.active {
    background: #fff;
    color:#c0111a;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display:none;
    float:left;
    overflow:hidden;
    /*width: -webkit-calc(100% / 3);
    width: calc(100% / 3);*/
}

.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
    cursor:pointer;
}

.portfolio img {
    max-width:100%;
    position: relative;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height:40px;
    bottom:-40px;
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

.portfolio .label-text {
    color:#fff;
    position: relative;
    z-index:500;
    padding:5px 8px;
}

.portfolio .text-category {
    display:block;
    font-size:9px;
}






/* Horatio Styles */

.menu--horatio .menu__item {
    margin-left: 3px;
    margin-right: 3px;
    color: #4e3c3e;
}

.menu--horatio .menu__item {
    position: relative;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.menu--horatio .menu__item span {
    position: relative;
    color: inherit;
}

.menu--horatio .menu__item--current {
    color: #c0111a;
}

.menu--horatio .menu__item:hover {
    color: #c0111a;
}

.menu--horatio .menu__item::before,
.menu--horatio .menu__item::after,
.menu--horatio .menu__item span::before,
.menu--horatio .menu__item span::after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: -2px;
    border: 2px solid currentColor;
}

.menu--horatio .menu__item::before {
    border-width: 0 0 0 2px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu--horatio .menu__item::after {
    border-width: 0 2px 0 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.menu--horatio .menu__item span::before,
.menu--horatio .menu__item span::after {
    z-index: 2;
}

.menu--horatio .menu__item span::before {
    border-width: 2px 0 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.menu--horatio .menu__item span::after {
    border-width: 0 0 2px;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.menu--horatio .menu__item--current::before,
.menu--horatio .menu__item--current::after,
.menu--horatio .menu__item:hover::before,
.menu--horatio .menu__item:hover::after,
.menu--horatio .menu__item--current span::before,
.menu--horatio .menu__item--current span::after,
.menu--horatio .menu__item:hover span::before,
.menu--horatio .menu__item:hover span::after {
    content: '';
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before,
.menu--horatio .menu__item:not(.menu__item--current):hover::after,
.menu--horatio .menu__item:not(.menu__item--current):hover span::before,
.menu--horatio .menu__item:not(.menu__item--current):hover span::after {
    -webkit-animation: horatio-anim .6s ease-in-out;
    animation: horatio-anim .6s ease-in-out;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover span::before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::after {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover span::after {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes horatio-anim {
    0%, 33% {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(1.5);
        transform: rotate(45deg) scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes horatio-anim {
    0%, 33% {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(1.5);
        transform: rotate(45deg) scale(1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* End: Horatio Styles */

.bg_filtro{
    background-image: url("../../images/bg_filtro.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    background-size: cover;
}

.titulo_pesquisa{
    font-size: 45px;
    color: #fff;
    margin-left: 15px;
    padding-top: 5px;
}

.drops{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.drops .dropdown-toggle {
    width: 100%;
    color: #969696;
    background-color: #fff;
    border: none;
    padding-bottom: 5px;
    line-height: 29px;
    padding-top: 0;
    padding-left: 34px;
}

.dropdown-menu{
    text-align: center;
    border: none;
    border-radius: 0;
}

.dropdown-menu a li{
    color: #969696;
}

.dropdown-menu a:hover li{
    color: #fff;
    background-color: #969696;
}

.nebula-search{
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
    text-align: center;
    outline: none;
    width: 85%;
    float: left;
}

.btn_procurar{
    width: 15%;
    padding-top: 9px;
    padding-bottom: 9px;
    outline: none;
    background-color: #969696;
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    border-top: 14px solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    width: 6%;
    float: right;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 10px;
}

.container_produtos{
    margin-top: 40px;
}

.loadmorecon, .loadmorecon a {
    clear: both;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 35px;
    color: #575656;
    text-decoration: underline;
    font-family: 'Neuzeit Bold', sans-serif;
}

.img_galeria img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 105em) {
    .titulo_contato h1{
        font-size: 50px;
    }

    .subtitulo_contato{
        font-size: 40px;
    }

    .texto_contato {
        font-size: 15px;
    }

    .titulo_noticia{
        font-size: 18px;
    }

    #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited{
        font-size: 30px;
    }

    #filters li span, .categoria_produto{
        font-size: 17px;
    }

    .titulo_pesquisa{
        font-size: 40px;
        padding-top: 20px;
    }

    .drops .dropdown-toggle{
        font-size: 14px;
    }

    .nebula-search{
        font-size: 14px;
    }

    .loadmorecon, .loadmorecon a{
        font-size: 30px;
    }
}

/*Large devices (desktops, less than 75em)*/
@media (max-width: 75em) {

    .bg_titulo{
        width: 100%;
    }

    .titulo_contato h1 {
        font-size: 40px;
    }

    .subtitulo_contato{
        font-size: 30px;
    }

    .texto_contato {
        font-size: 14px;
    }

    .ch{
        max-width: auto;
    }

    .bg_titulo{
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .img_header{
        height: auto;
    }

    #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
        font-size: 25px;
    }

    #filters li span, .categoria_produto{
        font-size: 16px;
    }

    .titulo_pesquisa{
        font-size: 35px;
    }
}

/*Medium devices (tablets, less than 62em)*/
@media (max-width: 62em) {
    .container_header{
        margin-top: 60px;
    }

    .titulo_contato h1 {
        font-size: 40px;
    }

    .subtitulo_contato{
        font-size: 30px;
    }

    .texto_contato, .btn_ler_mais {
        font-size: 14px;
    }

    .ch{
        max-width: 100%;
    }

    .texto_contato, .subtitulo_contato{
        padding-left: 20px;
        padding-right: 20px;
    }

    .titulo_noticia {
        font-size: 16px;
    }

    #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited{
        font-size: 22px;
    }

    #filters li span, .categoria_produto{
        font-size: 15px;
    }

    .dropdown-toggle::after{
        width: 3%;
    }
    .loadmorecon, .loadmorecon a{
        font-size: 25px;
    }

    .titulo_pesquisa{
        font-size: 30px;
    }

    #portfoliolist{
        margin-top: 20px;
    }

    #bigheadingcon{
        margin-top: 50px;
    }

    .search_title{
        font-size: 30px;
    }

}

/*Small devices (landscape phones, less than 48em)*/
@media (max-width: 48em) {
    .subtitulo_contato{
        font-size: 20px;
    }

    .bg_titulo {
        padding-top: 10vh;
        padding-bottom: 10vh;
        margin-top: 0;
    }

    .titulo_contato h1{
        font-size: 25px;
    }

    .titulo_noticia {
        font-size: 15px;
    }

    #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
        font-size: 20px;
    }

    #filters li span{
        font-size: 14px;
    }

    .categoria_produto{
        font-size: 14px;
    }

    .loadmorecon, .loadmorecon a{
        font-size: 20px;
    }

    .titulo_pesquisa{
        font-size: 25px;
    }

    .search_title{
        font-size: 25px;
    }


}

/*Extra small devices (portrait phones, less than 34em)*/
@media (max-width: 34em) {
    .bg_titulo {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .titulo_contato h1{
        font-size: 20px;
    }

    .img_galeria img{
        margin-left: auto;
        margin-right: auto;
    }

    .titulo_noticia {
        font-size: 14px;
    }

    #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
        font-size: 18px;
    }

    .ch{
        max-width: 100%;
    }

    .loadmorecon, .loadmorecon a{
        font-size: 16px;
    }

}

