/*Exceções somente high Desktop - lg*/
@media only screen and (min-width: 1920px) {}

/* Ipad Pro Portraid - lg */
@media (max-width: 1024px) and (orientation: portrait) {
  /* Header */
    header > .container-fluid {
      padding-left: 15px !important;
      padding-right: 15px !important
    }
  /* Main */
    section.main {
      height: 375px;
      padding-top:30px !important
    }
    section.main .right h2 { font-size:24px }
    section.main .right h2 + p { font-size:25px }
    section.main .participe img.baby1, section.main .participe img.baby2 { height: 120px }
    section.main .participe button { margin-top: 35px }
    section.main .participe { right: 11% }
  /* Form Leads */
    section.form-leads .form > div {
      flex: 0 0 90% !important;
      max-width:90%
    }
  /* Como Participar */
    section.participate .step p {
      font-size: 13px
    }
  /* Lojas participantes */
    section.stores.dark .store {
      max-width: 20%;
      flex: 0 0 20%;
    }
  /* Ofertas */
    section.ofertas .oferta {
      max-width: 25%;
      flex: 0 0 25%
    }
  /* Main */
}

@media (max-width: 1366px) and (orientation: landscape) {}

/* Ipad Air - landscape */
@media (max-width: 1180px) and (orientation: landscape) {
  /* Main */
    section.main {
      height:360px;
      padding-top: 30px !important
    }
    section.main .participe { right: 20% }
    section.main .right h2 { font-size:24px }
    section.main .right h2 + p { font-size:25px }
    section.main .participe img.baby1, section.main .participe img.baby2 { height: 100px }
    section.main .participe button { margin-top: 35px }
  /* Form Sign Fixo */
    section.form-news .info p.high { font-size: 22px }
    section.form-news .genre-content { font-size: 14px }
    section.form-news .genre-content input[type="radio"]:first-of-type + label { margin-right: 15px !important }
    section.form-news .genre-content label:first-of-type { margin-right: 5px !important }
    section.form-news input[type="radio"] { margin: 3px 0 0 7px }
  /* Participate */
    section.participate .step button { font-size: 15px }
    section.participate .step:first-of-type .content { justify-content: start !important }
  /* Promo */
    section.promo .babys { height: 180px }
}

/* Ipad Landscape - lg */
@media (max-width: 1024px) and (orientation: landscape) {
  /* Main */
    section.main .participe { right: 14% }
}

/* iPad Air */
@media (max-width: 820px) and (orientation: portrait)  {
  /* Main */
    section.main { height: 350px }
    section.main .right h2 { font-size: 23px }
    section.main .right h2 + p { font-size:24px }
  /* Marcas */
    section.stores p.title { font-size:29px }
  /* Numeros */
    section.numbers-prev p.text-blue:first-child { font-size:26px }
    section.numbers-prev p.text-blue:first-child { font-size:26px }
    section.numbers-prev p.text-blue { font-size:25px }
}

/* Ipad Portraid e tablets intermediários - md */
@media (max-width: 768px) and (orientation: portrait)  {
  /* Main */
    section.main {
      height: 370px;
      background-position: 0 0;
      background-size: cover
    }
    section.main .right h2 { font-size: 21px }
    section.main .right h2 + p { font-size:22px }
    section.main .col-contador {
      bottom: initial;
    }
    section.main .count-down {
      width: 190px;
      position: absolute;
      top: 170px;
      right: initial;
      left: calc(25% - 90px)
    }
    section.main .count-down span:nth-child(1) { left: 0 }
    section.main .count-down span:nth-child(2) { left: 15% }
    section.main .count-down span:nth-child(3) { left: -12% }
    section.main .participe {
      width: fit-content;
      right: 2% !important;
      display: inline-flex;
      justify-content: center
    }
    section.main .participe button {
      height: fit-content;
      margin-top: 40px;
      font-size: 15px
    }
    section.main .participe img.baby1 { height: 105px }
    section.main .participe img.baby2 { height: 105px }
  /* Form sign fixo */
    section.form-news .info p.high { font-size: 22px }
  /* Participate */
    section.participate .step button { font-size: 11px }
    section.participate .step p { font-size: 16px }
  /* Promo */
    section.promo .container > button, section.promo .container > a.btn-mynumbers { margin-left: 7% !important }
    section.promo .babys { height: 170px }
}

/* Smartphone Landscape - md */
@media (max-width: 812px) and (orientation: landscape) {}

/* Smartphone Portrait - xs */
@media (max-width: 600px) and (orientation: portrait) {
  /* New */
  /* Header */
    header ul li { font-size: 20px }
    header a {
      font-size: 14px
    }
    header ul.nav.links {
      display: none;
      width: 83%;
      background: black;
      position: absolute;
      top: 80px;
      right: 0;
      text-align: right;
      z-index: 40
    }
    header ul li.hello {
      font-size: 18px
    }
    header .btn-menu-reduced { transform: rotate(180deg) }
    header .menu-reduced {
      width: 85%;
      top: 100px;
      left: -100%;
      right: initial;
      transition: left .3s ease-out
    }
    header .menu-reduced p.btn-login { font-size: 17px }
    header .menu-reduced p.btn-login + .btn-cadastrar { font-size: 17px }
    header .menu-reduced.show {
      top: 65px;
      left: 0;
      z-index: 150
    }
    div.backdrop-menu-reduced {
      display: none;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.75);
      z-index: 50
    }
    div.backdrop-menu-reduced.show {
      display: block
    }
    header ul.social {
      border-top: 1px solid rgba(155,155,155,.5)
    }
    .panel-auth {
      width: 100%;
      left: -100%;
      transition: left .3s ease-out
    }
    .panel-auth.show {
      left: 0
    }
    .panel-auth .tab {
      font-size: 17px
    }
    header .search-mobile form { width: 83% }
    header .search-mobile button[type="submit"] {
      left: initial;
      right: 0;
      width: 65px
    }
  /* Main */
    section.main {
      height: 460px;
      background-position: 0 0;
      background-size: cover
    }
    section.main .left { border-right: 0px }
    section.main .left img { width: 60% }
    section.main .right h2 { font-size: 19px }
    section.main .count-down {
      width: 190px;
      position: absolute;
      right: initial;
      left: calc(50% - 90px);
      margin-top: 0;
    }
    section.main .count-down.hours { left: calc(50% - 45%) }
    section.main .count-down.hours p { font-size: 55px }
    section.main .col-contador { bottom:0px }
    section.main .count-down span:nth-child(1) { left: 0 }
    section.main .count-down span:nth-child(2) { left: 15% }
    section.main .count-down span:nth-child(3) { left: -12% }
    section.main .participe {
      width: 100%;
      right: 0 !important;
      display: inline-flex;
      justify-content: center
    }
    section.main .participe button {
      height: fit-content;
      margin-top: 40px;
      font-size: 15px
    }
    section.main .participe img.baby1 { height: 115px }
    section.main .participe img.baby2 { height: 115px }
  /* Form Leads */
    section.form-leads p.text-blue { font-size: 26px }
    section.form-leads.fixed p.text-blue { font-size: 22px }
    section.form-leads input, section.form-leads select { height:50px }
    section.form-leads input[type="checkbox"] {
      width: 25px;
      height: 25px
    }
    section.form-leads input[type="checkbox"] + p { font-size:15px }
    section.form-leads [type="submit"] {
      width:100%;
      height: 55px
    }
  /* Lojas participantes */
    section.stores p.title { font-size: 22px }
    section.stores .slick-prev { left: -15px }
    section.stores .slick-next { right: -15px }
  /* Form News Sign */
    section.form-news .info p.high { font-size: 19px }
    section.form-news .info p.middle { width: 100% }
    section.form-news form { font-size: 17px }
    section.form-news input,
    section.form-news select { height: 50px }
    section.form-news input::placeholder,
    section.form-news select::placeholder { font-size: 17px }
    section.form-news input[type="radio"] {
      margin: -12px 10px 0 0;
      width: 25px
    }
    section.form-news input[name="term"] {
      width: 70px;
      height: 30px;
      margin-right: 15px
    }
    section.form-news .my-alert {
      width: 100%;
      bottom: 18%;
      top: initial;
      height: 60px;
      left: 0;
      right: 0
    }
  /* Form News Sign Reduzido (Versão mobile) */
    section.form-news.reduzido {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      overflow-y: auto;
      z-index: 1000
    }
    section.form-news.reduzido.show { display: block }
    section.form-news.reduzido .info p.high { font-size: 17px }
    section.form-news input[type="submit"] { height: 60px }
    section.form-news.reduzido .my-alert {
      bottom: 1%;
      height: 70px
    }
  /* Numeros Edições Anteriores */
    section.numbers-prev p.text-blue { font-size: 21px }
  /* Promo */
    section.promo {
      background-size: cover;
      padding-bottom: 75px !important
    } 
    section.promo .left { 
      border-right: 0;
      border-bottom: 1px solid var(--light-grey)
    }
    section.promo .left img { width: 75% }
    section.promo .my-carousel .my-arrow {
      font-size: 33px;
      top: 25%
    }
    section.promo .my-carousel .slick-prev { left: -40px }
    section.promo .my-carousel .slick-next { right: -40px }
    section.promo .babys {
      right: 5px;
      bottom: 0;
      height: 160px
    }
    section.promo .right p { font-size: 14px }
  /* Modal Ganhadores */
    #modalWinners .modal-dialog { max-width: 100% }
  /* Instituição */
    section.instituition .left {
      border-right: 0;
      border-bottom: 2px solid var(--light-grey)
    }
  /* Quem somos */
    section.about .left { border-right: 0 }
  /* Panel Auth (Sign/Login) */
    .panel-auth { top: 65px }
  /* Calculadora de Fraldas */
    section.preco-tira { height: auto }
    section.preco-tira p.real { width: fit-content }
    section.preco-tira p.high,
    section.periodo p.high { font-size: 23px }
    section.periodo button.btn-confira {
      width: 90%;
      margin-top: 150px;
      margin-left: 5% !important
    }
  /* Ofertas: badges filtros */
    section.ofertas .badges-filters { border-radius: 0 }
    section.ofertas .badges-filters span.badge p,
    section.ofertas .badges-filters a.to-clean { font-size: 15px }
  /* Ofertas */
    section.ofertas .oferta .block {
      box-shadow: none;
      border-radius: 0
    }
    section.ofertas .oferta .block:nth-child(0),
    section.ofertas .oferta .block:nth-child(1) { border-top: 1px solid rgba(155,155,155,.5) }
    section.ofertas .oferta .block:nth-child(odd) { border-right: 1px solid rgba(155,155,155,.5) }
  /* Footer */
    footer ul { font-size: 16px }
    footer .top { width: 100%  }
    footer .top img.logo {
      width: 100%;
      height: auto
    }
    footer .top img.logo-proxy { width: 50% }
    footer .top .toborder {
      border-top: 0;
      border-left: 1px solid rgba(155,155,155,.5)
    }
    footer p:last-of-type {
      width: 100%;
      font-size: 16px
    }
    footer .bottom p:first-of-type { font-size: 14px }
    footer .bottom p:last-of-type { font-size: 12px }
    #privacidadeCollapse .card { width: 95% }


  /* Ativar cadastro */
    section.ativacao {
      height: auto
    }
  /* Como participar? */
    section.participate .row.top p.title {
      font-size: 24px
    }
    section.participate .row.top p {
      width: 100%;
      font-size: 15px
    }
    section.participate .step .content {
      height: auto
    }
    section.participate .step button {
      width: 90%;
      font-size: 20px
    }
  /* Lojas participantes */
    section.stores a:not(:last-of-type) {
      /* section.stores a { */
      text-decoration: none;
      /* Dimensão para thumbs com link */
/*      max-width: 50%;*/
    }
    section.stores.dark p:first-of-type,
    section.stores.light p:first-of-type {
      font-size: 23px
    }
    section.stores.dark .store,
    section.stores.light .store {
      flex: 0 0 100%;
      max-width: 100%
    }
    section.stores.dark .store .content,
    section.stores.light .store .content {
      height: 100px;
      padding: 12px
    }
    section.stores.dark .store button,
    section.stores.light .store button {
      font-size: 12px
    }
  /* Compromisso */
  	section.compromisso.form .container > div.row:first-of-type p,
  	section.lojista.form .container > .row:first-of-type p {
  		font-size: 25px
  	}
  	section.compromisso:not(.form) .row {
  		text-align: center
  	}
  	section.compromisso .row img {
  		width: 125px;
  		margin-bottom: 15px
  	}
  	section.compromisso .row.whats img {
  	    width: 160px
  	}
    section.compromisso.form p:first-of-type,
    section.lojista.form p:first-of-type {
      text-align: center
    }
    section.compromisso.form form .preview.active {
      height: 300px
    }
    section.compromisso.form .thumb.croppie-container {
      width: 100% !important
    }
    section.compromisso.form form .preview img.thumb-cropped {
      margin: 0 auto
    }
    section.compromisso.form form .preview button {
      width: 100% !important;
      height: 45px !important;
      font-size: 15px !important
    }
    section.compromisso.form form .preview button.btn-crop {
      top: initial;
      bottom: 55px;
      left: 0
    }
    /* Correção croppie */
    .croppie-container .cr-slider-wrap {
      width: 100% !important
    }
    /* Lojas */
      section.lojistas.main p {
        font-size: 20px;
        width: 100%
      }
      section.lojistas.main .question {
        top: 75px
      }
      section.lojista.info {
        font-size: 17px
      }
      section.lojista.info .top .thumb img {
        max-height: 80px;
        width: auto 
      }
      section.lojista.info .top .rate {
        border-top: 1px solid rgba(155,155,155,.75);
        border-left: 0
      }
      section.lojista.info .top .rate > div p {
        font-size: 20px
      }
      section.lojista.info .top .rate img {
        width: 55px
      }
      section.lojista.info .desc p {
        font-size: 15px;
        text-align: center
      }
      section.compromisso.form .container,
      section.lojista.form .container {
        width: 100%
      }
      section.lojista.form .rating {
        text-align: center
      }
      section.lojista.form .rating img {
        width: 80px;
        margin: 0 15px
      }
  /* Middle Ofertas */
    .ofertas.middle .has-filters {
      background-color: var(--light-grey);
      color: var(--dark-grey);
      border-radius: 15px;
      font-size: 14px
    }
    .ofertas.middle a {
      color: var(--dark-grey)
    }
  /* Ofertas */
    section.ofertas .oferta {
      max-width: 50%;
      flex: 0 0 50%
    }
    section.ofertas .oferta .info {
      height: 185px
    }
    section.ofertas .oferta .info {
      height: auto
    }
    section.ofertas .oferta p.valor { font-size: 14px }
    section.ofertas .ver-mais button {
      width: 75% !important
    }
  /* Leads Pos - Página Ofertas */
    section.leads-pos input[type="checkbox"] {
      width: 27px
    }
  /* Filtros Mobile */
    section.ofertas .col-filtros {
      display: none;
      position: fixed;
      max-width: 80% !important;
      height: 100%;
      top: 65px;
      right: -75%;
      transition: right .4s ease-out;
      z-index: 1150;
      background-color: white;
    }
    section.ofertas .col-filtros.show {
      display: flex !important;
      flex-direction: column;
      right: 0;
      left: initial;
      max-height: 100% !important
    }
    .col-filtros .group-list { border-top: initial }
    section.ofertas .col-filtros p.title {
      font-size: 23px;
      font-weight: bold;
      color: black;
      height: 60px;
      line-height: 60px;
      border-bottom: 1px solid rgba(155,155,155,0.5);
    }
    section.ofertas .col-filtros p.title i {
      float: right;
      font-size: 13px;
      margin: 20px;
    }
    section.ofertas .col-filtros .collapse {
      padding: 5%;
      font-size: 18px;
      border-bottom: 1px solid rgba(155,155,155,0.5);
      max-height: 175px;
      overflow-y: scroll;
    }
    section.ofertas .col-filtros .collapse ul {
      margin: 0;
    }
    section.ofertas .col-filtros .collapse li {
      list-style: none;
      margin-bottom: 7px;
    }
    section.ofertas .col-filtros .collapse li:last-child {
      margin-bottom: 0;
    }
    section.ofertas .col-filtros .btn-filtrar {
      position: absolute;
      bottom: 75px;
      left: 0;
      width: 100%
    }



    section.ofertas.categorias {
      display: none;
      position: fixed;
      width: 75%;
      height: 100%;
      top: 0;
      right: -75%;
      transition: right .4s ease-out;
      z-index: 1150
    }
    section.ofertas.categorias .content {
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      overflow-y: auto
    }
    section.ofertas.categorias.show {
      display: flex !important;
      right: 0
    }
    section.ofertas.categorias .categoria:not(:last-child) {
      border: 0
    }
    section.ofertas.categorias .categoria {
      width: 100%
    }
    section.ofertas.categorias .categoria p {
      font-size: 15px
    }
    section.ofertas.categorias .categoria.all i {
      font: 25px  
    }
  /* O que é a Black Friday? */
    section.whats h1 {
      font-size: 26px
    }
    section.whats .block .content {
      height: auto
    }
  /* Incentivo */
    section.incentive .container {
      width: 100% !important
    }
    section.incentive h2 {
      font-size: 27px
    }
    section.incentive p:last-of-type {
      font-size: 14px
    }
  /* Votação */
    section.all-vote .voting .geral-content { display: grid }
    section.all-vote .voting .stores { display: inline !important }
    section.all-vote .voting .stores .store {
      width: 45%;
      flex: 0 0 45%;
      height: 110px;
      float: left
    }
    section.all-vote .voting .row.paginate { margin-top: 115px !important }
    section.all-vote .voting .row.paginate ul li { font-size: 5px }
    section.all-vote .voting .row.paginate ul li.active i { border: 4px solid #FFB900 }
    section.all-vote .grand-prix .row-intro p.introducao {
      width: 100%;
      font-size: 18px
    }
    section.all-vote .grand-prix .container { max-width: 100% }
    section.all-vote .grand-prix .stores .store {
      width: 30%;
      flex: 30%;
      max-width: 30%
    }
  /* Meus numeros */
    section.my-numbers .container {
      max-width: 100%
    }
    section.my-numbers p.title {
      font-size: 25px
    }
    section.my-numbers .default .number {
      height: auto
    }
    section.my-numbers .default .number p,
    section.my-numbers .indication .numbers p.number {
      font-size: 30px
    }
    section.my-numbers .indication .body .dotted p {
      width: 80%;
      font-size: 25px;
      overflow: hidden;
      /* margin-left: inherit !important */
    }
    section.my-numbers .indication .header {
      font-size: 16px;
    }
    section.my-numbers .indication .header small {
      font-size: 14px
    }
    section.my-numbers .indication .social p {
      width: 100%;
      text-align: center
    }
    section.my-numbers .indication .body i.btn-copy {
      position: absolute;
      right: 20px
    }
  /* Modal */
    /* Sorteios */
      #modalSorteios { padding:0 }
      #modalSorteios .modal-dialog { max-width:100% }
    /* Edição anterior */
      #modalEdicaoAnterior .modal-dialog {
        max-width: 100%
      }
      #modalEdicaoAnterior .modal-body .content > div:first-of-type {
        border: 0
      }
      #modalEdicaoAnterior .modal-body p.title {
        font-size: 20px
      }
      #modalEdicaoAnterior .modal-body p.valor,
      #modalEdicaoAnterior .modal-body p.valor.high {
        font-size: 26px
      }
      #modalEdicaoAnterior .modal-body button {
        font-size: 20px
      }
  /* Geral */
    .my-alert {
      width: 100%
    }
  /* Cookies */
    section.cookies p {
      width: 100%;
      margin: 0 0 15px;
      font-size: 16px
    }
    section.cookies a { display: block }
    section.cookies button {
      width: 100%;
      font-size: 20px;
      margin-top: 10px
    }
}

/* iPhone Pro Max */
@media (max-width: 428px) and (orientation: portrait) {
  /* Main */
    section.main { height: 600px }
    section.main .right h2 { font-size: 22px }
    section.main .right h2 + p { font-size: 24px }
    section.main .count-down.hours div.block { width:70% }
    section.main .count-down.hours p { left: 32% }
  /* Numeros */
    section.numbers-prev p.text-blue:first-child { font-size: 24px }
    section.numbers-prev p.text-blue { font-size: 28px }
}

@media (max-width: 414px) and (orientation: portrait) {
  /* Header */
    header .menu-reduced p.btn-login { font-size: 16px }
    header .menu-reduced p.btn-login + .btn-cadastrar { font-size: 16px }
  /* Main */
    section.main { height:625px }
    section.main .right h2 + p { font-size: 20px }
    section.main .count-down { top: 195px }
    section.main .participe button { font-size: 16px }
    section.main .count-down.hours div.block { width:69% }
    section.main .count-down.hours p {
      font-size: 58px;
      left: 30%;
    }
  /* Marcas */
    section.stores p.title { font-size: 26px }
  
  /* Ofertas */
    section.ofertas .oferta .middle { top: 48% }
}

@media (max-width: 393px) and (orientation: portrait) {
  /* Header */
    header .menu-reduced { width: 90% }
    header .menu-reduced p.btn-login { font-size: 16px }
    header .menu-reduced p.btn-login + .btn-cadastrar { font-size: 16px }
    section.main .count-down.hours div.block { width:67% }
    section.main .count-down.hours p { font-size: 53px }
  /* Main */
    section.main { height: 580px }
    section.main .right h2 { font-size: 19px }
    section.main .count-down { top: 160px }
    section.main .participe button { font-size: 14.5px }
  /* Numeros */
    section.numbers-prev p.text-blue { font-size: 27px }
  /* Categorias */
    section.ofertas.categorias { width: 85%  }
  /* Banner Promo */
    section.banner-promo p { font-size: 20px }
}

@media (max-width: 375px) and (orientation: portrait) {
  /* Main */
    section.main .count-down.hours div.block { width:65% }
    section.main .right h2 + p { font-size:20px }
  }
}

@media (max-width: 360px) and (orientation: portrait) {
  /* Header */
    header .menu-reduced { width: 90% }
    header .menu-reduced p.btn-login { font-size: 15px }
    header .menu-reduced p.btn-login + .btn-cadastrar { font-size: 15px }
  /* Main */
    section.main { height: 560px }
    section.main .right h2 { font-size: 19px }
    section.main .right h2 + p { font-size: 20px }
    section.main .participe img.baby1 { height: 100px }
    section.main .participe img.baby2 { height: 100px }
    section.main .count-down {
      top: 150px;
      right: 15%
    }
    section.main .count-down.hours div.block { width:64% }
    section.main .count-down.hours p { font-size: 52px }
  /* Marcas */
    section.stores p.title { font-size: 25px }
  /* Numeros */
    section.numbers-prev p { font-size: 15px }
    section.numbers-prev p.text-blue:first-child { font-size: 22px }
    section.numbers-prev p.text-blue { font-size: 25px }
  /* Ofertas */
    section.ofertas .oferta .middle {
      top: 40%
    }
}

@media (max-width: 320px) and (orientation: portrait) {
  /* Header */
    header .menu-reduced { width: 100% }
    header .menu-reduced p.btn-login { font-size: 14px }
    header .menu-reduced p.btn-login + .btn-cadastrar { font-size: 14px }
  /* Main */
    section.main { height: 525px }
    section.main .right h2 { font-size: 17px }
    section.main .right h2 + p { font-size: 17px }
    section.main .participe img.baby1 { height: 90px }
    section.main .participe button { font-size: 13.5px }
    section.main .participe img.baby2 { height: 90px }
    section.main .count-down {
      top: 140px;
      right: 20%
    }
    section.main .count-down.hours div.block { width: 59% }
    section.main .count-down.hours p {
      font-size: 41px;
      left: 35%;
      bottom: 27px
    }
  /* Form Leads */
    section.form-leads p.text-blue { font-size:24px }
  /* Marcas */
    section.stores p.title { font-size: 22px }
  /* Numeros */
  section.numbers-prev p { font-size:17px }
    section.numbers-prev p.text-blue:first-child { font-size: 19px }
    section.numbers-prev p.text-blue { font-size:21px }
  /* Correções CSS -> Top Banner Extensão */
    header .menu-reduced.show,
    .panel-auth.show {
/*      top: 110px !important*/
      top: 65px !important
    }
    header.fixed .menu-reduced.show,
    header.fixed + .panel-auth.show {
      transition: top .0s;
      top: 65px !important
    }
  /* categorias */
    section.ofertas.categorias {
      width: 80%
    }
    section.ofertas.categorias .content {
      width: 80%
    }
    .ofertas.middle button {
      font-size: 12px
    }
  /* Ofertas */
    section.ofertas .oferta .middle {
      top: 40%
    }
    section.ofertas .oferta p.valor {
      font-size: 15px
    }
  
}

@media (max-width: 414px) {
  /* Lojas participantes */
  section.content-categorias .categoria p {
    min-width: 70%;
    font-size: 14px
  }
}

@media (max-width: 375px) {
  /* Lojas participantes */
  section.content-categorias .categoria p {
    min-width: 80%
  }
}

@media (max-width: 360px) {
  section.content-categorias .container-fluid {
    padding: 0
  }
  section.content-categorias .categoria p {
    min-width: 100%
  }
}

/* Small Smatphones - xs */
@media (max-width: 320px) {}