@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .logo{
    border-radius: 50rem;
  }

  .horizontal_logo {
    width: 150px;
    margin: 0 0 0 0;
    width: 20%;
    text-align: left;
    position: absolute;
}
  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .content-return, span{
    text-align: left;
  }
  
/* Center the loader */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.modal-conteudo {
    margin: 0 auto;
    margin-top: 15%;
    max-width: 600px;
    background-color: rgba(172, 23, 23, 0);
    padding: 0;
}


.loading{
  border-radius: 50rem;
  align-content: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:larger;
}


/* max-width  */
@media screen and (max-width: 600px) {
	.loading{
    width: 70%;
  }
  .modal-conteudo {
    margin-top: 30%; 
}  
}

/* min-width */
@media screen and (min-width: 900px) {
	.loading{
    width: 40%;
  }  
  .modal-conteudo {
    margin-top: 15%; 
}
}

/* min-width & max-width */
@media screen and (min-width: 600px) and (max-width: 900px) {
	.loading{
    width: 40%;
  }  
  .modal-conteudo {
    margin-top: 15%; 
}
}

/* max device width */
@media screen and (max-device-width: 480px) {
	.loading{
    width: 70%;
  }  
  .modal-conteudo {
    margin-top: 30%; 
}
}
