/*
Theme Name: Habitación del humo
  Author URI: http://somospecesvoladores.com/
Version: 1  .0.0

----------------------------------------------- */
/** FONTS **/

/***/
html,
body {
  height: 100%;
}
body {
  font-size: 24px;
  font-family: "Raleway", cursive;
  color: #fff;
  line-height: 140%;
  background: #0f1b25;
  font-weight: 500;
  overflow-x: hidden;
  overflow-y: scroll;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body > div {
  flex: 1;
}

#site {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  background-attachment: fixed;
  overflow: visible;
  background-position: center;
}

.page-template-page-prueba-1-2 #site {
  background-position: center bottom;
}

.vaper_layer {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.vaper_layer > img {
  width: 100%;
  height: auto;
  display: block;
}

.ico-w {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease;
}

.ico-w:hover {
  transform: scale(1.1);
}

.ico-w img {
  width: 100%;
  height: 100%;
}

/* Posicionamiento de los iconos */
.ico-1 {
  top: 10%;
  left: 52%;
  transform: translateX(-50%);
}

.ico-2 {
  top: 33%;
  left: 52%;
  transform: translateX(-50%);
}

.ico-3 {
  bottom: 28%;
  left: 44%;
  transform: translateX(-50%);
}

/* Animación de latido */
@keyframes heartbeat {
  0% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.1) translateX(-45%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}

/* Aplicar animación de latido a cada icono */
.ico-1,
.ico-2,
.ico-3 {
  animation: heartbeat 1.5s infinite ease-in-out;
}

.ico-w:active {
  transform: scale(1.2) translateX(-42%);
}

/* Estilos para los popups */
.info-popup {
  position: absolute;
  background: rgb(26, 35, 126, 0.8);
  color: white;
  padding: 20px;
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 1.4;
  z-index: 1000;
  display: none;
}

/* Posicionamiento específico para cada popup */
.info-popup {
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 95%;
}

/* Header del popup */
.info-popup::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -1px;
  right: -1px;
  height: 40px;
  background: rgb(26, 35, 126, 0.8);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

/* Icono ShadowByte */
.info-popup::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url("img/ico-user.png") no-repeat center/contain;
}

/* Título "ShadowByte" */
.info-popup-title {
  position: absolute;
  top: -31px;
  left: 55px;
  color: white;
  font-size: 16px;
}

/* Botón cerrar */
.info-popup-close {
  position: absolute;
  top: -35px;
  right: 15px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
}

.ico-1 + .info-popup {
  top: -185px;
}
.ico-2 + .info-popup {
  top: 10px;
}
.ico-3 + .info-popup {
  bottom: 135px;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .ico-1 {
    top: 7%;
  }
  .ico-2 {
    top: 30%;
  }
  .info-popup {
    font-size: 14px;
    padding: 15px;
  }

  .ico-1 + .info-popup {
    top: 65px;
  }

  .ico-2 + .info-popup {
    top: 145px;
  }

  .ico-3 + .info-popup {
    bottom: 83px;
  }
}

@media (max-width: 480px) {
  .info-popup {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  #site {
    padding-bottom: 3rem;
  }

  .page-template-page-prueba-1-2 #site {
    padding-bottom: 0;
  }
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 1.5rem;
}

.h-100 p {
  line-height: 140%;
}

.small {
  font-size: 70%;
  line-height: 110%;
}

.enterPassword {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

#content {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

/** Header **/

h1,
h2 {
}

h1 {
  font-size: 50px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
h1 strong {
  font-weight: bold;
}

.fw-normal{
  font-weight: 400!important
}

.highlighted{
  color: #25C348;
  background: #fff;
  padding: 0.3rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

.logo {
  width: 120px;
}

.logo_avt {
  width: 180px;
}

.navbar {
  border: 0;
  background: #000719;
  font-size: 22px;
  color: #fff;
  padding: 0;
  border-bottom: 2px solid #60677A;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}

.navbar-header {
  float: left;
}

.progressbar {
  vertical-align: sub;
  margin-right: 0.5rem;
  max-width: 70%;
}

.logo_brigada {
  vertical-align: middle;
  margin-right: 1rem;
}

.button_off {
  display: flex;
  align-items: center;
  height: 100%;
}
.button_off img {
  height: auto;
  display: block;
}

.img_title {
  width: 40vw;
}

@-moz-document url-prefix() {
  .h-100 {
    line-height: 100px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .my-auto {
    line-height: 165px;
  }
}

/** Inicio **/

.page-info {
  font-size: 80%;
  padding: 1rem 0 1rem;
  font-weight: 500;
  a {
    color: #fff;
  }
}

.formulario-visitante {
  max-width: 400px;
  margin: 0 auto;
}

.campo-formulario {
  margin-bottom: 2rem;
  width: 95%;
  margin: 0 auto 2rem;
}

.campo-formulario select , .campo-formulario input[type="number"]{
  width: 100%;
  padding: 1rem;
  border: 4px solid #19C13D;
  border-radius: 40px;
  background: #EAEBEC;
  color: #19C13D;
  font-size: 1.2rem;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
}

.campo-formulario select option {
  background: rgba(95, 31, 179, 0.9);
  color: #fff;
  padding: 1rem;
}

.boton-continuar,
.boton-rendirse {
  width: 100%;
  padding: .7rem 2.5rem;
  border: 0;
  border-radius: 40px;
  background: #EAEBEC;
  color: #19C13D;
  font-size: 1rem;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
}

.boton-continuar:hover,
.boton-rendirse:hover {
  background: rgba(255, 255, 255, 0.1);
}

.arrow-icon {
 display: none;
}

/* Estilo para el icono de flecha del select */
.campo-formulario {
  position: relative;
}

.campo-formulario::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}

/* elige equipo */

.team.selected img {
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.5);
}

/* Pruebas */

.shadowbyte {
  position: relative;
  font-size: 80%;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 55px;
}

.shadowbyte::before {
  content: "ShadowByte";
  position: absolute;
  bottom: 100%;
  left: -1px;
  right: -1px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  display: flex;
  padding-left: 55px;
  align-items: center;
  border: 1px solid #fff;
}

.shadowbyte::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url("img/ico-user.png") no-repeat center/contain;
}

@media (max-width: 768px) {
  .w-70 {
    width: 70% !important;
    height: auto;
  }

  .w-60 {
    width: 60% !important;
    height: auto;
  }
}

.nowrap {
  white-space: nowrap;
}
/** Prueba 2 **/
/** Feed instagram **/

.feed-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.feed-wrapper {
  position: relative;
  width: 100%;
}

.feed {
  width: 100%;
  height: auto;
  display: block;
}

.highlight-area {
  position: absolute;
  pointer-events: none;
}

.highlight-area.pulse {
  animation: pulse 2s infinite;
  background: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  50% {
    background: rgba(255, 255, 255, 0.3);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

/** Prueba 3 **/

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #19C13D;
  padding: 0.5rem 1rem;
  margin-bottom: 30px;
}

.menu-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 0;
  background: none;
  color: #fff;
  padding: 0;
}

.menu-plus {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/***/
.message_area {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem 0 0rem;
  margin-top: 2rem;
}
.message_area h3 {
  min-height: 85px;
}
.message_area p {
  min-height: 180px;
}

input.answer {
  background: #e1e1e1;
  border: none;
  color: #9d9d9d;
  font-size: 20px;
  outline: none;
  padding: 10px 25px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}
input.answer.ok {
  border: 1px solid #00bb83;
  background: rgba(57, 181, 74, 0.9);
  color: #fff;
}
input.answer.error {
  border: 1px solid #f15c5e;
  background: rgba(255, 99, 89, 0.8);
  color: #fff;
}

/** Table palabras **/

.table-game img {
  cursor: pointer;
}

/** Prueba 2 video **/

/*** Cronograma **/

.carousel-wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  display: none;
}
.owl-carousel .owl-next {
  position: absolute;
  right: 7px;
  top: 20% !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 50px;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  opacity: 0.3;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  opacity: 1;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

/** Prueba 2 **/

.question {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.question.answerNo {
  background-color: red;
}

.question.answerOk {
  transform: scale(1.2);
}

/** Prueba 3 **/

.hands {
  background: url(images/);
}

.message {
  background: rgba(0, 0, 0, 0.5);
}

.button {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

/** Prueba 3 **/

.btn_select {
  border: 1px solid #fff;
  color: #fff !important;
  padding: 0.8em 0.6em;
  font-size: 80%;
  border-radius: 5px;
  display: block;
  margin: 1rem auto;
  width: 250px;
  margin-bottom: 1em;
  line-height: 120%;
  text-align: center;
}

.answer,
.whatsapp {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 1em;
  line-height: 120%;
}
.whatsapp {
  display: none;
}
.whatsapp.ok {
  display: block;
}
.correct {
  color: #39b54a !important;
}

.btn_select.correct {
  border-color: #39b54a;
  background: #39b54a;
  color: #fff !important;
}

.incorrect {
  border-color: #e52528;
}

.btn_select.incorrect {
  border-color: #e52528;
  background: #e52528;
  color: #fff !important;
}

/** Prueba 4 **/

.test-four input {
  border: none;
  color: #211f59;
  font-size: 32px;
  outline: none;
  padding: 10px;

  width: 60%;
  margin: 1rem 0;
  text-align: center;
  border-radius: 5px;
}
.test-four input.ok {
  border: 1px solid #00bb83;
  background: rgba(57, 181, 74, 0.9);
  color: #fff;
}
.test-four input.error {
  border: 1px solid #f15c5e;
  background: rgba(255, 99, 89, 0.8);
  color: #fff;
}

.test-four img {
  display: block;
  margin: 10px auto;
}

.test-four input {
  width: 80%;
}

.bg_test {
  background: #211f59;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 1rem;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .bg_test {
    padding: 1rem 5rem;
  }
}

/** Enhorabuena **/

/***/

.btn_check {
  color: #5f20b4;
  background: #ffffff;
  display: table;
  margin: 0 auto;
  padding: 0.45em 2em 0.5em;
  border-radius: 25px;
  margin-top: 1rem;
  font-size: 25px;
  transition: all ease 0.2s;
}

.btn_check.next {
  padding: 0.25em 2em 0.35em;
  margin-top: 1em;
  text-transform: none;
}

.btn_check:hover,
.btn_check.next:hover {
  color: #fff;
  background: #5f20b4;
}

.points {
  text-align: center;
  padding: 0.8em 0 0em;
  margin: 0 auto;
}

.points span {
  background: url(images/circle.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 0.25rem;
  opacity: 0.5;
}

.points span.active {
  opacity: 1;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.dblock {
  display: block;
}

/** MEDIA **/

@media (min-width: 768px) {
  .navbar .container {
    /*  max-width: 95%;*/
  }

  #content.container {
    /*   max-width: 95%;^*/
  }
}

@media (max-width: 768px) {
  .logo {
    width: 40%;
  }

  .logo_brigada {
    width: 12%;
  }

  .logo_avt {
    width: 40%;
    margin-right: 1.5em;
  }

  .navbar .col-8,
  .navbar .col-4 {
    border-top: 1px solid #fff;
    margin-top: 5px !important;
    height: 82px;
    line-height: 62px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .navbar {
    font-size: 16px;
  }

  .points {
    position: relative;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 18px;
  }

  .logo {
    width: 50%;
  }

  .logo_brigada {
    width: 22%;
  }

  .logo_avt {
    width: 50%;
    margin-right: 2.5em;
  }

  .navbar .col-8,
  .navbar .col-4 {
    border-top: 1px solid #fff;
    margin-top: 5px !important;
    height: 62px;
    line-height: 52px;
  }

  .navbar {
    font-size: 65%;
  }

  .img_title {
    width: 90vw;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 2rem !important;
    display: block;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1rem !important;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
    line-height: 120%;
  }
}

/* prueba 3 */

.menu-image-container {
  position: relative;
}

.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  z-index: 4;
}

.close-menu:hover {
  background: rgba(0, 0, 0, 0.8);
}

.word-search-container {
  background: #fff;
  user-select: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.word-search-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.grid-row {
  display: flex;
  width: 100%;
}

.grid-cell {
  flex: 1;
  aspect-ratio: 1;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
  color: #333;
}

@media (max-width: 768px) {
  .grid-cell {
    width: 23px;
    height: 23px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .grid-cell {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.grid-cell.selected {
  background-color: #ffeb3b;
}

.grid-cell.found {
  background-color: #4caf50;
  color: white;
}

.words-to-find {
  display: inline-block;
  vertical-align: top;
  color: #333;
}

.words-to-find ul {
  list-style: none;
  padding: 0;
}

.words-to-find li {
  margin: 5px 0;
  padding: 5px 10px;
  border-radius: 3px;
}

.words-to-find li.found {
  background-color: #4caf50;
  color: white;
}

/** Prueba 4 **/

.input-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.input-code {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 23px;
  padding: 4px 0;
  text-align: left;
  width: fit-content;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 14px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

.input-lines {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  gap: 14px;
}

.input-lines span {
  width: 14px;
  height: 3px;
  background: #fff;
}

.emojis {
  height: 80px;
  margin: 0.5rem auto;
}

/* Estilos para los inputs sobre los popups */
.word-container {
  font-size: 20px;
}
.input-overlay {
  font-family: monospace;

  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;

  padding: 5px;
  width: auto;
  margin-bottom: 10px;
  font-size: 18px;
}

.info-popup.correct {
  background: rgba(76, 175, 80, 0.8);
}

.info-popup.incorrect {
  background: rgba(244, 67, 54, 0.8);
}

.page-template-page-prueba-1-2 .word-container {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.page-template-page-prueba-1-2 .correct {
  color: #fff !important;
}

.page-template-page-prueba-1-2 .input-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin: 0 5px;
  width: 125px;
  display: block;
}

.page-template-page-prueba-1-2 .ico-w.ico-1 + .info-popup .input-wrapper {
  width: 154px;
}

.page-template-page-prueba-1-2 .input-code {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 23px;
  padding: 4px 0;
  text-align: left;
  width: fit-content;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 14px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

.page-template-page-prueba-1-2 .input-lines {
  position: absolute;
  left: inherit;
  transform: inherit;
  bottom: 0;
  display: flex;
  gap: 14px;
}

.page-template-page-prueba-1-2 .input-lines span {
  width: 14px;
  height: 3px;
  background: #fff;
}

/* Ocultar las flechas del input number */
.campo-formulario input[type="number"]::-webkit-inner-spin-button,
.campo-formulario input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.campo-formulario input[type="number"] {
  -moz-appearance: textfield;
}

/* Placeholder en rojo */
.campo-formulario input[type="number"]::placeholder {
  color: #19C13D;
  opacity: 1;
}

.campo-formulario select::placeholder {
  color: #19C13D;
  opacity: 1;
}

.campo-formulario input::placeholder {
  color: #19C13D;
  opacity: 1;
}