.index_mayor_social_box_prop {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.mayor_link_button {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.mayor_link_button:hover {
  color: #000;
}

.index_mayor_link_boxes {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 20px;
  border-radius: 1rem 1rem 1rem 1rem;
  background: #f08222bd;
  backdrop-filter: blur(12px);
  border: 1px solid #fff;
}

.index_mayor_link_item {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.index_mayor_link_item:last-child {
  border-right: none;
  padding-right: 0;
}

.mayor_section_box_prop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0rem 0rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 2500px) {
  .mayor_section_box_prop {
    margin: 0px 25rem !important;
  }
}

.social_links_prop {
  display: flex;
  margin-top: 12px;
  margin-left: 12px;
}

.inner_index_mayor_prop {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 40rem;
  position: relative;
  justify-content: space-between;
  bottom: 2rem;
}

@media (min-width: 1920px) {
  .inner_index_mayor_prop {
    /* gap: 40rem !important; */
    width: 93%;
  }
}

@media (min-width: 1560px) and (max-width: 1900px) {
  .inner_index_mayor_prop {
    /* gap: 16rem !important; */
    width: 96%;
  }
}
@media (min-width: 1336px) and (max-width: 1560px) {
  .inner_index_mayor_prop {
    gap: 10rem !important;
  }
}

@media screen and (max-width: 1336px) {
  .inner_index_mayor_prop {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 8rem;
    position: relative;
    justify-content: space-between;
    bottom: 2rem;
  }

  .baskanslogan {
    font-size: 1.5rem;
  }
}

.index_mayor_section_signature img {
  max-height: 160px;
}

img {
  max-width: 100%;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.section.fp-section {
  max-height: 100vh;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.baskanslogan {
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  text-shadow: 3px 4px 30px #000;
}

.index_mayor_section {
  height: 645px;
  background-image: url(/assets/img/baskan.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 100%;
  background-position: center;
  border-radius: 1rem;
  /* margin-top: 2rem; */
}

.index_mayor_section_socials {
  /* position: absolute; */
  /* right: 100px; */
  /* bottom: 50px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_mayor_section_signature {
  /* position: absolute; */
  /* left: 100px; */
  /* bottom: 50px; */
}

.index_mayor_section_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000045;
}

.index_mayor_section_signature {
  /* position: absolute; */
  /* left: 100px; */
  /* bottom: 50px; */
}

.index_mayor_section_signature img {
  max-height: 80px;
  max-width: 100%;
}

.index_mayor_section_socials a {
  color: black;
  background-color: white;
  border-radius: 50%;
  font-size: 22px;
  padding: 10px;
  margin-left: 10px;
  min-width: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 36px;
  height: 36px;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
