@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&family=Oswald:wght@400;500;700&family=Raleway:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap");
/** RETIRA O SUBLINHADO DOS LINKS **/
a,
a:active,
a:hover,
a:visited {
  color: unset !important;
}

a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
/** PARA DEIXAR AS IMAGENS DOS KITS CLICÁVEIS **/
.link {
  cursor: pointer;
}
/** HEADER **/
.header {
  background-color: black;
}
.header img {
  width: 15%;
}
/** TARJA **/
.tarja {
  background-color: #61ce70;
}
.tarja h6 {
  color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1.4em;
}
/** AMOSTRA **/
.amostra {
  background-color: #f5f5f5;
}
.amostras {
  width: 80%;
}
.amostra h1 {
  font-family: "Roboto", Sans-serif;
  font-size: clamp(18px, 3vw, 28px);
  text-transform: uppercase;
  line-height: 1.3em;
  color: #202020;
  font-weight: 600;
}
.amostra h2 {
  color: #54595f;
  font-family: "Open Sans", Sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 600;
}
.amostra p {
  color: #54595f;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.btn-pagar {
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  background-color: #61ce70;
  padding: 15px 50px 15px 50px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  font-size: 15px;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.btn-pagar:hover,
.btn-pagar:active {
  color: #fff;
}
/** VIDEO **/
.videos h1 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: clamp(16px, 3vw, 32px);
  font-weight: 600;
  line-height: 1;
}
hr {
  width: 25%;
  margin: 0 auto;
  border-top: 2px solid #000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.videos p {
  color: #000000;
  font-size: clamp(15px, 3vw, 16px);
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.famoso {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c9c9c9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
}
.famoso h2 {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  color: #202020;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
  margin-left: 0.7rem;
}
.botao-play{
  width: 50px;
    position: absolute;
    top: 11rem;
    right: 2rem;
    transition: 0.3s all;
    cursor: pointer;
}
.botao-play:hover{
  transform: scale(1.1);
}
.modal-title{
  font-size: 24px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    color: #202020;
    font-family: "Roboto", Sans-serif;
}
.btn-pedido{
  font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #61ce70;
    border-style: solid;
    border-color: #61ce70;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    padding-right: 2.5rem;
    padding-left: 1rem;
}
.btn-pedido:hover{
  color: #61ce70;
    background-color: rgba(0,160,178,0);
    border-color: #61ce70;
}
.btn-depoimento{
  font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    fill: #ffffff;
    color: #ffffff;
    background-color: #f3b563;
    border-style: solid;
    border-color: #f3b563;
    padding-right: 3rem;
    padding-left: 1rem;
}
.btn-depoimento:hover{
  color: #f3b563;
    background-color: rgba(0,160,178,0);
    border-color: #f3b563;
}
#modaldepoimento > .modal-dialog > .modal-content{
  animation-duration: 2s;
    background-color: #f3b563;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
}
#modaldepoimento > .modal-dialog > .modal-content > .modal-header{
  border-bottom: none;
}
#modaldepoimento > .modal-dialog > .modal-content > .modal-footer{
  border-top: none;
  justify-content: center;
}
#modaldepoimento .btn-pedido:hover{
  color: #ffffff;
    background-color: #00a0b2;
    border-color: #6ec1e4;
}
/** FOOTER **/
.footer {
  background-color: #000;
}
.footer h5 {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  color: #ffffff;
  font-family: "Arial", Sans-serif;
  font-weight: 400;
}
.footer p {
  font-size: clamp(14px, 3vw, 16px);
  color: white;
  margin-bottom: 0;
}
.footer img {
  width: 57%;
}
.copyright {
  text-align: center;
  color: #bcbcbc;
  font-family: "Roboto", Sans-serif;
  font-weight: 100;
}

@media (max-width: 767px) {
  /** HEADER **/
  .header img {
    width: 45%;
  }
  /** VIDEO **/
  .videos h1 {
    line-height: 1.3em;
  }
  .btn-depoimento, .btn-pedido, .modal-footer > a{
    width: 100%;
  }

}
