#header {
  background: url(../public/images/banner-header-seminario.jpg);
  background-size: cover;
  min-height: 400px;
}

.separador {
  background-color: #D8A187;
  color: #fff;
}
.separador h3 {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .separador h3 {
    padding: 20px;
  }
}

.info .row {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .info .row {
    flex-direction: column;
  }
}
.info .row .col {
  padding: 0px 0px 0px 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .info .row .col {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .info .row .col {
    padding: 20px;
  }
}
.info .row .col p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 1px;
  color: #49323C;
}
.info .row .col h2 {
  text-align: center;
  color: #9E6E5A;
  line-height: 40px;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 2px;
}
.info .row .col h3 {
  text-align: center;
  color: #9E6E5A;
  line-height: 20px;
  margin-top: 30px;
  font-size: 15px;
  color: #860000;
  letter-spacing: 2px;
  font-weight: bold;
}
.info .row .col img {
  height: 40%;
}
@media (max-width: 959px) {
  .info .row .col img {
    height: 25%;
  }
}

.date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #AE6E5A;
  border-radius: 25px;
  color: #fff;
  width: 75%;
  padding: 40px;
}
@media (max-width: 767px) {
  .date {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .date {
    width: 90%;
  }
}
.date a {
  border: 1px solid;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .date a {
    text-align: center;
  }
}
.date a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #9E6E5A;
  transition: 0.5s;
}
.date img {
  height: 130px;
}
.date p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.date .borde {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50%;
  padding: 30px;
}
@media (max-width: 767px) {
  .date .borde {
    width: 100%;
  }
}
.date .borde p {
  margin-bottom: 0;
}
.date .costo {
  margin-top: 50px;
}
.date .costo p span {
  color: #49323C;
}

.programa {
  margin-top: 100px;
  background-color: #dadada;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .programa {
    padding: 20px;
  }
}
.programa .centrar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.programa h2 {
  color: #9d0000;
  text-align: center;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 2px;
}
.programa .row {
  padding: 50px;
}
@media (max-width: 767px) {
  .programa .row {
    padding: 10px;
    flex-direction: column;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .programa .row {
    padding: 25px;
  }
}
.programa .row p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 1px;
  color: #49323C;
}
.programa .borde {
  padding: 40px;
  border: 1px solid;
  width: 75%;
}
@media (max-width: 767px) {
  .programa .borde {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .programa .borde {
    width: 90%;
  }
}
.programa .borde h4 {
  text-align: center;
  letter-spacing: 1px;
  color: #49323C;
}
.programa .borde p {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 1px;
  color: #49323C;
  font-family: "Noto Serif SC", serif;
}

.logo {
  padding: 30px 150px;
}
@media (max-width: 767px) {
  .logo {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .logo {
    padding: 30px 70px;
  }
}

footer {
  background-color: #AE6E5A;
  color: #fff;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  #inscripcion {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  #inscripcion .row .col h4 {
    color: #860000 !important;
  }
}

@media (max-width: 767px) {
  #banner {
    min-height: 430px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #banner {
    margin-bottom: -375px !important;
  }
}
#banner a {
  width: 100%;
}
@media (max-width: 767px) {
  #banner .row .col h1 {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  #banner .row .col h4 {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #banner .row .col p {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .banner-bottom-mb {
    margin-top: -100px !important;
    margin-bottom: 0px !important;
  }
}

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