/* html,body,div,span,button,input,optgroup,select,textarea,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,desktop_basicofigure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;} */

@font-face {
  font-family: Playfair_Display;
  src: url(./fonts/PlayfairDisplay.ttf);
}
@font-face {
  font-family: poppins;
  src: url(./fonts/Poppins.ttf);
}
@font-face {
  font-family: roboto;
  src: url(./fonts/Roboto.ttf);
}
@font-face {
  font-family: roboto_regular;
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: roboto_light;
  src: url(./fonts/Roboto-Light.ttf);
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    font-family: roboto_light, sans-serif;
    display: block;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: roboto_light, sans-serif;
    font-size: 90% !important;
    overflow-x: hidden;
    color: #444444;
    height:100%;
    display:block;
    position:relative;
}

.destaque{
    color: orange !important;
}



.paragrafo{
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-align: justify;
    text-justify: inter-word !important;
    display: block
}

p{
    line-height: 1.5 !important;
    text-align: justify;
    text-justify: inter-word !important;
}

.content {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
}

/*
    Layout base do site
*/

/* A link that has not been visited */
a:link {
    color: #2A272A;
}
/* A link that has been visited */
a:visited {
    color: #4B4A54;
}
/* A link that is hovered on */
a:hover {
    text-decoration: bold !important;
}
/* A link that is selected */
a:active {
    color: #677381;
}

input[type='text'], input[type='password']{
    border-radius: 5px 5px;
}

input[disabled] {
    color: black !important;
}

.input-checkbox{
    margin-right: 10px !important;
    height: auto !important;
}
.label-checkbox{
    font-size: 150% !important;
    margin: 5px 0 !important
}

label{
    margin: 3px 0 2px 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

img{
    max-width: 100% !important;
}

.uk-thumbnail{
    padding: 0 4px 0 0px !important;
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media(max-width: 480px) {
    #corpo {
        min-height: 100vh !important;
    }

    #corpo-basico {
        min-height: 100vh !important;
    }

    #header{
        height: 8vh !important;
    }

    .uk-container{
        padding: 0 !important;
    }

    #trilha{
        display: none !important;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: 0.8rem;
    }

    h5 {
        font-size: 0.5rem;
    }

    h6 {
        font-size: 0.5rem;
    }

    h1, h2, h3, h4, h5, h6{
        font-family: roboto;
        font-weight: 350 !important;
        color: #444444 !important;
    }

    .uk-margin-painel-top{
        margin-top: 10px !important;
    }

    .btn{
        border-radius: 30px !important;
    }

}

@media (min-width: 481px) and (max-width: 960px) {
    #corpo {
        min-height: 100vh !important;
    }

    #corpo-basico {
        min-height: 100vh !important;
    }

    #header{
        height: 8vh !important;
    }

    .uk-container{
        padding: 0 !important;
    }

    .uk-width-medium-4-5, .uk-width-medium-8-10 {
        width: 80% !important;
    }

    #trilha{
        display: none !important;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: 0.8rem;
    }

    h5 {
        font-size: 0.5rem;
    }

    h6 {
        font-size: 0.5rem;
    }

    h1, h2, h3, h4, h5, h6{
        font-family: roboto;
        font-weight: 350 !important;
        color: #444444 !important;
    }

    .btn{
        border-radius: 30px !important;
    }

    .uk-margin-painel-top{
        margin-top: 40px !important;
    }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 960px) {
    #corpo {
        min-height: 100vh !important;
    }

    #corpo-basico {
        min-height: 100vh !important;
    }

    #header{
        height: 8vh !important;
    }

    .uk-container{
        padding: 0 !important;
    }

    .uk-width-medium-4-5, .uk-width-medium-8-10 {
        width:  100% !important;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    h6 {
        font-size: 0.5rem;
    }

    h1, h2, h3, h4, h5, h6{
        font-family: roboto;
        font-weight: 350 !important;
        color: #444444 !important;
    }

    .uk-margin-painel-top{
        margin-top: 70px !important;
    }

}

#footer {
    width: 100%;
    min-height: 20vh;
    padding: 20px;
    background: #99002E;
    color: #FFFFFF;
}

.footer p {
    margin: 0;
    padding: 30px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: 10px;
    line-height: 10px;
}

#trilha ul {
    width: 100%;
    margin: 0;
    text-align: left;
}

#login-form{
    margin-top: 50px !important
}

#login-form input{
    border-radius: 5px;
}

#form-altera-senha{
    margin-top: 50px !important;
}

fieldset{
    border: 1px solid #ddd;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

    width: 100%;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;

}

strong {
    font-size: 16px;
    font-weight: bold
}

.text-small{
    font-size: 80%;
}

.italic{
    font-style: italic;
}

.master{
    color: #DF4F73 !important;
}

.chocolate{
    color : #4C342B !important;
}

.red {
    color: #FF0000 !important;;
}

.pink{
    color: violet !important;;
}

.black {
    color: #000000 !important;
}

.white {
    color: #FFFFFF !important;
}

.danger{
    color: orange !important;
}
.green {
    color: green !important;
}

.gold{
    color: gold !important;;
}

.lightgreen {
    color: lightgreen !important;
}

.orange {
    color: #F39814 !important;
}

.gray {
    color: #CCCCCC !important;
}

.lightgray {
    color: #E8E8E8 !important;
}

.blue {
    color: blue !important;
}

.lightblue {
    color: lightblue !important;
}

.brown {
    color: brown !important;
}

.yellow {
    color: yellow !important;
}

.riscado {
    text-decoration: line-through
}

a:link .red {
    color: #FF0000
}

.hand {
    cursor: pointer;
    cursor: hand
}

/* p,
ul,
ol {
    float: left;
    margin-top: 0;
    text-align: left;
    line-height: 18px
}

ul,
ol li {
    list-style-type: none;
    text-indent: 0px;
    padding: 0px
} */

/* CSS para imagens */

img {
    margin: 2px;
    border: none;
    vertical-align: middle
}

a img {
    border: none;
}

img.left {
    float: left;
    margin: 7px 30px 0 0;
}

img.right {
    float: right;
    margin: 7px 0 0 30px;
}

img .link {
    cursor: hand;
    cursor: pointer
}

.submit {
    vertical-align: middle;
    cursor: hand;
    cursor: pointer
}

/* tfoot tr th {
    background: #F3DDC1
}

tfoot tr td {
    background: #F3DDC1
} */

textarea {
    white-space: normal;
    width: 100% !important;
    font-size: large !important;
}


/*Styles related with example*/

hr {
    width: 100%;
    color: #CCC;
    height: 1px
}

.acoes {
    width: 100% !important;
    margin: 15px 0 !important;
}

.bold {
    font-weight: bold
}

.dotted {
    width: 100%;
    border-bottom: 1px solid #CCCCCC
}

#load,
#save {
    display: none;
    padding: 5px
}

li a.botao-loja {
    color: white;
    background: red
}

li a.botao-loja:hover {
    color: white;
    background: green
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.center {
    margin: 0 auto
}

.prelative {
    position: relative
}

.pabsolute {
    position: absolute
}

ul.in-line li {
    display: inline-block;
    margin-right: 10px;
}

/*
    MARGIN GERAL
*/
.uk-margin{
    margin: 15px !important;
}

.uk-margin-small{
    margin: 10px !important;
}
.uk-margin-medium{
    margin: 20px !important;
}

.uk-margin-large{
    margin: 50px !important;
}

/*
    MARGEM MEDIA
*/
.uk-margin-medium-top {
    margin-top: 20px;
}

.uk-margin-medium-bottom {
    margin-bottom: 20px;
}

.uk-margin-medium-left {
    margin-left: 20px;
}

.uk-margin-medium-right {
    margin-right: 20px;
}

/*
    MARGEM PEQUENA
*/
.uk-margin-small-right{
    margin-right: 10px !important;
}

.uk-margin-small-left {
    margin-left: 10px !important;
}

.uk-margin-small-top{
    margin-top: 10px !important;
}

.uk-margin-small-bottom{
    margin-bottom: 10px !important;
}

/*
    MARGEM GRANDE
*/
.uk-margin-large-right{
    margin-right: 30px !important;
}

uk-margin-large-left {
    margin-left: 30px !important;
}

.uk-margin-large-top{
    margin-top: 30px !important;
}

.uk-margin-large-bottom{
    margin-bottom: 30px !important;
}


.clear {
    clear: both
}

.inline li {
    display: inline
}

.block {
    display: block
}

.position-bottom {
    position: absolute;
    left: 0;
    bottom: 0
}


/*---    MENU   ---*/

#logo-topo{
    margin: 0 !important;
    padding: 0 !important;
}

.logo-empresa{
    min-width: 200px !important;
    min-height: 200px !important;
}

.border-radius {
    border-radius: 10px;
    padding: 10px;
    box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    100px 100px 80px rgba(0, 0, 0, 0.07)
}

.border-shadow{
    box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    100px 100px 80px rgba(0, 0, 0, 0.07)
}

.border-shadow-smooth{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bg-none{
    background: none;
}

.bg-site{
    background: #F3DDC1;
}

.bg-destaque{
    background: orangered;
    border: 5px solid #08194f;
}

.bg-whatsapp{
    background: #49C456;
}
.bg-pink{
    background: violet;
}
.bg-blue {
    background: blue
}

.bg-orange {
    background: orange
}

.bg-green {
    background: green
}

.bg-yellow {
    background: yellow;
}

.bg-lightgreen {
    background: lightgreen;
}

.bg-gray {
    background: #cccccc !important;
}

.bg-lightgray {
    background: #eeeeee
}

.bg-lightyellow {
    background: lightyellow !important;
}

.bg-black {
    background: #000000 !important;
}

.bg-white {
    background: #FFFFFF !important;
}

.bg-lightblue {
    background: #F0FFFF !important;
}

.bg-red {
    background: red !important;
}

.bg-lightred {
    background: #FCE1E5 !important;
}

.bg-transparente {
    background: rgba(0, 0, 0, 0.5);
}

.bg-none{
    background: none !important;
}

.bg-danger{
    /* background: orange !important; */
    background: #DA314B !important;
    color: #FFF !important;
}

.bg-active{
    background: lightblue !important;
}

tr.table-light td{
    background: lightgray !important;
}

.uk-button{
    border-radius: 5px !important;
    margin-right: 5px;
}

.uk-button-warning{
    background: #EA7100 !important;
    color: #FFF !important;
}

.uk-button-undo{
    background: #FFE5AD !important;
    color: #000 !important;
}

.uk-button-save{
    background: #AD884B !important;
    color: #FFF !important;
}

.uk-button-secondary{
    background: #FF9C99 !important;
    color: #000 !important;
}

.uk-button-alt{
    background: none !important;
    border: 1px solid #000 !important;
}

.box-badge{
    text-align: center;
    width: 100% !important;
    font-weight: bold;
    font-size: 80% !important;
    padding: 2px;
    border-radius: 5px;
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.hover-underline:hover {
    text-decoration: underline
}

.advertencia {
    width: 1020px;
    color: #00F;
    font-size: 14px;
    text-align: center;
    line-height: 200%;
    margin: 0 auto;
}

.advertencia img {
    display: table-cell;
    vertical-align: middle
}

.search {
    background: url(../images/fundo_input_search.png) no-repeat bottom
}

.erro {
    font-size: 10px;
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    font-style: italic;
    color: red
}

.min-height {
    min-height: 400px
}

.text-italic {
    font-style: italic
}

.hidden {
    display: none !important;
}

.ul-inline {
    display: inline-block
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul.mensagem li:before {
    content: "+";
    font-size: 130%;
    font-weight: bold;
    padding-right: 5px;
}

.option {
    padding: 3px
}

.error {
    font-size: 10px;
    color: red
}

.warning {
    background-color: #ffa
}

a {
    text-decoration: none
}

#box-filtro {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

.cursor-text:hover {
    cursor: text;
}

#cabecalho-usuario-foto{
    padding: 0;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
}

#login-modal{
    z-index: 999999
}
/*Extende UIKit*/

.uk-tab {
    width: 100%;
    color: #000;
}

.uk-tab li{
    margin:0 !important;
    padding: 0 !important;
}

.border-dashed {
    border: 1px dashed gray;
}

.drag-hover {
    border: 2px dashed red;
    background: #eed3d7
}

.blink {
    text-decoration: blink;
}

.load {
    background-color: lightgray;
    background-image: url("public/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#form-pesquisa {
    background: lightgoldenrodyellow;
    padding: 10px;
}

.active-box{
    background: #ff8787;
}

ul.list-decimal{
    list-style-type: decimal;
}

ul.list-decimal li{
    display: list-item;
    margin: 10px 0;
    line-height: 2
}

ol.list-disc{
     list-style: disc !important;
}

.bg-color-facebook{
    background: #3B5998;
}
.bg-color-google{
    background: #DD4B39;
}
.bg-color-linkedin{
    background: #0077B5;
}

#sobre p{
    font-size: 20px;
    line-height: 2;
    text-indent: 15px;
    /*text-align: justify;*/
}

/*
        PAINEL ADMINISTRATIVO
*/

#painel a{
    text-decoration: none;
}

.uk-modal-front{
    z-index: 99999999 !important;
}

/*.mce-menu {position:fixed !important}*/

.mce-container{
    z-index: 99999 !important;
}

.tox-tinymce-aux {
     position: relative !important;
     z-index: 999999999 !important;
}

.empresa-destaque{
    /*background: orange;*/
    color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px 10px goldenrod;
    padding: 15px;
}

.empresa-destaque:hover{
    background: #F3DDC1;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #F3DDC1 url("/assets/images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.uk-comment{
    display: block;
    /*padding: 1%*/
}

/*dt {
  font-weight: bold !important;
  text-decoration: underline !important;
}*/
/*dd {
  margin: 1% !important;
}*/

.line-height{
    line-height: 1.5 !important
}

a.uk-button-whatsapp{
    border-radius: 30px !important;
    background: #49C456 !important;
    padding: 15px !important;
    color: white !important;
    font-size: 150% !important;
    font-weight: bold;
}

a.uk-button-whatsapp:hover{
    background: green !important;
}
a.uk-button-telefone{
    border-radius: 30px !important;
    background: #0000FF !important;
    padding: 15px !important;
    color: white !important;
    font-size: 150% !important;
    font-weight: bold;
}

a.uk-button-telefone:hover{
    background: darkblue !important;
}

a.uk-button-action{
    width: auto !important;
    border-radius: 30px !important;
    background: #0000FF !important;
    padding: 10px !important;
    color: white !important;
    font-size: 150% !important;
    font-weight: bold;
    text-align: center;
}

a.uk-button-action:hover{
    background: darkblue !important;
}

.cookieConsentContainer{
    z-index:999;
    /*width:350px;*/
    /*min-height:20px;*/
    box-sizing:border-box;
    padding:10px;
    background:#232323;
    overflow:hidden;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    bottom:0!important;
    left:0!important;
    width:100%!important;
}

.cookieConsentContainer .cookieTitle a{
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    font-size:22px;
    line-height:20px;
    display:block
}

.cookieConsentContainer .cookieDesc p{
    margin: 20px 20px 0 0!important;
    padding:0 !important;
    color:#fff !important;
    font-size:16px !important;
    line-height:20px !important;
    display:block !important;
}

.cookieConsentContainer .cookieDesc a{
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    text-decoration:underline
}

.cookieConsentContainer .cookieButton a{
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-top:14px;
    background:#000;
    box-sizing:border-box;
    padding:15px 24px;
    text-align:center;
    transition:background .3s
}

.cookieConsentContainer .cookieButton a:hover{
    cursor:pointer;
    background:#3e9b67
}

@media (max-width:980px){
    .cookieConsentContainer{
        bottom:0!important;
        left:0!important;
        width:100%!important
    }
}

/* SWITCH TOGLLE */

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}



/*.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}*/

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/*.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}*/

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn{
    margin-right: 3px;
}

.btn-acoes{
    width: 16px;
    height: 16px;
}

/*CALENDARIO*/
.fc-toolbar-title {
    text-transform: uppercase !important;
}

.fc-col-header-cell-cushion{
    text-transform: capitalize !important;
}

.button-checkbox{
    margin: 4px;
    background-color: #104068;
    border-radius: 4px;
    border: 1px solid #fff;
    overflow: hidden;
    float: left;
  }

  .button-checkbox label {
    float: left; line-height: 3.0em;
    width: 8.0em; height: 3.0em;
  }

  .button-checkbox label span {
    text-align: center;
    padding: 3px 0;
    display: block;
  }

  .button-checkbox label input {
    position: absolute;
    display: none;
    color: #fff !important;
  }
  /* selects all of the text within the input element and changes the color of the text */
  .button-checkbox label input + span{color: #fff;}


  /* This will declare how a selected input will look giving generic properties */
  .button-checkbox input:checked + span {
      color: #ffffff;
      text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
  }

  /* RADIO AS BUTTON */
  .button-radio {
  float: left;
  margin: 3.5px;
  min-width: 100px ;
  height: 40px;
  position: relative;
}

.button-radio label,
.button-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}

.button-radio input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.button-radio input[type="radio"]:checked + label {
  background: #20b8be !important;
  border-radius: 4px !important;
}

.button-radio label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  padding-top: 10px;
}
.gradient {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 800px;
    border-radius: 50% 22% 40% 80%;
    filter: blur(100px);
    background-color: deeppink;
    background: radial-gradient(circle at 50% 50%,white,rgba(76, 0, 255, 1), rgba(76, 0, 255, 0)) left center no-repeat;
    transition: background-color 1s;
    opacity: 0.4;
  }

.ui-datepicker{
    z-index: 99999 !important;
}

.table th{
    border-bottom: 2px solid #CCC !important;
    font-weight: bold !important;
    vertical-align: middle !important;
}

.table td {
    vertical-align: middle !important; /* Centraliza verticalmente */
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    opacity: 0.5;
    transition: opacity 0.75s, visibility 0.75s;
}

.loader--hidden{
    opacity: 0;
    visibility: hidden;
}

.loader::after{
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color : #99002E;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading{
    from { transform: rotate(0turn)}
    to { transform: rotate(1turn);}
}

/* Estilização das tabs de usuário */
.nav-pills {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 2rem;
}

.nav-pills .nav-link {
    margin-right: 0.5rem;
    color: #6c757d;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
    color: #0d6efd;
    background-color: #f8f9fa;
}

.nav-pills .nav-link.active {
    color: #0d6efd;
    background-color: #fff;
    border-bottom: 3px solid #0d6efd;
    font-weight: 600;
}

/* Estilização do conteúdo das tabs */
.tab-content {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.tab-pane {
    padding: 2rem;
}

/* Estilização dos cards dentro das tabs */
.tab-pane .card {
    border: none;
    box-shadow: none;
}

.tab-pane .card-header {
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}

/* Estilização dos checkboxes */
.form-check-input.chk-permissao,
.form-check-input.chk-obras {
    margin-right: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
}

/* Melhorias no layout responsivo */
@media (max-width: 768px) {
    .nav-pills .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .tab-pane {
        padding: 1rem;
    }
}

/* Estilos para a visualização de usuário */
.tab-pane p.fs-4 {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.tab-pane label.form-label {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

/* Ícones de status */
.bi-check-circle-fill {
    color: #198754;
}

.bi-x-circle {
    color: #dc3545;
}

/* Responsividade */
@media (max-width: 768px) {
    .tab-pane p.fs-4 {
        font-size: 1rem !important;
    }
}

