/*
    custom css
*/
html {
  height: 100%;
}
body {
  background-color: var(--color-red-natal);
  background-image: url(../img/fundo-padrao-2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}

:root {
  --accent-color: #f28003;
  --select-arrow: var(--accent-color);
  --color-red: #ff7675;
  --color-blue: #0984e3;
  --color-green: #00b894;
  --color-yellow: #fdcb6e;
  --color-red-natal: #38000c;
}
#planos-hospedagem {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.planos-grid-item {
}
.planos-grid-item img {
  width: 100%;
}
.planos-grid-item:hover img {
  will-change: opacity;
  transition: opacity 0.2s ease;
  opacity: 0.8;
}

#acoes-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top:15px;
}
#acoes-container button {
 
  background-color: #860607;
  color: #fff;
  padding: 8px;
  transition: all 0.3s ease;
  width: 65%;
  margin: 15px auto 5px auto;
  
}
#cadastrar:hover,
#ver-lojas:hover,
#btn-input-cadastrar:hover {
  background-color: #5e1a1a !important;
  
}

.acoes-menu {
  position: fixed;
  top: 0;

  width: 100vw;
  height: 100vh;
  background-color: var(--color-red-natal);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  transform: translateX(100%);
  transition: all 0.3s ease;
  z-index: 999;
  padding-top: 70px;
  opacity: 0.98;
}
.menu-acoes-active {
  transform: translateX(0) !important;
}
#menu-lojas {
  z-index: 1000;
}
#menu-regulamento {
  z-index: 1001;
}
.acoes-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#acoes-menu-container-cadastro,
#menu-container-regulamento {
  padding: 0 20px;
  color: #fff;
}
#menu-container-regulamento {
  overflow-y: auto;
  height: 80vh;
}
#acoes-menu-container-cadastro .acoes-item {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 15px;
  color: #5c8599;
}
.acoes-item a {
}
.acoes-header {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 40px;
  cursor: pointer;
}
#btn-input-cadastrar {
  background-color: #860607;
  color: #fff;
  padding: 8px;
  transition: all 0.3s ease;
}

/*DEFAULT LOAD*/
.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.ajax_load_box {
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
  border: 16px solid #e3e3e3;
  border-top: 16px solid #1dd1a1;
  border-radius: 50%;
  margin: auto;
  width: 80px;
  height: 80px;

  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
  margin-top: 15px;
  font-weight: bold;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

.content {
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 4px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  overflow: auto;
}

.create {
  padding: 30px;
  background: #eeeeee;
  border-radius: 4px;
  margin-bottom: 10px;
}

.message {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #cd402a;
  border-left-width: 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.message.info {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.message.error {
  border-color: var(--color-red);
  color: #fff;
}

.message.success {
  border-color: var(--color-green);
  color: #fff;
}
.separate-containers .site-main,
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  padding: 0;
  margin: 0;
}
.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
  margin: 0;
}
.site-header {
  background-color: transparent;
}
.inside-header {
  padding: 0;
}
.site-footer {
  width: 100%;
  margin-top: 60px;
}
.site-info {
  background-color: #960001;
  color: #fff;
  padding: 15px;
}
#menu-container-lojas-category {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 5px 30px 5px;
  height: 80vh;
  overflow-y: scroll;
}
#menu-lojas-category {
  z-index: 1003;
}
#menu-container-lojas-category .lojas-item {
  margin-bottom: 5px;
  transition: 0.3s;
  padding: 2px 10px;
  width: 90%;
  font-size: 1rem;
  color: #fff;
}
#menu-lojas {
  overflow-y: scroll;
  padding-bottom: 50px;
  height: 80vh;
}
.divider {
  border-top: 1px solid #720000;
  margin: 5px 0;
}

#menu-lojas a {
  color: #fff;
}

#menu-container-lojas-category .lojas-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.lojas-item .item-category {
  font-size: 0.7rem;
  color: #ccc;
}
#form-cadastro {
}
#form-cadastro label {
  color: #fff;
}
#form-cadastro input {
  background-color: #ce422b;
  color: #fff;
  border: 1px solid var(--color-red-natal);
}
#btn-termos-texto {
  font-size: 14px;
}

.cpf-cadastrado a {
  color: #fff !important;
}
#acoes-menu-container-cadastro {
  position: relative;
  height: 80vh;
}
#promocao-periodo {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
}

@media (min-width: 992px) {
  #acoes-container {
    width: 600px;
    margin: 0 auto;
  }
  .planos-grid-item img {
    width: auto;
    height: 450px;
    margin: 0 auto;
  }
  .menu-acoes-active {
    width: 60vw;
  }
  .acoes-menu {
    right: 0;
  }
  .site-footer {
      margin-top:100px;
    position:relative;
    bottom: 0;
  }
}
