.section--apresentacao .section__content {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  .section--apresentacao .section__wrapper {
    max-width: 1260px;
  }
}

/*
  produto apresentacao -  inicio
  *******************************/

.produto {
  display: flex;
  flex-flow: column;
}

.produto__imgsWrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  column-gap: 20px;
}

.produto__imgs-mini {
  display: flex;
  flex-flow: column;
  margin-right: 10px;
}

.produto__imgs-mini img {
  position: relative;
  display: block;
  width: 56px;
  height: 78px;
  object-fit: cover;
  margin-bottom: 20px;
}

.produto__img {
  display: block;
  position: relative;
  width: 200px;
  height: 280px;
}

.produto__img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.produto__img button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 50%;
  background-color: var(--colorPrussianBlue);
}

.produto__img button svg {
  width: 27px;
  height: 23px;
  border: none;
  stroke: var(--colorWhite);
}

.produto__detalhes {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.titulos {
  order: 2;
  margin-top: 10px;
}

.produto__detalhes .section__title {
  display: none;
}

.produto__detalhes .autor {
  display: block;
  margin: 0;
  font-size: 12px;
  color: var(--colorBlack);
}

.produto__tipo {
  order: 1;
  display: block;
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
  column-gap: 23px;
}

.tipo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: calc(50% - 5px);
  height: 30px;
  margin-bottom: 5px;
  border: 1px solid var(--colorPrussianBlue);
}

.tipo:not(.active) {
  border: 1px solid var(--colorDrakeGray);
}

.tipo:not(.active) label {
  color: var(--colorDrakeGray);
}

.tipo:not(.active) label img {
  filter: grayscale(100%) contrast(0.1);
}

.tipo label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 5px;
  font-size: 14px;
}

.tipo label img {
  margin-right: 5px;
}

.produto__comprar {
  order: 3;
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
}

.produto__valores {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.produto__valores .valor-antigo {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-decoration: line-through;
}

.produto__valores .valor__atual {
  display: flex;
  align-items: flex-end;
}

.produto__valores .valor__atual p {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--colorPrussianBlue);
}

.produto__valores .valor__atual span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: var(--colorPrussianBlue);
}

.valor__parcelado {
  margin-top: 10px;
  font-size: 12px;
}

.produto__comprar-btns {
  width: 100%;
}

.produto__comprar-btns button {
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  border: none;
}

.produto__comprar-btns .btn-comprar {
  background-color: var(--colorPrussianBlue);
  color: var(--colorWhite);
}

.produto__comprar-btns .btn-adicionar {
  background-color: var(--colorCultured);
  color: var(--colorPrussianBlue);
}

.produto__frete {
  order: 4;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  width: calc(100% - 10px);
  background-color: var(--colorCultured);
}

.produto__frete p {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--colorPrussianBlue);
}

.produto__frete p img {
  margin-right: 10px;
}

.calcular__frete {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}

.produto__frete input {
  width: 120px;
  height: 30px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #a8a8a8;
  border-radius: 15px;
}

.produto__frete button {
  height: 32px;
  width: 33px;
  background-color: var(--colorBlack);
  color: var(--colorWhite);
  border-radius: 50%;
  right: 0;
  position: absolute;
}

.produto__apresentacao {
  margin: 50px 0;
}

.produto__apresentacao .section__title {
  text-align: left;
  margin: 0;
  line-height: 1;
}

.produto__apresentacao p {
  font-size: 14px;
  line-height: 20px;
}

.frete__resultado {
  margin-top: 30px;
}

.frete__resultado .frete__resultado__item b {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: var(--colorPrussianBlue);
  margin-bottom: 5px;
  display: block;
}

.frete__resultado .frete__resultado__item p {
  font-size: 16px;
  margin: 0;
}

.frete__resultado .frete__resultado__item + .frete__resultado__item {
  margin-top: 10px;
}

.produto__indisponivel {
  margin-top: 40px;
}

.produto__indisponivel .btn--prodIndisponivel {
  width: 100%;
  border: 0;
  outline: 0;
  height: 40px;
  background-color: var(--colorPrussianBlue);
  color: white;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.produto__imgAcoes {
  max-width: 290px;
  display: flex;
  margin-left: auto;
  flex-direction: column;
}

.produto__imgAcoes > span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 0;
}

.produto__imgAcoes .produto__imgAcoesWrapper {
  display: flex;
  column-gap: 10px;
}

.produto__imgAcoes .produto__imgAcoesWrapper .btn {
  width: 100%;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 27px;
  column-gap: 5px;
  color: var(--colorPrussianBlue);
  text-decoration: none;
  background-color: var(--colorCultured);
}

@media only screen and (min-width: 1200px) {
  .section--sobre-livro .section__content {
    margin-bottom: 40px;
  }

  .produto {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .produto__imgsWrapper {
    justify-content: space-between;
    max-width: 390px;
  }

  .produto__imgs-mini {
    flex-flow: column;
    margin: 0;
    max-height: 430px;
    overflow: auto;
  }

  .produto__imgs-mini img {
    width: 76px;
    height: 114px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .produto__img {
    width: 290px;
    height: 430px;
  }

  .produto__detalhes {
    display: block;
    width: 100%;
    max-width: 660px;
  }

  .titulos {
    order: 0;
    margin-top: 0;
  }

  .produto__detalhes .section__title {
    display: block;
    margin: 0;
    line-height: 40px;
  }

  .produto__detalhes .autor {
    font-size: 15px;
  }

  .produto__tipo {
    order: 0;
  }

  .tipo {
    width: auto;
    margin: 0;
    padding: 12px 12px;
  }

  .tipo.audiobook {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .tipo.audiobook input {
    pointer-events: none;
  }

  .tipo label {
    margin-left: 5px;
    font-size: 16px;
  }

  .produto__comprar {
    order: 0;
    flex-flow: column;
    margin-top: 40px;
    row-gap: 20px;
  }

  .produto__valores {
    display: block;
    width: 50%;
    margin: 0;
  }

  .produto__valores .valor__atual span {
    font-size: 14px;
  }

  .valor__parcelado {
    max-width: 180px;
    margin-top: 10px;
    font-size: 16px;
  }

  .produto__comprar-btns {
    width: 50%;
    display: flex;
    column-gap: 20px;
  }

  .produto__freteWrapper {
    display: flex;
    flex-direction: column;
  }

  .produto__frete {
    order: 0;
    padding: 12px 40px;
    margin-top: 40px;
    width: calc(100% - 80px);
  }

  .produto__frete p {
    font-size: 16px;
  }

  .produto__frete input {
    width: 190px;
  }
}

/*
  produto apresentacao -  fim
  *******************************/
.modal--apresentacao {
  /* display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  z-index: 20; */
}



.modal__image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  object-fit: cover;
}

.modal__horario-semanal {
  z-index: 2;
}



.modal--prodIndisponivel .modal__wrapper {
  padding: 40px;
  width: 390px;
}

.modal--prodIndisponivel .modal__wrapper form {
  width: 100%;
  max-width: 60%;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}

.modal--prodIndisponivel .modal__wrapper form input {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  border-radius: 15px;
  outline: 0;
  border: 0;
  background-color: var(--colorLightGray3);
  padding: 0 20px;
  border: 1px solid var(--colorDrakeGray);
}

.modal--prodIndisponivel .modal__wrapper form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  height: 100%;
  padding: 0px 13px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.modal--prodIndisponivel .modal__wrapper p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  max-width: 60%;
  margin-right: auto;
}

.modal--apresentacao .modal__wrapper {
  background-color: initial;
  margin-top: initial;
}

.modal--apresentacao .modal__wrapper .modal__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal--errata form {
  width: 100%;
}

.modal--errata form .form__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.modal--errata form .form__group + .form__group {
  margin-top: 10px;
}

.modal--errata form .form__group label {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--color-ash-gray);
  margin-left: 10px;
}

.modal--errata form .form__group input,
.modal--errata form .form__group textarea {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  border-radius: 15px;
  border: 0;
  outline: 0;
  background-color: var(--colorLightGray3);
  border: 1px solid var(--colorDrakeGray);
  padding: 0 20px;
}

.modal--errata form .form__group textarea {
  height: 125px;
  padding-top: 20px;
}

.modal--errata form .form__group .btn {
  padding: 0 30px;
  height: 40px;
  color: white;
  background-color: var(--colorAspargusGreen);
  box-sizing: border-box;
  outline: 0;
  border: 0;
}




@media only screen and (min-width: 1200px) {
  
}

/*

  modal apresentacao -  inicio
  *******************************/

/*
 modal apresentacao  -  fim
  *******************************/

/*
  produto sobre livro -  inicio
  *******************************/

.section--sobre-livro .section__content {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  /* height: 500px; */
  padding: 20px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 40px;
}

.section__sobre {
  width: 100%;
}

.section__sobre .section__title {
  margin: 0;
  line-height: 30px;
  text-align: left;
}

.section__sobre .section__text p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--colorSonicSilver);
}

.section__sobre .section__text p.destaque {
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
}

.section__livro-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 290px;
  height: 433px;
}

.section__livro-img img {
  display: block;
  width: 300px;
  height: 100%;
}

.produto__detalhes__subtitle{
  margin: 0 0 10px;
  font-size: 18px;
  font-family: var(--robotoCnd);
}

@media only screen and (min-width: 1200px) {
  .section--sobre-livro .section__wrapper {
    max-width: 1260px;
  }

  .section--sobre-livro .section__content {
    display: block;
    position: relative;
    width: calc(100% - 120px);
    padding: 60px;
    margin-bottom: 80px;
    /* height: calc(400px - 120px); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 208px;
  }

  .section__sobre {
    width: 100%;
    max-width: 560px;
  }

  .section__sobre .section__title {
    margin: 0;
    line-height: 30px;
  }

  .section__sobre .section__text p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--colorSonicSilver);
  }

  .section__sobre .section__text p.destaque {
    margin: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .section__livro-img {
    position: absolute;
    right: 80px;
    top: 30px;
    width: 290px;
    height: 433px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }

  .section__livro-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/*
  produto sobre livro -  fim
  *******************************/

/*
  produto ficha tecnica -  inicio
  *******************************/


.section--ficha-tecnica {
  position: absolute;
  width: 290px;
  margin-top: 43px;
  top: 30px;
  right: 80px;
}


.section--ficha-tecnica .section__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin: 0;
  width: 290px;
}

.section--ficha-tecnica .section__title {
  margin-left: 0;
  text-align: left;
}

.section--ficha-tecnica .section__wrapper span {
  font-size: 14px;
  line-height: 160%;
  color: #3c3c3c;
}

.ficha__tecnica-itens {
  max-width: 100%;
}

.ficha__tecnica-itens p {
  font-size: 14px;
}

/*produto sobreautor -  inicio
 ********************************/*
 

.sobre__autor {
  display: none;
}

.sobre__autor--mobile {
  display: block;
  margin: 10px 0 6DD0px 0;
}

.sobre__autor--mobile .autor__row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  border: none;
  font-size: 16px;
  text-decoration: none;
  color: var(--colorWhite);
}

.sobre__autor-img {
  width: 180px;
}

.sobre__autor-img img {
  display: block;
  position: relative;
  width: 146px;
  height: 219px;
  object-fit: cover;
}

.sobre__autor-texto {
  max-width: 380px;
  margin-left: 10px;
  margin-top: 0px;
}

.sobre__autor-texto .autor {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: var(--colorPrussianBlue);
  text-transform: uppercase;
}

.sobre__autor-texto .principais-titulos {
  margin: 10px 0 3px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--colorCarolinaBlue);
}

.sobre__autor-texto .links {
  margin: 10px 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: var(--colorSonicSilver);
}

/* .section--sobre-autor {
  max-width: 1025px;
  margin: 0 auto;
} */

.section--sobre-autor {
 margin-top: -40px;
}

.btn-autor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  margin-top: 20px;
  border: none;
  font-size: 16px;
  text-decoration: none;
  background-color: var(--colorPrussianBlue);
  color: var(--colorWhite);
}

.section--central-nav .section__wrapper {
  background-color: var(--colorCultured);
}

.section--central-nav .section__content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  column-gap: 50px;
  font-family: "Roboto Condensend", sans-serif;
  color: var(--colorPrussianBlue);
}

.section--central-nav .section__content ul li {
  cursor: pointer;
}

.section--central-nav .section__content ul li a {
  text-decoration: none;
  color: var(--colorPrussianBlue);
}

@media only screen and (min-width: 1200px) {
  .section--ficha-tecnica .section__wrapper {
    max-width: 1260px;
  }

  .section--ficha-tecnica .section__content {
    justify-content: space-between;
    margin: 30px 0;
    padding-left: 60px;
  }

  .section--ficha-tecnica .section__title {
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
  }

  .sobre__autor--mobile {
    display: none;
  }

  .sobre__autor {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }

  .sobre__autor:last-child {
    margin-bottom: 20px;
  }

  .sobre__autor + .sobre__autor {
    margin-top: 30px;
  }

  .sobre__autor-img {
    display: flex;
    flex-direction: column;
  }

  .sobre__autor-texto {
    width: 100%;
    margin-left: 25px;
  }

  .sobre__autor-imgWrapper {
    display: flex;
    column-gap: 40px;
  }

  .sobre__autor-texto .autor {
    font-size: 45px;
  }

  .sobre__autor-texto .principais-titulos {
    margin: 20px 0 3px 0;
    font-size: 20px;
  }

  .sobre__autor-texto .links {
    font-size: 14px;
  }

  .btn-autor {
    width: 220px;
    height: 35px;
  }
}

/*
  produto  ficha tecnica e autor -  fim
  *******************************/

/*
  produto video -  inicio
  *******************************/

.section--video-produto .section__wrapper {
  max-width: 1260px;
}

.section--video-produto .section__content {
  margin: 30px 0;
}

.section--video-produto .section__title {
  margin: 0;
  margin-bottom: 40px;
  text-align: left;
  line-height: 20px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.video + .video {
  margin-top: 40px;
}

@media only screen and (min-width: 400px) {
  .video {
    width: 100%;
    height: 260px;
  }
}

@media only screen and (min-width: 500px) {
  .video {
    width: 100%;
    height: 280px;
  }
}

@media only screen and (min-width: 715px) {
  .video {
    width: 100%;
    height: 480px;
  }
}

@media only screen and (min-width: 1200px) {
  /* .section--video-produto .section__wrapper {
    max-width: 1160px;
  }

  .section--video-produto .section__content {
    margin: 30px 0;
  }

  .section--video-produto .section__title {
    margin-left: 60px;
  }

  .video {
    display: block;
    width: 100%;
    height: 580px;
  }

  .video iframe {
    width: 100%;
    height: 100%;
  } */
}

/*
  produto video -  fim
  *******************************/

/*
  produto comprados juntos -  inicio
  *******************************/

.section--comprados-juntos .section__wrapper {
  max-width: 1260;
  margin-top: 70px;
  margin-bottom: 30px;
}

.section--comprados-juntos .section__title {
  line-height: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.livros {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.livros .livro__card {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.livros .card__img {
  display: block;
  position: relative;
  width: 160px;
  height: 235px;
}

.livros .card__description {
  display: block;
  position: relative;
  width: 148px;
  margin-top: 20px;
}

.livros .card__titulo {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--colorPrussianBlue);
  font-weight: 600;
  line-height: 26px;
}

.livros .card__descricao {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}

.livros .card__autor {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 12px;
  color: var(--colorGrafitGray);
}

.livros .card__valor-atual {
  margin: 10px 0;
}

.icone {
  margin: 0 10px;
  width: 19px;
  height: 19px;
}

.icone img {
  display: block;
  width: 100%;
  height: 100%;
}

.preco__total {
  margin-left: 0;
}

.preco__total p {
  margin: 0;
  margin-top: 20px;
  font-family: "Roboto Condense", sans-serif;
  font-size: 16px;
  text-align: center;
  color: var(--colorPrussianBlue);
}

.preco__total p.valor-total {
  margin: 0;
  font-family: "Roboto Condense", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--colorPrussianBlue);
}

.preco__total .btn-adicionar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 35px;
  margin-top: 10px;
  background-color: var(--colorCultured);
  color: var(--colorPrussianBlue);
  text-decoration: none;
  font-size: 16px;
}

.produto__ebook {
  margin: 40px 0;
}

.produto__ebook .ebook__distribuidores ul {
  display: flex;
  justify-content: space-between;
  column-gap: 23px;
  max-width: 80%;
  margin: 0 auto;
}

.produto__ebook .ebook__distribuidores ul li {
  display: flex;
  align-items: center;
  height: 40px;
  color: var(--colorCarolinaBlue);
  background-color: var(--colorCultured);
  max-width: 25%;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}

.produto__ebook .ebook__distribuidores ul li a {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--colorPrussianBlue);
}

@media only screen and (max-width: 1200px) {

  .section--ficha-tecnica {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px -20px;
  }

  .section--sobre-autor {
    margin-top: 0px!important;
  } 

  .produto__detalhes .section__title {
    display: block;
    text-align: left;
    line-height: 35px;
  }
  .titulos {
    order: 1;
  }
  .tipo {
    width: 100%;
    padding: 0 10px;
  }

  .produto__imgAcoes {
    max-width: 100%;
  }

  .produto__freteWrapper {
    flex-direction: column;
  }

  .produto__frete {
    order: initial;
    margin-top: 15px;
    width: initial;
  }

  .modal--prodIndisponivel .modal__wrapper {
    width: calc(100% - 50px);
  }

  .sobre__autor-imgWrapper {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
  }

  .sobre__autor-img {
    width: 100%;
  }

  .sobre__autor {
    display: block;
  }

  .sobre__autor-img img {
    margin-bottom: 15px;
  }

  .sobre__autor-texto {
    margin-left: 0;
    width: 180px;
  }

  .btn-autor {
    margin-bottom: 20px;
  }

  .section--ficha-tecnica .section__content {
    margin-bottom: 20px;
  }

  .section--central-nav .section__content ul {
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
    row-gap: 20px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 930px) {
  .livros{flex-flow: row nowrap;overflow: auto;}
  .livros .card__description{display: none;}
}

@media only screen and (min-width: 1200px) {
  .comprados-juntos .section__wrapper {
    max-width: 1260;
  }

  .livros {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 auto;
    width: 1260px;
    height: 390px;
    margin-bottom: 30px;
    justify-content: space-between;
  }

  .livros .livro__card {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 200px;
    height: 100%;
    margin-right: 0px;
  }

  .livros .card__img {
    display: block;
    position: relative;
    width: 145px;
    height: 218px;
  }

  .livros .card__description {
    display: block;
    position: relative;
    width: 148px;
    margin-top: 20px;
  }

  .livros .card__titulo {
    font-family: "Roboto Condensed", sans-serif;
    color: var(--colorPrussianBlue);
    font-weight: 600;
    line-height: 26px;
  }

  .livros .card__descricao {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
  }

  .livros .card__autor {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-size: 12px;
    color: var(--colorGrafitGray);
  }

  .livros .card__valor-atual {
    margin: 10px 0;
  }

  .icone {
    margin: 0 10px;
    width: 19px;
    height: 19px;
  }

  .icone img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .preco__total {
    margin-left: 15px;
  }

  .preco__total p {
    margin: 0;
    font-family: "Roboto Condense", sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--colorPrussianBlue);
  }

  .preco__total p.valor-total {
    margin: 0;
    margin-top: 10px;
    font-family: "Roboto Condense", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--colorPrussianBlue);
  }

  .preco__total .btn-adicionar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 35px;
    margin-top: 10px;
    background-color: var(--colorCultured);
    color: var(--colorPrussianBlue);
    text-decoration: none;
    font-size: 16px;
  }
}

/*
  produto comprados juntos -  fim
  *******************************/

/*
  produto apresentacao -  inicio
  *******************************/
