* {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

html {
    font-size: 15px;
}

p {
    color: #000;
    margin-bottom: 1.2rem;
}

h1 {
    font-weight: bolder;
    margin-bottom: 1.5rem;
}

h3 {
    font-weight: bolder;
    margin-bottom: 1rem;
}

li {
    color: #000;
    list-style-position: inside;
}
a {
    color: #fff;
}

a:hover{
    color: #da251c;
}

/* Template areas */
body {
    height: 100vh;
    margin: 0px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "nav_superior" "slides" "principal" "rodape" "rodape_secundario";
    background-color: #fff;
}

.menu_superior {
    grid-area: nav_superior;
    display: flex;
    flex-direction: column;
    margin-bottom: 4.34rem;
    background-color: black;
}

.slides {
    grid-area: slides;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.principal {
    grid-area: principal;
    height: auto;
    background-color: #fff;
    color: #000;
}

.rodape{
    grid-area: rodape;
    margin: 0;
    align-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding: 1.5rem 0.4rem 2rem 0.4rem;
    background-color: #000;
    border-top: 0.5rem solid #da251c;
}
.rodape_secundario{
    grid-area: rodape_secundario;
    margin: 0;
    align-content: center;
    align-items: center;
    font-size: 1.2erm;
    padding: 1.5rem 0.4rem 1rem 0.4rem;
    background-color: #333333;
}

.barra_superior {
    background-color: rgba(0,0,0,0.9) !important;
}

.logo_nav_max {
    max-height: 2.7155rem;
}

.google_rating {
    color: #FF8C00;
    font-style: bolder;
    font-size: 1.5rem;
}
.google_rating_star {
    color: #FF8C00;
    font-style: bolder;
    font-size: 1rem;
}

.link-lojas {
    font-size: 0.85rem;
    font-weight: bolder;
    color: #da251c;
}

.tira-sublinhado:hover {
    text-decoration: none;
}

.link-sugestoes:hover {
    text-decoration: none;
    color: #da251c;
}

.link-main-tel {
    color: #fff;
}
.link-main-tel:hover {
    text-decoration: none;
    color: #da251c;
}

.card_lojas {
    border: none;
    box-shadow: 1px 1px 0.6666rem 0px #000000;
    -webkit-box-shadow: 1px 1px 0.6666rem 0px #000000;
    -moz-box-shadow: 1px 1px 0.6666rem 0px #000000;
}

.card_vazio {
    border: none;
}

.card_lojas_footer {
    background-color: #fff;
}

/* ### Botões ### */
.bt_card_lojas_footer {
    background-color: #da251c;
    color: #fff;
    font-weight: bolder;
    box-shadow: 1px 1px 0.2rem 0px #000000;
    -webkit-box-shadow: 1px 1px 0.2rem 0px #000000;
    -moz-box-shadow: 1px 1px 0.2rem 0px #000000;
}
.bt_card_lojas_footer:hover {
    background-color: #fff;
    color: #da251c;
    border: 1px solid #da251c;
}
.bt_azul {
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-weight: bolder;
}
.bt_azul:hover {
    background-color: #da251c;
    color: #fff;
}

.bt_cinza {
    background-color: #363636;
    color: #fff;
    font-weight: bolder;
}

.bt_cinza:hover {
    background-color: #696969;
    color: #fff;
    font-weight: bolder;
}
.bt_telefone {
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-right: 2.5rem;
}

.zap_pos {
    display: flex;
    flex-direction: column;
    right: 5%;
    bottom: 5%;
    position: fixed;
    z-index: 99999;
    transition: ease-in-out 250ms;
}

.zap_bt {
    width: 3.6666rem;
    height: 3.6666rem;
    background-color: #da251c;
    border-radius: 50%;
    border: none;
    padding: 0.33rem;
    cursor: pointer;
    box-shadow: 1px 1px 10px 0px #000000;
    -webkit-box-shadow: 1px 1px 10px 0px #000000;
    -moz-box-shadow: 1px 1px 10px 0px #000000;
}

.zap_bt:hover {
    text-decoration: none;
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.zap_bt_icon {
    color: #fff;
    font-size: 2.3rem;
}

.zap_badge {
    height: auto;
    font-weight: 400;
    font-size: 0.9rem;
    background-color: #da251c;
    color: #fff;
    position: absolute;
    display: block;
    top: 30%;
    padding: 0.5rem;
    right: 5rem;
    box-shadow: 1px 1px 10px 0px #000000;
    -webkit-box-shadow: 1px 1px 10px 0px #000000;
    -moz-box-shadow: 1px 1px 10px 0px #000000;
}

.bt_tel_navbar_dsktp {
    font-size: 1.2rem;
    z-index: 2;
    position: fixed;
    right: 0.5rem;
    top: 1.5143rem;
    color: #fff !important;
    background-color: rgba(0,0,0,0.0);
    border:none;
    font-weight: bolder;
    cursor: pointer;
    margin-right: 0.5rem;
}

.bt_tel_navbar_dsktp:hover {
    color: #da251c;
}

.bt_tel_navbar_mobile {
    height: 2.4088rem;
    font-size: 1rem;
    z-index: 2;
    position: fixed;
    right: 1.5rem;
    top: 0.95rem;
}

.bt_face {
    display: flex;
    font-size: 1.5rem;
    background-color: #3d5998;
    color: #fff !important;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    border:none;
    align-items: center;
    justify-content: center;
}

.bt_zap_rodape {
    display: flex;
    font-size: 1.8rem;
    background-color: #08ac0d;
    color: #fff !important;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    border:none;
    align-items: center;
    justify-content: center;
}

.bt_insta_rodape {
    display: flex;
    font-size: 1.8rem;
    background-color: #d9287e;
    color: #fff !important;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    border:none;
    align-items: center;
    justify-content: center;
}

.bt_social_rodape {
    display: flex;
    font-size: 1.65rem;
    background-color: #000;
    color: #fff !important;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
    margin-top: 0.3rem;
    border-radius: 0.5rem;
    border:none;
    align-items: center;
    justify-content: center;
}

.bt_telefone_rodape {
    color: #fff;
    font-size: 1rem;
    font-weight: bolder;
    border: none;
    cursor: pointer;
}

.bt_telefone_rodape:hover {
    text-decoration: none;
}

.icone_branco {
    color: #fff !important;
}

.icone_branco:hover {
    text-decoration: none !important;
    color: #da251c !important;
}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Divs */
.estilo_1 {
    padding: 2rem;
    width: auto;
}

.estilo_blog {
    padding-right: 8rem;
    padding-left: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
}

.botoes_rodape {
    margin-left: 0.6rem;
    max-width: 2.6rem;
    padding: 0;
}

/* Tipografia */
.titulo_vermelho {
    font-weight: 600 !important;
    color: #da251c;
}
.titulo_branco {
    font-weight: 600 !important;
    color: #fff;
}

.texto_preto {
    color: #000;
}

.texto_branco {
    color: #fff !important;
}

.link_branco {
    color: #fff !important;
}

a.link_branco{
    text-decoration: none;
}

.link_branco:hover{
    color: #da251c !important;
}


.texto_vermelho {
    color: #da251c;
}

.link_produto {
    display: flex;
    color: #000 !important;
    font-weight: bold;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.link_produto:hover {
    color: #da251c !important;
    text-decoration: none !important;
}

.link_blog {
    font-weight: bolder;
    color: #da251c;
}
.link_blog:hover {
    color: #1a1a1a;
}

.link_destaque {
    font-weight: bold;
    font-size: 1.5rem;
    color: #da251c;
}

.div_destaque {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center !important;
}

.texto_branco_pequeno {
    font-size: 0.82rem;
    color: #fff;
}

.destaque_bco {
    font-weight: 600;
    color: #fff;
}

.txt_rodape_secundario {
    font-size: 0.7777rem;
    font-weight: 200;
    color: #fff;
}

.txt_fulljustify {
    text-align: justify;
    text-justify: inter-word;
}

.tags_locais {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    font-style: italic;
    color: #333;
    text-align: right;
}

/* ## NAVBAR ## */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0.5) !important;
}

.navbar-toggler {
    padding: 0.2rem 0.2rem;
    margin-left: 0.5rem;
}

.dropdown-item {
    color: #000;
    background-color: #fff;
    font-weight: bolder;
}
.dropdown-item:hover {
    background-color: #da251c;
    color: #fff;
}

.navbar-nav .dropdown-menu {
    box-shadow: 1px 1px 0.2rem 0px #000000;
    -webkit-box-shadow: 1px 1px 0.2rem 0px #000000;
    -moz-box-shadow: 1px 1px 0.2rem 0px #000000;
}

.nav-link {
    color: #fff !important;
}

.nav-link:hover {
    color: #da251c !important;
}

.nav-lateral.active {
    background-color: #da251c !important;
    color: #fff !important;
}

.nav-lateral {
    color: #000 !important;
}

/* ## BREADCRUMB ## */
.breadcrumb {
    /*background-image: url("http://www.bitsquad.com.br/abc/imagens/texturas/breadcrumb.webp") !important;*/
    background-image: url("http://localhost/sc/imagens/texturas/breadcrumb.webp") !important;
    background-repeat: repeat !important;
    border-radius: 0px;
    align-items: flex-end;
}

.breadcrumb-item {
    color: #000 !important;
    font-weight: bolder;
    font-size: 1rem;
}

a.breadcrumb-item:hover{
    color: #da251c !important;
}

a.breadcrumb-item:link, a.breadcrumb-item:visited {
    color: #000 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
    color: #000;
}

/* ## TRATAMENTO DE IMAGENS ## */
.img_pagina {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo_rodape {
    height: 3rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo_quadrada {
    height: 5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ## MEDIAS ## */
@media(min-width: 992px) {
    .bt_telefone {
        margin-right: 0.5rem;
    }

    .bt_tel_navbar_mobile {
        display: none;
    }
    
}

@media(max-width: 992px) {
    /* mobile */
    .bt_azul {
        font-size: 0.85rem;
    }

    .bt_tel_navbar_dsktp {
        display: none;
    }

    .breadcrumb-item {
        font-size: 0.7rem;
    }

    h3 {
        font-size: 1.0666rem;
    }

    .img_pagina {
        width: 100%;
    }

    .logo_rodape {
        width: 80%;
        height: auto;
        margin-top: 2rem;
    }
    .logo_quadrada {
        width: 80%;
        height: auto;
        margin-top: 2rem;
    }

    .estilo_blog {
        padding: 2rem;
        width: auto;
    }
}

/* OUTROS LAYOUTS */

/* <hr> mais curtinha, estilizada */
.linea {
    width: 75%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-color: #bebebe;
}

/* Atribui espaço personalizado para coluna */
.espaco-3 {
    max-width: 3%;
}

.img-cinza:hover {
    -webkit-filter: grayscale(100%);
    filter: opacity(.8);
}