/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
    font-family: 'Berlinasignature';
    src: url('../fonts/BerlinaSignature.ttf') format('truetype'),
         url('../fonts/BerlinaSignature.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.tituloInicial2, .tituloInicial{
    line-height: 0.7 !important;
  }

.tituloInicial2 {
    font-family: 'Berlinasignature', sans-serif;
    text-transform: lowercase !important;
}

/* Back to Top Button Styling */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    z-index: 1000;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
  }
  
  #back-to-top:hover {
    background-color: #555;
  }

  #loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
