﻿@media (max-width: 992px) {
  .catalogo {
    padding: 50px 0;
  }
  .catalogo .colunaEsquerda .pesquisar form input {
    width: 108px;
  }
  .catalogo .colunaEsquerda .pesquisar form button {
    width: 45px;
  }
  .catalogo .colunaEsquerda .pesquisar .titulo,
  .catalogo .colunaEsquerda .categorias .titulo {
    font-size: 26px;
  }
  .catalogo .colunaEsquerda .categorias a {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
  .catalogo .colunaEsquerda .categorias .accordion .card .card-header .btn-link {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #2e5d64;
  }
  .catalogo .colunaDireita .opcoes label {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #782d2b;
  }
  .catalogo .colunaDireita .opcoes select {
    width: 100%;
  }
  .catalogo .colunaDireita .lista {
    padding-top: 25px;
  }
  .catalogo .colunaDireita .lista .item {
    margin-bottom: 25px;
  }
  .catalogo .colunaDireita .lista .item .image {
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .catalogo .colunaDireita .lista .item .image img {
    max-width: 100%;
    border: solid 1px #c5c5c5;
  }
  .catalogo .colunaDireita .lista .item .texto {
    background-color: #fff;
  }
  .catalogo .colunaDireita .lista .item .texto .preco span {
    text-decoration: line-through;
  }
  .catalogo .colunaDireita .lista .item .texto .precoPromocao {
    font-size: 19px;
  }
  .catalogoDetalhe {
    padding: 70px 0;
  }
  .catalogoDetalhe .swiper-container {
    width: 270px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalogoDetalhe .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .catalogoDetalhe .gallery-top {
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .catalogoDetalhe .gallery-top .swiper-wrapper .swiper-slide img {
    margin: 0 auto;
  }
  .catalogoDetalhe .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 20%;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 51.1px;
    height: 73.1px;
    border: solid 1px #c5c5c5;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .catalogoDetalhe .infos {
    padding-left: 0;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 50px;
  }
  .catalogoDetalhe .infos .tituloLivro {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #782d2b;
    margin-bottom: 10px;
  }
  .catalogoDetalhe .infos .autorLivro {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin-bottom: 40px;
  }
  .catalogoDetalhe .infos .preco {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #c5c5c5;
    margin-bottom: 5px;
  }
  .catalogoDetalhe .infos .preco span {
    text-decoration: line-through;
  }
  .catalogoDetalhe .infos .precoPromocao {
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.77;
    letter-spacing: normal;
    text-align: left;
    color: #2e5d64;
    margin-bottom: 40px;
  }
  .catalogoDetalhe .frete {
    margin-top: 30px;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #782d2b;
    text-transform: uppercase;
  }
  .catalogoDetalhe .frete input {
    margin-top: 10px;
    width: 150px;
  }
  .catalogoDetalhe .frete .calcularfrete {
    margin-top: 10px;
  }
  .catalogoDetalhe .abas {
    margin-top: 50px;
    /* Style the tab */
    /* Style the buttons that are used to open the tab content */
    /* Change background color of buttons on hover */
    /* Create an active/current "tab button" class */
    /* Style the tab content */
  }
  .catalogoDetalhe .abas * {
    box-sizing: border-box;
  }
  .catalogoDetalhe .abas .tab {
    width: 30%;
    float: left;
    background-color: #fff;
    border-right: 1px solid white;
    border-top: 1px solid #ccc;
  }
  .catalogoDetalhe .abas .tab button {
    display: block;
    background-color: #f4f4f4;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .catalogoDetalhe .abas .tab button:hover {
    background-color: #ddd;
  }
  .catalogoDetalhe .abas .tab button.active {
    background-color: #fff;
    color: #782d2b;
    border-left: 4px solid #782d2b;
    border-right: 1px solid #fff;
    font-weight: bold;
  }
  .catalogoDetalhe .abas .tabcontent {
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 70%;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
    position: relative;
    z-index: -1;
    left: -2px;
  }
  .catalogoDetalhe .abas .tabcontent .linha span {
    font-weight: bold;
    color: #949494;
  }
}
@media (max-width: 640px) {
  .cep #txtCep {
    width: 150px;
  }
  .catalogo .colunaDireita .lista .item {
    margin-bottom: 40px;
  }
  .catalogo .colunaDireita .lista .item .texto .tituloLivro {
    height: auto;
    margin-bottom: 10px;
  }
  .catalogo .colunaDireita .lista .item .texto .preco {
    display: none;
  }
  .catalogo {
    padding: 50px 0;
  }
  .catalogo .colunaEsquerda .pesquisar form input {
    width: 83%;
  }
  .catalogo .colunaEsquerda .pesquisar form button {
    width: 15%;
  }
  .catalogo .colunaEsquerda .pesquisar .titulo,
  .catalogo .colunaEsquerda .categorias .titulo {
    font-size: 26px;
  }
  .catalogo .colunaEsquerda .categorias a {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
  .catalogo .colunaEsquerda .categorias .accordion .card .card-header .btn-link {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #2e5d64;
  }
  .catalogo .colunaDireita .opcoes label {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #782d2b;
  }
  .catalogo .colunaDireita .opcoes select {
    width: 100%;
  }
  .catalogo .colunaDireita .lista {
    padding-top: 25px;
  }
  .catalogo .colunaDireita .lista .item {
    margin-bottom: 25px;
  }
  .catalogo .colunaDireita .lista .item .image {
    margin-bottom: 20px;
    display: table;
    text-align: center;
    width: 100%;
  }
  .catalogo .colunaDireita .lista .item .image img {
    width: 100%;
    display: inline-table;
    max-width: 260px;
    border: solid 1px #c5c5c5;
  }
  .catalogo .colunaDireita .lista .item .texto {
    background-color: #fff;
  }
  .catalogo .colunaDireita .lista .item .texto .preco span {
    text-decoration: line-through;
  }
  .catalogo .colunaDireita .lista .item .texto .precoPromocao {
    font-size: 19px;
  }
  .catalogoDetalhe .swiper-container {
    width: 270px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalogoDetalhe .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .catalogoDetalhe .gallery-top {
    height: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .catalogoDetalhe .gallery-top .swiper-wrapper .swiper-slide img {
    margin: 0 auto;
  }
  .catalogoDetalhe .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 20%;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-wrapper .swiper-slide img {
    width: 51.1px;
    height: 73.1px;
    border: solid 1px #c5c5c5;
  }
  .catalogoDetalhe .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .catalogoDetalhe .infos {
    padding-left: 0;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 50px;
  }
  .catalogoDetalhe .infos .tituloLivro {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #782d2b;
    margin-bottom: 10px;
  }
  .catalogoDetalhe .infos .autorLivro {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin-bottom: 40px;
  }
  .catalogoDetalhe .infos .preco {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #c5c5c5;
    margin-bottom: 5px;
  }
  .catalogoDetalhe .infos .preco span {
    text-decoration: line-through;
  }
  .catalogoDetalhe .infos .precoPromocao {
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.77;
    letter-spacing: normal;
    text-align: left;
    color: #2e5d64;
    margin-bottom: 40px;
  }
  .catalogoDetalhe .infos .compra {
    width: 100%;
  }
  .catalogoDetalhe .infos .compra .box {
    width: 100%;
  }
  .catalogoDetalhe .frete {
    margin-top: 30px;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #782d2b;
    text-transform: uppercase;
  }
  .catalogoDetalhe .frete input {
    padding: 5px;
    width: 140px;
    height: 47px;
    border: solid 1px #707070;
    background-color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    outline: none;
  }
  .catalogoDetalhe .frete .calcularfrete {
    outline: none;
    padding-top: 9px;
    padding-bottom: 8px;
    vertical-align: top;
    width: 100px;
    height: 47px;
    border: solid 2px #782d2b;
    background-color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: #782d2b;
    text-transform: uppercase;
  }
  .catalogoDetalhe .abas {
    margin-top: 50px;
    /* Style the tab */
    /* Style the buttons that are used to open the tab content */
    /* Change background color of buttons on hover */
    /* Create an active/current "tab button" class */
    /* Style the tab content */
  }
  .catalogoDetalhe .abas * {
    box-sizing: border-box;
  }
  .catalogoDetalhe .abas .tab {
    width: 100%;
    float: left;
    background-color: #fff;
    border-right: 1px solid white;
    border-top: 1px solid #ccc;
    display: flex;
  }
  .catalogoDetalhe .abas .tab button {
    display: inline-block;
    padding: 22px 5px;
    font-size: 14px;
  }
  .catalogoDetalhe .abas .tab button:hover {
    background-color: #ddd;
  }
  .catalogoDetalhe .abas .tab button.active {
    background-color: #fff;
    color: #782d2b;
    border-left: 1px solid #ccc;
    border-top: 4px solid #782d2b;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-weight: bold;
  }
  .catalogoDetalhe .abas .tabcontent {
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: 0;
    padding: 15px;
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    position: relative;
    z-index: -1;
    left: -2px;
  }
  .catalogoDetalhe .abas .tabcontent .linha span {
    font-weight: bold;
    color: #333;
  }
}