
/* V274 - Ajuste fino do topo do menu mobile e logo */
@media(max-width:900px){
  /* tira qualquer borda arredondada no topo do menu */
  #castturMobileNav.casttur-mobile-menu-v273 .mmenu-real-v273,
  #castturMobileNav.casttur-mobile-menu-v273 .mmenu-real-head-v273{
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
  }

  .mmenu-real-head-v273{
    min-height:88px!important;
    padding:16px 16px!important;
  }

  /* logo maior e mais destacada */
  .mmenu-real-logo-v273{
    min-width:118px!important;
    max-width:176px!important;
    height:60px!important;
    padding:8px 14px!important;
    border-radius:14px!important;
  }

  .mmenu-real-logo-v273 img{
    max-width:150px!important;
    max-height:46px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }

  .mmenu-real-logo-v273 strong{
    font-size:16px!important;
    line-height:1.1!important;
  }

  .mmenu-real-close-v273{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }
}

@media(max-width:420px){
  .mmenu-real-head-v273{
    min-height:84px!important;
    padding:14px!important;
  }

  .mmenu-real-logo-v273{
    min-width:108px!important;
    max-width:158px!important;
    height:56px!important;
  }

  .mmenu-real-logo-v273 img{
    max-width:136px!important;
    max-height:42px!important;
  }
}
