*{
    outline: none;
}
html, body{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal; 
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    background: #FFF;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
p{
    color: #808080;
}
header{
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 40;
    width: 100%;
    transition: ease 0.5s;
}
header .spacing {
    padding: 3em 0;
}
.pos-scroll-header {
    position: fixed;
    background: #000000d9;
}
.pos-scroll-header .spacing {
    padding: 1em 0;
}
.primary-menu li{
    display: flex;
    align-items: center;
    padding: 4px 0.5em;
}
.primary-menu li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
}
.primary-menu{
    justify-content: flex-end;
}
.dropdown.menu>li:hover{
    background: transparent;
}
.dropdown.menu>li>a{
    padding: .7rem 0.3rem;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(41, 37, 52, 0.95) 100%);
    border-radius: 4px;
    text-align: left;
    border: 0;
    width: 280px;
}
.dropdown.menu>li.is-active>a{
    background: transparent;
    color: #27CBFF;
}
.is-dropdown-submenu li a{
    font-size: 14px;
    font-weight: 600;
}
.is-dropdown-submenu li{
    border-bottom: 1px solid #251f38;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev, .swiper-button-next{
    height: auto;
    width: auto;
}
.swiper-button-prev:after,.swiper-button-next:after{
    display: none;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #DC6E29;
    opacity: 1;
}
.is-dropdown-submenu li:hover{
    background: #00000073;
}
.card-blog-thumb{
    height: 260px;
}
.card-blog-thumb img{
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-blog-title{
    background: #FFFFFF;
    box-shadow: 4px 4px 22px rgb(140 140 140 / 25%);
    border-radius: 10px;
    padding: 1em;
    margin-top: -3em;
    z-index: 2;
    position: relative;
    margin-left: 1.5em;
    margin-right: 1.5em;
}
.card-blog-title h2{
    font-size: 16px;
    color: #0092C0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.card-blog-title a{
    color: #1263BF;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;    
}
.card-blog-date{
    background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 52.67%);
    box-shadow: 4px 4px 22px rgb(140 140 140 / 25%);
    border-radius: 5px;
    position: absolute;
    padding: 8px 15px;
    top: -29px;
    right: 20px;
    font-size: 14px;
}
.card-blog-title:hover a{
    padding-left: 1em;
}
.blog-section{
    background: linear-gradient(180deg, #DEEAF2 0%, rgba(222, 234, 242, 0) 100%), #F5F7FB;
    padding: 5em 0;
    position: relative;
    z-index: 0;
}
#icon-circle-blog{
    position: absolute;
    pointer-events: none;
    z-index: 0;
    left: -75px;
}
.blog-section .grid-x{
    position: relative;
    z-index: 2;
}
.social-share {
    display: flex;
    align-items: center;
    gap: 16px;
}
.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
.facebook &:hover, &:focus, &:active {
    color: #3b5998;
}
.twitter {
    background-color: #00acee;
    border-color: #00acee;

}
.twitter &:hover, &:focus, &:active {
    color: #00acee;
}
.linkedin {
    background-color: #0e76a8;
    border-color: #0e76a8;
}
.linkedin &:hover, &:focus, &:active {
    color: #0e76a8;
}
.menu.vertical, .drilldown a{
    background: #0e0e0e;
    color: #FFF;
}
.drilldown .is-drilldown-submenu-parent>a::after{
    border-color: transparent transparent transparent #ffffff;
}
.drilldown a{
    border-bottom: 1px solid #323232;
}
.drilldown .js-drilldown-back>a::before{
    border-color: transparent #ffffff transparent transparent;    
}
#closeMenuMobile{
    background: #ff5722;
    color: #FFF;
    padding: 13px;
}

#inner-page{
    padding: 11em 0 3em 0;
    position: relative;
    background: linear-gradient(270.89deg, rgba(0, 65, 85, 0.67) 16.83%, rgba(0, 79, 104, 0) 48.11%), #00131A;
}

#inner-page h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 0.1em;
    color: #FFF;
}
.breadcrumbs li a{
    color: #FFF;
}
#blog-content{
    padding-right: 1em;
}
#blog-content h1{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 0.1em;
    background: linear-gradient(180deg, #0092C0 0%, #007CA3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#blog-content h2{
    font-size: 18px;
}
#blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6{
    background: linear-gradient(180deg, #0092C0 0%, #007CA3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;   
    font-weight: bold;
}
#blog-content h3{
    font-size: 22px;
}
#blog-content h4{
    font-size: 20px;
}
#blog-content p{
    font-size: 16px;
}
#blog-content img{
    padding: 1em 0;
}
.swiper-slide img{
    width: 100%;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after{
    border-color: #FFF transparent transparent;
}
.slider-html{
    height: 700px;
    position: relative;
    background-size: cover !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1;
}
.slider-html-content{
    width: 74em;
    z-index: 1;
}
.slider-html-content h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #FFF;
    font-weight: 800;
    display: inline-block;
    line-height: 55px;
}
.slider-html-content h2 span{
    background: linear-gradient(90.18deg, #F96000 4.58%, #FF9F39 105.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}
.slider-html-content h3{
    font-size: 18px;
    color: #FFF;
    margin-bottom: 1.5em;
}
.bg-image{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    background: no-repeat;
}
.button-default{
    background: linear-gradient(180deg, #0092C0 0%, #007CA3 100%);
    box-shadow: 4px 4px 26px -12px #01a9de;
    border-radius: 6px;
    color: #FFF;
    padding: 0.6em 2em;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.button-default:hover, .button-default:active, .button-default:focus{
    background: linear-gradient(180deg, #2bccff 0%, #007CA3 100%);
    color: #FFF;
    cursor: pointer;
}
.slider-html-content .button-default{
    font-size: 20px;
}
.swiper1{
    position: relative;
}
.novidades-destaque{
    background: #0092C0;
    border-radius: 6px;
    padding: 1em !important;
}
.novidades-destaque:hover, .novidades-destaque:active, .novidades-destaque:focus{
    background: #00799d;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.3rem 0.3rem;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.is-dropdown-submenu a img{
    height: 35px;
}

.effect-link{
    position: relative;
}
.effect-link:before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90.18deg, #F96000 4.58%, #FF9F39 105.78%);
    transition: all 0.5s;   
}
.effect-link:hover:before{
    right: auto;
    left: 0;
    width: 100%;    
}
#about-resume{
    background: linear-gradient(180deg, #DEEAF2 0%, rgba(222, 234, 242, 0) 100%), #F5F7FB;
    padding: 4em 0 2em 0;
}
#about-resume h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 49px;
    background: linear-gradient(90.18deg, #F96000 4.58%, #FF9F39 105.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
}
#about-resume p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6E7673;    
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.produtos-slider{
    background: linear-gradient(180deg, #EDF5FF 0%, rgba(250, 250, 250, 0) 100%);
    padding: 3em 0;
    position: relative;
}
.produtos-slider:before{
    content: '';
    background: url(../img/background-celereiro.png) no-repeat;
    width: 787px;
    height: 357px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.product .produtos-slider:before{
    background: none;
}
.title-default{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 132.4%;
    text-align: center;
}
.title-blue{
    background: linear-gradient(180deg, #0092C0 0%, #007CA3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;    
}
.title-orange{
    color: #F96000;
}
.title-dark-blue{
    color: #0092C0;
}
.wrapper-product-slider{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.wrapper-product-slider a{
    height: 286px;
}
.wrapper-product-slider img{
    width: 100%;
    height: 100%;
}
.swiper2{
    padding: 2em 0;
}
.produtos-slider .swiper-wrapper, .produtos-slider .swiper-container{
    position: initial;
}
.posit{
    position: relative;
}
.produtos-slider .swiper-button-next{
    right: -48px;
}
.produtos-slider .swiper-button-prev{
    left: -48px;
}
.motivos-para-escolher{
    background: url(../img/motivos-para-escolher.jpg) no-repeat;
    padding: 3.5em 0;
    background-size: cover;
}
.motivos-para-escolher h2{
    color: #FFF;
}
.card-motivos{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5em;
    padding: 1em;
    min-height: 379px;
    text-align: center;
    border: 1px solid transparent;
    background: transparent;
    transition: all 0.4s ease;
}
.card-motivos:hover{
    border: 1px solid #ff630094;
    background: #00000047;   
}
.card-motivos img{
    padding: 1em 0;
}
.card-motivos h3{
    color: #FF6605;
    font-size: 22px;
    font-weight: bold;
}
.card-motivos p{
    color: #FFF;
    font-size: 13px;
    margin-top: 1em;
    text-align: center;
}
.linepro{
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-top: 15px;
}
.transgenicos{
    color: #000 !important;
}
.transgenicos p{
    color: #000 !important;
}
.flex{
    display: flex;
    gap: 16px;
}
.transgenicos img{
    width: 75px;
    height: 68px;
    margin-top: 10px;
}
#newsletter{
    background: #DEDEDE;
    padding: 2em 0;
}
#newsletter form{
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
#newsletter form .button-default{
    padding: 0.8em 2em;
}
#newsletter form .button-default:hover{
    cursor: pointer;
}
#newsletter form label{
    font-weight: bold;
    font-size: 16px;
}
#newsletter form input{
    padding: 1.4em 1em;
    min-width: 390px;
    margin: 0;
}
.social-media {
    display: flex;
    gap: 10px;
}
.wrapper-title-newslleter{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
#whatsapp-float a{
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 1000;
}
#whatsapp-float img{
     height: 50px;
}
.wrapper-title-newslleter h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
footer{
    background: #141414;
    padding: 4em 0;
    border-bottom: 6px solid #E94E1B;
}
footer h4{
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
footer ul{
    list-style: none;
    margin: 0;
}
footer ul li img{
    margin-right: 10px;
}
footer ul li, footer ul li a{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
footer ul li a:hover, footer ul li a:active,footer ul li a:focus{
    color: #FF9F39;
}
#mobile-menu{
    height: 32px;
}
.wrapper-block-contato{
    display: flex;
    justify-content: space-between;
}
.wrapper-block-contato a{
    color: #0a0a0a;
}
.wrapper-block-contato a:hover{
    color: #FF9F39;
}
.block-contato{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.block-contato ul{
    list-style: none;
    margin: 0;
}
.block-contato ul li{
    font-size: 14px;
}
.block-contato img{
    height: 55px;
}
.contato-form{
    background: #292534;
    margin-top: 3em;
    padding: 4em 0;
}
.contato-form form label{
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
.contato-form form input, form textarea{
    background: #5A5469 !important;
    padding: 1.8em 0.5em !important;
    border: 0 !important;
    color: #FFF !important;
}
form textarea{
    background: #5A5469 !important;
    border: 0 !important;
    color: #FFF !important;    
    padding: 0.5em 0.5em !important;
}
.is-invalid-label {
    color: #ff5457;
}
.color-orange{
    color: #FF8300;
}
.card-filter{
    background: #FFFFFF;
    box-shadow: 3px 4px 34px -10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;    
    padding: 1em;
}
.card-filter h4{
    color: #F96000;
    font-weight: bold;
}
.card-filter h5{
    color: #333333;
    font-size: 18px;
    position: relative;
    padding-left: 1em;
    font-weight: 600;
}
.card-filter h5:before{
    content: '';
    width: 16px;
    height: 2px;
    background: linear-gradient(90.18deg, #F96000 4.58%, #FF9F39 105.78%);
    position: absolute;
    top: 11px;
    left: -3px;
}

    .card-filter-content label{
        margin-bottom: 10px;
    }
    .card-filter-content label:hover{
        cursor: pointer;
    }
  .card-filter-content input[type=checkbox],
.card-filter-content input[type=radio] {
    top: 5px;
    --active: #F96000;
    --active-inner: #fff;
    --input-border: #F96000;
    --input-border-hover: #F96000;
    --background: #fff;
    --disabled: #ffb688;
    --disabled-inner: #ffb688;
    --shadow-inner: rgba(18, 22, 33, .1);
    height: 21px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    height: 21px;
    border: 1px solid var(--input-border);
    background: var(--background);
    transition: background 0.3s ease, border-color 0.3s ease;
  }
  .card-filter-content input[type=checkbox]:after,
.card-filter-content input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.2s ease, filter 0.3s ease;
  }
  .card-filter-content input[type=checkbox]:checked,
.card-filter-content input[type=radio]:checked {
    background: var(--active);
    border-color: var(--active);
  }
  .card-filter-content input[type=checkbox]:checked:after,
.card-filter-content input[type=radio]:checked:after {
    filter: drop-shadow(0 1px 2px var(--shadow-inner));
    transition: opacity 0.3s ease, filter 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
  }
  .card-filter-content input[type=checkbox]:disabled,
.card-filter-content input[type=radio]:disabled {
    cursor: not-allowed;
    opacity: 0.9;
    background: var(--disabled);
  }
  .card-filter-content input[type=checkbox]:disabled:checked,
.card-filter-content input[type=radio]:disabled:checked {
    background: var(--disabled-inner);
    border-color: var(--input-border);
  }
  .card-filter-content input[type=checkbox]:hover:not(:checked):not(:disabled),
.card-filter-content input[type=radio]:hover:not(:checked):not(:disabled) {
    border-color: var(--input-border-hover);
  }
  .card-filter-content input[type=checkbox]:not(.switch),
.card-filter-content input[type=radio]:not(.switch) {
    width: 21px;
  }
  .card-filter-content input[type=checkbox]:not(.switch):after,
.card-filter-content input[type=radio]:not(.switch):after {
    opacity: 0;
  }
  .card-filter-content input[type=checkbox]:not(.switch):checked:after,
.card-filter-content input[type=radio]:not(.switch):checked:after {
    opacity: 1;
  }

  .card-filter-content input[type=checkbox]:not(.switch) {
    border-radius: 6px;
  }
  .card-filter-content input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(20deg);
  }
  .card-filter-content input[type=checkbox]:not(.switch):checked:after {
    transform: rotate(43deg);
  }
  .card-filter-content input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .card-filter-content input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--input-border);
  }
  .card-filter-content input[type=checkbox].switch:checked:after {
    background: var(--active-inner);
    transform: translateX(17px);
  }
  .card-filter-content input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  .card-filter-content input[type=radio] {
    border-radius: 50%;
  }
  .card-filter-content input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(0.7);
  }
  .card-filter-content input[type=radio]:checked:after {
    background: var(--active-inner);
    transform: scale(0.5);
  }
  .wrapper-filter-button{
    padding: 1em 0;
  }
  .filter-button{
    background: #F96000;
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    padding: 0.6em 2em;
    display: inline-flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .filter-button:hover, .filter-button:focus, .filter-button:active{
    background: #d55200;
    color: #FFF;
  }
  .box-product{
    height: 100%;
    border: 1px solid #D3D3D3;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 4px;
  }
  .box-product:hover{
    box-shadow: 1px 6px 17px #ff572226;
    border: 1px solid #ff5722;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .box-product-thumb{
    padding:24px;
  }
  .box-product-thumb img{
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .box-product-target{
    font-size: 14px;
    font-weight: 300;
    color: #F96000;
    padding: 5px 0;
  }
  .box-product-title h3{
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
    min-height: 50px;
  }
  .show-filter{
    text-align: center;
    padding-bottom: 2em;
  }
  .wrapper-list-detail{
    background: #F5F5F5;
    border:1px solid #E0E0E0;
    padding: 1em;
  }
  .wrapper-list-detail p{
    margin-bottom: 0;
  }
  .wrapper-list-detail h4{
    font-size: 18px;
    font-weight: bold;
    color: #0092C0;
  }
  .wrapper-list-detail ul{
    margin-top: 1em;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;    
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
  }
  .accordion-title{
    background: #F0F0F0;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0.7em;
  }
  .accordion-item{
    margin-bottom: 1em;
  }
  .accordion-content p{
    margin-bottom: 0;
    font-size: 14px;
    color: #4A4A4A;
  }
  .accordion-title::before{
    color: #FF9F39;
  }
  .relative{
    position: relative;
  }
  .product-top-inner-page{
    height: 300px;
    position: absolute;
    top: -50px;
    right: 85px;
  }
  .product-top-inner-page img{
    object-fit: contain;
    height: 100%;
  }
/* Small only */
@media screen and (max-width: 39.9375em) {
    .card-filter{
        display: none;
    }
    .card-filter{
        margin-bottom: 1em;
    }
    .contato-form{
        padding: 4em 1em;
    }
    .wrapper-block-contato{
        flex-wrap: wrap;
    }
    .block-contato{
        width: 100%;
        margin: 1em 0;
    }    
    .primary-menu{
        display: none !important;
    }
    .mobile-order{
        order: 3;
    }
    .swiper-button-prev1, .swiper-button-next1, .swiper-button-prev2, .swiper-button-next2{
        display: none;
    }
    .mobile-margin-top-3{
        margin-top: 3em;
    }
    .card-blog{
        margin-bottom: 2em;
    }
    .motivos-para-escolher{
        background: #000608;
    }
    .wrapper-title-newslleter, #newsletter form{
        margin-bottom: 2em;
    }
    #newsletter form{
        flex-direction: column;
        align-items: center;
    }
    #newsletter form label{
        width: 100%;
    }
    footer h4{
        margin-top: 1em;
    }
    footer{
        padding: 2em 0;
    }    
    .mobile-padding-0{
        padding: 0;
    }
}   

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .card-filter{
        display: block !important;
    }
    .contato-form{
        padding: 4em 1em;
    }
    .wrapper-block-contato{
        flex-wrap: wrap;
    }
    .block-contato{
        width: 50%;
        margin: 1em 0;
    }    
    .primary-menu{
        display: none !important;
    }
    .mobile-order{
        order: 3;
    }
    .swiper-button-prev1{
        display: none;
    }
    .mobile-margin-top-3{
        margin-top: 3em;
    }
    .card-blog{
        margin-bottom: 2em;
    }
    .motivos-para-escolher{
        background: #000608;
    }
    .wrapper-title-newslleter, #newsletter form{
        justify-content: center;
        margin-bottom: 2em;
    }
    footer h4{
        margin-top: 1em;
    }
    footer{
        padding: 2em 0;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .card-filter{
        display: block !important;
    }    
    .primary-menu{
        display: flex !important;
    }

}
/* Large and up */
@media screen and (min-width: 74.9376em) {
    .card-filter{
        display: block !important;
    }    
    .primary-menu{
        display: flex !important;
    }
}
