* a {
    cursor: pointer;
}

* a:focus, * a:hover {
    text-decoration: none;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.f-14 {
    font-size: 14px;
}

.f-right {
    float: right;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.card-preco{
    float: left;
    font-weight: 600;
    color: #0067a5;
}

.img-logo{
    margin-bottom: 2rem;
}

.width-20{
    width: 20%;
}

.p-r-10 {
    padding-right: 10px;
}

.holder {
    display: flex;
    justify-content: flex-start;
}

.imagem {
  width: 200px;
  margin: 10px;
  position: relative;
  text-align: center;
}

.imagem::after {
  content: attr(data-title); /* estilo que coloco a legenda no lugar */
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.o-hidden {
    overflow: hidden;
}

.custom-upload {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    padding: 50px 50px;
    background-size: cover
}

.custom-upload input {
    left: -9999px;
    position: absolute;
    background-size: cover;
}

label {
    margin-left: 1rem;
    font-weight: 700;
}

textarea {
    resize: none;
}

.ml-upload {
    margin-left: 7rem!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.btn-icon-split .icon {
    padding: .375rem 0.25rem;
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
}

.obrigatorio {
    color: red;
}

.icon-entrar-chamado {
    font-size: 23px;
    margin-left: -11px;
}

.box-msg {
    background: #e7e7eca1;
    padding: 1rem;
    line-height: 1.6rem;
    color: #000;
    margin-top: 1rem;
    border-radius: 5px;
}

.box-msg-setor {
    border: 2px solid #7030a0;
}

.box-msg-colaborador {
    border: 2px solid #006ec4;
}

.text-dt-info-setor {
    font-style: italic;
    color: #e74a3b;
    margin-bottom: -20px;
}

.text-dt-info-colaborador{
    font-style: italic;
    color: #36b9cc;
    margin-bottom: -20px;
}

.bg-situacao-chamado {
    padding: 0.2rem;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.text-dados-chamado {
    font-weight: 700;
}

.spn-dados-chamado {
    font-weight: 500;
}

.content {
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 3em 0;
}

.content footer {
	color: #b39295;
	margin-top: 40px;
}

.content footer a:hover,
.content footer a:focus {
	color: #4b0f31;
}

.box {
	background-color: #e5ecf1;
	padding: 6.25rem 1.25rem;
}

.box + .box {
	margin-top: 2.5rem;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #0067a5;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #0067a5b5;
}

.card-fotos {
	width: 300px;
	display: inline-block;
	margin: 1rem;
	border-radius: 4px;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.2);
	transition: all .2s ease;
	background: #fff;
	position: relative;
	overflow: hidden;
}
	
.card-fotos:hover, .card-fotos.hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.3), 0 0 1px 0 rgba(0,0,0,.25);
}

.card-fotos .card-content {
    box-shadow: inset 0 3px 0 0 #ccb65e;
    border-color: #ccb65e;
}
    
.card-fotos .card-img .overlay {
    background-color: rgba(25,29,38,.85);
    transition: opacity .2s ease;
    opacity: 1;
}

.card-fotos-img {
    position: relative;
    height: 224px;
    width: 100%;
    background-color: #fff;
    transition: opacity .2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-fotos .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.card-fotos .overlay-content {
    line-height: 224px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.card-fotos a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255,255,255,.4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.card-fotos:hover, .card-fotos.hover {
    background: #ccb65e;
    border-color: #ccb65e;
}
	
.card-fotos-content {
    width: 100%;
    min-height: 104px;
    background-color: #fff;
    border-top: 1px solid #E9E9EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all .2s ease;
}

.card-fotos a {
    text-decoration: none;
    color: #202927;
}
		
.card-fotos h2, a h2 {
    font-size: 1rem;
    font-weight: 500;
}

.card-fotos p, a p {
    font-size: .8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, .8);
}



.m-p-g {
	max-width: 100%;
	margin: 0 auto;
	
}

.m-p-g__thumbs {
		
    
}
    
.m-p-g-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    filter: brightness(100%);
    -webkit-tap-highlight-color: rgba(black, 0);
    will-change: opacity, transform;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    
    
}

.m-p-g.active {
    z-index: 50;
}

.m-p-g.layout-completed {
    opacity: 1;
}

.m-p-g.hide {
    opacity: 0;
}

.m-p-g:hover {
    filter: brightness(110%);
}

.m-p-g__fullscreen {
position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(black, 0);
    visibility: hidden;
    transition:
    background .25s ease-out,
    visibility .01s 0.5s linear;
    will-change: background, visibility;
    backface-visibility: hidden;

}

.m-p-g.active {
    transition:
    background .25s ease-out,
    visibility .01s 0s linear;
    visibility: visible;
    background: rgba(black, 0.95);
}


.m-p-g-img {
    pointer-events: none;
    position: absolute;
    transform-origin: left top;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    transition: opacity 0.5s ease-out;

}

.m-p-g.active {
    visibility: visible;
    opacity: 1 !important;
    transition:
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.5s ease-out;
}

.m-p-g.almost-active {
    opacity: 0;
    transform: translate3d(0,0,0) !important;
}
	
.m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: linear-gradient(to top, transparent 0%, rgba(black, 0.55) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g.active {
    opacity: 1;
    visibility: visible;
}

.m-p-g-close,
.m-p-g-arrow {
    appearance: none;
    border: none;
    background: none;
}

.m-p-g:focus {
    outline: none;
}

.m-p-g-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(black, 0);
    opacity: 0;
}

.m-p-g:hover {
    opacity: 1;
}

.m-p-g--prev {
    left: 0;
    padding-left: 3vw;
    justify-content: flex-start;
}

.m-p-g--next {
    right: 0;
    padding-right: 3vw;
    justify-content: flex-end;
}

.m-p-g-close {
    position: absolute;
    top: 3vh;
    left: 3vw;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(black, 0);
}

.m-p-g__btn {
    size: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(white, 0.07);
    transition: all .25s ease-out;   
}

.m-p-g:hover {
    background: rgba(white, 0.15);
}

.m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    color: grey;
}


.loader-block, .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.preloader3 {
    width: auto;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader3 .loader-md {
    height: 13px;
    width: 13px;
}

.preloader3 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.preloader3 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.preloader3 .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.preloader3 > div {
    margin: 2px;
    background-color: #0067a5;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.loader-primary {
    background-color: #0067a5 !important;
}

.btn-primary {
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.spinner-border2{
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.2rem;
    margin-left: 0.1rem;
}

.img-circle {
    border-radius: 50%;
}

@-webkit-keyframes stretchdelay {
    0%,
      40%,
      100% {
      -webkit-transform: translateY(-10px); }
    20% {
      -webkit-transform: translateY(-20px); } }
  @keyframes stretchdelay {
    0%,
      40%,
      100% {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px); }
    20% {
      transform: translateY(-20px);
      -webkit-transform: translateY(-20px); } }


      aspect-content {
        margin: 50px 0 0;
        font-family: "Poppins", sans-serif;
   }
    #aspect-content * {
        box-sizing: border-box;
   }
    .aspect-tab {
        position: relative;
        width: 100%;
        margin: 0 auto 10px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 0 1px rgba(236, 236, 236, 1);
        opacity: 1;
        transition: box-shadow 0.2s, opacity 0.4s;
   }
    .aspect-tab:hover {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .11);
   }
    .aspect-input {
        display: none;
   }
    .aspect-input:checked ~ .aspect-content + .aspect-tab-content {
        max-height: 3000px;
   }
    .aspect-input:checked ~ .aspect-content:after {
        transform: rotate(0);
   }
    .aspect-label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-height: 80px;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 0;
        z-index: 1;
        cursor: pointer;
   }
    .aspect-label:hover ~ .aspect-content:after {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
   }
    .aspect-content {
        position: relative;
        display: block;
        height: 80px;
        margin: 0;
        padding: 0 87px 0 30px;
        font-size: 0;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
   }
    .aspect-content:before, .aspect-content:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
   }
    .aspect-content:before {
        height: 100%;
   }
    .aspect-content:after {
        position: absolute;
        width: 24px;
        height: 100%;
        right: 30px;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
   }
    .aspect-name {
        display: inline-block;
        width: 75%;
        margin-left: 16px;
        font-weight: 500;
        color: #242a32;
        white-space: normal;
        text-align: left;
        font-weight: bold;
        vertical-align: middle;
   }
    .aspect-stat {
        width: 40%;
        text-align: right;
   }
    .all-opinions, .aspect-name {
        font-size: 14px;
        line-height: 22px;
   }
    .all-opinions {
        color: #5d5d5d;
        text-align: left;
   }
    .aspect-content + .aspect-tab-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
   }
    .aspect-content > div, .aspect-stat > div {
        display: inline-block;
   }
    .aspect-content > div {
        vertical-align: middle;
   }
    .positive-count, .negative-count, .neutral-count {
        display: inline-block;
        margin: 0 0 0 20px;
        padding-left: 26px;
        background-repeat: no-repeat;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #363636;
   }
    .positive-count {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiM3RUQzMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxMS40MjdhNSA1IDAgMCAwIDEwIDAgLjcxNC43MTQgMCAxIDAtMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMS03LjE0MiAwIC43MTQuNzE0IDAgMSAwLTEuNDI5IDB6bTEuMDcxLTVhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MyAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==');
   }
    .negative-count {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNGRjZFMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNSAxNC45OThhLjcxNC43MTQgMCAwIDAgMS40MjkgMCAzLjU3MSAzLjU3MSAwIDAgMSA3LjE0MiAwIC43MTQuNzE0IDAgMSAwIDEuNDI5IDAgNSA1IDAgMSAwLTEwIDB6bTEuMDcxLTguNTdhMS4wNzEgMS4wNzEgMCAxIDAgMCAyLjE0MiAxLjA3MSAxLjA3MSAwIDAgMCAwLTIuMTQzem03Ljg1OCAwYTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDIgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3oiLz4KPC9zdmc+Cg==');
   }
    .neutral-count {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNCQUMyRDYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDE4LjU3MWMtNC43MjYgMC04LjU3MS0zLjg0NS04LjU3MS04LjU3MSAwLTQuNzI2IDMuODQ1LTguNTcxIDguNTcxLTguNTcxIDQuNzI2IDAgOC41NzEgMy44NDUgOC41NzEgOC41NzEgMCA0LjcyNi0zLjg0NSA4LjU3MS04LjU3MSA4LjU3MXpNMjAgMTBjMCA1LjUxNC00LjQ4NiAxMC0xMCAxMFMwIDE1LjUxNCAwIDEwIDQuNDg2IDAgMTAgMHMxMCA0LjQ4NiAxMCAxMHpNNS43MTQgMTEuNDI3YS43MTQuNzE0IDAgMSAwIDAgMS40MjloOC41NzJhLjcxNC43MTQgMCAxIDAgMC0xLjQyOUg1LjcxNHptLjM1Ny01YTEuMDcxIDEuMDcxIDAgMSAwIDAgMi4xNDMgMS4wNzEgMS4wNzEgMCAwIDAgMC0yLjE0M3ptNy44NTggMGExLjA3MSAxLjA3MSAwIDEgMCAwIDIuMTQzIDEuMDcxIDEuMDcxIDAgMCAwIDAtMi4xNDN6Ii8+Cjwvc3ZnPgo=');
   }
    .aspect-info {
        width: 60%;
        white-space: nowrap;
        font-size: 0;
   }
    .aspect-info:before {
        content: '';
        display: inline-block;
        height: 44px;
        vertical-align: middle;
   }
    .chart-pie {
        position: relative;
        display: inline-block;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        background-color: #e4e4e4;
        vertical-align: middle;
   }
    .chart-pie:after {
        content: '';
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        top: 2px;
        left: 2px;
        border-radius: 50%;
        background-color: #fff;
   }
    .chart-pie-count {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 44px;
        color: #242a32;
        text-align: center;
        z-index: 1;
   }
    .chart-pie > div {
        clip: rect(0, 44px, 44px, 22px);
   }
    .chart-pie > div, .chart-pie.over50 .first-fill {
        position: absolute;
        height: 44px;
        width: 44px;
        border-radius: 50%;
   }
    .chart-pie.over50 > div {
        clip: rect(auto, auto, auto, auto);
   }
    .chart-pie.over50 .first-fill {
        clip: rect(0, 44px, 44px, 22px);
   }
    .chart-pie:not(.over50) .first-fill {
        display: none;
   }
    .second-fill {
        position: absolute;
        clip: rect(0, 22px, 44px, 0);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-width: 3px;
        border-style: solid;
        box-sizing: border-box;
   }
    .chart-pie.positive .first-fill {
        background-color: #82d428;
   }
    .chart-pie.positive .second-fill {
        border-color: #82d428;
   }
    .chart-pie.negative .first-fill {
        background-color: #ff6e00;
   }
    .chart-pie.negative .second-fill {
        border-color: #ff6e00;
   }
    .aspect-tab-content {
        background-color: #f9f9f9;
        text-align: justify;
   }
    .sentiment-wrapper {
        padding: 24px 30px 30px;
   }
    .sentiment-wrapper > div {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
        vertical-align: top;
        cursor: default;
   }
    .sentiment-wrapper > div > div {
        width: 100%;
        padding: 16px 24px 20px;
        box-sizing: border-box;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #ececec;
        text-align: left;
   }
    .opinion-header {
        position: relative;
        width: 100%;
        margin: 0 0 24px;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        color: #242a32;
        text-transform: capitalize;
   }
    .opinion-header > span:nth-child(2) {
        position: absolute;
        right: 0;
   }
    .opinion-header + div > span {
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        color: #363636;
   }
   

   .ui-datepicker {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.5);
    -o-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    color: rgba(0,0,0,.54);
    display: none;
    font: 16px 'Open Sans',Helvetica,Arial,sans-serif;
    text-align: center;
    padding: 10px 0;
    width: 240px;
    z-index: 1100!important;
}

.ui-datepicker {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.5);
    -o-box-shadow: 0 0 2px rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    color: rgba(0,0,0,.54);
    display: none;
    font: 16px 'Open Sans',Helvetica,Arial,sans-serif;
    text-align: center;
    padding: 10px 0;
    width: 240px;
    z-index: 1100!important;
}
   
.ui-datepicker-header {
    background-color: #f0f0f0;
    line-height: 1.5;
    margin: -2px 0 12px;
    padding: 10px;
    position: relative;
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    line-height: 1.5;
    width: 100%;
}

.ui-datepicker-calendar th span {
    color: rgba(0,0,0,.26);
    font-weight: lighter;
}

.ui-datepicker-calendar a, .ui-datepicker-calendar span {
    color: rgba(0,0,0,.54);
    display: block;
    font-size: 16px;
    margin: 0 auto;
    text-decoration: none;
    width: 28px;
}

.ui-datepicker-prev {
    border-right: 1px solid;
    left: 0;
}

.ui-datepicker-next {
    border-left: 1px solid;
    right: 0;
}

.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 30px;
    position: absolute;
    text-decoration: none;
    top: 6px;
    width: 30px;
}

.icon-right-modal {
    font-size: 20px;
    height: 38px;
    line-height: 38px !important;
    opacity: .6;
    position: absolute;
    text-align: center;
    width: 42px;
    z-index: 4;
    right: 3px;
}

@media (max-width:1024px){
    .img-logo{
        margin-left: 24%;
    }
    .ml-upload{
        margin-left: 3rem !important;
    }
}

@media screen and (max-width: 800px) {
    .aspect-label {
        max-height: 102px;
   }
    .aspect-content {
        height: auto;
        padding: 10px 87px 10px 30px;
   }
    .aspect-content:before {
        display: none;
   }
    .aspect-content:after {
        top: 0;
   }
    .aspect-content > div {
        display: block;
        width: 100%;
   }
    .aspect-stat {
        margin-top: 10px;
        text-align: left;
   }
}

@media (max-width:768px){
    .btn-icon-split{
        margin-left: 44% !important;
    }
    .ml-upload{
        margin-left: 11rem !important;
    }
    .mt-sm {
        margin-top: 1rem;
    }
    .text-dados-chamado {
        font-size: 12px;
    }
    .bg-situacao-chamado{
        padding: 0rem;
        font-size: 8px;
    }
    .bg-situacao-chamado-edit{
        padding: 0.4em;
    }
}

@media screen and (max-width: 750px) {
    .sentiment-wrapper > div {
        display: block;
        width: 100%;
        max-width: 100%;
   }
    .sentiment-wrapper > div:not(:first-child) {
        margin-top: 10px;
   }
}

@media screen and (max-width: 500px) {
    .aspect-label {
        max-height: 140px;
   }
    .aspect-stat > div {
        display: block;
        width: 100%;
   }
    .all-opinions {
        margin-bottom: 10px;
   }
    .all-opinions + div > span:first-child {
        margin: 0;
   }
}

@media (max-width:414px){
    .img-logo{
        margin-left: 24%;
    }
    .ml-upload{
        margin-left: 3rem !important;
    }
}

@media (max-width:360px){
    .img-logo{
        margin-left: 17%;
    }
    .ml-upload{
        margin-left: 1.2rem !important;
    }
}

@media (max-width:375px){
    .img-logo{
        margin-left: 20%;
    }
    .ml-upload{
        margin-left: 2rem !important;
    }
}

@media (max-width:320px){
    .img-logo{
        margin-left: 13.66667%;
    }
    .ml-upload{
        margin-left: 0rem !important;
    }
}