﻿html {
    /*font-size: medium;*/
    background: #fff !important;
}

body {
    background: #fff !important;
}

.btn-fechar {
    float: right;
    width: 30px;
    cursor: pointer;
}

.wrapper {
    margin-top: 0 !important;
}

.img-topo {
    width: 350px;
    max-width: 50% !important;
}

.index-mobile {
    display: none;
}

@media (max-width: 769px) {
    input, select {
        display: block;
        width: 100% !important;
    }

    .valor-desktop {
        display: none;
    }

    .valor-mobile {
        display: block !important;
    }

    .index-desktop {
        display: none;
    }

    .index-mobile {
        display: block !important;
    }
}

.text-right {
    text-align: right !important;
}

.campo {
    text-align: center;
    font-size: large;
    /*display: none;*/
    margin-bottom: 20px;
}

label {
    margin-right: 5px;
}

input, select {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #007be4;
    background-color: inherit;
    /*text-align: center;*/
    border-radius: 3px;
}

    input:focus {
        background-color: #cfe8ff;
    }

.erro {
    display: none;
    font-size: small;
    color: #f00;
}

.linhaTempo {
    padding-right: 0;
    padding-left: 0;
}

    .linhaTempo div {
        height: 15px;
        background-color: #cbcbcb;
        margin-left: 3px;
    }

        .linhaTempo div.ativo {
            background-color: #2573ff;
        }


.carousel-control-next-icon,
.carousel-control-prev-icon {
    /*background-color: #317eeb !important;*/
    background-color: #fff !important;
    /*border-radius: 50%;*/
    background-size: 80%;
    border-radius: 5px;
    border: 2px solid #317eeb;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23317eeb'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23317eeb'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
    background-clip: border-box;
    background-color: #317eeb;
    border-radius: 100%;
    width: 25px;
}

.carousel-item {
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
    border-radius: 10px;
}

.footer {
    background-color: #439dff;
    padding: 10px 0;
}

.header {
    left: 0 !important;
    right: 0 !important;
    background-color: #1d5ea5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-item {
    background-color: #439dff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: medium;
    font-weight: bold;
}

.header-modal {
    background-color: #00b2ff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
}

.banner-index {
    /*background-image: url('Imagens/banner-index.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
    max-height: 35vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.banner-saiba-mais {
    background-image: url('Imagens/banner-saiba-mais.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
}

.banner-odonto {
    background-image: url('Imagens/banner-odonto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
}

.banner-acessorios {
    background-image: url('Imagens/banner-acessorios.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
}

.banner-valores {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-valores-superbem-ouro {
    background-image: url('Imagens/banner-valores-superbem-ouro.jpg');
}

.banner-valores-superbem-prata {
    background-image: url('Imagens/banner-valores-superbem-prata.jpg');
}

.banner-valores-bemfacil-ouro {
    background-image: url('Imagens/banner-valores-bemfacil-ouro.jpg');
}

.banner-valores-bemfacil-prata {
    background-image: url('Imagens/banner-valores-bemfacil-prata.jpg');
}

.banner-meus-dados {
    background-image: url('Imagens/banner-meus-dados.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
}

.titulo-produto {
    float: left;
    padding: 10px 10px 10px 30px;
    margin-bottom: 20px;
    background-color: #808080;
    background-color: rgba(0, 0, 0, 0.50);
}

    .titulo-produto div {
        float: left;
        font-size: large;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

.alterar {
    margin-bottom: 3px;
}

    .alterar a {
        font-size: 12px !important;
        padding: 0 3px;
        background: #ffd740;
        text-decoration: none;
        color: #000;
    }

.panel a {
    color: #fff;
    text-decoration: none;
    /*font-weight: normal;
        font-size: small;*/
}

.produto-itens {
    margin: 30px;
}

.produto-itens td {
    padding-left: 5px;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: left;
}