@import url(https://fonts.googleapis.com/css2?family=Sen&display=swap);@font-face {
  font-family: Rhode;
  src: url("../fonts/RhodeBoldWide.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Rhode;
  src: url("../fonts/RhodeMediumExtended.ttf");
  font-weight: normal;
}

html body {
  font-family: Rhode;
  overflow-x: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

button.burguer-toggle {
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  height: 18px;
  padding: 0;
  position: relative;
  margin-right: 30px;
}

button.burguer-toggle:focus {
  border: none;
  outline: none;
}

button.burguer-toggle .bar,
button.burguer-toggle .bar::before,
button.burguer-toggle .bar::after {
  width: 47px;
  height: 2px;
  background: #fff;
}

button.burguer-toggle .bar::before,
button.burguer-toggle .bar::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}

button.burguer-toggle .bar::before {
  top: 0;
}

button.burguer-toggle .bar::after {
  bottom: 0;
}

.menu {
  display: block;
  background: #fff;
  height: 100%;
  width: 80%;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 1s;
  transition-timing-function: ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(125, 125, 125, 0.22);
}

.menu.is-open {
  right: 0;
}

.menu .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  outline: none;
}

.menu .close-btn::before,
.menu .close-btn::after {
  width: 34px;
  height: 3px;
  display: block;
  content: "";
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
}

.menu .close-btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu .close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu .dropdown {
  color: #000;
  outline: none;
  border: none;
  font-size: 10px;
  position: absolute;
  left: 20px;
  top: 30px;
}

.menu .dropdown .dropdown-toggle {
  color: #000;
}

.menu .dropdown .dropdown-toggle:focus {
  outline: none;
  border: none;
}

.menu .dropdown a {
  text-decoration: none;
  color: #000;
  font-size: 10px;
}

.menu nav {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.menu nav a {
    margin: 15px 0;
    text-decoration: none;
    color: #000;
    font-family: Rhode;
    font-size: 12px;
}

.index {
  background-image: url("../img/bg/banner-celular.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index header .wrapper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index header .wrapper-header .logo {
  margin: 20px 0 15px 15px;
}

.index header .wrapper-header .acervo {
  font-size: 12px;
  color: #fff;
  margin-left: 15px;
}

.index .wrapper {
  height: calc(90vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.index .wrapper .card-camisas {
  /*width: 281px;*/
  height: 60px;
  /*background: #2D2D2D;*/
  display: flex;
  margin: 5px 0;
  text-decoration: none;
  position: relative;
}

.index .wrapper .card-camisas:hover {
  text-decoration: none;
}

.index .wrapper .card-camisas:hover .descricao {
  color: #000;
}

.index .wrapper .card-camisas:hover::before {
  opacity: 1;
}

.index .wrapper .card-camisas::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(96.6deg, #FD8247 33.39%, #FFEA02 97.91%);
  transition: opacity 0.2s linear;
}

.index .wrapper .card-camisas .card-img {
  position: relative;
  width: 68px;
}

.card-img {
    text-align: center;
    /*padding-top: 20px;*/
    color: white;
    /*color: black;*/
}

.index .wrapper .card-camisas .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index .wrapper .card-camisas {
  position: relative;
  /*width: calc(100% - 150px);*/
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Rhode;
  color: #fff; /*black;*/
  font-weight: 500;
  line-height: 15px;
  /*margin-right: 40px !important;*/
}

.descricao {
    position: relative;
    width: calc(100% - 65px);
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Rhode;
    color: #fff; /*black;*/
    font-weight: 400;
    line-height: 15px;
}

.camisas-section .search-bar {
  box-shadow: 0px 2px 6px 0px rgba(137, 137, 137, 0.25);
}

.camisas-section .search-bar .wrapper {
  height: 76px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.camisas-section .search-bar .wrapper form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.camisas-section .search-bar .wrapper form input {
  height: 34px;
  width: 200px;
  justify-self: center;
  padding: 5px;
  margin: 0;
  border: 1px solid #000;
  border-right: none;
  font-size: 14px;
}

.camisas-section .search-bar .wrapper form input:focus {
  outline: none;
}

.camisas-section .search-bar .wrapper .search {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-left: none;
  outline: none;
}

.camisas-section .search-bar .wrapper .burguer-div {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.camisas-section .search-bar .wrapper .burguer-div .burguer-toggle {
  margin: 0;
}

.camisas-section .search-bar .wrapper .burguer-div .burguer-toggle .bar,
.camisas-section .search-bar .wrapper .burguer-div .burguer-toggle .bar::before,
.camisas-section .search-bar .wrapper .burguer-div .burguer-toggle .bar::after {
  background: #000;
}

.camisas-section .galeria {
  padding: 35px 0 90px;
}

.camisas-section .galeria .col-md-6 {
  min-height: 308px;
  min-width: 230px;
}

.camisas-section .galeria .camisas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.camisas-section .galeria .camisas .col-lg-3 {
  max-height: 308px;
  display: flex;
  justify-content: center;
}

.camisas-section .galeria .camisas .camisa {
  background: linear-gradient(170.55deg, rgba(253, 130, 70, 0) 6.4%, rgba(255, 231, 0, 0) 90.07%);
  height: 287px;
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px rgba(125, 125, 125, 0.22);
  margin-top: 21px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s;
  padding-top: 13px;
  position: relative;
  border-radius: 7px;
}

.camisas-section .galeria .camisas .camisa .camisa-img {
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.4s;
  width: 186px;
  height: 186px;
  display: flex;
  justify-content: center;
}

.camisas-section .galeria .camisas .camisa .camisa-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: 100%;
}

.camisas-section .galeria .camisas .camisa .descricao {
  font-size: 8px;
  color: #010101;
  margin-bottom: 8px;
  padding: 0 22px;
  text-align: center;
}

.camisas-section .galeria .camisas .camisa:hover {
  position: absolute;
  font-size: 9px;
  width: 260px;
  height: 379px;
  transform: translate(0, -11px);
  z-index: 9;
  padding: 13px 13px 0 13px;
  background: linear-gradient(170.55deg, #fd8246 6.4%, #ffe700 90.07%);
}

.camisas-section .galeria .camisas .camisa:hover .camisa-img {
  width: 100%;
  height: 305px;
}

.camisas-section .galeria .camisas .camisa:hover .camisa-img img {
  width: 100%;
  height: 100%;
}

.detalhe .wrapper {
  padding: 90px 0 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detalhe .wrapper .texto {
  width: 100%;
}

.detalhe .wrapper .texto h3 {
  font-size: 18px;
  margin-bottom: 40px;
}

.detalhe .wrapper .texto h5 {
  margin-bottom: 8px;
  font-size: 16px;
}

.detalhe .wrapper .texto p {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "Sen", sans-serif;
}

.detalhe .wrapper .galeria {
  width: 100%;
  max-height: 496px;
  display: flex;
  justify-content: space-between;
}

.detalhe .wrapper .galeria .galeria-col-1 {
  width: 66.2%;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
}

.detalhe .wrapper .galeria .galeria-col-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.detalhe .wrapper .galeria .galeria-col-2 {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detalhe .wrapper .galeria .galeria-col-2 .img-sm {
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
  height: 32%;
  background: #fff;
  display: flex;
  justify-content: center;
}

.detalhe .wrapper .galeria .galeria-col-2 .img-sm a.play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
}

.detalhe .wrapper .galeria .galeria-col-2 .img-sm a.play-btn img {
  width: 40px;
  height: 40px;
}

.detalhe .wrapper .galeria .galeria-col-2 .img-sm iframe {
  width: 100%;
  height: 100%;
}

.detalhe .wrapper .galeria .galeria-col-2 .img-sm img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.top-logo {
  height: 91px;
  background: linear-gradient(90.6deg, #FD7F48 -1.51%, #FFED00 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background: #2C2C2C;
}

footer .wrapper {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

footer .wrapper img {
  margin-right: 40px;
}

footer .wrapper small {
  font-size: 8px;
}

@media (min-width: 576px) {
  .index {
    background-image: url("../img/bg/banner.jpg");
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .detalhe .wrapper {
    padding: 120px 0 170px;
    flex-direction: row;
  }

  .detalhe .wrapper .texto {
    width: 45%;
  }

  .detalhe .wrapper .texto h3 {
    font-size: 27px;
    margin-bottom: 50px;
  }

  .detalhe .wrapper .texto h5 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .detalhe .wrapper .texto p {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .detalhe .wrapper .galeria {
    width: 50%;
  }

  .menu {
    padding: 20px;
    width: 40%;
  }

  .menu nav {
    font-size: 16px;
  }

  .menu nav .col-6 {
      display: flex;
      font-family: Calibri;
      align-items: center;
      font-size: large;
  }

  .index header .wrapper-header .logo {
    margin: 30px 0 30px 30px;
  }

  .index header .wrapper-header .acervo {
    font-size: 16px;
    margin-left: 27px;
  }
}

@media (min-width: 992px) {
  button.burguer-toggle {
    margin-right: 50px;
  }

  .index .wrapper {
    height: calc(100vh - 144px);
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .index .wrapper .card-camisas {
    margin-right: 16px;
    margin-bottom: 58px;
  }

  .camisas-section .search-bar .wrapper {
    justify-content: center;
  }

  .camisas-section .search-bar .wrapper form input {
    width: 608px;
  }
}

