@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 {
  margin-top: -93px;
}
main .top {
  height: 675px;
  background-image: url("../img/home/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
main .top .space {
  height: 93px;
}
main .top h2, main .top h3 {
  text-align: center;
}
main .top h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-top: 140px;
}
main .top h3 {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 72px;
  margin-top: 40px;
}
main .mid {
  padding: 0 40px 0 40px;
  margin: 0 auto;
  width: 1200px;
}
main .mid .box {
  width: 839px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 33px 40px 0 40px;
  border-top: 3px solid #8a0d36;
  margin-top: -75px;
  height: 112px;
}
main .mid .box .button {
  text-align: left;
  width: 135px;
  margin-top: 30px;
}
main .mid .content {
  overflow: hidden;
  margin-top: 100px;
}
main .mid .content .left {
  float: left;
  width: 390px;
  padding: 50px 35px 50px 35px;
  margin-top: calc(-50% + 55px);
  margin-left: 20px;
  background-color: #ffffff;
}
main .mid .content .left h4 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 40px;
}
main .mid .content .left p {
  color: #595959;
  line-height: 28px;
}
main .mid .content .right {
  float: right;
}
main .bot {
  margin: 120px auto 160px auto;
  width: 1035px;
}
main .bot h3 {
  font-size: 16px;
  color: #8a0d36;
  padding-top: 40px;
  margin: 40px 0 20px 0;
  border-top: 1px #cecece solid;
}
main .bot .item {
  overflow: hidden;
  margin-bottom: 40px;
}
main .bot .item .content {
  width: 50%;
}
main .bot .item .content h4 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 45px;
}
main .bot .item .content h4 a {
  font-family: "Playfair Display", serif;
}
main .bot .item .content p {
  margin-top: 35px;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
main .bot .item .content .link {
  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 .bot .item .content .link:hover {
  color: #8a0d36;
}
main .bot .item .image {
  width: 465px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*width: 50%;
  
  img{
    width: 90%;
    margin: 0 auto;
  }*/
}
main .bot .item .left {
  float: left;
}
main .bot .item .right {
  float: right;
}

header .burger img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

  main {
    width: 100% !important;
    padding: 0 !important;
  }
  main .top {
    width: 100%;
    padding-bottom: 80px !important;
  }
  main .top h2 {
    font-size: 26px;
    margin-top: 50px;
  }
  main .top h3 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  main .mid .content {
    margin-top: 50px;
    overflow: visible;
  }
  main .mid .content .left h4 {
    margin: 20px 0 20px 0;
    font-size: 28px;
    text-align: center;
  }
  main .mid .content .right {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  }
  main .mid .content .right img {
    width: 100%;
  }
  main .mid .box {
    width: auto;
    padding: 0;
    border-top: none;
    margin-top: -65px;
    height: auto;
    background: none;
  }
  main .mid .box p {
    display: none;
  }
  main .mid .box .button {
    margin-top: 0;
  }
  main .bot {
    margin: 40px auto 20px auto;
  }
  main .bot .item .content {
    margin-bottom: 40px !important;
  }
  main .bot .item .content h4 {
    font-size: 28px;
  }
  main .bot .item .content p {
    margin-top: 20px;
  }
  main .bot .item .content .link {
    margin: 30px 0 30px 0;
  }
}

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