html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
body {font-size: 14px !important;}

.bg-blue-rgb {background: rgba(0, 28, 46, 0.671)}
.b-rp-50{border-radius: 50%;}
.w-300 {width: 300px!important;}
.l-h-n{line-height: normal}

.j-right {justify-content: right;}
.j-left {justify-content: left;}

.o-8 {opacity: 0.8;}
.boo{color:#b00;}
.text-keywords > em::before { content: '\A\A'; white-space: pre;}
.w-b{word-break: break-word!important;}

.header{background: var(--blue); height: 80px; transition: height 0.3s ease;}
.header-logo { width: 250px; transition: width 0.3s ease; }
.btn-header {height: 30px; display: flex; align-items: center; position: relative; justify-content: center; margin-left: 20px !important}
.btn-toggle-chat { display: none !important; }
.cirlcle-users {border-radius: 50%; height: 22px; width: 22px; display: flex; align-items: center; justify-content: center;}
.cdr-chat {background: var(--white); height: calc(100vh - 80px); overflow: hidden;}
.chat-title {height: 35px;}
.cdr-user-chat {width: 35px;}
.cdr-user-chat > div {width: 25px; height: 25px;}
.title-user-chat {height:25px; width: calc(100% - 35px);}
.title-user-chat > span {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; display: inline-block;}
.position-chat {min-height: 130px; max-height: 195px;}
.div-message {background: transparent; border: none; border-bottom: 1px solid var(--grey4); min-height: 35px; max-height: 100px; overflow: auto;}
.div-message:focus {border-bottom: 1px solid var(--blue); outline: none;}
#chatTextArea:empty:before {content: attr(data-placeholder); color: #cdcdcd;}

.cdr-conten-chat {display: flex; flex-direction: column; height: 100%;}
.container-chat {flex: 1; height: 500px;}
.animation-chat {position: relative; align-self: flex-start; animation-name: slideFromLeft;animation-duration: 1s; animation-delay: 2s; animation-fill-mode: forwards; opacity: 0; }
.animation-chat:nth-last-child(-n+4) {animation-delay: calc(0.1s * (1 + var(--n)));}
.cdr-record-chat {position: relative; height: 20%; display: flex; flex-direction: column-reverse; justify-content: flex-start; overflow-y: auto; }
.cdr-record{display: flex; flex-direction: column; justify-content: flex-start; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory;}

.container-video {height:calc(100vh - 80px); width: 100%; display: flex; align-items: center; justify-content: center; background: var(--black); overflow: hidden;}
.video-container {width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden;}
.video-wrapper {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.video-content {width: 100%; height: 100%; background: transparent;}
.test-video-var:hover > .video-var,
.test-video-var:hover > .video-title {opacity: 1; transition-delay: 0s}
.test-video-var:not(:hover) > .video-var,
.test-video-var:not(:hover) > .video-title {transition-delay: 1s;}

.video-var {bottom: 20px; padding:0 10px; height: 30px; width: 100%; opacity: 0; transition: opacity 0.3s linear;}
.video-title {top: 0px; padding:0 10px; height: 30px; width: 100%; opacity: 0; transition: opacity 0.3s linear;}
.video-var > .cdr {display: flex; background: rgba(16, 15, 19, 1) ; width: 100%; height: 100%; padding:0 10px; border: 1px solid var(--black2);}
.video-var > .cdr > .var {flex: 1;}
.video-var > .cdr > .var > div {height: 5px; width: 100%; transition: height 0.1s ease-in-out; background: var(--red); border-radius: 50px;}
.video-var > .cdr > .var > div:hover {height: 7px;}
.video-var > .cdr > .options {display: flex;}
.video-var > .cdr > .options > div {padding-left: 10px;}
.num-count-down {width:3.5VW; height:4.5VW; border-radius: 0.4VW; background:#0E5581;}
.num-count-down.m-r-5 {margin-right: 0.4VW;}
.num-count-down > span {font-size: 3.5VW; line-height: 1;}

.num-count-down2 {width:2VW; height:3VW; border-radius: 0.4VW; background:#0E5581;}
.num-count-down2.m-r-5 {margin-right: 0.4VW;}
.num-count-down2 > span {font-size: 2VW; line-height: 1;}

.points-count-down {height:4.5VW; width:1.5VW; font-size: 2.5VW; display: flex; align-items: center; justify-content: center; align-self: flex-start;}
.iframe > iframe{position: absolute; top:0; left:0; width:100%; height:100%;}
.slider {-webkit-appearance: none; -moz-appearance: none; appearance: none; height: 0.30rem; outline: none; border-radius: 0.25rem; background: var(--grey); cursor: pointer;}
.slider:hover::-webkit-slider-thumb {border: 0.30rem solid var(--white);}
.slider:hover {background: var(--white);}
.slider::-webkit-slider-thumb {-webkit-appearance: none; appearance: none; width: 1.5rem; height: 1.5rem; background: rgba(16, 15, 19, 1); border: 0.30rem solid var(--grey); border-radius: 1rem; cursor: pointer;}
.slider::-webkit-slider-thumb:hover {border: 0.30rem solid var(--white);}
.cdr-sound:hover > div {color: var(--white);}
.btn-sound:hover ~ div > .slider {background: var(--white);}
.btn-sound:hover ~ div > .slider::-webkit-slider-thumb {border: 0.30rem solid var(--white);}
.btn-sound:active {animation: beat 0.3s ease-in-out;}
.btn-expand:hover {color: var(--white);}
.btn-expand:active {animation: beat 0.3s ease-in-out;}
.btn-send:hover > span{color: var(--blue);}
.btn-send:active > span {opacity: 0.6; animation: beat 0.3s ease-in-out;}
.btn-send {all: unset;}

.parallax{background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%;}
.parallax::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #333; opacity: 0.6;}
.linea-difuminada {height: 1px; background: linear-gradient( to right, rgba(13, 68, 112, 0), rgba(13, 68, 112, 0.8) 20%, rgba(13, 68, 112, 1) 50%, rgba(13, 68, 112, 0.8) 80%, rgba(13, 68, 112, 0)); width: 100%;}
.cdr-entry-left {margin-right: 80px; width: 600px;}
.cdr-entry-right {margin-left: 80px; width: 500px;}
.section-entry {padding: 90px 0;}
.section-entry > div {min-height: calc(100vh - 360px)}
.btn-schedules:hover {opacity: 0.8;} 
.btn-schedules:active {opacity: 0.5;} 
.v-requirerd{border: 1px solid #b00!important;}
.cdr-register {min-height: 300px;}
.skeleton {min-width: 100px;min-height: 20px;background-color: #eee;background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);background-size: 50vw 100%;background-repeat: no-repeat;animation: shimmer-constant 1.2s infinite linear;}
.social-icon {display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #f0f0f0; transition: all 0.3s ease; text-decoration: none; fill: #333;}
.social-icon:hover {transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); fill: #fff;}
.social-icon.facebook:hover { background: #1877F2; }
.social-icon.instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social-icon.x-twitter:hover { background: #000; }
.social-icon.youtube:hover { background: #FF0000; }
.footer-grid {display: flex; gap: 15px; justify-content: flex-end;}

@keyframes shimmer-constant {
    0% {background-position: -50vw 0;}
    100% {background-position: 100vw 0;}
}


/* .btn-leave:active {} */
@keyframes beat {0% {transform: scale(1);} 50% {transform: scale(1.2);} 100% {transform: scale(1);}}
@keyframes slideFromLeft { from { transform: translateX(-100%); opacity: 0;} to { transform: translateX(0); opacity: 1; }}
@-webkit-keyframes slideFromLeft {from { transform: translateX(-100%); opacity: 0;} to { transform: translateX(0); opacity: 1; }}

@media (max-width: 1440px) {
    .cdr-entry-left {margin-right: 20px;}
    .cdr-entry-right {margin-left: 20px;}
}

@media (max-width: 1280px) {
    .cdr-entry-left {margin-right: 20px; width: 500px;}
    .cdr-entry-right {margin-left: 20px; width: 400px;}

}

@media (max-width: 992px) {
    .header { height: 60px; }
    .header-logo { width: 180px; }
    .btn-toggle-chat { display: flex !important; margin-right: 0 !important; }
    .container-video { height: calc(100vh - 60px); }
    .cdr-chat { height: calc(100vh - 60px); }

    .cdr-disguise-webinar {grid-template-columns: 1fr !important;}
    .cdr-disguise-chat {
        display: block !important;
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        max-width: 350px;
        height: calc(100vh - 60px);
        z-index: 99;
        transition: right 0.3s ease-in-out;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    .cdr-disguise-chat.mobile-visible {
        right: 0;
    }

    .cdr-entry {flex-direction: column; display: flex; align-items: center; justify-content: center;}
    .cdr-entry-left {margin-right: 0px; width: 80%;}
    .cdr-entry-right {margin-left: 0px; width: 80%;}
}

@media (max-width: 767px) {
    .header { height: 50px; }
    .header-logo { width: 140px; }
    
    .label-hide-phone { display: none !important; }
    .btn-header { padding-right: 5px !important; padding-left: 5px !important; min-width: 32px; justify-content: center; }
    .btn-header > div { padding: 0 !important; margin: 0 !important; display: flex; align-items: center; justify-content: center; }
    .btn-header .cirlcle-users { margin: 0 !important; width: 18px !important; height: 18px !important; }
    .btn-header > div + div { margin-left: 8px !important; }
    .btn-header{ margin-left: 8px !important; }

    .btn-header i { font-size: 14px; }
    
    .container-video { height: calc(100vh - 50px); }
    .cdr-chat { height: calc(100vh - 50px); }
    .cdr-disguise-chat { top: 50px; height: calc(100vh - 50px); }

    .cdr-entry-left {width: 90%;}
    .cdr-entry-right {width: 90%;}
    .cdr-entry-dates {flex-direction: column; display: flex; align-items: center; justify-content: center;}
}

@media (max-width: 480px) {
    .header-logo { width: 110px; }
    .btn-header { padding-right: 3px !important; padding-left: 3px !important; }
}

@media (max-width: 767px) {
    .num-count-down { width: 8VW; height: 10VW; border-radius: 1VW; }
    .num-count-down.m-r-5 { margin-right: 1VW; }
    .num-count-down > span { font-size: 8VW; }
    
    .num-count-down2 { width: 6VW; height: 8VW; border-radius: 1VW; }
    .num-count-down2.m-r-5 { margin-right: 1VW; }
    .num-count-down2 > span { font-size: 6VW; }

    .points-count-down { height: 10VW; width: 4VW; font-size: 6VW; align-self: flex-start; }
    .fw-1 { font-size: 3VW !important; }
}

@media (max-width: 576px) {
    .cdr-entry-left {width: 100%;}
    .cdr-entry-right {width: 100%;}
    .section-entry {padding: 30px 0;}
}

/* .cdr-entry {flex-direction: column;} */

/* Avatar Initials */
.avatar-initials {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-right: 10px;
}
.cdr-user-chat .avatar-initials {
    width: 25px;
    height: 25px;
    font-size: 11px;
}