.hello_paragraph {
  color: #4d4d4d;
  font-size: 120%;
  line-height: 160%;
  text-align: justify;
  font-family: georgia !important;
}

.hello_title {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-family: georgia;
}

@media (min-width: 768px) {
  .hello_title {
    font-size: 30px;
  }
}

.topbar_item {
  color: #78623e;
  display: inline-block;
  font-size: 100%;
  list-style: outside none none;
  margin: 0px 5px;
  padding: 4px 5px;
}

.article_title {
  color: #90350d;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
}

.article_paragraph {
  font-size: 115%;
  line-height: 140%;
  font-family: georgia;
  color: #4d4d4d;
}

.button_more_article {
  font-weight: bold;
  color: #90350d;
  font-size: 80%;
  background: none;
  border: none;
}

.article_image {
  border: 3px solid #eae5d2;
  border-radius: 35px 8px;
  float: left;
  margin: 6px 20px 14px 0;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.file-cab-menu {
  border: 2px dotted #ebe6d5;
  font-size: 100%;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 14px 10px;
  width: 70%;
}

.file-cab-menu a {
  color: #90350d!important;
}

.search-icon {
  background: rgba(0, 0, 0, 0) url("../images/search-icon.png") repeat scroll 0 0;
  border: 0 solid black;
  height: 32px;
  left: -20px;
  position: relative;
  width: 32px;
  font-size: 30px;
}

.searchbox {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border: 1px solid #888888;
  border-radius: 4px;
  padding: 3px 10px;
  transition: width 1s ease 0s;
  width: 100px;
  font-size: 100%;
}

.searchbox:hover {
  width: 200px;
}

.date_paragraph {
  line-height: 36px;
  text-align: justify;
  color: #90350d;
  font-weight: 500;
  font-size: 100%;
}

.relative_paragraph {
  line-height: 150%;
  font-size: 110%;
  text-align: justify;
  margin-top: 30px;
  font-family: georgia;
  color: #4d4d4d;
}

.relatine_title {
  color: #4d4d4d;
  font-weight: bolder;
  margin: 20px 0 24px;
  font-size: 30px;
  font-family: georgia;
}

@media (max-width: 992px) {
  .section-background_mobile {
    background: url("/assets/img/bg2.jpg?h=e6b5ed41f93dacefcde74b3ddfa6d9e1") bottom / cover no-repeat;
    margin-bottom: -50px;
    background-size: 100vw 200px;
    height: 200px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .section-background {
    background: url("/assets/img/bg2.jpg?h=e6b5ed41f93dacefcde74b3ddfa6d9e1") bottom / cover no-repeat;
    position: relative;
    margin-bottom: -100px;
    background-size: 100vw 100%;
  }
}

.section_padding {
  padding-top: 30px;
  z-index: 100000;
  position: relative;
}

@media (min-width: 992px) {
  .section_padding {
    padding-top: 130px;
  }
}

ul > li > a {
  color: #90350d;
  text-decoration: none;
  font-size: 100%;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

.column_text_style {
  padding: 14px;
  border: 3px dotted #c9c4b3;
  background: #DDD5B7 none repeat scroll 0 0;
}

.icon_nav {
  margin-left: 20px;
  margin-right: 15px;
  font-size: 10px;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: none;
  --bs-accordion-transition: none;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-btn-color: none;
  --bs-accordion-btn-bg: none;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-icon-width: 0;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: none;
  --bs-accordion-active-bg: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.link_left_menu:hover {
  background-color: #d7d1b9;
  color: #000;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 100%;
  height: inherit;
  margin-left: 0;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: inherit;
  transition: var(--bs-accordion-btn-icon-transition);
  background: #000;
}

.accordion-button:hover {
  color: #000 !important;
  background: none !important;
}

.accordion-button {
  position: inherit;
  display: block;
  align-items: end;
  padding: 6px 8px;
  font-size: 18px;
  color: #fff !important;
  text-align: right;
  background: #000 !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  width: inherit;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
}

.link_left_menu {
  position: inherit;
  display: inline-flex;
  align-items: end;
  padding: 6px 8px;
  font-size: 18px;
  color: #fff;
  text-align: right;
  background: #000;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: var(--bs-accordion-btn-icon-transform);
  background: #000;
}

.article-resume-image {
  border: 4px solid #eee8c9;
  margin-left: 10px;
  float: right;
  border-radius: 20px 6px;
  width: 45%;
}

.contact_page_links {
  margin-bottom: 10px !important;
  font-size: 100%;
  font-family: georgia;
  color: #4d4d4d;
}

@media (min-width: 992px) {
  .div_form_width_desktop {
    width: 48%;
  }
}

.article_page_title {
  color: #4d4d4d;
  font-weight: bolder;
  font-size: 24px;
  font-family: georgia;
}

.return_button_style {
  padding-top: 50px !important;
}

.back-to-top {
  color: #333333;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  z-index: 100000000 !important;
}

.back-to-top-icon {
  font-size: 35px;
  color: #ffffff;
  background: #90350d;
  padding: 15px;
  text-decoration: none;
}

