* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url(../fonts/SourceSansPro-Regular.otf);
}
@font-face {
  font-family: "Source Sans Pro Bold";
  src: url(../fonts/SourceSansPro-Bold.otf);
}
body {
  font-family: "Source Sans Pro";
}
body .hero {
  background: #D6FC40;
  padding-top: 30px;
  position: relative;
}
body .hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../images/hybric\ cloud\ 1.png);
  top: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  body .hero::before {
    opacity: 70%;
  }
}
body .hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/data\ 1.png);
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  z-index: 0;
}
@media (max-width: 767px) {
  body .hero::after {
    opacity: 70%;
  }
}
body .hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
body .hero__container--logo {
  display: flex;
  align-items: center;
  gap: 40px;
}
body .hero__container--content {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
body .hero__container--content h2 {
  font-weight: bold;
  font-size: 60px;
  font-family: "Source Sans Pro Bold";
}
body .hero__container--content h3 {
  font-weight: bold;
  font-size: 55px;
  font-family: "Source Sans Pro Bold";
}
body main {
  padding-top: 50px;
}
body main .main__container--info {
  text-align: center;
  font-size: 20px;
}
body main .main__container--info p {
  margin-bottom: 40px;
}
body main .main__container--agenda {
  padding-top: 50px;
}
body main .main__container--agenda .agenda--content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  body main .main__container--agenda .agenda--content {
    flex-direction: column;
  }
}
body main .main__container--agenda .agenda--content .persona {
  text-align: center;
}
body main .main__container--agenda .agenda--content .persona .imagen {
  border: 15px solid #D6FC40;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}
body main .main__container--agenda .agenda--content .persona .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .main__container--agenda .agenda--content .persona .info {
  margin-top: 10px;
}
body main .main__container--agenda .agenda--content .persona .info p {
  margin: 0;
}
body main .main__container--agenda .agenda--content .fecha {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  body main .main__container--agenda .agenda--content .fecha {
    margin-top: 40px;
  }
}
body main .main__container--agenda .agenda--content .fecha .inner {
  background: #D6FC40;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body main .main__container--agenda .agenda--content .fecha .inner p {
  margin: 0;
  font-size: 30px;
}
body .contacto {
  background: #212721;
  margin-top: 100px;
  padding-bottom: 100px;
}
body .contacto--title {
  padding-top: 50px;
  text-align: center;
  font-size: 25px;
  color: #D9D9D9;
}
body .contacto--form {
  padding-top: 50px;
}
body .contacto--form form input {
  border: 1px solid #D6FC40;
  background: none;
  outline: none;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  padding: 15px;
  color: white;
  margin-bottom: 20px;
}
body .contacto--form form input::placeholder {
  color: #D6FC40;
}
body .contacto--form form .input__submit {
  text-align: center;
}
body .contacto--form form .input__submit input {
  background: #D6FC40;
  color: #212721;
  width: 400px;
  font-weight: 900;
  font-size: 20px;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  body .contacto--form form .input__submit input {
    width: 100%;
  }
}
body .contacto--form form .input__submit input:hover {
  background: #212721;
  color: #D6FC40;
}
body .contacto--footer {
  margin-top: 50px;
}
body .contacto--footer h3 {
  font-size: 35px;
  font-weight: bold;
  color: #D9D9D9;
  text-align: center;
}
body .contacto--footer .logos {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 767px) {
  body .contacto--footer .logos {
    gap: 0px;
    justify-content: space-around;
  }
}

.spinner {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: 9px solid;
  border-color: #dbdcef;
  border-right-color: #D6FC40;
  animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
.swal2-confirm {
  background: #D6FC40 !important;
  color: #212721 !important;
  font-weight: bold;
  box-shadow: none;
}
.swal2-confirm:focus {
  box-shadow: none !important;
}

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