@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*{
  font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
}

.cajas-iz {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  list-style: none;
  border-radius: 0.35rem;
}

.cajas-de {
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  list-style: none;
  border-radius: 0.35rem;
}

.titulo-iz {
  margin-left: 2.3em;
  margin-right: 2em;
  margin-top: 1em;
  color: #ffa02f;
}

.titulo-de {
  margin-left: 2.2em;
  margin-right: 2em;
  margin-top: 1em;
  color: #ffa02f;
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
  display: block;
  background-color: #fff;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-horizontal-stepper-header-container {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.mat-step-header {
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
}

.mat-horizontal-stepper-header {
  display: flex;
  height: 72px;
  overflow: hidden;
  align-items: center;
  padding: 0 24px;
}

.mat-stepper-horizontal-line {
  border-top-width: 1px;
  border-top-style: solid;
  flex: auto;
  height: 0;
  margin: 0 -16px;
  min-width: 32px;
  border-top-color: rgba(0, 0, 0, 0.12);
}

hr {
  height: 2px;
  background-color: #b31d15;
}

.tooltip-inner {
  width: 600px !important;
}

.btn-cerrar-modal {
  background-color: #b31d15 !important;
}

.aden-alert {
  position: fixed;
  bottom: 10px !important;
  right: 30px !important;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  align-items: center;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: -1px 6px 12px -4px rgba(112, 111, 111, 0.75);
  -webkit-box-shadow: -1px 6px 12px -4px rgba(112, 111, 111, 0.75);
  -moz-box-shadow: -1px 6px 12px -4px rgba(112, 111, 111, 0.75);
}

.logo-aden {
  height: 40px;
}

.banner {
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.gif{
  position: absolute;
  top: 0px;
  left: 150px;
  height: 400px;
  color: white;
  z-index: 99;
}

.image {
  height: auto;
  min-height: 420px;
  background-size: cover;
  background: url(../image/Banner-bienvenida-Acropolis.jpg);
  background-size: 100% 100%;
  /* background-attachment: fixed; */
}

.image img {
  width: 100%;
  height: auto;
}

.text {
  width: 100%;
  height: 100%;
  background: rgb(66, 128, 54);
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(
    circle,
    rgba(52, 110, 40, 1) 0%,
    rgba(66, 128, 54, 1) 100%
  );
}

.message {
  width: 70%;
  color: white;
  font-size: 32px;
}

.message span {
  font-weight: 700;
}

.function {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  gap: 25px;
  height: 400px;
  margin: 50px 0;
}

.img-func {
  /* width: 100%; */
  margin-top: 20px;
  height: 350px;
  background: url(../image/team.svg);
  background-size: cover;
}

.data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.title {
  width: 100%;
  font-size: 24px;
  color: #b31d15;
  font-weight: 700;
}

.info {
  margin-top: 30px;
  display: grid;
  gap: 15px;
}

.li {
  display: flex;
  gap: 10px;
}

.number {
  background-color: #b31d15;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  color: #fff;
}

.video {
  padding: 30px 0;
  width: 100%;
  gap: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #b31d15;
}

input:checked {
  color: #ffa02f;
}

.video iframe {
  width: 1280px;
  height: 720px;
  border: none;
}

.video-title {
  font-size: 32px;
  color: #b31d15;
  font-weight: 700;
}

.form-mat {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f3f1f7;
}

.register {
  font-size: 18px;
  color: #580c08;
  font-weight: 700;
}

.register:hover {
  color: #b31d15;
}

.header-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.body-form {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 800px;
  min-width: 500px;
}

.btn-sub {
  cursor: pointer;
  padding: 5px;
  border: none;
  background-color: #b31d15;
  color: white;
  border-radius: 3px;
  /* text-transform: uppercase; */
  transition: ease-in-out 0.3s all;
}

.btn-sub:hover {
  background-color: #b31d15;
  filter: brightness(0.8);
}

.btn-sub:disabled {
  padding: 5px;
  border: none;
  background-color: #b31d1555;
  color: white;
  text-transform: uppercase;
  cursor: no-drop;
}

.form-control {
  height: 45px;
  border: #230600 1px solid;
  font-size: 14px;
}

.footer {
  height: 80px;
  width: 100%;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.alert-form {
  height: auto;
  padding: 15px 20px;
  width: max-content;
  color: white;
  position: fixed;
  font-weight: 600;
  top: 70px;
  right: 15px;
  z-index: 9999;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s all;
}

.success {
  background-color: #50cd9c;
}

.error {
  background-color: #ff3f2c;
}

.warning {
  background-color: #f2ae43;
}

.courses {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  gap: 5px;
}

#courses {
  display: grid;
  padding: 0 100px;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.card-course {
  max-width: 250px;
  width: 100%;
  height: 300px;
  box-shadow: 0px 0px 17px -4px rgba(199, 199, 199, 0.75);
  -webkit-box-shadow: 0px 0px 17px -4px rgba(199, 199, 199, 0.75);
  -moz-box-shadow: 0px 0px 17px -4px rgba(199, 199, 199, 0.75);
  border-radius: 20px;
  transition: ease-in-out 0.3s all;
}

.card-course:hover {
  box-shadow: 0px 0px 17px -4px rgba(128, 128, 128, 0.75);
  -webkit-box-shadow: 0px 0px 17px -4px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 0px 17px -4px rgba(128, 128, 128, 0.75);
  cursor: pointer;
}

.selected {
  box-shadow: 0px 0px 23px 5px rgba(247,226,200,0.75);
  -webkit-box-shadow: 0px 0px 23px 5px rgba(247,226,200,0.75);
  -moz-box-shadow: 0px 0px 23px 5px rgba(247,226,200,0.75);
}

.header-card-course {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.img-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}

.card-title {
  font-size: 14px;
  color: #b31d15;
  font-weight: 600;
  height: 20%;
}

.body-card-course {
  padding: 15px;
  height: 200px;
}

.card-course-description {
  margin-top: 10px;
  max-height: 60%;
  font-size: 12px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .video iframe {
    width: 100%;
    height: auto;
    border: none;
  }

  .image {
    display: none;
  }

  .gif{
    display: none;
  }

  .banner{
    display: flex;
  }

  #courses{
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  
  .form-mat{
    width: 100%;
  }

  .function{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 0;
  }
  .img-func{
    display: none;
  }
  .body-form{
    min-width: auto;
  }
}