@font-face {
  font-family: gothan;
  src: url(../fonts/Jost/static/Jost-Medium.ttf);
  font-family: Gothan;
  src: url(../fonts/Gotham-Font/Gotham-Bold.otf);
}

@font-face {
  font-family: jost-medium;
  src: url(../fonts/Jost/static/Jost-Medium.ttf);

}

@font-face {
  font-family: jost-light;
  src: url(../fonts/Jost/static/Jost-Light.ttf);

}

html {
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  padding-top: 0rem;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.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;
}


.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.font-jost {
  font-family: jost-medium;
}

.font-jost-light {
  font-family: jost-light;
}

.font-gothan {
  font-family: gothan;
}

html {
  margin: 0px;
}

.nav {
  --bs-nav-link-color: #d1d3d4;
  --bs-nav-link-hover-color: #ffc107;
}

.nav-link {
  font-size: large;
  margin: 10px;
}

.navbar {
  --bs-navbar-brand-margin-end: 0rem;
  padding: 0.5rem;
}

.navbar-container {
  padding: 0%;
}

#banner {
  .color {
    background-color: #d1d3d4;
    margin-bottom: 0.8rem;
  }

  .label {
    margin-top: 5rem;
    padding: 1rem;
    text-align: center;
  }

  .img-blocos {
    width: 120rem;
    height: auto;
    background-repeat: no-repeat;
    border-radius: 0.3rem;
    margin: 1.5rem 0rem 1.5rem 0rem;
  }
}
.card{
  margin: 1rem;
}
.cards{
  padding-bottom: 2rem;
}
#modais{
 .tecnica{
  padding: 1rem;
 }
}

#informacoes {
  .nav {
    --bs-nav-link-padding-y: 0.3rem;

  }

  b{
    font-family: Gothan;
  }

  .nav-link {
    font-size: large;
    margin: 0px;
    color: #4D4D4F;
    
  }
  .nav-link:hover{
    background-color: #ffc10769;
  } 
  .nav-link:active{
    background-color: #4D4D4F;
  }


  .label {
    padding-bottom: 1rem;
    color: #4D4D4F;
    font-size: xx-large;
  }

  .text {
    font-size: large;
    padding-top: 0.5rem;
    text-align: justify;
  }

  .text-table {
    text-align: center;
  }

  .title {
    margin: 1.5rem 0rem 1.5rem 0rem;
  }

  .img-icons {
    width: 8rem;
    height: auto;
  }

}

#galeria{
  * {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  p{
    margin-top: 1rem;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
 
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
}

#contato{
  .contato{
    height: auto;
  }
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: #4D4D4F;
  }
  .fa:hover {
    color: #D2A548;
  }
}

.contato {
  margin-bottom: 2rem;
  margin-top: 2rem;
  background-color: #4D4D4F;
  color: #d1d3d4;
  height: 5rem;
}


.footer {
  background-color: #4D4D4F;
  margin-top: 2rem;
  padding-top: 1rem;
}

.direitos {
  color: white;
  font-size: medium;
}

@media (max-width: 1109px) {

  #banner {
    .label {
      margin-top: 8.5rem;
    }

  }
  #informacoes {
    .img-icons {
      width: 6rem;
      height: auto;
    
    }
  }
  #galeria{
    h1 {
      font-size: 50px;
      word-break: break-all;
    }
    h5{
      font-family: Gothan;
      margin: 0.5rem 0rem 0.5rem;
    }
  }    
}

@media (max-width: 983px) {
  .nav {
    --bs-nav-link-padding-x: 0rem;
  }

  .nav-link {
    font-size: small;
  }

  .dropdown-menu {
    --bs-dropdown-font-size: 0.8rem;
  }

  #banner {
    .label {
      margin-top: 3.7rem;
      margin-bottom: 0px;
    }
    p{
      margin: 0rem 0rem;
    }
    .display{
      font-size: 1.5rem;
    }
    .img-blocos {
      width: 50rem;
      height: auto;
    }
  }

  #informacoes {
    .menu {
      display: none;
    }
    b{
      font-family: Gothan;
    }

    .label {
      padding-bottom: 0.5rem;
      font-size: x-large;
    }

    .title {
      margin: 1.5rem 0rem 1rem 0rem;
    }

    .img-icons {
      width: 5rem;
      height: auto;
    }

    .col-img {
      display: none;
    }
  }
  #contato{
    .contato{
      height: auto;
    }
    .img-contato{
      display: none;
    }
  }
  #galeria{
    h5{
      font-size: 0.5rem;
      font-family: Gothan;
      margin: 0.5rem 0rem 0.5rem;
    }
  }

}