/* Header */

@font-face {
    font-family: 'Magistral-Book';
    src: url('../fonts/Magistral-Book.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-Medium';
    src: url('../fonts/Magistral-Medium.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-Bold';
    src: url('../fonts/Magistral-Bold.ttf') format('truetype')/* Safari, Android, iOS */
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inherit;
    height: 1px;
    margin: auto !important;
    overflow: hidden;
    padding: inherit;
    position: relative !important;
    width: 1px;
    word-wrap: normal !important;
}

body {
    font-family: 'Magistral-Book';
    margin: 0;
    padding: 0;
    line-height: initial;
}

.header {
    background-color: #141414;
    width: 100%;
    height: auto;
}

.footer-home {
    padding: 50px 0;
}

a {
    color: #141414;
}

.logo {
    padding: 20px 0;
}

.logo img {
    height: auto;
    width: 90px;
}

.form-linha-mobile {
    display: none;
}

.form-linha-desktop {
    display: block;
}


/* Page-Home */

.texto_home {
    padding-right: 80px;
    margin-bottom: 20px;
}

.texto_home a {
    font-weight: 600;
    color: #A11216;
}

.link-veja {
    font-weight: 600;
    color: #A11216;
}

.page-home_bem-vindo {
    margin-top: 40px;
}

.titulo-home {
    margin-bottom: 0px;
}

.titulo-home h1 {
    font-family: 'Magistral-Medium';
    font-size: 30px;
}

.titulo-home h2 {
    font-family: 'Magistral-Medium';
    font-size: 15px;
}

.titulo {
    margin-bottom: 0px;
    /* padding: 0; */
}

.titulo h1 {
    font-family: 'Magistral-Medium';
    font-size: 30px;
}

.titulo h2 {
    font-family: 'Magistral-Medium';
    font-size: 15px;
}

.texto {
    margin-bottom: 20px;
}

.texto p {
    font-size: 16px;
    line-height: 25px;
}

.texto p:last-child {
    font-size: 12px;
}

.search,
.search_2 {
    padding-right: 40px;
}

.search h2 {
    font-family: 'Magistral-Medium';
    font-size: 15px;
}

.search h2 span {
    font-size: 12px;
}

label {
    display: contents;
}

.search-field {
    width: 80%;
    height: 40px;
    border: solid 1px #000;
    padding-left: 10px;
}

.search-submit {
    height: 40px;
    position: absolute;
    color: #fff;
    background: #A11216;
    border: solid 2px #A11216;
}

.search-submit_mobile {
    display: none;
}

.search_2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.search_2 h2 {
    font-family: 'Magistral-Medium';
    font-size: 15px;
}

.search_2 h2 span {
    font-size: 12px;
}

.form-select {
    width: 80%;
    height: 40px;
    border: solid 1px #000;
    padding-left: 10px;
}

.fa-search {
    padding-right: 5px;
}

.exibir_titulo h2 {
    font-size: 18px;
    font-weight: bold;
}

.fundo_menu {
    margin: 0;
    padding: 0;
    background: #d9d9d9;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.menu_pesquisa h2 {
    border-right: solid 5px #fff;
    border-left: solid 5px #fff;
    padding: 20px 20px;
    line-height: 0px;
    font-size: 17px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    background: #343434;
    margin-left: 15px;
}

.menu_pesquisa h2 span {
    font-weight: bold;
    text-transform: uppercase;
}

.menu_pesquisa ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0 0 0 15px;
}

.menu_pesquisa li {
    border-right: solid 10px #fff;
    padding: 10px 0;
}

.menu_pesquisa li:first-child {
    border-left: solid 10px #fff;
    padding: 10px 0;
}

.menu_pesquisa li a {
    color: #2c2c2c;
    font-size: 17px;
    line-height: 0px;
    padding: 10px 20px;
}

.menu_pesquisa li a:hover {
    color: #fff;
    text-decoration: none;
    background: #343434;
}

.menu_pesquisa li a:active {
    color: #fff;
    text-decoration: none;
    background: #343434;
}

.busca_codigo h2 a {
    font-family: 'Magistral-Bold';
    color: #a11216;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.pdf img {
    vertical-align: middle;
    border-style: none;
    height: 50px;
    padding: 0;
    margin: 12px 0 12px 0;
}

.pdf p {
    margin: 26px 0 0 13px;
    font-size: 18px;
    font-weight: 600;
}

.youtube img {
    vertical-align: middle;
    border-style: none;
    height: 50px;
    padding: 0;
    margin: 12px 0 12px 0;
}

.youtube p {
    margin: 26px 0 0 13px;
    font-size: 18px;
    font-weight: 600;
}


/* Linha */

.titulo_linha h2 {
    color: #a11216;
    font-weight: bold;
    font-size: 28px;
}

.card-position {
    margin-left: 0px;
}

.busca_codigo {
    border: 1px solid #242526;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 15px;
}

.busca_codigo img {
    width: 180px;
    height: auto;
}


/* Single */

.section-resultado {
    margin: 50px 0;
}

.titulo_produto_single h1 {
    font-family: 'Magistral-Bold';
    color: #a11216;
    font-size: 28px;
    margin-bottom: 30px;
}

#accordion {
    max-width: 971px;
}

.linha_pdf {
    margin-bottom: 100px;
}

.icone_pdf {
    background: url(../img/Icon\ PDF.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 42px;
}

.icone_youtube {
    background: url(../img/Icon\ Youtube.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 42px;
}

.card-body .yt {
    background: url(../img/Icon\ Youtube.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 63px;
    background-position: center;
}

.card {
    border: 0;
    border-radius: 0;
}

.card-header {
    background: #d9d9d9;
    border: 0;
    border-radius: 0 !important;
    margin: 5px 0;
}

.card-header .btn-link {
    font-weight: 400;
    color: #2c2c2c;
    text-decoration: none;
}

.card-header .btn-link:hover {
    color: #2c2c2c;
}

.card-header .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(161 18 22 / 0%);
}

.card-body {
    text-align: center;
}

.card-body a {
    color: #a11216;
    text-decoration: none;
    background-color: transparent;
}

.card-body a:hover {
    color: #a11216;
    text-decoration: underline;
}

.card-body .br {
    background: url(../img/bandeira-BR.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 63px;
    background-position: center;
}

.card-body .es {
    background: url(../img/bandeira-ES.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 63px;
    background-position: center;
}

.card-body .usa {
    background: url(../img/bandeira-USA.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 63px;
    background-position: center;
}

.bt-link a:hover {
    text-decoration: none;
    color: #a11216;
}

.bt-link h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 53px;
}


/* Footer */

.rodape {
    background: #242526;
    height: auto;
}

.contato h2 {
    font-weight: bold;
    margin-top: 27px;
    font-size: 14px;
    color: #fff;
}

.contato h2 span {
    font-weight: 400;
    font-size: 11px;
}

.contato p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

.atendimento h2 {
    font-weight: bold;
    margin-top: 27px;
    font-size: 14px;
    color: #fff;
}

.atendimento h2 span {
    font-weight: 400;
    font-size: 11px;
}

.atendimento p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.endereco {
    /* padding-left: 236px; */
    margin-bottom: 28px;
}

.endereco h2 {
    font-weight: bold;
    margin-top: 45px;
    font-size: 14px;
    color: #fff;
}

.endereco h2 span {
    font-weight: 400;
    font-size: 11px;
}

.endereco p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
}

.texto-horario p {
    font-size: 11px;
    margin-top: 30px;
}

.icones {
    margin: 0 0 20px 0;
    /* padding: 0 188px 0 0; */
}

.icones img {
    width: 35px;
    padding: 0 5px;
}

.icones a {
    text-decoration: none;
}

.contato a {
    text-decoration: none;
}

.bt-whats {
    background: url('../img/icon-whats.png') no-repeat left center;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 9px 0 7px 30px;
    margin: 5px 0;
    background-size: 20px;
}

.bt-whats span {
    font-size: 11px;
}

.bt-whatsapp a {
    background: url('../img/icon-whatsapp.png') no-repeat;
    background-size: 45px 45px;
    padding-left: 55px;
    font-size: 16px;
    color: #242526;
    height: 50px;
    display: block;
    max-width: 330px;
}

.icon-pdf {
    width: 22px !important;
    padding-bottom: 5px;
}


/* 
.icones i {
    color: #fff;
    float: left;
    font-size: 28px;
}

.icones .fa-globe {
    color: #000;
    font-size: 15px;
    padding: 5px;
    margin: 2px 15px 0 0;
    border: solid 1px #fff;
    border-radius: 9px;
    background: #fff;
}

.icones .fa-facebook-square {
    margin: 1px 15px 0 0;
}

.icones .fa-instagram {
    margin: 1px 15px 0 0;
}

.icones .fa-youtube {
    color: #000;
    font-size: 15px;
    padding: 4px;
    margin: 3px 0 0 0;
    border: solid 1px #fff;
    border-radius: 5px;
    background: #fff;
} */

.copyright {
    background: #000;
}

.copyright p {
    margin: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 11px;
}

.mobile {
    display: none;
}

.atendimento-acordion h5 {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}


/* Acordion Footer Mobile */

.atendimento-acordion {
    position: relative;
    padding: 16px 0;
    width: 100%;
}

.atendimento-acordion .card-header {
    background: transparent;
    border-radius: 0 !important;
    margin: 0;
}

.atendimento-acordion .card {
    position: relative;
    background: transparent;
    border: 0px;
    border-radius: 0m;
    color: #FFFFFF;
}

.atendimento-acordion .card-body {
    text-align: left;
}

.atendimento-acordion .card-header .btn-link {
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}

.atendimento-acordion .card-header .btn-link span {
    font-size: 10px;
}


/* Mobile */

@media only screen and (max-width: 810px) {
    .titulo-home {
        text-align: center;
    }
    .endereco h2 {
        font-weight: bold;
        margin-top: 25px;
        font-size: 14px;
        color: #fff;
    }
    .icones {
        align-self: center;
        margin: 0;
        padding: 20px 15px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .titulo-home {
        text-align: center;
    }
    .search-field {
        width: 76%;
    }
    .form-select {
        width: 76%;
    }
}

@media only screen and (max-width: 836px) {
    .titulo-home {
        text-align: center;
    }
    .texto_home {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .search-field {
        width: 70%;
    }
    .form-select {
        width: 70%;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .icones {
        align-self: center;
        margin: 0;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 600px) {
    .fundo_menu {
        margin-bottom: 30px;
    }
    .section-resultado {
        margin: 20px 0;
    }
    .titulo-home {
        text-align: center;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .form-linha-mobile {
        display: block;
    }
    .texto_home {
        padding-right: 0;
        margin-bottom: 0px;
    }
    .form-linha-mobile button {
        position: absolute;
        background-image: url(../img/icon-lupa.png);
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        background-color: #fff;
        border: 1px solid #000;
        display: inline;
        border-left: 0;
        width: 40px;
    }
    .form-linha-desktop {
        display: none;
    }
    .logo {
        padding: 20px 0;
        justify-content: center;
    }
    .titulo h1 {
        text-align: center;
        font-size: 36.27px;
        padding: 0 20px;
    }
    .titulo h2 {
        font-size: 17px;
        text-align: center;
    }
    .menu_pesquisa h2 {
        font-size: 15px;
        margin: 0 0 0 15px;
    }
    .texto p:first-child {
        font-size: 16px;
        text-align: center;
    }
    .texto p:last-child {
        padding: 0 20px;
        text-align: center;
    }
    .search-field {
        width: 90%;
        height: 40px;
        border: solid 1px #000;
        border-right: 0;
        font-size: 13px;
        padding-left: 10px;
    }
    .search-submit_mobile {
        position: absolute;
        background-image: url(../img/icon-lupa.png);
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        background-color: #fff;
        border: 1px solid #000;
        display: inline;
        border-left: 0;
        width: 40px;
    }
    .form-select {
        width: 90%;
        height: 40px;
        border: solid 1px #000;
        border-right: 0;
        font-size: 13px;
        padding-left: 10px;
    }
    .icones {
        align-self: center;
        margin: 0;
        padding: 20px 15px;
    }
    .busca_codigo {
        width: 85%;
    }
    .busca_codigo img {
        width: 80%;
        height: auto;
    }
    /* .icones .fa-youtube {
        color: #000;
        font-size: 20px;
        padding: 4px;
        margin: 3px 0 0 0;
        border: solid 1px #fff;
        border-radius: 5px;
        background: #fff;
    }
    .icones i {
        color: #fff;
        float: left;
        font-size: 34px;
    }
    .icones .fa-globe {
        color: #000;
        font-size: 20px;
        padding: 5px;
        margin: 2px 15px 0 0;
        border: solid 1px #fff;
        border-radius: 9px;
        background: #fff;
    } */
    .contato {
        /* padding-top: 10px; */
    }
    .contato h2 {
        font-weight: bold;
        /* margin-top: 50px; */
        font-size: 14px;
        color: #fff;
    }
    .contato p {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
    }
    .atendimento {
        margin-bottom: 0px;
    }
    .atendimento h2 {
        font-weight: bold;
        margin-top: 27px;
        font-size: 14px;
        color: #fff;
    }
    .atendimento p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
    }
    .endereco {
        padding-left: 15px;
        margin-bottom: 0px;
    }
    .endereco h2 {
        font-weight: bold;
        margin-top: 27px;
        font-size: 14px;
        color: #fff;
    }
    .endereco p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #fff;
    }
    .copyright p {
        text-align: center;
    }
    .card-position {
        margin-left: 0px;
    }
    .busca_codigo h2 a {
        font-size: 14px;
    }
    .card-body .row {
        flex-wrap: initial;
    }
    .search-submit {
        display: none;
    }
    .linha_pdf {
        margin-bottom: 31px;
    }
    .texto-horario {
        padding-top: 15px;
    }
}