body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9998;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.overlai::before {
  z-index: 9998;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#video {
  background: rgb(43, 36, 76);
  background: linear-gradient(
    90deg,
    rgba(43, 36, 76, 0.9) 0%,
    rgba(85, 72, 150, 0.2539390756302521) 100%
  );
}

#gradient {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 2;
  background: rgb(43, 36, 76);
  background: linear-gradient(
    90deg,
    rgba(43, 36, 76, 0.9) 0%,
    rgba(85, 72, 150, 0.25) 100%
  );
}

#video video {
  height: auto;
  width: 100%;
  opacity: 1;
  top: 0;
  object-fit: cover;
}

@media (min-width: 992px) {
  #video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
  }
}

#area-video {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-color: #330066;
}

@media (min-width: 992px) {
  #area-video {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 1250px;
    width: 100%;
    overflow: hidden;
  }
}

.area-btn-play {
  position: absolute;
  z-index: 3;
}

.btn-play {
  width: 100px;
  height: 100px;
  border: solid 3px white;
  border-radius: 50%;
  color: white;
  font-size: 3em;
  cursor: pointer;
}

#register {
  position: relative;
  background-color: #330066;
}

@media (min-width: 992px) {
  #register {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 1200px;
    background-color: transparent;
  }
}

#form {
  color: white;
  margin: 50px 0;
}

#register-forms input,
#register-forms select {
  margin: 10px 0;
  width: 100%;
  height: 45px;
  border: none;
  /* color: var(--primary); */
}

#register-forms input::placeholder {
  /* color: var(--secondary); */
}

.check-terms {
  font-size: 0.6em;
  color: white;
  margin: 15px;
}

.checkbox input {
  width: auto !important;
}

#btn-rgister {
  color: white;
  width: 100%;
  margin: 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

#btn-rgister:hover {
}

.btn-rgister {
  color: white;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  transition: 0.3s;
}

.btn-rgister:hover {
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--tertiary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(197 195 255 / 25%);
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(197 195 255 / 15%);
}

#register > * {
  margin: auto;
}

#footer {
  background-color: #772a81;
  position: relative;
  z-index: 5;
  padding: 30px 0 130px 0;
}

@media (min-width: 768px) {
  #footer {
    padding: 20px 0 120px 0;
  }
}

.logo-foter img {
  height: 60px;
}

.content-footer {
  color: white;
  font-size: 0.8em;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 4;
}

@media (min-width: 992px) {
  #header {
    width: 100%;
    height: auto;
    top: 0;
    background-color: transparent;
  }
}

.areal-logo img {
  height: 70px;
  margin: 10px;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .areal-logo img {
    height: 80px;
    margin: 10px;
  }
}

.areal-logo {
  background-color: white;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 10px 30px rgb(40 26 82 / 25%);
}

.btn-socialmedia a {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  color: var(--primary);
  border: solid 2px white;
  transition: 0.3s ease;
  margin: 10px;
}

.btn-socialmedia a:hover {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  color: white;
  border: solid 2px white;
}

.area-socialmedia {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .area-socialmedia {
    margin: 10px 0;
  }
}

.close-modal {
  position: absolute;
  top: 0;
  right: 0;
}

#modal-message .modal-content {
  background: transparent;
  border: none;
}

#modal-message video {
  width: 100%;
}

.modal {
  background: #2b244ccc;
}

.btn-close-modal {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

#area-video img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  opacity: 0.3;
}

@media (min-width: 992px) {
  #area-video img {
    width: 100%;
    height: 150vh;
    background-size: cover;
    background-position: center;
    object-fit: cover;
  }
}

.message-register {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  font-size: 25px;
}

.check {
  font-size: 80px;
  color: #7de67d;
}

.btn-light {
  color: var(--primary);
  margin: 10px 5px;
  background-color: white;
  border: solid 2px rgb(180 183 220 / 30%);
  transition: 0.3s ease;
}

.btn-light:hover {
  background-color: white;
  border: solid 2px rgb(180 183 220 / 90%);
  color: var(--primary);
}

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden auto;
  right: auto;
  width: 95%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: white;
}

@media (min-width: 768px) {
  #navigation {
    width: 450px;
  }
}

#navigation.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

.efect-navigation {
  height: 100%;
  padding: 30px 30px 30px 30px;
  overflow: auto;
}

@media (min-width: 768px) {
  .efect-navigation {
    height: 100%;
    padding: 30px 60px 30px 60px;
  }
}

#navigation .efect-navigation {
  /*opacity: 0;*/
  /*visibility: hidden;*/
  -webkit-transition: all -0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#navigation.active .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#close-navmenu {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.btn-close-nav {
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-radius: 50%;
  color: white;
  font-size: 30px;
}

#toast-gift {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 50px 50px 150px 50px;
  background-color: initial;
  border-radius: 20px;
  z-index: 99;
}

#toast-gift.active {
  display: none;
}

.area-toast {
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  box-shadow: -7px 10px 30px rgb(40 26 82 / 30%);
  font-size: 16px;
  color: var(--primary);
  font-weight: 700;
  position: relative;
  width: 200px;
}

@media (min-width: 768px) {
  .area-toast {
    padding: 20px;
  }
}

.area-toast img {
  width: 80%;
  margin-bottom: 15px;
}

.close-toast,
.close-modal,
.close-toast-score {
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  color: white;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  right: -15px;
  top: -15px;
  box-shadow: 0px 3px 9px rgb(40 26 82 / 25%);
  cursor: pointer;
}

#nav-close {
  margin-bottom: 50px;
}

.btns {
  background-color: var(--primary);
  color: white;
  border: none;
  margin: 10px 5px;
  font-size: 1em;
}

.btns:hover {
  background-color: var(--primary);
  color: white;
}

.user {
  margin-bottom: 50px;
  color: var(--secondary);
  font-size: 20px;
  border-radius: 5px;
  height: 40px;
}

.d-flex.flex-column.score {
  margin: 30px 0;
}

.score .points {
  font-size: 25px;
  color: var(--primary);
}

.area-btns-nav {
  color: var(--primary);
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: white !important;
  border-color: rgb(180 183 220 / 90%) !important;
  border: solid 2px rgb(180 183 220 / 90%);
}

.btn-password {
  width: 30px;
  height: 30px;
}

a:hover {
  color: var(--secondary);
  text-decoration: none;
  transition: 0.3s;
}

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}

.message-register {
  text-align: center;
}

.check-terms a {
  font-size: 14px;
  color: white;
}

.check-terms a:hover {
  text-decoration: underline;
}

.select2-selection {
  border-radius: 30px !important;
}

.caja .select2 {
  width: 100% !important;
}

.area-search-brand .select2 {
  width: 100% !important;
}

.check.error {
  font-size: 80px;
  color: #e61f5a;
}

/* NEWS STYLES */

.content-footer a {
  color: white;
  text-decoration: underline;
}

.content-footer a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
  background-color: var(--primary);
}

.btn-rgister:hover {
  color: white !important;
  background-color: var(--primary);
}
