html {
    min-height: 100%;
}

body {
    background-image: url("../_images/_backgrounds/spr_fondo_01.83f6d1b8fdef.png");

    background-repeat: repeat;
    background-size: 50px;

    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.body-login {
    background-image: url("../_images/_backgrounds/spr_demo.1067a4033efa.jpg") !important;

    background-repeat: repeat !important;
    background-size: cover !important;

    min-width: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

/* .body-clear {
    background-image: url("../_images/_backgrounds/spr_background_01.0b1927fe884c.jpg");
} */

.bg-app {
    width: 60%;
    margin: 20vh auto;
}

.center {
    width: 75%;
    margin: auto;
}

.bg-base{
    background-image: url("../_images/_backgrounds/spr_demo.1067a4033efa.jpg");

    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.bg-01 {
    background-image: url("../_images/_backgrounds/spr_fondo_01.83f6d1b8fdef.png");

    background-color: rgba(0, 0, 0, .75);
    border-radius: 12.5px;
    padding: 12.5px;
    color: black;
}

.bg-02 {
    background-image: url("../_images/_backgrounds/spr_fondo_01.83f6d1b8fdef.png");
    background-repeat: repeat;
    background-size: 50px;
    border-radius: 12.5px;

    padding: 12.5px;
    color: #1a1a1aff;
    box-shadow: 0 0 20px gray;
}

.bg-b01 {
    border: 2px solid rgba(0, 0, 0, .75);

    border-radius: 12.5px;
    padding: 12.5px;
    color: #1a1a1aff;
}

.bg-b02 {
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 12.5px;
    padding: 12.5px;
    color: #1a1a1aff;
}

.tc-maim-background {
    position: fixed;
    right: 0;
    width: 20%;

    top: 20%;
    height: 70%;
    z-index: -1;
    /*background-color: red;*/
    /*background-color: aqua;*/
}

.tc-maim-background p {
    font-size: 10vh;
    text-align: center;
    color: #4D4D4D;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 5vh;
    /*background-color: red;*/
}

.content-bar{
    margin: 0 20%;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100vh;
  }

.side {
    float: left;
    width: 20%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: white;
    flex-direction: column;
    padding: 3vh;
}

.main{
    float: left;
    width: 60%;
    height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh;
    color: white;
    padding: 3vh;
}

.main2{
    float: left;
    width: 80%;
    height: 100vh;
    display: flex;
    align-items: center;
    height: 100vh;
    color: white;
    padding: 3vh;
}

@media only screen and (max-width: 768px) {
    .bg-app {
        width: 90%;
        /*margin: 3vh auto;*/
        /*margin: 40vh auto auto auto;*/
    }

    .center {
        width: 90%;
    }

    .tc-maim-background {
        width: 5%;
        /*background-color: rebeccapurple;*/
    }

    .tc-maim-background p {
        /*background-color: red;*/
        font-size: 4vw;
    }

}
