﻿/* Botones y menu XL para portada */
body .tbTopbar .tbNav a{
  min-height:48px !important;
  padding:14px 22px !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:950 !important;
  border-radius:13px !important;
}

body .tbTopbar .tbActions .tbBtn,
body .tbHeroActions .tbBtn{
  min-height:58px !important;
  padding:17px 28px !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:950 !important;
  border-radius:12px !important;
}

body .tbHeroActions{
  gap:14px !important;
}

body .tbTopbar .tbActions{
  gap:14px !important;
}

@media(max-width:900px){
  body .tbTopbar .tbNav a{
    min-height:46px !important;
    padding:13px 14px !important;
    font-size:16px !important;
  }
  body .tbTopbar .tbActions .tbBtn,
  body .tbHeroActions .tbBtn{
    min-height:54px !important;
    padding:16px 18px !important;
    font-size:16px !important;
  }
}

@media(max-width:620px){
  body .tbTopbar .tbNav a{
    font-size:15px !important;
  }
  body .tbTopbar .tbActions .tbBtn,
  body .tbHeroActions .tbBtn{
    width:100% !important;
    font-size:16px !important;
  }
}
