@font-face {
  font-family: 'Magic';
  src: url('../fonts/magic-bright-script-regular.otf');
}

@font-face {
  font-family: 'Autography';
  src: url('../fonts/Autography.otf');
}


@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/OpenSans-Bold.ttf');
  font-weight: bold;
}


@font-face {
  font-family: 'Suarez';
  src: url('../fonts/suarez-alt.otf');
}


@font-face {
  font-family: 'OpenSansSemiBold';
  src: url('../fonts/OpenSans-Semibold.ttf');
}


@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueBlack.otf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueBlackItalic.otf');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueBold.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueBoldItalic.otf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueHeavy.otf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueHeavyItalic.otf');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueItalic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueLight.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueLightItalic.otf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueMedium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueMediumItalic.otf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueRoman.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueThin.otf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueThinItalic.otf');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueUltraLight.otf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeueUltraLightItalic.otf');
  font-weight: 200;
  font-style: italic;
}


html {
  /* height: 100%; */
  overflow-x: hidden;
}

body {
  padding-top: 50px;
  height: 100%;
  font-family: 'HelveticaNeue', sans-serif !important;
}

#app {
  padding-top: 10em;
  height: 100%;
  /* background-image: url("../img/bg-quadriculado.png"); */
}

.bar {
  width: 2px !important;
  height: 520px !important;
  background-color: #e6b05a !important;
  margin: 0 2em !important;
  position: relative;
}

.bar img {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  transform: translate(-60%, -50%);
  rotate: 9deg;
  width: 200px;
}

/* input{
    border-color: #035F83;
    border-radius: 15px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 20px;
} */

input:focus {
  outline: none;
}

.button-btn {
  border-radius: 30px;
  width: 100%;
  height: 50px;
  background-color: #00a848;
  color: white;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-bottom: 1em;
}

.button-btn:focus {
  outline: none;
}

.button-btn:hover {
  opacity: 0.9;

}

b {
  color: #BC1F2F;
}
/*
@media screen and (min-width: 800px) {

    body{
         background:url('../img/bg.png');
         background-size: 100%;
         background-repeat: repeat-y;
         padding-top: 100px;
       }

} */

.background .background-left {
  position: fixed;
  top: 14px;
  left: -60px;
  width: 155px;
  height: 100%;
  z-index: -1;
  /* background-image: url("../img/background-left.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  pointer-events: none;
  cursor: default;
}

.background .background-right {
  position: fixed;
  top: 14px;
  right: -130px;
  width: 249px;
  height: 100%;
  z-index: -1;
  /* background-image: url("../img/background-right.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  pointer-events: none;
  cursor: default;
}

@media only screen and (min-width: 768px) {
  .conteudo {
    width: 75%;
  }

  .background .background-left {
    background-size: cover;
    left: 0;
    top: 0;
  }

  .background .background-right {
    background-size: cover;
    right: 0;
    top: 0;
  }
}

.row {
  padding-top: 20px;
}

img.img-kit {
  object-fit: cover;
  max-height: 130px;
  max-width: 130px;
}

a.cart {
  color: red;
}

.edit-name {
  display: none;
}

.kit-quantity {
  float: right;
  margin-right: 5px;
  position: relative;
  width: 70px;
  overflow: hidden;
}

.product {
  margin-top: 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 280px;
}

.product .product-image {
  padding: 5px;
  position: relative;
  transition: all 0.3s ease 0s;
  height: 160px;
}

.product .product-image a {
  display: block;
}

.product .product-image img {
  object-fit: cover;
  max-height: 150px;
}

.product .product-content {
  padding: 5px 0;
  text-align: center;
}

.product .product-footer {
  margin-top: -20px;
}

.product .product-footer button {
  padding: 5px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
}

.hide {
  display: none;
}

.center-cropped {
  object-fit: cover;
  object-position: center;
  height: 250px;
  width: 250px;
}

.center-portrait {
  object-fit: contain;
  object-position: center;
  height: 250px;
  width: 400px;
}

input.form-control.quantity {
  float: right;
  margin-right: 5px;
  position: relative;
  width: 70px;
  overflow: hidden;
}
