/* Update 2.1  */

:root {
    --bg_color: #fff;
    --bg_desktop: url('/images/desktop/bg-lobby.jpg' );
    --bg_movil: url("/image/movil/bg-lobby.jpg");
    --bg_lobby: url("/image/desktop/bg-lobby.jpg");
    --bg_header:'';
    --logo: url("/image/logo-lenovo360.png");
    --section_color: #db251b;
    --title_color: #fff;
    --subtitle_color:#fff;
    --text_color: #fff;
    --modal_bg_color: #db251b;
    --modal_text_color: #fff;
    --btn_bg_color: #db251b;
    --btn_text_color: #fff;
    --font_family: 'Gotham-Book', sans-serif;
    --black: #000000;
    --white: #ffffff;
}


@font-face {
    font-family: "Gotham-Book";
    src: url("/css/fonts/GothamBook.ttf");
}
@font-face {
    font-family: "Gotham-Bold";
    src: url("/css/fonts/GothamBold.ttf");
}
:root {
  --font_family: 'Gotham-Book', sans-serif !important;
}

html, body {
    min-width: 100% !important;
    font-family: var(--font_family), sans-serif !important;
    color: var(--text_color);
    font-size: 18px;
}

a,p,h1,h2,h3,h4,h5,ul,li,.btn { font-family: 'Gotham-Book', sans-serif !important; }

a,
a:link{ color: var(--text_color) !important; text-decoration: none !important; }
a:hover{ text-decoration: none !important; }

a.enlace,
a.enlace:link{ color: #fff !important; text-decoration: underline !important; }
a.enlace:hover { text-decoration: underline !important; opacity:0.8; cursor: pointer !important; }

p { color: var(--text_color); margin-bottom:0rem; }
.bg-errors { background-color: #294e92; }

.b1{ border:0px aqua solid;  }
.b2{ border:0px #0059ff solid;  }
.b3{ border:0px #1fcc00 solid;  }
.b4{ border:0px #cc0000 dotted;  }
.b5{ border:0px orange dotted;  }

div.phpdebugbar-header > div > * { color: #000 !important; }

.movil { display: block; }
.desktop { display: none; }

.hide { display: none !important; }

iframe,
.vimeo-evento { width: 100% !important; height: 47vw !important; }
.vimeo-chat { width: 100%; height: 100vw;}

.padding-0{
    padding-right:0; margin-right: 0;
    padding-left:0; margin-left: 0;
}

.icon { height: 30px !important; }

.btn-slider {
    color: #fff;
    background-color: var(--section_color);
    border-color: var(--section_color);
}
.alert { font-size: 13px;}
.alert-bee {
    color: var(--text_color);
    background-color: rgba(255, 205, 0, 0.6);
    border-color: rgba(255, 205, 0, 0.6);
}
.disabled p { font-size: 26px !important; opacity:0.7;}
.title-error,
.text-error{ color: #fff !important; font-size: 26px !important; opacity:0.7; }


/* -> bg pages */
.bg-login,
.bg-app {
    background: url('/image/movil/bg-login.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat:no-repeat;
    background-color: #2d0053;
}
.bg-lobby {
    background: url('/image/movil/bg-lobby.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat:no-repeat;
    background-color: #2d0053;
}
.bg-call {
    background: url('/image/movil/bg-call.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat:no-repeat;
    background-color: #2d0053;
}
.bg-event {
    background: url('/image/movil/bg-call.jpg');
    background-size: cover;
    background-repeat:repeat-y;
    background-position: top right;
}


/*:: HEADER */
    .bg-header { background: var(--bg_header) !important; }
    .logo-header { height: 70px !important; }
    .navbar {
        padding: 1rem 2rem 0 2rem;
        color: var(--white);
        z-index: 1 !important;
    }
    .navbar-dark .navbar-toggler {
        border-color: rgba(255, 255, 255, 0) !important;
        font-size: 1.6rem !important;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .dropdown-menu { background: #00000061 !important; /*background: var(--yellow) !important;*/ }
    .dropdown-item.hover,
    .dropdown-item.active, 
    .dropdown-item:active { color: var(--white);  background-color: rgb(33 37 41 / 20%) !important; }
    .dropdown-item:hover, 
    .dropdown-item:focus { background-color: rgb(33 37 41 / 20%) !important;  }
    
    .navbar-dark .navbar-nav .nav-link {
        color: var(--btn_text_color);
        margin: 0px 5px;
        border-radius: 0 0 10px 10px;
        text-align: center;
        padding: 5px 15px !important;
        background: transparent !important;
        border: 1px  var(--btn_bg_color) solid !important;
        transition: all 0.5s;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: var(--white);
        background: transparent !important;
        border-radius: 0 0 10px 10px;
        transition: all 0.5s;
        border: 1px  var(--btn_bg_color) solid !important;
        padding-top: 20px !important;
        transform-origin: 5px;
    }
    .activo { background: transparent !important; }
    .activo, 
    .activo .nav-link {
        color: #fff !important;
        padding-top: 0px !important;
        border-radius: 0 0 10px 10px;
        transition: all 0.5s;
        background: transparent;
        margin:0 0 !important;
        transform-origin: 5px;
    }
    .activo:hover, 
    .activo .nav-link:hover { background: transparent !important; padding-top:0px !important; }

    .logout { height: 22px; filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(115deg) brightness(103%) contrast(150%); }
    .logout-desktop { display: none; }
    .lobby-box { margin-top:0; }
    .navbar-desktop{ display:none; }
    
    
/*:: LOGIN */
    .login {
        height: auto;
        width: 90%;
        margin-top:30px;
    }
    .login .logo {
        width: 100%;
        margin:0 auto;
    }
    .logo-windows { 
        width: 100%;
        margin:0 auto;
        margin-top: 10px;
    }
    .login p { text-align: justify; padding: 4px 0; line-height:20px; }
    .login .p-big { font-size: 16px; }
    .login .p-small,
    .login .p-small-login { font-size: 14px; }
    .login .p-password { font-size: 14px; padding-top:10px; }

    .lobby { margin-top:235px; }

    .login .btn {
        padding: 3px 0 !important;
        margin: 0;
        font-size: 12.25px;
    }
    .form-check .form-check-input { margin-left: 0px; }

    @media only screen and (max-width: 320px) 
    {        
         .login .btn, 
         small, 
         .small,
         .form-check .form-check-input {
            font-size: 11px !important;
        }
        .form-check .form-check-input { margin-left: -30px !important; }
        .login .p-small, .login .p-small-login {
            font-size: 11px;
            text-align: left !important;
        }
        .vimeo-evento { width: 100%; height:47vw !important; }
    }
    
    @media only screen and (max-width: 360px) 
    {
        .login .btn,
        small, .small,
        .form-check .form-check-input { font-size: 12.5px;}
        .form-check .form-check-input { margin-left: -10px !important; }
        .login .p-small, .login .p-small-login {
            text-align: left !important;
        }
        .vimeo-evento { height: 47vw !important; }
    }
    @media (width: 375px) 
    {
        .vimeo-evento { height: 50vw !important; }
    }

    
    
    /* -> Botons */
    .btn-bee,
    .btn-success {
        color: var(--btn_text_color);
        border-color: var(--btn_bg_color);
        background-color: var(--btn_bg_color);
        display: block;
        width: 100%;
        text-transform:uppercase;
        border-radius: 10px;
        font-family: 'Gotham-Bold' !important;
    }
    .btn-bee:hover,
    .btn-success:hover {
        color: var(--btn_text_color);
        border-color: var(--btn_bg_color);
        background-color: var(--btn_bg_color);
        opacity: 0.8;
    }

    .btn-bee2,
    .btn-success2 {
        color: #fff;
        border-color: #551922;
        background-color: #551922;
        display: block;
        width: 100%;
        text-transform:uppercase;
        border-radius: 10px;
        font-family: 'Gotham-Bold' !important;
    }
    .btn-bee2:hover,
    .btn-success2:hover {
        color: #fff;
        border-color: #551922;
        background-color: #551922;
        opacity: 0.8;
    }

    .btn-call,
    .btn-call:link,
    .btn-call:visited {
        color: #fff;
        border-color: #b99eac;
        background-color: #b99eac;
        display: block;
        width: 100%;
        text-transform:capitalize;
        border-radius: 5px;
        font-family: 'Gotham-Book' !important;
        line-height: 1rem;
    }
    .btn-call:hover,
    .btn-call:active {
        color: #fff;
        border-color: #db251b !important;
        background-color: #db251b !important;
        opacity: 1;
    }


    /* -> Form */
    .form-group { margin-bottom: 0.8rem; }
    .form-control {
        color: #fff;
        border-color: #fff;
        background-color: rgba(255, 255, 255,0);
        text-align: left;
        border-radius: 10px;
    }
    .form-control:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0);
        border-color: #fff;
        outline: 0;
    }
    /* form.user .form-control-user { padding: 0.7rem 0.7rem; } */
    form.user .form-control-user { padding: 1rem 1rem; }
       
    input::placeholder,
    input::-webkit-input-placeholder,
    ::-webkit-input-placeholder { color: #ffffff !important; opacity: 0.8; font-family: sans-serif; }


    .form-control::-webkit-input-placeholder { color: #ffffff !important; opacity: 0.8; font-family: sans-serif; }
    .form-control::-moz-placeholder { color: #ffffff !important; opacity: 0.8; font-family: sans-serif; }
    .form-control:-ms-input-placeholder { color: #ffffff !important; opacity: 0.8; font-family: sans-serif; }
    .form-control::-ms-input-placeholder { color: #ffffff !important; opacity: 0.8; font-family: sans-serif; }
    .form-control::placeholder { color: #ffffff !important; opacity:0.8; font-family: sans-serif; }

    .form-control::-moz-placeholder {
        color: #ffffff !important;
        opacity: 0.8;
      }
      .form-control:-ms-input-placeholder {
        color: #ffffff !important;
        opacity: 0.8;
      }
      .form-control::placeholder {
        color: #ffffff !important;
        opacity: 0.8;
      }


    select { color: #fff !important; }
    select option { color: #4d144a !important; }
    

    .invalid-feedback {
        display: none;
        width: 100%;
        margin-top: 0.25rem;
        font-size: 10px;
        /* color: #fff; */
        color: #ffeb3b !important;
        font-family: sans-serif;
        font-weight: 100 !important;
        opacity: 0.7;
        text-align: left;
    }

    .btn-link,
    .btn-link a {
        color: var(--text_color);
        text-decoration: none;
        opacity:1;
        font-weight: bold;
        font-size: 12px;
    }
    .btn-link:hover,
    .btn-link a:hover {
        color: var(--text_color);
    }
    .btn-link { margin-top:0; }

    .btn-recovery {
        color: #fff;
        border-color: #551922;
        background-color: #551922;
        display: block;
        width: 100%;
        text-transform:uppercase;
        border-radius: 10px;
        font-family: 'Gotham-Bold' !important;
    }
    .btn-recovery:hover{
        color: #fff;
        border-color: #551922;
        background-color: #551922;
        opacity: 0.8;
    }


/*:: PAGE - LOBBY */
    .pages { margin-top:40px; }
    .pages h1,
    .home h3 { 
        text-transform: uppercase; 
        color: var(--text_color);
        text-align: left;
        font-size: 1.2rem;
        font-weight: 400;
    } 

    /* -> Countdown */
    .simply-countdown { display: table; margin:0 auto; }
    .simply-countdown > .simply-section {
        /* width: 90px; */
        display: inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin:0 auto;
    }
    .simply-days-section { display: none !important; }
    /* .simply-countdown > .simply-section > div { countdown block inner div } */
    .simply-countdown > .simply-section .simply-amount,
    .simply-countdown > .simply-section .simply-word {
        /* amounts and words */
        color:var(--btn_bg_color);
    }
    .simply-countdown > .simply-section .simply-amount {
        /* amounts */
        font-size: 40px;
    }
    /* .simply-countdown > .simply-section .simply-word { font-size: 26px; display: inline-block; } */
   .simply-countdown > .simply-section .simply-word {
        font-size: 30px;
        display: inline-block;
        font-weight: 700;
        padding: 0 5px;
        text-align: center;
    }
    .label-event {
        font-size:22px !important;
        font-weight: 500;
        text-transform: uppercase;
        font-weight: 700 !important;
    }
   .event-date{
       color: #fff;
       font-size: 16px !important;
       font-weight: bold;
       text-align:left !important;
   }



/*:: PAGE - EVENT */
    .vp-center { align-items: start !important; }

    /* --> Modal */
    .modal-backdrop.show { opacity: 0.7 !important; }
    .modal-content {
        background-color: #fff;
        color: #000 !important;
        border-radius:0;
    }
    .modal-header{ padding: 0rem 1rem; border-bottom: 0 !important;}
    .modal-header>.close{ font-size: 3rem !important; font-weight: 300 !important; opacity: 1 !important; text-shadow: none !important; }

    .modal-body {
        flex: 1 1 auto;
        padding: 1rem 1rem;
    }
    .modal-body p { color: #000 !important;}  
    .btn-close { margin-top: 10px !important; }
    .modal-body ol { list-style-type: upper-alpha; }
    
    .carousel-control-prev, 
    .carousel-control-next { 
        width:40px !important;
        background: rgba(0, 0, 0, 0.7) !important;
    }

    .modal-home .order1 { order:2; }
    .modal-home .order2 { order:1; }

    .modal-home .card-title,
    .modal-home .card-subtitle {
        text-align: left;
        font-weight: 400;
        color: var(--title_color) !important;
        font-size: 24px;
    }
    .modal-home .card-title { text-transform:capitalize;  } 
    .modal-home .card-subtitle { font-size: 20px; }        
    .modal-home .card-text,
    .modal-home .card-text p{
        color: var(--modal_text_color);
        text-align: justify;
    }
    .modal-info { 
        position: relative;
        vertical-align: middle !important;
        
    }

    /* --> Slider 1 */
    .MultiCarousel { float: left; overflow: hidden; padding: 0 50px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
    .MultiCarousel .MultiCarousel-inner .item { float: left; padding: 0 15px !important; } /*padding-left:50px !important; padding-right:0px;*/
    .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}    

    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst { position:absolute; border:0; top:calc(40%); z-index: 99 !important; height:50px;  background: transparent !important; }

    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    .MultiCarousel .leftLst.over, 
    .MultiCarousel .rightLst.over { pointer-events: none; border:0; background: transparent !important; }

    .carousel-seccion {
        width:100%; 
        background-size:cover; 
        background-position:center center; 
        background-repeat:no-repeat;
    }
    .carousel-seccion .carousel-image{
        display: block;
        z-index: 99;
        transition: all .5s;
    }
    .carousel-seccion .carousel-image:hover {
        /* transform: scale(1.02); */
        transition: all .5s;
        opacity:0.7;
    }

    .carousel-seccion .carousel-bar {
        background: var(--btn_bg_color);
        width: 100%;
        position: block;
        margin-top: 0;
        display: inline-grid;
        padding:5px;
        opacity: 0.7;
    }
    .carousel-bar-title,
    .carousel-bar-title p { 
        color: var(--title_color) !important;
        font-size: 16px;
        font-weight: bold !important;
        text-align: left;
    }
    .carousel-bar-subtitle,
    .carousel-bar-subtitle p { 
        color: var(--subtitle_color) !important;
        font-size: 16px;
        text-align: left;
    }
    .owl-carousel .item {
        height: auto;
        background: var(--bg_color);
        padding: 1rem;
    }
    .owl-carousel .item h4 {
        color: #FFF;
        font-weight: 400;
        margin-top: 0rem;
    }
    /* .hidden { border:2px orange solid; } */

    .image-kit { height: 250px; }


/* :: PAGE ZOOM */
    .hidden, .d-none { display: none !important; }
    .visible { display: block !important; }

    #meeting_form{ position: relative; z-index: 2; }
    #zmmtg-root {
        width: 100% !important;
        height: 90% !important;
        position: absolute !important;
        top: 10% !important;
        left: 0;
        background-color: rgba(0, 0, 0, 0) !important;
        border:0px rgb(36, 0, 155) solid;
        z-index: 1 !important;
        box-sizing: content-box;
    }
    .sdk-select { height: 34px; border-radius: 4px; }
    .websdktest button { float: right; margin-left: 5px; }
    #nav-tool { margin-bottom: 0px; }
    #show-test-tool {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
    }
    #display_name { width: 250px; }
    iframe,
    .gallery-video-container__canvas{
        max-width: 90% !important;
        max-height: auto !important;
        border:0 !important;
    }
    #websdk-iframe {
        width: 100% !important;
        height: 100% !important;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 3 !important;
    }
    .ReactModal__Body--open{
        height: 100% !important;
        width: 100% !important;
        overflow: hidden;
        font-size: 18px;
        padding: 0;
        margin: 0;
        font-family:var(--font_family);
        color: #4a4a4a;
        position: relative !important;
        z-index: 1 !important;    
    }
    .meeting-client { height: 100% !important; top:0 !important; position:absolute !important; }
    .meeting-client-inner {
        width: 100% !important;
        height: 100% !important;
        position: unset !important;
        top: 0 !important;
        left: 0;
    }
    .bhold{
        color:var(--text_color) !important;
        height: 100% !important;
        margin-top:0% !important;
        background-color: #fff;
    }
    .gallery-video-container__main-view { margin-top: 0 !important; }
    .ReactVirtualized__Grid .ReactVirtualized__List .chat-virtualized-list .ax-outline-blue { height: 74vh !important; }
    .ReactVirtualized__List.chat-virtualized-list{
        height: 400px !important;
        overflow: auto !important;
    }
    .footer-button__button-label,
    .join-audio-container__btn,
    .send-video-container__btn,
    .wr-tile { 
        color: var(--white) !important;         
    }
    .join-audio-container__btn,
    .send-video-container__btn { width: 100px !important; }
    .sharee-container__canvas-outline{ border:0 !important; }
    .wr-topic-layout .wr-topic{
        margin-left:0px !important;
        font-size: 22px !important;
        color: #fff !important;
    }
    #__vconsole { display: none !important; }

    .lobby-image { display: none; }
