body {
    background: #141E30;
    /* background: #080809;  */
    /* background: #121214;  */
    color: aliceblue;
  
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    font-optical-sizing: auto;
    text-rendering: optimizeLegibility;

    letter-spacing: 0.015em; 
    font-size: 0.9em;
}

footer{
    padding: 2px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.8em;
    font-weight: 500;
}

.small{
    font-size: 0.8em;
}

h3{
    font-size: 1.5em;
    color:#6c757d;
    letter-spacing: 0.025em; 
    margin-top: -8px;
    
}


.miSelect {

    background-color: #2e2e2e;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    /* font-size: 1.2em; */
}


.selectDevice{
    background-color: #2d2d2d;
    color:rgb(185, 181, 158);
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.0em;
    width: "200px";
    text-align: center;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    /* box-shadow: 0 4px 8px 0 rgba(152, 13, 50, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2); */
}


/* input[type="text"] {
    background-color: #2e2e2e;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.2em;
} */

.input-group-text{
    background-color: #2e2e2e;
    color: #6c757d;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    /* padding: 5px; */
    font-size: 1.2em;
    /* padding-inline: 5px; */
    padding-right: 5px;
}


.form-control{
    background-color: #2e2e2e;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9em;
}
.form-control option{
    background-color: #2e2e2e;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
}
.form-control:focus {
    background-color: #1d1818;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 4px 0 rgba(8, 129, 123, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2);
}


.modal-content {
    background-color: #2e2e2e;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.2em;
    box-shadow: 0 4px 8px 0 rgba(7, 65, 121, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2);
}



a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.btn{
    /* background-color: #2e2e2e; */
    /* color: aliceblue; */
    /* border: 1px solid #2e2e2e; */
    border-radius: 10px;
    /* padding: 5px;
    font-size: 1.2em; */
    /* box-shadow: 0 4px 8px 0 rgba(7, 65, 121, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2); */
}

.blueShadow{
    box-shadow: 0 4px 8px 0 rgba(7, 65, 121, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2);
}
.greenShadow{
    box-shadow: 0 4px 8px 0 rgba(8, 129, 123, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2);
}
.blackGradient{
    background: linear-gradient(#0e161b,#0f1215 );
}
.grayBorder{
    border:1px solid #2c3035
}


.bg-dark2 {
    background-color: #2e2e2e;
}

.bg-azul {
    background-color: #26518b;
}




#cwfApp {
    margin-top: 80px;
}

#cwfBuy {
    margin-top: 0px;
}


section {
    margin-top: 40px;
}

.bordeado {
    border: black 1x solid;
    border-radius: 15px;
}

.colorNaranja {
    color: #ff8f48;
}


/* SCROLLBAR-------------------- */


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #818181;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*----------------- */



.fondoTransClaro {
    background-color: #1f253f;
    /* RGBA color con opacidad del 50% */
}

.fondoTransOscuro {
    background-color: rgba(0, 0, 0, .4);
}

.fondoTransVerde {
    background-color: rgba(0, 255, 0, .2);
}

.fondoTransRojo {
    background-color: rgba(255, 0, 0, .4);
}

.fondoNegro {
    background-color: rgba(0, 0, 0, .8);
}



.blob {
    background: black;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    /* height: 45px;
    width: 45px;
    padding: 5px; */
    transform: scale(1);
    animation: pulse-black 2s infinite;
    /* border-radius: 50%; */
}
.blob.red {
    background: rgb(220, 53, 69,1);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 1);
    animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}





/* OCULTA SI ES MODO MOBIL */
.desk {
    width: 400px;
}
.div-only-mobile {
    width: 400px;
}
@media screen and (max-width : 1920px) {
    .div-only-mobile {
        visibility: hidden;
    }
}
@media screen and (max-width : 906px) {
    .desk {
        visibility: hidden;
        width: 0px;
    }
    .div-only-mobile {
        visibility: visible;
    }
}
/* *************** */


.divBlur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.divBlur2 {
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13x);
    -ms-filter: blur(13x);
    filter: blur(13px);

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.divBlur3 {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20x);
    filter: blur(20px);

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}