* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

body {
    background-color: WHITE;

    & header {
        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: column;

               & #headerup{
                width: 100%;
                height: 60%;
                display: flex;
                justify-content: space-between;
                align-items: center;

                & >a:nth-of-type(1){

                    width: 45%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    text-decoration: none; /* Esto elimina el subrayado */
                    margin-right: 450px;
                    


                    /* & div:nth-of-type(1){
                    
                        width: 100%;
                        height: 100%;
                        display: flex;
                        align-items: center;           
                        justify-content: center; */
                        
                    
                    


                    & div:nth-of-type(1){
                        width: 18%;
                        height: 100%;
                        display: flex;
                        align-items: center;           
                        justify-content: center;
                        background-image: url(../img/flechas.png);
                        background-size: contain; /* o contain, según prefieras */
                        background-position: center; /* o top, bottom, left, right, center, etc. */
                        background-repeat: no-repeat;
                        /* margin-left: 50px; */
                        /* margin-left: 200px; */
                    }
                    

                    & div:nth-of-type(2){

                        width: 55%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;

                    

                        & p:nth-of-type(1){

                            width: 90%;
                            height: 60%;
                            align-items: center;           
                            justify-content: center;
                            font-size: 50px;
                            color: rgb(23, 23, 103);
                            font-weight: bold;
                            margin-right: 130px;
                            padding-top: 5px;

                        }

                        & p:nth-of-type(2){

                            width: 100%;
                            height: 40%;
                            align-items: center;           
                            justify-content: center;
                            color: gray;
                            font-size: 16px;
                            margin-right: 80px;
                            
                            

                        }
                    }               
                    
                }

                

                

                & >div:nth-of-type(1){
                    
                    width: 5%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    
                    

                    & >a{
                        width: 60px;
                        height: 70%;
                        background-image: url(../img/youtube2.jpg);
                        background-size: contain; /* o contain, según prefieras */
                        background-position: center; /* o top, bottom, left, right, center, etc. */
                        background-repeat: no-repeat;
                        padding-left: 0px;
                        border-color: transparent;
                        background-color: transparent;
                        
                    }

                    
                }

                & div:nth-of-type(2){
                    
                    width: 15%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;

                    & button{
                        width: 200px;
                        height: 50%;
                        background-color: red;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        margin: 10px 10px;
                        border-radius: 10px;
                        color: white;
                        font-weight: bold;
                        border-color: transparent;
                        text-decoration: none;

                        
                    }
                    /* & button:nth-of-type(2){
                            background-color: blue;
                            border-color: transparent;
                        } */
                }

                & >a:nth-of-type(2){
                    width: 6%;
                    height: 90%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    flex-direction: column;
                    text-decoration: none; 
                    cursor: pointer; 
                    transition: color 0.3s; 
                    background-color: rgb(39, 45, 79);
                    margin-right: 180px;

                    & span:nth-of-type(1){
                        
                        display:inline-flex;
                        position: absolute;
                        top:4%;
                        right:175px;
                        width:20px;
                        height: 20px;
                        background-color: rgb(39, 45, 79);
                        transform:rotate(45deg);
                        
                        }
                    

                    

                    

                    & p:nth-of-type(1){
                        width: 100%;
                        height: 30%;
                        align-items: center;  
                        text-align: center;         
                        justify-content: center;
                        font-size: 20px;  
                        font-weight: bold;
                        color:white;
                        color:white;
                        
                       
                    }

                    & p:nth-of-type(2){
                        width: 100%;
                        height: 30%;
                        text-align: center;
                        align-items: center;           
                        justify-content: center;
                        font-size: 16px;  
                        font-weight: bold;
                        color:white;
                        
                        
                    }

                    & span:nth-of-type(2){
                        
                        display:inline-flex;
                        position: absolute;
                        top:4%;
                        right:272px;
                        width:20px;
                        height: 20px;
                        background-color: rgb(39, 45, 79);
                        transform:rotate(45deg);
                        
                        }
                }
            }


        & #headerdown {
            width: 100%;
            height: 40%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgb(39, 45, 79);
            color: white;
            font-weight: bold;

            & div:nth-of-type(1) {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;

                & nav {
                    width: 100%;
                    height: 100%;
                    display: flex;              
                    justify-content: center;
                    align-items: center;

                    & span {
                        margin: 0px 50px;
                    }

                    /* 🔥 Resalta en color naranja tu enlace de RADAR FX (el 6º en tu nav) */
                    & a:nth-of-type(6) { 
                        color: orange;
                    }

                    & a {
                       margin: 0px 14px; /* Espacio horizontal óptimo para que entren los 10 menús */
                       font-size: 14.5px; /* Forzamos un tamaño un pelín menor para absorber el escalado */
                       text-decoration: none;
                       color: white;
                       transition: 0.4s;
                    }

                    & a:hover {
                        color: orange;
                        transform: scale(1.15); /* Bajamos de 1.3 a 1.15 para que al crecer no rompa el menú */
                    }
                }
            }
        }


    }


    /* Estructura de títulos subrayados idéntica a tu estilo centrado */
    & #escanerTitulo {
        width: 100%;
        height: 190px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;

        & > div:nth-of-type(1) {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;

            & p:nth-of-type(1) {
                width: 100%;
                height: 30%;
                font-size: 16px;
                text-align: center;
                justify-content: center;
                color: rgb(172, 172, 172);
                
            }

            & p:nth-of-type(2) {
                width: 100%;
                height: 50%;
                font-size: 50px;
                text-align: center;
                justify-content: center;
                font-weight: bold; 
                /* color: rgb(23, 23, 103); */
            }

            /* La línea negra horizontal centrada debajo del título */
            & p:nth-of-type(2)::after {
                content: "";
                display: block;
                width: 10%;              /* aquí controlas el ancho de la línea */
                height: 2px;             /* grosor de la línea */
                background-color: black; /* color de la línea */
                margin: 2px auto 0;      /* la centra debajo del texto */
                margin-top: 20px;
            }

            & span {
                color: orange;
                margin-right: 17px;
                margin-left: 12px;
                font-weight: bold;
            }
        }
    }

    /* Sección del cuerpo del escáner: Preparada para tus futuras tablas de datos */
    /* ================================================= */
/* 🚀 RADAR FX - ESCÁNER AUTOMÁTICO */
/* ================================================= */

& #cuerpoEscaner {

    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 90px;
    margin-top: 0px;

    .fechaRadar {

    margin-top: 25px;

    color: gray;

    font-size: 15px;

    font-weight: bold;

    }

    .contadorResultados {

        width: 100%;
        text-align: center;

        margin-bottom: 25px;

        font-size: 22px;
        font-weight: bold;

        color: rgb(23,23,103);

    }

    .ticker {

    color: gray;

    font-size: 13px;

    }

    table th {

        cursor: pointer;
        user-select: none;

    }

    .barraScore{

    width: 100%;
    height: 10px;

    background-color: #ddd;

    border-radius: 20px;

    overflow: hidden;

    margin: 15px 0;

    }


    .barraScore span{

        display: block;

        height: 100%;

        background-color: rgb(39,45,79);

        border-radius: 20px;

    }


    table th:hover {

        color: orange;

    }

/* =====================================
   GRID CARTERA RADAR
===================================== */


.gridCarteraRadar{


    display: grid;


    grid-template-columns:

        repeat(

            3,

            1fr

        );


    gap: 20px;


    margin-top: 25px;


}



@media(max-width:900px){


    .gridCarteraRadar{


        grid-template-columns:

            repeat(

                2,

                1fr

            );


    }


}



@media(max-width:600px){


    .gridCarteraRadar{


        grid-template-columns:

            1fr;


    }


}


/* =====================================
   🎯 SEÑALES RADAR FX
===================================== */


.gridSenalesRadar{


    display: grid;


    grid-template-columns:

        repeat(
            5,
            1fr
        );


    gap: 18px;


    margin-top: 25px;


}

@media(max-width:1200px){


    .gridSenalesRadar{


        grid-template-columns:

            repeat(
                3,
                1fr
            );


    }


}



@media(max-width:800px){


    .gridSenalesRadar{


        grid-template-columns:

            repeat(
                2,
                1fr
            );


    }


}



@media(max-width:500px){


    .gridSenalesRadar{


        grid-template-columns:

            1fr;


    }


}



.cardRadarFX{


    background: white;


    border-radius: 18px;


    padding: 22px;


    border:

        1px solid

        #e5e7eb;


    box-shadow:

        0 8px 25px

        rgba(0,0,0,0.08);


}



.cardRadarFX h3{


    font-size: 18px;


    margin-bottom: 15px;


    color: #111827;


}



.cardRadarFX p{


    margin: 8px 0;


    color: #374151;


}



.cardRadarFX .ticker{


    opacity: 0.7;


    font-size: 14px;


}



.scoreRadar{


    font-size: 26px;


    font-weight: bold;


}



.datosEntrada{


    margin-top: 15px;


    padding-top: 15px;


    border-top:

        1px solid

        #e5e7eb;


}



/* =====================================
   📈 CARTERA RADAR FX
===================================== */


.resumenRadar{


    background: white;


    border-radius: 18px;


    padding: 20px;


    margin:

        25px 0;


    border:

        1px solid

        #e5e7eb;


    box-shadow:

        0 8px 25px

        rgba(0,0,0,0.08);


}



.botonRadar{


    margin-top: 25px;


    padding:

        12px 26px;


    border:

        none;


    border-radius: 12px;


    background:

        #111827;


    color:

        white;


    font-weight:

        bold;


    cursor:

        pointer;


    transition:

        0.2s;


}



.botonRadar:hover{


    transform:

        translateY(-2px);


}



#historicoCompletoRadar{


    margin-top: 30px;


}



/* =====================================
   SIN RESULTADOS
===================================== */


.sinSenales{


    padding: 22px;


    border-radius: 15px;


    background:

        #f3f4f6;


    color:

        #374151;


    border:

        1px solid

        #e5e7eb;


    text-align: center;


}

    /* ============================= */
    /* 🔎 FILTROS ESCÁNER AVANZADO */
    /* ============================= */

    .filtrosEscaner {

        width: 100%;

        display: flex;

        justify-content: center;

        align-items: center;

        gap: 25px;

        margin-top: 35px;

        margin-bottom: 45px;

    }



    .filtrosEscaner select {


        width: 230px;

        height: 50px;


        border: 2px solid rgb(39,45,79);

        border-radius: 8px;


        padding: 0px 15px;


        font-size: 16px;

        font-weight: bold;


        color: rgb(39,45,79);

        background-color: white;


        cursor: pointer;


    }



    .filtrosEscaner select:hover {


        border-color: orange;


    }





    .filtrosEscaner button {


        width: 150px;

        height: 50px;


        border: none;

        border-radius: 8px;


        background-color: orange;

        color: white;


        font-size: 17px;

        font-weight: bold;


        cursor: pointer;


        transition: 0.3s;


    }



    .filtrosEscaner button:hover {


        transform: scale(1.08);

        background-color: rgb(39,45,79);


    }



    /* BLOQUES PRINCIPALES */

    & .bloqueRadar {

        width: 85%;
        height: auto;

        display: flex;
        flex-direction: column;
        align-items: center;

        margin-bottom: 70px;
        padding: 35px;

        border-radius: 18px;

        background-color: white;

        box-shadow: 
        0px 8px 25px rgba(0,0,0,0.12);


        & h2 {

            width: 100%;

            text-align: center;

            font-size: 34px;

            color: rgb(23,23,103);

            margin-bottom: 15px;

        }


        & > p {

            width: 80%;

            text-align: center;

            font-size: 18px;

            color: gray;

            margin-bottom: 35px;

            line-height: 30px;

        }


    }





    /* ============================= */
    /* 🌍 TARJETA ESTADO GLOBAL */
    /* ============================= */


    & .tarjetaEstado {

        width: 350px;
        min-height: 260px;

        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;

        border-radius:20px;

        background-color: rgb(39,45,79);

        color:white;

        padding:30px;



        & h2 {

            color:orange;

            font-size:42px;

            margin-bottom:20px;

        }


        & p {

            font-size:18px;

            margin-top:15px;

        }


        & span {

            font-size:45px;

            font-weight:bold;

        }


        & strong {

            font-size:30px;

            color:orange;

        }


        & small {

            margin-top:25px;

            text-align:center;

            font-size:15px;

            color:#ddd;

        }

    }






    /* ============================= */
    /* ⚠ ALERTAS */
    /* ============================= */

    /* GRID CORRELACIONES */

    #alertasMercado{


        width:100%;


        display:grid;


        grid-template-columns:

            repeat(2, 1fr);


        gap:25px;


        margin-top:30px;


    }

    & .alerta {


    width:100%;


    padding:25px;


    border-radius:18px;


    background-color:#fff4e5;


    border-left:8px solid orange;


    box-shadow:
    0px 6px 18px rgba(0,0,0,0.12);



    & h3 {


        font-size:26px;


        color:rgb(23,23,103);


        margin-bottom:20px;


    }



    & strong {


        font-size:20px;


        color:rgb(23,23,103);


    }



    & p {


        margin-top:15px;


        font-size:16px;


        line-height:26px;


    }



}

.itemCorrelacion{


    padding:15px 0;


    border-bottom:

        1px solid #ddd;


}


.itemCorrelacion strong{


    color:black;


}

.tituloSeccion {

    margin-bottom: 15px;

}


.baseCorrelacion{


    padding:15px;


    background:white;


    border-radius:12px;


    margin-bottom:20px;


    text-align:center;


}






    /* ============================= */
    /* 📊 TABLAS RADAR */
    /* ============================= */


    & table {

        width:100%;

        border-collapse:collapse;

        overflow:hidden;

        border-radius:15px;

        box-shadow:
        0 5px 20px rgba(0,0,0,0.1);



        & thead {


            background-color:rgb(39,45,79);

            color:white;


            & th {

                padding:18px;

                font-size:18px;

            }


        }



        & tbody {


            & tr {

                transition:0.3s;


                &:hover {

                    background-color:#f2f2f2;

                    transform:scale(1.01);

                }

            }



            & td {

                padding:15px;

                text-align:center;

                border-bottom:1px solid #ddd;

                font-size:17px;

            }

        }

    }

}


        /* Estilo para tu botón flotante de volver arriba */
    

     /* Botón Arriba */
    #btnArriba {
    display: none; /* Oculto por defecto */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: orange;
    color: white;
    cursor: pointer;
    padding: 12px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
    }

    #btnArriba:hover {
    background-color: darkorange;
    transform: scale(1.1);
    } 

    /* Sección de pie de página idéntica al código original enviado */
    & #footer {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 140px;
        border-top: 2px solid rgb(227, 227, 227);

        & > div:nth-of-type(1) {
            width: 40%;
            height: 100%;
            display: flex;
            align-items: center;           
            justify-content: center;
            margin-top: 20px;

            & div:nth-of-type(1) {
                width: 10%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;
                background-image: url(../img/flechas.png);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                margin-right: 20px;
            }

            & div:nth-of-type(2) {
                width: 80%;
                height: 100%;
                display: flex;
                flex-direction: column;

                & p:nth-of-type(1) {
                    width: 100%;
                    height: 57%;
                    align-items: center;           
                    justify-content: center;
                    font-size: 80px;
                    color: rgb(23, 23, 103);
                    font-weight: bold;
                    padding-top: 90px;
                }

                & p:nth-of-type(2) {
                    width: 100%;
                    height: 40%;
                    align-items: center;           
                    justify-content: center;
                    color: gray;
                    font-size: 25px;
                }
            }               
        }

        & > div:nth-of-type(2) {
            width: 18%;
            height: 100%;
            display: flex;
            align-items: center;           
            justify-content: center;
            flex-direction: column;
            margin-top: 120px;

            & p:nth-of-type(1) {
                width: 100%;
                height: 15%;
                align-items: center;           
                justify-content: center;
                font-size: 28px;
                color: black;
                font-weight: bold;
            }
            & p:nth-of-type(2) {
                width: 100%;
                height: 85%;
                align-items: center;           
                justify-content: center;
                font-size: 20px;
                color: grey;
                font-weight: bold;
            }
        }

        & > div:nth-of-type(3) {
            width: 22%;
            height: 100%;
            display: flex;
            align-items: flex-start;           
            justify-content: center;            
            flex-direction: column;
            padding: 10px;
            margin-top: 30px;

            & > div:nth-of-type(1) {
                width: 100%;
                height: 10%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-bottom: 20px;

                & > p {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: start;
                    font-size: 28px;
                    color: black;
                    font-weight: bold;
                    background-color: white;
                }
            }

            & > div:nth-of-type(2) {
                width: 100%;
                height: auto;
                display: flex;
                flex-wrap: wrap;
                gap: 5px;
                margin-top: 0px;
                margin-bottom: 25px;

                & > a {
                    display: inline-block;
                    padding: 5px 10px;
                    margin: 2px;
                    background-color: rgb(23, 23, 103);
                    color: white;
                    font-size: 16px;
                    border-radius: 4px;
                    cursor: pointer;
                    text-decoration: none;
                }
            }
        }

        & > div:nth-of-type(4) {
            width: 12%;
            height: 100%;
            display: flex;
            align-items: center;           
            justify-content: center;
            margin-top: 20px;

            & a {
                width: 140px;
                height: 75%;
                background-image: url(../img/youtube2.jpg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                padding-left: 0px;
                border-color: transparent;
                background-color: transparent;
            }
        }
    }

    
}

.senalFuerte{

    background-color: rgba(0, 180, 0, 0.12);

}


.senalMaximos{

    background-color: rgba(255, 140, 0, 0.15);

}


.senalThrowback{

    background-color: rgba(255, 220, 0, 0.18);

}


.senalRebote{

    background-color: rgba(0, 150, 255, 0.12);

}


.senalVolumen{

    background-color: rgba(160, 60, 200, 0.13);

}


tr:hover{

    filter: brightness(0.96);

}

 

@media (max-width: 431px) and (orientation: portrait){
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

body{

    background-color: WHITE;


    & header{

        width: 100%;
        height: 800px;
        display: flex;
        


        & #headerup{
                width: 100%;
                height: 30%;
                display: flex;
                justify-content: space-around;
                align-items: center;
                flex-wrap: wrap;
                
                
                
                /* background-image: url(./img/stock.jpg); */

                & >a:nth-of-type(1){

                    width: 100%;
                    height: 55%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    text-decoration: none; /* Esto elimina el subrayado */
                    margin-right: 0px;
                    
                    


                    /* & div:nth-of-type(1){
                    
                        width: 100%;
                        height: 100%;
                        display: flex;
                        align-items: center;           
                        justify-content: center; */
                        
                    
                    


                    & div:nth-of-type(1){
                        width: 12%;
                        height: 90%;
                        display: flex;
                        align-items: center;           
                        justify-content: center;
                        background-image: url(../img/flechas.png);
                        background-size: contain; /* o contain, según prefieras */
                        background-position: center; /* o top, bottom, left, right, center, etc. */
                        background-repeat: no-repeat;
                        margin-left: 0px; 
                      margin-right: 0px; 
                    }
                    

                    & div:nth-of-type(2){

                        width: 88%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        

                    

                        & p:nth-of-type(1){

                            width: 100%;
                            height: 38%;
                            align-items: center;           
                            justify-content: center;
                            font-size: 44px;
                            color: rgb(23, 23, 103);
                            font-weight: bold;
                            margin-left: 15px;
                            margin-right: 0px;
                            padding-top: 6px;

                        }

                        & p:nth-of-type(2){

                            width: 100%;
                            height: 15%;
                            align-items: center;           
                            justify-content: center;
                            color: gray;
                            font-size: 14px;
                            margin-right: 0px;
                            margin-left: 15px;
                            margin-bottom: 7px;
                            
                            
                            

                        }
                    }               
                    
                }

                

                

                & >div:nth-of-type(1){
                    
                    width: 15%;
                    height: 40%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    
                    

                    & >a{
                        width: 60px;
                        height: 70%;
                        background-image: url(../img/youtube2.jpg);
                        background-size: contain; /* o contain, según prefieras */
                        background-position: center; /* o top, bottom, left, right, center, etc. */
                        background-repeat: no-repeat;
                        padding-left: 0px;
                        border-color: transparent;
                        background-color: transparent;
                        
                    }

                    
                }

                & div:nth-of-type(2){
                    
                    width: 46%;
                    height: 40%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    
                    
                    

                    & button{
                        width: 200px;
                        height: 50%;
                        background-color: red;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        margin: 10px 10px;
                        border-radius: 10px;
                        color: white;
                        font-weight: bold;
                        border-color: transparent;
                        text-decoration: none;
                        
                        
                        

                        
                    }
                    /* & button:nth-of-type(2){
                            background-color: blue;
                            border-color: transparent;
                        } */
                }

                & >a:nth-of-type(2){
                    width: 28%;
                    height: 28%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    flex-direction: column;
                    text-decoration: none; 
                    cursor: pointer; 
                    transition: color 0.3s; 
                    background-color: rgb(39, 45, 79);
                    margin-right: 0px;
                    margin-top: 0px;

                    & span:nth-of-type(1){
                        
                        display:none;
                        position: absolute;
                        top:27%;
                        right:117px;
                        width:15px;
                        height: 14px;
                        background-color: rgb(39, 45, 79);
                        transform:rotate(45deg);
                        
                        }
                    

                    

                    

                    & p:nth-of-type(1){
                        width: 100%;
                        height: 40%;
                        align-items: center;  
                        text-align: center;         
                        justify-content: center;
                        font-size: 20px;  
                        font-weight: bold;
                        
                        color:white;
                        
                       
                    }

                    & p:nth-of-type(2){
                        width: 100%;
                        height: 40%;
                        text-align: center;
                        align-items: center;           
                        justify-content: center;
                        font-size: 16px;  
                        font-weight: bold;
                        color:white;
                        
                        
                    }

                    & span:nth-of-type(2){
                        
                        display:none;
                        position: absolute;
                        top:21%;
                        right:5px;
                        width:12px;
                        height: 12px;
                        background-color: rgb(39, 45, 79);
                        transform:rotate(45deg);
                        
                        }
                }
            }


        & #headerdown{

            width: 100%;
            height: 70%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgb(39, 45, 79);
            color: white;
            font-weight: bold;
            flex-direction: column;
            margin-top: 10px;

            & div:nth-of-type(1){
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;

                & nav{

                width: 100%;
                height: 100%;
                display: flex;              
                justify-content: center;
                align-items: center;
                flex-direction: column;
                /* margin-left: 300px; */

                    & span{
                        margin: 0px 20px;

                        
                    }
                    & a:nth-of-type(6){
                            color: orange;
                    }

                    & a{
                       margin: 14px 22px; 
                       text-decoration: none;
                       color: white;
                       transition: 0.4s;
                       font-size: 20px;
                    }
                    & a:hover{
                        color: orange;
                        /* text-decoration: underline; */
                         transform: scale(1.3);
                    }
                }
            }

            

            
        }
    }

    /* Estructura de títulos subrayados idéntica a tu estilo centrado */
    & #escanerTitulo {
        width: 100%;
        height: 190px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;

        & > div:nth-of-type(1) {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;

            & p:nth-of-type(1) {
                width: 100%;
                height: 30%;
                font-size: 16px;
                text-align: center;
                justify-content: center;
                color: rgb(172, 172, 172);
                
            }

            & p:nth-of-type(2) {
                width: 100%;
                height: 50%;
                font-size: 32px;
                text-align: center;
                justify-content: center;
                font-weight: bold; 
                /* color: rgb(23, 23, 103); */
            }

            /* La línea negra horizontal centrada debajo del título */
            & p:nth-of-type(2)::after {
                content: "";
                display: block;
                width: 10%;              /* aquí controlas el ancho de la línea */
                height: 2px;             /* grosor de la línea */
                background-color: black; /* color de la línea */
                margin: 2px auto 0;      /* la centra debajo del texto */
                margin-top: 20px;
            }

            & span {
                color: orange;
                margin-right: 17px;
                margin-left: 12px;
                font-weight: bold;
            }
        }
    }

    /* Sección del cuerpo del escáner: Preparada para tus futuras tablas de datos */
    /* ================================================= */
/* 🚀 RADAR FX - ESCÁNER AUTOMÁTICO */
/* ================================================= */

/* =============================
   📱 CUERPO ESCÁNER MÓVIL
============================= */


#cuerpoEscaner{


    width:100%;


    padding:

        20px 10px;


    overflow-x:hidden;


}


/* =============================
   BLOQUES PRINCIPALES
============================= */


#cuerpoEscaner .bloqueRadar{


    width:100%;


    padding:

        20px 15px;


    margin-bottom:

        40px;


    overflow:hidden;


}



#cuerpoEscaner .bloqueRadar h2{


    font-size:

        25px;


}



#cuerpoEscaner .bloqueRadar > p{


    width:100%;


    font-size:

        15px;


    line-height:

        24px;


}



/* =============================
   TABLAS RADAR MOBILE
============================= */


#cuerpoEscaner .bloqueRadar > div{


    width:100%;


    overflow-x:auto;


    overflow-y:hidden;


}



#cuerpoEscaner table{


    width:max-content;


    min-width:700px;


    border-collapse:

        collapse;


}



#cuerpoEscaner table th,
#cuerpoEscaner table td{


    white-space:

        nowrap;


    padding:

        12px;


    font-size:

        14px;


}


/* =============================
   ESTADO GLOBAL
============================= */


#cuerpoEscaner .tarjetaEstado{


    width:100%;


    min-height:auto;


    padding:

        25px 15px;


}



#cuerpoEscaner .tarjetaEstado h2{


    font-size:

        32px;


}



#cuerpoEscaner .tarjetaEstado span{


    font-size:

        35px;


}



/* =============================
   FILTROS
============================= */


#cuerpoEscaner .filtrosEscaner{


    flex-direction:

        column;


    gap:

        15px;


}



#cuerpoEscaner .filtrosEscaner select,
#cuerpoEscaner .filtrosEscaner button{


    width:

        100%;


}



/* =============================
   GRID SEÑALES RADAR
============================= */


#cuerpoEscaner .gridSenalesRadar{


    grid-template-columns:

        1fr;


    gap:

        18px;


}



#cuerpoEscaner .gridCarteraRadar{


    grid-template-columns:

        1fr;


}



/* =============================
   CARDS RADAR
============================= */


#cuerpoEscaner .cardRadarFX{


    padding:

        18px;


}



#cuerpoEscaner .cardRadarFX h3{


    font-size:

        17px;


}



/* =============================
   CORRELACIONES
============================= */


#alertasMercado{


    grid-template-columns:

        1fr;


}



#cuerpoEscaner .alerta{


    padding:

        18px;


}



#cuerpoEscaner .alerta h3{


    font-size:

        22px;


}



/* =============================
   TABLAS RESPONSIVE
============================= */


#cuerpoEscaner table{


    display:block;


    width:100%;


    overflow-x:auto;


    white-space:nowrap;


}



#cuerpoEscaner table th{


    font-size:

        14px;


    padding:

        12px;


}



#cuerpoEscaner table td{


    font-size:

        14px;


    padding:

        12px;


}



/* =============================
   HISTÓRICO
============================= */


#historicoCompletoRadar{


    width:100%;


    overflow-x:auto;


}



/* =============================
   BOTONES
============================= */


#cuerpoEscaner .botonRadar{


    width:100%;


}

   



       #footer{
            width: 100%;
            height: 900px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-top: 50px;
            border-top: 2px solid rgb(227, 227, 227);
            flex-direction: column;
            /* border-bottom: 2px solid rgb(227, 227, 227); */

            & >div:nth-of-type(1){
                
                width: 100%;
                height: 14%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-top: 20px;
                
                
                

                & div:nth-of-type(1){
                    width: 12%;
                    height: 90%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    background-image: url(../img/flechas.png);
                    background-size: contain; /* o contain, según prefieras */
                    background-position: center; /* o top, bottom, left, right, center, etc. */
                    background-repeat: no-repeat;
                    /* padding-left: 30px; */
                    margin-left: 0px;
                    margin-right: 0px;
                }

                & div:nth-of-type(2){

                    width: 88%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    margin-left: 5px;
                   /*  margin-right: 10px; */
                   /* padding-right: 10px; */
                   padding-bottom:3px;
                 

                    & p:nth-of-type(1){

                        width: 100%;
                        height: 57%;
                        align-items: center;           
                        justify-content: center;
                        font-size: 44px;
                        color: rgb(23, 23, 103);
                        font-weight: bold;
                        /* padding-right: 40px; */
                        padding-top: 25px;

                    }

                    & p:nth-of-type(2){

                        width: 100%;
                        height: 20%;
                        align-items: center;           
                        justify-content: center;
                        color: gray;
                        font-size: 14px;
                        margin-left: 2px;
                        /* padding-bottom: 15px; */
                        /* margin-bottom: 5px; */
                        
                        

                    }
                }               
                
            }

            & >div:nth-of-type(2){
                width: 100%;
                height: 28%;
                display: flex;
                align-items: center;           
                justify-content: center;
                flex-direction: column;
                margin-top: 30px;
               

                & p:nth-of-type(1){
                    width: 100%;
                    height: 15%;
                    align-items: center;           
                    justify-content: center;
                    font-size: 26px;
                    color: black;
                    font-weight: bold;
                    
                }
                & p:nth-of-type(2){
                    width: 100%;
                    height: 85%;
                    align-items: center;           
                    justify-content: center;
                    font-size: 18px;
                    color: grey;
                    font-weight: bold;
                    
                }
                
            }

            & >div:nth-of-type(3){
            width: 100%;
            height: 40%;
            display: flex;
            align-items: flex-start;           
            justify-content: center;            
            flex-direction: column;
            /* border: 2px solid rgb(227, 227, 227); */
            padding: 10px;
            margin-top: 0px;
            margin-right: 2%;
            margin-left: 2%;

            & >div:nth-of-type(1){
                width: 100%;
                height: 10%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-bottom: 20px;
                /* border: 2px solid rgb(227, 227, 227); */

                & > p{
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: start;
                    font-size: 30px;
                    color: black;
                    font-weight: bold;
                    background-color: white;
                }
            }

            & >div:nth-of-type(2){
                width: 100%;
                height: auto; /* ajusta la altura automáticamente */
                display: flex;
                flex-wrap: wrap; /* para que las etiquetas pasen a la siguiente línea */
                gap: 5px; /* espacio entre etiquetas */
                margin-top: 0px; /* un poco de margen superior */
                margin-bottom: 25px;

                & > a{
                    display: inline-block;
                    padding: 5px 10px;
                    margin: 2px;
                    background-color: rgb(23, 23, 103);;
                    color: white;
                    font-size: 13px;
                    border-radius: 4px;
                    cursor: pointer; /* opcional, si quieres que parezca clickable */
                    text-decoration: none;
                }
            }
            }


            & >div:nth-of-type(4){
                
                width: 100%;
                height: 10%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-top: 20px;
                
                

                & a{
                    width: 140px;
                    height: 75%;
                    background-image: url(../img/youtube2.jpg);
                    background-size: contain; /* o contain, según prefieras */
                    background-position: center; /* o top, bottom, left, right, center, etc. */
                    background-repeat: no-repeat;
                    padding-left: 0px;
                    border-color: transparent;
                    background-color: transparent;
                    
                }

                
            }
    }

     /* Botón Arriba */
    #btnArriba {
    display: none; /* Oculto por defecto */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: orange;
    color: white;
    cursor: pointer;
    padding: 12px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
    }

    #btnArriba:hover {
    background-color: darkorange;
    transform: scale(1.1);
    }
       
}
}

/* ============================
   BOTÓN ARRIBA FX
============================ */
#botonFlotanteFX{


    display:none;


    position:fixed;


    left:

        calc(100vw - 120px);


    bottom:20px;


    z-index:2147483647;


    font-size:16px;


    border:none;

    outline:none;


    background-color:orange;

    color:white;


    cursor:pointer;


    padding:

        12px 18px;


    border-radius:50px;


    box-shadow:

        0 4px 8px

        rgba(0,0,0,0.3);


    transition:

        all 0.3s ease-in-out;


}



#botonFlotanteFX:hover{


    background-color:darkorange;

    transform:scale(1.1);


}


@media (min-width: 1180px) and (max-width: 1930px) {
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

body{

    background-color: WHITE;


    & header{

        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: column;


        & #headerup{
                width: 100%;
                height: 60%;
                display: flex;
                justify-content: space-around;
                align-items: center;
                flex-wrap: nowrap;
                
                /* background-image: url(./img/stock.jpg); */

                & >a:nth-of-type(1){

                    width: 45%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    text-decoration: none; /* Esto elimina el subrayado */
                    margin-right: 0px;
                    


                    /* & div:nth-of-type(1){
                    
                        width: 100%;
                        height: 100%;
                        display: flex;
                        align-items: center;           
                        justify-content: center; */
                        
                    
                    


                    & div:nth-of-type(1){
                        width: 15%;
                        height: 100%;
                        display: flex;
                        align-items: center;           
                        justify-content: center;
                        background-image: url(../img/flechas.png);
                        background-size: contain; /* o contain, según prefieras */
                        background-position: center; /* o top, bottom, left, right, center, etc. */
                        background-repeat: no-repeat;
                        /* margin-left: 50px; */
                        /* margin-left: 200px; */
                    }
                    

                    & div:nth-of-type(2){

                        width: 85%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;

                    

                        & p:nth-of-type(1){

                            width: 90%;
                            height: 60%;
                            align-items: center;           
                            justify-content: center;
                            font-size: 50px;
                            color: rgb(23, 23, 103);
                            font-weight: bold;
                            margin-right: 80px;
                            padding-top: 5px;

                        }

                        & p:nth-of-type(2){

                            width: 100%;
                            height: 40%;
                            align-items: center;           
                            justify-content: center;
                            color: gray;
                            font-size: 15px;
                            margin-right: 25px;
                            
                            

                        }
                    }               
                    
                }

                

                

                & >div:nth-of-type(1){
                    
                    width: 5%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    margin-left: 150px;
                    
                    

                    & >a{
                        width: 60px;
                        height: 70%;
                        background-image: url(../img/youtube2.jpg);
                        background-size: contain; /* o contain, según prefieras */
                        background-position: center; /* o top, bottom, left, right, center, etc. */
                        background-repeat: no-repeat;
                        padding-left: 0px;
                        border-color: transparent;
                        background-color: transparent;
                        
                    }

                    
                }

                & div:nth-of-type(2){
                    
                    width: 12%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;

                    & button{
                        width: 200px;
                        height: 50%;
                        background-color: red;
                        display: inline-flex;
                        justify-content: center;
                        align-items: center;
                        margin: 10px 10px;
                        border-radius: 10px;
                        color: white;
                        font-weight: bold;
                        border-color: transparent;
                        text-decoration: none;

                        
                    }
                    /* & button:nth-of-type(2){
                            background-color: blue;
                            border-color: transparent;
                        } */
                }

                & >a:nth-of-type(2){
                    width: 8%;
                    height: 90%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    flex-direction: column;
                    text-decoration: none; 
                    cursor: pointer; 
                    transition: color 0.3s; 
                    background-color: rgb(39, 45, 79);
                    margin-right: 0px;

                    & span:nth-of-type(1){
                        
                        display:none;
                        position: absolute;
                        top:4%;
                        right:175px;
                        width:20px;
                        height: 20px;
                        background-color: rgb(39, 45, 79);
                        transform:rotate(45deg);
                        
                        }
                    

                    

                    

                    & p:nth-of-type(1){
                        width: 100%;
                        height: 30%;
                        align-items: center;  
                        text-align: center;         
                        justify-content: center;
                        font-size: 20px;  
                        font-weight: bold;
                        color:white;
                        
                       
                    }

                    & p:nth-of-type(2){
                        width: 100%;
                        height: 30%;
                        text-align: center;
                        align-items: center;           
                        justify-content: center;
                        font-size: 16px;  
                        font-weight: bold;
                        color:white;
                        
                        
                    }

                    & span:nth-of-type(2){
                        
                        display:none;
                        position: absolute;
                        top:4%;
                        right:272px;
                        width:20px;
                        height: 20px;
                        background-color: rgb(39, 45, 79);
                        transform:rotate(45deg);
                        
                        }
                }
            }


        & #headerdown{

            width: 100%;
            height: 40%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgb(39, 45, 79);
            color: white;
            font-weight: bold;

            & div:nth-of-type(1){
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;

                & nav{

                width: 100%;
                height: 100%;
                display: flex;              
                justify-content: center;
                align-items: center;
                /* margin-left: 300px; */

                    & span{
                        margin: 0px 0px;

                        
                    }
                    & a:nth-of-type(6){
                            color: orange;
                    }

                    & a{
                       margin: 0px 20px; 
                       text-decoration: none;
                       color: white;
                       transition: 0.4s;
                       font-size: 14px;
                    }
                    & a:hover{
                        color: orange;
                        /* text-decoration: underline; */
                         transform: scale(1.2);
                    }
                }
            }

            

            
        }
    }

    #footer{
            width: 100%;
            height: 250px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-top: 120px;
            border-top: 2px solid rgb(227, 227, 227);
            /* border-bottom: 2px solid rgb(227, 227, 227); */

            & >div:nth-of-type(1){
                
                width: 38%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-top: 20px;
                
                
                

                & div:nth-of-type(1){
                    width: 10%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: center;
                    background-image: url(../img/flechas.png);
                    background-size: contain; /* o contain, según prefieras */
                    background-position: center; /* o top, bottom, left, right, center, etc. */
                    background-repeat: no-repeat;
                    /* padding-left: 30px; */
                    margin-right: 10px;
                }

                & div:nth-of-type(2){

                    width: 88%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                 

                    & p:nth-of-type(1){

                        width: 100%;
                        height: 56%;
                        align-items: center;           
                        justify-content: center;
                        font-size: 60px;
                        color: rgb(23, 23, 103);
                        font-weight: bold;
                        /* padding-right: 40px; */
                        padding-top: 80px;

                    }

                    & p:nth-of-type(2){

                        width: 100%;
                        height: 30%;
                        align-items: center;           
                        justify-content: center;
                        color: gray;
                        font-size: 17px;
                        margin-left: 0px;
                        
                        

                    }
                }               
                
            }

            & >div:nth-of-type(2){
                width: 19%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;
                flex-direction: column;
                margin-top: 60px;
                /* flex-wrap: wrap; */
               

                & p:nth-of-type(1){
                    width: 100%;
                    height: 4%;
                    align-items: center;           
                    justify-content: center;
                    font-size: 24px;
                    color: black;
                    font-weight: bold;
                    
                }
                & p:nth-of-type(2){
                    width: 100%;
                    height: 96%;
                    align-items: center;           
                    justify-content: center;
                    font-size: 17px;
                    color: grey;
                    font-weight: bold;
                    margin-top: 50px;
                    
                }
                
            }

            & >div:nth-of-type(3){
            width: 28%;
            height: 100%;
            display: flex;
            align-items: flex-start;           
            justify-content: center;            
            flex-direction: column;
            /* border: 2px solid rgb(227, 227, 227); */
            padding: 10px;
            margin-top: 30px;

            & >div:nth-of-type(1){
                width: 100%;
                height: 5%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-bottom: 20px;
                /* border: 2px solid rgb(227, 227, 227); */

                & > p{
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;           
                    justify-content: start;
                    font-size: 24px;
                    color: black;
                    font-weight: bold;
                    background-color: white;
                }
            }

            & >div:nth-of-type(2){
                width: 100%;
                height: auto; /* ajusta la altura automáticamente */
                display: flex;
                flex-wrap: wrap; /* para que las etiquetas pasen a la siguiente línea */
                gap: 3px; /* espacio entre etiquetas */
                margin-top: 10px; /* un poco de margen superior */
                margin-bottom: 0px;

                & > a{
                    display: inline-block;
                    padding: 4px 8px;
                    margin: 2px;
                    background-color: rgb(23, 23, 103);;
                    color: white;
                    font-size: 14px;
                    border-radius: 4px;
                    cursor: pointer; /* opcional, si quieres que parezca clickable */
                    text-decoration: none;
                }
            }
            }


            & >div:nth-of-type(4){
                
                width: 8%;
                height: 100%;
                display: flex;
                align-items: center;           
                justify-content: center;
                margin-top: 20px;
                
                

                & a{
                    width: 140px;
                    height: 75%;
                    background-image: url(../img/youtube2.jpg);
                    background-size: contain; /* o contain, según prefieras */
                    background-position: center; /* o top, bottom, left, right, center, etc. */
                    background-repeat: no-repeat;
                    padding-left: 0px;
                    border-color: transparent;
                    background-color: transparent;
                    
                }

                
            }
    }
    
}
}

#graficoActivo{

    width:100%;

    height:550px;

    margin-top:25px;

    border-radius:10px;

    overflow:hidden;

    border:1px solid #30363d;

}

.sugerenciaActivo{

    cursor:pointer;

    transition:0.2s;

}

.sugerenciaActivo:hover{

    background:#ffcd9e;

}

.contenedorAnalizador{

    display:flex;

    align-items:flex-start;

    gap:25px;


}
.panelDatos{

    width:270px;

    background:#111827;

    border:1px solid #2b3648;

    border-radius:10px;

    padding:20px;

    color:white;

    line-height:1.8;

}

.panelDatos hr{

    border:none;

    border-top:1px solid #2b3648;

    margin:18px 0;

}

.panelDatos strong{

    color:#58a6ff;

}

.panelDatos p{

    margin:12px 0;

}

#graficoActivo{

    flex:1;

    height:550px;

}

.cabeceraActivo{

    text-align:center;

}

.subtituloActivo{

    color:#9aa4b2;

    margin-bottom:20px;

}


.panelGraficos{

    display:flex;

    flex-direction:column;

    flex:1;

    background:#0d1117;

}


#contenedorGrafico{

    position:relative;

}

#graficoActivo{

    position:relative;

    z-index:1;

}


#contenedorGrafico{

    position:relative;

}

#graficoActivo{

    position:relative;

    z-index:1;

}


/* =======================================
   📱 RESPONSIVE MÓVIL
======================================= */

@media (max-width: 900px){

    .contenedorAnalizador{

        flex-direction:column;

        gap:15px;

    }

    #infoVela{

        display:none;

    }

    .panelDatos{

        width:100%;

        box-sizing:border-box;

    }

    .panelGraficos{

        width:100%;

    }

    #graficoActivo{

        width:100%;

        min-height:480px;

    }

}

/* =======================================
   MODO ANÁLISIS
======================================= */

.contenedorAnalizador.fullscreen{

    position:fixed;

    inset:0;

    z-index:99999;

    background:#0d1117;

    display:flex;

    padding:15px;

}

.contenedorAnalizador.fullscreen .panelDatos{

    display:none;

}

.contenedorAnalizador.fullscreen .panelGraficos{

    flex:1;

    width:100%;

}

.contenedorAnalizador.fullscreen #graficoActivo{

    width:100%;

    height:calc(100vh - 70px);

}


#visorCompleto{

    position:fixed;

    inset:0;

    background:#0d1117;

    display:none;

    z-index:999999;

}

#graficoCompleto{

    width:100%;

    height:100%;

}

.toolbarGrafico button.activo{

    background:#00c853;

    color:white;

    border-color:#00c853;

}

.toolbarGrafico button{

    transition:.2s;

}

.toolbarGrafico button:hover{

    transform:scale(1.05);

}


.colorBtn{

    width:20px;

    height:20px;

    border-radius:50%;

    border:2px solid #666;

    cursor:pointer;

    margin:2px;

}

.colorActual{

    width:28px;

    height:28px;

    border-radius:50%;

    border:2px solid #888;

    cursor:pointer;

    background:#58a6ff;

}


.estadisticasRadar{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin:20px 0;

}

.estadistica{

    flex:1;

    min-width:140px;

    background:#1b1b1b;

    border:1px solid #333;

    border-radius:10px;

    padding:15px;

    text-align:center;

}

.estadistica strong{

    display:block;

    font-size:24px;

    color:#4CAF50;

}

.estadistica span{

    display:block;

    margin-top:8px;

    color:#aaa;

    font-size:14px;

}

.bloqueMercadosRadar{

    margin-top:25px;

}

.barraMercado{

    display:flex;

    align-items:center;

    margin:10px 0;

}

.nombreMercado{

    width:130px;

    font-weight:bold;

}

.fondoBarra{

    flex:1;

    height:18px;

    background:#262626;

    border-radius:20px;

    overflow:hidden;

    margin:0 12px;

}

.valorBarra{

    height:100%;

    background:#4CAF50;

}

.porcentajeMercado{

    width:55px;

    text-align:right;

}