@import url("/templates/main-bootstrap4/css/common/home.css");
main.home nav.navbar {
  background-color: #733A9F;
}
main.home nav.navbar .dropdown-menu {
  background-color: rgba(115, 58, 159, 0.8);
}
main.home nav.navbar .navbar-brand {
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}
main.home nav.navbar .navbar-brand img {
  margin-right: 0.5rem;
}
main.home .banner {
  width: 100%;
  display: block;
  margin-top: 2rem;
  max-height: 27rem;
  object-fit: cover;
}
main.home section {
  color: #2E2E2E;
  line-height: 1.2;
}
main.home section h2,
main.home section h3 {
  color: #733A9F;
}
main.home section h3 {
  margin: 2.5rem 0;
}
main.home section ul {
  font-size: 1.2rem;
  margin-left: 0;
}
main.home section ul li {
  display: flex;
  margin-bottom: 1.5rem;
}
main.home section ul li::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #733A9F;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
main.home section p {
  font-size: 1.2rem;
}
main.home #equipo-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
  column-gap: 2rem;
  padding: 1rem;
}
main.home #equipo-cards .equipo-card {
  display: flex;
  flex-direction: column;
}
main.home #equipo-cards .equipo-card.no-photo .body .team {
  right: 0;
  width: 90%;
  top: 50%;
  border-radius: 1rem 0 0 1rem;
}
main.home #equipo-cards .equipo-card .body {
  position: relative;
  z-index: 3;
  background-color: #642595;
  background-image: url("/images/foco-sae/card-purple-bg.png");
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  display: flex;
  justify-content: right;
  border-radius: 1rem;
  padding-top: 1rem;
  overflow: hidden;
  flex-grow: 1;
  min-height: 10rem;
  max-height: 25rem;
}
main.home #equipo-cards .equipo-card .body .team {
  position: absolute;
  z-index: 1;
  width: 55%;
  right: 40%;
  top: 37%;
  background-color: #3C1166;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
main.home #equipo-cards .equipo-card .body .team p {
  width: 75%;
  font-size: 1rem;
}
main.home #equipo-cards .equipo-card .body img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 75%;
  object-fit: contain;
  object-position: bottom right;
}
main.home #equipo-cards .equipo-card .body::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: url("/images/foco-sae/foco-sae-logo.svg") no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
}
main.home #equipo-cards .equipo-card .header {
  background: linear-gradient(90deg, #FFA048 0%, #FFD502 100%);
  padding-top: 1rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  padding-top: 2rem;
  color: #fff;
  font-weight: bold;
}
main.home #equipo-cards .equipo-card .header p {
  position: relative;
  z-index: 2;
}
main.home #equipo-cards .equipo-card .header .name {
  font-size: 1.25rem;
}
main.home #equipo-cards .equipo-card .header::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 1rem);
  display: block;
  background-image: url("/images/foco-sae/card-yellow-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
main.home .project-email {
  color: #733A9F;
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
  margin-top: 2rem;
  text-align: right;
  width: 100%;
}
main.home select {
  background-color: #733A9F;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 15px;
  outline: none;
  margin-bottom: 1rem;
}
main.home select option {
  background-color: #fff;
  color: #3C1166;
}

@media (min-width: 768px) {
  main.home .banner {
    border-radius: 15px;
  }
  main.home #equipo-cards {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  main.home section ul {
    margin: 3rem 0;
  }
  main.home section ul li:nth-child(1) {
    margin-left: 4rem;
  }
  main.home section ul li:nth-child(2) {
    margin-left: 12rem;
  }
}

/*# sourceMappingURL=home.css.map */
