* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

html {
  height: 100%;
  width: 100%;
}

body {
  max-height: 100vh;
}

nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20%;
  height: 15vh;
  background-color: #8C292F;
  color: #bfbfbf;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  border-bottom: 2px solid #bfbfbf;
}

.brand {
  text-decoration: none;
  font-size: 50px;
  color: #bfbfbf;
  font-weight: 50px;
  letter-spacing: 2px;
}

main {
  position: relative;
  height: 80vh;
  background: url("wp.jpg");
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

.desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: left;
      align-content: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bienvenida {
  width: 50%;
  font-size: 20px;
  color: #bfbfbf;
  text-align: justify;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 6%;
  padding-bottom: 5%;
}

.bienvenidap {
  text-align: justify;
}

.box1 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 60%;
}

.box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6vh 1vh;
}

.botbrands {
  cursor: pointer;
  border: 1px solid white;
  width: 270px;
  height: 60px;
  text-align: center;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.botbrands:hover {
  background-color: #8C292F;
}

.botbrands a {
  color: #bfbfbf;
  text-decoration: none;
  -ms-grid-column-align: center;
      justify-self: center;
  font-size: 23px;
}

.botbrands1 img {
  width: 290px;
}

.tinto {
  font-size: large;
}

.tinto-small {
  font-size: 12px;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

.lineazg {
  width: 230px;
  margin-left: 20px;
  border-color: transparent;
  background-color: #bfbfbf;
}

.linealhc {
  width: 155px;
  margin-left: 55px;
  -ms-grid-column-align: center;
      justify-self: center;
  border-color: transparent;
  background-color: #bfbfbf;
}

.aviso {
  color: #bfbfbf;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
}

.aviso:hover {
  background-color: #8C292F;
}

footer {
  height: 3vh;
  bottom: 0px;
  padding: 0.5% 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #8C292F;
  font-size: 13px;
  color: #bfbfbf;
  border-top: 2px solid white;
}

@media only screen and (max-width: 1100px) {
  .bienvenida {
    width: 80%;
  }
  .box1 {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  nav {
    padding-left: 0%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand {
    font-size: 35px;
  }
  .bienvenida {
    font-size: 16px;
    padding-top: 5vh;
  }
  .box1 {
    margin-top: 3vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .botbrands {
    margin: 3%;
  }
  .box2 {
    margin-top: 15px;
  }
  footer {
    height: 4vh;
  }
  .copy {
    display: none;
  }
}

@media only screen and (max-height: 750px) and (max-width: 800px) {
  nav {
    padding-left: 0%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bienvenida {
    width: 70%;
  }
  .brand {
    font-size: 30px;
  }
  .bienvenida {
    font-size: 14px;
    padding-top: 8vh;
  }
  .box1 {
    margin-top: 1vh;
  }
  .box2 {
    margin-top: 15px;
  }
  footer {
    height: 4vh;
  }
  .copy {
    display: none;
  }
  .botbrands {
    cursor: pointer;
    border: 1px solid white;
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 3px;
  }
  .botbrands a {
    font-size: 16px;
  }
  .botbrands1 img {
    width: 210px;
  }
  .tinto {
    font-size: medium;
  }
  .tinto-small {
    font-size: 8px;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  .lineazg {
    width: 170px;
    margin-left: 10px;
    border-color: transparent;
    background-color: #bfbfbf;
  }
  .linealhc {
    width: 110px;
    margin-left: 40px;
    -ms-grid-column-align: center;
        justify-self: center;
    border-color: transparent;
    background-color: #bfbfbf;
  }
  .box2 {
    margin-top: 25px;
  }
  .aviso {
    font-size: 10px;
    width: 70px;
  }
}

@media only screen and (max-height: 670px) and (max-width: 800px) {
  .bienvenida {
    width: 80%;
    padding-top: 5vh;
    font-size: 14px;
  }
  .box2 {
    margin-top: 10px;
  }
}

@media only screen and (max-height: 570px) {
  .bienvenida {
    width: 90%;
    padding-top: 5vh;
    font-size: 12px;
  }
}
/*# sourceMappingURL=styles.css.map */