﻿
@font-face {
    font-family: 'brandon_black';
    src: url('fonts/Brandon_black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_bold';
    src: url('fonts/Brandon_bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_bold_italic';
    src: url('fonts/Brandon_bold_italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_light';
    src: url('fonts/brandon_light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_light_italic';
    src: url('fonts/brandon_light_italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_medium';
    src: url('fonts/Brandon_med.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_medium_italic';
    src: url('fonts/brandon_medium_italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_regular';
    src: url('fonts/Brandon_reg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_regular_italic';
    src: url('fonts/brandon_regular_italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_thin_italic';
    src: url('fonts/brandon_thin_italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --naranja: #ff6d00;
    --naranja-claro: #eedfc3;
}

.grayFont {
    color: #555;
}

.beigeFont {
    color: #b39767;
}
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
p{
    margin-top:5px;
    margin-bottom:5px;
}

form#form1 {
    height: 100%;
}

html {
    height: 100%;
    background-color:#000;
}

body {
    color: #000;
    font-family: 'brandon_regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #262626;
    height: 100vh;
}
.h100{
    height:100%;
}

.bgBlackTrans {
    background-color: rgba(0,0,0,0.7);
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    background: black;
    background: url(/images/fondo-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

img#logoLogin {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 10px 20px 30px 20px;
}

@media(max-width:600px){
    .container {
       
        padding: 10px;
    }
}

h2.mensajeAcceso {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.noDisponibleGroup {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content:center;
    align-items:center;
}
    .noDisponibleGroup a {
        max-width: 80%;
    }
/*********************************************************************************/
/*****rows*********/
/*********************************************************************************/
.pcolForm {
    padding: 5px;
}
.pcolForm20 {
    padding: 5px 20px;
}

.pcolLayout {
    padding: 10px 5px;
}
.dpc {
    display: block;
}
.headerEnviar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.mauto {
    margin: auto;
}

.mr10 {
    margin-right: 10px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.ml10 {
    margin-left: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.rwd {
    max-width: 100%;
    height: auto;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.colAuto {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-lg {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}



.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-lg-8 {
    flex: 2
}


.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-lg-10 {
    flex: 3
}

.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;
}

@media screen and (min-width: 760px) {

    .col-md {
        flex: 1
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }

    .col-md-10 {
        flex: 3;
    }
}

@media screen and (min-width: 1279px) {

    .col-lg {
        flex: 1
    }

    .col-lg-8 {
        flex: 2
    }

    .col-lg-10 {
        flex: 3
    }
}


.row-space-between {
    display: flex;
    justify-content: space-between;
}



.row-space-evenly {
    justify-content: space-evenly;
}

.row-flex-end {
    justify-content: flex-end;
}

.center {
    justify-content: center;
    align-items: center;
}

.centerVertical {
    align-items: center;
}

.right {
    justify-content: flex-end;
}

.bottomVertical {
    align-items: flex-end;
}

.nowrap {
    flex-wrap: nowrap;
}

label {
    color: #fff;
    text-align: left;
    font-size: 14px;
    float: left;
    padding: 0 0 5px 0;
}

.blackColor {
    color: #000;
}


.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}



/*LOADING*/
/********************************************************************************************/
/*******************************************loading*****************************************/
/*******************************************************************************************/
#divLoading {
    height: 100vh;
    width: 100vw;
    font-family: Roboto, Arial;
    color: #ADAFB6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    /*display:none;*/
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    color: var(--naranja);
    background: radial-gradient(farthest-side, currentColor calc(100% - 6px),#0000 calc(100% - 5px) 0);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 13px),#000 calc(100% - 12px));
    border-radius: 50%;
    animation: l19 2s infinite linear;
}

    .loader::before,
    .loader::after {
        content: "";
        grid-area: 1/1;
        background: linear-gradient(currentColor 0 0) center, linear-gradient(currentColor 0 0) center;
        background-size: 100% 10px,10px 100%;
        background-repeat: no-repeat;
    }

    .loader::after {
        transform: rotate(45deg);
    }

@keyframes l19 {
    100% {
        transform: rotate(1turn)
    }
}

/**********************forms ******************************************/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: auto;
    height: 36px !important;
    font-family: 'Roboto', sans-serif;
    float: left;
    font-weight: 400;
    margin: 5px 0 5px 0;
    border: 0;
    padding: 5px 45px 5px 5px;
    font-size: 14px;
    color: #7d7d7d;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: url(../../../images/flecha_select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px;
    background-color: #fff;
}

/*textarea {
	width: auto;
	font-family: 'Roboto', sans-serif;
	float: left;
	font-weight: 400;
	margin: 5px 0 5px 0;
	border: 0;
	padding: 5px;
	font-size: 14px;
	color: #7d7d7d;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	resize: none;
}*/
p.textLogin {
    color: var(--naranja-claro);
    text-align: center;
    font-family: 'brandon_light';
}
.form-control {
    display: block;
    width: 100%;
    text-align: left;
    /*padding: 6px 0px 6px 10px;*/
    padding: 6px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Roboto, Arial;
    box-sizing: border-box;
}





.clear {
    clear: both
}


.logout {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
a {
    text-decoration: underline;
    color: var(--naranja);
    cursor:pointer;

}

    /*a:hover {
        color: #c8ab37;
    }*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        max-width: 200px;
        font-size: 14px;
        font-weight: normal;
        color: white;
        text-align: center;
        background-color: #c4017b;
        display: inline-block;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 5px 20px;
    }

        .inputfile:focus + label, .inputfile + label:hover {
            background-color: #c4017b;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            padding: 5px 20px;
        }

/********************************************************************/
/***************************avisos********************************/
/*******************************************************************/
.overlay {
    position: fixed;
    z-index: 1010;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.alert {
    width: 80%;
    max-width: 400px;
    padding: 30px;
    position: fixed;
    z-index: 1011;
    background-color: rgba(255,255,255,1);
    top: 50%;
    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-border-radius: 5px;
    border-radius: 5px;
}

    .alert .txt {
        text-align: center;
        padding: 15px 0;
    }

   
       


   

.alert {
    display: none;
}

.msg {
    background-color: #f2f2f2;
    text-align: center;
    padding: 50px 0;
}



/********************************************************************************************/
/*******************************************loading*****************************************/
/*******************************************************************************************/
#divLoading {
    height: 100vh;
    width: 100vw;
    font-family: Roboto, Arial;
    color: #ADAFB6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    /*display:none;*/
}

.boxesLoading {
    height: 32px;
    width: 32px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: 32px;
    -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
    transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

    .boxesLoading .box {
        width: 32px;
        height: 32px;
        top: 0px;
        left: 0;
        position: absolute;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }



        .boxesLoading .box:nth-child(1) {
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            -webkit-animation: box1 1s linear infinite;
            animation: box1 1s linear infinite;
        }

        .boxesLoading .box:nth-child(2) {
            -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
            -webkit-animation: box2 1s linear infinite;
            animation: box2 1s linear infinite;
        }

        .boxesLoading .box:nth-child(3) {
            -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
            -webkit-animation: box3 1s linear infinite;
            animation: box3 1s linear infinite;
        }

        .boxesLoading .box:nth-child(4) {
            -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
            -webkit-animation: box4 1s linear infinite;
            animation: box4 1s linear infinite;
        }



        .boxesLoading .box > div {
            background: #5C8DF6;
            --translateZ: 15.5px;
            --rotateY: 0deg;
            --rotateX: 0deg;
            position: absolute;
            width: 100%;
            height: 100%;
            background: #d3bc5f;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
            transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
        }

            .boxesLoading .box > div:nth-child(1) {
                top: 0;
                left: 0;
                background: #d3bc5f;
            }

            .boxesLoading .box > div:nth-child(2) {
                background: #806600;
                right: 0;
                --rotateY: 90deg;
            }

            .boxesLoading .box > div:nth-child(3) {
                background: #c8ab37;
                --rotateX: -90deg;
            }

            .boxesLoading .box > div:nth-child(4) {
                background: rgba(15,15,15, 0.7);
                top: 0;
                left: 0;
                --translateZ: -90px;
            }





@keyframes box1 {
    0%, 50% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(200%, 0);
    }
}

@keyframes box2 {
    0% {
        transform: translate(0, 100%);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes box3 {
    0%, 50% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(0, 100%);
    }
}

@keyframes box4 {
    0% {
        transform: translate(200%, 0);
    }

    50% {
        transform: translate(200%, 100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}



/*******************************/

/*header*/
/**********************************/
.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url(../../images/fondoHeader.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85px;
    align-items: center;
    gap: 15px;
}
.iconoHeader, .menuBurger {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .iconoHeader img {
        width: 85px;
    }
    .menuBurger img {
        width: 55px;
    }
.tiempoRestante {
    width: 110px;
    background: gray;
    height: 35px;
    border-radius: 45px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    border: 1px solid #b58346;
    column-gap: 4px;
}
img#iconoTiempo {
    width: 35px;
    margin-left: 2px;
    margin-top: 1px;
}

.navLogo {
    max-width: 106px;
    width: 100%;
    height: auto;
}

.navLogout {
    width: 77px;
    height: auto;
}

@media(max-width:600px) {
    .navLogo {
        max-width: 80px;
        width: 100%;
        height: auto;
    }
}


/***************************/
/*botones*/
/********************************/
.btnPrimary {
    background-color: #B39767;
    font-family: 'Roboto', Open Sans;
    -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;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

    .btnPrimary:hover {
        background-color: #806600;
        color: #fff;
    }

.btnPrimarySmall {
    background-color: #B39767;
    white-space: nowrap;
    font-family: 'Roboto', Open Sans;
    -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;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
}

    .btnPrimarySmall:hover {
        background-color: #806600;
        color: #fff;
    }

.wauto {
    width: auto;
}

.w150 {
    width: 120px;
}

.no-responder {
    display: none;
}

/***************************************/
/*login*/
/**************************************/
.form-control-black {
    display: block;
    width: 60%;
    text-align: left;
    padding: 0px 15px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    background-color: var(--naranja-claro);
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    font-family: Roboto, Arial;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-family: 'brandon_regular';
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 
    border: 0px solid #333333;
    -webkit-text-fill-color: #aaa;
    -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
    transition: background-color 5000s ease-in-out 0s;
}


.login {
    /*margin: auto;*/
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fotoMain img {
    width: 100%;
}
.intgestion {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.contenedorMovil {
    width: 400px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 3px black;
    background: black;
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: 745px;
    margin: auto;
    position: relative;
}
.contenedorMovil.contenedorBuzon {
    width: 800px;
    
}
.form-Menu {
    background: transparent;
    border-radius: 50px;
    height: 30px;
    border: 1px solid var(--naranja);
    text-align: center;
    width: 130px;
    font-family: 'brandon_regular';
    color: white;
    font-size: 18px;
}
.opcionGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.seccionMenu {
    width: 100%;
    color: white;
    font-size: 20px;
    font-family: 'brandon_regular';
    font-weight: 500;
    border-bottom: 1px solid var(--naranja);
}
img#burger {
    width: 40px;
    cursor: pointer;
}
.overMenu {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1F1F1F;
    z-index: 9;
    transition: 500ms ease-in-out;
    left: -100%;
}
.overMenu.abierto{
    left:0px;
    transition:500ms ease-in-out;
}
.panel {
    display: flex;
    flex-direction: column;
    /* flex: 1 auto; */
    height: 100%;
    overflow: auto;
    position: relative;
}
.fotoMain {
    width: 100%;
}
@media(max-width:640px) {
    .login {
        padding-bottom: 20px;
    }
}


.nextLogin {
    z-index: 990;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -20px;
}

#nxt_btn, #entr_btn {
    position: absolute;
    top: 0;
    left: -80px;
}

#TBUsuario {
    z-index: 1000;
    margin-left:auto;
}

#TBPassword {
    z-index: 1005;
    margin-left: auto;
}
h2.titleLogin {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    font-weight: 200;
    text-transform: uppercase;
    color: #eedfc3;
}
.separador {
    width: 85%;
    height: 1px;
    background: var(--naranja-claro);
}
#LBLogin, #LBLoginExterno, #LBAcceder {
    display: block;
    background: var(--naranja);
    color: white;
    text-decoration: none;
    text-align: center;
    width: 60%;
    border-radius: 10px;
    padding: 16px 15px;
    font-size: 15px;
    font-family: 'brandon_regular';
}
.formularioLogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formGroup {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
}
#nxt_btn {
    z-index: 1000;
}

#entr_btn {
    z-index: 1005;
}



.slide-in {
    z-index: 10; 
    position: absolute;
    overflow: hidden;
}

    .slide-in.from-left {
        left: 0;
    }

    .slide-in.from-right {
        right: 25px;
        top: 0;
        width: 96%;
    }

.slide-in-content {
    padding: 0;
    transition: transform .5s ease; 
}



.slide-in.from-left .slide-in-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.slide-in.from-right .slide-in-content {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.slide-in.show .slide-in-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}




/************************************/

/*navbar vertical*/
/************************************/

.boxWhiteTrans {
    border: 0;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
}
nav {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.itemUser {
    padding: 20px 10px 40px 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #806600;
    text-transform: uppercase;
    font-weight: bold;
}

.itemNavbar {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

    .itemNavbar a {
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }
        .itemNavbar a:hover {
            color: #806600;
            font-weight: bold;
            cursor: pointer;
        }


.navEmailUser {
    font-size:0.8em;
    text-transform:lowercase;
}


/************************************************/

/*bandeja de entrada y salida*/
/********************************************/


/*contenedora mensajes*/
.boxWhite {
    border: 0;
    background-color: #fff;
    min-height: 70vh;
}

div#BoxMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #dddddd;
    padding: 10px;
    width: 90%;
    border-top: 5px solid var(--naranja);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 5px -2px black;
    position: relative;
}

        #BoxMenu div.active {
            background-color: #fff;
            color:#000;
        }
.massecHeader img {
    width: 100%;
    max-width: 340px;
}
.itemsMenu {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.closeMenu {

}
.closeMenu i {
    font-size: 35px;
    color: var(--naranja);
}

.logoMenuPop {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    justify-content: space-around;
    background: #363636;
    padding: 10px;
}
div#navMainSite_LISalir_mv {
    width: 100%;
}
div#navMainSite_LINombre {
    background: #dddddd;
    width: 93%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    font-size: 23px;
    color: black;
}
    .logoMenuPop img {
        max-width: 350px;
        width: 85%;

    }
nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    height: 100%;
    background: #000000;
    top: 0;
    left: -100%;
    transition: 500ms ease-out;
    max-width: 400px;

}
    nav.abierto {
        left: 0;
        transition: 500ms ease-out;
    }
.massecHeader {
    background: #363636;
    padding: 10px;
    border-bottom: 1px solid white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.btnBuzon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 15px;
}
div#BoxMenu p {
    font-size: 15px;
    font-family: 'brandon_light';
}
    .btnBuzon img {
        width: 25px;
    }


.infoBandeja h3 {
    font-family: 'brandon_regular';
    font-size: 25px;
}
    .infoBandeja h3 i {
        font-size: 15px;
    }
.infoBandeja {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.header img {
    max-width: 310px;
    width: 75%;
}
#BoxMensajesRecibidos, #BoxMensajesEnviados, #BoxNuevoMensaje, #BoxDetalleMensaje, .containerPhone {
    /* padding: 40px 30px 20px 30px; */
    background: #f6f6f6;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    /* height: 100%; */
    flex: 1;
    display: flex;
    overflow: auto;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.textoMensaje {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    font-family: 'brandon_bold';
}
.btnBuzon:hover{
    background:white;
    cursor:pointer;
}
.cabeceraMensajeRecibido i {
    font-size: 30px;
}
.contenedorMovil.analisis .NoPermitido {
    color: #4372af;
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    text-align: center;
    font-size: 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.cuerpoMensaje img {
    max-width: 340px;
    padding: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cuerpoMensaje p {
    padding: 10px;
    font-family: 'brandon_regular';
    line-height: 26px;
}
div#cerrarDetalle {
    cursor: pointer;
}
.btnEnviarMensaje {
    cursor: pointer;
}
.cabeceraMensajeRecibido {
    display: flex;
    /* font-size: 23px; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    /* border-bottom: 1px solid black; */
    padding: 10px 5px;
    column-gap: 20px;
    font-family: 'brandon_bold';
    align-items: center;
    font-size: clamp(18px, 2vw, 21px);
}
.textoMensaje p {
    margin: 0px;
}
.mensajeRecibido, .mensajeEnviado {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
}

    .mensajeRecibido i.fa-solid.fa-certificate {
        position: absolute;
        top: 5px;
        left: 5px;
        color: var(--naranja);
        text-shadow: 1px 1px 1px black;
        display: none;
    }
    .mensajeRecibido.sinleer i.fa-solid.fa-certificate {
        display:block;
    }
    .principalMensaje {
        display: flex;
        justify-content: start;
        align-items: center;
        column-gap: 10px;
    }
.mensajeRecibido:hover, .mensajeEnviado:hover {
    cursor: pointer;
    background: white;
}
    .fotoMensaje img {
        border-radius: 75px;
        width: 75px;
    }
.btnSecure {
    background: var(--naranja);
    z-index: 9999;
    color: black;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 10px;
    font-family: 'brandon_medium';
    cursor: pointer;
}

#BoxMenu div h2 {
    font-size: 1.2em;
}
.securenet {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollDatos {
    height: 65vh;
    width: 100%;
    margin: 0 0 0 0;
    overflow: auto;
}
.analisisRealizado {
    color: var(--naranja);
    font-size: 40px;
    text-align: center;
}
/*SCROLLBAR CSS*/
#BoxDetalleMensaje::-webkit-scrollbar, #BoxMensajesRecibidos::-webkit-scrollbar, #BoxMensajesEnviados::-webkit-scrollbar, #BoxNuevoMensaje::-webkit-scrollbar {
    width: 5px;
}

#BoxDetalleMensaje::-webkit-scrollbar-track, #BoxMensajesRecibidos::-webkit-scrollbar-track, #BoxMensajesEnviados::-webkit-scrollbar-track, #BoxNuevoMensaje::-webkit-scrollbar-track {
    background: #9b9b9b4d;
    border-radius: 3px;
}

#BoxDetalleMensaje::-webkit-scrollbar-thumb, #BoxMensajesRecibidos::-webkit-scrollbar-thumb, #BoxMensajesEnviados::-webkit-scrollbar-thumb, #BoxNuevoMensaje::-webkit-scrollbar-thumb {
    background: var(--naranja);
    border-radius: 3px;
}


.contenedorMovil::-webkit-scrollbar {
    width: 5px;
}

.contenedorMovil::-webkit-scrollbar-track {
    background: #9b9b9b4d;
    border-radius: 3px;
}

.contenedorMovil::-webkit-scrollbar-thumb {
    background: var(--naranja);
    border-radius: 3px;
}

.contenedorMovil.analisis::-webkit-scrollbar-thumb {
    background: #4497c2;
    border-radius: 3px;
}

/*row email bandeja entrada y salida*/
.itemMensaje {
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .itemMensaje:hover {
        background-color: #eee;
    }


.colClip {
    flex: 0 0 30px;
    /*padding: 10px 0px;*/
    padding:10px;
}

.fas.fa-paperclip {
    font-size: 1.5em;
}

.bold {
    font-weight: bold;
}
/* item bandeja no leido nombre y asunto negrita*/
.sinleer .asunto {
    font-weight: bold;
}

.sinleer .name {
    font-weight: bold;
}

.containerDetalles {
    padding: 15px 5px;
}

.boxAdjuntos {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    position: relative;
    margin-top: 40px;
   
}

    .boxAdjuntos::before {
        content: "Archivos adjuntos";
        position: absolute;
        left: 0px;
        top: -20px;
    }

.hackContainer {
    width: 100%;
    height: max-content;
    background: url(../../../images/fondoCamaras.jpg);
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-size: auto;
    background-attachment: fixed;
    padding-bottom: 40px;
}
.mapaCamaras {
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.icoCam {
    left: 20px;
    background: black;
    border-radius: 50px;
    height: 40px;
    width:40px;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
}

div#reloj {
    position: absolute;
    z-index: 9;
    color: white;
    font-family: math;
    font-size: 11px;
    top: 0px;
    left: 0;
    display: none;
    background: #0000008f;
    padding: 3px 5px 0px 5px;
    border-top-left-radius: 20px;
}
.accionesCamaras {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}
    .mapaCamaras img {
        width: 100%;
        height: auto;
    }
.salaImg {
    position: absolute;
}
.salaImg.salaOculta{
    display:none;
}
.principalCamaras #noise {
    border-radius: 10px;
}
.principalCamaras {
    background: url(../../../images/juego/fondoSala.jpg);
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 5px solid #eedfc3;
    border-radius: 15px;
}
.area-marker {
    position: absolute;
    width: 24px; /* tamaño del icono */
    height: 24px;
    transform: translate(-50%, -50%); /* centra exacto */
    pointer-events: none; /* que no bloquee clics */
    z-index: 50;
}
    .principalCamaras img {
        width: 100%;
        border-radius: 10px;
    }
div#BTComprobarCamaras {
    cursor: pointer;
}
.tituloCamaras {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'brandon_regular';
    flex-direction: row;
    font-size: clamp(1.5rem, 4vw, 1.5rem);
    gap: 20px;
    background: #242424;
    border-radius: 80px;
    width: 85%;
    margin-right: auto;
    margin-top: 45px;
    padding: 10px;
    position: relative;
    margin-left: auto;
}
    .tituloCamaras img {
        width: 35px;
    }
    .boxAdjuntos .item {
        margin-top:10px;
        width: 184px !important;
        height: 123px !important;
        display: inline-block;
        background-image: url(/images/Mision0_front/background-image.png);
        background-repeat: no-repeat;
        margin-left: 5px;
        margin-right: 5px;
    }

    .boxAdjuntos .item.doc {        
        background-image: url(/images/Mision0_front/background-archivo.png);      
    }
        .boxAdjuntos .item.pic {
            background-image: url(/images/Mision0_front/background-image.png);
        }
        .boxAdjuntos .item.video {
            background-image: url(/images/Mision0_front/background-video.png);
        }
        .boxAdjuntos .item.audio {
            background-image: url(/images/Mision0_front/background-audio.png);
        }
       

        .boxAdjuntos img {
            width: 184px !important;
            height: 93px !important;
            object-fit: cover;
            margin-bottom:30px;
        }
.boxAdjuntos span{
    font-size:13px;
}
    .boxAdjuntos a {
        text-decoration:none;
    }

    /*alertas sms*/
    .containerContPhone {
        padding: 60px;
    }

.phone {
    max-width: 400px;
}

.securenet {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.headerAnalisis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10%;
    padding: 11px 0px;
    background-image: url(../../images/fondoHeader.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.botonFoto {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* top: 50%; */
    left: 50%;
    transform: translate(-55%, -130%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.textoAnalisis {
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    top: 23%;
    left: 50%;
    transform: translate(-50%, 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #635846;
    font-size: 2vh;
    text-align: center;
    font-family: monospace;
    text-transform: uppercase;
    z-index: 2;
    max-width: 400px;
    font-weight: 800;
}
.btnVideo {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #cf3737bf;
    height: 65px;
    width: 65px;
    opacity: 0;
}
img#backMiCamara2 {
    z-index: 9;
    position: absolute;
    top: 0;
}
.miCam {
    position: absolute;
    width: 30%;
    z-index: 9;
    bottom: 0;
    right: 0;
    box-shadow: 0px 0px 9px 2px black;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 125px;
}
div#videoContainer {
    position: absolute;
    z-index: 8;
    top: 0;
    width: 100%;
    height: 100%;
}
    div#videoContainer video {
        position: absolute;
        z-index: 8;
        height: 100%;
    }
.mainAnalisis #analisis1 {
    width: 100%;
    z-index: 7;
    position: relative;
}
.mainAnalisis #llamada1 {
    width: 100%;
    z-index: 7;
    position: relative;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.1s ease;
    z-index: 1;
}
input#txtEmailVideo::placeholder {
    color: #454545;
}
#videoContainer video {
    filter: sepia(0.3) contrast(1.2) brightness(0.9);
}
#videoSilent {
    opacity: 0;
    z-index: 7;
}

video.active {
    opacity: 1;
    z-index: 8;
}
video#videoMensaje {
    position: relative;
    opacity: 1;
    height: auto;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 480px;
}
.tituloCamaras img {
    width: 30px;
}
#noise, #noise2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.3;
    z-index: 9;
}
.mainAnalisis #analisis2 {
    width: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
}
.mainAnalisis #llamada2 {
    width: 100%;
    z-index: 9;
    position: absolute;
    top: 0;
}
audio#AudioTraducion {
    opacity: 0;
    position: absolute;
}
img#backMiCamara2 {
    z-index: 9;
}
video#miCamara {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    width: 150%;
    z-index: 8;
    opacity: 1;
    transform: translate(-50%, -50%);
    max-width: unset;
    filter: sepia(0.6) contrast(1.7) brightness(0.7);
}
.CheckGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.lbl-form {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-family: 'brandon_light';
    line-height: 35px;
}


.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

    .toggle-switch:before,
    .toggle-switch:after {
        content: "";
    }

    .toggle-switch:before {
        display: block;
        background: linear-gradient(to bottom, #fff 0%, #eee 100%);
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 4px;
        left: 4px;
        transition: left 0.25s;
    }

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}

.toggle-checkbox:checked + .toggle-switch {
    background: var(--naranja);
}

    .toggle-checkbox:checked + .toggle-switch:before {
        left: 30px;
    }

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.responder i {
    transform: rotate(180deg);
    font-size: 25px;
}

.textNumero {
    font-family: 'brandon_regular';
    padding: 5px 0px 5px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
}
.btnPrincipal {
    display: block;
    background: var(--naranja);
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: 16px 15px;
    font-size: 15px;
    font-family: 'brandon_regular';
    cursor: pointer;
}
.datosMenu {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* border: 1px; */
}
.miCam img {
    position: absolute;
}
img#backMiCamara1 {
    position: relative;
}
input#txtEmailVideo {
    height: 100%;
    width: 100%;
    max-width: 300px;
    color: #afafaf;
    background: transparent;
    text-align: center;
    font-size: 1.7em;
    font-family: 'brandon_regular';
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    top: -25%;
    left: 50%;
    transform: translate(-50%, 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #635846;
    font-size: 2vh;
    text-align: center;
    font-family: monospace;
    text-transform: uppercase;
    z-index: 2;
    max-width: 400px;
    font-weight: 800;
}
.asuntoEnviar {
    display: flex;
    gap: 2px;
}
.fotoMensaje {
    position: relative;
}
.iniciales {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 30px;
    font-weight: 700;
}
.cajaTexto {
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    top: 16%;
    left: 50%;
    transform: translate(-50%, 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #635846;
    font-size: 2vh;
    text-align: center;
    font-family: monospace;
    text-transform: uppercase;
    z-index: 2;
    max-width: 80%;
    font-weight: 800;
    height: 17%;
}
.textoAnalisis.escanenando {
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    top: 31%;
    left: 50%;
    transform: translate(-50%, -75%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #635846;
    font-size: 2vh;
    text-align: center;
    font-family: monospace;
    text-transform: uppercase;
    z-index: 2;
    max-width: 400px;
}
        .textoAnalisis.escanenando:before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            animation: glitch 2s infinite;
            clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
            color: #63584694;
            text-shadow: 0 0 5px #eec27a, 0 0 15px #63584694;
        }


/* Glitch effect for the text */
@keyframes glitch {
    0%, 100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0px, 0px);
    }

    /*50% {
        clip-path: polygon(0 0, 100% 0, 100% 15%, 0 15%);
        transform: translate(0px, -5px);
    }*/

    50% {
        clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0 100%);
        transform: translate(0px, 2px);
    }
}
img#base2 {
    display: none;
}
img#analisis2 {
    display: none;
}
.headerAnalisis img {
    width: 150px;
    /* box-shadow: 1px 1px 1px black; */
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(7px 7px 7px #222);
}
.mainAnalisis {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    /* max-width: 600px; */
    margin: auto;
    height: 50%;
}
.animacion {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.baseAnalisis img {
    width: 100%;
}
    .animacion img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }
.mainAnalisis img {
    width: 100%;
    height: 100%;
}
img#interruptor {
    width: 35%;
}
img#base1 {
    width: 100%;
    height: 100%;
}
.baseAnalisis {
    width: 100%;
    /* height: 30%; */
    background: black;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    flex: 1;
    height: 40%;
}

.iconCamara {
    position: absolute;
    width: 32px !important;
    height: 32px !important;
    pointer-events: none;
    opacity:0;
}
.textBBDD {
    color: #7dbbe3;
}
.BBDDResumen {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    gap: 25px;
}
.BBDDExplicacion {
    color: #7dbbe3;
}
.BBDDResumenGroup {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
    .BBDDResumenGroup img {
        width: 110px;
        height: fit-content;
    }
.iconCamara.desactivada{
    opacity:1;
}
a.btnMensaje {
    width: 100%;
    background: var(--naranja);
    color: white;
    display: block;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
    font-size: 25px;
}
.headerBBDD {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}
    .headerBBDD h2 {
        color: #4497CF;
    }

    .headerBBDD h3 {
        color: #4497CF;
        font-weight: 100;
        letter-spacing: 4px;
    }
    .headerBBDD span:before {
        content: "";
        background: #4497cfad;
        position: absolute;
        top: -3px;
        left: 0;
        width: 67%;
        height: 1px;
        right: 0;
        margin: auto;
    }

    .headerBBDD span {
        color: #4497CF;
        position: relative;
        padding: 5px;
        margin-top: 10px;
    }
.filaBBDD {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
}

img.imgBD {
    max-width: 90px;
}
.tipoBBDD {
    color: #4497CF;
}
.mainElemento {
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    cursor: pointer;
}
.headerElemento {
    text-align: center;
}
.nombreBBDD {
    font-weight: 600;
    color: #4497CF;
}
img.imgCheck.lm {
    /* margin-left: -10px; */
    top: 0;
    right: -20px;
}
.bodyOverBBDD h3 {
    font-size: 12px;
}
p.textAlertaBD {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.cerrarOverBBDD, .cerrarAlertaBBDD, .cerrarOverAvisoBBDD {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #8697CB;
    color: black;
    width: 25px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
}

.bodyOverBBDD .opcionGroup {
    background: #8697CB;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.overBBDD label {
    font-size: 16px;
}
.textHeaderOverBBDD div {
    font-size: 13px;
}
.logoOverBBDD img {
    max-width: 80px;
}
.textHeaderOverBBDD h2 {
    font-size: 15px;
}
.headerOverBBDD {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overBBDD, .overAvisoBBDD {
    background: white;
    /* position: absolute; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;

    z-index: 99;
}
.overAvisoBBDD {

    justify-content: center;
    align-items: center;

}
img#alertaImgBD {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
}
.alertaBBDD {
    background: white;
    /* position: absolute; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
img.imgCheck {
    max-width: 30px;
    position: absolute;
}
    img.imgCheck.rm {
        top: 0;
        left: -15px;
    }
.centralBBDD i {
    color: #4497c2;
}
.opcionGroup.op2 {
    background: #566081;
}

.opcionGroup.op3 {
    background: #39464F;
}
.mainBBDD {
    background: #4497c2;
    text-align: center;
    font-size: 30px;
    color: white;
    letter-spacing: 5px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    padding: 5px 25px;
}
.centralBBDD {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.resultBBDD {
    background: #4497c2;
    text-align: center;
    color: white;
    border-radius: 50px;
    max-width: 60%;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: auto;
}
.headerOverBBDD {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.bodyOverBBDD h3 {
    margin-bottom: 15px;
    font-size: 12px;
}
.overBBDD .toggle-checkbox:checked + .toggle-switch {
    background: #229957;
}
.overBBDD .toggle-switch {
    background: #992371;
}
.BBDDGroup {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 0px;
    background-image: url(../../images/BBDDs/bgLineas.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cuerpoMensaje {
    padding: 10px;
}
    .cuerpoMensaje ul {
        list-style-position: outside;
        padding-left: 20px;
        margin: 0px 0;
        margin-bottom: 20px;
    }
    .cuerpoMensaje li {
        margin: 4px 0;
    }




a#HLVolver1 {
    /* position: absolute; */
    display: none;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.btnGuardarBBDD {
    background: #244E74;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
    max-width: 75%;
    border-radius: 12px;
    border: 2px solid #4497c2;
    text-decoration: none;
    cursor: pointer;
}
.btnOverBBDD {
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
}
    @media(max-width:800px) {
        .mtbtnsm {
        margin-top: 50px;
    }
}

@media(max-width:600px) {
    .headerAnalisis img {
        width: 35%;
        /* box-shadow: 1px 1px 1px black; */
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(7px 7px 7px #222);
    }
    .contenedorMovil {
        width: 100%;
        height: 100%;
    }
    .boxWhite{
        min-height:50vh;
    }
    .scrollDatos {
        height: 45vh;
       
    }
    .itemUser {
        text-transform: capitalize;
        padding: 5px;
        border-bottom: 0px solid #fff;
    }

        .itemNavbar {
            padding: 5px;
            /*border-bottom: 0px solid #fff;*/
        }
    /*
            .itemNavbar a {
               
                text-decoration: underline;
            }*/
    #BoxMenu div h2 {
        font-size: 12px;
    }

    .itemMensaje {
        padding: 5px;
    }

    .colClip {
        width: auto;
        padding: 10px 0px;
    }

    #BoxMensajesRecibidos, #BoxMensajesEnviados, #BoxNuevoMensaje, #BoxDetalleMensaje {
        padding: 15px 10px;
    }

    .containerPhone {
        padding: 15px 10px;
    }

    .containerDetalles {
        padding: 5px 5px;
    }

    /*nav {
        display: flex;
        width: 100%;
        flex-direction: row;
    }*/

    .dpc{
        display:none;
    }
    .dmv {
        display:block;
    }
}
@media(max-width:400px) {
    .mainBBDD {
        background: #4497c2;
        text-align: center;
        font-size: 20px;
        color: white;
        letter-spacing: 5px;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
        padding: 5px 25px;
    }
    .BBDDResumenGroup {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width:359px){
    .containerPhone {
        padding: 15px 5px;
    }
}

.alert.alertaScan {
    background: black;
    color: #4497c2;
}


