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

body {
  font-family: "Inter", sans-serif;
  background-color: #F0F0F0;
}
body .header {
  padding-top: 50px;
  height: 40vh;
  background: url("../images/hero-bg.png");
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .header {
    padding-left: 10px;
    height: 50vh;
  }
}
body .header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(240, 240, 240);
  background: -moz-linear-gradient(0deg, rgb(240, 240, 240) 0%, rgba(240, 240, 240, 0.7987788866) 50%, rgba(240, 240, 240, 0.3646052171) 100%);
  background: -webkit-linear-gradient(0deg, rgb(240, 240, 240) 0%, rgba(240, 240, 240, 0.7987788866) 50%, rgba(240, 240, 240, 0.3646052171) 100%);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgba(240, 240, 240, 0.7987788866) 50%, rgba(240, 240, 240, 0.3646052171) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#f0f0f0",GradientType=1);
  z-index: 1;
}
body .header::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 300px;
  right: 10%;
  bottom: 0;
  background: url(../images/Recurso\ 12.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 200;
}
@media only screen and (max-width: 767px) {
  body .header::before {
    display: none;
  }
}
body .header__container {
  position: relative;
  z-index: 10;
  height: 100%;
}
body .header__container--logo img {
  height: 25px;
}
body .header__container--content {
  height: 100%;
  display: flex;
  align-items: center;
}
body .header__container--content h2 {
  color: #EE2E24;
  font-weight: bold;
  font-size: 75px;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  body .header__container--content h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
body .divisor {
  width: 40%;
  height: 10px;
  background-color: #EE2E24;
}
body .info {
  margin-top: 70px;
  font-size: 20px;
}
body .fecha {
  margin-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .fecha {
    padding: 0 15px;
  }
}
body .fecha::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 200px;
  background: url(../images/Recurso\ 10.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  body .fecha::after {
    display: none;
  }
}
body .fecha__container {
  background-color: white;
  border-radius: 0 50px 0 0;
}
body .fecha__container--content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content {
    padding-left: 0;
  }
}
body .fecha__container--content .direccion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .fecha__container--content .direccion span {
  color: #EE2E24;
  font-weight: bold;
  font-size: 50px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content .direccion span {
    font-size: 25px;
  }
}
body .fecha__container--content .direccion p {
  font-size: 30px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content .direccion p {
    font-size: 18px;
  }
}
body .fecha__container--content .dia {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
body .fecha__container--content .dia p {
  font-size: 30px;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content .dia p {
    font-size: 18px;
  }
}
body .fecha__container--content .dia span {
  font-weight: bold;
  font-size: 50px;
  color: #EE2E24;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content .dia span {
    font-size: 22px;
  }
}
body .fecha__container--content .horario {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
body .fecha__container--content .horario p {
  font-size: 30px;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content .horario p {
    font-size: 18px;
  }
}
body .fecha__container--content .horario span {
  font-weight: bold;
  font-size: 50px;
  color: #EE2E24;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body .fecha__container--content .horario span {
    font-size: 22px;
  }
}
body .title-agenda {
  margin-top: 50px;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  body .title-agenda {
    padding: 0 20px;
  }
}
body .agenda {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  body .agenda {
    padding: 0 20px;
  }
}
body .agenda__container {
  background-color: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 1px 1px 13px -2px rgb(189, 189, 189);
}
body .agenda__container--title {
  font-weight: bold;
  font-size: 20px;
  color: #EE2E24;
  display: flex;
}
body .agenda__container--title .title:nth-of-type(1) {
  flex: 0 0 20%;
}
@media only screen and (max-width: 767px) {
  body .agenda__container--title .title:nth-of-type(2) {
    display: none;
  }
}
body .agenda__container--content {
  margin-top: 30px;
}
body .agenda__container--content .fila {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  body .agenda__container--content .fila {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
body .agenda__container--content .fila .hora {
  font-weight: bold;
  display: flex;
  align-items: center;
  flex: 0 0 15%;
}
body .agenda__container--content .fila .ico {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 5%;
}
@media only screen and (max-width: 767px) {
  body .agenda__container--content .fila .ico {
    background-color: #EE2E24;
    max-height: 3px;
    width: 20%;
  }
}
body .agenda__container--content .fila .ico svg {
  height: 12px;
  fill: #EE2E24;
  width: unset;
}
@media only screen and (max-width: 767px) {
  body .agenda__container--content .fila .ico svg {
    opacity: 0;
  }
}
body .agenda__container--content .fila .actividad {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  body .agenda__container--content .fila .actividad {
    font-size: 16px;
  }
}
body .agenda__container--content .fila .actividad p {
  margin: 0;
}
body .agenda__container--content .fila .actividad .red {
  color: #EE2E24;
  font-weight: bold;
}
body .contacto {
  margin-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  body .contacto {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
body .contacto__container--title {
  font-size: 30px;
  font-weight: bold;
  color: #EE2E24;
}
body .contacto__container--subtitle {
  font-size: 20px;
}
body .contacto__container--form {
  margin-top: 40px;
}
body .contacto__container--form .form--title {
  font-size: 20px;
  margin-bottom: 40px;
}
body .contacto__container--form .form--title span {
  color: red;
  font-weight: bold;
}
body .contacto__container--form form label {
  margin-bottom: 40px;
}
body .contacto__container--form form label p {
  color: #EE2E24;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}
body .contacto__container--form form label input {
  border: none;
  outline: none;
  padding: 15px 10px;
  width: 100%;
}
body .contacto__container--form form label .input__radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
  gap: 40px;
}
body .contacto__container--form form label .input__radio .input {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .contacto__container--form form input[type=submit] {
  background-color: #EE2E24;
  color: white;
  height: 50px;
  border: none;
  margin-top: 30px;
  transition: all 0.3s linear;
  font-weight: bold;
}
body .contacto__container--form form input[type=submit]:hover {
  background-color: #9a1d16;
}
@media only screen and (max-width: 767px) {
  body .contacto__container--form form input[type=submit] {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.swal2-confirm {
  background-color: #EE2E24 !important;
  font-weight: bold;
  border: none !important;
  outline: none;
}
.swal2-confirm:focus {
  box-shadow: none !important;
}

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