:root {
  --primary-color: #bd9975;
  --secundary-color: #000000;
  --font-family: 'Poppins', sans-serif;
  --body-color: #6a0f13;
  --font-weight: 400;
  --border-radius: 20px;
}

body {
  overflow-x: hidden;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  color: var(--body-color);
  background-color: var(--primary-color);
  font-size: 1.2rem;
  line-height: 1.2;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #6a0f13;
  margin: 1em 0;
  padding: 0;
  color: #6a0f13 !important;
}



.gradientEffect {
  background: #FFFFFF;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(209, 211, 212, 1) 100%);
}

.Poppins {
  font-family: 'Poppins', 'Times New Roman', Times, serif;
}

img {
  max-width: 100%;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: #ffffff;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secundary {
  color: var(--secundary-color) !important;
}

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-secundary {
  background: var(--secundary-color) !important;
}

.bg-third {
  background: var(--body-color) !important;
}

.bl-1 {
  border-left: 1px solid var(--body-color);
}

.bg-light {
  background-color: #ededed !important;
}

.robotoBlack {
  font-family: 'Roboto Black', sans-serif;
  font-weight: 900;
}

.hr {
  border-color: var(--body-color);
  width: 120px;
  opacity: 0.6;
  margin-block: 0;
}

.box {
  padding: 5px 10px;
  border-radius: var(--border-radius);
  color: var(--primary-color);
  display: inline-block;
  width: 48%;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

section {
  padding: 80px 0;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--secundary-color) !important;
  border-color: var(--secundary-color) !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: none !important;
}

/* LOGIN PAGE */

.bootbox-form {
  padding: 0 !important;
}

.button-addToCalendar {
  font-size: 14px;
  background: var(--body-color);
  color: var(--primary-color);
  font-size: 100%;
  font-weight: bold;
  -webkit-appearance: none;
  border: 2px solid var(--primary-color);
  text-align: center;
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  transition: background 0.3s linear;
}

.button-addToCalendar:hover {
  color: var(--primary-color);
  background: var(--body-color);
  cursor: pointer !important;
}


#webinar {
  background-color: var(--body-color);
}

.img-local:after {
  content: "";
  background: url("../../img/localizacao.png") no-repeat;
  background-position: center center;
  background-size: contain;
  height: 120%;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.pagamento {
  position: relative;
}

/* 
.pagamento:after {
  content: "";
  background: url("../../img/dinheiro.png") no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: -25px;
  right: -25px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, .7) 1px 7px 20px;
  border-radius: 100%;
} */

.button-addToCalendar2 {
  background: #ffffff;
  color: var(--body-color);
  font-weight: bold;
  -webkit-appearance: none;
  text-align: center;
  border-radius: 25px;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.3s linear;
  /* border: 2px solid var(--primary-color); */
}

.button-addToCalendar2:hover {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  cursor: pointer !important;
}

.button-okay {
  font-size: 14px;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.2s linear;
}

.button-okay:hover {
  color: #ffffff;
  background: var(--primary-color);
  cursor: pointer !important;
  opacity: 0.6;
}

.button-login {
  background: var(--secundary-color);
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
}

.button-login:hover {
  background: #ffffff;
  color: var(--secundary-color);
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-register {
  background: var(--body-color);
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  transition: all 0.3s linear;
  border: 2px solid var(--primary-color);
}

.button-register:hover {
  background: #ffffff;
  color: var(--primary-color);
  cursor: pointer !important;
}

.button-pagar {
  background: var(--body-color);
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  transition: all 0.3s linear;
}

.button-pagar:hover {
  background: #ffffff;
  color: var(--body-color);
  cursor: pointer !important;
}

.button-cancel {
  font-size: 14px;
  background: #dc3545;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
}

.button-cancel:hover {
  color: #ffffff;
  background: #c82333;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

.button-rcm {
  background: var(--secundary-color);
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
}

.button-rcm:hover {
  background: var(--primary-color);
  color: #ffffff;
  cursor: pointer !important;
  transition: background 0.2s linear;
}

form {
  padding: 30px 20px;
  position: relative;
  margin-inline: auto;
}

.form-group {
  position: relative;
}

form#login {
  margin-inline: auto;
}

form#login label {
  color: #ffffff;
  font-weight: 400;
}

form#login .form-group {
  margin: 0 auto;
  margin-bottom: 1rem;
}

form#register {
  background: var(--primary-color);
  border-radius: 10px;
}

form#register .espetaculo {
  background-color: var(--primary-color);
}

form#register .visita {
  background-color: #e4e5e6;
  border-radius: 20px;
}

form#register .espetaculo label,
form#register .jantar label {
  font-weight: 400;
}

form#register {
  background-color: #d6c28d;
}

form#register .caminhada {
  background-color: #ffffff;
  border-radius: 20px;
}

input[id^="nOAcompanhantes"] {
  height: 45px;
  text-align: center;
  -moz-appearance: textfield;
  border: 3px solid var(--primary-color) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form#register label {
  color: var(--body-color);
  font-weight: bold;
}

form input,
form select {
  background: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 5px !important;
  position: relative;
  font-size: 1.2rem !important;
}

.up {
  position: relative;
  top: -.3em;
}

/* END LOGIN PAGE */

/* WEBINAR PAGE */

#headerImg {
  max-width: 100%;
}

#navbartop {
  padding: .25rem 5vh;
}

#navbarname {
  top: 48px;
  padding: .1rem 0;
}

#navbartop.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  /* font-weight: bold; */
  text-align: center;
  margin-right: 15px;
}

.nav-link.active {
  color: #f5ba30 !important;
  font-weight: bold;
}


#navbartop li.nav-item.active .nav-link,
#navbartop li.nav-item:hover,
#navbartop.navbar-dark .navbar-nav .nav-link:hover {
  font-weight: bold;
  color: var(--primary-color) !important;
}

.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

.navbar-dark .navbar-toggler:focus {
  outline: none;
}

.bg-chat {
  background: #f6f9f9;
  height: 100%;
  padding: 0 2vw;
  position: relative;
}

.bg-chat .title {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  padding: 25px;
  position: relative;
}

.bg-chat .title:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #4d4d4d;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bg-chat .description {
  color: #4d4d4d;
  text-align: center;
  padding-top: 20px;
}

.bg-chat .formChat {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding: 0 2vw;
}

.bg-chat .formChat #comentario {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  width: 100%;
  color: var(--secundary-color);
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none;
}

.bg-chat .formChat #comentario:focus {
  outline: none !important;
  border: 1px solid #4d4d4d;
}

.bg-chat .formChat #comentario-btn {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  width: 100%;
  color: #4d4d4d;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  padding: 6px 10px;
}

.bg-chat .formChat #comentario-btn:hover {
  border: 1px solid #4d4d4d;
  cursor: pointer;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4d4d4d !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4d4d4d !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4d4d4d !important;
}

/* END WEBINAR PAGE */

/* DASHBOARD PAGE */

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  font: normal normal normal 1rem/1 FontAwesome !important;
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
  white-space: nowrap;
}

#dashboard {
  background: #fff;
  padding: 20px;
}

body.dashboard .box {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

body.dashboard #dashboard .button-okay,
body.dashboard #dashboard .button-cancel {
  padding: 5px 10px;
  display: inline-block;
}

#dashboard select {
  background: #ededed url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard input {
  background: #ededed;
  border-color: #ededed;
  border-radius: 0;
}

#dashboard #usersTable tr th {
  border: none;
  background: #5e5e5e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

#dashboard #usersTable tr td {
  white-space: nowrap;
}

#dashboard #usersTable tr:nth-child(even) td {
  background: #ededed;
}

#dashboard #usersTable tr td button {
  font-size: 12px !important;
  padding: 5px 20px !important;
  margin-right: 5px;
}

#dashboard #usersTable tr td button:last-child {
  margin-right: 0;
}

#dashboard .pagination {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#dashboard .pagination .page-item.active .page-link {
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  color: #fff;
}

#dashboard .pagination .page-item .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  border-radius: 0;
}

/* END DASHBOARD PAGE */

/* FOOTER */

footer {
  padding: 20px 0;
  color: var(--body-color);
  font-size: 12px;
  background-color: #000000;
}

.link-foot {
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: underline;
}

.link-foot:hover {
  text-decoration: none;
  color: #ffffff;
}

.w-md-auto {
  width: auto;
}

/* FOOTER */

.bootbox-body {
  color: var(--body-color);
}

@media only screen and (max-width: 768px) {
  .jeans {
    left: unset;
    display: block;
    text-align: center;
  }

  .bg-chat .formChat #comentario-btn {
    margin-top: 10px;
  }

  .box {
    width: 100%;
  }

  form .button-addToCalendar {
    font-size: 100%;
  }

  form .button-addToCalendar img {
    max-width: 20px !important;
    margin-right: 15px !important;
  }

  .bl-1 {
    border: none;
  }
}

@media only screen and (max-width: 991px) {
  .bl-1 {
    border: none;
  }
}