@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;
}
html, body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

img, p, h1, h2, h3, h4, a, input, select, textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-weight: normal;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

a {
  color: #000000;
}

.transition {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.shadow {
  -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);
}

.bold {
  font-weight: 600;
}

main {
  padding: 0;
  margin: 0;
}

.space {
  width: 100%;
}

header {
  height: 49px;
  padding: 22px 40px 22px 40px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
header .logo {
  float: left;
}
header .burger {
  display: none;
  width: 49px;
  height: 49px;
  float: right;
}
header .burger img {
  display: block;
  margin: 3px 0 0 auto;
}
header nav {
  float: right;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
header nav ul li {
  display: inline-block;
  margin-left: 46px;
}
header nav ul li a {
  font-weight: 700;
}
header nav ul li a:hover {
  color: #8a0d36;
}
header nav ul li .active {
  color: #8a0d36;
}

header.blanco a {
  color: #FFF;
}

footer {
  color: #FFF;
  background-color: #141519;
  padding: 52px 55px 31px 95px;
  font-size: 16px;
}
footer a {
  color: #FFF;
}
footer .top {
  height: 53px;
}
footer .top .logo {
  float: left;
  height: 100%;
  margin-right: 120px;
}
footer .top .info {
  float: left;
  height: 100%;
}
footer .top .info ul {
  list-style-type: none;
  height: 100%;
  padding: 0;
  margin: -7px 0 0 0;
  line-height: 30px;
}
footer .top .info ul li {
  display: inline-block;
  width: 320px;
}
footer .top .info ul li img {
  margin-right: 10px;
}
footer .top .info ul li .space {
  width: 22px;
  height: 15px;
  display: inline-block;
}
footer .top .social {
  float: right;
  height: 100%;
}
footer .top .social a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}
footer .bot {
  width: 100%;
  padding-top: 50px;
  color: #676767;
  text-align: center;
}

.box {
  background-color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  color: #000000;
}

.button {
  width: 152px;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  cursor: pointer;
  font-size: 14px;
  background-image: url(../img/index/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 0 auto;
  background-color: #8a0d36;
  color: #FFFFFF;
}

.button:hover {
  background-color: #000;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-top: 53px;
  text-align: center;
}

.separator {
  width: 44px;
  height: 2px;
  background-color: #8a0d36;
  margin: 24px auto 0 auto;
}

.responsive {
  display: none;
}

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