* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    padding-top: 70px;
    background: #ededed;
}

img#logoHeader {
    height: 50px;
}

div.div-breadcrumb {
    background-color: #F1F4F8;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #506690;
    padding: 5px;
}

main {
    padding: 30px 0;
    min-height: calc(100vh - 200px);
}

section.input-div {
    box-shadow: 0px 8px 24px rgba(22, 27, 45, 0.1);
    border-radius: 6px;
    height: 60px;
    display: flex;
}

div.contador {
    color: #555;
    background: #fff;
    border-bottom-right-radius: 5px;
}

section.input-div div {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

section.input-div div.input-group-part-1 select {
    /* font-size: 14px; */
    width: min-content;
    /* padding: 0; */
}

a.card-livro {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

img.imagemCard {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 250px;
}

img.imgCardDetalhe {
    height: 200px;
}

section.input-group div.input-group-part-2 span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #869AB8;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 700;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 700;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 700;
}

section.livros-section > div {
    padding: 0 50px;
}

section.livros-section div.livro-card {
    width: 100%;
    /* height: 439px; */
    margin-top: 40px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(triangulo.png);
    /* Shadow (Light) / Large */

    box-shadow: 0px 24px 64px rgba(22, 27, 45, 0.09);
    border-radius: 5px;
    overflow: hidden;
}

.botaoAzul {
    background-color: #335EEA;
    color: #fff;
}

section.livros-section div.livro-card div.livro-card-header {
    /* width: 320px; */
    height: 205.59px;
    /* background: url(https://lh3.googleusercontent.com/proxy/P4xbu02AlcpHq9Eslm1AfTHg5grem5he165AehOri8PVEwvnBXy134x3oKAX_Yc50fZI6P1AGEMVLBOlk1Kw-Z8QWlAgqTTzK6JeK1XS7q1kpPzeU2s9xEQ); */
}

section.livros-section div.livro-card div.livro-card-header img {
    height: 100%;
    width: 100%;
}

section.livros-section div.livro-card div.livro-card-body {
    padding: 30px;
}

section.livros-section div.livro-card div.livro-card-body p.titulo-material {
    /* font-family: HK Grotesk; */
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    /* identical to box height */

    letter-spacing: -0.01em;

    color: #161B2D;
}

section.livros-section div.livro-card div.livro-card-body span {
    /* font-family: HK Grotesk; */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;

    color: #6B7C93;
}

@media screen and (max-width: 500px){

    section.input-div div.input-group-part-1 select#selectCampos {
        width: inherit;
    }
}