@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 {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
main .separator {
  margin: 24px auto 28px auto;
}
main .one .info a, main .item a {
  font-family: "Montserrat", sans-serif;
  background-image: url(../img/general/flecha-bordo.png);
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  width: 115px;
  display: block;
  font-weight: 600;
  margin-top: 50px;
}
main .one .info a:hover, main .item a:hover {
  color: #8a0d36;
}
main .one {
  padding: 0 20px 0 20px;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
main .one .image {
  width: 990px;
  height: 520px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .one .image img {
  display: none;
}
main .one .info {
  width: 360px;
  padding: 30px;
  float: right;
  margin-top: -420px;
  background-color: #FFF;
}
main .one .info h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 45px;
}
main .two {
  padding: 50px 20px 30px 20px;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
main .two .item {
  width: 50%;
  width: calc(50% - 20px);
  padding: 0 10px 0 10px;
  float: left;
}
main .two .item .image {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .two .item h3 {
  padding-top: 25px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 20px;
}
main .two .item p {
  margin-top: 25px;
  font-size: 16px;
}
main .two .item a {
  margin-top: 25px;
}
main .three {
  padding: 0px 20px 40px 20px;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
main .three .item {
  width: 33.33%;
  width: calc(33.33% - 20px);
  padding: 0 10px 0 10px;
  float: left;
}
main .three .item .image {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .three .item h3 {
  padding-top: 25px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 20px;
}
main .three .item p {
  margin-top: 25px;
  font-size: 16px;
}
main .three .item a {
  margin-top: 25px;
}
main .social {
  padding: 25px 20px 30px 20px;
  border-top: solid #e8e8e8 1px;
}
main .social h3 {
  font-size: 22px;
  text-align: center;
}
main .social .icons {
  margin-top: 40px;
  text-align: center;
}
main .social .icons p {
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  color: #8a0d36;
}
main .social .icons p a, main .social .icons p img {
  padding: 0 45px 0 45px;
}

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

  main {
    padding: 0 !important;
    width: 100% !important;
  }
  main .one {
    width: calc(100% - 40px);
    padding: 0 20px 0 20px;
  }
  main .one .image {
    height: auto;
    background-image: none !important;
  }
  main .one .image img {
    display: block;
  }
  main .one .info {
    margin: 25px 0 40px 0 !important;
  }
  main .one .info h3 {
    font-size: 24px;
  }
  main .two, main .three {
    width: calc(100% - 40px);
  }
}
@media (max-width: 900px) {
  .separator {
    margin: 24px auto 28px auto;
  }

  main .two, main .three {
    padding: 0;
  }
  main .two .item, main .three .item {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 40px;
  }
}

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