body {
    font-family: 'Catamaran', sans-serif;
    overflow-x: hidden;
}

img {
    width: 100%;
}

.logo {
    width: 22.5%;
}

a,
a:hover {
    color: #222;
    text-decoration: none;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
}

.small-size input,
.small-size button {
    font-size: 10px;
}

.top {
    background-color: rgba(255, 255, 255, .75);
}

#slideHome article {
    bottom: 20%;
    position: absolute;
    width: 100%;
}

#slideHome article h3 {
    font-weight: 100;
    text-align: center;
    display: table;
    margin: 0 auto .5em;
    background-color: rgba(111, 111, 111, 0.75);
    padding: 5px 10px;
    color: #fff;
}

.btn-primary {
    background-color: #ef3d2f !important;
    border-color: #ef3d2f !important;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #871e18 !important;
    border-color: #871e18 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 47, 36, .25) !important;
}

.form-login small i {
    color: #ef3d2f;
}

.title-underline {
    font-weight: 400;
}

.title-underline::after {
    content: "";
    width: 40px;
    background-color: #ef3d2f;
    height: 2px;
    display: table;
    margin-top: 3px;
}

.nav-link.active {
    border: 1px solid #ef3d2f;
}

.navbar-dark .navbar-nav .nav-link {
    color: #222;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ef3d2f;
}

.box-image {
    height: 250px;
    border: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-image img {
    max-height: 100%;
    width: auto;
    max-width: 90%;
}

.box-produto strong {
    font-size: 12px;
    color: #ef3d2f;
}

.box-produto p {
    font-size: 15px;
    color: #7b7b7b;
}

.slide-ctrl {
    background-color: #585858;
    color: #fff;
    padding: .175rem .5rem;
    font-size: 11px;
    transition: .25s;
}

.slide-ctrl:hover {
    background-color: #ef3d2f;
}

#slideParceiros {
    margin-bottom: 1.5em;
}

#slideParceiros a {
    border: 1px solid #ccc;
}

.catalogo {
    background-color: #516067;
    color: #fff;
}

.catalogo .title-underline::after {
    background-color: #fff;
}

.catalogo a {
    color: #fff;
    border-color: #fff;
}

.catalogo a:hover,
.catalogo a:active {
    background-color: #ef3d2f !important;
    border-color: #ef3d2f !important;
}

.catalogo a:focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 47, 36, .25) !important;
}

footer {
    background: #ef3d2f;
}

footer p,
footer a,
footer label,
footer h5 {
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

footer form input.form-control {
    background-color: #ef3d2f;
    border-width: 2px;
    font-size: 10px;
    width: 100%;
}

footer form label {
    font-size: 10px;
    margin-bottom: 0;
}

footer img {
    width: 200px;
}

footer form .btn-primary {
    background-color: #fff !important;
    color: #ef3d2f !important;
    margin-top: 10px;
}

footer form .btn-primary:hover {
    color: #fff !important;
}

footer form .form-group {
    margin-bottom: 5px;
}

footer a:hover {
    color: #871e18;
}

.end {
    background-color: #871e18;
    color: #fff;
    font-size: 12px;
}

.toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    background-color: rgba(239, 61, 47, 0.90);
    color: #fff;
    display: none;
}

.div-efetc {
    height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.div-efetc i {
    display: flex;
    flex-direction: column;
    transform: translate3d(0,0,0);
    transition: .25s;
}

.div-efetc i:hover {
    transform: translate3d(0px,-47.5%,0px);
}

.div-efetc a,.div-efetc a:hover {
    color: inherit;
}

.fa-linkedin-in:after {
    content: "\f0e1";
    margin-top: 5px;
}

.fa-facebook-f:after {
    content: "\f39e";
    margin-top: 5px;
}

.mobile {
    display: none;
}

.static-content {
    margin-top: 10em;
}

.default-ul {
    list-style: none;
    line-height: 2;
}

.filtro {
    width: 250px;
}

.filtro .list-group-item:not(.title) {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
}

.filtro .list-group-item.title {
    background-color: rgba(111, 111, 111, 0.75);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.filtro .list-group-item.active {
    background-color: #ef3d2f;
    border-color: #871e18;
}

.content-produtos {
    margin: 0 auto;
    width: calc(100% - 350px);
}

#slideProdutos .swiper-pagination-bullet-active {
    background-color: #ef3d2f;
}

.img-repre {
    max-width: 80%;
    display: table;
    margin: 0 auto 1.5em;
}

#slideProdutos .swiper-button-next, 
#slideProdutos .swiper-button-prev, 
#slideProdutos .swiper-container-rtl .swiper-button-prev,
#slideProdutos .swiper-container-rtl .swiper-button-next {
    background-image: none;
    font-size: 30px;
    z-index: 2;
}

#slideProdutos .swiper-slide {
    padding: 0 50px;
}

.zoomContainer {
    z-index: 1;
}

.inside-produto {
    position: relative;
    z-index: 2;
}

.desktop ul li a {
    cursor: pointer;
}