
/*==================================================================*/
/************* /fonts ************************/
/*===================================================================*/
@font-face {
    font-family: 'Nunito-Regular';
    src: url('/fonts/Nunito-Regular.eot');
    src: url('/fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Nunito-Regular.woff2') format('woff2'), url('/fonts/Nunito-Regular-Regular.woff') format('woff'), url('/fonts/Nunito-Regular-Regular.ttf') format('truetype'), url('/fonts/Nunito-Regular-Regular.svg#Nunito-Regular-Regular') format('svg');
}


@font-face {
    font-family: 'Nunito-Bold';
    src: url('/fonts/Nunito-Bold.eot');
    src: url('/fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Nunito-Bold.woff2') format('woff2'), url('/fonts/Nunito-Bold.woff') format('woff'), url('/fonts/Nunito-Bold.ttf') format('truetype'), url('/fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
}

html, body {
    /*position: relative;*/
    overflow-x: hidden;
    overscroll-behavior-y: contain;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    background-image: url(/images/source1/vip/background.jpg);
    background-size: cover;
    color: #333;
    font-family: Nunito-Regular;
    font-size: 1em;
    background-repeat: no-repeat;
}



@media screen and (orientation:portrait) {
    body {
        /*en dispositivos movile no se centre el contenido verticalmente para que el menú de arriba en la videollamada parta de arriba*/
        display: inline !important;
    }

        /*AJSUTE PAR PARTE PUBLICA*/
        body.bodyLoginComun {
            display: flex !important;
        }
        /*AJSUTE PAR PARTE PUBLICA*/
        body.bodyConciertoPublic {
            display: inline !important;
            background-size: inherit;
        }
}
@media screen and (max-height:800px) and (orientation:landscape) {
   

      
        /*AJSUTE PAR PARTE PUBLICA*/
    body.bodyConciertoPublic {
        display: inline !important;
        background-size: inherit;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


#sdk-version {
    display: none;
}

@media(max-width:1180px) {

    .containerCustom {
        max-width: 100% !important;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

a {
    cursor: pointer;
    color: #333 !important;
    text-decoration: none !important;
}


/****************************background colors, colors general*************************/
.whiteBg {
    background-color: #fff;
}

.whiteBgTrans {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
}
.whiteBgTransFooter {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
}
@media(max-width:1180px) {
    .whiteBgTrans {
        padding: 0px;
    }
    
}
@media(orientation:portrait) {
    .whiteBgTransFooter {
        background-color: transparent;
    }
}
.blueBg {
    background-color: #1460ab;
}

.grayBg {
    background-color: #ebebeb;
}

.gris {
    background-color: #8a8a8a;
}

.whiteColor {
    color: #fff !important;
}

.blueColor {
    color: #1460ab !important;
}

.blueColor2 {
    color: #90b2d5 !important;
}
/*******margins, borders*********/

.rounded-top {
    -moz-border-radius-topleft: 0.9rem !important;
    -moz-border-radius-topright: 0.9rem !important;
    border-top-left-radius: 0.9rem !important;
    border-top-right-radius: 0.9rem !important;
}

.rounded-custom {
    border-radius: 0.9rem !important;
}


/*grid*/

/*****rows*********/
.pcolForm {
    padding: 5px 15px;
}



.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-video {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.colIcon {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-banner-event {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}


.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

.col-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1.5
}

.col-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
}

.col-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 3;
}

.plr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#menuPc {
    display: none;
}

#menuMv {
    display: block;
}

.displayPc {
    display: none;
}

.displayMv {
    display: block !important;
}
.displayPortrait {
    display: none;
}
@media screen and (min-width: 900px) {
    .col-md {
        flex: 1
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }

    .col-md-10 {
        flex: 3;
    }
}

@media screen and (max-width: 1022px) and (orientation:landscape) {
    /*************************/
    /*1. ojo!!!! esto cometnado  es  para mostrar en landscape lo mismo que en lanscape pc (posible opción)*/
    /*************************/

    /*.displayPc {
        display: block;
    }
    .col-banner-event {
        flex: 0 0 228px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-video {
        flex: 1
    }
    .displayLandscape {
        display: block;
    }
    #menuPc {
        display: block;
    }

    #menuMv {
        display: none;
    }*/

    /*************************/
    /*2. esto para mostrar en landscape movil solo el video a pantalla completa*/
    /*************************/
    .displayPc {
        display: none;
    }

    .col-banner-event {
        display: none;
    }

    .col-video {
        flex: 1
    }

    .displayLandscape {
        display: none;
    }

    #menuPc {
        display: none;
    }

    #menuMv {
        display: none;
    }

    #tile-area {
        display: none;
    }
}

@media screen and (orientation:portrait) {

    .displayPc {
        display: none;
    }

    .col-banner-event {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-video {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }

    .displayLandscape {
        display: none;
    }

    #menuPc {
        display: none;
    }

    #menuMv {
        display: block;
    }
    .displayPortrait {
        display: block;
    }
}

@media screen and (width: 1024px) and (orientation:landscape) {
    #menuPc {
        display: block;
    }

    #menuMv {
        display: none;
    }

    .displayPc {
        display: block;
    }

    .displayMv {
        display: none !important;
    }

    .col-banner-event {
        /*flex: 0 0 228px;*/
        /*flex: 0 0 230px;*/
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-video {
        flex: 1
    }

    .displayLandscape {
        display: block;
    }

    #menuPc {
        display: block;
    }

    #menuMv {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (orientation:landscape) {
    #menuPc {
        display: block;
    }

    #menuMv {
        display: none;
    }

    .displayPc {
        display: block;
    }

    .displayMv {
        display: none !important;
    }

    .col-banner-event {
        /*flex: 0 0 240px;*/
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-video {
        flex: 1
    }

    .displayLandscape {
        display: block;
    }
   

    #menuPc {
        display: block;
    }

    #menuMv {
        display: none;
    }
}





@media(max-width:767px) {
    .colIcon {
        flex: 0 0 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.row-space-between {
    display: flex;
    justify-content: space-between;
}



.row-space-evenly {
    justify-content: space-evenly;
}

.center {
    justify-content: center;
    align-items: center;
}

.centerVertical {
    align-items: center;
}



.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}


.mb30 {
    margin-bottom: 30px;
}



/***********************************buttons**********************************************/



.btn-primary {
    color: #ffffff !important;
    background-color: #1460ab;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Nunito-Bold';
    font-size: 1.3em;
    text-transform: capitalize;
    padding: 6px 20px 6px 20px;
    /*border-bottom: 3px solid #000;*/
    -webkit-box-shadow: inset 0 -4px #000;
    box-shadow: inset 0 -4px #000;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #5186bb;
    }




/***********************************pantalla de incio y configurador devices, aviso de camara y avisos en general**********************************************/

.custom-select {
    border: 1px solid #1460ab;
    border-radius: 0;
    height: calc(2em + 0.75rem + 2px);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1460ab;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



#flow-authenticate h1 {
    font-size: 2em;
    font-family: 'Nunito-Bold';
}

#flow-devices h1 {
    font-size: 2em;
    font-family: 'Nunito-Bold';
}

.p-2-4 {
    padding: 0.8rem 1.5rem !important;
}

.bg-success {
    background-color: #1460ab !important;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1460ab;
    transition: width 0.6s ease;
}


@media screen and (orientation:portrait) {

    #flow-authenticate {
        /*margin-top: calc(50vh - 250px);*/
        margin-top: 30px;
        max-height: 100vh;
    }

        #flow-authenticate h1 {
            font-size: 2em;
        }

    /*#flow-devices {
            margin-top:80px;
            max-height: 100vh;
        }*/

    #flow-devices h1 {
        font-size: 2em;
    }


    #flow-need-permission {
        margin-top: 60px;
        max-height: 100vh;
    }

    #flow-failed-meeting {
        margin-top: calc(50vh - 140px);
        max-height: 100vh;
    }

    #form-need-permission .card.border-info.mb-3 {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    #form-failed-meeting .card.border-info.mb-3 {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    #sip-uri-form .card.border-info.mb-3 {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .progress .card.border-info.mb-3 {
        max-width: 100% !important;
    }

   
}

@media screen and (orientation:portrait) and (min-width:768px) {

    #flow-devices {
        margin-top: calc(50vh - 365px) !important;
        max-height: 100vh;
    }

    #flow-authenticate {
        margin-top: calc(50vh - 314px) !important;
    }
}

@media screen and (orientation:portrait) and (max-width:767px) {

    #flow-devices {
        /*margin-top: 80px;*/
        margin-top: 30px;
        max-height: 100vh;
    }
}

@media(max-width:900px) and (orientation:landscape) {

    #flow-authenticate {
        margin-top: 80px;
        max-height: initial;
    }

    #flow-devices {
        margin-top: 80px;
        max-height: initial;
    }

    body {
        /*en dispositivos movile no se centre el contenido verticalmente*/
        display: inline !important;
    }
}

@media(min-width:901px) and (orientation:landscape) {

    /*#flow-authenticate {
        margin-top: 80px;
        max-height: initial;
    }*/

    #flow-devices {
        /*margin-top: 70px;*/
        max-height: initial;
    }
}

@media(max-height:800px) and (orientation:landscape) {

    /*#flow-authenticate {
        margin-top: 40px;
       
    }*/


}

/****************************************************************************************/
/********************************MENU desplegable  SALA PRIVADA FIXED PC *******************************************/
/****************************************************************************************/


*:focus {
    outline: 0 !important;
}


/*menu desplegable ppal*/

#sideNavFix .a{
    position: absolute;
    top: -280px;
    /*right: -460px;*/
    right: 25px;
    transition: 0.6s;
    /*padding: 10px;*/
    /*line-height: 35px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*width: 110px;*/
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    z-index: 9;
    margin: 0 auto !important;
}



.sideNavFixOpen {
    top: 50px !important;
    right: 25px !important;
}





.containerMenu {
   
    flex-wrap: nowrap;
    padding: 5px 0px 5px 0px;
  
    margin-top: 15px;
}


    .containerMenu div {
        text-align: center;
    }

        .containerMenu div p {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #1460ab;
        }

        .containerMenu div input {
            margin-bottom: 0px !important;
        }
        /*.containerMenu div .inputBtnLogout {
            margin-bottom: 10px !important;
        }*/

.menuRound {
  
    width: 40px;
    background-color: #1460ab;
    border-radius: 30px;
    padding: 10px 0px 15px 0px;
}
/*botón que abre el menu desplegable*/
#btnMenuFixed {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    /*padding: 10px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 46px 46px;
    /*border: 2px solid #1460ab;*/
    width: 89px;
    height: 60px;
    padding: 15px;
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
    /*background-color: #1460ab;*/
    background-image: url(/images/vip/menu_close.png);
    color: white;
}

    #btnMenuFixed:hover {
        /*background-color: #5186bb;
        border: 2px solid #5186bb;*/
    }

.btnMenufixedOpen {
    background-image: url(/images/vip/menu_open.png) !important;
}





@media(width:1024px) and (orientation:landscape) {
    /*div necesario para que en browsers de movil no aparezca barra horizontal, ya etiqueta body la obvian*/
    /*en navegadores de moviles no existe el body overflow hidden. por lo tanto, en el caso del ipad horizontal (1024 px de ancho que se muestra como un pc landscape) , al esconder   */
    /*el menú horizontal con un margen negativo hacia la derecha me aparece scroll horizontal en la vista*/
    #DIVVideoconferencia {
        position: relative;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 264dpi), only screen and ( min-resolution: 2dppx) and (orientation:landscape) {
    /* Retina styles here */
    #DIVVideoconferencia {
        position: relative;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
    }
}





/*botón que abre la leyenda pc*/

#btnInfoFixed {
    position: absolute;
    top: 100px;
    right: 10px;
    background-color: #fff;
    border: 2px solid #1460ab;
    background-image: url(/images/vip/info_close.png);
    color: white;
    z-index: 10;
}

.btnInfoFixedOpen {
    background-color: #1460ab;
    background-image: url(/images/vip/info_open.png);
    border: 2px solid #1460ab;
}
/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para pcs*/
@media screen and (orientation:landscape) {
    #btnInfoFixed:hover {
        background-color: #1460ab;
        background-image: url(/images/vip/info_open.png);
        border: 2px solid #1460ab;
    }
}

/*botón que abre la leyenda MV*/

#btnInfoMv {
    background-color: #fff;
    border: 2px solid #1460ab;
    background-image: url(/images/vip/info_close.png);
    color: white;
}

.btnInfoMvOpen {
    background-color: #1460ab;
    background-image: url(/images/vip/info_open.png);
    border: 2px solid #1460ab;
}

#btnInfoMv:hover {
    background-color: #1460ab;
    background-image: url(/images/vip/info_open.png);
    border: 2px solid #1460ab;
}
/*panel de controles del audio*/
#audioPanelFix a {
    position: absolute;
    top: -460px;
    right: 90px;
    transition: 0.6s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 460px;
    width: 160px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    z-index: 8;
    margin: 0 auto !important;
}



.containerAudioMenu {
    background-color: rgba(255,255,255,1);
    /*border-top: 5px solid #1460ab;*/
    flex-wrap: nowrap;
    padding: 5px 0px 5px 0px;
    min-height: 240px;
    border-radius: 15px;
}

    .containerAudioMenu div:first-child {
        /*margin-left: 10px;*/
    }


    .containerAudioMenu div {
        text-align: center;
    }

        .containerAudioMenu div p {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #1460ab;
        }

        .containerAudioMenu div input {
            margin-bottom: 0px !important;
        }
        


.audioPanelFixOpen {
    /*top: 88px !important;*/
    top: 60px !important;
    right: 90px !important;
}


/*panel de controles del audio MV*/
.bannerMv {
    z-index: 11;
    width: 100% !important;
    height: auto;
}

.overlayaudioPanelFixMv {
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    opacity: 1;
    display: none;
}

.display {
    display: block !important;
}

#audioPanelFixMv a {
    position: fixed;
    z-index: 31;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 273px;
    width: 160px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    margin: 0 auto !important;
    display: none;
}



.containerAudioMenuMv {
    /*background-color: rgba(255,255,255,1);*/
    background-color: transparent;
    /*border-top: 5px solid #1460ab;*/
    flex-wrap: nowrap;
    padding: 5px 0px 5px 0px;
}

    .containerAudioMenuMv div:first-child {
        margin-left: 10px;
    }


    .containerAudioMenuMv div {
        text-align: center;
    }

        .containerAudioMenuMv div p {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #1460ab;
        }

        .containerAudioMenuMv div input {
            margin-bottom: 0px !important;
        }
        


.audioPanelFixOpenMv {
    display: block !important;
}


/*BOTONES MENU DESPLEGABLE*/
.btnRound {
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 46px 46px;
    /*border: 2px solid #1460ab;*/
    border-radius: 100%;
    /*width: 50px;
        height: 50px;*/
    /*padding: 15px;*/
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    /*margin: 5px 10px;*/
    background-color: transparent;
    border: 0px;
}

/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {
    .btnRound:hover {
        background-color: #1460ab !important;
    }
}*/



/*BOTON MICRO */
.inputBtnMicro {
    /*background-color: #1460ab;*/
    background-image: url(/images/vip/micro_off.png);
    /*color: white;*/
}

    .inputBtnMicro.on {
        /*background-color: #ffffff;*/
        background-image: url(/images/vip/micro_on.png);
        /*border: 2px solid #1460ab;*/
    }
/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {
    .inputBtnMicro:hover {
        background-image: url(/images/vip/micro_off.png);
    }
}*/

/*BOTON CÁMARA */

.inputBtnCamara {
    /*background-color: #1460ab;*/
    background-image: url(/images/vip/camara_off.png);
    /*color: white;*/
}

    .inputBtnCamara.on {
        /*background-color: #ffffff;*/
        background-image: url(/images/vip/camara_on.png);
        /*border: 2px solid #1460ab;*/
    }
/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {
    .inputBtnCamara:hover {
        background-image: url(/images/vip/camara_off.png);
    }
}*/

/*BOTONES DENTRO DE  AUDIO, MUTEAR VÍDEO Y asistentes */

.inputBtnAudioVideo {
    /*background-color: #1460ab;*/
    background-image: url(/images/vip/video_audio_off.png);
    color: white;
    margin-top: 60px;
}

    .inputBtnAudioVideo.on {
        /*background-color: #ffffff;*/
        background-image: url(/images/vip/video_audio_on.png);
        /*border: 2px solid #1460ab;*/
        margin-top: 60px;
    }

@-moz-document url-prefix() {
    .inputBtnAudioVideo {
        margin-top: 80px;
    }

        .inputBtnAudioVideo.on {
            margin-top: 80px;
        }
}
/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {

    .inputBtnAudioVideo:hover {
        background-image: url(/images/vip/video_audio_off.png);
    }
}*/


/******/
.inputBtnAudioParticipantes {
    /*background-color: #1460ab;*/
    background-image: url(/images/vip/asistentes_audio_off.png);
    color: white;
    margin-top: 60px;
}



    .inputBtnAudioParticipantes.on {
        background-color: #ffffff;
        background-image: url(/images/vip/asistentes_audio_on.png);
        /*border: 2px solid #1460ab;*/
        margin-top: 60px;
    }


@-moz-document url-prefix() {
    .inputBtnAudioParticipantes {
        margin-top: 80px;
    }

        .inputBtnAudioParticipantes.on {
            margin-top: 80px;
        }
}
/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {
    .inputBtnAudioParticipantes:hover {
        background-image: url(/images/vip/asistentes_audio_off.png);
    }
}*/


/*BOTON GENERAL ABRIR OPCIONES DE AUDIO ( ON SIN ACTIVAR Y AL CLICKAR IMAGEN OFF) */
.inputBtnAudio {
    /*background-color: #fff;*/
    background-image: url(/images/vip/audio_on.png);
    /*color: white;*/
}

/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {

    .inputBtnAudio:hover {
        background-color: #1460ab;
        background-image: url(/images/vip/audio_off.png);
    }
}*/



.activeAudioPanel {
    /*background-color: #1460ab;*/
    background-image: url(/images/vip/audio_off.png);
}

/*BOTON FULL SCREEN ( CUANDO AÑADIMOS CLASE ON ES CUANDO ESTAMOS EN PANTALLA COMPLETA Y MOSTRAMOS ICONO TACHADO, AL REVÉS QUE EL RESTO DE ICONOS) */

.inputBtnFullScreen {
    /*background-color: #ffffff;*/
    background-image: url(/images/vip/fullscreen_on.png);
    /*color: white;
        border: 2px solid #1460ab !important;*/
}

    .inputBtnFullScreen.on {
        /*background-color: #1460ab;*/
        background-image: url(/images/vip/fullscreen_off.png);
    }

/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {
    .inputBtnFullScreen:hover {
        background-image: url(/images/vip/fullscreen_off.png);
    }
}*/


/*BOTON LOGOUT*/

.inputBtnLogout {
    /*background-color: #ffffff;*/
    background-image: url(/images/vip/salir.png);
    /*color: white;*/
}
/*en dispositivos móviles el hover nunca se quita asi que solo lo añadimos para dispositiovos que admitan hover*/
/*@media screen and (hover: hover) {
    .inputBtnLogout:hover {
        background-image: url(/images/vip/salir_active.png);
    }
}*/


.imgBanner {
    /*width: auto;*/
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: 100% 0;
}




/* ipad pro landscape Landscape */
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 264dpi), only screen and ( min-resolution: 2dppx) {
  
}*/

/*input range audio asistentes y evento*/

body {
    display: flex;
    justify-content: center;
    margin: 0;
}


input[type="range"] {
    align-self: center;
    border: solid 0 transparent;
    border-width: 0.25em 0.5em;
    padding: 0;
    width: 10.875em;
    height: 1.5em;
    border-radius: 0.25em;
    transform: rotate(-90deg);
    background: none;
    font-size: 1em;
}

    input[type="range"], input[type="range"]::-webkit-slider-runnable-track, input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

        input[type="range"]::-webkit-slider-runnable-track {
            box-sizing: border-box;
            border: solid 1px transparent;
            width: 10.875em;
            height: 0.5em;
            border-radius: 0.25em;
        }

        input[type="range"]::-moz-range-track {
            box-sizing: border-box;
            border: solid 1px transparent;
            width: 10.875em;
            height: 0.5em;
            border-radius: 0.25em;
        }

        input[type="range"]::-ms-track {
            box-sizing: border-box;
            border: solid 1px transparent;
            width: 10.875em;
            height: 0.5em;
            border-radius: 0.25em;
            color: transparent;
        }

        input[type="range"]::-webkit-slider-thumb {
            margin-top: -0.5em;
            box-sizing: border-box;
            border: solid 1px transparent;
            width: 0.625em;
            height: 1.5em;
            border-radius: 0;
            background: #1460ab;
        }

        input[type="range"]::-moz-range-thumb {
            box-sizing: border-box;
            border: solid 1px transparent;
            width: 0.625em;
            height: 1.5em;
            border-radius: 0;
            background: #1460ab;
        }

        input[type="range"]::-ms-thumb {
            box-sizing: border-box;
            border: solid 1px transparent;
            width: 0.625em;
            height: 1.5em;
            border-radius: 0;
            background: #1460ab;
        }

        input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-tooltip {
            display: none;
        }


input[type="range"] {
    color: #1460ab;
    margin-top: 60px;
}

    input[type="range"]::-webkit-slider-runnable-track {
        background: linear-gradient(#bbb, #ccc);
    }

    input[type="range"]::-moz-range-track {
        background: linear-gradient(#bbb, #ccc);
    }

    input[type="range"]::-ms-track {
        background: linear-gradient(#bbb, #ccc);
    }

    input[type="range"]:focus {
        outline: none;
        box-shadow: 0 0 0.25em;
    }



/****************************************************************************************/
/********************************MENU FIJO MOVIL *******************************************/
/****************************************************************************************/
.containerMenuMv {
    background-color: #1460ab;
    z-index: 11;
}

    .containerMenuMv div {
        text-align: center;
    }

        .containerMenuMv div p {
            margin-bottom: 5px !important;
            font-size: 12px;
            color: #1460ab;
        }

        .containerMenuMv div input {
            margin-bottom: 0px !important;
        }
       

    .containerMenuMv .btnRound {
        margin: 5px 0px 0px 0px !important;
    }






/****************************************************************************************/
/********************************MENU DESPLEGABLE EMOGIS *******************************************/
/****************************************************************************************/
#menuEmogis {
    position: relative;
}


/*menu desplegable ppal*/

#sideNavEmogisFix {
    position: absolute;
    bottom: 25px;
    right: 70px;
    /*transition: 0.6s;*/
    /*padding: 10px;*/
    /*line-height: 35px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    z-index: 9;
    margin: 0 auto !important;
    display: none;
}



.containerEmogisMenu {
    background-color: rgba(255,255,255,0);
    /*border-left: 5px solid #1460ab;*/
    flex-wrap: nowrap;
    padding: 5px 0px 5px 0px;
}

    .containerEmogisMenu div:first-child {
        margin-left: 10px;
    }


    .containerEmogisMenu div {
        text-align: center;
    }

        .containerEmogisMenu div p {
            font-size: 12px;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #1460ab;
        }

        .containerEmogisMenu div input {
            margin-bottom: 0px !important;
        }
        

/*botón que abre el menu desplegable*/

#btnMenuEmogisFixed {
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    position: absolute;
    bottom: 35px;
    right: 10px;
    z-index: 20;
    border-radius: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    border: 2px solid #1460ab;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
    background-color: #1460ab;
    background-image: url(/images/vip/corazon_close.png);
    color: white;
}

    #btnMenuEmogisFixed:hover {
        background-image: url(/images/vip/corazon_open.png) !important;
        background-color: #fff;
    }

.btnMenuEmogisFixedOpen {
    background-image: url(/images/vip/corazon_open.png) !important;
}



.sideNavEmogisFixOpen {
    display: block !important;
}

.btnZoom {
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

    .btnZoom:hover {
        transform: scale(0.75) !important;
    }


/*mostrar iconos con animación todo*/
img1 {
    position: absolute;
    animation: moveImage 3s linear infinite;
    left: -350px;
}

@keyframes moveImage {
    100% {
        transform: translateX(calc(100vw + 350px));
    }
}








/***********************************1. LOGIN******************************************/
.boxLogin {
    /*background-color: #fff;*/
    background-color: transparent;
    /*min-width: 400px;
        max-width: 450px;*/
    width: 240px;
    margin: auto;
}

.boxDevices {
    background-color: transparent;
    min-width: 400px;
    max-width: 450px;
    margin: auto;
}

@media(max-width:600px) {
    .boxLogin {
        background-color: transparent;
        min-width: 95%;
    }

    .boxDevices {
        background-color: transparent;
        min-width: 95%;
    }
}
/***********************************2. VIDEOCONFERENCIA******************************************/



#ContenedorVideoGrande {
    text-align: right;
}

.mvideo {
    margin-left: auto !important;
    margin-right: 0 !important;
}


@media(max-width:900px) and (orientation:landscape) {

    .mvideo {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ContenedorVideoGrande {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

#tile-area > div.video-tile {
    /*width: 130px !important;*/
    width: 106px !important;
    height: 140px !important;
    background-image: url(/images/source1/vip/user_off.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 2px;
    cursor: pointer;
}

[id^="tile-area"] {
    width: auto !important;
}

#tile-area video {
    /*width: 130px !important;*/
    width: 106px !important;
    height: 140px !important;
    border-radius: 0 !important;
    border: 2px solid rgba(165,165,165,0.7);
}

#DIVVideoconferencia {
    width: 100%;
}

.visor {
    width: 100% !important;
    height: calc(100vh*0.66);
}

.rowCustom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.btnPerson {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 106px;
    /*background-color: rgba(230,0,0,0.7);*/
    background-color: transparent;
    color: #fff;
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

    .btnPerson div {
        /*padding-left:3px;*/
        padding: 2px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        line-height: 13px;
    }

.btnPause {
    background-color: red;
    background-image: url(/images/hide.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    color: white;
    padding: 0px;
    text-decoration: none;
    /*margin: 4px 2px;*/
    cursor: pointer;
    display: none;
}

    .btnPause:hover {
        background-color: #1460ab;
    }

.visible {
    background-image: url(/images/show.png);
    background-color: transparent;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}



.adminOust {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255,255,255,0.7);
    /*border: 1px solid #1460ab;*/
    /*color: #1460ab;*/
    color: #333;
    font-size: 0.7em;
    border-radius: 100%;
    padding: 1px 3px;
}

    .adminOust:hover, .adminOust:active, .adminOust:focus {
        position: absolute;
        top: 5px;
        /*right: 5px;*/
        background-color: rgba(230,0,0,0.7);
        /* border: 1px solid #fff;*/
        color: #fff;
        border-radius: 100%;
        padding: 1px 3px;
    }

#AddUser {
    width: 106px !important;
    height: 140px !important;
    margin: 2px;
    border-radius: 0 !important;
    border: 2px solid #1460ab;
    background-color: #ffffff;
    background-image: url(/images/vip/add_user.png);
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    background-size: 100% auto;
    cursor: pointer;
}

    #AddUser:hover, #AddUser:active, #AddUser:focus {
        background-color: #1460ab;
        background-image: url(/images/vip/add_user_hover.png);
    }


@media (max-width: 575px) {
    #tile-area > div.video-tile {
        width: auto !important;
        padding-bottom: 30px !important;
    }
}


@media (max-width: 575px) {
    #tile-area > div > div, #tile-area > div > button {
        display: block !important;
    }

    #tile-area > div.video-tile {
        width: 110px !important;
        height: 140px !important;
        padding-bottom: 30px !important;
    }
}


/*en portrait movil vamos a disminuir tamaño ventanas participantes*/
@media(max-width:680px) and (orientation:portrait) {
    #tile-area video {
        width: 80px !important;
        height: 110px !important;
    }

    #tile-area > div.video-tile {
        width: 80px !important;
        height: 110px !important;
    }

    #AddUser {
        width: 80px !important;
        height: 110px !important;
        border-radius: 0 !important;
    }

    .btnPerson {
        width: 76px;
    }
}

@media(width:1024px) and (orientation:landscape) {
    #tile-area video {
        width: 98px !important;
        height: 120px !important;
    }

    #tile-area > div.video-tile {
        width: 98px !important;
        height: 120px !important;
    }

    #AddUser {
        width: 98px !important;
        height: 120px !important;
        border-radius: 0 !important;
    }

    .btnPerson {
        width: 94px;
    }
}



/***********************************************************************************************/
/*******************************BANNEAR ALERT (PEQUEÑO)**************************************************/
/***************************************************************************************************/
.overlay {
    position: fixed;
    z-index: 1031;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    display: none;
}


.alert {
    width: 400px;
    max-width: 100%;
    padding: 10px !important;
    position: fixed;
    z-index: 1032;
    background-color: #fff;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.6);
    font-size: 16px;
    display: none;
}

    .alert .content {
        padding: 0px 20px 20px 20px;
    }

    .alert .txt {
        text-align: center;
        /*padding: 15px 0;*/
        max-height: 400px;
        overflow-y: auto;
        color: #333;
        font-size: 1.3em;
    }

        .alert .txt h2 {
            margin-bottom: 5px;
            margin-top: 5px;
        }

.btn-gris {
    color: #ffffff !important;
    background-color: #ccc;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Nunito-Bold';
    font-size: 1em;
    text-transform: capitalize;
    padding: 6px;
    border-radius: 5px;
    /* border-bottom: 3px solid #000; */
    text-align: center;
}



.btn-red {
    color: #ffffff !important;
    background-color: #ff0000;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Nunito-Bold';
    font-size: 1em;
    text-transform: capitalize;
    padding: 6px;
    /* border-bottom: 3px solid #000; */
    border-radius: 5px;
    text-align:center;
}

.btn-blue {
    color: #ffffff !important;
    background-color: #1460ab;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: 'Nunito-Bold';
    font-size: 1em;
    text-transform: capitalize;
    padding: 6px;
    /* border-bottom: 3px solid #000; */
    border-radius: 5px;
    text-align: center;
}

.pcolFormSm {
    padding:5px;
}

/**/
/*************************************************************************************************************/
/******************************LEYENDA y INVITACION  ALERT (BIG)**********************************************/
/*************************************************************************************************/
.mtContentLeyenda {
    margin-top: 30px;
}

.overlayBig {
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.97);
    opacity: 1;
    display: none;
}


.alertBig {
    /*width: 70%;*/
    width: auto;
    min-width: 550px;
    padding: 20px;
    position: fixed;
    z-index: 50;
    background-color: transparent;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

    .alertBig .txt {
        padding: 15px 20px 15px 10px;
        max-height: 80vh;
        overflow-y: auto;
        color: #333;
        line-height: 1.5em;
        margin-top: 10px;
    }

        .alertBig .txt::-webkit-scrollbar {
            width: 6px;
            background-color: #ebebeb;
        }

        .alertBig .txt::-webkit-scrollbar-track {
            /*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/
        }

        .alertBig .txt::-webkit-scrollbar-thumb {
            background-color: #1460ab;
            outline: 1px solid #000;
        }

        .alertBig .txt h2 {
            text-align: center;
            margin-bottom: 5px;
            margin-top: 5px;
            font-size: 2em !important;
            /*text-transform: uppercase;*/
            font-family: 'Nunito-Bold';
        }


.itemLeyenda {
    margin: 20px 0px;
}


    .itemLeyenda p {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 0px;
    }

        .itemLeyenda p.small {
            margin-top: 5px;
            margin-bottom: 0px;
            font-weight: normal;
            font-size: 1em;
        }


.separator {
    width: 100%;
    height: 3px;
    background-color: #1460ab;
}


@media(max-width:1368px) {
    .alertBig .txt h2 {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 1.5em !important;
    }

    .itemLeyenda {
        margin: 8px 0px;
    }
}

@media(max-width:650px) {
    .linkInvitacion {
        font-size: 14px !important;
    }

    .alertBig {
        width: auto;
        min-width: 100%;
    }

    .itemLeyenda p {
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 0px;
    }

    .mtContentLeyenda {
        margin-top: 10px;
    }

    .alertBig .txt h2 {
        font-size: 1.2em !important;
    }

    .alertBig .txt {
        padding: 5px 10px 10px 10px;
        max-height: 80vh;
        overflow-y: auto;
        color: #333;
        line-height: 1.5em;
        margin-top: 10px;
    }
}

@media(max-width:380px) {
    .linkInvitacion {
        font-size: 12px !important;
    }
}

/*pagina de error*/

.mtErrorPage {
    margin-top: calc(50vh - 50px);
    text-align: center;
}

/*aviso auriculares*/

.col-video #avisoAuriculares {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 100px);
    background-color: #1460ab;
    padding: 10px;
}

#avisoAuriculares p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}


@media screen and (orientation:portrait) {
    .col-video #avisoAuriculares {
        position: absolute;
        top: 150px;
        left: 0;
        background-color: #1460ab;
        padding: 10px;
        width: 100%;
    }

    #avisoAuriculares p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0;
        padding: 0;
    }
}

@media(max-width:900px) and (orientation:landscape) {
    .col-video #avisoAuriculares {
        position: absolute;
        top: 150px;
        left: 0;
        background-color: #1460ab;
        padding: 10px;
        width: 100%;
    }

    #avisoAuriculares p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0;
        padding: 0;
    }
}



/*login*/

/*login*/
.containerLogos {
    max-width: 600px;
    margin: auto;
}

@media(max-height:800px) and (orientation:landscape) {
    .containerLogos {
        max-width: 300px;
    }

    .rwd.warnerLogo {
        max-width: 200px;
        height: auto;
    }

    .rwd.vipLogo {
        max-width: 120px;
        height: auto;
    }
}

@media(orientation:portrait) {
    .containerLogos {
        max-width: 65%;
    }
}

.form-controlCustom {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.boxLock {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pcolFormLock {
    padding: 8px 10px;
}

.p0 {
    padding: 0px;
}

.rwd {
    max-width: 100%;
    height: auto;
}


/*CONTADOR*/

li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 0em 1em 1em 1em;
    text-transform: uppercase;
}

    li span {
        display: block;
        font-size: 5.5rem;
        font-weight: bold;
    }


@media(max-width:600px) {

    li {
        display: inline-block;
        font-size: 1em;
        list-style-type: none;
        padding: 0em 0.8em 0.8em 0.8em;
        text-transform: uppercase;
    }

        li span {
            display: block;
            font-size: 2rem;
        }
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: none;
}

#fullScreenMvLandscape {

    background-color:#ffffffaa;
    width:100vw;
    height:100vh;
    display:none;
    justify-content:center;
    align-items:center;
    position:absolute;
    left:0;
    top:0;
    z-index:99;
}

@media(max-width:900px) and (orientation:landscape) {
    #fullScreenMvLandscape {
        display: flex;
        flex-direction:column;
    }
}



/*comentarios y sugerencias, descargar documento*/

.mb20{
    margin-bottom:20px;
}

.btn-link {
    color: #ffffff !important;
    background-color: #1460ab;
    border: none;
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: Nunito-Regular;
    font-size: 1em;
    text-transform: capitalize;
    padding: 6px 20px 6px 20px;
    -webkit-box-shadow: inset 0 -4px #000;
    box-shadow: inset 0 -4px #000;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus {
        background-color: #5186bb;
    }


@media (max-width:900px) and  (orientation:portrait) {
    .mtPortrait {
        margin-top: 20px;
    }
}

/*footer enlaces medialbs*/


.containerFooter {
    width: 100%;
    margin:auto;
}

@media(min-width:900px) {
    .containerFooter {
        width: 70%;
    }
}

.boxFooter {
    width: 100%;
    padding: 15px;
    background-color: #ededed;
    color: #000;
    text-align: center;
}

.iconFooter {
    color: #fff !important;
    font-size: 30px;
}

.btnFooter {
    background-color: #10a3d9;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .btnFooter:hover {
        background-color: #7cba00;
    }

.mt15 {
    margin-top: 15px;
}

.labelBoxTrans{
    color:#fff;
}

.textIconFooter {
    color: #10a3d9;
    font-size:12px;
    font-weight:bold;
}