/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #b95f13;
  --primary-color:                #5d52ba;
  --secondary-color:              #0dcaf0;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #ffffff;
  --social-icon-link-bg-color:    #ffffff;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;
  --theme-color-1:                #13162b;
  --theme-color-2:                #f85c70;    
  

  --h1-font-size:                 62px;
  --h2-font-size:                 48px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                16px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         30px;
  --border-radius-small:          10px;

  --font-weight-thin:             100;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}



body,
html {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

.border-dashed { --bs-border-style: dashed; }

.banner-3-main {
  /* responsive */
  /* //responsive */
}

.banner-3-main .banner-3 {
  background: url(https://www.comercioemrevista.com.br/assets/images/topo-recursos.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  background-repeat: repeat-x;
  animation: slideleft 10000s infinite linear;
  -webkit-animation: slideleft 10000s infinite linear;
  z-index: 0;
}

.banner-3-main .banner-3:before {
  content: "";
  background: rgba(16, 16, 16, 0.46);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-3-main .cover-top-center-9 {
  min-height: 38em;
  display: grid;
  align-items: center;
  min-height: 72vh;
}

.banner-3-main .s_cover_txt-9 {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}

.banner-3-main h3.title-cover-9 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.banner-3-main p.para-cover-9 {
  color: #eee;
}

@keyframes slideleft {
  from {
    background-position: 0%;
  }

  to {
    background-position: 90000%;
  }
}

@-webkit-keyframes slideleft {
  from {
    background-position: 0%;
  }

  to {
    background-position: 90000%;
  }
}

@media (max-width: 667px) {
  .banner-3-main h3.title-cover-9 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 600px) {
  .banner-3-main h3.title-cover-9 {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 640px) {
  .banner-3-main .s_cover_txt-9 {
    margin: 0 2em;
  }
}

@media (max-width: 480px) {
  .banner-3-main h3.title-cover-9 {
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 15px;
  }

  .banner-3-main .cover_txt-9 {
    margin: 0 1em;
  }

  .banner-3-main p.para-cover-9 {
    font-size: 16px;
  }

  .banner-3-main .cover-top-center-9 {
    min-height: 28em;
    min-height: 68vh;
  }
}

@media (max-width: 414px) {
  .banner-3-main p.para-cover-9 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 320px) {
  .banner-3-main h3.title-cover-9 {
    font-size: 30px;
    line-height: 28px;
  }
}

/* page-header-sobre */
.page-header-sobre {
    background: url(https://www.comercioemrevista.com.br/assets/images/topo-sobre-nos.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 450px;
}

.page-header-sobre .p,
.page-header-sobre .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}

/* page-header-privacity */
.page-header-privacity {
    background: url(https://www.comercioemrevista.com.br/assets/images/privacity.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 450px;
}

.page-header-privacity .p,
.page-header-privacity .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}

/* page-header-termos */
.page-header-termos {
    background: url(https://www.comercioemrevista.com.br/assets/images/topo-termos.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 450px;
}

.page-header-termos .p,
.page-header-termos .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}

/* page-header-contact */
.page-header-contact {
    background: url(https://www.comercioemrevista.com.br/assets/images/b10.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 450px;
}

.page-header-contact .p,
.page-header-contact .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}


/* page-header-result */
.page-header-result {
    background: url(https://www.comercioemrevista.com.br/assets/images/b9.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 450px;
}

.page-header-result .p,
.page-header-result .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}

/* page-header Prod */
.page-header-prod {
    background: url(https://www.comercioemrevista.com.br/assets/images/b8.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 450px;
}

.page-header-prod .p,
.page-header-prod .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}

.pulse-icon {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/* page-header serv */
.page-header {
    background: url(https://www.comercioemrevista.com.br/assets/images/b6.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 450px;
}

.page-header .p,
.page-header .a {
    padding: 4rem;
    font-weight: 500;
    color: white;
}

/* banner-contact ini */
.banner-contact-main {
  /* responsive */
  /* //responsive */
}

.banner-contact-main .banner-contact {
  background: url(https://www.comercioemrevista.com.br/assets/images/topo-recursos.jpg) no-repeat center;
  background-size: cover;
  height: 450px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  background-repeat: repeat-x;
  animation: slideleft 10000s infinite linear;
  -webkit-animation: slideleft 10000s infinite linear;
  z-index: 0;
}

.banner-contact-main .banner-contact:before {
  content: "";
  background: rgba(16, 16, 16, 0.46);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-contact-main .cover-top-center-9 {
  min-height: 38em;
  display: grid;
  align-items: center;
  min-height: 72vh;
}

.banner-contact-main .s_cover_txt-9 {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}

.banner-contact-main h3.title-cover-9 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.banner-contact-main p.para-cover-9 {
  color: #eee;
}

@keyframes slideleft {
  from {
    background-position: 0%;
  }

  to {
    background-position: 90000%;
  }
}

@-webkit-keyframes slideleft {
  from {
    background-position: 0%;
  }

  to {
    background-position: 90000%;
  }
}

@media (max-width: 667px) {
  .banner-contact-main h3.title-cover-9 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 600px) {
  .banner-contact-main h3.title-cover-9 {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 640px) {
  .banner-contact-main .s_cover_txt-9 {
    margin: 0 2em;
  }
}

@media (max-width: 480px) {
  .banner-contact-main h3.title-cover-9 {
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 15px;
  }

  .banner-contact-main .cover_txt-9 {
    margin: 0 1em;
  }

  .banner-contact-main p.para-cover-9 {
    font-size: 16px;
  }

  .banner-contact-main .cover-top-center-9 {
    min-height: 28em;
    min-height: 68vh;
  }
}

@media (max-width: 414px) {
  .banner-contact-main p.para-cover-9 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 320px) {
  .banner-contact-main h3.title-cover-9 {
    font-size: 30px;
    line-height: 28px;
  }
}
/* end contact */


/* banner-plan */
.banner-plan-main {
  /* responsive */
  /* //responsive */
}

.banner-plan-main .banner-rec {
  background: url(https://www.comercioemrevista.com.br/assets/images/b11.jpg) no-repeat center;
  background-size: cover;
    height: 70%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  background-repeat: repeat-x;
  z-index: 0;
}

.banner-plan-main .banner-rec:before {
  content: "";
  background: rgba(16, 16, 16, 0.46);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-plan-main .cover-top-center-9 {
  min-height: 38em;
  display: grid;
  align-items: center;
  min-height: 72vh;
}

.banner-plan-main .s_cover_txt-9 {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}

.banner-plan-main h3.title-cover-9 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.banner-plan-main h4.title-cover-9 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.banner-plan-main p.para-cover-9 {
  color: #eee;
}

@keyframes slideleft {
  from {
    background-position: 0%;
  }

  to {
    background-position: 90000%;
  }
}

@-webkit-keyframes slideleft {
  from {
    background-position: 0%;
  }

  to {
    background-position: 90000%;
  }
}

@media (max-width: 667px) {
  .banner-plan-main h3.title-cover-9 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 600px) {
  .banner-plan-main h3.title-cover-9 {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  .banner-plan-main h4.title-cover-9 {
    font-size: 37px;
    line-height: 44px;
  }
}

@media (max-width: 640px) {
  .banner-plan-main .s_cover_txt-9 {
    margin: 0 2em;
  }
}

@media (max-width: 480px) {
  .banner-plan-main h3.title-cover-9 {
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 15px;
  }

  .banner-plan-main .cover_txt-9 {
    margin: 0 1em;
  }

  .banner-plan-main p.para-cover-9 {
    font-size: 16px;
  }

  .banner-plan-main .cover-top-center-9 {
    min-height: 28em;
    min-height: 68vh;
  }
}

@media (max-width: 414px) {
  .banner-plan-main p.para-cover-9 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 320px) {
  .banner-plan-main h3.title-cover-9 {
    font-size: 30px;
    line-height: 28px;
  }
}

/* end banner-plan */


/* start all section */
#img-lojas {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
/* end all section */

/* start portfolio */
#img-lojas h2
    {
        padding-bottom: 30px;
    }
#img-lojas .img-lojas-thumb
    {
        overflow: hidden;
        margin: 1;
        position: relative;
    }
#img-lojas .img-lojas-thumb .img-lojas-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#img-lojas .img-lojas-thumb:hover .img-lojas-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#img-lojas .img-lojas-thumb .img-lojas-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }




/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap; /* Permite que os elementos quebrem linha */
    justify-content: center; /* Centraliza o conteúdo */ 

}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box-wrapper {
    display: flex;
    flex-wrap: wrap; /* Impede sobreposição em telas menores */
    gap: 16px; /* Adiciona espaçamento entre as caixas */
}

.img-lojas-thumb img {
    max-width: 100%;
    height: auto; /* Garante que as imagens sejam responsivas */
    display: block; /* Remove gaps extras ao redor das imagens */
}

.img-lojas-container {
    margin: 0 auto;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* category */
category-main .categories-sec {
    padding: 80px 0;
}

.category-main .grid-sec {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.category-main .card {
    background: var(--main-bg-color);
    padding: 40px;
    border: 1px solid #e6e6e6;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.category-category-main .card:hover {
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, 0.1);
}

.category-main .grid-sec a:hover {
    opacity: 1;
}

.category-main .card-body span {
    font-size: 35px;
    color: var(--theme-color-2);
}

.category-main h5.card-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}

.category-main p.para-design {
    font-size: 14px;
    margin-top: 2px;
}

.category-main .grid-sec-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 545px;
    margin: auto;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .category-main .grid-sec {
        grid-template-columns: 1fr 1fr;
    }

    .category-main .grid-sec-2 {
        max-width: 100%;
    }

    .category-main .categories-sec {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .category-main .card {
        padding: 40px 20px;
    }

    .category-main .categories-sec {
        padding: 40px 0;
    }
}

@media (max-width: 400px) {
    .category-main .card {
        padding: 30px 10px;
    }
}

@media (max-width: 360px) {
    .category-main .grid-sec,
    .category-main .grid-sec-2 {
        grid-template-columns: 1fr;
    }
}



/*---------------------------------------
 JOB               
-----------------------------------------*/

.job-image-box-wrap {
    position: relative;
    overflow: hidden;
}

.job-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0 0 8px 8px; /* Para seguir o arredondamento das imagens */
}

.job-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.job-image-box-wrap:hover .job-overlay {
    transform: translateY(0);
}


/*---------------------------------------
  specifications               
-----------------------------------------*/

.specifications-9 .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.specifications-9 .justify-content-between {
  justify-content: space-between;
}

.specifications-9 .align-items-center {
  align-items: center;
}

.specifications-9 .main-main {
  background: url(https://www.comercioemrevista.com.br/assets/images/b1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.specifications-9 .overlay {
  padding: 7rem 0;
  background: rgba(0, 0, 0, 0.65);
}

.specifications-9 h3.title-spe {
  color: #ffffff;
  font-size: 35px;
  display: inline-block;
}

.specifications-9 .grids-speci p {
  font-size: 15px;
  color: #f7f7f7;
}

.specifications-9 .stats-icon {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.11);
}

.specifications-9 .grids-speci span {
  color: var(--theme-color-2);
  display: block;
  font-size: 25px;
  line-height: 75px;
}

.specifications-9 .grids-speci {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}

@media (max-width: 767px) {
  .specifications-9 .grids-speci:nth-child(3) {
    margin-top: 2em;
  }
}

@media (max-width: 736px) {

  .specifications-9 .grids-speci:nth-child(1),
  .specifications-9 .grids-speci:nth-child(2) {
    margin-top: 0;
  }

  .specifications-9 .overlay {
    padding: 5rem 0;
  }
}

@media (max-width: 480px) {
  .specifications-9 .grids-speci {
    margin-top: 4rem;
  }

  .specifications-9 .overlay {
    padding: 3rem 0;
  }

  .specifications-9 h3.title-spe {
    font-size: 32px;
  }
}

@media (max-width: 430px) {
  .specifications-9 .d-flex {
    max-width: 200px;
  }

  .specifications-9 .grids-speci:nth-child(3),
  .specifications-9 .grids-speci:nth-child(2) {
    margin-top: .5em;
  }

  .specifications-9 .grids-speci {
    padding: .5em;
  }

  .specifications-9 .grids-speci {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}

@media (max-width: 375px) {
  .specifications-9 .main-cont-wthree-fea {
    display: block;
  }

  .specifications-9 .grids-speci.midd-eff-spe {
    border-top: 1px solid rgba(130, 152, 171, 0.22);
    border-bottom: 1px solid rgba(130, 152, 171, 0.22);
    border-left: none;
    border-right: none;
    margin: 1em auto;
    padding: 1em 0;
  }

  .specifications-9 .grids-speci {
    width: 200px;
    margin: 0 auto;
  }
}

/* block-wrapper */
.post-block-wrapper {
  position: relative;
}
.post-block-wrapper .post-thumbnail {
  margin-bottom: 20px;
}
.post-block-wrapper .post-content {
  padding: 0;
}
.post-block-wrapper .post-content .post-title a:hover {
  color: #dc3545;
}
.post-block-wrapper .post-category {
  top: 10px;
}
.post-block-wrapper .post-content .post-meta {
  margin: 3px 0 10px 0px;
}

.post-list-block {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .post-list-block {
    margin-bottom: 30px;
  }
}

.post-block-wrapper.post-float {
  display: flex;
}
.post-block-wrapper.post-float .post-thumbnail {
  position: relative;
  z-index: 1;
  margin-right: 13px;
  flex: 1;
}
.post-block-wrapper.post-float .post-title {
  margin-top: 0;
}
.post-block-wrapper.post-float .post-content {
  z-index: 0;
  flex: 1;
}
.post-block-wrapper.post-float .post-category {
  font-size: 8px;
  left: 0;
  top: 0;
}

.block-wrapper {
  padding: 20px 0px 70px 0px;
}

.post-block-wrapper.post-float-half .post-thumbnail {
  float: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .post-block-wrapper.post-float-half .post-thumbnail {
    margin-right: 0;
  }
}

/*** hero ***/
.info {
    background: url(https://www.comercioemrevista.com.br/assets/images/c6.jpg) center center no-repeat;
    background-size: cover;
    height: 350px;
    
}

.back-to-top {
    background: #fff;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 5rem; /* aumente a distância do rodapé */
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(100%);
    z-index: 10001; /* acima da barra de cookies */
    padding: 10px;
    border-radius: 50%;
}



.back-to-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/*** slide 

.carousel-item {
    height: 100vh; 
    widows: 100vh;
}

.carousel-item img {
    object-fit: cover; 
    height: 100%;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;
    color: white; 
}

.carousel-caption h1,
.carousel-caption p {
    background: rgba(0, 0, 0, 0.5); 
    padding: 10px;
    border-radius: 5px;
}

***/

/*** form ***/
.search-form-3-main .search-form-3 {
  background: #ffffff;
  padding: 30px 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.22);
}

.search-form-3-main form.search-3-gd {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
}

.search-form-3-main .grids-icon {
  background: #fff;
  padding: 0px 20px;
  font-size: 16px;
  outline: none;
  width: 100%;
  border: none;
  height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: inherit;
  border: 0px solid #e8e8e8;
  align-items: center;  
}

.search-form-3-main .grids-icon span {
  width: 10%;
}

.search-form-3-main .grids-icon input,
.search-form-3-main .input-group-btn select {
  border: none;
  width: 90%;
  padding-left: 10px;
  line-height: 40px;
  font-size: 16px;
  color: #777;
  background: #fff;
}

.search-form-3-main .grids-icon-2 {
  padding: 0px 20px 0 20px;
}

.search-form-3-main .input-group-btn select {
  -webkit-appearance: none;
  width: 100%;
  background: url(https://www.comercioemrevista.com.br/images/down.png) no-repeat 100% 52%;
}

.search-form-3-main .input-group-btn {
  width: 90%;
}

.search-form-3-main .input-group-btn select option {
  padding: 10px;
  background: #f9f9f9;
}

.search-form-3-main .input-group-btn select option:hover {
  background: #333;
  color: #fff;
}

.search-form-3-main .button-eff {
  height: 46px;
}

@media (max-width: 991px) {
  .search-form-3-main form.search-3-gd {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media (max-width: 480px) {
  .search-form-3-main form.search-3-gd {
    grid-template-columns: 1fr;
  }

  .search-form-3-main .grids-icon span {
    width: 6%;
  }
}

/* //content-11-main*/
.content-11-main {
  /*-- responsive design --*/
}

.content-11-main .content-sec-11 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-row-gap: 35px;
}

.content-11-main .content-design-11 {
  padding: 80px 0px;
  background: var(--main-bg-color);
}

.content-11-main .content-text h4 {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.content-11-main .services-title h3 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: capitalize;
}

.content-11-main .content-text-left p,
.content-11-main .content-text-right p {
  font-size: 16px;
  line-height: 24px;
  color: var(--para-color);
}

.content-11-main span.number {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid #3B5266;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #304659;
  margin-top: 5px;
}

.content-11-main .columns {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 20px;
}

.content-11-main .columns .icon-eff {
  line-height: 60px;
  background: rgba(248, 92, 112, 0.11);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  transition: .3s ease-in;
}

.content-11-main .columns span {
  font-size: 22px;
  color: var(--theme-color-2);
  line-height: 60px;
}

.content-11-main .columns:hover .icon-eff {
  background: var(--theme-color-2);
  transition: .3s ease-in;
}

.content-11-main .columns:hover span {
  color: #fff;
  transition: .3s ease-in;
}

.content-11-main .content-text-left,
.content-11-main .content-text-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media (max-width: 1080px) {
  .content-11-main content-sec-11 {
    grid-column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .content-11-main .content-sec-11 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .content-11-main content-sec-11 {
    grid-column-gap: 20px;
  }
}

@media (max-width: 768px) {
  .content-11-main .content-sec-11 {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

@media (max-width: 668px) {
  .content-11-main content-sec-11 {
    grid-column-gap: 40px;
  }
}

@media (max-width: 640px) {
  .content-11-main content-sec-11 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .content-11-main .content-text-left,
  .content-11-main .content-text-right {
    grid-gap: 20px;
  }
}

@media (max-width: 480px) {
  .content-11-main .content-design-11 {
    padding: 40px 0px;
  }

  .content-11-main .content-text-left,
  .content-11-main .content-text-right {
    grid-gap: 20px;
  }
}

@media (max-width: 415px) {
  .content-11-main span.number {
    width: 28px;
    height: 28px;
    line-height: 24px;
  }

  .content-11-main .columns {
    grid-column-gap: 10px;
  }
}

/* start all section */
#divider 
    {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
/* end all section */

/* start divider */
#divider {
        background: url('https://www.comercioemrevista.com.br/assets/images/coffee.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed; /* Efeito de parallax/fixação da imagem ao rolar */
        background-position: center;
        background-repeat: no-repeat;
        overflow-y: auto;
        z-index: inherit;
        transition: background-position 0.5s ease-in-out; /* Suaviza o movimento da imagem */
        color: #FFFFFF;
    }

#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #e1c52b;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.img-fluid {
  width: 100%;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

#anuncio {
    background-color: #003380; /* Fundo azul escuro */
    color: #fff; /* Texto branco para contraste */
    width: 170px;
    border: 0; /* Remove bordas padrão */
    border-radius: 50px; /* Cantos arredondados */
    padding: 2px 7px; /* Espaçamento interno */
    font-size: 16px; /* Tamanho do texto */
    font-weight: bold; /* Texto mais destacado */
    cursor: pointer; /* Mostra que é clicável */
    transition: all 0.3s ease; /* Animações suaves */
}

#anuncio:hover {
    background-color: #0056b3; /* Cor mais clara no hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Efeito de elevação */
}

#anuncio:focus {
    outline: 2px solid #0056b3; /* Indicação de foco */
    outline-offset: 2px; /* Espaço entre foco e botão */
}

/*-- grids block 5 --*/
.new-block-6 #grids5-block {
  padding: 80px 0;
}

.new-block-6 .admin-list {
  padding: 0 0 16px;
  margin: 0 0 20px;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.new-block-6 .admin-list li {
  display: inline-block;
  margin: 0 20px 0 0;
  list-style-type: none;
}

.new-block-6 .admin-list li a {
  display: block;
  font-size: 12px;
  color: #777;
  text-transform: capitalize;
}

.new-block-6 .admin-list li a span {
  color: var(--theme-color-2);
  font-size: 16px;
  margin: 0 6px 0 0;
}

.new-block-6 -title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}

.new-block-6 -title h3 {
  font-size: 45px;
  line-height: 50px;
  color: var(--title-color);
}

.new-block-6 -title p {
  color: var(--text-color);
  font-size: 17px;
  line-height: 25px;
  margin-top: 20px;
}

.new-block-6 .d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.new-block-6 .grids5-info h4 a {
  font-size: 22px;
  color: var(--title-color);
  margin: 18px 0 8px 0;
  display: block;
  text-decoration: none;
}

.new-block-6 .grids5-info h5 a:hover {
  color: #000000;
}

.new-block-6 .grids5-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
}

.new-block-6 .grids5-info img {
  width: 100%;
}

.new-block-6 .grids5-info h4 a:hover {
  color: var(--theme-color);
  transition: 0.3s ease;
}

@media all and (max-width: 991px) {
  .new-block-6 #grids5-block {
    padding: 60px 0;
  }
}

@media all and (max-width: 800px) {
  .new-block-6 .d-grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }

  .new-block-6 -title h3 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media all and (max-width: 568px) {
  .new-block-6 .d-grid {
    grid-template-columns: 1fr;
  }

  .new-block-6 .d-grid {
    grid-row-gap: 45px;
  }

  .new-block-6 .grids5-info h4 a {
    margin-top: 13px;
  }

  .new-block-6 .grids5-info p {
    margin-top: 12px;
  }
}

@media all and (max-width: 480px) {
  .new-block-6 #grids5-block {
    padding: 40px 0;
  }
}

@media all and (max-width: 414px) {
  .new-block-6 .grids5-info h4 a {
    font-size: 23px;
  }

  .new-block-6 -title h3 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media all and (max-width: 384px) {
  .new-block-6 .grids5-info h4 a {
    font-size: 22px;
  }
}


/* footer */
.footer-22 .footer {
  padding: 80px 0;
  background: url(https://www.comercioemrevista.com.br/assets/images/bg-footer.jpg) no-repeat center center;
  background-size: cover; /* Deixa a imagem responsiva, ajustando para cobrir toda a área */
  background-attachment: fixed; /* Efeito de parallax/fixação da imagem ao rolar */
  background-position: center;
  overflow-y: auto;
  z-index: inherit;
  transition: background-position 0.5s ease-in-out; /* Suaviza o movimento da imagem */
}

/* Efeito de flutuação quando o mouse passa sobre o rodapé */
.footer-22 .footer:hover {
  background-position: center 10px; /* Move a imagem levemente para criar o efeito de flutuação */
}


.footer-22 .text-txt h3 {
  color: #304659;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.footer-22 .sub-one-left h6,
.footer-22 .sub-two-right h6 {
  color: #eee;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(23, 54, 88, 0.4);
  padding-bottom: 10px;
}

.footer-22 .sub-two-right ul li {
  list-style: none;
}

.footer-22 .sub-two-right ul li span {
  margin-right: 10px;
  color: #fff;
}

.footer-22 .sub-one-left p,
.footer-22 .sub-two-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #cecece;
}

.footer-22 .sub-columns {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  grid-gap: 50px;
  margin-top: 60px;
}

.footer-22 ul.social li,
.footer-22 ul.jst-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-22 ul.social li a {
  color: #fff;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.footer-22 ul.social li a:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}

.footer-22 ul.social li a span {
  font-size: 15px;
  line-height: 35px;
}

.footer-22 .columns-2 {
  margin-top: 1.2em;
}

.footer-22 .columns p,
.footer-22 .columns p a {
  font-size: 15px;
  line-height: 20px;
  color: #a0a0a0;
}

.sub-one-left {
  margin: 0 0 3px 0;
}

.footer-22 .sub-two-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #cecece;
  margin: -2px 0 5px 0;
  margin-left: -28px;
  display: block;
  text-decoration: none;
  
}

.footer-22 .columns p a {
  color: #fff;
}

.footer-22 .columns p a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-22 .copyright-footer ul li {
  display: inline-block;
}

.footer-22 .right-side h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

.footer-22 .copyright-footer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: left;
  grid-gap: 20px;
}

.footer-22 .below-section {
  background: #4d4e58;
  padding: 16px 0;
  justify-content: space-between;
}

.footer-22 .column2 span {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.footer-22 .column2 a {
  text-decoration: none;
  color: #cecece;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

.footer-22 p.para-sep {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.footer-22 p.para-sep a {
  color: #eee;
}

.footer-22 .href2 {
  margin-top: 10px;
  padding: 10px 0;
}

.footer-22 .contact-para {
  color: #cecece;
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px;
}

@media (max-width: 1080px) {
  .footer-22 .text-txt {
    grid-gap: 50px;
  }
}

@media (max-width: 991px) {
  .footer-22 .text-txt {
    grid-template-columns: 1fr;
  }

  .footer-22 .sub-columns {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-22 .footer {
    padding: 60px 0;
  }

  .footer-22 .href2 {
    padding: 6px 0;
  }
}

@media (max-width: 800px) {
  .footer-22 .subscride-link h4 {
    margin-top: 60px;
  }

  .footer-22 .right-side h4 {
    font-size: 28px;
    line-height: 33px;
  }

  .footer-22 .sub-columns {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-22 .below-section {
    grid-template-columns: 1fr 1fr;
  }

  .footer-22 .copyright-footer {
    grid-template-columns: 1fr;
  }

  .footer-22 .columns.text-right {
    text-align: center !important;
  }

  .footer-22 .sub-columns {
    grid-template-columns: 1fr 1fr;
  }

  .footer-22 .copyright-footer .text-left,
  .footer-22 .copyright-footer .text-right {
    text-align: center;
  }
}

@media (max-width: 736px) {

  .footer-22 .sub-one-left h6,
  .footer-22 .sub-two-right h6 {
    margin-bottom: 10px;
    padding-bottom: 7px;
  }

  .footer-22 .footer {
    padding: 40px 0;
  }
}

@media (max-width: 568px) {
  .footer-22 .subscride-link h4 {
    margin-top: 50px;
  }

  .footer-22 .text-txt {
    grid-gap: 40px;
  }

  .footer-22 .sub-columns {
    margin-top: 50px;
    grid-gap: 40px;
  }
}

@media (max-width: 520px) {
  .footer-22 .sub-columns {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .footer-22 .href2 {
    padding: 4px 0;
  }
}

@media (max-width: 440px) {
  .footer-22 .below-section {
    grid-template-columns: 1fr;
  }

  .footer-22 .right-side h4 {
    font-size: 25px;
  }
}

/* result-form */

.result-form .input {
    max-width: 200px; 
    padding: 20px; /* Adiciona algum espaço interno */
    border: 1px solid #ccc; /* Adiciona uma borda para visualização */
}

/* footer menu */

.footer-index .nav .nav-link a:hover { 
    background-color: #000;    
}





