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

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: rgb(255 140 20);
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: rgb(144 0 61);
  -webkit-border-radius: 0px;
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fontes/Poppins-Light.ttf");
}

@font-face {
  font-family: Poppins-Regular;
  src: url("../fontes/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fontes/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fontes/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fontes/Poppins-Bold.ttf");
}

@font-face {
  font-family: montserrat-Regular;
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat'), url("../fontes/Montserrat-Regular.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-Italic;
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat'), url("../fontes/Montserrat-Italic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-Thin;
  font-style: normal;
  font-weight: 250;
  src: local('Montserrat'), url("../fontes/Montserrat-Thin.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-ThinItalic;
  font-style: italic;
  font-weight: 250;
  src: local('Montserrat'), url("../fontes/Montserrat-ThinItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-ExtraLight;
  font-style: normal;
  font-weight: 275;
  src: local('Montserrat'), url("../fontes/Montserrat-ExtraLight.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-ExtraLightItalic;
  font-style: italic;
  font-weight: 275;
  src: local('Montserrat'), url("../fontes/Montserrat-ExtraLightItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-Light;
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat'), url("../fontes/Montserrat-Light.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-LightItalic;
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat'), url("../fontes/Montserrat-LightItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-Medium;
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat'), url("../fontes/Montserrat-Medium.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-MediumItalic;
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat'), url("../fontes/Montserrat-MediumItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat'), url("../fontes/Montserrat-SemiBold.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-SemiBoldItalic;
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat'), url("../fontes/Montserrat-SemiBoldItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-Bold;
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat'), url("../fontes/Montserrat-Bold.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-BoldItalic;
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat'), url("../fontes/Montserrat-BoldItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-ExtraBold;
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat'), url("../fontes/Montserrat-ExtraBold.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-ExtraBoldItalic;
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat'), url("../fontes/Montserrat-ExtraBoldItalic.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-Black;
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat'), url("../fontes/Montserrat-Black.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: montserrat-BlackItalic;
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat'), url("../fontes/Montserrat-BlackItalic.woff") format('woff');
  font-display: swap;
}

* {
  font-family:'Montserrat', sans-serif;
  font-display:swap
}

.ff-light {
  font-family: Montserrat-Light;
}

.ff-regular {
  font-family: Montserrat-Regular;
}

.ff-medium {
  font-family: Montserrat-Medium;
}

.ff-semibold {
  font-family: Montserrat-SemiBold;
}

.ff-bold {
  font-family: Montserrat-Bold;
}

.fs-08 {
  font-size: .8rem;
}

.fs-09 {
  font-size: .9rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-1 {
  font-size: 1.1rem;
}

.fs-1-2 {
  font-size: 1.2rem;
}

.fs-1-3 {
  font-size: 1.3rem;
}

.fs-1-4 {
  font-size: 1.4rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-1-6 {
  font-size: 1.6rem;
}

.fs-1-7 {
  font-size: 1.7rem;
}

.fs-1-8 {
  font-size: 1.8rem;
}

.fs-1-9 {
  font-size: 1.9rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-2-5 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-3-5 {
  font-size: 3.5rem;
}

.fs-4 {
  font-size: 4rem;
}

.fs-4-5 {
  font-size: 4.5rem;
}

.fs-5 {
  font-size: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat-Bold;
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  h1 {
    font-size: 2.06rem;
  }
  h2 {
    font-size: 1.86rem;
  }
  h3 {
    font-size: 1.67rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.35rem;
  }
  h6 {
    font-size: 1.22rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 2.29rem;
  }
  h2 {
    font-size: 2.06rem;
  }
  h3 {
    font-size: 1.86rem;
  }
  h4 {
    font-size: 1.67rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.55rem;
  }
  h2 {
    font-size: 2.29rem;
  }
  h3 {
    font-size: 2.06rem;
  }
  h4 {
    font-size: 1.86rem;
  }
  h5 {
    font-size: 1.67rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 2.83rem;
  }
  h2 {
    font-size: 2.55rem;
  }
  h3 {
    font-size: 2.29rem;
  }
  h4 {
    font-size: 2.06rem;
  }
  h5 {
    font-size: 1.86rem;
  }
  h6 {
    font-size: 1.67rem;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 3.15rem;
  }
  h2 {
    font-size: 2.83rem;
  }
  h3 {
    font-size: 2.55rem;
  }
  h4 {
    font-size: 2.29rem;
  }
  h5 {
    font-size: 2.06rem;
  }
  h6 {
    font-size: 1.86rem;
  }
}

@media (min-width: 1600px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3.15rem;
  }
  h3 {
    font-size: 2.83rem;
  }
  h4 {
    font-size: 2.55rem;
  }
  h5 {
    font-size: 2.29rem;
  }
  h6 {
    font-size: 2.06rem;
  }
}

.b-square {
  border-radius: 0px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

.icon-90 {
  width: 90px;
  height: 90px;
}

.icon-100 {
  width: 100px;
  height: 100px;
}

.icon-150 {
  width: 150px;
  height: 150px;
}

.bg-blue {
  background-color: rgb(144 0 61);
}

.text-blue {
  color: rgb(144 0 61);
}

.text-blue:hover {
  color: #152538;
}

.border-blue {
  border-color: rgb(144 0 61);
}

.circle-rounded {
  border-radius: 100%;
  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;
}

a:hover {
  text-decoration: none;
}

form.form-1 label {
  font-family: Montserrat-Bold;
  color: #FFFFFF;
}

form.form-1 .form-control {
  outline: none;
  border-radius: 0px;
  background-color: #FFFFFF;
  border: none;
  padding: .45rem .85rem;
  color: rgb(144 0 61);
}

form.form-1 .form-control:not(textarea):not([type="checkbox"]):not([type="radio"]) {
  height: 50px;
}

form.form-1 .form-control:not([type="checkbox"]):not([type="radio"]).error {
  border-style: solid;
  border-width: 2px;
}

form.form-1 .form-control:input[type="checkbox"].error, form.form-1 .form-control:input[type="radio"].error {
  color: #DC3545;
}

form.form-1 .form-control::-webkit-input-placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-1 .form-control:-ms-input-placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-1 .form-control::-ms-input-placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-1 .form-control::placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-1 .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 58, 116, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 58, 116, 0.25);
}

form.form-2 label {
  font-family: Montserrat-SemiBold;
  color: #2C2746;
}

form.form-2 .form-control {
  outline: none;
  border-radius: 4px;
  background-color: #F0F0F0;
  border: none;
  padding: .45rem .85rem;
  color: rgb(144 0 61);
}

form.form-2 .form-control:not(textarea):not([type="checkbox"]):not([type="radio"]) {
  height: 50px;
}

form.form-2 .form-control:not([type="checkbox"]):not([type="radio"]).error {
  border-style: solid;
  border-width: 2px;
}

form.form-2 .form-control:input[type="checkbox"].error, form.form-2 .form-control:input[type="radio"].error {
  color: #DC3545;
}

form.form-2 .form-control::-webkit-input-placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-2 .form-control:-ms-input-placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-2 .form-control::-ms-input-placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-2 .form-control::placeholder {
  font-family: Montserrat-Bold;
  color: #C4C4C4;
}

form.form-2 .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(22, 58, 116, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(22, 58, 116, 0.25);
}

form .form-busca-conjunto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .form-busca-conjunto .btn-busca {
  width: 50px;
  margin-right: -50px;
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

form .form-busca-conjunto .btn-busca::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f002';
  color: #707070;
}

form .form-busca-conjunto .btn-busca::after {
  content: '|';
  position: absolute;
  right: 0;
  color: #c5c5c5;
  top: calc(50% - 11px);
}

form .form-busca-conjunto .btn-send {
  width: 50px;
  margin-right: -50px;
  z-index: 1;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

form .form-busca-conjunto .btn-send::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f1d8';
  color: #1DB0E5;
}

form .form-busca-conjunto .btn-send::after {
  content: '|';
  position: absolute;
  right: 0;
  color: #c5c5c5;
  top: calc(50% - 11px);
}

form .form-busca-conjunto .input-busca {
  padding-left: 55px;
}

form [disabled] {
  opacity: .75 !important;
  cursor: not-allowed;
}

form [disabled]:not(button) {
  background-color: #f0f0f0 !important;
}

.btn.btn-1 {
  border-radius: 0px;
  min-height: 61px;
  padding: .05rem 1rem;
  min-width: 150px;
  font-family: Montserrat-Bold;
  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;
}

.btn.btn-1.min {
  min-width: 90px;
  padding: .15rem 0.45rem;
  min-height: 45px;
  font-size: .9rem;
}

.btn.btn-1.btn-secondary {
  -webkit-box-shadow: 8px 8px 0px -3px rgb(144 0 61);
          box-shadow: 8px 8px 0px -3px rgb(144 0 61);
}

.btn.btn-1.btn-blue {
  background-color: #1DB0E5;
  color: #FFFFFF;
  -webkit-box-shadow: 8px 8px 0px -3px rgb(144 0 61);
          box-shadow: 8px 8px 0px -3px rgb(144 0 61);
}

.btn.btn-2 {
  border-radius: 3px;
  min-height: 48px;
  padding: .05rem 1rem;
  min-width: 128px;
  font-family: Montserrat-Bold;
}

.btn.btn-3 {
  border-radius: 7px;
  padding: .55rem 1.1rem;
  min-height: 54px;
  font-family: Montserrat-Bold;
  font-size: 1.05rem;
  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;
  border-width: 2px;
}

.btn.btn-4 {
  border-radius: 0px;
  padding: .35rem .55rem;
  font-family: Montserrat-Bold;
  font-size: .9rem;
  border-width: 2px;
}

.swal2-popup {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.27);
}

.swal2-popup .swal2-actions button {
  border-radius: 0px !important;
  min-height: 61px;
  padding: .05rem 1rem;
  min-width: 150px;
  font-family: Montserrat-Bold;
  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;
}

.loadingoverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.modal.modal-default {
  padding: 0px;
}

.modal.modal-default.min .modal-dialog {
  max-width: 580px;
}

.modal.modal-default .modal-content {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.27);
  border: none;
  padding: 2rem 2.5rem;
  max-height: 90vh;
}

.modal.modal-default .modal-content .modal-header {
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}

.modal.modal-default .modal-content .modal-header button.close {
  outline: none !important;
}

.modal.modal-default .modal-content .modal-header button.close:hover {
  color: rgb(144 0 61);
}

.modal.modal-default .modal-content .modal-body {
  max-height: 700px;
  overflow-y: auto;
  padding: 0px;
}

.modal.modal-default .modal-content .modal-body.bg-cinza {
  background-color: #f3f3f3;
}

#content-login {
  min-height: 100vh;
  width: 40%;
}

.banner-login {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/layout/banner-principal-seminario-1080x358.webp");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 0px;
  padding: 3rem;
}

.banner-login img {
  max-height: 520px;
}

header.menu-lateral {
  z-index: 20;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgb(255 140 20);
  padding-bottom: 5rem;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

header.menu-lateral.max {
  width: 279px;
}

header.menu-lateral.max .col-dev-por {
  padding-right: 2px;
}

header.menu-lateral.max .col-dev {
  padding-left: 2px;
}

header.menu-lateral.max nav.nav-principal ul {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

header.menu-lateral.max nav.nav-principal ul li {
  font-size: 1.05rem;
}

header.menu-lateral.max nav.nav-principal ul li.active a {
  margin-left: -9px;
}

header.menu-lateral.max nav.nav-principal ul li.active a .titulo {
  font-family: Montserrat-Bold;
}

header.menu-lateral.max nav.nav-principal ul li i {
  width: 15px;
}

header.menu-lateral.max nav.nav-principal ul li .titulo {
  font-family: Montserrat-Medium;
  margin-left: 10px;
}

header.menu-lateral.min {
  width: 64px;
}

header.menu-lateral.min nav.nav-principal ul {
  padding-left: .75rem;
  padding-right: .75rem;
}

header.menu-lateral.min nav.nav-principal ul li {
  text-align: center;
}

header.menu-lateral.min nav.nav-principal ul li i {
  font-size: 1.2rem;
}

header.menu-lateral.min nav.nav-principal ul li .titulo {
  display: none;
}

header.menu-lateral nav.nav-principal ul {
  margin-bottom: 0rem;
  list-style: none;
}

header.menu-lateral nav.nav-principal ul li {
  margin-bottom: 1rem;
}

header.menu-lateral nav.nav-principal ul li i {
  color: rgb(144 0 61);
}

header.menu-lateral nav.nav-principal ul li .titulo {
  color: #FFFFFF;
}

header.menu-lateral nav.nav-principal ul li.active a {
  padding: .45rem .75rem;
  background-color: rgb(144 0 61);
  border-radius: 19px;
}

header.menu-lateral nav.nav-principal ul li.active i {
  color: rgb(255, 255, 255);
}

header.menu-lateral nav.nav-principal ul li.active .titulo {
  color: rgb(255, 255, 255);
}

header.menu-lateral .troca-width-menu-lateral {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.27);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.menu-lateral .troca-width-menu-lateral.diminui::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f060';
  font-weight: 900;
  font-size: 1.25rem;
  color: #FFFFFF;
}

header.menu-lateral .troca-width-menu-lateral.aumenta::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f061';
  font-weight: 900;
  font-size: 1.25rem;
  color: #FFFFFF;
}

main#content-painel {
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

main#content-painel.max {
  margin-left: 64px;
  width: calc(100% - 64px);
}

main#content-painel.min {
  margin-left: 279px;
  width: calc(100% - 279px);
}

header.menu-topo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/layout/painel-inscrito/banner-fixo.jpg");
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  header.menu-topo {
    min-height: 256px;
    background-image: url("../images/layout/painel-inscrito/banner-desk-mobile.png");
  }
}

header.menu-topo #icon-logo {
  max-height: 76px;
}

header.menu-topo #titulo-logo {
  max-height: 98px;
}

header.menu-topo nav.nav-topo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0rem;
  list-style: none;
}

header.menu-topo nav.nav-topo ul li {
  font-size: 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem .5rem;
}

header.menu-topo nav.nav-topo ul li a {
  color: rgb(144 0 61);
  font-family: Montserrat-SemiBold;
}

header.topo-admin {
  background-position: 0% 100%;
  /*background-size: contain;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/layout/painel-inscrito/banner-desk.jpg");


  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 540px;
}

.show-menu-mobile{
  display: none;
}

@media (max-width: 767px) {
  header.topo-admin {
    min-height: 256px;
    background-image: url("../images/layout/painel-inscrito/banner-desk-mobile.png");
    background-position: center;
  }
  .hide-menu-mobile{
    display: none;
  }
  .show-menu-mobile{
    display: inline-block;
    background-color:rgb(255 140 20);
    padding-top: 1em;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  header.topo-admin {
    min-height: 493px;
    /*background-image: url("../img/painel/banner-992.png");*/
    background-image: url("../images/layout/painel-inscrito/banner-desk.jpg");
    background-position: center;
  }
  .hide-menu-mobile{
    display: none;
  }
  .show-menu-mobile{
    display: inline-block;
    background-color:rgb(255 140 20);
    padding-top: 1em;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  header.topo-admin {
    min-height: 420px;
    /*background-image: url("../img/painel/banner-1600.png");*/
    background-image: url("../images/layout/painel-inscrito/banner-desk.jpg");
    background-position: 70% 0%;
  }
}

header.topo-admin #icon-logo {
  max-height: 400px;
}

header.topo-admin #titulo-logo {
  max-height: 400px;
}

nav.nav-topo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  padding-left: 0rem;
  list-style: none;
}

nav.nav-topo ul li {
  font-size: 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem .5rem;
}

nav.nav-topo ul li a {
  color: rgb(144 0 61);
  font-family: Montserrat-SemiBold;
}

.icon-sobreposto {
  position: relative;
}

.icon-sobreposto i {
  font-size: 1.4rem;
}

.icon-sobreposto .sobreposicao {
  position: absolute;
  height: 19px;
  width: 19px;
  border-radius: 100%;
  padding: .25rem;
  top: -8px;
  right: -5px;
  font-size: .65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat-Bold;
}

.padding-x-content-main {
  padding-left: 2rem;
  padding-right: 2rem;
}

.main-content {
  min-height: 95vh;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.img-perfil {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.img-perfil.perfil-1 {
  width: 44px;
  height: 44px;
}

.img-perfil.perfil-2 {
  width: 35px;
  height: 35px;
}

.img-perfil.perfil-3 {
  width: 92px;
  height: 92px;
}

.img-perfil.perfil-4 {
  width: 100%;
  height: 190px;
  border-radius: 0px !important;
}

.perfis-sobrepostos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.perfis-sobrepostos .img-perfil {
  margin-left: -5px;
}

.underline {
  text-decoration: underline;
}

.drop-1 {
  width: 220px;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 0px 10.5px -3.5px #a6a6a6;
          box-shadow: 0px 0px 10.5px -3.5px #a6a6a6;
  border: 0;
  border-radius: 5px;
}

.drop-1 .dropdown-item {
  padding: 0px;
  padding: .5rem;
  color: #2C2746;
  font-family: Montserrat-SemiBold;
  font-size: .9rem;
}

.drop-1 .dropdown-item i {
  width: 20px;
}

.drop-1 .dropdown-item:last-child {
  margin-bottom: 0rem;
}

.drop-2 {
  width: 250px;
  padding: .75rem 2rem;
  background-color: #1DB0E5;
}

.drop-2 .dropdown-item {
  white-space: unset;
  word-break: break-word;
  border-bottom: solid 1px rgb(255 140 20);
  padding: .25rem;
}

nav.nav-1 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.nav-1 ul li {
  padding: .35rem;
  width: 100%;
  text-align: center;
  background-color: rgb(255 140 20);
}

nav.nav-1 ul li a {
  color: #FFFFFF;
  font-family: Montserrat-SemiBold;
  font-size: .9rem;
  height: 100%;
}

nav.nav-1 ul li.active {
  margin-top: -14px;
  background-color: rgb(144 0 61);
}

nav.nav-2 a {
  color: #707070;
  font-family: Montserrat-Bold;
  margin: 0rem .25rem;
  padding: .25rem;
}

nav.nav-2 a:hover {
  color: rgb(144 0 61);
}

nav.nav-2 a.active {
  color: rgb(144 0 61);
  border-bottom: solid 3px rgb(144 0 61);
}

.card-evento.card-1 {
  width: 450px;
}

.card-evento.card-1 .capa {
  height: 260px;
}

.card-evento.card-2 {
  width: 300px;
}

.card-evento.card-2 .capa {
  height: 173px;
}

.card-evento .capa {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.card-evento .capa .overlay {
  position: absolute;
  margin: .95rem;
}

.card-evento .capa .overlay.bottom {
  bottom: 0;
}

.card-evento .capa .overlay.left {
  left: 0;
}

.card-evento .capa .overlay.right {
  right: 0;
}

.card-evento .capa .overlay.top {
  top: 0;
}

.card-evento .titulo {
  font-size: 1.05rem;
  font-family: Montserrat-Bold;
  margin-bottom: .45rem;
}

.card-evento .infos {
  font-size: .95rem;
  font-family: Montserrat-Medium;
  margin-bottom: .25rem;
}

.embed-chat {
  max-width: 100%;
  width: 330px;
  height: 62vh;
}

.embed-video {
  width: 100%;
  height: 62vh;
  position: relative;
}

.embed-video .idiomas {
  position: absolute;
  right: 0;
  margin: 1rem;
}

.idiomas {
  background-color: rgba(52, 52, 52, 0.98);
  width: 150px;
  text-align: center;
  padding: .75rem 1rem;
}

.drop-idiomas {
  background-color: rgb(255 140 20);
  width: 150px;
  padding: 0rem !important;
  min-width: unset;
  border-radius: 0px;
  margin-top: -1px;
}

.drop-idiomas .dropdown-item {
  margin: 0px;
  padding: .75rem 1rem;
  color: #FFFFFF;
  font-size: .75rem;
  word-wrap: break-word;
}

.drop-idiomas .dropdown-item:hover {
  color: rgb(144 0 61);
  font-family: Montserrat-Bold;
}

.owl-patrocinadores {
  position: relative;
}

.owl-patrocinadores.owl-master {
  max-width: 100%;
  width: 320px;
}

.owl-patrocinadores .patrocinador-owl {
  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;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 96px;
  width: 96px;
}

.owl-patrocinadores .owl-stage-outer {
  margin: 0px 32px;
}

.owl-patrocinadores .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  height: 100px;
  top: 0;
  margin: 0px;
  width: 100%;
}

.owl-patrocinadores .owl-nav button {
  height: 100%;
  background-color: #C6C6C6 !important;
  outline: none;
  width: 22px;
  margin: 0px !important;
}

.owl-patrocinadores .owl-nav button span {
  font-size: 1.5rem;
}

.exposicao-patrocinadores {
  max-width: 100%;
  width: 1010px;
}

.patrocinador {
  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;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  margin: 20px 20px;
}

.border-moldura {
  border-style: solid;
  border-width: 4px;
}

.img-palestrante-1 {
  width: 158px;
  height: 158px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-content.tipo-1 {
  padding: 1.5rem;
  border-radius: 10px;
}

.shadow-1 {
  -webkit-box-shadow: 0px 0px 7.75px -3.25px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7.75px -3.25px rgba(0, 0, 0, 0.3);
}

.nav-institucional {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 942px) and (max-width: 1600px) {
  .nav-institucional {
    width: 600px;
  }
}

.nav-institucional .nav-link {
  width: 166px;
  height: 166px;
  border-width: 4px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: rgb(144 0 61);
  font-size: 1rem;
  font-family: Montserrat-Medium;
  text-align: center;
  margin: 10px 15px;
  border-radius: 0px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-institucional .nav-link i {
  width: 100%;
  font-size: 4rem;
}

.nav-institucional .nav-link.active {
  color: rgb(144 0 61);
  border-color: rgb(144 0 61);
}

.faq .card {
  background-color: #FFFFFF;
  border: solid 1px #C6C6C6 !important;
  border-radius: 9px;
  padding: 1.5rem;
  margin-bottom: .75rem;
}

.faq .card .card-header {
  background-color: transparent;
  border: none !important;
  padding: 0px;
}

.faq .card .card-header .btn-link {
  border-radius: 0px !important;
  padding: 0 !important;
  font-size: 1rem;
  white-space: unset;
  width: 90%;
  font-family: Montserrat-Bold;
  color: #4E4E4E;
  text-decoration: none;
}

.faq .card .card-header .btn-link.collapsed::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 24px;
  color: #707070 !important;
  font-size: 1.25rem;
  top: 22px;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.faq .card .card-header .btn-link::after {
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 24px;
  color: #1DB0E5 !important;
  font-size: 1.25rem;
  top: 22px;
}

.faq .card .card-body {
  margin-top: 1rem;
  padding: 0rem;
  width: 100%;
  font-family: Montserrat-Medium;
  color: #909090;
  font-size: 1rem;
}

.card-networking {
  padding-top: 62px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  height: 100%;
  min-width: 225px;
  max-width: 100%;
  position: relative;
}

.card-networking::before {
  /*content: url("../img/painel/icon-card-1.svg");*/
  /*content: url("../img/painel/icon-card-1.png");*/
  height: 32px;
  position: absolute;
  top: 12px;
  left: 20px;
}

.card-networking::after {
  /*content: url("../img/painel/icon-card-2.svg");*/
  /*content: url("../img/painel/icon-card-2.png");*/
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.card-networking.palestrante {
  background-color: #1DB0E5;
}

.card-networking.palestrante::before {
  content: url("../img/painel/icon-card-1-white.svg");
  height: 32px;
  position: absolute;
  top: 12px;
  left: 20px;
}

.card-networking .overlay-palestrante {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 5px;
  top: 0px;
  background: url("../img/painel/frase-palestrante.png") 100% 50%/contain no-repeat;
}

#modal-perfil .modal-content {
  width: 470px;
  max-width: 100%;
  padding: 0rem;
  border-radius: 0px;
}

#modal-perfil .modal-body, #modal-perfil .modal-footer {
  padding: 1rem;
}

#modal-perfil .modal-body {
  /*background: url("../img/painel/icon-modal-1.svg") 0% 0%/180px no-repeat;*/
  /*background: url("../img/painel/icon-modal-1.png") 0% 0%/180px no-repeat;*/
}

#modal-perfil .modal-footer {
  /*background: url("../img/painel/icon-modal-2.svg") 0% 0%/contain no-repeat;*/
  /*background: url("../img/painel/icon-modal-2.png") 0% 0%/contain no-repeat;*/
  background-color: #E5E5E5;
}

.sec-chat .conteudo-chat {
  height: 100%;
  background-color: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 225px;
}

.sec-chat .conteudo-chat::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sec-chat .conteudo-chat::-webkit-scrollbar-button:start:decrement,
.sec-chat .conteudo-chat ::-webkit-scrollbar-button:end:increment {
  display: none;
}

.sec-chat .conteudo-chat::-webkit-scrollbar-track-piece {
  background-color: #adadad;
  -webkit-border-radius: 0px;
}

.sec-chat .conteudo-chat::-webkit-scrollbar-thumb:vertical {
  background-color: #686868;
  -webkit-border-radius: 10px;
}

.sec-chat .mensagens {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sec-chat .mensagens .mensagem {
  border-top: 1px #e7e7e7;
  padding: .75rem .75rem;
}

.sec-chat .mensagens .mensagem.active {
  background-color: #e7e7e7;
}

.sec-chat .chat {
  height: 100%;
  position: relative;
  padding: 1.5rem;
}

.sec-chat .chat .conversa {
  padding: 0rem 1rem;
  overflow-y: auto;
}

.sec-chat .chat .conversa::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sec-chat .chat .conversa::-webkit-scrollbar-button:start:decrement,
.sec-chat .chat .conversa ::-webkit-scrollbar-button:end:increment {
  display: none;
}

.sec-chat .chat .conversa::-webkit-scrollbar-track-piece {
  background-color: #adadad;
  -webkit-border-radius: 0px;
}

.sec-chat .chat .conversa::-webkit-scrollbar-thumb:vertical {
  background-color: #3568c7;
  -webkit-border-radius: 10px;
}

.sec-chat .chat .conversa .mensagem {
  width: 85%;
  margin-bottom: 1rem;
}

.sec-chat .chat .conversa .mensagem.autor {
  margin-left: auto;
}

.sec-chat .chat .conversa .mensagem.autor .balao {
  margin-left: -8px;
  background-color: rgba(11, 115, 246, 0.25);
}

.sec-chat .chat .conversa .mensagem.autor .balao::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 8px solid rgba(11, 115, 246, 0.25);
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(11, 115, 246, 0.25);
  border-bottom: 8px solid transparent;
  right: 7px;
  top: 0px;
}

.sec-chat .chat .conversa .mensagem.not-autor .balao {
  margin-left: 8px;
  background-color: rgba(94, 104, 116, 0.137);
}

.sec-chat .chat .conversa .mensagem.not-autor .balao::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid rgba(94, 104, 116, 0.137);
  border-top: 8px solid rgba(94, 104, 116, 0.137);
  border-bottom: 8px solid transparent;
  left: 7px;
  top: 0px;
}

.sec-chat .chat .conversa .mensagem .balao {
  padding: 1rem;
  width: 100%;
  margin-bottom: .5rem;
}

.sec-chat .chat .conversa .mensagem .balao span {
  font-size: .95rem;
  font-family: Montserrat-Medium;
}

.sec-chat .chat .envio-mensagem {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
}

@media (max-width: 575px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .padding-x-content-main {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .card-evento.card-1 {
    width: 225px;
  }
  .card-evento.card-1 .capa {
    height: 130px;
  }
  .card-evento.card-2 {
    width: 225px;
  }
  .card-evento.card-2 .capa {
    height: 130px;
  }
}

@media (max-width: 767px) {
  #content-login {
    width: 100%;
  }
  .banner-login {
    display: none;
  }
  nav.nav-1 ul {
    display: block;
  }
  .owl-patrocinadores.owl-master {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  header.menu-topo {
    z-index: 10;
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    height: 120px;
    position: fixed;
  }
  header.menu-topo.max {
    left: 64px;
    width: calc(100% - 64px);
  }
  header.menu-topo.min {
    left: 279px;
    width: calc(100% - 279px);
  }
  .main-content {
    top: 120px;
    position: relative;
  }
  .drop-2 {
    width: 480px;
  }
}

@media (max-width: 991px) {
  header.menu-topo.min, header.menu-topo.max  {
    width: 100%;
    position: relative;
    left:0px;
  }
  main#content-painel.min {
    margin-left: 64px;
    width: calc(100% - 64px);
  }
  .embed-video {
    height: 35vh;
  }
  .embed-chat {
    width: 100%;
    height: 40vh;
  }
  .sec-chat .chat {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    background: white;
    z-index: 200;
    padding: 1rem;
    max-height: unset !important;
  }
  .sec-chat .chat .conversa {
    height: calc(100vh - 150px) !important;
    padding: 1rem;
  }
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1360px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
