/**
 */

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2.5px;
}

.bg_img {
    background-image: url(/images/bg-site.png);
    background-size: initial;
    background-repeat: repeat-y;
    background-position-x: center;
}

.img_logo {
    max-height: 70px;
}

.img_conteudo {
    height: 395px;
}

.img_bloco_seguros {
    filter: grayscale(1);
    max-height: 185px;
    margin: 0 auto;
}

.img_bloco_seguros_150 {
    filter: grayscale(1);
    max-height: 150px;
    margin: 0 auto;
}

.img_center {
    margin: 0 auto;
}

a.bl_icons_servicos .panel.bg_white {
    color: #000;
    background-color: #fff !important;
    border: 2px solid transparent !important;
}

a.bl_icons_servicos:hover .panel.bg_white {
    color: #ff0000;
    /*background-color: #000 !important;*/
    border: 2px solid #000 !important;
    transition: 0.2s;
}

a.bl_icons_servicos:hover .panel .panel-body i {
    position: relative;
    top: 8px;
    transition: 0.5s;
}

.bl_icones_tabs button {
    color: #000;
    min-height: 102px;
    text-align: center;
    border: 2px solid transparent;
}

.bl_icones_tabs button i.material-icons {
    display: block;
}

.bl_icones_tabs button span {
    white-space: pre-line;
}

.bl_icones_tabs button:hover {
    color: #f00;
    border: 2px solid #222;
    transition: 0.2s;
}

.txt_upper {
    text-transform: uppercase;
}

.txt_lower {
    text-transform: lowercase;
}

.txt_capitalize {
    text-transform: capitalize;
}

.txt_justify {
    text-indent: 15px;
    text-align: justify;
}

.txt_center {
    text-align: center;
}

.txt_banner {
    text-shadow: 2px 2px 4px #191919;
}

.txt_white {
    color: #fff !important;
}

.txt_black {
    color: #222 !important;
}

.txt_white li a {
    color: #fff !important;
}

.txt_14 {
    font-size: 14pt;
}

.link_contatos_topo {
    color: #fff;
}

.link_contatos_topo:focus,
.link_contatos_topo:hover,
.link_contatos_topo:visited {
    color: #ddd;
}

.pt_5 {
    padding-top: 5px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_20 {
    padding-bottom: 20px;
}

.p_22 {
    padding: 22px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_75 {
    margin-top: 75px;
}

.mb_15 {
    margin-bottom: 15px;
}

.panel {
    border-radius: 1.5rem;
    box-shadow: 0px 0px 20px rgba(240, 240, 240, 0.9);
    transition: 0.3s;
}

.panel:hover {
    box-shadow: 0px 0px 26px rgba(80, 80, 80, 0.12);
    transition: 0.5s;
}

.admin .panel {
    border-radius: 1.5rem;
    background-color: #eee;
    box-shadow: 0px 0px 20px rgba(240, 240, 240, 0.9);
    transition: 0.3s;
}

.bg_white {
    background-color: #fff !important;
}

.bg_black {
    background-color: #000 !important;
}

.bg_black_light {
    background-color: #222 !important;
}

.bg_sinza_claro {
    background-color: #fafafa;
}

.bg_degrade_radial_sinza {
    background-image: radial-gradient(rgba(250, 250, 250, 0.9) 45%, rgba(250, 250, 250, 0.6));
}

.hm_260 {
    min-height: 260px;
}

.bottom {
    border-bottom: 5px solid #ff0000;
}

.list_menu_rodape li:hover a {
    color: #ff0000 !important;
    transition: 0.4s;
}

.span {
    border-radius: 0.7rem;
    border: 1px solid rgb(193, 193, 193);
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 10px auto;
    min-height: 88px;
}

.input_search,
.btn_search {
    background-color: transparent;
}

.input_search {
    color: #fff;
    font-weight: 600;
    border: 2px solid #ccc;
}

.btn_search i {
    color: #fff;
}

.input_search:hover,
.input_search:focus,
.input_search:active,
.btn_search:hover,
.btn_search:focus,
.btn_search:active {
    color: #222;
    background-color: #fff;
}

.btn_search:hover i,
.btn_search:focus i,
.btn_search:active i {
    color: #222;
}

.bloco_logomarcas_seguradoras {
    margin-top: 30px;
}

.bloco_logomarcas_seguradoras .panel {
    background-color: #fff;
    box-shadow: 0px 0px 26px rgba(80, 80, 80, 0.12);
}

.bloco_logomarcas_seguradoras:hover .panel {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(80, 80, 80, 0.2);
}

.bloco_logomarcas_seguradoras img {
    filter: grayscale(0.1);
}

.bloco_logomarcas_seguradoras:hover img {
    filter: grayscale(1);
    transition: 0.2s;
}

.contatos_form .list-group-item {
    border-color: transparent;
}

.title {
    margin-bottom: 30px;
}

.title::after {
    content: " ";
    height: 4px;
    background-color: #f00;
    display: block;
    width: 95px;
    border-radius: 1rem;
    margin: 5px auto;
}

.bloco_diferencias .panel-body {
    min-height: 125px;
}

.bloco_diferencias .panel-body h4 {
    font-size: 12pt;
}

@media (max-width: 768px) {
    .bloco_diferencias h4 {
        text-align: center;
    }
}

.pagina_opcoes.nav-tabs > li {
    margin: 10px 15px;
}

.pagina_opcoes.nav-tabs > li > a {
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #ddd;
}

.pagina_opcoes.nav-tabs > li.active > a:hover,
.pagina_opcoes.nav-tabs > li.active > a:focus {
    background-color: rgba(246, 246, 246, 0.95);
    border-bottom: 1px solid #ddd;
}

pagina_opcoes.nav-tabs > li.active > a:hover,
.pagina_opcoes.nav-tabs > li.active > a:focus {
    background-color: rgba(246, 246, 246, 0.95);
    border-bottom: 1px solid #ddd;
}

.bloco_resumo_post {
    padding: 0;
    height: 300px;
    max-height: 315px;
}

.bloco_resumo_post .content {
    padding: 1rem;
}

.bloco_resumo_post img {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.btn-group {
    padding: 0 15px;
}

.bootstrap-select > .dropdown-toggle {
    margin-left: -12px;
    width: 105%;
}

.admin .bootstrap-select > .dropdown-toggle {
    margin-left: 0px;
    width: 100%;
}

.msg_alerta {
    display: none;
}

.msg_alerta button {
    padding: 0;
}

.btn_whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.table_center tr td,
.table_center tr th {
    vertical-align: middle !important;
}

.mw_60 {
    max-width: 60%;
}

.mw_45 {
    max-width: 45%;
}

.mw_125px {
    max-width: 125px;
    border-radius: 2rem;
}

@media (max-width: 768px) {
    .mw_125px {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .btn-group {
        padding: 0px;
    }
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000000;
    border-radius: 50%;
}

.pagina ul.pagination {
    margin-top: 12px;
}

.btn_print {
}

@media print {
    .btn_print {
        display: none;
    }
}
