.divBgImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title-event {
  font-family: "Morganite";
  color: var(--LOGON_COLOR_TXT_INFO_LATERAL);
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
}

.title-event span {
  color: var(--LOGON_COLOR_1);
}

.eventTextContainer {
  overflow-y: auto;
  direction: rtl;
  max-width: 85vw;
  max-height: 40vh;
}

/* scroll */
.eventTextWrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.eventTextWrapper ::-webkit-scrollbar-track {
  box-shadow: 0 0 6px #686868;
  border-radius: 4px;
  background: #686868;
}

.eventTextWrapper ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 1px #ffffff;
  -webkit-box-shadow: 0 0 1px #ffffff;
}
/* SCROLL */

.eventDate {
  border: 2px solid var(--LOGON_COLOR_1);
  display: inline-block;
  padding: 5px;
  color: var(--LOGON_COLOR_TXT_INFO_LATERAL);
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-size: 36px;
  line-height: 44px;
  
  font-weight: bold;
}

.textCopy {
  
  font-size: 12px;
  color: white;
}

.rowIcons a,
.rowIcons i {
  color: var(--LOGON_COLOR_1);
  font-size: 1.5rem;
}
.rowIcons > i:last-child {
  margin-right: 0;
}

/* .rowForm {
  margin-top: 20vh;
} */

.formTitle {
  font-size: 18px;
  
  font-weight: bolder;
  text-transform: uppercase;
}

.formWrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.formLogin {
  
  text-align: left;
}

.formLogin input[type="text"],
.formLogin input[type="email"],
.formLogin input[type="password"] {
  background-color: #eee;
  /*   border-left: none; */
  outline: none;
  border: none;
  box-shadow: inset 0 -1px 0 #eee;
}

.formLogin .input-group-text {
  background-color: #eee;
  border: none;
  color: #999999;
}

.formLogin ::placeholder {
  color: #999999;
}

.text-create-account {
  
  color: var(--LOGON_COLOR_TXT_FORM);
}

.text-create-account a {
  color: var(--LOGON_COLOR_TXT_FORM);
  text-decoration: underline;
  font-weight: bold;
}

.link-termos {
  
  font-size: 12px;
}

.link-termos ol {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.link-termos a {
  color: var(--LOGON_COLOR_TXT_FORM);
}

.link-termos .breadcrumb-item+.breadcrumb-item::before {
  color:var(--LOGON_COLOR_TXT_FORM);
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .title-event {
    font-size: 100px;
    line-height: 76px;
  }

  .eventTextContainer {
    max-width: 500px;
    max-height: 320px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .title-event {
    font-size: 100px;
    line-height: 76px;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-event {
    font-size: 100px;
    line-height: 76px;
  }
}
@media (min-width: 1600px) {
  .title-event {
    font-size: 134px;
    line-height: 110px;
  }
}
