/* CSS personalizados */

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../images/galeria/Sistema/Gotham-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../images/galeria/Sistema/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../images/galeria/Sistema/Gotham-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TrajanPro-Bold';
  src: url('../images/galeria/Sistema/TrajanPro-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


#topMenu .nav-item{
visibility:hidden;
}
#topMenu .nav-link {
font-size: 1px;
padding: 0;
}

h1, h2, .pageTitle {
    font-family: 'TrajanPro-bold', sanserif;
}

body {
    font-family: 'Gotham-Book', san-serif;
}

.textoBanner {
font-family: 'Gotham-Bold', san-serif;
}

#fila30, #fila38 {
background-image: url(https://www.hbh.tur.ar/images/galeria/Sistema/fondo1.png);
background-repeat: no-repeat;
background-position:right;
}

#fila53 {
background-image: url(https://www.hbh.tur.ar/images/galeria/Sistema/fondo2.png);
background-repeat: no-repeat;
background-position:right;
}

.nav-tabs .nav-link {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

#solapasMotorInicio .nav-link:not(.active) {
background: #666666;
color:white;
}