@charset "UTF-8";
@import url("https://use.typekit.net/hwc5lzd.css");
.bg-secondary {
  background-color: rgba(0, 0, 0, 0.6);
}

.gradient1 {
  background: rgb(210, 183, 102);
  background: linear-gradient(87deg, rgb(210, 183, 102) 0%, rgb(212, 145, 92) 100%);
}

.gradient-gold {
  background: rgb(196, 158, 81);
  background: radial-gradient(circle, rgba(196, 158, 81, 0.5) 0%, rgba(103, 59, 1, 0.5) 100%);
}

.gradient-blue {
  background: rgb(150, 230, 255);
  background: radial-gradient(circle, rgb(150, 230, 255) 0%, rgb(9, 19, 129) 100%);
}

.gradient-radial-blue {
  background: rgb(192, 251, 255);
  background: radial-gradient(circle, rgba(192, 251, 255, 0.7) 0%, rgba(9, 19, 129, 0.7) 83%, rgba(17, 31, 136, 0.7) 100%);
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: italic;
}
[v-cloak] {
  display: none;
}

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

body {
  background-color: #050505;
  font-size: 1rem;
  font-family: "klavika-web", sans-serif;
}
body p {
  font-size: 1.2rem;
  line-height: initial;
}
body p span {
  color: #c1a968;
}

section {
  position: relative;
  padding: 0 0 6rem;
  display: block;
  z-index: 2;
  min-height: 100vh;
}

main {
  padding: 0;
  min-height: 100vh;
  display: block;
  position: relative;
}

.modulo {
  border-radius: 0.25rem;
  width: 99%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.modulo h2, .modulo a {
  color: #fff;
}
.modulo p:nth-last-child(1) {
  margin-bottom: 0;
}

.intro-modulo {
  padding: 0.5rem 0;
  margin-bottom: 0.25rem;
}
.intro-modulo h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
.intro-modulo a {
  font-size: 1.1rem;
}

.bg-mask {
  background-color: rgba(0, 0, 0, 0.8);
}

#sidebar-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#sidebar-wrapper .list-group-item {
  background-color: rgba(193, 169, 104, 0.5);
  color: #fff;
}

#admin-layout .navbar {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
}
#admin-layout .navbar a {
  color: #fff;
}
#admin-layout .navbar a:hover {
  opacity: 0.7;
}

.intro-seccion {
  padding: 0;
  position: relative;
  z-index: 20;
}
.intro-seccion p {
  color: #fff;
  line-height: initial;
}
.intro-seccion h2 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
}
.intro-seccion .sticky {
  bottom: 3%;
  position: absolute;
  right: 2.5%;
}
.intro-seccion .sticky .card {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #c1a968;
  color: #fff;
}

#top-bar {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  padding: 0.5rem 0;
  transition: 0.3s ease-in-out all;
  background: rgba(5, 5, 5, 0.45);
  background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.45) 0%, rgba(5, 5, 5, 0) 100%);
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.45) 0%, rgba(5, 5, 5, 0) 100%);
}
#top-bar h1 {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
#top-bar a {
  color: #fff;
}
#top-bar .btn {
  margin-bottom: 0;
  display: block;
  border: 1px solid #fff;
}
#top-bar .btn .badge {
  background-color: transparent;
  color: #050505;
  font-weight: 300;
  font-size: 0.75rem;
  padding: 0;
  transform: translateY(1px);
}
#top-bar .btn.btn-light {
  color: #fff;
  background-color: #c1a968;
}
#top-bar .btn.btn-light:hover {
  background-color: #89807b;
}
#top-bar .btn.btn-light:hover .badge {
  color: #fff !important;
}
#top-bar .btn.btn-primary {
  background-color: #050505 !important;
  color: #fff !important;
  border: 1px solid #050505 !important;
}
#top-bar .btn.btn-primary .badge {
  color: #fff;
}
#top-bar .btn.btn-blueLight {
  background: rgb(192, 251, 255);
  background: radial-gradient(circle, rgb(192, 251, 255) 0%, rgb(9, 19, 129) 83%, rgb(17, 31, 136) 100%);
  border-color: 1px solid #c0fbff;
  color: #c1a968;
}
#top-bar .btn.btn-blueLight .badge {
  color: #050505;
}
#top-bar .btn.btn-black {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #050505;
  color: #fff;
  border-radius: 24px;
}
#top-bar .btn.btn-black .badge {
  color: #c0fbff;
}
#top-bar .btn.btn-secondary {
  background-color: #fff !important;
  color: #050505 !important;
  border: 1px solid #fff !important;
}
#top-bar .btn.btn-secondary .badge {
  color: #050505;
}
#top-bar .btn.active-msg {
  background-color: #050505 !important;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #c0fbff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.54);
  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.54);
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.54);
  overflow: hidden;
}
#top-bar .btn.active-msg .badge {
  color: #000;
  font-size: 0.8rem;
}
#top-bar .btn.active-msg .fa {
  font-size: 1rem;
}
#top-bar .dropdown-menu {
  background: #fff;
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
  margin-left: -4rem;
  padding: 0;
}
#top-bar .dropdown-menu .dropdown-item {
  color: #c1a968;
  transition: 0.3s ease-in-out all;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  text-align: center;
}
#top-bar .dropdown-menu .dropdown-item.active {
  background-color: #e9ecef;
}
#top-bar .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #c1a968;
}

#main-nav {
  box-shadow: 0 4px 12px rgba(73, 80, 87, 0.12), 0 8px 24px rgba(73, 80, 87, 0.12), 0 16px 36px rgba(73, 80, 87, 0.12);
  background-color: rgba(5, 5, 5, 0.8);
  border: 1px solid #c1a968;
  border-radius: 24px;
  position: fixed;
  z-index: 99;
  bottom: 1rem;
  left: 4%;
  width: 92%;
  padding: 0 0.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
#main-nav a {
  font-size: 1.125rem;
  display: block;
  margin: 0 0.25rem;
  padding: 0.5rem;
  color: #fff;
  opacity: 0.7;
}
#main-nav a.active {
  color: #c1a968;
  opacity: 1;
}

#nav-mask {
  position: fixed;
  bottom: -1rem;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 5rem;
  background: rgba(5, 5, 5, 0.95);
  background: -webkit-linear-gradient(bottom, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0) 100%);
  background: linear-gradient(to top, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0) 100%);
}

::selection {
  background: #262626;
  color: #fff;
}

::-moz-selection {
  background: #262626;
  color: #fff;
}

a {
  transition: 0.3s ease-in-out all;
  color: #c1a968;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

p, li {
  font-size: 1.1rem;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  transition: 0.3s ease-in-out all;
  font-weight: 700;
  text-transform: none;
  display: block;
  font-family: "klavika-web", sans-serif;
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

td {
  font-size: 0.875rem;
}

strong, b {
  font-weight: 700;
}

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

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

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

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

.secondary-font {
  font-family: "klavika-web", sans-serif;
  font-weight: 700;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

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

.blue {
  color: #89807b !important;
}

.cyan {
  color: #c1a968 !important;
}

.btn {
  transition: 0.3s ease-in-out all;
  border-radius: 0.25rem;
  border: 0;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1.25rem 0.25rem;
  max-width: 300px;
}

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

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

.btn-primary {
  color: #050505 !important;
  background: #c1a968 !important;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
.btn-primary:hover {
  background: #89807b !important;
}
.btn-primary:focus {
  border-color: #89807b;
  box-shadow: 0 0 0 0.2rem rgba(137, 128, 123, 0.5);
}

.btn-outline-primary {
  padding: 0.375rem 1.1rem;
  border: 2px solid #c1a968;
  font-weight: 500;
  background: transparent !important;
}
.btn-outline-primary:hover {
  border: 2px solid #fff;
}

.btn-secondary {
  color: #fff !important;
  background: #050505 !important;
}
.btn-secondary:hover {
  color: #343a40 !important;
  background: #c1a968 !important;
}

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

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

.btn-outline-light-home {
  padding: 0.375rem 1.1rem;
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent !important;
  font-weight: bolder;
}
.btn-outline-light-home:hover {
  background: #fff !important;
  color: #c1a968 !important;
  border: 2px solid #fff;
}

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

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

label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

label a {
  text-decoration: underline;
}

.form-vars, .form-control {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 0;
  border-color: #e9ecef;
  border: 0;
  border-bottom: 1px solid;
  text-shadow: none;
  transition: 0.3s ease-in-out all;
  color: #6c757d;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #c1a968;
  border-radius: 0.25rem;
  color: white;
}
.form-control:focus {
  color: #fff;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #89807b;
}
.form-control:disabled {
  background-color: transparent !important;
}

textarea {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #c1a968;
}

option {
  font-family: "klavika-web", sans-serif !important;
  background-color: #fff;
  font-style: normal !important;
  color: #000 !important;
}

.custom-file {
  border: none;
  padding-left: 0.5rem;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0 0.5em 0.5em 0;
}
.custom-file::after {
  border-radius: 0;
}

.custom-select {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #c1a968;
  border-radius: 0.25rem;
  color: white;
}
.custom-select::placeholder {
  color: #adb5bd;
}

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

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

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

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

.invalid-feedback {
  color: #FCD0A1 !important;
}

.form-control.is-invalid {
  color: #cf0a2c !important;
  box-shadow: 0 0 20px #dc3545;
}

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

.modal-backdrop {
  background: black;
  opacity: 0.8 !important;
}

.modal-content {
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #c1a968;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.35);
}
.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content h5, .modal-content p, .modal-content li {
  color: #fff;
}

.modal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem 0.25rem 0 0;
}
.modal-header i {
  color: #fff;
  text-shadow: 0;
  opacity: 1;
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header p, .modal-header li {
  color: #fff;
}
.modal-header h2 {
  display: none;
}

.modal-body {
  padding: 4rem 1rem;
}
.modal-body .btn {
  margin: 0 auto;
  display: block;
}

.modal-body, .modal-footer {
  border: none;
  text-align: center;
}
.modal-body a, .modal-footer a {
  font-size: 0.7rem;
  display: block;
}

.modal-footer {
  justify-content: flex-start;
}
.modal-footer button {
  z-index: 50;
}

.separador {
  height: 4rem;
}

.separador-sm {
  height: 2rem;
}

.separador-xl {
  height: 8rem;
}

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

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

.gradient-line {
  background: rgb(196, 158, 81);
  background: linear-gradient(87deg, rgb(196, 158, 81) 0%, rgb(253, 238, 163) 100%);
  height: 2px;
}

h2 {
  font-size: 3rem;
}
@media screen and (max-height: 580px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: 2.3rem;
  }
}

.Vue-Toastification__toast--info {
  background-color: rgba(0, 0, 0, 0.85) !important;
  border: 1px solid #c1a968;
  border-radius: 8px !important;
}

.bounce-top {
  -webkit-animation: bounce-top 0.9s 1.5s infinite alternate-reverse both;
  animation: bounce-top 0.9s 1.5s infinite alternate-reverse both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-26 16:24:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-25 17:44:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.wobble-hor-top {
  -webkit-animation: wobble-hor-top 0.8s infinite both;
  animation: wobble-hor-top 0.8s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-25 17:42:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-top {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
    transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
    transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
    transform: translateX(-6px) rotate(1.2deg);
  }
}
@keyframes wobble-hor-top {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
    transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
    transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
    transform: translateX(-6px) rotate(1.2deg);
  }
}
.flicker-1 {
  -webkit-animation: flicker-1 2s linear infinite both;
  animation: flicker-1 2s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-25 10:27:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flicker-1
 * ----------------------------------------
 */
@-webkit-keyframes flicker-1 {
  0%, 100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%, 100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
.text-danger {
  font-weight: bolder;
  color: yellow !important;
}

.counter {
  text-align: center;
  background: #c1a968;
}
.counter h1, .counter h2, .counter h3, .counter h4, .counter h5, .counter p, .counter li {
  color: #050505;
}
.counter ul {
  padding: 0;
  margin: 0;
}
.counter ul li {
  width: 28%;
  padding: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  list-style-type: none;
  text-transform: uppercase;
}
.counter ul li span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
.counter ul li:nth-last-child(0) {
  color: #000;
}

.counter {
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  padding: 1rem;
  min-height: 4.625rem;
  margin: 1rem auto;
  font-family: "klavika-web", sans-serif;
  font-size: 0.65rem;
}
.counter span {
  color: #fff;
  display: block;
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.5rem;
}

#landing {
  min-height: 100vH;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#landing .logo-marca {
  margin: 0 auto;
  width: 40%;
}
#landing #login-form {
  margin: 0 auto;
}
#landing h1 {
  margin-bottom: 2rem;
}
#landing .jumbotron {
  margin: 2rem auto;
  width: 90%;
  background-color: transparent;
}
#landing .jumbotron h2 {
  color: #fff;
  font-family: "klavika-web", sans-serif;
}
#landing .jumbotron a {
  font-size: 0.7rem;
}

.cookieAcceptBar {
  width: 20rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  border-radius: 0.25rem;
  text-align: center;
  background-color: #212529;
  color: #fff;
  font-size: 0.875rem;
  padding: 1rem;
  z-index: 99999;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.35);
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 580px) {
  .cookieAcceptBar {
    bottom: 4rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
}
.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.cookieAcceptBar a:hover {
  color: #ada7a3;
}

#venue {
  display: block;
  padding: 1.5rem;
  color: #fff;
  line-height: initial;
}
#venue .container {
  max-width: 40rem;
}
#venue .fa {
  font-size: 1.3rem;
  color: #c1a968;
}
#venue h3 {
  font-size: 1.4rem;
}
#venue img {
  border: 2px solid #c1a968;
  border-radius: 24px;
}
@media screen and (max-width: 580px) {
  #venue img {
    border-radius: 18px;
  }
}
#venue a {
  text-decoration: underline;
}
#venue a:hover {
  text-decoration: none;
}
#venue .btn-primary {
  margin: 0 auto;
  display: block;
  font-size: 1.3rem;
  text-decoration: none;
}
#venue .wp-venue {
  max-width: 45%;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #venue .wp-venue {
    max-width: 55%;
  }
}
@media screen and (max-width: 991px) {
  #venue .wp-venue {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #venue .wp-venue {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  #venue .wp-venue {
    flex-direction: column;
  }
}
#venue .wp-venue .info-venue {
  border: 1px solid #c1a968;
  padding: 1rem 1.3rem;
}
@media screen and (max-width: 580px) {
  #venue .wp-venue .info-venue {
    width: 100%;
    justify-content: center;
  }
}
#venue .wp-venue .date {
  margin-right: 0.9rem;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 580px) {
  #venue .wp-venue .date {
    margin-right: 0;
    margin: 0 auto;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
  }
}
#venue .wp-venue .date p {
  font-size: 1.1rem;
}
#venue .wp-venue .place {
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 580px) {
  #venue .wp-venue .place {
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }
}

#hero {
  padding: 3rem 0 0 0;
  background-image: url("https://smart-meetings.s3.us-west-2.amazonaws.com/amd-summit-retail/img/bg-amd.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  #hero {
    min-height: 30vh;
  }
}
@media screen and (max-height: 500px) {
  #hero {
    min-height: 90vh;
  }
}
@media screen and (max-width: 500px) {
  #hero {
    padding-top: 2rem;
  }
}
#hero p {
  color: #fff;
}
@media screen and (max-width: 500px) {
  #hero h1 {
    padding-top: 1.1rem !important;
  }
}
#hero h1 span {
  color: #c1a968;
}
@media screen and (max-width: 500px) {
  #hero .container {
    margin-top: 4rem;
  }
}
#hero .gradient-line {
  background: rgb(196, 158, 81);
  background: linear-gradient(87deg, rgb(196, 158, 81) 0%, rgb(253, 238, 163) 100%);
  height: 2px;
}
#hero .sm-logo {
  float: left;
  max-width: 12%;
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 500px) {
  #hero .sm-logo {
    max-width: 20%;
  }
}

#soporte-home p {
  color: #fff;
}
#soporte-home p a {
  text-decoration: underline;
  font-family: "klavika-web", sans-serif;
}
#soporte-home .card {
  text-align: center;
  margin: 1rem 0;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px rgba(108, 117, 125, 0.12), 0 8px 8px rgba(108, 117, 125, 0.12), 0 16px 16px rgba(108, 117, 125, 0.12);
  background-color: rgba(137, 128, 123, 0.6);
}
#soporte-home .card h3 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #fff;
}
#soporte-home .card .telefono {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
#soporte-home .card .btn {
  background-color: #25D366 !important;
}
#soporte-home .card .btn i {
  font-size: 1.25rem;
  transform: translateY(1px);
}

#registro .jumbotron {
  padding: 1rem;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 580px) {
  #registro .jumbotron .btn-group {
    display: flex;
    flex-direction: column;
  }
}
#registro .jumbotron .btn-outline {
  border-radius: 12px;
  border: 1px solid white;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 580px) {
  #registro .jumbotron .btn-outline {
    max-width: 100%;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 580px) {
  #registro .jumbotron span {
    display: none;
  }
}
#registro .modulo {
  padding: 0 0 2rem 0;
}
#registro .tab-content {
  padding-top: 1rem;
}
#registro .nav-pills {
  margin-bottom: -1rem;
  margin-top: 1rem;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.35);
}
#registro .nav-pills .nav-link {
  padding: 0.25rem;
  background: #e9ecef;
  color: #c1a968;
  transition: 0.3s ease-in-out all;
  position: relative;
  font-size: 1.25rem;
  border-radius: 0;
}
#registro .nav-pills .nav-link.active {
  background: #050505;
  color: #c1a968;
}
@media screen and (max-width: 767px) {
  #registro .btn-primary {
    width: 100%;
    max-width: 100%;
  }
}
#registro .accordion .card {
  border-bottom: 1px solid white;
}
#registro .accordion .card-header {
  border-bottom: 1px solid rgb(255, 255, 255);
}
#registro .accordion .card-header .btn-link:hover {
  color: white;
  opacity: 0.7;
}

#intro-registro {
  background: #c1a968;
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
}
#intro-registro .nav-pills {
  margin-bottom: -1rem;
}
#intro-registro .nav-pills .nav-link {
  background: #6c757d;
  margin-right: 1rem;
  transition: 0.3s ease-in-out all;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
#intro-registro .nav-pills .nav-link i {
  text-align: center;
  position: absolute;
  opacity: 0.1;
  right: calc(50% - 1.25rem);
  top: 0.05rem;
  font-size: 2.5rem;
  transition: 0.3s ease-in-out all;
  color: #050505;
}
#intro-registro .nav-pills .nav-link:hover {
  background: #050505;
  color: #6c757d;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
#intro-registro .nav-pills .nav-link:hover i {
  opacity: 0.25;
  right: 50%;
  top: -2rem;
  font-size: 4.5rem;
  color: #6c757d;
}
#intro-registro .nav-pills .nav-link.active {
  background: #050505;
}
#intro-registro .nav-pills .nav-link.active i {
  color: #6c757d;
}
#intro-registro .nav-pills .nav-link.active:hover {
  background: #050505;
  color: #6c757d;
}
#intro-registro .tab-content {
  border-bottom: 8px solid #6c757d;
  background: #6c757d;
  min-height: 10rem;
  padding: 3rem 2rem 2rem;
  border-radius: 0 2rem 2rem 2rem;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out all;
}
#intro-registro .tab-content:hover, #intro-registro .tab-content:focus {
  border-bottom: 8px solid #050505;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

#login-dialog {
  padding: 2rem;
  border-radius: 2.5rem;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
#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 #050505;
}

#agenda .intro-seccion h1 {
  margin-bottom: 0;
}
#agenda .intro-seccion h3 {
  color: #fff;
  margin-bottom: 1rem;
}
#agenda .intro-seccion label {
  color: #fff;
}
#agenda .intro-modulo h2 {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 580px) {
  #agenda .intro-modulo h2 {
    font-size: 2rem;
  }
}
#agenda p {
  color: #fff;
  line-height: initial;
}
#agenda a, #agenda h3 {
  color: #c1a968;
}
#agenda h3 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
#agenda .modulo {
  margin-top: 0 !important;
}
#agenda .modulo .container {
  margin-top: 0;
}
#agenda .modulo a {
  color: #fff !important;
  background: #c1a968 !important;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  display: block;
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 580px) {
  #agenda .modulo a {
    max-width: 100%;
  }
}
#agenda .modulo a:hover {
  color: #fff !important;
  background: #050505 !important;
}
#agenda .modulo strong {
  color: #fff;
}
#agenda .modulo p span {
  font-weight: 700;
  text-decoration: none !important;
}
#agenda .modulo .jumbotron a {
  color: #c1a968;
  background: transparent !important;
}
#agenda .modulo li {
  color: #fff;
}
#agenda .modulo img {
  border: 2px solid #fff;
  border-radius: 24px;
  margin: 2rem auto;
}
@media screen and (max-width: 580px) {
  #agenda .modulo img {
    border-radius: 18px;
  }
}
#agenda .pic {
  margin: 0 auto;
  border-radius: 24px;
  border: 2px solid #c1a968;
}
@media screen and (max-width: 580px) {
  #agenda .pic {
    border-radius: 18px;
  }
}

#soporte-agenda {
  color: #c1a968;
  line-height: initial !important;
}
#soporte-agenda .btn {
  background-color: #25D366 !important;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 1.1rem;
}
#soporte-agenda .btn i {
  font-size: 1.3rem;
  transform: translateY(1px);
  padding-bottom: 5px;
  padding-right: 5px;
}
#soporte-agenda .telefono {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  #soporte-agenda .telefono {
    display: block;
  }
}

.agenda-horario {
  background-color: rgba(5, 5, 5, 0.6);
  width: 100%;
  margin: 0.75rem auto;
  border: 1px solid #c1a968;
  border-radius: 24px;
  min-height: 3rem;
  overflow: hidden;
}
.agenda-horario .horario {
  height: 100%;
  background-color: #c1a968;
  color: #000;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.35;
  padding: 1rem 0.25rem;
  min-height: 2rem;
}
@media screen and (max-width: 580px) {
  .agenda-horario .horario {
    line-height: 1.1;
  }
}
.agenda-horario .col-8 {
  padding: 0 0.5rem;
}
.agenda-horario h3 {
  font-size: 1.3rem !important;
  margin-top: 0 !important;
  margin-bottom: 0;
  color: #fff !important;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .agenda-horario h3 {
    font-size: 1rem !important;
  }
}
.agenda-horario i {
  color: #c1a968;
}
.agenda-horario.agenda-receso {
  background-color: #c1a968;
}
.agenda-horario.agenda-receso .horario {
  color: #fff;
}
.agenda-horario.agenda-receso h3, .agenda-horario.agenda-receso i {
  color: #fff;
}

#agenda-loop {
  z-index: 50;
}
#agenda-loop .jumbotron {
  background: transparent;
  padding: 0;
  margin: 0.5rem auto 1rem;
}
#agenda-loop .jumbotron p {
  color: #fff;
  font-size: 1rem;
}
#agenda-loop .jumbotron h3 {
  padding-bottom: 0;
}
#agenda-loop h2 {
  font-size: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 580px) {
  #agenda-loop h2 {
    font-size: 2.6rem;
  }
}
#agenda-loop .card {
  border: 0;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0;
}
#agenda-loop .card .card-body {
  padding: 1rem;
}
#agenda-loop .card .agenda-horario {
  border-radius: 0.25rem;
}
#agenda-loop .card .agenda-horario .sala {
  font-weight: 300;
  color: #c1a968;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
#agenda-loop .card .agenda-horario .horario {
  border-radius: 0.25rem 0.25rem 0 0;
  text-align: left;
  padding-left: 1.25rem;
  font-weight: 300;
  display: none;
}
#agenda-loop .card .agenda-horario .descripcion {
  line-height: 1.5;
  font-size: 0.875rem;
}
#agenda-loop .card .agenda-horario .dress-code {
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #6c757d !important;
}
#agenda-loop .card .agenda-horario.alt-horario {
  padding: 0;
  box-shadow: 0 4px 12px rgba(73, 80, 87, 0.12), 0 8px 24px rgba(73, 80, 87, 0.12), 0 16px 36px rgba(73, 80, 87, 0.12);
}
#agenda-loop .card .agenda-horario.alt-horario .horario {
  padding: 0.5rem 0;
  border-radius: 0.25rem 0.25rem 0 0;
  text-align: left;
  padding-left: 0.75rem;
  font-weight: 300;
  background-color: #c1a968;
  color: #fff;
  font-weight: 700;
}
#agenda-loop .card .agenda-horario.agenda-receso {
  background-color: #343a40;
}
#agenda-loop .card .agenda-horario.agenda-receso h3, #agenda-loop .card .agenda-horario.agenda-receso .sala, #agenda-loop .card .agenda-horario.agenda-receso .descripcion, #agenda-loop .card .agenda-horario.agenda-receso .dress-code {
  color: #fff;
}

#speakers .intro-seccion img {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  transform: scale(1.125) translateX(10px);
  border-radius: 50%;
  border: 2px solid #c1a968;
}
#speakers .intro-seccion .cargo {
  font-size: 0.875rem;
}
#speakers .intro-seccion .empresa {
  color: #fff;
  font-weight: 700;
}
#speakers .intro-seccion .empresa::before {
  content: " · ";
}
#speakers .intro-seccion .redes {
  border-left: #ae9348 2px solid;
  padding-left: 1rem;
}
#speakers .intro-seccion .redes a {
  display: block;
  color: #fff;
  font-size: 0.8rem;
}
#speakers .intro-seccion .redes a i {
  margin-right: 0.125rem;
}
#speakers p {
  color: #fff;
}

#speakers-loop .media {
  margin-bottom: 1rem;
}
#speakers-loop .media img {
  width: 3rem;
  transform: translateX(-0.5rem);
  border-radius: 50%;
  border: 2px solid #c1a968;
}
#speakers-loop .media-body {
  background-color: #fff;
  padding: 0.75rem;
  padding-left: 1rem;
  box-shadow: 0 4px 4px rgba(173, 181, 189, 0.12), 0 8px 8px rgba(173, 181, 189, 0.12), 0 16px 16px rgba(173, 181, 189, 0.12);
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}
#speakers-loop .media-body i {
  position: absolute;
  right: 0.5rem;
  bottom: calc(50% - 0.75rem);
  font-size: 1.25rem;
  color: #e9ecef;
}
#speakers-loop .media-body h3 {
  color: #c1a968;
  font-size: 1rem;
  margin-bottom: 0;
}
#speakers-loop .media-body h4 {
  color: #212529;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 300;
}

#galeria h2 {
  font-size: 3rem;
}
#galeria .tab-content {
  z-index: 30;
  display: block;
  position: relative;
}
#galeria .info-gallery {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #galeria .info-gallery {
    max-width: 95%;
  }
}
#galeria .info-gallery .btn-primary {
  border-radius: 24px;
}
#galeria .btn-group .btn {
  font-size: 0.75rem;
  padding: 0.5rem 0.25rem;
  margin-right: 0.25rem;
  color: #fff !important;
  border-radius: 0;
  background-color: #c1a968;
}
#galeria .btn-group .btn.active {
  background-color: #fff !important;
  color: #050505 !important;
}
#galeria .btn-group .btn-primary {
  background-color: #c1a968 !important;
  border: 0;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  color: #fff !important;
}
#galeria .btn-group .btn-primary.active {
  background-color: #fff !important;
  color: #050505 !important;
}

#my-test-gallery {
  text-align: center;
}
#my-test-gallery a {
  display: block;
}
#my-test-gallery a img {
  width: 90% !important;
  margin: 0 auto;
  border: 2px solid #c1a968;
  border-radius: 24px;
}

#hotel p {
  color: #fff;
}
#hotel img {
  margin: 0.75rem auto;
  display: block;
  box-shadow: 0 4px 4px rgba(173, 181, 189, 0.12), 0 8px 8px rgba(173, 181, 189, 0.12), 0 16px 16px rgba(173, 181, 189, 0.12);
}
#hotel .destino-descripcion {
  position: relative;
  padding: 0.5rem 0;
  margin: 0.5rem auto;
  border-bottom: 1px solid #e9ecef;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
#hotel .destino-descripcion i {
  z-index: 1;
  font-size: 2.5rem;
  color: #e9ecef;
  min-width: 2.5rem;
  width: 2.5rem;
}
#hotel .destino-descripcion p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 0.875rem;
}
#hotel .destino-descripcion:nth-child(1) {
  background-color: #000;
}

#objetivo .jumbotron {
  background: #050505;
  padding: 1.25rem;
  margin: 0.5rem auto 1rem;
}
#objetivo .jumbotron p {
  color: #fff;
}

#contacto {
  background-color: rgba(54, 88, 173, 0.8);
}
#contacto p {
  color: #fff;
}
#contacto .btn {
  margin: 0 auto;
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 580px) {
  #contacto .btn {
    max-width: 90%;
  }
}
#contacto .btn i {
  font-size: 1.3rem;
  transform: translateY(1px);
  padding-bottom: 5px;
  padding-right: 5px;
}
#contacto .telefono {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  #contacto .telefono {
    display: block;
  }
}

#guia {
  background-color: rgba(54, 88, 173, 0.8);
}
#guia p {
  color: #fff;
}
@media screen and (max-width: 580px) {
  #guia #agenda-loop h2 {
    font-size: 1.8rem;
  }
}
#guia .intro-seccion {
  padding: 0;
}
#guia .intro-seccion .container-fluid {
  margin-bottom: 2rem;
}
#guia .modulo {
  margin-top: 0;
}
#guia .jumbotron {
  background: transparent;
  padding: 1.25rem;
  margin: 0.5rem auto 1rem;
}
@media screen and (max-width: 580px) {
  #guia .jumbotron {
    padding: 1rem 0;
  }
}
#guia .jumbotron p, #guia .jumbotron li {
  color: #fff;
  line-height: initial;
}
#guia .jumbotron li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 580px) {
  #guia .jumbotron ol {
    padding-inline-start: 25px !important;
  }
}
#guia .jumbotron a {
  color: #fff;
  text-decoration: underline;
  font-weight: bolder;
}
#guia .jumbotron a.btn-primary {
  text-decoration: none !important;
}
#guia .jumbotron img {
  border: 2px solid white;
  border-radius: 14px;
  display: block;
  margin: 2rem auto;
}
#guia table {
  border: 1px solid #c1a968;
  margin: 2rem auto;
}
#guia table thead {
  background-color: #c1a968;
  color: #000 !important;
}
#guia table td {
  border: 1px solid #c1a968;
  color: #fff !important;
}

#reservacion {
  background-color: rgba(54, 88, 173, 0.8);
}

#usuario .jumbotron {
  background: #050505;
  padding: 2rem 1.25rem;
  margin: 0.5rem auto 1rem;
}
#usuario .jumbotron h3 {
  font-size: 1rem;
  margin-top: 0.5rem;
}
#usuario .jumbotron p {
  color: #fff;
}
#usuario .jumbotron a {
  color: #c1a968;
}

#videos {
  background-color: rgba(54, 88, 173, 0.8);
}
#videos .embed-responsive {
  border: 1px solid white;
}

#notificaciones h2 {
  font-size: 3rem;
}
@media screen and (max-width: 580px) {
  #notificaciones h2 {
    font-size: 2.5rem;
  }
}
#notificaciones p {
  color: #fff;
}
#notificaciones .notificacion-callout {
  border-color: #c1a968;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #c1a968;
}
#notificaciones .notificacion-callout h3, #notificaciones .notificacion-callout p {
  position: relative;
  z-index: 5;
  color: #fff;
}
#notificaciones .notificacion-callout h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #c1a968;
  font-weight: 700;
}
#notificaciones .notificacion-callout p {
  font-size: 1rem;
  line-height: initial;
}
#notificaciones .notificacion-callout .hora {
  color: #fff;
  margin-bottom: 1rem;
}
#notificaciones .notificacion-callout p:nth-last-child(1) {
  margin-bottom: 0;
}
#notificaciones .notificacion-callout::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "\f8fa";
  font-size: 2rem;
  position: absolute;
  color: #c1a968;
  z-index: 3;
  right: 1rem;
  top: 1rem;
}
#notificaciones .notificacion-callout.notificacion-nueva {
  border: 1px solid #c0fbff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.35);
  color: #fff;
}
#notificaciones .notificacion-callout.notificacion-nueva h3, #notificaciones .notificacion-callout.notificacion-nueva p {
  color: #fff;
}
#notificaciones .notificacion-callout.notificacion-nueva h3 {
  color: #c0fbff;
}

.pswp__message-bar {
  max-width: 65%;
}
.pswp__message-bar .alert {
  line-height: initial;
}

#live-questions .intro-seccion h3 {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.question-callout {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 4px rgba(173, 181, 189, 0.12), 0 8px 8px rgba(173, 181, 189, 0.12), 0 16px 16px rgba(173, 181, 189, 0.12);
  position: relative;
}
.question-callout h3 {
  margin-bottom: 0;
}
.question-callout p {
  position: relative;
  font-size: 1rem;
  z-index: 4;
}
.question-callout p.usuario {
  font-weight: 700;
  font-size: 0.875rem;
}
.question-callout p:nth-last-child(1) {
  margin-bottom: 0;
}
.question-callout::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "\e1e3";
  font-size: 2rem;
  position: absolute;
  color: #e9ecef;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
}

.questions-loop .btn .badge-light {
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
}

#polls .intro-seccion h3 {
  color: #050505;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
#polls p {
  font-size: 1.1rem;
  line-height: initial;
  color: #fff;
}

.poll-callout {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.poll-callout h3 {
  margin-bottom: 0;
}
.poll-callout p {
  position: relative;
  font-size: 1rem;
  z-index: 4;
}
.poll-callout p.usuario {
  font-weight: 700;
  font-size: 0.875rem;
}
.poll-callout p:nth-last-child(1) {
  margin-bottom: 0;
}

.encuesta {
  position: relative;
  z-index: 3;
  margin-bottom: 3rem;
}
.encuesta .radio {
  cursor: pointer;
  display: flex;
}
.encuesta .radio input {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
.encuesta .radio span {
  width: 100%;
  padding: 0.15rem 0.35rem;
  border: 2px solid #6c757d;
  display: block;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-bottom: 1rem;
}
.encuesta .radio input:checked + span {
  border: 2px solid #c1a968;
  border-color: #c1a968;
  background-color: #c1a968;
  color: #fff;
}
.encuesta .pregunta {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.encuesta .respuesta {
  margin-bottom: 1rem !important;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.encuesta .respuesta .leyenda {
  color: #6c757d;
  font-size: 0.65rem;
  line-height: 1;
  max-width: 4rem;
  text-align: center;
}
.encuesta .respuesta input[type=radio] {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.encuesta .respuesta label {
  border-radius: 0.25rem;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  display: flex;
  width: auto;
  color: #fff;
  border: 1px solid #c1a968;
}
.encuesta .respuesta input[type=radio]:checked + label {
  border: 1px solid #c1a968;
  border-color: #c1a968;
  background-color: #c1a968;
  color: #fff;
  font-weight: 700;
}
.encuesta .respuesta:nth-child(1) {
  background-color: #000 !important;
}
.encuesta .respuesta.horizontal {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.encuesta .respuesta.horizontal .radio {
  cursor: pointer;
  display: flex;
}
.encuesta .respuesta.horizontal .radio input {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
.encuesta .respuesta.horizontal .radio span {
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  width: 2rem;
  border: 2px solid #ced4da;
}
.encuesta .respuesta.horizontal .radio input:checked + span {
  border: 2px solid #c1a968;
  border-color: #c1a968;
  background-color: #c1a968;
  color: #050505;
}
.encuesta .respuesta-opcion {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}
