/* html, body {
  overflow-x: hidden !important;
} */

@font-face {
  font-family: AnticDidone;
  src: url('../../../../fonts/AnticDidone.ttf');
}

.AnticDidone {
  font-family: AnticDidone;
}

@font-face {
  font-family: Awaken;
  src: url('../../../../fonts/Awaken.ttf');
}

.Awaken {
  font-family: Awaken;
}


@font-face {
  font-family: Karla;
  src: url('../../../../fonts/Karla.ttf');
}

.karla {
  font-family: Karla !important;
}

.brightness-hover {
  transition: .15s;
  height: 50px;
  width: 50px;
}

.brightness-hover:hover {
  filter: brightness(86%);
  transition: .15s;
}

.square {
  border-radius: 0 !important;
}

.fs-sm {
  font-size: 14px;
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:hover:not(.bi-share) {
  filter: brightness(86%);
}

.select-type-width {
  width: 40% !important;
}

@media (min-width: 576px) {
  .select-type-width {
    width: 25% !important;
  }
}

.btn-icon {
  display: flex;
  align-items: center;
  padding: 0;
}

/* Definição dos ícones do carousel */
.carousel-control-next,
.carousel-control-prev,
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-arrow > i::before {
  font-weight: bold !important;
}

.carousel-arrow > i {
  background-color: rgba(var(--bs-primary-rgb), 1) !important;
}

.carousel-arrow > i:hover {
  filter: brightness(86%);
}

.carousel-control-next > i,
.carousel-control-prev > i {
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
  color: #FFF;
  background-color: rgba(var(--bs-primary-rgb), .4);
  transition: .15s;
}

.carousel-control-next > i:hover,
.carousel-control-prev > i:hover {
  background-color: rgba(var(--bs-primary-rgb), .8);
  transition: .15s;
}

/* @media (max-width: 767px) {
  .carousel-control-next.carousel-arrow > i {
    width: 48px;
    height: 48px;
    padding: 12px 16px;
    margin-right: 32px;
  }

  .carousel-control-prev.carousel-arrow > i {
    width: 48px;
    height: 48px;
    padding: 12px 16px;
    margin-left: 32px;
  }
} */

@media (min-width: 768px) {
  .carousel-control-next.carousel-arrow,
  .carousel-control-prev.carousel-arrow {
    width: 32px !important;
  }
}

/* https://developer.mozilla.org/pt-BR/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* https://stackoverflow.com/a/18339713 */
.overlay {
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

/* FAB (Floating Action Button) */
.btn-fab {
  z-index: 100;
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 20px;
}

.btn-fab div {
  position: relative;
  width: 100%;
  height: auto;
}

.btn-fab .btn {
  line-height: 32px;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
}

/* Template 03 */
.card-inf {
  transition: .5s;
  width: 100%;
  border-radius: 10px;
  background-color: white;
}

.card-inf:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.card-contact {
  transition: .5s;
  background-color: #ffdc00;
  color: black;
  border-radius: 10px;
  height: 100px;
  width: 100%;
  vertical-align: bottom;
  text-align: center;
}

.card-contact > .card-inf {
  position: relative;
  height: 100% !important;
  z-index: 2;
  margin-top: 0;
}

/* .card-contact > .card-inf:hover {
  margin-top: -30%;
} */

.card-contact > .subtitle {
  margin-top: -30%;
  height: 30%;
  z-index: 1;
}

.institutional-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
}

#agentes li:not(:first-of-type) {
  padding-top: 1.3em;
}

#agentes li:not(:last-of-type) {
  padding-bottom: 1.3em;
}

#about .card-inf {
  height: 250px !important;
}

.btn-contact {
  background-color:  transparent;
  border: 2px solid white;
  padding: 10px 30px;
  border-radius: 10px;
}

.institutional-contact {
  margin-top:-100px;
  border-radius: 10px;
  background-color: #ffdc00 !important
}

.btn-schneider {
  background-color: #ffdc00;
  border: none;
  padding: 10px;
  color: black;
  margin-top: 10px;
}

.btn-home {
  border: 2px solid #b20011;
  color: #b20011;
  border-radius: 10px;
}

.text-red {
  color: #b20011 !important;
}

.text-yellow {
  color: #ffdc00 !important;
}

.institutional-index {
  margin-top:-100px;
  background-color: #fefefe !important;
  border-radius: 10px;
  border: 1px solid #ccc
}

#headerMenu a {
  text-decoration: none;
  color: whitesmoke;
}

.icon {
  float: left;
  background-color: #333;
  padding: 5px;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

.icon img{
  width: 80%;
  filter: invert(1);
}
.phone {
  float: left;
  padding-top: 7px;
  padding-left: 5px;
}

.text-decoration-none {
  text-decoration: none;
  color: black;
}

.scroll-modal {
  max-height: 70vh;
  overflow-y: scroll;
}

.btn-action {
  border-radius: 5px;
  background-color: #ffdc00;
  width: 100%;
  transition: .2s;
}

.btn-action:hover {
  background-color: #d3b807;
}

#map {
  width: 100%;
  height: 400px;
  background-color: #ddd;
  margin-top: 10px;
  border-radius: 10px;
}

.nav-link {
  border: none !important;
  border-top: 1px solid #ddd !important;
  margin-right: 5px !important;
  border-radius: 0 !important;
  color: black !important;
  background-color: white !important;
}

.nav-pills .nav-link.active {
  border-top: 1px solid black !important;
}

.video {
  height: 80vh;
  width: 100%;
  overflow: hidden;
}

.bg-video-home {
  margin-top: -20%;
  width: 100%;
}

.display-list {
  display: block;
}

@media (max-width: 767px) {
  .display-map {
    display: none;
  }
}

@media (min-width: 768px) {
  .display-map {
    display: block;
  }
}


