@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: "Inter", sans-serif;
  background-color: #83909b;
  background-image: url("../images/bg.svg");

}

.bg-confblue {
  background-color: #232f5a;
}

.text-confblue {
  color: #024da1;
}

.text-confgreen {
  color: #007839
}

.text-confyellow {
  color: #ffcb04;
}

.bg-confyellow {
  background-color: #ffcb04;
}


.fs-justify {
  text-align: justify;
}

.flex-image {
  width: 220px;
  max-width: 100%;

}

.text-tablegrey {
  color: #4e5f70;

}

.text-conforange {
  color: #f39c12;
}

.text-tableblue {
  color: #2980b9;
}

.button-new {
  display: inline-block;
  background: #e74c3c;
  color: white;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}

.accordion-button {
  background-color: #ebebeb44;

}

.accordion-item {
  padding: 10px;
  border: none;
}

.flex-item {
  text-align: start;
  width: 50%;
  padding: 10px;
  align-items: center;
}

.accordion-collapse {
  background-color: #ebebeb44;
}

.flex-imageProject {

  max-width: 250px;
  background: white;
}

.hover-shadow:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.flex-containerProjects {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  gap: 20px;
  justify-content: center;
}

.text-conflightblue {
  color: #2980b9;
}

.text-confpurple {
  color: #8e44ad
}

.location-imgtable {
  width: 500px;

  height: auto;

}

.text-confred {
  color: #f05a5b;
}

.accordion-img {
  width: 150px;
  padding-right: 30px;
}

.agendablue {
  background-color: #8dbfed;
  text-decoration-color: #024da1;
  font-weight: bold;
  border-radius: 1;
  width: 260px;

}

.agendagreen {
  background-color: #a9cf95;
  text-decoration-color: #024da1;
  border-radius: 1;
  font-weight: bold;
  width: 260px;

}

a {
  color: #2980b9;
}

.tech_visit {
  background: #a8291b;


  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  border: none;
  color: white;


  position: relative;
  z-index: 15;
  float: right;
  top: -63px;
  margin-right: 25px;
}