a {
  text-decoration: none !important;
  color: #666666;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#gh-fitic-info {
  background-color: #BFD1EE;
  padding: 2em;
}

#gh-fitic-info .gh-fitic-info__cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__left {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 7em;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__left .gh-fitic-info__cont__left__logo {
  width: 150px;
  height: auto;
  margin-left: -17px;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__left .gh-fitic-info__cont__left__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__left .gh-fitic-info__cont__left__list li {
  color: #7B7C7C;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0px;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__right {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 7em;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__right .gh-fitic-info__cont__right__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__right .gh-fitic-info__cont__right__list li {
  color: #7B7C7C;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0px;
}

#gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__right .gh-fitic-info__cont__right__title {
  color: #7B7C7C;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

#gh-fitic-alcaldia {
  background-color: #EEEEEE;
  padding: 2em 4em 8em 4em;
}

#gh-fitic-alcaldia .gh-fitic-alcaldia__cont {
  width: 100%;
  display: flex;
  justify-content: center;
}

#gh-fitic-alcaldia .gh-fitic-alcaldia__cont .gh-fitic-alcaldia__cont__column {
  width: 25%;
  box-sizing: border-box;
  padding: .5em;
}

#gh-fitic-alcaldia .gh-fitic-alcaldia__cont .gh-fitic-alcaldia__cont__column__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}

#gh-fitic-alcaldia .gh-fitic-alcaldia__cont .gh-fitic-alcaldia__cont__column__title::before {
  position: absolute;
  content: '';
  width: 95%;
  height: 1px;
  background-color: black;
  bottom: -5px;
  left: 0;
}

#gh-fitic-alcaldia .gh-fitic-alcaldia__cont .gh-fitic-alcaldia__cont__column__items {
  padding: 0px 15px;
  line-height: 1.2;
}

#gh-fitic-alcaldia .gh-fitic-alcaldia__cont .gh-fitic-alcaldia__cont__column__items li {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin: 5px 0px;
}

#gh-footer-section {
  background-color: #354A98;
  padding: 2em 4em;
}

#gh-footer-section .gh-footer-section__info {
  width: 100%;
  display: flex;
  margin-top: -100px;
  padding: 2em;
  border: 1px solid #354A98;
  background-color: white;
  border-radius: 20px;
  box-sizing: border-box;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact {
  width: 50%;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__title {
  color: #354A98;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__items {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666666;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__items li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 8px 0px 0px 0px;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social {
  display: flex;
  margin-top: 2.5rem;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social .gh-footer-section__info__contact__social__icon {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: 15px;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social a {
  transition: .4s;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social a:hover {
  opacity: .8;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__legal {
  display: flex;
  align-items: center;
  padding-right: 40px;
  margin-top: 20px;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__legal a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: black;
  transition: .4s;
  margin-right: 10px;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__legal a:hover {
  opacity: .7;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__logos {
  width: 50%;
  text-align: end;
}

#gh-footer-section .gh-footer-section__info .gh-footer-section__info__logos .gh-footer-section__info__logos__entidad {
  width: 350px;
}

#gh-footer-bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}

#gh-footer-bottom .gh-footer-bottom__img {
  width: 100%;
  margin-top: -1px;
}

@media (max-width:768px) {
  #gh-fitic-info {
    padding: 1em;
  }
}

@media (max-width:768px) {
  #gh-fitic-info .gh-fitic-info__cont {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  #gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__left {
    width: 100%;
    padding: 1em;
  }
}

@media (max-width:768px) {
  #gh-fitic-info .gh-fitic-info__cont .gh-fitic-info__cont__right {
    width: 100%;
    padding: 1em;
  }
}

@media (max-width:768px) {
  #gh-fitic-alcaldia {
    padding: 1em 1em 4em 1em;
  }
}

@media (max-width:768px) {
  #gh-fitic-alcaldia .gh-fitic-alcaldia__cont {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  #gh-fitic-alcaldia .gh-fitic-alcaldia__cont .gh-fitic-alcaldia__cont__column {
    width: 100%;
    padding: 1em;
  }
}

@media (max-width:768px) {
  #gh-footer-section {
    padding: 1em;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact {
    width: 100%;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__logos {
    width: 100%;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__logos .gh-footer-section__info__logos__entidad {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social {
    justify-content: center;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__legal {
    justify-content: center;
    padding-right: 0;
    flex-direction: column;
    margin-top: 0;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__legal a {
    margin: 5px 0px;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social {
    margin-top: 1em;
  }
}

@media (max-width:768px) {
  #gh-footer-section .gh-footer-section__info .gh-footer-section__info__contact .gh-footer-section__info__contact__social .gh-footer-section__info__contact__social__icon {
    margin-right: 0;
    margin: 5px;
  }
}

@media (max-width:768px) {
  #gh-footer-bottom {
    margin-top: -5px;
  }
}

.accordion-button:after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
}

#accordion-1 {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='33' height='33' fill='%23E6DCD2'/%3E%3Cpath d='M9 18.2087H14.6319V24H18.3681V18.2087H24V14.8174H18.3681V9H14.6319V14.8174H9V18.2087Z' fill='%230E2D1E'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='33' height='33' fill='%23E6DCD2'/%3E%3Cpath d='M9 18.2087H14.6319V24H18.3681V18.2087H24V14.8174H18.3681V9H14.6319V14.8174H9V18.2087Z' fill='%230E2D1E'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-icon-width: 60px;
  --bs-accordion-btn-padding-x: 0px;
  --bs-accordion-btn-padding-y: 0px;
  --bs-accordion-active-color: #0e2d1e;
  --bs-accordion-active-bg: #e6dcd2;
  --bs-accordion-btn-focus-border-color: #e6dcd2;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(230,220,210);
}

.accordion-item {
  margin-bottom: 10px;
}

