@import url("https://use.typekit.net/ycv7gus.css");
.text-primary {
  color: #eb5a10 !important;
}

.text-secondary {
  color: #ffaa03 !important;
}

.text-tertiary {
  color: #a287d1;
}

.text-quaternary {
  color: #06023b;
}

.text-gray {
  color: #666666;
}

.shadowed {
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.15);
}

.line-height-n {
  line-height: 1 !important;
}

.line-height-n1 {
  line-height: 0.85 !important;
}

.rounded {
  border-radius: 1.5rem !important;
}

.rounded-lg {
  border-radius: 1.5rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.tertiary-font {
  font-family: "gotham", sans-serif;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
  .display-5 {
    font-size: calc(1.375rem + 1.5vw);
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.load-hidden {
  visibility: hidden;
}

@keyframes wait {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::selection {
  background: white;
  color: #000;
}

::-moz-selection {
  background: white;
  color: #000;
}

a {
  color: #ffaa03;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
  text-decoration: underline;
}
a:hover {
  color: #a287d1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "gotham-condensed", sans-serif;
  color: #ffaa03;
  transition: 0.3s ease-in-out all;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

td {
  font-size: 0.875rem;
}

strong, b {
  font-weight: 800;
}

i {
  font-family: "Font Awesome";
}

.font-ultra {
  font-weight: 900;
}

.font-light {
  font-weight: 300;
}

.main-font {
  font-family: "gotham", sans-serif;
}

.secondary-font {
  font-family: "gotham-condensed", sans-serif;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.text-white {
  color: #fff !important;
}

.text-colored {
  background: linear-gradient(to right, #ffaa03, #eb5a10, #ffaa03);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase !important;
  font-weight: normal !important;
  line-height: 1;
}

[v-cloak] {
  display: none;
}

html, body {
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #06023b;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
body .main-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  background-image: url("https://virtualevents-ifd.s3.us-west-2.amazonaws.com/gsk/respimaster/img/fondo.jpg");
  background-size: cover;
  background-position: center;
  /*&:before {
  	position: absolute;
  	content: '';
  	top: 0;
  	right: 0;
  	width: 27.15vw;
  	height: 39.3vw;
  	background-image: url('https://virtualevents-ifd.s3.us-west-2.amazonaws.com/pepsico/tour-bonos-2025/img/main-bg-figure.webp');
  	background-size: contain;
  	background-position: top right;
  	background-repeat: no-repeat;
  }

  &:after {
  	position: absolute;
  	content: '';
  	bottom: 0;
  	left: 0;
  	width: 26.8vw;
  	height: 41.8vw;
  	background-image: url('https://virtualevents-ifd.s3.us-west-2.amazonaws.com/pepsico/tour-bonos-2025/img/main-bg-figure2.webp');
  	background-size: contain;
  	background-position: bottom left;
  	background-repeat: no-repeat;
  	mask-image: linear-gradient(to top, rgba($black, .15), $black 50%);
  }*/
}

section {
  position: relative;
  padding: 5rem 0;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  section {
    padding: 3rem 0rem;
  }
}
@media screen and (max-width: 580px) {
  section {
    padding: 2rem 0rem;
  }
}

main {
  overflow: hidden;
  min-height: 100vh;
  display: block;
  position: relative;
  padding-bottom: 5.2rem;
  padding-top: 5rem;
}
@media screen and (max-width: 992px) {
  main {
    padding-top: 4.25rem;
  }
}
@media screen and (max-width: 580px) {
  main {
    padding-top: 3.25rem;
  }
}

hr {
  margin: 1.75rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  margin-bottom: 1rem;
}
@media screen and (max-width: 580px) {
  footer {
    margin-bottom: 0;
  }
}
footer .footer-graph {
  margin-bottom: 2rem;
  opacity: 0.5;
}
footer .footer-graph img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
footer .footer-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-2rem + 15px);
  width: calc(100% - 30px + 4rem);
  height: 100%;
  z-index: -1;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(6, 2, 59, 0.35);
}
@supports (backdrop-filter: blur()) {
  footer .footer-container:before {
    background-color: rgba(6, 2, 59, 0.65);
    backdrop-filter: blur(1rem);
  }
}
@media screen and (max-width: 580px) {
  footer .footer-container:before {
    border: none;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 0;
  }
}
footer .footer-container .footer-info {
  padding: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-container .footer-info p {
  color: #fff;
  margin-bottom: 0;
  font-family: "gotham-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
}
footer .footer-container .footer-info a {
  color: #ffaa03;
  text-decoration: none;
}
footer .footer-container .footer-info a:hover {
  color: #a287d1;
  text-decoration: underline;
}

.bordered {
  border: solid 2px #fff !important;
}

.popover {
  font-family: "gotham-condensed", sans-serif;
  font-weight: 700;
  color: #000d40;
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
@supports (backdrop-filter: blur()) {
  .popover {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(1rem);
  }
}
.popover .arrow {
  display: none;
}

.separador {
  height: 4rem;
}

.separador-sm {
  height: 2rem;
}

.separador-xl {
  height: 8rem;
}

.flex-grow {
  flex: 1 0 auto;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.fixed-index-footer {
  z-index: 998;
  margin-bottom: -25vh;
}
@media screen and (max-width: 580px) {
  .fixed-index-footer {
    margin-bottom: -5vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .fixed-index-footer {
    margin-bottom: -15vh;
  }
}

.shadowed {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

label {
  color: #fff;
  font-family: "gotham", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: initial;
}

label a {
  text-decoration: underline;
}

.form-vars, .custom-file-label, .custom-file, select.custom-select, [type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus, option:focus, select:focus, .form-control:focus, .custom-select:focus, input [type=text],
[type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, option, select, .form-control, .custom-select {
  letter-spacing: 0.5px;
  border-radius: 0;
  text-shadow: none;
  transition: 0.3s ease-in-out all;
}

input [type=text],
[type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, option, select, .form-control, .custom-select {
  color: black;
  background: #fff;
  border: solid 2px #fff;
  border-radius: 2rem;
}
input [type=text]::placeholder,
[type=password]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=month]::placeholder, [type=week]::placeholder, [type=email]::placeholder, [type=number]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=color]::placeholder, textarea::placeholder, option::placeholder, select::placeholder, .form-control::placeholder, .custom-select::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus, option:focus, select:focus, .form-control:focus, .custom-select:focus {
  color: black;
  border: solid 2px #ffaa03;
  border-radius: 2rem;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #06023b;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.1607843137);
}

select.custom-select {
  border: solid 2px #fff;
  border-radius: 2rem;
  color: black;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='black' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important;
  background-color: #fff !important;
}
select option {
  background-color: #fff;
  font-style: normal !important;
  color: black;
}
select option[selected], select option:checked {
  background-color: #fff;
  color: #000;
}

.custom-file {
  border: none;
  padding-left: 0.5rem;
  border: 2px solid #eb5a10;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0.5em 0.5em 0;
}
.custom-file::after {
  border-radius: 0;
}

.custom-file-label {
  border-radius: 0 0.5em 0.5em 0;
  padding: 0.75rem 1rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 0.75rem 1rem;
  line-height: 1.7;
  color: #fff;
  content: "Buscar";
  background-color: #eb5a10;
  border-left: inherit;
  border-radius: 0 0.5em 0.5em 0;
}

.custom-file-label {
  border: none;
}

.form-check {
  text-align: left;
}

.custom-control-label::before {
  border-radius: 0.2rem;
}

#registro input::placeholder {
  color: gray;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-control:valid, .form-control.is-valid {
  background-image: none;
}

select {
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.help-block {
  color: #fff !important;
  font-family: "gotham-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2;
  background-color: #dc3545;
  display: inline-block;
  margin: 0.5rem auto;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-radius: 50rem;
}
.help-block:empty {
  display: none;
}

.has-error input,
.has-error select.custom-select {
  border-color: #dc3545 !important;
}

.form-check.form-check-inline {
  margin-top: 0.5rem;
}

.btn {
  transition: 0.3s ease-in-out all;
  border-radius: 50rem;
  border: none;
  font-family: "gotham-condensed", sans-serif;
  font-weight: normal;
  color: #eb5a10;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "gotham-condensed", sans-serif;
  font-weight: 700;
  box-shadow: none;
  padding: 0.75rem 2rem;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  color: #78bbe2;
}

.btn-sm {
  padding: 0.25rem 1rem !important;
  font-size: 0.7rem !important;
}

.btn-lg {
  padding: 0.75rem 2.25rem;
  font-size: 1.25rem !important;
}

.btn-primary {
  color: #fff !important;
  background: #eb5a10 !important;
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
  color: #fff !important;
  background: #ffbb36 !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-outline-primary {
  padding: 0.375rem 1.1rem;
  border: 2px solid #eb5a10;
}
.btn-outline-primary:hover {
  border: 2px solid #eb5a10;
}

.btn-secondary {
  color: #fff !important;
  background: #ffaa03 !important;
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.btn-secondary:hover {
  color: #fff !important;
  background: #f27a3c !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-outline-secondary {
  color: #ffaa03 !important;
  padding: 0.375rem 1.1rem;
  border: 2px solid #ffaa03;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  border: 2px solid #ffaa03;
}

.btn-tertiary {
  color: #fff !important;
  background: #a287d1 !important;
  box-shadow: 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.btn-tertiary:hover {
  color: #fff !important;
  background: #bfacdf !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-outline-tertiary {
  color: #a287d1 !important;
  padding: 0.375rem 1.1rem;
  border: 2px solid #a287d1;
}
.btn-outline-tertiary:hover {
  color: #fff !important;
  border: 2px solid #a287d1;
}

.btn-light {
  background: #fff !important;
  color: #000;
}
.btn-light:hover {
  background: #000 !important;
  color: #fff;
}

.btn-dark {
  background: #000 !important;
  color: #fff;
}
.btn-dark:hover {
  background: #4d4d4d;
}

.btn-success, .btn-danger {
  color: #fff !important;
}
.btn-success:hover, .btn-danger:hover {
  color: #fff;
}

.btn-colored {
  color: #a287d1;
  background-color: #000;
  background: linear-gradient(to right, #ffaa03 0%, #eb5a10 50%, #ffaa03 100%);
  border: transparent;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.15rem;
}
.btn-colored:hover {
  color: #a287d1;
  background: linear-gradient(to right, #ffbb36 0%, #f27a3c 50%, #ffbb36 100%);
}

.modal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 75vh;
}
.modal .close {
  color: #fff;
  transition: 0.3s ease-in-out all;
}
.modal .close:hover {
  color: #ffaa03;
}
.modal .modal-content {
  position: relative;
  overflow: hidden;
  z-index: 1100 !important;
  border-radius: 1.5rem;
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}
@supports (backdrop-filter: blur()) {
  .modal .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(1rem);
  }
}
.modal .modal-content.bg-transparent {
  background: transparent !important;
}
.modal .modal-content .modal-body {
  padding: 1.5rem;
  z-index: 1;
}
.modal .modal-content .modal-body p {
  color: #06023b;
}
.modal .modal-content .modal-body p:last-of-type {
  margin-bottom: 0;
}
.modal .modal-content .modal-body a {
  color: #ffaa03;
  text-decoration: none;
}
.modal .modal-content .modal-body a:hover {
  text-decoration: underline;
}
.modal .modal-content .modal-body h3, .modal .modal-content .modal-body h6 {
  color: #eb5a10;
}
.modal .modal-content .modal-header {
  z-index: 1;
  background-color: #eb5a10;
  border-bottom: none;
  position: relative;
  border-bottom: solid 1px rgba(235, 90, 16, 0.15);
}
.modal .modal-content .modal-header .modal-title {
  letter-spacing: 1px;
  color: #fff;
}

.modal-backdrop {
  background-color: #06023b !important;
  z-index: 1040 !important;
}
.modal-backdrop.show {
  opacity: 0.85;
}

#custom-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition: 0.3s ease-in-out all;
  margin-top: 1rem;
}
#custom-nav ul {
  background: none;
}
#custom-nav ul li {
  display: inline-block;
}
#custom-nav ul li a {
  color: #fff;
  text-align: center;
  text-shadow: none;
  transition: 0.3s ease-in-out all;
  background: none;
  font-family: "gotham-condensed", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0 1rem;
  line-height: 5rem;
  text-decoration: none;
  letter-spacing: 1px;
}
#custom-nav ul li a:hover {
  color: #a287d1;
}
@media screen and (max-width: 992px) {
  #custom-nav ul li a {
    line-height: 2rem;
  }
}
#custom-nav .navbar {
  padding: 0;
  transition: 0.3s ease-in-out all;
  padding: 0 15px;
  position: relative;
}
#custom-nav .navbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-2rem + 15px);
  width: calc(100% - 30px + 4rem);
  height: 100%;
  border-radius: 50rem;
  z-index: -1;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(6, 2, 59, 0.3);
}
@supports (backdrop-filter: blur()) {
  #custom-nav .navbar:before {
    background-color: rgba(6, 2, 59, 0.35);
    backdrop-filter: blur(1rem);
  }
}
@media screen and (max-width: 992px) {
  #custom-nav .navbar:before {
    border-radius: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  #custom-nav .navbar:before {
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 0;
  }
}
#custom-nav .navbar .navbar-collapse {
  position: relative;
}
#custom-nav .navbar .navbar-collapse .navbar-nav {
  position: relative;
  z-index: 1;
}
#custom-nav .navbar .navbar-brand {
  text-decoration: none;
}
#custom-nav .navbar-toggler-icon {
  background: none;
  height: auto;
  color: #fff;
}
#custom-nav .navbar-toggler-icon i {
  font-size: 2rem;
}
#custom-nav .navbar-toggler {
  border-color: white;
  border: none;
  outline: none;
  transition: 0.3s ease-in-out all;
}
#custom-nav .navbar-toggler i {
  color: #fff;
}
#custom-nav .nav-link {
  position: relative;
  z-index: 10;
}
#custom-nav .nav-link.active {
  color: #a287d1;
}
#custom-nav .spinner-grow-sm {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.4rem;
}
#custom-nav .logo-main img {
  margin-top: 0;
  height: 2.2rem;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 992px) {
  #custom-nav ul {
    padding: 2rem 0;
  }
  #custom-nav ul li a {
    text-align: center;
    line-height: auto;
    margin-bottom: 0;
  }
  #custom-nav .logo-main img {
    height: 2rem;
    margin: 0.75rem 0;
  }
}
@media screen and (max-width: 580px) {
  #custom-nav {
    margin-top: 0;
  }
}
body.active-theater {
  overflow: hidden;
}
body.active-theater #dashboard {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
body.active-theater #dashboard .container {
  max-width: 100%;
}
body.active-theater #dashboard .container .video-container {
  position: relative;
  background-color: #000;
  padding: 0;
}
body.active-theater #dashboard .container #liveVideo {
  padding: 1rem;
  height: 100vh;
  background-color: #000;
}
body.active-theater #dashboard .container #liveVideo #liveWindow {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
body.active-theater #dashboard .container .modulo {
  padding: 1rem;
  height: 100vh;
  background-color: rgba(6, 2, 59, 0.95);
}
@supports (backdrop-filter: blur()) {
  body.active-theater #dashboard .container .modulo {
    background-color: rgba(6, 2, 59, 0.85);
    backdrop-filter: blur(1rem);
  }
}
body.active-theater #dashboard .container #modulo {
  box-shadow: none;
  border: none;
  overflow: visible;
  background-color: transparent;
}
body.active-theater #dashboard .container #modulo .poll-hidden {
  display: block;
}
body.active-theater .live-extra, body.active-theater #custom-nav {
  display: none;
}
body.active-theater #live-extra {
  display: none;
}

#liveVideo #liveWindow {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#liveVideo #liveWindow #moveicon {
  position: absolute;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  z-index: 1002;
}
#liveVideo #liveWindow.position-fixed {
  right: 1rem;
  z-index: 1001;
  max-width: 25vw;
  cursor: move;
}
#liveVideo #liveWindow.position-fixed iframe {
  pointer-events: none;
}
#liveVideo #liveHidden {
  background-color: #1c293d;
}

.countdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.countdown > div {
  font-size: calc(1.675rem + 5.1vw);
  font-family: "gotham-condensed", sans-serif;
  font-weight: 800;
  color: #ffaa03;
  line-height: 1;
  margin: 0 1rem;
  flex-basis: 25%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 580px) {
  .countdown > div {
    font-size: 2rem;
  }
}
.countdown > div span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 580px) {
  .countdown > div span {
    font-size: 0.5rem;
  }
}
.countdown > div:not(:last-of-type):before {
  content: ":";
  display: block;
  position: absolute;
  top: 0;
  right: -1rem;
  transform: translateX(50%);
  font-size: calc(1.675rem + 5.1vw);
  font-family: "gotham-condensed", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media screen and (max-width: 580px) {
  .countdown > div:not(:last-of-type):before {
    font-size: 2rem;
  }
}

.speakers-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.speakers-cards .card {
  background-color: transparent;
  border: 0;
  backdrop-filter: blur(0rem);
  flex-basis: calc((100% - 5rem) / 4);
}
@media screen and (max-width: 992px) {
  .speakers-cards .card {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .speakers-cards .card {
    flex-basis: 100%;
  }
}
.speakers-cards .card .speaker-img {
  border-radius: 50%;
  max-width: 85%;
}
.speakers-cards .card .card-body {
  display: flex;
  flex-direction: column;
}
.speakers-cards .card .card-body > :last-child {
  margin-bottom: 0 !important;
}
.speakers-cards .card .card-body .card-title {
  color: #ffaa03;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.speakers-cards .card .card-body .card-puesto {
  color: #fff;
  line-height: initial;
  margin-bottom: 1rem;
  text-transform: initial;
  font-weight: normal;
  font-size: 1rem;
  font-family: "gotham", sans-serif;
  letter-spacing: 0;
}
.speakers-cards .card .card-body .card-puesto:empty {
  display: none;
}
.speakers-cards .card .card-body .card-trayectoria {
  font-size: 80%;
  color: #ffaa03;
  margin-bottom: 1rem;
  line-height: 1;
}
.speakers-cards .card .card-body .card-trayectoria:empty {
  display: none;
}
.speakers-cards .card .card-body .speaker-btn {
  margin-top: auto;
}

#dashboard {
  z-index: 998;
}
#dashboard .carousel-item {
  border: 1px solid #a287d1;
}
#dashboard .carousel-inner {
  margin-bottom: 1rem;
}
#dashboard .carousel-indicators {
  bottom: -20px;
}
#dashboard .carousel-indicators [data-bs-target] {
  background-color: #fff;
  border: none;
  margin: 5px;
  opacity: 0.5;
  transition: opacity 0.3s, background-color 0.3s;
}
#dashboard .carousel-indicators .active {
  background-color: #a287d1; /* Azul activo */
  opacity: 1;
}
#dashboard.w-agenda {
  background-color: rgba(6, 2, 59, 0.5);
}
#dashboard #modulo {
  background-color: #fff;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}
#dashboard #modulo .nav-tabs {
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
#dashboard #modulo .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #000d40;
  font-size: 1rem;
  text-decoration: none;
}
#dashboard #modulo .nav-tabs .nav-link.active {
  color: #fff;
  border: none;
  background-color: #ffaa03;
}
#dashboard #modulo .tab-content {
  position: relative;
  overflow-y: scroll;
  overflow: hidden;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #fff;
}
#dashboard #modulo .tab-content .contenido {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 1rem;
  color: #06023b;
}
#dashboard #modulo .tab-content .chat-dialog {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #eb5a10;
}
#dashboard #modulo .tab-content .chat-dialog h1, #dashboard #modulo .tab-content .chat-dialog h2, #dashboard #modulo .tab-content .chat-dialog h3, #dashboard #modulo .tab-content .chat-dialog h4, #dashboard #modulo .tab-content .chat-dialog h5, #dashboard #modulo .tab-content .chat-dialog p, #dashboard #modulo .tab-content .chat-dialog li {
  color: #ffaa03;
}
#dashboard #modulo .tab-content .btn {
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 20px;
}
#dashboard #modulo .nav-item {
  font-size: 0.65rem;
}
#dashboard #modulo .chat {
  height: 25rem;
}
#dashboard #modulo .panel-body {
  overflow-y: scroll;
}
#dashboard #modulo ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#dashboard #modulo ::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#dashboard #modulo ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
#dashboard #modulo .acerca .datos-speaker {
  padding: 0.5rem;
}
#dashboard #modulo .acerca .datos-speaker h5 {
  font-size: 1rem;
}
#dashboard #modulo .acerca .datos-speaker p {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
#dashboard #modulo #canales {
  margin-bottom: 1rem;
}
#dashboard #modulo #canales.d-none {
  margin-bottom: 0;
}
#dashboard #modulo #canales .dropdown-item {
  font-weight: 700;
}
#dashboard #modulo #canales .dropdown-item:hover, #dashboard #modulo #canales .dropdown-item :focus {
  color: #fff;
  text-decoration: none;
  background-color: #a287d1;
}
#dashboard #modulo .poll-hidden {
  display: none;
}
#dashboard .controles {
  margin-bottom: 1rem;
}
#dashboard .controles h3 {
  font-size: 1.15rem;
  margin-bottom: 0;
}
#dashboard #banners {
  padding: 1rem 0;
  margin: 1rem auto;
  background: rgba(0, 0, 0, 0.2);
}
#dashboard #banners .btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65rem !important;
  margin: 0.5em auto;
}
#dashboard .disclaimer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 10;
  background-color: rgba(6, 2, 59, 0.9);
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  #dashboard .disclaimer {
    position: relative;
    margin-top: -56.25%;
  }
}
#dashboard .disclaimer .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
  font-size: 0.8rem;
}

.descarga {
  border-bottom: 1px solid #e6e6e6;
}
.descarga h5 {
  color: #eb5a10;
}

.main-live section#agenda .btn-live {
  display: none;
}

.heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@keyframes heartbeat {
  from {
    opacity: 1;
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    opacity: 0.81;
    transform: scale(0.81);
    animation-timing-function: ease-in;
  }
  17% {
    opacity: 0.88;
    transform: scale(0.88);
    animation-timing-function: ease-out;
  }
  33% {
    opacity: 0.77;
    transform: scale(0.77);
    animation-timing-function: ease-in;
  }
  45% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.bg-doctor, .bg-doctor2 {
  background-image: url("https://virtualevents-ifd.s3.us-west-2.amazonaws.com/gsk/respimaster/img/doctor02.webp");
  background-size: contain;
  background-position: center;
  position: relative;
  min-height: 55vh;
  background-repeat: no-repeat;
}

.bg-doctor2 {
  background-image: url("https://virtualevents-ifd.s3.us-west-2.amazonaws.com/gsk/respimaster/img/doctor-blur.webp");
}

.logo-reg {
  margin-top: -3rem;
}

.brands-bottom {
  margin-bottom: 2rem;
  opacity: 0.9;
}
.brands-bottom img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.brands-bottom img.small {
  max-width: 35%;
}
.brands-bottom img.med {
  max-width: 48%;
}

.embed-responsive {
  border: 2px solid #a287d1;
}

.event-splash {
  position: relative;
}
.event-splash .logo-gsk {
  max-width: 16vw;
}
.event-splash .main-logo {
  filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.25));
  max-width: 95%;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.event-splash .event-info {
  position: relative;
}
.event-splash .event-info h1 {
  font-size: 3vw;
  color: #fff;
  line-height: 0.85;
}
@media screen and (max-width: 768px) {
  .event-splash .event-info h1 {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .event-splash .event-info h1 {
    font-size: 2vw;
  }
}
.event-splash .brands {
  opacity: 0.9;
}
.event-splash .brands img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

.card {
  border-radius: 1.5rem;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(6, 2, 59, 0.4);
  overflow: hidden;
}
@supports (backdrop-filter: blur()) {
  .card {
    background-color: rgba(6, 2, 59, 0.5);
    backdrop-filter: blur(1rem);
  }
}

.login-logo {
  max-width: 30rem;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.25));
  position: relative;
  z-index: 10;
  margin-bottom: 1.5rem;
}

#registro {
  position: relative;
  z-index: 6;
}
#registro .form-panel {
  padding: 2rem 2rem 1rem;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
#registro hr {
  margin: 0 auto 1rem;
}
#registro .fecha {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #eb5a10;
  font-weight: 700;
}
#registro #sidebar-registro .logo-atd {
  margin-bottom: 1rem;
}
#registro #sidebar-registro p {
  line-height: 1.25;
  color: #fff;
}
#registro #sidebar-registro p strong {
  display: block;
}
@media screen and (max-width: 580px) {
  #registro {
    padding-bottom: 3rem;
  }
  #registro #sidebar-registro .logo-atd {
    width: 10rem;
    margin-bottom: 1rem;
  }
}

#login-dialog {
  background: #e6e6e6;
  padding: 2rem;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
#login-dialog ol {
  padding-left: 1rem;
}
#login-dialog ol li {
  font-size: 0.875rem;
}
#login-dialog hr {
  margin: 0 auto 1rem;
  border-bottom: 2px solid #ffaa03;
}

.autorice {
  text-align: left;
}
.autorice p {
  line-height: normal;
}

body.encuesta .form-check {
  padding: 0;
}
body.encuesta .form-check .form-check-inline {
  margin-top: 0;
}
body.encuesta .form-check .form-check-inline label {
  font-size: 1rem;
}

body.faqs main {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.faqs section {
  width: 100%;
}
body.faqs .accordion > .card {
  border-radius: 0 !important;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  box-shadow: none;
}
body.faqs .accordion > .card:last-of-type {
  border-bottom: none;
}
body.faqs .accordion > .card > .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  position: relative;
  padding-right: 2.5rem;
  cursor: pointer;
}
body.faqs .accordion > .card > .card-header h1, body.faqs .accordion > .card > .card-header h2, body.faqs .accordion > .card > .card-header h3, body.faqs .accordion > .card > .card-header h4, body.faqs .accordion > .card > .card-header h5, body.faqs .accordion > .card > .card-header h6 {
  color: #78bbe2;
  margin-bottom: 0;
}
body.faqs .accordion > .card > .card-header:after {
  position: absolute;
  width: 2.5rem;
  text-align: center;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #78bbe2;
  transition: 0.3s ease-in-out all;
}
body.faqs .accordion > .card > .card-header.collapsed:after {
  transform: translate(0, -50%) rotate(0deg);
}
body.faqs .accordion > .card > .card-header.collapsed.card-header {
  cursor: pointer;
}
body.faqs .accordion > .card > .card-header.collapsed.card-header h1, body.faqs .accordion > .card > .card-header.collapsed.card-header h2, body.faqs .accordion > .card > .card-header.collapsed.card-header h3, body.faqs .accordion > .card > .card-header.collapsed.card-header h4, body.faqs .accordion > .card > .card-header.collapsed.card-header h5, body.faqs .accordion > .card > .card-header.collapsed.card-header h6 {
  color: #fff;
  margin-bottom: 0;
}
body.faqs .accordion > .card .card-body {
  padding-top: 0;
}
body.faqs .accordion > .card .card-body p:last-of-type {
  margin-bottom: 0;
}

#agenda .row {
  display: flex;
  align-items: stretch;
}
#agenda .row > [class^=col-] {
  display: flex;
  flex-direction: column;
}
#agenda .card {
  flex: 1;
}

.agenda-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .agenda-grid {
    gap: 0.75rem;
  }
}
.agenda-grid .total {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  flex-basis: calc((100% - 1rem) / 12);
  font-weight: 800;
  margin-bottom: 0;
  color: #4d4d4d;
}
@media screen and (max-width: 992px) {
  .agenda-grid .total {
    padding: 0.75rem 1rem;
  }
}
.agenda-grid .horarios {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-basis: 100%;
}
@media screen and (max-width: 992px) {
  .agenda-grid .horarios {
    gap: 0.75rem;
  }
}
.agenda-grid .horarios .horario {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border-bottom: 1px solid #a287d1;
}
.agenda-grid .horarios .horario:last-child {
  border: 0;
}
@media screen and (max-width: 992px) {
  .agenda-grid .horarios .horario {
    flex-direction: column;
    gap: 0;
    padding-bottom: 1rem;
    align-items: center;
  }
}
.agenda-grid .horarios .horario .tiempo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  flex-basis: 100%;
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
  font-family: "gotham-condensed", sans-serif;
}
@media screen and (max-width: 992px) {
  .agenda-grid .horarios .horario .tiempo {
    justify-content: start;
    padding: 0.75rem 1rem 0.25rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
}
.agenda-grid .horarios .horario .speak {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 1rem 1.5rem;
  flex-basis: 100%;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .agenda-grid .horarios .horario .speak {
    justify-content: start;
    padding: 0.75rem 1rem 0.25rem;
  }
}
.agenda-grid .horarios .horario .descripcion, .agenda-grid .horarios .horario .titulos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
  flex-basis: calc((100% - 1rem) / 11 * 11);
  border-right: 1px solid #a287d1;
}
@media screen and (max-width: 992px) {
  .agenda-grid .horarios .horario .descripcion, .agenda-grid .horarios .horario .titulos {
    padding: 0.25rem 1rem 0.75rem;
    border-radius: 0 0 1.5rem 1.5rem;
    border-right: 0;
  }
}
.agenda-grid .horarios .horario .descripcion h5, .agenda-grid .horarios .horario .titulos h5 {
  color: #ffaa03;
  font-family: "gotham-condensed", sans-serif;
  text-transform: initial;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.agenda-grid .horarios .horario .descripcion h5 + p, .agenda-grid .horarios .horario .titulos h5 + p {
  margin-top: 0.25rem;
}
.agenda-grid .horarios .horario .descripcion p, .agenda-grid .horarios .horario .titulos p {
  margin-bottom: 0;
  font-family: "gotham", sans-serif;
}
.agenda-grid .horarios .horario .titulos {
  flex-basis: calc((100% - 1rem) / 11 * 8);
}
.agenda-grid .horarios .horario.primary .tiempo,
.agenda-grid .horarios .horario.primary .descripcion {
  background-color: #000d40;
}
.agenda-grid .horarios .horario.primary-light .tiempo,
.agenda-grid .horarios .horario.primary-light .descripcion {
  background-color: #78bbe2;
}
.agenda-grid .horarios .horario.primary-dark .tiempo,
.agenda-grid .horarios .horario.primary-dark .descripcion {
  background-color: #000d40;
}
.agenda-grid .horarios .horario.secondary .tiempo,
.agenda-grid .horarios .horario.secondary .descripcion {
  background-color: #ffaa03;
}
.agenda-grid .horarios .horario.tertiary .tiempo,
.agenda-grid .horarios .horario.tertiary .descripcion {
  background-color: #a287d1;
}
.agenda-grid .horarios .horario.quaternary .tiempo,
.agenda-grid .horarios .horario.quaternary .descripcion {
  background-color: #06023b;
}
@media screen and (max-width: 991px) {
  .agenda-grid .horarios .title-table {
    display: none;
  }
}
.agenda-grid.no-total {
  margin-bottom: 0;
}
.agenda-grid.no-total .horarios {
  flex-basis: 100%;
}
.agenda-grid.no-total .horarios .tiempo {
  flex-basis: calc(41.6666666667% + 1rem);
}
.agenda-grid.no-total .horarios .descripcion {
  flex-basis: calc(58.3333333333% - 1rem);
}

.intermedio {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  background-color: gray;
}
@media screen and (max-width: 992px) {
  .intermedio {
    margin-bottom: 0.75rem;
    padding: 0.75rem 1rem;
  }
}
.intermedio h3 {
  color: #fff;
  text-transform: initial;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .home .wp-info {
    text-align: center;
    align-items: center;
  }
}
