@font-face {
  font-family: 'Segoe UI';
  src: url("/fonts/9404.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("/fonts/10398.ttf");
  font-weight: bold;
  font-style: normal; }
* {
  outline: none !important;
  font-family: "Segoe UI", sans-serif;
  font-weight: 300;
  color: #606060; }

body > header {
  height: 100vh;
  min-height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  body > header h1 {
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    text-align: center; }
  @media (max-width: 768px) {
    body > header h1 {
      top: 50px;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
      position: absolute; }
      body > header h1 img {
        max-width: 80%; } }
  body > header .about {
    background: rgba(255, 255, 255, 0.65);
    left: 0;
    bottom: 50px;
    right: 0;
    width: 700px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    position: absolute; }
    body > header .about p {
      font-weight: 400;
      font-size: 18px;
      color: #000;
      text-indent: 40px;
      margin: 15px; }

nav a {
  display: block;
  text-align: center; }
  nav a img {
    max-width: 100%; }
nav .boucheron {
  margin-top: 22px;
  margin-bottom: 25px; }
nav .alfredodamato {
  margin-bottom: 15px; }
nav .chaumet {
  margin-top: 20px; }
nav .breitling {
  margin-top: 16px; }

@media (max-width: 768px) {
  nav a {
    display: block; }
    nav a img {
      transform: scale(0.5, 0.5); }
  nav .boucheron {
    margin-bottom: 15px; }
  nav .alfredodamato {
    margin-bottom: 10px; }
  nav .chaumet {
    margin-bottom: -15px; }
  nav .breitling {
    margin-bottom: -25px; } }
article.brand h2 {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bd9f94; }
  article.brand h2 img {
    max-width: 100%; }
article.brand .introduction {
  padding: 0;
  text-align: center;
  font-size: 21px; }
article.brand article hr {
  border: 0 solid #bd9f94;
  border-top-width: 1px;
  margin: 0; }
article.brand article header {
  border-style: solid;
  border-color: #bd9f94;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px; }
  article.brand article header h3 {
    font-size: 42px;
    text-align: center;
    margin: 0; }
  article.brand article header p {
    margin: 0;
    font-size: 21px;
    line-height: 1.2em;
    text-indent: 45px;
    text-align: justify; }
article.brand article .slide-nav {
  margin-bottom: 15px; }
  article.brand article .slide-nav img {
    min-height: 214px;
    cursor: pointer; }
@media (max-width: 768px) {
  article.brand article header {
    border-style: solid;
    border-color: #bd9f94;
    border-width: 1px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    article.brand article header h3 {
      font-size: 32px;
      text-align: center;
      margin: 0; }
    article.brand article header p {
      margin: 10px 0;
      font-size: 16px;
      line-height: 1.2em;
      text-indent: 25px;
      text-align: justify; } }
article.brand article .product-description h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 700; }
article.brand article .product-description p {
  padding: 0;
  margin: 0;
  font-size: 21px; }
@media (max-width: 768px) {
  article.brand article .product-description {
    margin-bottom: 25px; }
    article.brand article .product-description h4 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 16px;
      font-weight: 700; }
    article.brand article .product-description p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 1.2; } }
article.brand article .products img {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }
article.brand article .prev {
  color: #606060;
  left: -25px;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent; }
article.brand article .next {
  color: #606060;
  right: -25px;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent; }
@media (max-width: 768px) {
  article.brand article .prev {
    z-index: 1000;
    color: #bd9f94;
    left: 25px;
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent; }
  article.brand article .next {
    z-index: 1000;
    color: #bd9f94;
    right: 25px;
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent; }
  article.brand article .slide-nav {
    display: none; } }

footer {
  background-color: #bd9f94;
  color: #ffffff;
  font-family: BrownStdLight, sans-serif;
  font-size: 18px;
  font-weight: 300; }
  footer a, footer a:active, footer a:visited, footer p {
    font-family: BrownStdLight, sans-serif;
    color: #ffffff;
    padding: 15px;
    display: inline-block;
    margin-bottom: 0; }
  footer a:hover {
    color: #ffffff;
    text-decoration: none; }
  footer .container > .row > div:nth-child(2) {
    text-align: center; }
  footer .container > .row > div:last-child {
    text-align: right; }
  footer .fa {
    color: #ffffff; }

@media (max-width: 768px) {
  footer {
    text-align: center; }
    footer a, footer a:active, footer a:visited, footer p {
      text-align: center;
      padding: 5px; }
    footer p {
      padding: 5px; }
    footer .container > .row > div:last-child {
      text-align: center; }
    footer img {
      width: 50%; } }
.up {
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  border-radius: 5px;
  background-color: white;
  opacity: 0.5; }

.up:hover {
  text-align: center;
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  border-radius: 5px;
  background-color: white;
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
