/*
 * Cabecera pública normalizada de Inicio.
 * Se limita a escritorio para conservar intacta
 * la navegación móvil y la adaptación de tableta.
 */

@media(min-width:981px){

  html body.page-id-170.tp-home-header-public
  .site-header .inside-header{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:min(1180px,calc(100% - 48px)) !important;
    max-width:1180px !important;
    min-height:98px !important;
    margin-right:auto !important;
    margin-left:auto !important;
    padding:0 !important;
    gap:36px !important;
    box-sizing:border-box !important;
  }

  html body.page-id-170.tp-home-header-public
  .site-logo{
    flex:0 0 220px !important;
    width:220px !important;
    max-width:220px !important;
    margin:0 !important;
  }

  html body.page-id-170.tp-home-header-public
  .site-logo img,

  html body.page-id-170.tp-home-header-public
  .header-image{
    display:block !important;
    width:220px !important;
    max-width:220px !important;
    height:auto !important;
  }

  html body.page-id-170.tp-home-header-public
  .main-navigation{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
    margin-right:0 !important;
    margin-left:auto !important;
    clear:none !important;
  }

  html body.page-id-170.tp-home-header-public
  .main-navigation .inside-navigation,

  html body.page-id-170.tp-home-header-public
  .main-navigation .main-nav,

  html body.page-id-170.tp-home-header-public
  .main-navigation .main-nav > ul{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    white-space:nowrap !important;
  }

  html body.page-id-170.tp-home-header-public
  .main-navigation .main-nav > ul > li{
    flex:0 0 auto !important;
    float:none !important;
  }

  html body.page-id-170.tp-home-header-public
  .main-navigation .main-nav > ul > li > a{
    display:flex !important;
    align-items:center !important;
    min-height:98px !important;
    padding-right:15px !important;
    padding-left:15px !important;
    font-size:15px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
  }
}
