/*
  Journal - Advanced Opencart Theme Framework
  Version 2.6.7
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 NEWSLETTER
*******************************/

.inova{
    right: 28px !important;
}

footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column:last-of-type p{
    margin-bottom: 15px !important;
}

.lojas-brusfer>.lojas-brusfer-footer:last-of-type{
        margin-right: 0;
}

footer #footer .row.columns:nth-of-type(2) > div{
    padding: 0px;
}


@media screen and (max-width: 760px) {
    
          
    
     #newsletter{
    display: flex;
    flex-direction: column;
     }
    
    #newsletter .txt{
            display: flex;
    flex-direction: column;
    }
    
    #newsletter .txt > h3{
        margin: 0 auto;
    color: white;
    width: max-content;
    }
    
    #newsletter .txt > p{
        overflow: hidden;
    line-height: 100%;
    width: max-content;
    color: white;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 12px;
    max-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    }
    
    footer #footer>.row #newsletter input{
            height: 35px;
    width: 80%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    margin-bottom: 12px;
    }
    
    #botao_assinar_newsletter {
            height: 35px;
    width: 80%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    margin-bottom: 12px;
    background-color: #6AB42E;
    }
    
}

@media screen and (min-width: 760px) {
    
        footer #footer>.row #newsletter {
            padding: 22px;
            max-width: 1180px;
        }
        
         
    
}

@media screen and (min-width: 1250px) {
       footer #footer>.row #newsletter img {
            width: 80px;
            margin-left: -30px;
            top: 7px;
        }
}

@media screen and (min-width: 1001px) and (max-width: 1249px) {
       footer #footer>.row #newsletter img {
            width: 65px;
            margin-left: -18px;
            top: 13px;
        }
}
        

footer .column-text-wrap img {
    max-width: 100%;
    height: auto !important;
}

@media screen and (max-width: 1000px) {
    footer #footer>.row #newsletter img {
            display:none;
        }
}

@media screen and (min-width: 760px) {
    
        footer #footer>.row #newsletter .txt {
        width: 40%;
        padding-left: 50px;
        color: #fff;
    }
    
        footer #footer>.row #newsletter .txt h3 {
        color: #fff;
    }
    
        footer #footer>.row #newsletter input {
        height: 35px;
        width: 20%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0 10px;
    }
    
    #botao_assinar_newsletter {
    font-size: 20px !important;
    color: #fff;
    font-weight: 700 !important;
}
    
    
        footer #footer>.row #newsletter button {
        width: 18%;
        margin-left: 2%;
        border-radius: 10px;
        background-color: #6AB42E;
        height: 35px;
    }
    
        footer #footer>.row #newsletter input {
        height: 35px;
        width: 20%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0 10px;
    }
    
    footer .column-text-wrap p {
    color: inherit;
    margin: 0;
    overflow: hidden;
    line-height: 100%;
}
    
        footer #footer>.row #newsletter img {
        position: absolute;
    }
    
    footer #footer>.row:nth-of-type(1) {
        overflow: visible;
    }
    
        footer #footer>.row {
        width: 100vw;
    }
    
        footer #footer>.row:nth-of-type(1) .column-text-wrap {
        margin: 0;
    }
    
        footer #footer>.row #newsletter {
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    
    
}





/******************************
 FOOTER
*******************************/

footer.boxed-footer #footer>.row:nth-of-type(3).columns h3 {
    text-transform: uppercase;
    width: max-content;
    color: rgba(82, 82, 82, 255);
    font-size: 15px;
}

.coluna3 .links-brusfer-icon {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

footer .column-menu-wrap > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 6px;
}

.redes-sociais-brusfer h3, .redes-sociais-brusfer {
    width: max-content;
}

.institucional .lista-institucional ul, .ajuda .lista-ajuda ul {
    padding: 0;
}

.lista-ajuda > ul{
    padding-left: 0px !important;
}

footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column:last-of-type p, footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column ul li, .institucional .lista-institucional ul li a, .ajuda .lista-ajuda ul li a {
    color: rgb(82, 82, 82);
    font-size: 14px;
}

@media screen and (min-width: 981px) {
    
    footer.boxed-footer #footer>.row:nth-of-type(3).columns{
        display: flex;
    justify-content: space-between;
    }
    
        .ajuda {
        margin-top: 20px;
    }
    
        footer #footer .lojas-brusfer-footer p {
        margin: 5px 0;
        font-size: 12.5px;
    }
    
        .redes-sociais-brusfer {
        margin-top: 15px;
    }
    
    footer.boxed-footer #footer>.row:nth-of-type(3).columns>div:nth-of-type(3) {
        min-width: 320px;
    }
    
    footer.boxed-footer #footer>.row:nth-of-type(3).columns {
        padding-top: 15px;
        padding-left: calc((100vw - 1000px) / 2);
        padding-right: calc((100vw - 1000px) / 2);
    }
    
        footer.boxed-footer #footer>.row:nth-of-type(3).columns>div {
        max-width: max-content;
        min-width: 150px;
    }
    
    footer.boxed-footer #footer>.row:nth-of-type(3).columns>div:nth-of-type(3) {
        min-width: 320px;
    }
    
        footer.boxed-footer #footer>.row:nth-of-type(3).columns>div {
        max-width: max-content;
        
    }
    footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column:last-of-type {
        padding: 0 !important;
        margin-left: 30px;
    }
    
    
}

footer.boxed-footer #footer>.row:nth-of-type(2) {
    padding-bottom: 15px;
}

@media screen and (min-width: 981px) {
    @media screen and (min-width: 1100px) {
        footer.boxed-footer #footer>.row:nth-of-type(2) {
            background-color: #f8f8f8;
            padding-left: calc((100vw - 1100px) / 2);
            padding-right: calc((100vw - 1100px) / 2);
        }
    }
    
        footer #footer>.row {
        width: 100vw;
    }
}



#footer {
  border: 0;
  position: relative;
 
  margin: 0 auto;
 
  width: 100%; }

.fullwidth-footer {
  max-width: 100%; }
  .fullwidth-footer #footer {
    overflow: visible;
    display: block;
    border-radius: 0; }
  .fullwidth-footer .columns {
    padding-left: 1px; }
  .fullwidth-footer .bottom-footer {
    max-width: 100%;
    padding: 0; }

.boxed-footer {
  background-color: transparent; }

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;
  z-index: 10; }

  footer .columns {
    padding-left: 15px;
    overflow: hidden; }
  footer .column {
    padding: 0px 25px 0px 0;
    position: relative; }
    footer .column.newsletter {
      padding-right: 15px; }
    footer .column > h3 {
      color: #E4E4E4;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid #5F6874;
      padding-bottom: 10px;
      margin-top: 12px; }
    footer .column.no-title .column-text-wrap {
      margin-top: 15px; }
  footer .column-menu-wrap > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 6px; }
    footer .column-menu-wrap > ul li {
      padding: 3px 0;
      color: #E4E4E4; }
      footer .column-menu-wrap > ul li i {
        margin-right: 6px !important; }
        footer .column-menu-wrap > ul li i:before {
          margin-top: -1px; }
    footer .column-menu-wrap > ul a {
      display: block;
      color: inherit;
      transition: color .2s; }
  footer .column-text-wrap {
    color: #E4E4E4;
    height: 100%; }
    footer .column-text-wrap a {
      transition: color 0.2s; }
    footer .column-text-wrap > ul {
      padding-left: 15px;
      margin: 0 0 7px 0; }
    footer .column-text-wrap > ol {
      padding-left: 20px;
      margin: 0 0 7px 0; }
    footer .column-text-wrap p {
      color: inherit;
      margin: 0;
      overflow: hidden;
      line-height: 100%; }
      footer .column-text-wrap p span, footer .column-text-wrap p strong {
        line-height: 100% !important; }
      footer .column-text-wrap p iframe {
        width: 100%; }
    footer .column-text-wrap img {
      max-width: 100%;
      height: auto !important; }
  footer .text > h3 {
    margin-bottom: 12px; }
  footer .columns + .contacts {
    margin-top: 15px; }
  footer .contacts {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
    padding: 10px; }
    footer .contacts > div > span {
      color: white;
      margin-right: 4px; }
    footer .contacts i {
      font-size: 20px;
      color: inherit;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      margin-right: 0 !important;
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      text-align: center;
      line-height: 39px;
      transition: background-color .2s; }
    footer .contacts a {
      color: inherit; }
    footer .contacts a:hover i {
      color: inherit; }
    footer .contacts [data-hint]:before, footer .contacts [data-hint]:after {
      display: block; }
    footer .contacts .hint--top:before {
      margin-left: -10px; }
    footer .contacts .hint--top:after,
    footer .contacts .hint--top:focus:after {
      -webkit-transform: translate3d(0, 0, 0) translateX(-54%);
      -moz-transform: translate3d(0, 0, 0) translateX(-50%);
      -ms-transform: translate3d(0, 0, 0) translateX(-50%);
      transform: translate3d(0, 0, 0) translateX(-54%); }
    footer .contacts .hint--top:hover:after,
    footer .contacts .hint--top:focus:after {
      -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%);
      -moz-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%);
      -ms-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%);
      transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%); }
    footer .contacts .hint--top .contacts-text {
      margin-left: 0; }
  footer .contacts-text {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: inherit;
    line-height: 36px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    top: 2px; }
  footer .contacts-center {
    margin: 0 auto;
    position: absolute;
    clear: both;
    width: 100%;
    top: 10px;
    right: 10px;
    z-index: 0; }
  footer .contacts-left {
    position: relative;
    float: left;
    z-index: 1; }
  footer .contacts-right {
    position: relative;
    float: right;
    z-index: 1; }

.column.newsletter .box {
  margin-top: 50px;
  margin-bottom:50px ; 
    background-color: #255C29;
}



.column.products {
  padding-bottom: 12px; }
  .column.products > h3 {
    margin-bottom: 12px; }
  .column.products .product-wrapper {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: all 0.2s; }
    .column.products .product-wrapper .p-over {
      display: none; }
  .column.products .product-wrapper:hover {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none; }
  .column.products .product-details {
    background-color: transparent;
    padding-bottom: 0;
    float: left;
    max-width: 150px;
    padding-left: 8px; }
  .column.products .product-details:before {
    content: ""; }
  .column.products .product-grid-item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 0; }
    .column.products .product-grid-item .quickview-button {
      display: none !important; }
    .column.products .product-grid-item:first-of-type {
      padding-top: 2px; }
    .column.products .product-grid-item .image {
      display: block;
      float: left;
      position: relative;
      width: auto; }
      .column.products .product-grid-item .image span {
        display: none !important; }
      .column.products .product-grid-item .image a {
        background: transparent !important;
        margin-top: 1px;
        line-height: 100%;
        border-radius: 0;
        border: none; }
      .column.products .product-grid-item .image img {
        border: 0;
        display: block;
        padding: 0;
        max-width: 50px; }
    .column.products .product-grid-item .name {
      position: relative; }
      .column.products .product-grid-item .name a {
        font-size: 12px;
        text-decoration: none;
        display: block;
        text-align: left;
        padding: 0 0 1px 0;
        transition: all 0.2s; }
    .column.products .product-grid-item .sale {
      display: none; }
    .column.products .product-grid-item .price {
      display: inline-block;
      font-size: 13px;
      padding: 0;
      text-align: left;
      border: none;
      margin-bottom: 0;
      background-color: transparent;
      border-radius: 0; }
    .column.products .product-grid-item .price-old {
      font-weight: normal;
      color: #EA2E49;
      padding-right: 0;
      text-decoration: line-through;
      font-size: 12px; }
    .column.products .product-grid-item .price-new {
      font-size: 13px; }
    .column.products .product-grid-item .rating {
      position: relative;
      margin: 0;
      left: 0;
      top: 0;
      padding: 0; }
    .column.products .product-grid-item .cart {
      display: none !important; }
    .column.products .product-grid-item .cart input {
      color: white;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: none;
      font-weight: bold; }
  .column.products .product-grid-item:last-of-type {
    border-bottom: none; }

.bottom-footer {
  height: 60px;
  clear: both;
  margin: 0 auto;
  position: relative; }
  .bottom-footer > div {
    max-width: 1024px;
    margin: 0 auto;
    position: relative; }
  .bottom-footer .copyright {
    float: left;
     }
  .bottom-footer .payments {
    float: right; }
    /*.bottom-footer .payments img {
      max-width: 100%;
      max-height: 35px;
      height: auto;
      width: auto;
      margin-left: 10px;
      position: relative;
      margin-top: 13px;
      vertical-align: middle; }*/
  .bottom-footer .no-copyright {
    text-align: center; }
    .bottom-footer .no-copyright .payments {
      float: none; }
  .bottom-footer .no-payments {
    text-align: center; }
    .bottom-footer .no-payments .copyright {
      float: none; }
  .bottom-footer.boxed-bar {
    padding: 0 15px; }

.column-text-wrap .block-icon-left + p {
  display: inline; }

footer .column.text {
  min-height: 50px; }

/******************************
OC 2.0
*******************************/


footer #footer{
  max-width: 100%;
  padding: 0;
}
footer #footer > .row {

}

footer .column.no-title .column-text-wrap{
    margin-top: 15px;
}


footer #footer > .row:nth-of-type(1) .newsletter,
footer #footer > .row:nth-of-type(1){
  padding: 0;
  max-width: 100%;
}


footer #footer > .row:nth-of-type(3) .column:last-of-type ul li i {
  display: inline-flex;
  min-width: 55px;
 
  justify-content: center;
}
footer #footer > .row:nth-of-type(3) .column:last-of-type ul li:first-of-type i img{
  width: 25px;
}
footer #footer > .row:nth-of-type(3) .column:last-of-type ul li:last-of-type i img{
  width: 32px;
}
footer #footer > .row:nth-of-type(3) .column:last-of-type ul li{
  font-weight: bold;
  line-height: 40px;
  color: rgb(47,46,42);
  letter-spacing: .6px;
  font-size: 14px;
  
}
footer #footer > .row:nth-of-type(3) .column:last-of-type ul {
width: max-content;
  margin: 0 auto;
}
footer #footer .block-icon-left{
    margin-right: 20px;
}

footer #footer > .row:nth-of-type(3) .column:not(:last-of-type) ul li {
  padding-left: 2px;
}


footer #footer .row.columns:nth-of-type(2){
 position: relative;
 padding-top:45px ;
 padding-bottom: 30px;
}
footer #footer .row.columns:nth-of-type(2)::after{
  content: '';
  left: 25px;
  display:block;
  height: 1px;
  background-color: rgb(240,240,240);
  bottom: 0;
  position: absolute;
  width: calc(100% - 85px);
}

.lojas-brusfer {
    display: flex;
    justify-content: center !important;
}

.lojas-brusfer>.lojas-brusfer-footer {
    margin-right: 2.5%;
}

@media screen and (min-width: 899px) {
    
        body footer.boxed-footer #footer>.row:nth-of-type(2) .lojas-brusfer>.lojas-brusfer-footer .txt>h3 {
        font-size: 15px;
    }
    
        .lojas-brusfer>.lojas-brusfer-footer .txt {
        width: 45%;
        margin-left: 2.5%;
    }
    
    .lojas-brusfer>.lojas-brusfer-footer .img {
        min-width: 50%;
        max-width: 50%;
    }
    
        .lojas-brusfer-footer {
        max-width: calc(95% / 3);
        min-width: calc(95% / 3);
        width: calc(95% / 3);
    }
    
    .lojas-brusfer>.lojas-brusfer-footer:first-of-type {
        margin-left: 0;
    }
    
        .lojas-brusfer>.lojas-brusfer-footer {
        display: flex;
    }
    
}


footer .row .column.newsletter .journal-newsletter .box-content{
  display: flex;
  max-width: 900px;
  width:100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-evenly;
}
footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap{
  max-width: 280px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 761px){
  footer .payments img:last-of-type{
    display: none !important;
  }
}
@media (max-width: 760px){
  footer .payments img:first-of-type{
    display: none !important;
  }
}

footer #footer .row:first-of-type{
background-size: cover
}
footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap a.newsletter-button i{
  margin-right: 0;
  margin-left: 12px;
  line-height: 30px;
}

footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap a.newsletter-button{
  border-radius: 2px;
  line-height: 33px;
  margin-top: 5px;
  width: 100%;
  padding-left: 34px;
  text-align: left;
}
footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap input{
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgb(200,200,200);
  border-radius: 2px;
  height: 35px;
  padding-left: 30px;
  width: 100%;
}
footer .bottom-footer .tecmicro-merchan{
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
}
.payments {
  margin: 60px 0 25px 0;
}

@media screen and (max-width: 980px) {
    @media screen and (max-width: 600px) {
        footer.boxed-footer #footer>.row:nth-of-type(3).columns h3 {
            margin-top: 0;
        }
    }
}

@media screen and (max-width: 980px) {
    footer.boxed-footer #footer>.row:nth-of-type(3).columns .coluna3 h3, footer.boxed-footer #footer>.row:nth-of-type(3).columns .column-text-wrap>.institucional h3 {
        padding-top: 4.5px;
    }
}

@media (max-width: 981px){
    #footer > .row:nth-of-type(3) .column:last-of-type .column-menu-wrap ul{
  padding-left: 0;
}
#footer > .row:nth-of-type(3) .column:last-of-type .column-menu-wrap ul li a{
  font-size: 13px;
}
#footer > .row:nth-of-type(3) .column:last-of-type .column-menu-wrap ul li a i{
  max-width: 35px;
  width: 35px;
  min-width: 35px;
}
     footer #footer .block-icon-left i,
 footer #footer .block-icon-left{
    margin-right: 0;
    margin-left: 0;
}
 footer #footer > .row .column{
    padding-right: 0;
}
   footer .columns {
      padding-left: 0;
  }
   footer #footer > .row .newsletter .journal-newsletter{
  margin: 30px 0;
}
 footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap{
  max-width: 305px;
   width: 100%;
}
 footer #footer > .row .newsletter .journal-newsletter .newsletter-text{
  text-align: left;
  width: max-content;
  display: block;
  font-size: 24px !important;
}

 footer #footer > .row .newsletter .box-content {
  flex-wrap: wrap;
  justify-content: center;
}
 footer #footer > .row{
  flex-wrap: wrap;  
}
 footer #footer > .row > .column{
  width: 100%;
}
 
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(1) .column-text-wrap{
  left: 3px;
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(2) .column-text-wrap{
  left: 6px;
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(4) .column-text-wrap{
  left: 17px;
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(3) .column-text-wrap{
  left: 1px;
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(1){
  order: 4;
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(2){
 order: 3; 
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(3){
  order: 2;
}
 footer #footer > .row:nth-of-type(2) > .column:nth-of-type(4){
  order: 1;
}



.bottom-footer .payments {
  margin-top: 45px;
}
.bottom-footer .payments img {
  width: 290px;
  height: auto;
}


footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap input{
  padding-left: 50px;
}
footer .row .column.newsletter .journal-newsletter
.box-content .newsletter-input-wrap a.newsletter-button{
   width: max-content;
  padding: 0 50px 1px 50px;
  line-height: 33px;
}
footer .row .column.newsletter .journal-newsletter
.box-content .newsletter-input-wrap a.newsletter-button i{
  display: none;
}
footer #footer .column-menu-wrap > ul li {
    font-size: 15px;
}


@media (max-width:600px){
    footer #footer > .row:nth-of-type(3) .column:last-of-type > div > div{
           padding: 0 25px;
    }
 
    .coluna3 .links-brusfer-icon{
            width: 100%;
    }
    
            .redes-sociais-brusfer {
            /* justify-items: center; */
            justify-self: center !important;
            margin-top: 20px;
        }
    
    footer.boxed-footer #footer>.row:nth-of-type(3){
        display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
footer.boxed-footer #footer>.row:nth-of-type(3)>div.column:nth-of-type(1),
footer.boxed-footer #footer>.row:nth-of-type(3)>div.column:nth-of-type(2){
                width: max-content;
}

    
    footer.boxed-footer #footer>.row:nth-of-type(3)>div.column:nth-of-type(2){
        justify-items: center;
}

footer.boxed-footer #footer>.row:nth-of-type(3)>div.column:nth-of-type(2) > h3 {
            width: 151px;
}

footer.boxed-footer #footer>.row:nth-of-type(3)>div.column:nth-of-type(2) > div {
            width: 151px;
}

.redes-sociais-brusfer{
    justify-items: center; 
}

.formas-pagamento-brusfer{
    justify-items: center;
}
    
    footer.boxed-footer #footer>.row:nth-of-type(3)>div.column > .column-text-wrap{
            display: flex;
    flex-direction: column;
    justify-self: center;
    }
    
#footer > .row:nth-of-type(3) .column.open .column-menu-wrap{
  display: block;
  
}
#footer > .row:nth-of-type(3) .column.open .column-menu-wrap ul{
padding-left: 20px;
}


footer #footer > .row:nth-of-type(3) .column{
  width: 100%;
}
}

footer #footer>.row #newsletter button{
    font-family: "Roboto" !important;
}

@keyframes slide_nossas_lojas {
    0% {
        left: 0vw;
    }
    50% {
        left: -62vw;
    }
    100% {
        left: 0vw;
    }
}



@media screen and (max-width: 1100px) {
    
    footer #footer .row.columns:nth-of-type(2){
           padding-right: 15px; 
    }
    
    footer.boxed-footer #footer>.row:nth-of-type(2).columns {
        max-width: 100vw;
        padding: 0 2.5% !important;
    }
}

@media screen and (max-width: 980px) {
    footer.boxed-footer #footer>.row:nth-of-type(3)>div.column {
        padding: 0;
    }
        footer.boxed-footer #footer>.row:nth-of-type(3)>div.column {
        padding: 0;
    }
    
}

@media (max-width: 980px) {
    
    @media (min-width: 601px) {
        footer #footer>.row>.column, footer #footer>.row:nth-of-type(1)>div {
            padding-right: 0 !important;
        }
        
        footer.boxed-footer #footer>.row:nth-of-type(3).columns{
            max-width: 100vw;
            padding: 0 2.5% !important;
        }
    }
}

@media screen and (max-width: 980px) {
    @media screen and (max-width: 600px) {
        @media screen and (max-width: 500px) {
            .lojas-brusfer {
                animation-name: slide_nossas_lojas;
                animation-duration: 30s;
                animation-iteration-count: infinite;
                width: max-content;
                position: relative;
            }
        }
    }
}


@media screen and (max-width: 980px) {
    @media screen and (min-width: 601px) {
        footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column:nth-of-type(1), footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column:nth-of-type(2), footer.boxed-footer #footer>.row:nth-of-type(3).columns>.column:nth-of-type(3) {
            width: 33%;
        }
    }
}


  footer #footer > .row .newsletter .journal-newsletter .newsletter-text{
    font-size: 22px !important;
  }
  footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap{
    max-width: 280px;
    width: 50%;
    margin-left: 20px;
  }
  footer .row .column.newsletter .journal-newsletter .box-content .newsletter-input-wrap a.newsletter-button{
    padding-left: 40px;
    padding-right: 0;
    width: 100%;
  }
  footer #footer > .row:nth-of-type(3) .column:last-of-type{
    margin-top: 20px;
  }
}
}