﻿@charset "utf-8";
/* CSS Document */

/*PAGE FIX*/
.pagefix{ width: 100%;
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
	background: #d6d6d6db; }


.areaboxpage{    width: auto;
    height: auto;
}


.boxpage{    width: 600px;
    height: 2000px;
    margin: 30px auto 30px auto;
    background: #ffffff;
    border: 3px solid #999999;}



/*ESTRUTURA PORTAL CONTRATOS*/

body {
    margin: 0px;
    padding: 0px;
    color: #2d2d2d;
    font-family: Arial, Helvetica, sans-serif;
}

/*padroes*/
.formneg{background: #ffecec;border: 2px solid #f5aca6;}


pc-header {
}

.pc-conteudo {
    width: 100%;
    height: auto;
    margin-top: 20px;
    max-width: 1280px;
}

.pc-chamada {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.pc-chamada-primeiro {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.pc-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.pc-title a{text-decoration: none;}

.pc-subtitle {
    font-weight: bold;
    text-align: left;
    line-height: 34px;
    clear: both;
    font-size: 14px;
}

    .pc-subtitle font {
        font-weight: normal;
    }

.pc-subtitleavisos {
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    clear: both;
    font-size: x-small;
}

.pc-clear {
    clear: both;
}

.itensppagina {
    float: right;
    text-align: right;
}

.paginacao-filtros {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    height: auto;
    font-size: 13px;
    line-height: 24px;
}

/*PLACEHOLDER*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

:-ms-input-placeholder { /* IE10–11 */
    color: #323232 !important;
    font-size: 12px !important;
    letter-spacing: normal !important;
    font-weight: normal !important;
}

::-ms-input-placeholder { /* Edge */
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

::placeholder { /* CSS Working Draft */
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

input[type="email"].big-dog::-webkit-input-placeholder {
    color: #323232;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
}

/*ALERTAS*/


.alert-bg {
    background: #3d3d3d;
    width: 100%;
    height: 100%;
    filter: alpha(opacity:0.6);
    KHTMLOpacity: 0.6;
    MozOpacity: 0.6;
    -khtml-opacity: .6;
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.alert-box {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 8px 10px 30px;
    margin: 5px;
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

.error {
    background: #ffecec;
    border: 1px solid #f5aca6;
}

.success {
    background: #e9ffd9;
    border: 1px solid #a6ca8a;
}

.warning {
    background: #fff8c4;
    border: 1px solid #f2c779;
}

.notice {
    background: #e3f7fc;
    border: 1px solid #8ed9f6;
}


a.close:hover {
    color: black !important;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

a.close {
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 13px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/*BREADCRUMB*/

.pc-breadcrumb {
    width: 100%;
    height: auto;
    font-size: 11px;
    display: none;
}

    .pc-breadcrumb a {
        color: inherit;
        text-decoration: none;
    }

        .pc-breadcrumb a:hover {
            font-weight: bold;
            text-decoration: underline;
        }

.breadcrumb-vitrines {
    width: 100%;
    height: auto;
    font-size: 11px;
}

.breadcrumb-nav, .bc-div-01, .bc-div-02, .bc-div-03, .bc-home, .bc-categoria, .bc-subcategoria, .bc-terceironivel, .bc-filtragem {
    float: left;
    font-size: 14px;
    margin-right: 5px;
}

    .bc-home a, .bc-categoria a, .bc-subcategoria a, .bc-terceironivel a, .bc-filtragem a {
        color: #2d2d2d;
        text-decoration: none;
    }

        .bc-home a:hover, .bc-categoria a:hover, .bc-subcategoria a:hover, .bc-terceironivela:hover, .bc-filtragem:hover {
            text-decoration: underline;
        }

    .breadcrumb-nav span {
        display: none;
    }

/*FORMULARIOS E CAMPOS*/

.text-box {
    margin-right: 10px;
}

/*BOTÕES*/

.bt-pc-green {
    padding: 6px 11px 5px 11px;
    background: #189d0e;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.bt-pc-red {
    padding: 6px 11px 5px 11px;
    background: #d22630;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.bt-pc-dgray {
    padding: 6px 11px 5px 11px;
    background: #2d2d2d;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.bt-pc-lgray {
    padding: 6px 11px 5px 11px;
    background: #e4e4e4;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2d2d2d;
    font-weight: bold;
    cursor: pointer;
}

.bt-pc-lblue {
    padding: 6px 11px 5px 11px;
    background: #0000ff;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2d2d2d;
    font-weight: bold;
    cursor: pointer;
}

.bt-pc-ldach {
    padding: 6px 11px 5px 11px;
    /*background: #0000ff;*/
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2d2d2d;
    font-weight: bold;
    cursor: pointer;
}

/*FAIXAS DADOS E INFORMAÇÕES*/

.pc-faixas-consultapedido-txt {
    width: 99%;
    border: 1px solid #2d2d2d;
    background: #2d2d2d;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    clear: both;
}

.pc-faixas-consultapedido {
    width: 99%;
    border: 1px solid #2d2d2d;
    background: #FFF;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
    clear: both;
}


/*INIBIR EXIBIR*/

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

/*SEPARADOR*/

.pc-hr {
    background: #999999;
    height: 1px;
    width: auto;
    margin-top: 30px;
}

/*BOTÃO LIGA DESLIGA*/

.switch__container {
    margin: 30px auto;
    width: 120px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -999999px;
}

    .switch + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

.switch--shadow + label {
    padding: 2px;
    width: 35px;
    height: 14px;
    background-color: #dddddd;
    border-radius: 60px;
    cursor: auto;
}

    .switch--shadow + label:before,
    .switch--shadow + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    .switch--shadow + label:before {
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background 0.4s;
    }

    .switch--shadow + label:after {
        width: 16px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.4s;
    }

.switch--shadow:checked + label:before {
    background-color: #108c00;
}

.switch--shadow.red:checked + label:before {
    background-color: #AF0002;
}

.switch--shadow:checked + label:after {
    transform: translateX(21px);
}

/* Estilo Flat */
.switch--flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}

    .switch--flat + label:before,
    .switch--flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    .switch--flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        border-radius: 60px;
        transition: background 0.4s;
    }

    .switch--flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 56px;
        background-color: #dddddd;
        border-radius: 52px;
        transition: margin 0.4s, background 0.4s;
    }

.switch--flat:checked + label {
    background-color: #8ce196;
}

    .switch--flat:checked + label:after {
        margin-left: 60px;
        background-color: #8ce196;
    }


.pc-subadmbanner {
    line-height: 23px;
    clear: both;
    color: #ec0000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}


/*PAGEONE*/
.pageone{width: 100%;height: 100%;margin: 0 auto;}
.pgo{width: 100%;height: auto;margin: auto;text-align: left;}
.pgo_box{    background: #ffffff;
    padding: 0px 0px 20px;
    height: auto;
    margin: 0 auto;}
.pgo_box .form_x{cursor: pointer;margin: 0px 0 10px 0;display: none;}
.pgo_box .form_x a{color: #ffffff;font-size: 16px;background: #283034;border: 1px solid #283034;-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;padding: 2px 4px;float: right;}
.form_btx {font-size: 17px;text-align: center;text-decoration: none;}
.form_btx:hover {color: black;}
.pgo_tabelas{}
.pgtotb{}
.pgo_concluir{margin: 10px auto 0 auto;padding-top: 10px;width: 100%;display: flow-root;border-top: 2px dotted #d8d8d8;}

/*ESTRUTRA CORPO PORTAL*/
.wrapper {width: 100%;max-width: 1250px;height: auto;background: #FFF;margin: 0 auto;}
.lin_acao,.lebox_concluir {width: 100%;margin: 20px auto 40px auto;display: flow-root;border-top: 2px dotted #d8d8d8;padding-top: 20px;}
.ldv {color: #ffffff;background: #dcdcdc;margin: 4px 0;border: 1px dotted;}

/*LINKS*/
.links {font-size: 11px;margin: 0px 0px 0 0px;}
.links a {font-weight: bold;text-decoration: underline;color: inherit;}

/*PAGINAÇÃO*/
.pc-paginacao {width: 99.8%;border: 1px solid #2d2d2d;background: #e4e4e4;padding: 5px 0;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;font-size: 14px;text-align: center;clear: both;color: inherit;margin-bottom: 20px;margin-top: 20px;height: 25px;}
.pc-paginacao ul {list-style-type: none;height: 25px;margin: 0px;padding: 0px;float: right;}
.paginacao-box {width: 20px;height: 20px;padding: 1px;float: left;cursor: pointer;margin: 2px;line-height: 20px;}
.pgselecionado {background: #2d2d2d;color: #ffffff;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;}
.paginacao-box a {color: inherit;text-decoration: none;}
.paginacao-box a:hover {text-decoration: underline;}
.paginacao-box img {width: 20px;height: 20px;}

/*TITULO PRINCIPAL NAS PÁGINAS*/
.cchama{font-size: 20px;font-weight: 700;text-align: left;padding: 15px 0;margin: 15px 0 10px 0;}
.cchama .ctitulo{border-bottom: 1px solid #e4e4e4;padding: 0px 0 5px 0;}
.cchama .clmais{display: flex;justify-content: flex-end;margin-top: 5px;}
.cchama .cmais{}
.cchama .cbotao{}
.cchama_volta {font-size: 12px;padding: 7px 12px 7px 12px;background: #2d2d2d;border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;color: #ffffff;font-weight: bold;cursor: pointer;margin-left: 10px;}
.cchama_select {-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #bbbbbb;font-size: 14px;text-align: left;color: #2d2d2d;padding: 4px;height: 29px;}

/*SUBTITULOS*/
.csubtit {font-size: 18px;font-weight: bold;text-align: left;padding-bottom: 5px;width: 99.7%;background: #f3f3f3;padding: 8px 0 8px 6px;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;}
.peq_chamadas{font-size: 18px;font-weight: bold;text-align: left;padding-bottom: 5px;padding-top: 4px;width: 100%;padding: 6px 0;height: auto; margin-bottom: 0px;display: inline-block;}

/*FILTROS*/
.pedidos-filtros {width: 100%;height: auto;margin-top: 20px;margin-bottom: 30px;}
.pedidos-filtros .boxes {float: left;font-size: 13px;line-height: 24px;text-align: left;}
.pedidos-filtros .boxes.le_itenspp {float: right;}
.pedidos-filtros .boxes select{height: 35px;}

/*CHOSEN*/
.pedidos-filtros .chosen-container {width: 490px;margin-right: 5px;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #bbbbbb;background: #ffffff;}
.pedidos-filtros .chosen-container-single .chosen-single{border: none;padding: 5px;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;background: #ffffff;font-size: 15px;text-align: left;color: #2d2d2d;}
.pedidos-filtros .chosen-container-single .chosen-drop {margin-top: -4px;border-radius: 0 0 4px 4px;background-clip: padding-box;background: #ffffff;border: 2px solid #999999;}
.pedidos-filtros .chosen-container-single .chosen-search {position: relative;z-index: 1010;margin: 0;padding: 6px 15px;white-space: nowrap;height: 43px;}
.pedidos-filtros .chosen-container .chosen-results li.active-result {display: list-item;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} 

/*CAMPOS, SELECTS E INPUTS*/
.form-input-select {-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #bbbbbb;font-size: 15px;text-align: left;color: #2d2d2d;padding-left: 10px;height: 31px;}
.campo_busca {width: 455px;margin-right: 8px;height: 31px;}
.cbase{width: 233px; margin-right: 5px;}
.ipp {padding: 2px;width: 120px;}
.ap_cnpj {
    width: 228px !important;
}
.le_bloco .boxes.le_itenspp {
    margin: 28px 0 0 0 !important;
}

/*BOTÕES*/
.bt_salvar_gg, .lebt_concluir{padding: 5px 46px;background: #189d0e;border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;color: #ffffff;cursor: pointer;font-size: 22px;font-weight: bold;float: right;}
.bt_cancelar_gg, .lebt_cancelar {padding: 9px 12px;background: #e4e4e4;border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;color: #2d2d2d;cursor: pointer;font-size: 16px;font-weight: bold;float: right;margin-right: 7px;}
.bt_positivo{padding: 6px 11px 5px 11px;background: #189d0e;border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px; color: #ffffff;font-weight: bold;cursor: pointer;margin-top: 24px;font-size: 21px; margin-right: 5px;}
.bt_limpfiltro{font-size: 11px;margin-top: 36px;margin-right: 5px;float: right; padding: 6px 11px 5px 11px;background: #e4e4e4;border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;color: #2d2d2d;font-weight: bold;cursor: pointer;}

/*TEXTO GRANDE NAS TABELAS*/
.bl_txtgrande {width: auto;overflow: hidden;padding: 0;max-height: 46px; text-align: center;text-overflow: ellipsis;}
.texto_especial{margin: 20px 0;}
.bl_txtgrande div{margin-bottom: 2px;font-size: 13px;}


/*CALENDARIO*/
.calendario_escolha{display: flex;background: #dbdbdb;padding: 8px;margin: 25px 0;}
.calendario_fake{width: min-content;border: 2px solid #dbdbdb;padding: 10px;moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;background: #f3f3f3d9;}
.calmr{margin-right: 5px;}
.calendario_fake div{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.calendario_fake ul{display: flex;list-style: none;margin: 0;padding: 0;}
.calendario_fake li.calnumber{    background: #ffffffbf;margin: 2px;-moz-border-radius: 3px;border-radius: 3px;-webkit-border-radius: 3px;border: 1px dashed #c3c3c3;font-weight: bold;font-size: 14px;padding: 6px;cursor: pointer;}
.calnumber.vazio{color: #ffffffbf;cursor: default !important;}
.calendario_fake ul li:hover{background: #79c543;border: 1px dashed #79c543; color: #ffffff}
.calendario_fake ul li.vazio:hover{background: #ffffffbf;border: 1px dashed #c3c3c3; color: #ffffffbf}


/*tela de aviso busca*/
.Aviso404{width: auto;height: auto;padding: 0;border: 3px solid #E5E5E5;border-radius: 10px;margin: 0;}
.Aviso404 .Informacoes{padding: 50px 20px;}
.Aviso404 .Informacoes h2 {font-size: 16px;font-weight: 600;margin: 25px 0 20px 0;}
.Aviso404 .Informacoes h3{font-size: 16px;font-weight: 500;}
.Aviso404 .Informacoes ul {width: fit-content;padding: 30px 40px;font-size: 14px;line-height: 25px;text-align: left;margin: 20px auto;border-bottom: 2px dotted #e5e5e5;border-top: 2px dotted #e5e5e5;}
.Aviso404 .Informacoes ul li{list-style: outside;}
.Aviso404 .Informacoes ul li a{text-decoration: underline;color: #d22630;}
.Aviso404 .Informacoes .VoltarVitrine {margin: 60px 0 30px 0;height: 0;}
.Aviso404 .Informacoes .VoltarVitrine a {text-decoration: none;width: 250px;border-radius: 5px;font-family: 'Montserrat', sans-serif;font-weight: 500;font-size: 16px;padding: 15px 30px;text-align: center;-webkit-transition: all 400ms;-moz-transition: all 400ms;transition: all 400ms;cursor: pointer;margin: 0 0 10px 0;border: 2px solid #d22730 !important;color: #d22730 !important;}
.Aviso404 .Informacoes .VoltarVitrine a:hover{opacity: 0.6;}
.Aviso404 .Informacoes .AtencaoBloco{display: flex;gap: 10px;justify-content: center;align-items: center;width: fit-content;border-radius: 10px;}
.Aviso404 .Informacoes .AtencaoBloco .Atencao{background: #d22730;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;color: #ffffff;font-size: 20px;border-radius: 50%;}
.Aviso404 .Informacoes .AtencaoBloco .AtencaoAviso a{color: #d22730;font-weight: 600;font-size: 14px;}
.AutoCompleteResultado-box .Aviso404{border: 0;}
.AutoCompleteResultado-box .Aviso404 .Informacoes .AtencaoBloco .Atencao {width: 20px;height: 20px;font-size: 14px;}
.AutoCompleteResultado-box .Aviso404 .Informacoes .AtencaoBloco .AtencaoAviso a {font-weight: 500;font-size: 11px;letter-spacing: 1px;}
.AutoCompleteResultado-box .Aviso404 .Informacoes h2 {font-size: 14px;font-weight: 500;margin: 20px 0 20px 0;}


 
@media (max-width: 1920px) {}

@media (max-width: 1680px) {}

@media (max-width: 1600px) {}

@media (max-width: 1536px) {}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1360px) {}

@media (max-width: 1279px) {}

@media (max-width: 1195px) {}

@media (max-width: 1180px) {}

@media (max-width: 1170px) {}

@media (max-width: 1112px) {}

@media (max-width: 1024px) {
.bl_txtgrande {width: auto;overflow: auto;padding: 0;max-height: inherit;text-align: center;text-overflow: ellipsis;text-align: justify;line-height: 20px;margin-top: 0px;}
.cbase {width: -webkit-fill-available; margin-right: 5px;}	
.pageone { margin: 20px auto; height: auto;}
.pedidos-filtros .chosen-container {width: 300px !important;}
.ap_cnpj {width: -webkit-fill-available !important;}
.blocbox {margin-right: 0 !important;padding-right: 0 !important;border-right: 0 !important;}
.BXCformQTD .BXCqtdDiminui {padding:0 !important;}
.BXCformQTD .BXCqtdAumenta {padding: 0 !important;}
.tb_itensdopedido .bl_txtgrande {overflow: hidden;}
.bl_txtgrande div.TagCarForaCatalogo {margin: 2px 0px 0px 0px !important;}
.tb_itensdopedido .tb-chamada-mobile {float: none !important;display: inline-block !important;}
}

@media (max-width: 980px) {
.pgo_box {width: 100%}
}

@media (max-width: 834px) {}

@media (max-width: 812px) {}

@media (max-width: 768px) {
.campo_busca {width: -webkit-fill-available;margin-right: 0;}
.bt_positivo {    margin-top: 0px;width: 100%;padding: 6px 0;float: initial;}
.cbase {width: -webkit-fill-available;margin-right: 0;}
.bt_limpfiltro {margin: auto;width: 100%;float: initial;padding: 6px 0;}
.pedidos-filtros .boxes.le_itenspp {float: initial;clear: both;}
}

@media (max-width: 736px) {}

@media (max-width: 720px) {}

@media (max-width: 712px) {}

@media (max-width: 680px) {}

@media (max-width: 667px) {}

@media (max-width: 600px) {}

@media (max-width: 568px) {}

@media (max-width: 540px) {}

@media (max-width: 475px) {
.cchama_volta {font-size: 11px;padding: 5px 8px 5px 8px;}
.cchama_select {font-size: 12px;height: 22px;}
.lin_acao {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.bt_cancelar_gg {margin-right: 0 !important;}
}

@media(max-width: 445px) {}

@media (max-width: 432px) {}

@media (max-width: 430px) {}

@media (max-width: 428px) {}

@media (max-width: 423px) {}

@media (max-width: 414px) {}

@media (max-width: 399px) {}

@media (max-width: 390px) {}

@media (max-width: 380px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 345px) {}

@media (max-width: 320px) {}










