/* Modo padrão */
:root {
    --cor-barra: #851c00;
    --cor-barra-texto: #ffffff;
    --cor-btn-loc: #007a57;
    --cor-btn-active-1: #c5bdbd;
    --cor-btn-disabled-1: #c5bdbd;
    --cor-btn-borda-1: #0000003b;
    --cor-btn-hover-1: #ccc7c7;
    --cor-btn-texto-1: #404040;
    --cor-btn-active-2: #2a2929;
    --cor-btn-disabled-2: #000000;
    --cor-btn-borda-2: #0000003b;
    --cor-btn-hover-2: #383838;
    --cor-btn-texto-2: #e6e6e6;
    --cor-calendario-borda1: #b0a389;
    --cor-calendario-borda2: #c9c0ae;
    --cor-calendario-fundo: #d7d2c8;
    --cor-calendario-fundo2: #c3bbbb;
    --cor-calendario-btn-borda: #0000003b;
    --cor-calendario-btn-active: #c5bdbd;
    --cor-calendario-btn-texto: #404040;
    --cor-calendario-header: #ad3123;
    --cor-calendario-header-texto: #e2e2e2;
    --cor-calendario-now: #e52626;
    --cor-calendario-texto: #404040;
    --cor-campo-borda: #a4a4a4;
    --cor-campo-borda-focus: #777777;
    --cor-campo-borda-disabled: #282828;
    --cor-campo-fundo: #ffffff;
    --cor-campo-label: #5e5e5e;
    --cor-campo-texto: #3b3b3b; 
    --cor-fundo: #f9f9f9;
    --cor-fundo2: #dedcd8;
    --cor-link: #8042c2;
    --cor-login-fundo: #292929; 
    --cor-menu-fundo: #91271b;
    --cor-menu-fundo2: #91271b;
    --cor-menu-fundo-sub: #bbb6ac;
    --cor-menu-texto1: #d8d8d8;
    --cor-menu-texto2: #ffffff;
    --cor-table-header-borda: #a4a4a4;
    --cor-table-header-fundo: #dadada;
    --cor-table-header-fundo-hover: #a4a4a4;
    --cor-table-header-icone: #4e876a;
    --cor-table-header-icone-hover: #2b733c;
    --cor-table-linha: #bfbfbf;
    --cor-table-linha-impar: #f1f1f1;
    --cor-table-linha-par: #e5e5e5;
    --cor-texto: #505050;
    --cor-texto2: #141414;
}

body {
    /* margin-top: 54px; */
    /* margin-bottom: 54px; */
    color: var(--cor-texto);
    background-color: var(--cor-fundo); 
     /* #f1f1f1; */
    font-family: 'Roboto', 'Arial', 'Calibri', sans-serif; 
    font-weight: 300;
    font-size: 14px;
}

.space-top {
    margin-top: 60px;
}

.space-top-84 {
    margin-top: 116px;
    /* margin-top: 48px; */
    /* padding-top: 84px; */
}

a {
    color: var(--cor-link);
    text-decoration: none;
}

a:hover {
    color: #943eef;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #4a4a4a;
}

.limit-width {
    max-width: 500px;
}

.bg-color1 {
    background-color: var(--cor-fundo2);
}

.bg-color2 {
    background-color: var(--cor-barra);
}

.bg-color3 {
    background-color: #f1f1f1;
}

.navbar-height {
    height: 60px;
}

@font-face {
    font-family: "BebasNeue";
    src: url("fonts/BebasNeue-Regular.otf") format("otf"), url("fonts/BebasNeue-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.menu-font {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    /* font-weight: bold; */
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.robotoc {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 700;
    /* font-weight: bold; */
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.bebas {
    font-family: "BebasNeue", sans-serif;
    font-size: 21px;
    /*box-sizing: border-box;
    border-bottom: 5px solid #39498a;
    max-height: 80px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
  
.font-reset {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    /*font-size: 18px;*/
    /*font-weight: bold; */
}

.news {
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

.news a {
    color: #505050;
}

.news a:hover {
    color: #cc3929;
    text-decoration: none;
}
   
.disable-form-control-focus:focus {
    box-shadow: 0 0 0 0;
}

.cabecalho {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1rem;
}    

.box {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background-color: #dadada;
    padding: 5px;
    margin-bottom: 10px;
}

.titulo {
    border-bottom: 1px solid;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    /* font-style: normal; */
    color: #c0c0c0;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 30px;
}

/* Botoes */
.btn-pett {
    background-color: transparent;
    border: 0px;
    font-family: "Arial";
    text-decoration: none; /* Remove o sublinhado do link */
    display: inline-block;
}

.btn-pett-dark {
    background-color: transparent;
    border: 1px solid var(--cor-btn-borda-1);
    border-radius: 5px;
    color: var(--cor-btn-texto-1);
    font-family: "Arial";
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 8px;
    padding-top: 4px;
    /* transition: 0.2s; */
    transition: background-color 0.2s;
    text-align: center; /* Centraliza o texto */
    text-decoration: none; /* Remove o sublinhado do link */
    display: inline-block;
}

.btn-pett-dark:hover {
    background-color: var(--cor-btn-hover-1);
}

.btn-pett-dark:active {
    background-color: var(--cor-btn-active-1);
}

.btn-pett-dark:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.btn-pett-light {
    background-color: transparent;
    border: 1px solid var(--cor-btn-borda-2);
    border-radius: 5px;
    color: var(--cor-btn-texto-2);
    font-family: "Arial";
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 8px;
    padding-top: 4px;
    transition: 0.2s;
}

.btn-pett-light:hover {
    background-color: var(--cor-btn-hover-2);
}

.btn-pett-light:active {
    background-color: var(--cor-btn-active-2);
}

.btn-pett-light:disabled {
    pointer-events: none;
    opacity: 0.6;
}

.btn-loc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-btn-loc);
    border: 0px;
    border-radius: 0px 4px 4px 0px;
}

.btn-loc:hover {
    opacity: 0.7;
}

.btn-loc:disabled {
    /* background-color: var(--cor-btn-loc-disabled);  */
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ico-16 {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.ico-25 {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.ico-32 {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.ico-48 {
    width: 48px;
    height: 48px;
}

.ico-96 {
    width: 96px;
    height: 96px;
}

.ico-150 {
    width: 150px;
    height: 150px;
}

.ico-animado {
    animation: girar 2s linear infinite; /* Aplica a animação de rotação */
}

@keyframes girar {
    from {
        transform: rotate(0deg); /* Define a rotação inicial como 0 graus */
    }
    to {
        transform: rotate(360deg); /* Define a rotação final como 360 graus */
    }
}

/*****************************************************************************/
/* MENU E BARRA NAVEGACAO                                                    */
/*****************************************************************************/
.menubarra {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #18191b;
}
  
.menubarra a {
    color: #dfdfdf;
    margin-left: 10px;
    text-decoration: none;
}
  
.menubarra a:hover {
    color: #fff;
    text-decoration: underline;
}
  
.menufino {
    padding: 0px 8px 0px 8px;
    color: #dfdfdf !important;
}
 
.pett-12 {
    font-size: 12px;
}

/*****************************************************************************/
/* GOOGLE RECAPTCHA DARK                                                     */
/*****************************************************************************/
.rc-anchor-dark {
    border: 2px solid #181818 !important;
    border-radius: 0px !important;
}

/*****************************************************************************/
/* VIDEOS EMBED                                                               */
/*****************************************************************************/
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*****************************************************************************/
.barra2 {
    background-color: var(--cor-menu-fundo);
    color: var(--cor-barra-texto);
    min-height: 36px;
    max-height: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}