* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #dbd8d2;
  background-image: url("../img/epk-fondo.jpg");
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "Ubuntu", sans-serif; }

.clear {
  clear: both; }

.link {
  color: #262626;
  text-decoration: none; }
  .link:hover {
    text-decoration: underline; }
  .link i {
    padding-right: 10px; }

.link2 {
  color: #8b5443;
  text-decoration: none; }
  .link2:hover {
    text-decoration: underline; }

.btn {
  display: block;
  max-width: 300px;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  -webkit-border: 1px solid rgba(12, 16, 17, 0.85);
  -moz-border: 1px solid rgba(12, 16, 17, 0.85);
  border: 1px solid rgba(12, 16, 17, 0.85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .btn i {
    padding-right: 10px; }
  .btn:hover {
    text-decoration: underline;
    background: #0c1011; }

.gray {
  background: rgba(12, 16, 17, 0.85);
  color: #fff; }

.none {
  background: rgba(12, 16, 17, 0.85);
  color: #717171; }

.titulo {
  color: #8b5443;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  line-height: 30px; }

.texto {
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 25px; }

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .container .col {
    width: 500px;
    padding: 20px; }
  .container .left {
    float: left; }
    .container .left .logo {
      position: fixed;
      width: 50px;
      float: right; }
      .container .left .logo img {
        width: 50px; }
  .container .right {
    float: right; }
    .container .right .logo {
      float: left;
      width: 200px; }
      .container .right .logo img {
        width: 200px; }
    .container .right .parrafo {
      color: #262626;
      font-weight: 700;
      font-size: 18px; }
    .container .right .content {
      margin-top: 40px; }
      .container .right .content .hold {
        margin-top: 70px; }
        .container .right .content .hold:first-child {
          margin-top: 0; }
        .container .right .content .hold .images img {
          float: left;
          -webkit-border: solid 1px #262626;
          -moz-border: solid 1px #262626;
          border: solid 1px #262626; }

footer {
  background: #dbd8d2;
  width: 100%;
  padding: 30px; }
  footer div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    footer div .foot {
      color: #262626;
      font-family: "Arial", sans-serif;
      font-weight: 400;
      font-size: 12px;
      text-align: left;
      line-height: 20px; }

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