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: .2;
  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: #FFF;
}

@media (min-width: 992px) {
  #area-video {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 160vh;
    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: var(--quinary);
}

@media (min-width: 992px) {
  #register {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 120vh;
    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: .6em;
  color: white;
  margin: 15px;
}

.checkbox input {
  width: auto !important;
}
/*
#btn-rgister {
  background-color: var(--primary);
  color: white;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  transition: .3s;
}

#btn-rgister:hover {
  background-color: var(--secondary);
}

.btn-rgister {
  background-color: var(--primary);
  color: white;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  transition: .3s;
}

.btn-rgister:hover {
  background-color: var(--secondary);
}

*/
.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: #fdc038; */
 background-color: #EB0667;
  position: relative;
  z-index: 5;
  padding: 30px 0;
}

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

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

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

#header {
  position: fixed;
  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: .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: .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: .3;*/
}

@media (min-width: 992px) {
  #area-video img {
    width: 100%;
    height: 160vh;
    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: .3s ease;
}

.btn-light:hover {
  background-color: white;
  border: solid 2px rgb(15 59 158 / 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(15 59 158 / 90%) !important;
  border: solid 2px rgb(15 59 158 / 90%);
}

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

a:hover {
  color: var(--secondary);
  text-decoration: none;
  transition: .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;
}

.novalido {
  border-color: #e61f5a;
}

/* inicio de estilos entrevistas */
.subtitulo1 {
  font-size: 24px;
  font-weight: bolder;
  font-family: 'Montserrat';
  margin-bottom: 0px;
  height: 100;
}

.pasos {
  font-size: 25px;
  font-family: 'Montserrat';
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 45px;
}

.subtitulo2 {
  font-size: 20px;
  font-family: 'Montserrat';
  margin-bottom: 0px;
}

.subtitulo3 {
  font-size: 16px;
  font-family: 'Montserrat';
}

.texto-campo {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-bottom: 0px;
}

.input-campo {
  width: 100%;
  border: 1px solid #00339f;
}

.campos {
  width: 86%;
}

.registro {
  width: 638px;
}

.conten-ant-sig {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.elemento-btn {
  width: 159px;
  height: 50px;
}

.datos1 {
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: 51px;
}

.subtitulo4 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat';
}

.form-check-label.check-categoria {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 600;
}

.subcategorias {
  margin-left: 33px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.elemento-subcategoria {
  font-weight: 100 !important;
  margin-right: 60px;
}

input[type=checkbox] {
  /*-ms-transform: scale(2);*/
  /*-moz-transform: scale(2);*/
  /*-webkit-transform: scale(2);*/
  /*-o-transform: scale(2);*/
  /*padding: 10px;*/
  /*margin-top: 8px;*/
  /*border: 1px solid #000000;*/
  display: none;
}

.form-check-label.check-categoria {
  margin-left: 7px;
}

label:before {
  border: 1px solid #000000;
  border-radius: 0px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  /*content: '';*/
  background: transparent;
  vertical-align: middle;
  /*text-shadow: 3px -1px 5px gray;*/
  bottom: -4px;
  margin-right: 4px;
}

input[type=checkbox]:checked + label:before {
  content: 'âœ“';
  font-size: 22px;
  color: black;
  font-family: "Times New Roman";
}

.categorias {
  margin-bottom: 5px;
  font-weight: 700;
  font-family: 'Montserrat';
}

.datos-titulo {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Montserrat';
  margin-bottom: 3px;
  margin-top: 10px;
}

.datos-subtitulo {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Montserrat';
  margin-bottom: 0px;
  margin-left: 14px;
}

.acepta-terminos {
  margin-left: -55px;
  padding-left: 0px;
  margin-bottom: 15px;
}
/*
.3de3 {
  padding-left: 45px;
}
*/

.form__wid{
padding-right: 0px !important;
}

@media (min-width:768px){
.form__wid{
padding-right: 12px !important;
}
}

/* slick */
.slider {
  /*width: 50%;*/
  margin: 100px auto;
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: 1;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}

/* fin de estilos entrevistas */

/* Inicia Estilos barras laterales */
@media (min-width: 300px) {
  .area-lateral-ADs-left {
    width: auto;
    height: 100vh;
    background: transparent;
    position: fixed;
    display: none;
    padding-left: 0;
    left: -320px;
    z-index: 9999;
  }
}

@media (min-width: 1590px) {
  .area-lateral-ADs-left {
    width: auto;
    height: 100vh;
    position: fixed;
    display: none;
    padding-left: 0;
    left: -320px;
  }
}

@media (min-width: 1820px) {
  .area-lateral-ADs-left {
    width: 320px;
    height: 100vh;
    position: fixed;
    display: flex;
	align-items: center;
    padding-left: 150px;
    left: -320px;
  }
}

@media (min-width: 300px) {
  .area-lateral-ADs-right {
    width: auto;
    height: 100vh;
    background: transparent;
    position: fixed;
    display: none;
    padding-left: 0;
    right: -320px;
    z-index: 9999;
  }
}

@media (min-width: 1590px) {
  .area-lateral-ADs-right {
    width: auto;
    height: 100vh;
    position: fixed;
    display: none;
    padding-left: 0;
    right: -320px;
  }
}

@media (min-width: 1820px) {
  .area-lateral-ADs-right {
    width: 320px;
    height: 100vh;
    position: fixed;
    display: flex;
	align-items: center;
    padding-left: 0px;
    right: -320px;
  }
}

@media (min-width: 300px) {
  .ads-lateral-left {
    width: 160px;
    height: 600px;
    background-color: transparent;
    z-index: 1;
    background-image: url("");
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1590px) {
  .ads-lateral-left {
    width: 160px;
    height: 600px;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .ads-lateral-right {
    width: 160px;
    height: 600px;
    background-color: transparent;
    z-index: 1;
    background-image: url("");
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1590px) {
  .ads-lateral-right {
    width: 160px;
    height: 600px;
    z-index: 1;
  }
}

.closed-ads-lateral {
  padding: 7px;
  font-size: 18px;
  cursor: pointer;
  color: blue;
}

.closed-ads-lateral {
    padding: 7px;
    font-size: 18px;
    cursor: pointer;
    color: blue;
	width: 160px;
}
/* fin estilos barras laterales */