@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
main .top {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
main .top h3 {
  margin: 45px 0 45px 0;
  font-size: 18px;
  line-height: 32px;
}
main .top p {
  font-size: 16px;
  line-height: 32px;
}
main .bot {
  margin: 75px 0 90px 0;
}
main .bot img {
  width: 100%;
  position: relative;
}
main .bot .distintos {
  width: 650px;
  margin: -145px auto 0 auto;
  border-top: 4px solid #8a0d36;
  padding: 35px 35px 45px 35px;
  background-color: #FFF;
  position: relative;
}
main .bot .distintos h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  text-align: center;
  margin-top: 0;
}
main .bot .distintos ul {
  margin-top: 36px;
  font-size: 20px;
  line-height: 42px;
  list-style: none;
  /* Remove default bullets */
}
main .bot .distintos ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #8a0d36;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

@media (max-width: 1300px) {
  .shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  main {
    padding: 0 !important;
    width: 100% !important;
  }
  main .bot {
    padding: 0 !important;
    width: 100% !important;
    margin: 30px 0 30px 0;
  }
  main .bot .distintos {
    margin: -3px auto 0 auto;
    padding: 20px 0 0 0 !important;
    width: 100% !important;
  }
  main .bot .distintos h2 {
    font-size: 20px;
  }
  main .bot .distintos ul {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

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