/* Only XS */
@media (max-width:767px) {
  body.creme-azul{
    background: var(--creme);
  }
  body.bg-creme-azul-small{
    background: var(--azul);
  }
  body.bg-creme-azul{
    background: var(--creme);
  }
  .fz-18{
    font-size: 16px !important;
  }
  .fz-66{
    font-size: 2.4em !important;
  }
  .fz-48{
   font-size: 2.2em !important; 
  }
  .mobile-100{
    width: 100% !important;
  }
  .mobile-100-top-10{
    width: 100% !important; 
    margin-top: 10px !important;
  }
  .mobile-float-none{
    float: none !important;
  }
  .div-branco{
    display: table;
  }
  .mobile-bottom-50{
    margin-bottom: 50px !important;
  }
  .mobile-text-center{
    text-align: center !important;
  }
  .mobile-text-left{
    text-align: left !important;
  }
  .mobile-text-right{
    text-align: right !important;
  }
  .mobile-wd-100{
    min-width: 100% !important;
  }
  .mobile-top-small{
    margin-top: 25px !important;
  }
  .bt-adoleta-vazado-branco,.bt-adoleta-vazado-vermelho{
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
  }
  .bt-adoleta-vazado-branco img, .bt-adoleta-vazado-vermelho img{
    margin-right: 0;
    margin-top: 8px;
  }
  .mt-90{
    margin-top: 40px !important;
  }
  .lh-50{
    line-height: normal !important;
  }
  .btn-flutuante{
    top: 22px;
    left: 20px;
  }
  .btn-flutuante img{
    max-width: 25px;
  }
  body{
    padding-top: 70px;
  }
  .mobile-mt-80{
    margin-top: 80px !important;
  }
  .mobile-mt-20{
    margin-top: 20px !important;
  }
  .mobile-wd-50{
    width: 50% !important;
  }
  .fundo-quem-somos{
    height: 50px;
    display: table;
    background: transparent;
  }
  .mobile-sem-margem{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-max-hg-160{
    max-height: 160px;
  }
  .fundo-pagina-inicial-mask {
    background-position-x: -300px;
  }
  .fundo-pagina-inicial{
    background-position-x: -400px;
  }
  .h-900{
    height: 90px;
    display: table;
    margin-bottom: 75px;
  }
  section{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .barra-filtro{
    padding: 14px;
  }
  .mobile-filtros{
    display: none;
  }
  .fs-50{
    float: left;
    width: 100%;
  }
  .duvida-total{
    padding: 18px;
  }
  .adoleta-modelo-quero-ser-franqueado {
    background-position: calc(50% + 169px) 100%;
  }
  h3.mt-40{
    margin-top: 16px !important;
  }
  .mt-140-mobile{
    margin-top: 140px !important;
  }
}

/* Only SM */
@media (min-width:768px) and (max-width:991px) {


}

/* Only MD */
@media (min-width:992px) and (max-width:1199px) {

}


/* Only LG */
@media (min-width:1200px) {


}


/* Only LGG */
@media (min-width:1300px) {

  .leftBrinquedo{
    position: absolute;
    left: 0;
    display: block;
  }
  .rightBrinquedo{
    position: absolute;
    text-align: right;
    display: block;
  }
  .centerBrinquedo{
    position: absolute;
    text-align: center;
    display: block;
  }
  .leftBrinquedo img{
    max-width: 280px;
  }
  .rightBrinquedo img{
    max-width: 280px;
  }

}

@media (min-width:1550px) {

  .ps-logo{
    padding-left: 15px;
  }

}

@media (min-width:1750px) {

  .leftBrinquedo{
    position: absolute;
    left: 0;
    display: block;
  }
  .rightBrinquedo{
    position: absolute;
    text-align: right;
    display: block;
  }
  .centerBrinquedo{
    position: absolute;
    text-align: center;
    display: block;
  }
  .leftBrinquedo img, .rightBrinquedo img{
    max-width: 100%;
  }

}



/* HACK CSS */

/* Only safari Windows */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .fa{
    text-rendering: optimizeLegibility;
  }
  ::i-block-chrome, .fas{
    text-rendering: optimizeLegibility;
  }  
}


/* Only safari MAC */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    
  }
}