* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}
body .hero {
  background-image: url(/images/bg.png);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
body .hero::after {
  content: "";
  position: absolute;
  background-image: url(/images/icono.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  right: -15px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body .hero::after {
    width: 150px;
    height: 150px;
    bottom: 5px;
  }
}
body .hero__container--logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body .hero__container--logos img:nth-of-type(1) {
    height: 40px;
  }
}
body .hero__container--logos img:nth-of-type(2) {
  height: 55px;
}
@media only screen and (max-width: 767px) {
  body .hero__container--logos img:nth-of-type(2) {
    height: 45px;
  }
}
body .hero__container--content .title {
  color: rgb(49, 196, 243);
  font-size: 100px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body .hero__container--content .title {
    font-size: 38px;
  }
}
body .hero__container--content .sub-title {
  font-weight: bold;
  color: white;
  font-size: 24px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body .hero__container--content .sub-title {
    font-size: 16px;
    margin-top: 20px;
  }
}
body .info__container {
  font-size: 24px;
  padding-top: 75px;
}
body .info__container span {
  font-weight: bold;
}
body .fecha__container {
  padding-top: 45px;
  color: rgb(49, 196, 243);
  font-size: 35px;
  font-weight: bold;
}
body .fecha__container .fecha__container--title {
  margin-bottom: 20px;
  text-align: center;
}
body .fecha__container .fecha__container--title .title {
  line-height: 60px;
}
body .fecha__container .fecha__container--title .subtitle {
  color: black;
  font-size: 24px;
}
body .fecha__container .fecha__container--content {
  display: flex;
  justify-content: center;
  font-size: 60px;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  body .fecha__container .fecha__container--content {
    flex-direction: column;
  }
}
body .fecha__container .fecha__container--content .fecha {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}
body .fecha__container .fecha__container--content .fecha span {
  color: black;
  font-weight: 400;
  font-size: 25px;
}
body .fecha__container .fecha__container--content .fecha .dia {
  line-height: 70px;
  max-height: 70px;
}
body .fecha__container .fecha__container--content .fecha .hora {
  line-height: 70px;
  max-height: 70px;
}
body .fecha__container .fecha__container--content .fecha .hora span {
  color: rgb(49, 196, 243);
  font-size: 30px;
  font-weight: bold;
}
body .fecha__container .fecha__container--content .divisor {
  width: 3px;
  height: 140px;
  background-color: rgb(49, 196, 243);
}
@media only screen and (max-width: 767px) {
  body .fecha__container .fecha__container--content .divisor {
    display: none;
  }
}
body .agenda__container {
  font-size: 24px;
  padding-top: 57px;
}
body .agenda__container--title {
  font-weight: bold;
  margin-bottom: 30px;
}
body .agenda__container--content ul {
  list-style: none;
  padding: 0;
}
body .agenda__container--content ul li {
  display: flex;
  margin-bottom: 15px;
}
body .agenda__container--content ul li .hora {
  width: 80px;
  font-weight: bold;
  margin-right: 20px;
}
body .agenda__container--content ul li .agenda {
  width: 100%;
}
body .form__container {
  padding-top: 57px;
  font-size: 24px;
}
body .form__container--title {
  margin-bottom: 45px;
}
body .form__container--content form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}
@media only screen and (max-width: 767px) {
  body .form__container--content form {
    grid-template-columns: 1fr;
  }
}
body .form__container--content form label {
  display: flex;
  flex-direction: column;
}
body .form__container--content form label input {
  margin-top: 15px;
  border: 2px solid rgb(51, 0, 114);
  border-radius: 29px;
  height: 45px;
  padding-left: 1rem;
}
body .form__container--content form .input__submit {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
body .form__container--content form .input__submit input[type=submit] {
  background: rgb(51, 0, 114);
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 29px;
  height: 50px;
  width: 100%;
  max-width: 368px;
  transition: all 0.3s ease-in;
}
body .form__container--content form .input__submit input[type=submit]:hover {
  opacity: 80%;
}
body .form__container--content form .label-opt-in {
  font-size: 24px;
}
body .form__container--content form .label-opt-in .title {
  margin-bottom: 50px;
}
body .form__container--content form .label-opt-in .opt-in {
  display: flex;
  align-items: flex-end;
  max-width: 500px;
  height: 45px;
  gap: 1rem;
  font-size: 20px;
}
body footer {
  margin-top: 70px;
  background-color: rgb(51, 0, 114);
  color: white;
  font-size: 15px;
  height: 68px;
  display: flex;
  align-items: center;
}
body .custom-loader {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, rgb(51, 0, 114) 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, rgb(51, 0, 114));
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: s3 1s infinite linear;
}
@keyframes s3 {
  100% {
    transform: rotate(1turn);
  }
}

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