html {
  --scrollbarBG: #212121;
  --thumbBG: #EC7B18;
}
body::-webkit-scrollbar {
  width: 10px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

 

 html,
    body,
    header,
    .view {
      height: 100%;
    }
    .navbar{
      box-shadow: 0px 0px 0px;
    }
    #siguenos{
      color: #191919;
      
      font-family: 'Lora', serif;
      font-size: 45px;
      font-weight: 100;
      line-height: 55px;
      letter-spacing: 0;
      }
      #separte{
        font-family: 'Josefin Sans', sans-serif;
        color: #7f7f7f;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        letter-spacing: .1px;
      }
      .avisoPrivacidad{
        color: #1b503e;
        font-family: "Josefin Sans",Sans-serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.6em;
        letter-spacing: .1px;
      }
      .tituloSolicitud{
        color: #f60000;
        font-family: Roboto,Sans-serif;
        font-size: 50px;
        font-weight: 600;
        margin-top: 15%;
      }

    @media (max-width: 559px){

      html,
      body,
      header,
      .view {
        height: 1040px;
      }
      .tituloSolicitud{
        font-size: 20px;
        font-weight: 600;
        margin-top: 50%;
      }

    }

    @media (min-width: 560px) and (max-width: 740px) {

      html,
      body,
      header,
      .view {
        height: 300px;
      }
     
    }

    @media (min-width: 800px) and (max-width: 850px) {

      html,
      body,
      header,
      .view {
        height: 600px;
      }
    }

    @media (min-width: 800px) and (max-width: 850px) {
      .navbar:not(.top-nav-collapse) {
        background: #1C2331 !important;
      }
    }
