body {
    font-family: 'Aleo', serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
    outline: none;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-family: 'Aleo', serif;
}
::-webkit-input-placeholder {
    font-family: 'Aleo', serif;
}
:-moz-placeholder {
    font-family: 'Aleo', serif;
}
::-moz-placeholder {
    font-family: 'Aleo', serif;
}
:-ms-input-placeholder {
    font-family: 'Aleo', serif;
}

.boxMenu {
    width: 100%;
    height: auto;
    background-color: #FFF;
}
.navbar {
    padding: .5rem 0;
    background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link {
    color: #004162;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    text-decoration: underline;
}

.boxBanner {
    width: 100%;
    height: 80vh;
    background-image: url("../img/banner-fundo.jpg");
    background-position: center;
    background-size: cover;
    margin-top: 90px;
    position: relative;
    z-index: 0;
}
.boxBanner .cartao {
    width: 60%;
    max-width: 1144px;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
}
.boxBanner h2 {
    font-size: 50px;
    margin: 100px 0 50px 0;
    color: #004162;
}
.boxBanner .formConsulta input {
    background-color: #004162;
    color: #b2b2af;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    padding: 22px 15px;
}
.boxBanner .formConsulta .btn {
    background-color: transparent;
    border: none;
    padding: 0;
}
.boxBanner .formConsulta .btn.focus,
.boxBanner .formConsulta .btn:focus {
    background-color: transparent;
    border-color: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.divisaoArea {
    width: 100%;
    height: 50px;
    background-color: #004162;
    margin-top: 60px;
}
.linhaDivisao {
    width: 340px;
    height: 20px;
    border-radius: 10px;
    margin: -10px auto 0 auto;
    position: relative;
    z-index: 10;
}
.linhaDivisao.azul {
    background-color: #004162;
}
.linhaDivisao.vermelha {
    background-color: #842121;
}
h1 {
    font-size: 38px;
    font-weight: 700;
    margin: 10px auto;
    display: table;
    color: #004162;
}
p.comoUsar {
    font-size: 30px;
    color: #004162;
    text-align: center;
}
.itemInfo {
    width: 198px;
    height: 244px;
    background-image: url("../img/info-branco.png");
    background-position: center;
    background-size: cover;
    margin: 100px auto;
    position: relative;
}
.itemInfo .setaCima {
    width: 243px;
    position: absolute;
    top: -50px;
    left: 100px;
}
.itemInfo .setaBaixo {
    width: 243px;
    position: absolute;
    bottom: -50px;
    left: 100px;
}
.itemInfo .numero {
    font-size: 30px;
    font-weight: 700;
    color: #004162;
    text-align: center;
    top: 35px;
    position: relative;
}
.itemInfo .icone {
    width: 80px;
    margin: 42px auto 0 auto;
    display: block;
}
.itemInfo .legenda {
    font-size: 14px;
    font-weight: 400;
    color: #004162;
    text-align: center;
    top: 12px;
    position: relative;
    padding: 0 36px;
    line-height: 16px;
}
a:link.linkCPB,
a:visited.linkCPB {
    font-size: 22px;
    background-color: #004162;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 10px;
    margin: 0 auto;
    display: table;
}
a:hover.linkCPB,
a:active.linkCPB {
    background-color: #112b3e;
}

.boxInfoComprar {
    width: 100%;
    height: auto;
    padding: 0 95px;
}
.boxInfoComprar .itemInfo {
    width: 198px;
    height: 244px;
    background-image: url("../img/info-azul.png");
    background-position: center;
    background-size: cover;
    margin: 100px 16px;
    position: relative;
    float: left;
}
.boxInfoComprar .itemInfo .setaCima {
    width: 243px;
    position: absolute;
    top: -51px;
    left: 100px;
}
.boxInfoComprar .itemInfo .setaBaixo {
    width: 243px;
    position: absolute;
    bottom: -51px;
    left: 100px;
}
.boxInfoComprar .itemInfo .numero {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    top: 35px;
    position: relative;
}
.boxInfoComprar .itemInfo .icone {
    width: 80px;
    margin: 36px auto 0 auto;
    display: block;
}
.boxInfoComprar .itemInfo .legenda {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    top: 10px;
    position: relative;
    padding: 0 36px;
    line-height: 16px;
}

.raspe-aqui {
    width: 140%;
    margin: 60px 0 0 -55px;
}

.tituloLivrarias {
    width: 100%;
    height: auto;
    background-color: #004162;
    margin: 50px 0;
    text-align: center;
    padding: 15px;
}
.tituloLivrarias h1 {
    color: #FFF;
    font-size: 32px;
    background-image: url("../img/logo-cpb-loja.png");
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: 400;
    margin: 0 auto;
    padding: 16px 0 16px 110px;
}
.itemLivraria {
    margin-bottom: 20px;
    color: #004162;
    padding: 7px;
    background-color: #fff;
    line-height: 20px;
}
.itemLivraria:hover {
    background-color: #efefef;
}
.itemLivraria .estado {
    font-size: 15px;
}
.itemLivraria .cidade {
    font-size: 17px;
    font-weight: 700;
}
.itemLivraria .bairro {
    font-size: 15px;
    font-style: italic;
}
.itemLivraria .endereco {
    font-size: 12px;
}
.itemLivraria .telefone {
    font-size: 16px;
    font-weight: 300;
}
a:link.linkLivraria,
a:hover.linkLivraria,
a:visited.linkLivraria,
a:active.linkLivraria {
    text-decoration: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 80px;
}

.boxRodape {
    width: 100%;
    height: auto;
    background-color: #004162;
    margin: 50px 0 0 0;
    text-align: center;
    padding: 20px;
}
.boxRodape img{
    width: 650px;
    max-width: 100%;
}

/* MOBILE */

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link:link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:active,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #004162;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #004162;
        text-align: center;
        color: #FFF;
        margin: 5px 0;
        text-decoration: none;
    }
    .boxBanner {
        height: auto;
        padding-bottom: 70px;
    }
    .boxBanner h2 {
        font-size: 35px;
        margin: 50px 0;
        text-align: center;
    }
    .linhaDivisao {
        width: 70vw;
    }
    h1 {
        font-size: 28px;
    }
    p.comoUsar {
        font-size: 20px;
        margin-top: 30px;
    }
    .tituloLivrarias h1 {
        font-size: 18px;
        background-position: center top;
        margin: 0 auto;
        padding: 80px 0 0 0;
    }
    .itemInfo {
        margin: 20px auto 0 auto;
    }
    .boxInfoComprar {
        padding: 0;
    }
    .boxInfoComprar .itemInfo {
        margin: 30px auto 0 auto;
        float: none;
    }
    .boxBanner .cartao {
        width: 90%;
        max-width: initial;
        position: relative;
        top: 40px;
        left: 0;
        transform: translate(0, 0);
        margin: 0 auto 30px auto;
        display: block;
    }
    .raspe-aqui {
        width: 90%;
        margin: 30px 0 0 0;
        display: block;
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
    }
}