/* @import url("https://fonts.googleapis.com/css?family=Libre+Franklin:200,400,500,600,700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url("../fonts/FontAwesome/css/all.css");

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    /* background-color: #fff; */
    background: url('../images/bg.png');
    font-family: 'Changa', sans-serif;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-position: center center; */
}

.multiply {
    background: url('../images/bg.png') #7246c4;
    background-blend-mode: multiply;
    -webkit-background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mw-200px {
    max-width: 200px !important;
}

.bg-black {
    background-color: rgb(0, 0, 0, 0.6);
}

.bg-black-before::before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #7246c4;
    left: 0;
    mix-blend-mode: multiply;
    z-index: -1;
}

.text-blue {
    color: #82cbd5;
}

.font-dosis {
    font-family: 'Dosis', sans-serif;
}

nav.navbar {
    /* background: linear-gradient(to right, #005ccf, #005bcc, #0054c5, #004dbd); */
    vertical-align: top;
    align-items: center;
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 2;
    /* margin-bottom: 12vh;
    min-height: 12vh; */
    /* backdrop-filter: blur(20px); */
    /* background-color: rgba(0, 0, 0, .8); */
}

.w-fit {
    width: fit-content;
}

.blend-multiply {
    mix-blend-mode: multiply;
}

.logo-slogan::before {
    width: 100%;
    content: ' ';
    position: absolute;
    display: block;
    height: 100%;
    background: #7246c4;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 1;
}

ul.navbar-nav { 
    flex-wrap: wrap;
}

.gif-area {
    position: absolute;
    right: 0;
    bottom: 0;
    /* transform: translateY(10%); */
}

section[id="inicio"] {
    margin: 0 !important;
    background: url('../images/fondo_inicio.jpg')/* , url('../images/2.png') */;
    /* background-blend-mode: multiply; */
    min-height: 100vh;
    width: 100%;
    padding-top: 12vh;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 30px;
    position: relative;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.text-purple {
    color: #7246c4;
}

.text-gold {
    color: #d1a66f;
}

.lh-1 {
    line-height: 1;
}

.btn.btn-new {
    color: #fff;
    border-radius: 0;
    padding-left: 25px;
    /* font-size: 20px; */
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(99, 240, 237, 0.7);
    /* padding: 10px 30px; */
    position: relative;
    /* box-shadow: -10px 10px 10px 5px rgba(0, 0, 0, 0.18);  */
}

.btn.btn-new:focus, .btn.btn-new:active {
    box-shadow: none;
}

.btn.btn-new::before {
    content: ' ';
    background-color: #63f0ed;
    display: block;
    left: -1px;
    width: 10px;
    top: -1px;
    height: calc(100% + 2px);
    position: absolute;
}

.btn.btn-new:hover {
    background-color: #63f0ed;
}

.bubbles {
    background: url('../images/fondo_inicio.png');
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: -1rem !important;
    background-position: 100%;
    background-attachment: fixed;
}

.bubbles.min {
    top: 0;
    right: 0;
}

.bubbles.min.background {
    background: url('../images/bubbles/FONDO_BIBLIO.png') no-repeat 100%;
    background-attachment: scroll;
}

.gradient {
    color: #fff;
    background: linear-gradient(to right, #08609b, #2ba3a8) !important;
}

.gradient.min {
    position: relative;
}

.relative {
    position: relative !important;
}

.no-decoration {
    text-decoration: none;
}

.white {
    color: #fff !important;
}

#register {
    color: #fff;
    font-size: 2em;
}

#register:hover {
    color: rgba(255, 255, 255, 0.75);
}

sections {  
    /* margin-top: 12vh; */
    position: absolute;
    width: 100%;
}

.mb-6 {
    margin-bottom: 5rem;
}

section {
    z-index: 1;
    padding: 50px 0;
    word-break: break-word;
}

section h1.title {
    color: #003c8d;
    font-size: 1.5rem;
    font-weight: 600;
}

.hidden {
    display: none;
}

a.gray:hover {
    color: #5b5d5e!important;
}

a.blue:hover {
    text-decoration-color: #33b7c1 !important;
}

a.blue, b.blue, p.blue {
    color: #1177cf;
}

a.orange:hover {
    text-decoration-color: #ed5b0f !important;
}

a.orange, b.orange, p.orange {
    color: #ed5b0f;
}

b.dark-blue {
    color: #1177cf;
}

.download-pdf {
    background-color: #ed5a0c;
    color: #fff;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5), inset 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
    border-radius: 2em;
    padding: 0.7em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.download-pdf:hover {
    color: #f1f1f1;
}

.day-title {
    color: #003c8d;
    font-weight: bold;
    font-size: 20px;
}

.programa-title {
    /* padding: 5px 10px; */
    position: relative;
    /* background-color: rgba(255, 255, 255, 0.8); */
}

.programa-title::before {
    content: ' ';
    background-color: #d0a56f;
    display: block;
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
    position: absolute;
}

.programa-title.blue-bg {
    background-color: rgba(141, 212, 237, 0.8);
}

.day-button {
    /* border: 2px solid #003c8d; */
    /* border-radius: 2em; */
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #d0a56f;
    position: relative;
    /* font-size: 14px; */
}

.day-button::before {
    content: ' ';
    background-color: #d0a56f;
    display: block;
    left: -1px;
    width: 10px;
    top: -1px;
    height: calc(100% + 2px);
    position: absolute;
}

a.day-button:hover, .day-button:hover {
    background-color: #d0a56f;
    text-decoration: none;
}

a.day-button.active:hover, .day-button.active {
    background: rgba(208, 165, 111, 0.7);
    color: #fff;
    border: 2px solid transparent;
    /* box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3); */
}

.day-button.disabled, .day-button.disabled:hover {
    border-color: #15708f66 !important;
    color: #198fbd66 !important;
    cursor: not-allowed !important;
    background-color: #e0e0e040 !important;
}

.middle {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.middle#names {
    flex-wrap: wrap;
}

#edition {
    font-weight: bold;
}

#edition sup {
    top: -0.5em;
    left: -0.1em;
    font-size: 60%;
}

.w-100 {
    width: 100% !important;
}

.h-61-vh {
    height: 61vh !important;
}

.middle a {
    color: #fff;
}

.middle a:hover {
    color: rgba(255, 255, 255, 0.75);
}

#middle-bottom {
    font-size: 3rem;
    color: #fff;
}

a#middle-bottom:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.circle {
    transform: scale(0.7);
    margin: -0.5em 0;
}

.br-1 {
    border-radius: 1em;
}

table {
    word-break: normal;
}

td.time {
    width: 10%;
}

.h-15 {
    height: 15em !important;
}

#h-divider {
    height: 2em;
}

.middle.mt-p-5 {
    margin-top: 5%;
}

.bold {
    font-weight: bold !important;
}

.info {
    line-height: normal;
}

.right {
    float: right !important;
}

.lh-0 {
    line-height: 0 !important;
}

.italic {
    font-style: italic !important;
}

.remember-session {
    font-size: 0.7em;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 0.6em;
}

.password-forgot, .password-forgot a {
    color: #003c8d;
    font-size: 0.98em;
}

.password-forgot, .password-forgot a:hover {
    color: #67a8ff !important;
}

.password-forgot a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.info #name {
    font-weight: bold;
    line-height: 1.5;
}

.arrow-align {
    text-align: center;
    margin-top: 2em;
}

.dropdown-menu {
    margin: 0;
    padding: 5px 0px;
    opacity: 0.9;
}

.dropdown-divider {
    margin: 0 20px;
}

a.dropdown-item.disabled {
    color: #5b5d5e73 !important;
    cursor: not-allowed;
}

a.dropdown-item {
    color: #5b5d5e !important;
}

a.dropdown-item.active, a.dropdown-item.active:hover, .dropdown-item:active {
    color: #5b5d5e !important;
    background-color: #fff !important;
    font-weight: bold;
}

a.dropdown-item:hover {
    background-color: #fff;
    color: #b9b9b9 !important
}

.nav-item a.nav-link {
    font-weight: bold;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.nav-item.active a.nav-link {
    font-weight: bold;
    border-bottom: 5px solid;
    padding-bottom: 3px;
    border-color: #63f0ed;
    color: #fff !important;
}

.bg-line {
    position: absolute;
    left: -35px;
    display: block;
    z-index: -1;
    mix-blend-mode: multiply;
    top: -15px;
    margin: 0;
    padding: 0;
}

.bg-divider {
    background: url('../images/fondo_lg.png'), linear-gradient(to right, #005ccf, #004dbc);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

sections#with-bg {
    background: url('../images/fondo_lg.png');
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background: url('../images/fondo.png');
    background-size: 100%; */
}

.transparent-bg {
    padding-right: 5rem;
    padding-left: 5rem;
    background-color: rgba(255, 255, 255, 0.7);
}

.nav-item a.nav-link i {
    font-size: 8pt;
    vertical-align: middle;
}

.dropdown-toggle::after {
    content: none;
}

/* li.nav-item {
    margin: 0 3em;
} */

a.nav-link {
    cursor: pointer;
    text-align: center;
    /* font-size: 1.1em; */
    color: rgba(255,255,255,.7) !important;
}

a.nav-link:hover {
    color: rgba(255,255,255,.9) !important;
}

a.nav-link.disabled {
    color: rgba(255,255,255,.2) !important;
}

.bottom-items {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.middle-items {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

.mt-less-5 {
    margin-top: -5%;
}

.login-button {
    background: linear-gradient(#babbbd, #fff, #c2cbd0);
    border-radius: 2em;
    font-weight: bold;
    color: #0b78c4;
    padding: 0.5em 1em;
    width: 10em;
    border: none;
    box-shadow: 0 0 15px 0 #04385a73;
    cursor: pointer;
}

.login-button:disabled {
    color: #9e9e9e;
    cursor: not-allowed;
}
.login-button:disabled:hover {
    color: #9e9e9e;
}

.login-button.save {
    box-shadow: 0 0 20px 0 #04385a73;
}

.login-button:hover {
    color: #0b78c4b5;
}

.login-button:focus {
    outline: none;
}

.nav-link#button {
    border: 1px solid #fff;
    border-radius: 3em;
    color: #fff;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    min-width: 10em;
    
    margin-left: 50%;
    font-size: 1.3em;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 30%;
}

.mt-5-p {
    margin-top: 5% !important;
}

.video {
    box-shadow: 0 0 15px 0 #08609b;
    border-radius: 6px;
    margin: 5% 0 0 0;
    border: 1px solid #fff;
    overflow: hidden !important;
}

.video.main {
    width: 90% !important;
}

.video.black {
    box-shadow: 0 0 15px 0 #000000;
    border: 1px solid;
}

.nav-link#button:hover {
    color: #eaeaea;
}

#divider {
    width: 3rem;
}

.modal-body, .modal-header {
    border-bottom: 0;
    padding: 0;
}

.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-header .close {
    color: #003c8d;
    opacity: 1;
    font-weight: bold;
}

.modal.show {
    z-index: 999999;
    padding-right: 0 !important;
    overflow-y: auto;
}

#register-info {
    font-style: italic;
    font-size: 0.85em;
}

.register-checkbox-label {
    text-decoration: underline;
    font-size: 0.65em;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 99999;
}

#nav-login {
    color: #fff;
}

#nav-login:hover {
    color: #eaeaea;
}

.light-gray {
    background-color: #f5f5f5;
}

.gray {
    color: #5b5d5e;
}

#change-photo:hover, .photo[for="choose-photo"]:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.photos-form {
    border: 2px solid;
    border-radius: 6px;
    padding: 1rem 2rem;
    text-align: center;
    display: none;
}

.photo.big {
    height: 35vh;
    width: 35vh;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
}

.photo.profile {
    height: 8vh;
    width: 8vh;
}

.photo.profile.active {
    border: 1px solid #095b91;
    box-shadow: 0 0px 0 3px rgba(255, 255, 255, 0.3) !important;
}

.photo {
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125) !important;
    height: 15vh;
    width: 15vh;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border: 3px solid #82cbd5;
}

.photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#dropdown-profile {
    padding: 0;
}

.text-gradient {
    background: linear-gradient(to left, #0b78c1, #30b3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
    border: none;
}

.card.gradient {
    background: linear-gradient(to right, #0b78c1, #30b3b8) !important;
    color: #fff;
    border: none;
}

.card .gradient-title {
    background: linear-gradient(to right, #0b78c1, #30b3b8) !important;
    color: #fff;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem 0.25rem 0 0;
    font-weight: bold;
}

.text-align-center {
    text-align: center !important;
}

.modal-content {
    /* color: #003c8d; */
    border-radius: 0;
    background: rgba(43, 7, 44, 0.9);
    /* background: rgba(0, 0, 0, 0.9); */
    /* box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15); */
    padding: 1rem 2rem;
    overflow-y: auto;
    border: none;
}

.form-control::placeholder {
    color: #fff;
}

.speciality-selector {
    color: #fff;
}

.form-control:focus, .form-control:active, .speciality-selector:focus, .speciality-selector:active {
    color:#495057 !important;
}

.modal-backdrop {
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.5);
}

.fz-1-4 {
    font-size: 1.4rem !important;
}

.fz-1-5 {
    font-size: 1.5rem !important;
}

.fz-1 {
    font-size: 1em !important;
}

.fz-1-3 {
    font-size: 1.3rem !important;
}

.fz-1-2 {
    font-size: 1.2em !important;
}

.fz-1-2r {
    font-size: 1.2rem !important;
}

.fz-0-9 {
    font-size: 0.9rem !important;
}

.fz-0-85 {
    font-size: 0.85rem !important;
}

.pb-7 {
    padding-bottom: 7em !important;
}

.break {
    background-color: #fff;
    box-shadow: 0 0 15px 0 #00000021;
    border-radius: 6px;
    width: 7.5rem;
    float: left;
    text-align: center;
    margin-left: 1.2rem;
}

.break::before {
    content: "";
    display: inline-block;
    border-width: 0.85rem;
    border-style: solid;
    width: 0px;
    height: 0px;
    border-color: transparent #ffffff transparent transparent;
    margin-left: -4.01rem;
    margin-top: -0.08rem;
    position: absolute;
}

.form-group.row .col-sm-12 {
    margin-top: 1em;
}

.form-group {
    margin-bottom: 1rem;
    padding: 0 1em;
}

footer {
    background-color: #0d132d;
    /* border-top: 3px solid #f76252; */
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0 !important;
    padding: 20px 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
}

footer .col-sm-4 {
    font-size: 0.9em;
    align-self: center;
    text-align: center;
    line-height: 1.5em;
}

footer #rrss a {
    margin-right: 20px;
}

footer a.twitter {
    text-decoration: none;
}

footer .neumo-text {
    font-size: 1.5em;
    padding: 0.2em;
}

::-webkit-scrollbar {
    width: 0.7em;
    height: 0.5em;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 2em;
    background: linear-gradient(#005ccf, #004dbc) !important;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
  background: #000000;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
    border: 0.05em solid #b4ccce;
    border-radius: 2em;
    cursor: pointer;
}

::-webkit-scrollbar-track:hover {
  background: #e4e4e4;
}

::-webkit-scrollbar-track:active {
  background: #d6d6d6
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.main-color {
    color: #5b5d5e;
}

.main-color p {
    font-size: 0.93em;
}

.main-color a {
    color: #30b3b8;
}

.color-bullet {
    list-style: none;
    counter-reset: chapter;
    margin-top: 2em !important;
}

.color-bullet.sm {
    margin-top: 0.5em !important;
}

.fz-desc {
    font-size: 0.72em;
}

.color-bullet.alphabet li {
    counter-increment: chapter;
}

.color-bullet li {
    margin-bottom: 0.5em;
}

.color-bullet li::before {
    color: #82cbd5;
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}

.question-area {
    font-family: 'Dosis', sans-serif;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    /* padding: 0; */
}

.question-area::placeholder {
    font-style: normal !important;
    color: #fff;
}

.color-bullet.alphabet li::before {
    content: counter(chapter, lower-alpha) "." !important;
}

a.download:hover {
    text-decoration: none;
}

.grecaptcha-badge{
	visibility: collapse !important; 
}

.contact-message {
    min-height: 12em !important;
}

.gradient-divider {
    background-color: #f2f2f2;
    height: 1.2em;
    width: 100%;
}

.programa-ponente-info {
    color: #647699;
    font-size: 14px;
    font-weight: 500;
}

.gradient-divider::after {
    content: " ";
    width: 70%;
    float: right;
    height: 1.2em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    background: linear-gradient(to left, #08609b, #2ba3a8);
}

.ponente-name {
    text-align: center;
    color: #003c8d;
    font-weight: bold;
    font-size: 1em;
}

.hr-blue {
    border: 1px solid #003c8d;
    background-color: #003c8d;
}

.insc-desc {
    color: #647699 !important;
    font-weight: 500;
}

.ponente {
    /* background: #fff; */
    position: relative;
    /* padding: 1em; */
    /* border-radius: 6px; */
    cursor: pointer;
    min-height: 15.2em;
}

.form-control {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.ponente.active {
    /* background: #fff; */
    /* height: 20em; */
}

.mh-20 {
    min-height: 20em !important;
}

.ponente-desc {
    /* color: #647699 !important; */
    text-align: center;
    display: none;
    /* font-weight: 500; */
    /* overflow-y: auto; */
    /* max-height: 85px; */
}

.ponente.active .ponente-desc {
    display: block;
}

.horizontal-center {
    left: 55% !important;
    transform: translateX(-55%) !important;
}

.change-password {
    display: none;
}

.change-password.active {
    display: block;
    transition: 0.2s;
}

.save-btn.full {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-top: -2em !important;
    transition: 0.2s;
}

.vertical-middle {
    vertical-align: middle !important;
}

.rotate-90 {
    transform: rotate(90deg) !important;
}

.dropleft .dropdown-toggle::before {
    content: none !important;
}

.dropleft .dropdown-menu {
    right: 50% !important;
    top: 100% !important;
    transform: translate(50%, 5%) !important;
}

.hr-gradient {
    height: 2px;
    background: radial-gradient(#0b78c1, #30b3b8);
    width: 100%;
    border-radius: 100%;
}

.btn-gradient {
    background: linear-gradient(to left, #0b78c1, #30b3b8);
    border: none;
    border-radius: 5em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5), inset 0 0 10px 0 rgba(0, 0, 0, 0.20) !important;
    font-size: 0.9em;
    color: #fff;
}

.btn-gradient:hover {
    color: #dadada;
}

.question-area {
    border: none;
    resize: none;
    height: 80px !important;
}

.question-area:focus {
    box-shadow: none;
}

/* .question-area::placeholder {
    font-style: italic;
} */

.question-box {
    padding: 10px 20px;
    /* border-radius: 2em; */
    margin: 5px 0;
    position: relative;
    color: #fff;
}

.question-box.disabled {
    /* box-shadow: inset 0 0 0 100em rgba(0, 0, 0, 0.06); */
    cursor: not-allowed;
}

.question-box.disabled * {
    cursor: not-allowed;
}

.question-box.q-gradient {
    /* background: #003c8d; */
    color: #fff;
}

.question-box.q-gradient::before {
    background: #7246c4;
    mix-blend-mode: multiply;
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.question-box.q-gradient.disabled {
    box-shadow: inset 0 0 0 100em rgba(255, 255, 255, 0.72) !important;
}

.question-options {
    cursor: pointer;
}

.question-options:hover {
    color: #dadada;
}

#q-result, .edit-question {
    display: none;
}

.red {
    border-radius: 50%;
    color: #ff2f2f !important;
    vertical-align: middle;
    box-shadow: 0 0 0 0 #ff2f2f;
    animation: pulse 1.5s infinite;
    font-size: 14px;
}

.taller-select span#author {
    display: none;
}

.taller-select.big {
    height: 30em;
    border-radius: 6px;
}

.taller-select.big.active:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5), inset 0 0 20px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 100em rgba(255, 255, 255, 0.2) !important;
    transition: 0.5s;
}

.taller-select.big span#author {
    display: block;
    font-size: 0.5em !important;
    font-weight: 100;
    font-style: italic;
    margin-top: 2em;
}

.taller-select.big span#workshop-name {
    font-size: 2em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    word-break: initial;
}

.select-workshop {
    display: none;
}

.menu-circle {
    border-radius: 50%;
    color: #ff2f2f !important;
    vertical-align: middle;
    box-shadow: 0 0 0 0 #ff2f2f;
    animation: pulse 1.5s infinite;
}

.nav-item.active .menu-circle {   
    border: 1px solid white;
}

.w-11 {
    width: 11em;
}

.font-normal {
    font-weight: 100 !important;
}

.available-workshop {
    cursor: pointer;
    transition: 0.1s;
    --box-shadow-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 var(--box-shadow-color) !important;
}

.available-workshop.disabled {
    cursor: not-allowed;
    opacity: 0.35 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 10em rgba(0, 0, 0, 0.2) !important;
}

.available-workshop:not(.disabled):not(.selected):hover {
    transform: scale(1.05);
}

.available-workshop.selected {
    transition: 0.2s;
    --box-shadow-color: rgba(119, 119, 119, 0.35);
    transform: scale(1.05);
}

.available-workshop.no-selected {
    opacity: 0.5;
}

.cursor-normal {
    cursor: auto;
}

.taller-area {
    display: none;
}

.td-video {
    width: 25%;
    padding: 0 !important;
}

.streaming-normal {
    z-index: 999;
}

.dark-blue {
    color: #003c8d;
}

.blue {
    color: #1080c0;
}

.tbl {
    width: 100%;
    border-spacing: 10px 15px;
    border-collapse: separate;
}

.fz-12px {
    font-size: 12.5px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ff2f2fd1;
    }
    
    70% {
        box-shadow: 0 0 0 8px #ff2f2f00;
    }
    
    100% {
        box-shadow: 0 0 0 0 #ff2f2f00;
    }
}

@media (max-width: 992px) { 
    .bottom-items #desc {
        display: none !important;
    }
    
    .taller-select.big {
        height: 10em;
    }

    .taller-select.big span#author {
        display: none;
    }
    
    .taller-select.big span#workshop-name {
        font-size: 1.1em;
    }
}

@media (max-width: 500px) {
    .logo-slogan {
        font-size: 1rem;
    }
}

@media (min-width: 500px) {
    /* .display-xs-4 {
        font-size: 3.5rem;
    } */

    .display-xs-6 {
        font-size: 2.5rem;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {
    /* section[id="inicio"] { */
        /* background: url('../images/home_md.png'), linear-gradient(to right, #005ccf, #004dbc); */
    /* } */
}


@media (min-width: 991px) {
    /* a.nav-link {
        font-size: 0.87em;
    } */

    /* li.nav-item {
        margin: 0 !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 0.5em !important;
    } */

    .dropleft .dropdown-menu {
        right: 100% !important;
        top: 0 !important;
        transform: translate(0%, 0%) !important;
    }
}

@media (min-width: 1024px) {
    /* section[id="inicio"] { */
        /* background: url('../images/home_lg.png'), linear-gradient(to right, #005ccf, #004dbc); */
    /* } */
    /* a.nav-link {
        font-size: 0.9em;
    } */

    /* li.nav-item {
        margin: 0 0.45em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 0.59em !important;
    } */
}

@media (min-width: 1132px) {
    /* a.nav-link {
        font-size: 0.92em;
    } */

    /* li.nav-item {
        margin: 0 0.88em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 1.09em !important;
    } */
}

@media (min-width: 1200px) {
    /* a.nav-link {
        font-size: 0.97em;
    } */
    
    /* li.nav-item {
        margin: 0 1em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 1.31em !important;
    } */
}

@media (min-width: 1333px) {
    /* a.nav-link {
        font-size: 0.97em;
    } */

    /* li.nav-item {
        margin: 0 1.64em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 1.99em !important;
    } */
}

@media (min-width: 1440px) {
    /* a.nav-link {
        font-size: 1em;
    } */

    /* li.nav-item {
        margin: 0 2em !important;
    } */
    
    /* ul.authenticated li.nav-item {
        margin: 0 2.46em !important;
    } */
}

@media (min-width: 1560px) {
    /* a.nav-link {
        font-size: 1em;
    } */

    /* li.nav-item {
        margin: 0 2.5em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 3.08em !important;
    } */
}

@media (min-width: 1740px) {
    /* a.nav-link {
        font-size: 1.1em;
    } */

    /* li.nav-item {
        margin: 0 3.1em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 3.74em !important;
    } */
}

@media (min-width: 1900px) {
    /* a.nav-link {
        font-size: 1.1em;
    } */

    /* li.nav-item {
        margin: 0 3.8em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 4.56em !important;
    } */
}

@media (min-width: 1920px) {
    /* a.nav-link {
        font-size: 1.1em;
    } */

    /* li.nav-item {
        margin: 0 3.89em !important;
    } */

    /* ul.authenticated li.nav-item {
        margin: 0 4.65em !important;
    } */
}

/* COL-LG */
@media (min-width: 992px) {
    /* .authenticated li.nav-item {
        padding-left: 7px;
        padding-right: 7px;
    } */
    
    /* li.nav-item {
        padding-left: 13px;
        padding-right: 13px;
    } */

    .nav-item a.nav-link {
        margin: .5rem 0.9rem !important;
    }

    .authenticated .nav-item a.nav-link {
        margin: .5rem 0.55rem !important;
    }
}

@media (max-width: 991px) {
    .multiply nav.navbar {
        background-color: rgba(0, 0, 0, .8);
    }
    
    @supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
        .multiply nav.navbar {
          background-color: transparent;
          -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
        }
    }
}


/* COL-XL */
/* @media (min-width: 1200px) {
    .authenticated li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    li.nav-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1405px) {
    .authenticated li.nav-item {
        padding-left: 20px;
        padding-right: 20px;
    }
} */