   @import 'colors.css';
   /************************* GLOBAL  ********************/

   * {
       margin: 0;
       padding: 0;
   }

   html, body {
       height: 100vh;
       overflow-x: hidden;
   }

   body {
       background-color: var(--white);
       min-height: 100vh;
   }

   .text-vertical-center {
       align-items: center !important;
       display: flex !important;
       flex-direction: row !important;
       flex-wrap: wrap !important;
   }

   .abreviar-texto {
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
   }

   /************************* GLOBAL  ********************/

   /************************* BARRA ROLAGEM *************************/

   ::-webkit-scrollbar {
       width: 7px;
       height: 7px;
   }

   ::-webkit-scrollbar-button {
       width: 0px;
       height: 0px;
   }

   ::-webkit-scrollbar-thumb {
       background: var(--dove-grey);
       border: 0px none var(--dove-grey);
       border-radius: 50px;
   }

   ::-webkit-scrollbar-thumb:hover {
       background: var(--dove-grey);
   }

   ::-webkit-scrollbar-thumb:active {
       background: var(--dove-grey);
   }

   ::-webkit-scrollbar-track {
       background: var(--alto);
       border: 0px none var(--alto);
       border-radius: 50px;
   }

   ::-webkit-scrollbar-track:hover {
       background: var(--alto);
   }

   ::-webkit-scrollbar-track:active {
       background: var(--alto);
   }

   ::-webkit-scrollbar-corner {
       background: transparent;
   }

   /************************* BARRA ROLAGEM *************************/

   /************************* DIMENSÕES *************************/

   .w-5 {
       width: 5% !important;
   }

   .w-10 {
       width: 10% !important;
   }

   .w-15 {
       width: 15% !important;
   }

   .w-20 {
       width: 20% !important;
   }

   .w-25 {
       width: 25% !important;
   }

   .w-30 {
       width: 30% !important;
   }

   .w-35 {
       width: 35% !important;
   }

   .w-40 {
       width: 40% !important;
   }

   .w-45 {
       width: 45% !important;
   }

   .w-50 {
       width: 50% !important;
   }

   .w-55 {
       width: 55% !important;
   }

   .w-60 {
       width: 60% !important;
   }

   .w-65 {
       width: 65% !important;
   }

   .w-70 {
       width: 70% !important;
   }

   .w-75 {
       width: 75% !important;
   }

   .w-80 {
       width: 80% !important;
   }

   .w-85 {
       width: 85% !important;
   }

   .w-90 {
       width: 90% !important;
   }

   .w-95 {
       width: 95% !important;
   }

   .w-100 {
       width: 100% !important;
   }

   /************************* DIMENSÕES *************************/

   /************************* LOGIN *************************/

   .page-login {
       display: flex;
       -ms-flex-align: center;
   }

   .page-login form {
       width: 100%;
       padding: 15px;
       margin: auto;
   }

   .page-login form .divform {
       width: 100%;
       max-width: 300px;
       padding: 15px;
       margin: auto;
   }

   /************************* LOGIN *************************/

   /************************* PAINEL *************************/

   .painel-icon .bloco a {
       display: block;
   }

   .painel-icon .bloco:hover {
       background-color: rgba(0, 123, 255, 0.07);
       border-radius: 3%;
   }

   .painel-icon .bloco a:active, .painel-icon div a:link, .painel-icon div a:hover, .painel-icon div a:visited {
       text-decoration: none;
       color: var(--dove-grey) !important;
   }

   .painel-icon .bloco a div {
       text-align: center !important;
       font-weight: 500 !important;
   }

   /************************* PAINEL *************************/

   /************************* FOOTER *************************/

   .footer {
       border-top: 1px solid var(--alto);
       bottom: 0;
       text-align: left !important;
       padding: 7px 0;
       position: fixed;
       right: 0;
       background-color: var(--white);
       left: 0;
   }

   /************************* FOOTER *************************/

   /************************* PRÉ LOADER *************************/

   #preloader {
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-color: rgba(134, 134, 134, 0.4);
       z-index: 20;
   }

   #preloader .inner {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
   }

   .bolas>div {
       display: inline-block;
       background-color: var(--black);
       width: 20px;
       height: 20px;
       border-radius: 100%;
       margin: 3px;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: animarBola;
       animation-timing-function: linear;
       animation-iteration-count: infinite;
   }

   .bolas>div:nth-child(1) {
       animation-duration: 0.75s;
       animation-delay: 0;
   }

   .bolas>div:nth-child(2) {
       animation-duration: 0.75s;
       animation-delay: 0.12s;
   }

   .bolas>div:nth-child(3) {
       animation-duration: 0.75s;
       animation-delay: 0.24s;
   }

   @keyframes animarBola {
       0% {
           -webkit-transform: scale(1);
           transform: scale(1);
           opacity: 1;
       }
       16% {
           -webkit-transform: scale(0.1);
           transform: scale(0.1);
           opacity: 0.7;
       }
       33% {
           -webkit-transform: scale(1);
           transform: scale(1);
           opacity: 1;
       }
   }

   /************************* PRÉ LOADER *************************/

   /************************* SLIDER *************************/

   .tab-content {
       height: 100vh;
       will-change: transform;
       -webkit-perspective: 400px;
       perspective: 400px;
       overflow: hidden;
       -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
       transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
   }

   .section {
       will-change: transform;
       position: absolute;
       width: 100%;
       top: 0;
       left: 0;
       /* height: 100vh; */
       overflow: hidden;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       text-align: center;
       background: var(--white);
       -webkit-transform: translateX(100%);
       transform: translateX(100%);
       -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
       transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
   }

   .section-active {
       -webkit-transform: translateX(0) rotateY(0);
       transform: translateX(0) rotateY(0);
       z-index: 2;
   }

   .section-hidden {
       -webkit-transform: translateX(-100%);
       transform: translateX(-100%);
   }

   .section-wrapper {
       height: 100vh;
       width: 100%;
       max-width: 800px;
       padding: 0 8vw;
       position: relative;
       overflow-y: auto;
   }

   .section-wrapper.except {
       max-width: unset;
   }

   .section-title {
       margin: 0 0 25px 0;
       font-size: 48px;
       font-weight: normal;
       text-transform: uppercase;
       letter-spacing: 5px;
   }

   .section-title:before {
       content: '';
       position: absolute;
       top: 5rem;
       left: 45%;
       margin: auto;
       width: 10%;
       height: 2px;
       background: var(--white);
   }

   /************************* SLIDER *************************/

   /************************* CALENDARIO *************************/

   #calendario-modal .calendario-forma {
       z-index: 9 !important;
   }

   #calendario-modal .caption {
       background: var(--origin-blue);
       line-height: 2.3rem;
       /* box-shadow: 3px 0 2px black; */
       color: var(--white);
   }

   #calendario-modal .calendario-body {
       visibility: hidden;
   }

   @keyframes fadeout {
       0% {
           opacity: 1;
       }
       100% {
           opacity: 0;
       }
   }

   #calendario-modal.show .calendario-body {
       width: 94%;
       visibility: visible;
       position: fixed;
       z-index: 9;
       top: 10%;
       left: 2%;
       box-shadow: 1px 0px 9px 6px var(--grey);
       background-color: var(--white);
       -webkit-animation: fadein 0.5s;
       animation: fadein 0.5s;
   }

   #calendario-modal .chead {
       display: flex;
   }

   #calendario-modal .chead>div {
       display: flex;
       justify-content: center;
       align-items: center;
       height: 40.5714px;
       width: 14.28%;
       opacity: .9;
       font-size: .7em;
   }

   #calendario-modal .cbody {
       display: flex;
       flex-wrap: wrap;
   }

   #calendario-modal .cbody>div {
       display: flex;
       justify-content: center;
       align-items: center;
       height: 40.5714px;
       width: 14.28%;
       border-radius: 50%;
       transition: color .2s, background-color .2s;
       will-change: color, background-color;
       cursor: pointer;
       user-select: none;
       position: relative;
   }

   #calendario-modal .cbody>div.selected .ripple {
       opacity: 1;
       transform: scale(0.9);
   }

   #calendario-modal .cbody>div.selected span {
       z-index: 2;
       color: var(--white);
   }

   #calendario-modal .cbody>div .ripple {
       position: absolute;
       top: 0;
       left: 0;
       height: 100%;
       width: 100%;
       transform: scale(0.4);
       background: var(--pickled-bluewood);
       opacity: 0;
       border-radius: 10%;
       z-index: 1;
       transition: opacity 0.2s, transform 0.2s;
   }

   #calendario-modal .cfooter .preview {
       justify-content: center;
       font-size: larger;
       align-items: center;
       height: 37px;
       width: 100%;
       display: flex;
       margin: 8px;
   }

   /************************* CALENDARIO *************************/

   /************************* SNACKBAR *************************/

   #snackbarConfirmacao .snackbar-forma, #calendario-modal .calendario-forma, .modal-md .modal-forma {
       visibility: hidden;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       opacity: 0.3;
       background-color: var(--mine-shaft);
       color: var(--white);
       text-align: center;
       position: fixed;
       z-index: 10;
       font-size: 17px;
   }

   #snackbarConfirmacao.show .snackbar-forma, #calendario-modal.show .calendario-forma, .modal-md.show .modal-forma {
       visibility: visible;
   }

   #snackbar, #snackbarConfirmacao div.snackbar-body {
       visibility: hidden;
       width: 40%;
       margin-left: 30%;
       background-color: var(--mine-shaft);
       color: var(--white);
       text-align: center;
       border-radius: 2px;
       padding: 16px;
       position: fixed;
       z-index: 10;
       bottom: 30px;
       font-size: 17px;
   }

   #snackbarConfirmacao.show div.snackbar-body {
       visibility: visible;
       -webkit-animation: fadein 0.5s;
       animation: fadein 0.5s;
   }

   #snackbar.show {
       visibility: visible;
       -webkit-animation: fadein 0.5s;
       animation: fadein 0.5s;
   }

   #snackbar.hide, #snackbarConfirmacao.hide div.snackbar-body {
       -webkit-animation: fadeout 0.5s;
       animation: fadeout 0.5s;
   }

   @-webkit-keyframes fadein {
       from {
           bottom: 0;
           opacity: 0;
       }
       to {
           bottom: 30px;
           opacity: 1;
       }
   }

   @keyframes fadein {
       from {
           bottom: 0;
           opacity: 0;
       }
       to {
           bottom: 30px;
           opacity: 1;
       }
   }

   @-webkit-keyframes fadeout {
       from {
           bottom: 30px;
           opacity: 1;
           visibility: visible;
       }
       to {
           bottom: 0;
           opacity: 0;
           visibility: hidden;
       }
   }

   @keyframes fadeout {
       from {
           bottom: 30px;
           opacity: 1;
           visibility: visible;
       }
       to {
           bottom: 0;
           opacity: 0;
           visibility: hidden;
       }
   }

   /************************* SNACKBAR *************************/

   /*XXS*/

   @media screen and (max-width: 395px) {
       #snackbar, #snackbarConfirmacao .snackbar-body {
           width: 70% !important;
           margin-left: 15% !important;
       }
       .twenty-four-cols .offset-xxs-0 {
           margin-left: 0 !important;
       }
       .twenty-four-cols .offset-xxs-1 {
           margin-left: 4.166666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-2 {
           margin-left: 8.333333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-3 {
           margin-left: 12.5% !important;
       }
       .twenty-four-cols .offset-xxs-4 {
           margin-left: 16.66666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-5 {
           margin-left: 20.83333333333333% !important;
       }
       .twenty-four-cols .offset-xxs-6 {
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-xxs-7 {
           margin-left: 29.16666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-8 {
           margin-left: 33.33333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-9 {
           margin-left: 37.5% !important;
       }
       .twenty-four-cols .offset-xxs-10 {
           margin-left: 41.66666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-11 {
           margin-left: 45.83333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-12 {
           margin-left: 50% !important;
       }
       .twenty-four-cols .offset-xxs-13 {
           margin-left: 54.16666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-14 {
           margin-left: 58.33333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-15 {
           margin-left: 62.5% !important;
       }
       .twenty-four-cols .offset-xxs-16 {
           margin-left: 66.66666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-17 {
           margin-left: 70.83333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-18 {
           margin-left: 75% !important;
       }
       .twenty-four-cols .offset-xxs-19 {
           margin-left: 79.16666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-20 {
           margin-left: 83.33333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-21 {
           margin-left: 87.50000000000001% !important;
       }
       .twenty-four-cols .offset-xxs-22 {
           margin-left: 91.66666666666667% !important;
       }
       .twenty-four-cols .offset-xxs-23 {
           margin-left: 95.83333333333334% !important;
       }
       .twenty-four-cols .offset-xxs-24 {
           margin-left: 100% !important;
       }
       .twenty-four-cols .col-xxs-1 {
           max-width: 4.166666666666667% !important;
       }
       .twenty-four-cols .col-xxs-2 {
           max-width: 8.333333333333334% !important;
       }
       .twenty-four-cols .col-xxs-3 {
           max-width: 12.5% !important;
       }
       .twenty-four-cols .col-xxs-4 {
           max-width: 16.66666666666667% !important;
       }
       .twenty-four-cols .col-xxs-5 {
           max-width: 20.83333333333333% !important;
       }
       .twenty-four-cols .col-xxs-6 {
           max-width: 25% !important;
       }
       .twenty-four-cols .col-xxs-7 {
           max-width: 29.16666666666667% !important;
       }
       .twenty-four-cols .col-xxs-8 {
           max-width: 33.33333333333334% !important;
       }
       .twenty-four-cols .col-xxs-9 {
           max-width: 37.5% !important;
       }
       .twenty-four-cols .col-xxs-10 {
           max-width: 41.66666666666667% !important;
       }
       .twenty-four-cols .col-xxs-11 {
           max-width: 45.83333333333334% !important;
       }
       .twenty-four-cols .col-xxs-12 {
           max-width: 50% !important;
       }
       .twenty-four-cols .col-xxs-13 {
           max-width: 54.16666666666667% !important;
       }
       .twenty-four-cols .col-xxs-14 {
           max-width: 58.33333333333334% !important;
       }
       .twenty-four-cols .col-xxs-15 {
           max-width: 62.5% !important;
       }
       .twenty-four-cols .col-xxs-16 {
           max-width: 66.66666666666667% !important;
       }
       .twenty-four-cols .col-xxs-17 {
           max-width: 70.83333333333334% !important;
       }
       .twenty-four-cols .col-xxs-18 {
           max-width: 75% !important;
       }
       .twenty-four-cols .col-xxs-19 {
           max-width: 79.16666666666667% !important;
       }
       .twenty-four-cols .col-xxs-20 {
           max-width: 83.33333333333334% !important;
       }
       .twenty-four-cols .col-xxs-21 {
           max-width: 87.50000000000001% !important;
       }
       .twenty-four-cols .col-xxs-22 {
           max-width: 91.66666666666667% !important;
       }
       .twenty-four-cols .col-xxs-23 {
           max-width: 95.83333333333334% !important;
       }
       .twenty-four-cols .col-xxs-24 {
           max-width: 100% !important;
       }
   }

   /*XS*/

   @media screen and (min-width: 395px) and (max-width: 576px) {
       #snackbar, #snackbarConfirmacao .snackbar-body {
           width: 60% !important;
           margin-left: 20% !important;
       }
       .twenty-four-cols .offset-xs-0 {
           margin-left: 0 !important;
       }
       .twenty-four-cols .offset-xs-1 {
           margin-left: 4.166666666666667% !important;
       }
       .twenty-four-cols .offset-xs-2 {
           margin-left: 8.333333333333334% !important;
       }
       .twenty-four-cols .offset-xs-3 {
           margin-left: 12.5% !important;
       }
       .twenty-four-cols .offset-xs-4 {
           margin-left: 16.66666666666667% !important;
       }
       .twenty-four-cols .offset-xs-5 {
           margin-left: 20.83333333333333% !important;
       }
       .twenty-four-cols .offset-xs-6 {
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-xs-7 {
           margin-left: 29.16666666666667% !important;
       }
       .twenty-four-cols .offset-xs-8 {
           margin-left: 33.33333333333334% !important;
       }
       .twenty-four-cols .offset-xs-9 {
           margin-left: 37.5% !important;
       }
       .twenty-four-cols .offset-xs-10 {
           margin-left: 41.66666666666667% !important;
       }
       .twenty-four-cols .offset-xs-11 {
           margin-left: 45.83333333333334% !important;
       }
       .twenty-four-cols .offset-xs-12 {
           margin-left: 50% !important;
       }
       .twenty-four-cols .offset-xs-13 {
           margin-left: 54.16666666666667% !important;
       }
       .twenty-four-cols .offset-xs-14 {
           margin-left: 58.33333333333334% !important;
       }
       .twenty-four-cols .offset-xs-15 {
           margin-left: 62.5% !important;
       }
       .twenty-four-cols .offset-xs-16 {
           margin-left: 66.66666666666667% !important;
       }
       .twenty-four-cols .offset-xs-17 {
           margin-left: 70.83333333333334% !important;
       }
       .twenty-four-cols .offset-xs-18 {
           margin-left: 75% !important;
       }
       .twenty-four-cols .offset-xs-19 {
           margin-left: 79.16666666666667% !important;
       }
       .twenty-four-cols .offset-xs-20 {
           margin-left: 83.33333333333334% !important;
       }
       .twenty-four-cols .offset-xs-21 {
           margin-left: 87.50000000000001% !important;
       }
       .twenty-four-cols .offset-xs-22 {
           margin-left: 91.66666666666667% !important;
       }
       .twenty-four-cols .offset-xs-23 {
           margin-left: 95.83333333333334% !important;
       }
       .twenty-four-cols .offset-xs-24 {
           margin-left: 100% !important;
       }
       .twenty-four-cols .col-xs-1 {
           max-width: 4.166666666666667% !important;
       }
       .twenty-four-cols .col-xs-2 {
           max-width: 8.333333333333334% !important;
       }
       .twenty-four-cols .col-xs-3 {
           max-width: 12.5% !important;
       }
       .twenty-four-cols .col-xs-4 {
           max-width: 16.66666666666667% !important;
       }
       .twenty-four-cols .col-xs-5 {
           max-width: 20.83333333333333% !important;
       }
       .twenty-four-cols .col-xs-6 {
           max-width: 25% !important;
       }
       .twenty-four-cols .col-xs-7 {
           max-width: 29.16666666666667% !important;
       }
       .twenty-four-cols .col-xs-8 {
           max-width: 33.33333333333334% !important;
       }
       .twenty-four-cols .col-xs-9 {
           max-width: 37.5% !important;
       }
       .twenty-four-cols .col-xs-10 {
           max-width: 41.66666666666667% !important;
       }
       .twenty-four-cols .col-xs-11 {
           max-width: 45.83333333333334% !important;
       }
       .twenty-four-cols .col-xs-12 {
           max-width: 50% !important;
       }
       .twenty-four-cols .col-xs-13 {
           max-width: 54.16666666666667% !important;
       }
       .twenty-four-cols .col-xs-14 {
           max-width: 58.33333333333334% !important;
       }
       .twenty-four-cols .col-xs-15 {
           max-width: 62.5% !important;
       }
       .twenty-four-cols .col-xs-16 {
           max-width: 66.66666666666667% !important;
       }
       .twenty-four-cols .col-xs-17 {
           max-width: 70.83333333333334% !important;
       }
       .twenty-four-cols .col-xs-18 {
           max-width: 75% !important;
       }
       .twenty-four-cols .col-xs-19 {
           max-width: 79.16666666666667% !important;
       }
       .twenty-four-cols .col-xs-20 {
           max-width: 83.33333333333334% !important;
       }
       .twenty-four-cols .col-xs-21 {
           max-width: 87.50000000000001% !important;
       }
       .twenty-four-cols .col-xs-22 {
           max-width: 91.66666666666667% !important;
       }
       .twenty-four-cols .col-xs-23 {
           max-width: 95.83333333333334% !important;
       }
       .twenty-four-cols .col-xs-24 {
           max-width: 100% !important;
       }
   }

   /*SM*/

   @media screen and (min-width: 576px) and (max-width: 768px) {
       #calendario-modal.show .calendario-body, .modal-md.show .modal-body {
           width: 80% !important;
           left: 10% !important;
       }
       #snackbar, #snackbarConfirmacao .snackbar-body {
           width: 50% !important;
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-sm-0 {
           margin-left: 0 !important;
       }
       .twenty-four-cols .offset-sm-1 {
           margin-left: 4.166666666666667% !important;
       }
       .twenty-four-cols .offset-sm-2 {
           margin-left: 8.333333333333334% !important;
       }
       .twenty-four-cols .offset-sm-3 {
           margin-left: 12.5% !important;
       }
       .twenty-four-cols .offset-sm-4 {
           margin-left: 16.66666666666667% !important;
       }
       .twenty-four-cols .offset-sm-5 {
           margin-left: 20.83333333333333% !important;
       }
       .twenty-four-cols .offset-sm-6 {
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-sm-7 {
           margin-left: 29.16666666666667% !important;
       }
       .twenty-four-cols .offset-sm-8 {
           margin-left: 33.33333333333334% !important;
       }
       .twenty-four-cols .offset-sm-9 {
           margin-left: 37.5% !important;
       }
       .twenty-four-cols .offset-sm-10 {
           margin-left: 41.66666666666667% !important;
       }
       .twenty-four-cols .offset-sm-11 {
           margin-left: 45.83333333333334% !important;
       }
       .twenty-four-cols .offset-sm-12 {
           margin-left: 50% !important;
       }
       .twenty-four-cols .offset-sm-13 {
           margin-left: 54.16666666666667% !important;
       }
       .twenty-four-cols .offset-sm-14 {
           margin-left: 58.33333333333334% !important;
       }
       .twenty-four-cols .offset-sm-15 {
           margin-left: 62.5% !important;
       }
       .twenty-four-cols .offset-sm-16 {
           margin-left: 66.66666666666667% !important;
       }
       .twenty-four-cols .offset-sm-17 {
           margin-left: 70.83333333333334% !important;
       }
       .twenty-four-cols .offset-sm-18 {
           margin-left: 75% !important;
       }
       .twenty-four-cols .offset-sm-19 {
           margin-left: 79.16666666666667% !important;
       }
       .twenty-four-cols .offset-sm-20 {
           margin-left: 83.33333333333334% !important;
       }
       .twenty-four-cols .offset-sm-21 {
           margin-left: 87.50000000000001% !important;
       }
       .twenty-four-cols .offset-sm-22 {
           margin-left: 91.66666666666667% !important;
       }
       .twenty-four-cols .offset-sm-23 {
           margin-left: 95.83333333333334% !important;
       }
       .twenty-four-cols .offset-sm-24 {
           margin-left: 100% !important;
       }
       .twenty-four-cols .col-sm-1 {
           max-width: 4.166666666666667% !important;
       }
       .twenty-four-cols .col-sm-2 {
           max-width: 8.333333333333334% !important;
       }
       .twenty-four-cols .col-sm-3 {
           max-width: 12.5% !important;
       }
       .twenty-four-cols .col-sm-4 {
           max-width: 16.66666666666667% !important;
       }
       .twenty-four-cols .col-sm-5 {
           max-width: 20.83333333333333% !important;
       }
       .twenty-four-cols .col-sm-6 {
           max-width: 25% !important;
       }
       .twenty-four-cols .col-sm-7 {
           max-width: 29.16666666666667% !important;
       }
       .twenty-four-cols .col-sm-8 {
           max-width: 33.33333333333334% !important;
       }
       .twenty-four-cols .col-sm-9 {
           max-width: 37.5% !important;
       }
       .twenty-four-cols .col-sm-10 {
           max-width: 41.66666666666667% !important;
       }
       .twenty-four-cols .col-sm-11 {
           max-width: 45.83333333333334% !important;
       }
       .twenty-four-cols .col-sm-12 {
           max-width: 50% !important;
       }
       .twenty-four-cols .col-sm-13 {
           max-width: 54.16666666666667% !important;
       }
       .twenty-four-cols .col-sm-14 {
           max-width: 58.33333333333334% !important;
       }
       .twenty-four-cols .col-sm-15 {
           max-width: 62.5% !important;
       }
       .twenty-four-cols .col-sm-16 {
           max-width: 66.66666666666667% !important;
       }
       .twenty-four-cols .col-sm-17 {
           max-width: 70.83333333333334% !important;
       }
       .twenty-four-cols .col-sm-18 {
           max-width: 75% !important;
       }
       .twenty-four-cols .col-sm-19 {
           max-width: 79.16666666666667% !important;
       }
       .twenty-four-cols .col-sm-20 {
           max-width: 83.33333333333334% !important;
       }
       .twenty-four-cols .col-sm-21 {
           max-width: 87.50000000000001% !important;
       }
       .twenty-four-cols .col-sm-22 {
           max-width: 91.66666666666667% !important;
       }
       .twenty-four-cols .col-sm-23 {
           max-width: 95.83333333333334% !important;
       }
       .twenty-four-cols .col-sm-24 {
           max-width: 100% !important;
       }
   }

   /*MD*/

   @media screen and (min-width: 768px) and (max-width: 992px) {
       #calendario-modal.show .calendario-body, .modal-md.show .modal-body {
           width: 70% !important;
           left: 15% !important;
       }
       #snackbar, #snackbarConfirmacao .snackbar-body {
           width: 50% !important;
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-md-0 {
           margin-left: 0 !important;
       }
       .twenty-four-cols .offset-md-1 {
           margin-left: 4.166666666666667% !important;
       }
       .twenty-four-cols .offset-md-2 {
           margin-left: 8.333333333333334% !important;
       }
       .twenty-four-cols .offset-md-3 {
           margin-left: 12.5% !important;
       }
       .twenty-four-cols .offset-md-4 {
           margin-left: 16.66666666666667% !important;
       }
       .twenty-four-cols .offset-md-5 {
           margin-left: 20.83333333333333% !important;
       }
       .twenty-four-cols .offset-md-6 {
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-md-7 {
           margin-left: 29.16666666666667% !important;
       }
       .twenty-four-cols .offset-md-8 {
           margin-left: 33.33333333333334% !important;
       }
       .twenty-four-cols .offset-md-9 {
           margin-left: 37.5% !important;
       }
       .twenty-four-cols .offset-md-10 {
           margin-left: 41.66666666666667% !important;
       }
       .twenty-four-cols .offset-md-11 {
           margin-left: 45.83333333333334% !important;
       }
       .twenty-four-cols .offset-md-12 {
           margin-left: 50% !important;
       }
       .twenty-four-cols .offset-md-13 {
           margin-left: 54.16666666666667% !important;
       }
       .twenty-four-cols .offset-md-14 {
           margin-left: 58.33333333333334% !important;
       }
       .twenty-four-cols .offset-md-15 {
           margin-left: 62.5% !important;
       }
       .twenty-four-cols .offset-md-16 {
           margin-left: 66.66666666666667% !important;
       }
       .twenty-four-cols .offset-md-17 {
           margin-left: 70.83333333333334% !important;
       }
       .twenty-four-cols .offset-md-18 {
           margin-left: 75% !important;
       }
       .twenty-four-cols .offset-md-19 {
           margin-left: 79.16666666666667% !important;
       }
       .twenty-four-cols .offset-md-20 {
           margin-left: 83.33333333333334% !important;
       }
       .twenty-four-cols .offset-md-21 {
           margin-left: 87.50000000000001% !important;
       }
       .twenty-four-cols .offset-md-22 {
           margin-left: 91.66666666666667% !important;
       }
       .twenty-four-cols .offset-md-23 {
           margin-left: 95.83333333333334% !important;
       }
       .twenty-four-cols .offset-md-24 {
           margin-left: 100% !important;
       }
       .twenty-four-cols .col-md-1 {
           max-width: 4.166666666666667% !important;
       }
       .twenty-four-cols .col-md-2 {
           max-width: 8.333333333333334% !important;
       }
       .twenty-four-cols .col-md-3 {
           max-width: 12.5% !important;
       }
       .twenty-four-cols .col-md-4 {
           max-width: 16.66666666666667% !important;
       }
       .twenty-four-cols .col-md-5 {
           max-width: 20.83333333333333% !important;
       }
       .twenty-four-cols .col-md-6 {
           max-width: 25% !important;
       }
       .twenty-four-cols .col-md-7 {
           max-width: 29.16666666666667% !important;
       }
       .twenty-four-cols .col-md-8 {
           max-width: 33.33333333333334% !important;
       }
       .twenty-four-cols .col-md-9 {
           max-width: 37.5% !important;
       }
       .twenty-four-cols .col-md-10 {
           max-width: 41.66666666666667% !important;
       }
       .twenty-four-cols .col-md-11 {
           max-width: 45.83333333333334% !important;
       }
       .twenty-four-cols .col-md-12 {
           max-width: 50% !important;
       }
       .twenty-four-cols .col-md-13 {
           max-width: 54.16666666666667% !important;
       }
       .twenty-four-cols .col-md-14 {
           max-width: 58.33333333333334% !important;
       }
       .twenty-four-cols .col-md-15 {
           max-width: 62.5% !important;
       }
       .twenty-four-cols .col-md-16 {
           max-width: 66.66666666666667% !important;
       }
       .twenty-four-cols .col-md-17 {
           max-width: 70.83333333333334% !important;
       }
       .twenty-four-cols .col-md-18 {
           max-width: 75% !important;
       }
       .twenty-four-cols .col-md-19 {
           max-width: 79.16666666666667% !important;
       }
       .twenty-four-cols .col-md-20 {
           max-width: 83.33333333333334% !important;
       }
       .twenty-four-cols .col-md-21 {
           max-width: 87.50000000000001% !important;
       }
       .twenty-four-cols .col-md-22 {
           max-width: 91.66666666666667% !important;
       }
       .twenty-four-cols .col-md-23 {
           max-width: 95.83333333333334% !important;
       }
       .twenty-four-cols .col-md-24 {
           max-width: 100% !important;
       }
   }

   /*LG*/

   @media screen and (min-width: 992px) {
       #calendario-modal.show .calendario-body,  .modal-md.show .modal-body{
           width: 50% !important;
           left: 25% !important;
       }
       #snackbar, #snackbarConfirmacao .snackbar-body {
           width: 40% !important;
           margin-left: 30% !important;
       }
       .twenty-four-cols .offset-lg-0 {
           margin-left: 0 !important;
       }
       .twenty-four-cols .offset-lg-1 {
           margin-left: 4.166666666666667% !important;
       }
       .twenty-four-cols .offset-lg-2 {
           margin-left: 8.333333333333334% !important;
       }
       .twenty-four-cols .offset-lg-3 {
           margin-left: 12.5% !important;
       }
       .twenty-four-cols .offset-lg-4 {
           margin-left: 16.66666666666667% !important;
       }
       .twenty-four-cols .offset-lg-5 {
           margin-left: 20.83333333333333% !important;
       }
       .twenty-four-cols .offset-lg-6 {
           margin-left: 25% !important;
       }
       .twenty-four-cols .offset-lg-7 {
           margin-left: 29.16666666666667% !important;
       }
       .twenty-four-cols .offset-lg-8 {
           margin-left: 33.33333333333334% !important;
       }
       .twenty-four-cols .offset-lg-9 {
           margin-left: 37.5% !important;
       }
       .twenty-four-cols .offset-lg-10 {
           margin-left: 41.66666666666667% !important;
       }
       .twenty-four-cols .offset-lg-11 {
           margin-left: 45.83333333333334% !important;
       }
       .twenty-four-cols .offset-lg-12 {
           margin-left: 50% !important;
       }
       .twenty-four-cols .offset-lg-13 {
           margin-left: 54.16666666666667% !important;
       }
       .twenty-four-cols .offset-lg-14 {
           margin-left: 58.33333333333334% !important;
       }
       .twenty-four-cols .offset-lg-15 {
           margin-left: 62.5% !important;
       }
       .twenty-four-cols .offset-lg-16 {
           margin-left: 66.66666666666667% !important;
       }
       .twenty-four-cols .offset-lg-17 {
           margin-left: 70.83333333333334% !important;
       }
       .twenty-four-cols .offset-lg-18 {
           margin-left: 75% !important;
       }
       .twenty-four-cols .offset-lg-19 {
           margin-left: 79.16666666666667% !important;
       }
       .twenty-four-cols .offset-lg-20 {
           margin-left: 83.33333333333334% !important;
       }
       .twenty-four-cols .offset-lg-21 {
           margin-left: 87.50000000000001% !important;
       }
       .twenty-four-cols .offset-lg-22 {
           margin-left: 91.66666666666667% !important;
       }
       .twenty-four-cols .offset-lg-23 {
           margin-left: 95.83333333333334% !important;
       }
       .twenty-four-cols .offset-lg-24 {
           margin-left: 100% !important;
       }
       .twenty-four-cols .col-lg-1 {
           max-width: 4.166666666666667% !important;
       }
       .twenty-four-cols .col-lg-2 {
           max-width: 8.333333333333334% !important;
       }
       .twenty-four-cols .col-lg-3 {
           max-width: 12.5% !important;
       }
       .twenty-four-cols .col-lg-4 {
           max-width: 16.66666666666667% !important;
       }
       .twenty-four-cols .col-lg-5 {
           max-width: 20.83333333333333% !important;
       }
       .twenty-four-cols .col-lg-6 {
           max-width: 25% !important;
       }
       .twenty-four-cols .col-lg-7 {
           max-width: 29.16666666666667% !important;
       }
       .twenty-four-cols .col-lg-8 {
           max-width: 33.33333333333334% !important;
       }
       .twenty-four-cols .col-lg-9 {
           max-width: 37.5% !important;
       }
       .twenty-four-cols .col-lg-10 {
           max-width: 41.66666666666667% !important;
       }
       .twenty-four-cols .col-lg-11 {
           max-width: 45.83333333333334% !important;
       }
       .twenty-four-cols .col-lg-12 {
           max-width: 50% !important;
       }
       .twenty-four-cols .col-lg-13 {
           max-width: 54.16666666666667% !important;
       }
       .twenty-four-cols .col-lg-14 {
           max-width: 58.33333333333334% !important;
       }
       .twenty-four-cols .col-lg-15 {
           max-width: 62.5% !important;
       }
       .twenty-four-cols .col-lg-16 {
           max-width: 66.66666666666667% !important;
       }
       .twenty-four-cols .col-lg-17 {
           max-width: 70.83333333333334% !important;
       }
       .twenty-four-cols .col-lg-18 {
           max-width: 75% !important;
       }
       .twenty-four-cols .col-lg-19 {
           max-width: 79.16666666666667% !important;
       }
       .twenty-four-cols .col-lg-20 {
           max-width: 83.33333333333334% !important;
       }
       .twenty-four-cols .col-lg-21 {
           max-width: 87.50000000000001% !important;
       }
       .twenty-four-cols .col-lg-22 {
           max-width: 91.66666666666667% !important;
       }
       .twenty-four-cols .col-lg-23 {
           max-width: 95.83333333333334% !important;
       }
       .twenty-four-cols .col-lg-24 {
           max-width: 100% !important;
       }
   }

   .twenty-four-cols {
       margin-left: 0px;
       margin-right: 0px;
   }

   .twenty-four-cols .col-xxs-1, .twenty-four-cols .col-xxs-2, .twenty-four-cols .col-xxs-3, .twenty-four-cols .col-xxs-4, .twenty-four-cols .col-xxs-5, .twenty-four-cols .col-xxs-6, .twenty-four-cols .col-xxs-7, .twenty-four-cols .col-xxs-8, .twenty-four-cols .col-xxs-9, .twenty-four-cols .col-xxs-10, .twenty-four-cols .col-xxs-11, .twenty-four-cols .col-xxs-12, .twenty-four-cols .col-xxs-13, .twenty-four-cols .col-xxs-14, .twenty-four-cols .col-xxs-15, .twenty-four-cols .col-xxs-16, .twenty-four-cols .col-xxs-17, .twenty-four-cols .col-xxs-18, .twenty-four-cols .col-xxs-19, .twenty-four-cols .col-xxs-20, .twenty-four-cols .col-xxs-21, .twenty-four-cols .col-xxs-22, .twenty-four-cols .col-xxs-23, .twenty-four-cols .col-xxs-24, .twenty-four-cols .col-xs-1, .twenty-four-cols .col-xs-2, .twenty-four-cols .col-xs-3, .twenty-four-cols .col-xs-4, .twenty-four-cols .col-xs-5, .twenty-four-cols .col-xs-6, .twenty-four-cols .col-xs-7, .twenty-four-cols .col-xs-8, .twenty-four-cols .col-xs-9, .twenty-four-cols .col-xs-10, .twenty-four-cols .col-xs-11, .twenty-four-cols .col-xs-12, .twenty-four-cols .col-xs-13, .twenty-four-cols .col-xs-14, .twenty-four-cols .col-xs-15, .twenty-four-cols .col-xs-16, .twenty-four-cols .col-xs-17, .twenty-four-cols .col-xs-18, .twenty-four-cols .col-xs-19, .twenty-four-cols .col-xs-20, .twenty-four-cols .col-xs-21, .twenty-four-cols .col-xs-22, .twenty-four-cols .col-xs-23, .twenty-four-cols .col-xs-24, .twenty-four-cols .col-sm-1, .twenty-four-cols .col-sm-2, .twenty-four-cols .col-sm-3, .twenty-four-cols .col-sm-4, .twenty-four-cols .col-sm-5, .twenty-four-cols .col-sm-6, .twenty-four-cols .col-sm-7, .twenty-four-cols .col-sm-8, .twenty-four-cols .col-sm-9, .twenty-four-cols .col-sm-10, .twenty-four-cols .col-sm-11, .twenty-four-cols .col-sm-12, .twenty-four-cols .col-sm-13, .twenty-four-cols .col-sm-14, .twenty-four-cols .col-v-15, .twenty-four-cols .col-sm-16, .twenty-four-cols .col-sm-17, .twenty-four-cols .col-sm-18, .twenty-four-cols .col-sm-19, .twenty-four-cols .col-sm-20, .twenty-four-cols .col-sm-21, .twenty-four-cols .col-sm-22, .twenty-four-cols .col-sm-23, .twenty-four-cols .col-sm-24, .twenty-four-cols .col-md-1, .twenty-four-cols .col-md-2, .twenty-four-cols .col-md-3, .twenty-four-cols .col-md-4, .twenty-four-cols .col-md-5, .twenty-four-cols .col-md-6, .twenty-four-cols .col-md-7, .twenty-four-cols .col-md-8, .twenty-four-cols .col-md-9, .twenty-four-cols .col-md-10, .twenty-four-cols .col-md-11, .twenty-four-cols .col-md-12, .twenty-four-cols .col-md-13, .twenty-four-cols .col-md-14, .twenty-four-cols .col-md-15, .twenty-four-cols .col-md-16, .twenty-four-cols .col-md-17, .twenty-four-cols .col-md-18, .twenty-four-cols .col-md-19, .twenty-four-cols .col-md-20, .twenty-four-cols .col-md-21, .twenty-four-cols .col-md-22, .twenty-four-cols .col-md-23, .twenty-four-cols .col-md-24, .twenty-four-cols .col-lg-1, .twenty-four-cols .col-lg-2, .twenty-four-cols .col-lg-3, .twenty-four-cols .col-lg-4, .twenty-four-cols .col-lg-5, .twenty-four-cols .col-lg-6, .twenty-four-cols .col-lg-7, .twenty-four-cols .col-lg-8, .twenty-four-cols .col-lg-9, .twenty-four-cols .col-lg-10, .twenty-four-cols .col-lg-11, .twenty-four-cols .col-lg-12, .twenty-four-cols .col-lg-13, .twenty-four-cols .col-lg-14, .twenty-four-cols .col-lg-15, .twenty-four-cols .col-lg-16, .twenty-four-cols .col-lg-17, .twenty-four-cols .col-lg-18, .twenty-four-cols .col-lg-19, .twenty-four-cols .col-lg-20, .twenty-four-cols .col-lg-21, .twenty-four-cols .col-lg-22, .twenty-four-cols .col-lg-23, .twenty-four-cols .col-lg-24 {
       flex: 0 0 100% !important;
       position: relative;
       width: 100%;
       padding-right: 0px;
       padding-left: 0px;
       box-sizing: border-box;
   }