img {
  border-radius: 5px;
}

.team-boxed {
  color: #313437;
}

.team-boxed p {
  color: #7d8285;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
    max-width: 300px;
  }
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.team-boxed .intro p {
  margin-bottom: 0;
}

.team-boxed .people {
  padding: 50px 0;
}

.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-boxed .item img {
  max-width: 160px;
}

li {
  color: #ff671b;
}

li span {
  color: #ffffff;
}

#bg {
  margin: 0;
  height: 100vh;
  background: linear-gradient(to bottom, #0F1A3A, #1A2F6D, #2348A0);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Helvetica Neue', sans-serif;
}

.uk {
  color: #ff671b;
}

.accordion-button:not(.collapsed) {
  color: #525252 !important;
}

.tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #ff671b;
  border-radius: 8px;
  color: white;
  font-family: sans-serif;
  font-size: 16px;
}

.tag1 {
  display: inline-block;
  padding: 6px 16px;
  border: 2px solid orange;
  border-radius: 12px;
  color: white;
  background-color: #f9b233;
  font-family: sans-serif;
  font-size: 1.2rem;
}

.dropend .dropdown-menu {
  display: none;
  position: absolute !important;
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
  z-index: 1000;
}

.dropend.show > .dropdown-menu {
  display: block !important;
}

.multilevel .dropdown-toggle::after {
  display: none !important;
}

#materia {
  color: #525252;
}

.accordion-button #materia {
  order: 2;
  margin-top: 4px;
  font-size: 16px;
  padding-right: 0;
}

h1 {
}

h1 {
}

h1 {
}

#tema1 {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #ff671b;
  border-radius: 8px;
  font-family: sans-serif;
  font-size: 16px;
}

#tema5 {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #ff671b;
  border-radius: 8px;
  font-family: sans-serif;
  font-size: 2rem;
  color: #0f1a3a!important;
}

.btn:hover {
}

#tema1 {
  background: #000000;
  padding: 20px;
  color: #ffffff;
}

#des {
  max-width: 210px;
}

#p {
  max-width: 800px;
}

#login {
}

.btn-google {
  background: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  transition: background .2s ease;
}

.btn-google:hover {
  background: #f2f2f2;
}

