@font-face {
    font-family: font-main-light;
    src: url("../fonts/DUBAI-LIGHT.TTF");
}

@font-face {
    font-family: font-main-regular;
    src: url("../fonts/DUBAI-REGULAR.TTF");
}

@font-face {
    font-family: font-main-medium;
    src: url("../fonts/DUBAI-MEDIUM.TTF");
}

@font-face {
    font-family: font-main-bold;
    src: url("../fonts/DUBAI-BOLD.TTF");
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  font-family: font-main-regular;
}

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

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #f26835;
  border-radius: 10px;
}
.translate-top{
    transform: translate(-30px, -120%);
}
.image-preloader{
    width: 100px;
}

.font-main-light{
    font-family: font-main-light;
}

.font-main-regular{
    font-family: font-main-regular;
}

.font-main-medium{
    font-family: font-main-medium;
}

.font-main-bold{
    font-family: font-main-bold;
}

.mx-width{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.link-primary{
    transition: all .4s;
}

.link-primary:hover{
    color: #f26835 !important;
}

.link-main{
    transition: all .4s;
}

.link-main:hover{
    color: #323e5e !important;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.cm-list-number li {
  list-style: decimal;
}

.cm-list li {
  list-style: circle;
}

.pointer {
  cursor: pointer !important;
}

.zindex-100 {
  position: relative;
  z-index: 100;
}

.card-dashboard {
  width: 220px;
  transition: all 0.4s;
}
.card-dashboard:hover {
  background: #FFFFFF !important;
  color: #f26835 !important;
}

.card-roi {
  cursor: pointer;
  width: 250px;
  transition: all 0.4s;
}
.card-roi:hover {
  background: #FFFFFF !important;
  color: #6C757D !important;
}

.notification {
  max-width: 600px;
  height: 600px;
  transform: translateY(600px);
  z-index: 100;
}
.notification::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/assets/images/notifications.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.notification-btn {
  width: 45px;
  height: 45px;
  top: -55px;
  cursor: pointer;
}
.notification-count {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 0.9rem;
}
.notification-contents {
  max-height: 580px;
  overflow-y: scroll;
}
.notification-contents-box {
  cursor: pointer;
  max-height: 450px;
  overflow-y: scroll;
}

article[data-content=false] {
  display: none;
}

article[data-content=true] {
  display: block;
}

.bubbleNotification {
  font-size: 0.6rem !important;
}

div[data-notification=true] {
  -webkit-animation: 0.5s showNotifications ease-out forwards;
          animation: 0.5s showNotifications ease-out forwards;
}

div[data-notification=false] {
  -webkit-animation: 0.5s hiddeNotifications ease-out forwards;
          animation: 0.5s hiddeNotifications ease-out forwards;
}

.image-bg-login {
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-bg-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2959558824) 50%, rgb(0, 0, 0) 100%);
}

label {
  transition: all 0.4s;
}

.validit-custom:focus {
  box-shadow: none;
}
.validit-custom:focus ~ label {
  transform: translate(-30px, -120%);
  font-size: 0.9rem;
}
.validit-custom:valid ~ label {
  transform: translate(-30px, -120%);
  font-size: 0.9rem;
}
.validit-custom:disabled ~ label {
  transform: translate(-30px, -120%);
  font-size: 0.9rem;
}

span[data-valid=false] {
  color: #FF0000;
  -webkit-animation: showError 0.4s linear forwards;
          animation: showError 0.4s linear forwards;
  z-index: 1;
}

span[data-valid=true] {
  color: #008000;
  -webkit-animation: showSuccess 0.4s linear forwards;
          animation: showSuccess 0.4s linear forwards;
  z-index: 1;
}

.input-transform-translate {
  transform: translate(-30px, -120%);
}

.no-transform-translate {
  transform: translate(0px, 0px) !important;
}

.validit {
  font-size: 0.8rem;
  z-index: -1;
}
.validit i {
  font-size: 0.8rem;
}

.btn-show-pass:focus {
  box-shadow: none;
}

div[data-message=true] {
  z-index: 999999;
  -webkit-animation: 1s showMessage ease-out;
          animation: 1s showMessage ease-out;
}

div[data-message=false] {
  z-index: 999999;
  -webkit-animation: 1s hiddeMessage ease-out forwards;
          animation: 1s hiddeMessage ease-out forwards;
}

.header {
  min-height: 50px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo-header {
  height: 40px;
}

.logo-client{
    width: 200px;
}

.profile {
  min-height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.profile-dropdawn {
  z-index: 1;
}
.profile-dropdawn-btn:focus {
  box-shadow: none;
}

.user {
  width: 45px;
  height: 45px;
}
.user img {
  border-radius: 50%;
  width: 45px;
}
.menu-client{
    display: none;
}
.menu_label {
  cursor: pointer;
  height: 18px;
  width: 25px;
  color: transparent;
}
.menu_label span {
  height: 3px;
  width: 100%;
  transition: 0.25s ease-in-out;
}
.menu_label span:nth-child(1) {
  top: 0px;
  width: 50%;
}
.menu_label span:nth-child(2) {
  top: 8px;
  width: 75%;
}
.menu_label span:nth-child(3) {
  top: 16px;
  width: 100%;
}
.menu_label_client {
cursor: pointer;
height: 18px;
width: 25px;
color: transparent;
}
.menu_label_client span {
height: 3px;
width: 100%;
transition: 0.25s ease-in-out;
}
.menu_label_client span:nth-child(1) {
top: 0px;
width: 100%;
}
.menu_label_client span:nth-child(2) {
top: 8px;
width: 100%;
}
.menu_label_client span:nth-child(3) {
top: 16px;
width: 100%;
}
.menu_input:checked + label span:nth-child(1) {
  transform: rotate(-25deg);
  width: 60%;
  top: 5px;
}
.menu_input:checked + label span:nth-child(2) {
  width: 100%;
}
.menu_input:checked + label span:nth-child(3) {
  transform: rotate(25deg);
  width: 60%;
  top: 11px;
}
.menu_input_client:checked + label span:nth-child(1) {
    transform: rotate(-50deg);
    width: 100%;
    top: 5px;
  }
.menu_input_client:checked + label span:nth-child(2) {
width: 0%;
}
.menu_input_client:checked + label span:nth-child(3) {
transform: rotate(50deg);
width: 100%;
top: 5px;
}
input[data-input-radio] + label{
    transition: all .4s;
}
input[data-input-radio]:checked + label{
    background: #f26835 !important;
    color: #FFF;
}
.sidebar {
  min-height: 100vh;
}

.sidebar nav{
    position: -webkit-sticky;
    position: sticky;
    top: 61px;
}

.sidebar[data-expanded=desactive] {
  -webkit-animation: toRecalldAside 0.4s ease-in-out forwards;
          animation: toRecalldAside 0.4s ease-in-out forwards;
}

.sidebar[data-expanded=active] {
  -webkit-animation: expandedAside 0.4s ease-in-out forwards;
          animation: expandedAside 0.4s ease-in-out forwards;
}

.hiddeItem {
  opacity: 0;
}

.dNone {
  display: none;
}

.iconManu {
  width: 100%;
}

.item-nav-sidbar {
  transition: all 0.4s;
  cursor: pointer;
}
.item-nav-sidbar:hover {
  background: #f26835;
}
.item-nav-sidbar:hover .submenu {
  display: block;
  opacity: 1;
}
.item-nav-sidbar div a {
  padding: 0.5rem;
}

.item-nav-sidbar-logout {
  transition: all 0.4s;
}
.item-nav-sidbar-logout:hover {
  background: #FF0000;
}
.item-nav-sidbar-logout div form {
  padding: 0.5rem;
}
.item-nav-sidbar-logout div form button {
  border: none;
  background: transparent;
}

[data-item-menu=active] {
  background: #f26835;
}

div[data-item-active=false] {
  -webkit-animation: hiddeItem 0.2s linear forwards;
          animation: hiddeItem 0.2s linear forwards;
}

div[data-item-active=true] {
  display: block;
  -webkit-animation: showItem 0.2s 0.4s linear forwards;
          animation: showItem 0.2s 0.4s linear forwards;
}

.submenu {
  width: 130px;
  transform: translateX(100%);
  z-index: 100;
  display: none;
  opacity: 0;
  transition: all 0.4s;
}
.submenu_li a {
  padding: 0.4rem;
  transition: all 0.4s;
}
.submenu_li a:hover {
  background: #f26835;
}

[data-submenu=true] {
  display: none;
}

[data-submenu=false] {
  display: block;
}

.profile-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.profile-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2352941176) 50%, rgb(0, 0, 0) 100%);
}

.profile-user {
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.profile-user-btn {
  border: none;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.profile-user-btn:hover {
  opacity: 1;
}
.profile-user img {
  border-radius: 50%;
}

.label-image-profile {
  cursor: pointer;
  width: 80px;
  height: 80px;
}

input[name=avatar]:checked ~ label,
input[name=preloader_image]:checked ~ label {
  border: 1px solid #f26835;
  box-shadow: 0px 0px 10px #f26835;
}

input[type=checkbox] {
  cursor: pointer;
}

.section-input {
  width: 100%;
  max-width: 300px;
}
.section-input-label {
  cursor: pointer;
}
.section-input-span {
  margin-top: -28px;
}
.section-input-image {
  max-width: 100%;
}

.focus-shadown-none:focus {
  box-shadow: none;
}

[data-report=single] {
  display: none !important;
}

[data-report=more] {
  display: inline !important;
}

.custom-401 {
  position: relative;
}
.custom-401::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/pubilic/assets/images/not_found.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-401-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FF0000;
}

.custom-403 {
  position: relative;
}
.custom-403::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/not_found.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-403-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FF0000;
}

.custom-404 {
  position: relative;
}
.custom-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/not_found.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-404-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FF0000;
}

.custom-419 {
  position: relative;
}
.custom-419::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/not_found.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-419-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FF0000;
}

.custom-429 {
  position: relative;
}
.custom-429::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/not_found.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-429-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FF0000;
}

.custom-500 {
  position: relative;
}
.custom-500::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/server_error.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-500-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FFFF00;
}

.custom-503 {
  position: relative;
}
.custom-503::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/not_found.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-503-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #FF0000;
}

.custom-maintenance {
  position: relative;
}
.custom-maintenance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/maintenance.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-maintenance-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #f26835;
}

.custom-construction {
  position: relative;
}
.custom-construction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("/public/assets/images/construction.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-construction-mirror {
  z-index: 2;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 10px #f26835;
}

.limit-caracter {
  display: block;
  white-space: nowrap;
  width: 220px;
  overflow-x: scroll;
}

.input-custom {
  border-radius: 3px;
  cursor: pointer;
}
.input-custom:focus {
  outline: none;
  box-shadow: none;
}

.results-found span {
  cursor: pointer;
  transition: all 0.4s;
}
.results-found span:hover {
  background: #6C757D;
  color: #FFFFFF !important;
}

.remove-campaign {
  font-size: 0.9rem;
  cursor: pointer;
}

.cm-browser-height {
  min-height: 450px;
}

.cm-card{
  width: 100%;
  max-width: 300px;
}

.empty-collections {
  height: 300px;
}

.custom-table {
  display: block;
  max-width: 1300px;
  overflow-x: scroll;
}
.custom-table th {
  font-size: 0.85rem;
}
.custom-table td {
  font-size: 0.85rem;
}

[data-url-status=inactive] {
  display: none;
}

[data-url-status=active] {
  display: block;
}

.link-log {
  transition: all 0.4s;
}
.link-log:hover {
  color: #f26835 !important;
}

.block-log {
  max-width: 1300px;
  max-height: 700px;
  overflow: auto;
}

.folder-folder #options-folder {
  opacity: 0;
  display: none;
  transition: opacity 0.4s;
}
.folder-folder:hover #options-folder {
  opacity: 1;
  display: block;
}

.card-folder-image {
  width: 100px;
  height: 100px;
}
.card-folder-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.folder-image-image-name {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.8rem;
}

.fs-icon-image {
  font-size: 0.7rem;
}

.gallery-view {
  background: rgba(0, 0, 0, 0.5333333333);
}
.gallery-view-carousel {
  width: 100%;
  height: 100%;
  max-height: 600px;
  max-width: 1000px;
}
.gallery-view-carousel-body-video {
  max-width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-view-carousel-body-image {
  max-width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-view-carousel-body-btn {
  background: rgba(0, 0, 0, 0.5254901961);
  opacity: 0;
  transition: all 0.4s;
}
.gallery-view-carousel-body-btn:hover {
  opacity: 1;
}

/* -- Styles for views client -- */
#send-loading::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 4px solid #fff;
    border-top: 4px solid transparent;
    animation: loading .4s linear infinite;
}

.header-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.client-submenu:hover .client-submenu-menu{
    opacity: 1;
    display: block;
}

.client-submenu i{
    font-size: .8rem;
}

.client-submenu-menu{
    transform: translateY(80px);
    width: 320px;
    display: none;
    opacity: 0;
    height: auto !important;
    z-index: 100;
}

.client-submenu-menu li{
    transition: all 0.4s;
}

.client-submenu-menu li:hover{
    background: #323e5e;
}

.fixed-close-menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    margin: 1rem;
}

.fixed-close-menu span{
    background: #FFF !important;
}

[data-menu-client="active"],
[data-menu-client="active"] > a{
    color: #f26835 !important;
}

/* -- Ícones banner home -- */
.icone-banner{
    width: 400px;
}

.icone-banner img{
    transform: scale(1.2);
}

/* -- Footer client -- */
.logo-plugin{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    position: absolute;
    top: 0;
    right: 68px;
    bottom: 0;
}

.logo-footer{
    width: 300px;
    margin: auto;
}

.logo-finan{
    width: 120px !important;
    margin: 0 2rem !important;
    filter: grayscale(1);
    cursor: pointer;
    transition: all .4s;
}

.logo-finan:hover{
    filter: grayscale(0);  
}

.whatsapp-float{
    background: #2AB318;
    width: 65px;
    height: 65px;
    z-index: 101;
}

.whatsapp-float a{
    transform: translateY(3px);
}

.card-safes{
    cursor: pointer;
    min-height: 334px;
}

.card-safes div{
    max-width: 250px;
    margin: auto;
}

.card-safes:hover{
    border-color: #f26835 !important;
}

.card-safes:hover img{
    filter: grayscale(0);
}

.card-safes:hover .card-safes-image{
    background: #FFF !important;
    border-color: #f26835 !important;
}

.card-safes:hover h3{
    color: #f26835 !important;
}

.card-safes-image{
    width: 80px;
    height: 80px;
    transition: all .4s;;
}

.card-safes-image img{
    filter: grayscale(100%);
    transition: all.4s;
}

.card-safes h3{
    transition: all .4s;
}

/* -- Sobrescrever estilos do slick -- */
#slid-finan .slick-dots li button:before{
    font-size: 14px;
}

#slid-finan .slick-dots li.slick-active button:before{
    color: #f26835;
    opacity: 1;
}

[data-expanded-client=ative]{
    -webkit-animation: expandedAsideCllient 0.5s linear forwards;
            animation: expandedAsideCllient 0.5s linear forwards;
}

[data-expanded-client=inative]{
    /* display: none; */
    -webkit-animation: toRecalldAsideCliente 0.4s 0.5s linear forwards;
            animation: toRecalldAsideCliente 0.4s 0.5s linear forwards;
}

[data-navclient-active=true] {
    -webkit-animation: showItemClient 0.2s 0.5s linear forwards;
            animation: showItemClient 0.2s 0.5s linear forwards;
  }

[data-navclient-active=false] {
    -webkit-animation: hiddeItemClient 0.5s linear forwards;
            animation: hiddeItemClient 0.5s linear forwards;
}

/* Froms clients */
/* [data-safe-type="Todos"],
[data-safe-type="Empresarial"],
[data-safe-type="Familiar"]{
    display: none;
} */

/* Cookies */
.hidden-alert-cookie{
    animation: toRecalldAlertCookies .4s linear forwards;
}

.show-alert-cookie{
    animation: expandAlertCookies .4s linear forwards;
    z-index: 100;
}
/* view insurance claim results */
.data-card-safe-header::after{
    content: '';
    border-right: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    float: right;
    transform: rotate(-90deg);
}
[data-card-safe-header="true"]::after{
    animation: rotateArrow .3s linear forwards;
}
[data-card-safe-header="false"]::after{
    animation: returnRotateArrow .3s linear forwards;
}
@keyframes rotateArrow {
    0%{
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(90deg);
    }
}
@keyframes returnRotateArrow {
    0%{
        transform: rotate(90deg);        
    }
    100%{
        transform: rotate(-90deg);
    }
}
@media only screen and (max-width: 1050px) {
    .icone-banner {
        width: 360px;
    }
}

@media only screen and (max-width: 992px) {
  .section-image-login {
    display: none;
  }
  .menu-client{
    display: block;
  }
  .navbar-client{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: transparent;
    height: 100%;
    z-index: 999;
    width: 100%;
    }

    .navbar-client ul{
      flex-direction: column;
      width: 300px;
      height: 100%;
      background: #f26835;
      transform: translateX(-100%);
    }
    .navbar-client ul li{
      text-align: left;
      white-space: nowrap;
      margin: .5rem 0;
    }
    .navbar-client ul li a.link-primary:hover{
      color: #FFFFFF !important;
    }
    .client-submenu-menu ul li a.link-primary{
      color: #f26835 !important;
    }
}
@media only screen and (max-width: 960px){
    .card-safes{
        cursor: pointer;
        min-height: 345px;
    }
}
@media only screen and (max-width: 750px) {
  .menu_input:checked + label span:nth-child(1) {
    transform: rotate(-45deg);
    width: 100%;
    top: 11px;
  }
  .menu_input:checked + label span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .menu_input:checked + label span:nth-child(3) {
    transform: rotate(45deg);
    width: 100%;
    top: 11px;
  }
  .sidebar[data-expanded=desactive] {
    -webkit-animation: none;
            animation: none;
  }
  .sidebar[data-expanded=active] {
    -webkit-animation: none;
            animation: none;
  }
  .sidebar[data-expanded=mobile-active] {
    -webkit-animation: expandedAsideMobile 0.4s ease-out forwards;
            animation: expandedAsideMobile 0.4s ease-out forwards;
  }
  .sidebar[data-expanded=mobile-desactive] {
    -webkit-animation: toRecalldAsideMobile 0.4s ease-out;
            animation: toRecalldAsideMobile 0.4s ease-out;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transform: translateX(-200px);
  }
  .divClosed {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
  }
  div[data-divbtn-closed=active] {
    -webkit-animation: showItem 0.4s 0.2s linear forwards;
            animation: showItem 0.4s 0.2s linear forwards;
  }
  div[data-divbtn-closed=desactive] {
    -webkit-animation: hiddeItem 0.2s linear;
            animation: hiddeItem 0.2s linear;
  }
  .menuMobileOppen {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    margin: 15px;
    -webkit-animation: hiddeItem 0.2s linear;
            animation: hiddeItem 0.2s linear;
  }
  .hiddeItem {
    opacity: 1;
  }
  .dNone {
    display: block;
  }
  .iconManu {
    width: auto;
  }
  div[data-item-active=false] {
    -webkit-animation: none;
            animation: none;
  }
  .logo-plugin{
    position: relative;
    margin: auto;
    right: 0;
}
}
@media only screen and (max-width: 605px) {
  .card-dashboard {
    width: 100%;
  }
  .whatsapp-float{
    width: 55px;
    height: 55px;
}
}
@media only screen and (max-width: 460px) {
    .icone-banner {
        width: 100%;
    }
    .icone-banner img{
        transform: scale(1);
    }
}
@media only screen and (max-width: 420px) {
  .breadcrumps-overflow {
    max-width: 320px;
    overflow-x: auto;
    margin-bottom: 0.8rem;
  }
}
@-webkit-keyframes showError {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes showError {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@-webkit-keyframes showSuccess {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes showSuccess {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@-webkit-keyframes showMessage {
  0% {
    transform: translateX(230px);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-80px);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showMessage {
  0% {
    transform: translateX(230px);
    opacity: 0;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-80px);
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes hiddeMessage {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(-80px);
    opacity: 1;
  }
  40% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(230px);
    opacity: 0;
  }
}
@keyframes hiddeMessage {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(-80px);
    opacity: 1;
  }
  40% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(230px);
    opacity: 0;
  }
}
@-webkit-keyframes expandedAside {
  0% {
    width: 66px;
  }
  100% {
    width: 230px;
  }
}
@keyframes expandedAside {
  0% {
    width: 66px;
  }
  100% {
    width: 230px;
  }
}
@-webkit-keyframes expandedAsideCllient {
    0% {
      transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes expandedAsideCllient {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes toRecalldAside {
  0% {
    width: 230px;
  }
  100% {
    width: 66px;
  }
}
@keyframes toRecalldAside {
  0% {
    width: 230px;
  }
  100% {
    width: 66px;
  }
}
@-webkit-keyframes toRecalldAsideCliente {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
  }
  @keyframes toRecalldAsideCliente {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
  }

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showItemClient {
    0% {
        background: transparent;
    }
    100% {
          background: #323e5ea6;
    }
  }
  @keyframes showItemClient {
    0% {
        background: transparent;
    }
    100% {
          background: #323e5ea6;
    }
  }
@-webkit-keyframes hiddeItem {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hiddeItem {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hiddeItemClient {
    0% {
        background: #323e5ea6;
    }
    100% {
        background: transparent;
    }
  }
  @keyframes hiddeItemClient {
    0% {
        background: #323e5ea6;
    }
    100% {
        background: transparent;
    }
  }
@-webkit-keyframes showNotifications {
  0% {
    opacity: 0;
    transform: translateY(600px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showNotifications {
  0% {
    opacity: 0;
    transform: translateY(600px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes hiddeNotifications {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    opacity: 0;
  }
  100% {
    transform: translateY(600px);
  }
}
@keyframes hiddeNotifications {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    opacity: 0;
  }
  100% {
    transform: translateY(600px);
  }
}
@-webkit-keyframes expandedAsideMobile {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes expandedAsideMobile {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes toRecalldAsideMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes toRecalldAsideMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes expandAlertCookies {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes expandAlertCookies {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes toRecalldAlertCookies {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes toRecalldAlertCookies {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes loading {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
