/* RESUMEN DE CARGA */

body {
    background-color: #f6f6f6;
}

.pantalla {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

.pantalla nav {
    height: 50px;
    background-color: #8c4799;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.pantalla nav p {
    color: white;
    font-size: 16px;
    grid-column-start: 2;
    font-weight: 500;
    margin: auto;
}

.pantalla nav a {
    display: grid;
    grid-column-start: 1;
    place-items: center;
    padding-left: 10px;
    justify-content: left;
    text-decoration: none;
}

.resumen {
    box-sizing: border-box;
}

.cargador_conector {
    margin: auto;
    height: 45px;
    width: 90%;
    background-color: white;
    padding-left: 7%;
    padding-right: 3%;
    padding-top: 15px;
}

.icoCargador {
    float: left;
    padding-top: 3px;
    width: 10%;
}

.cargador {
    float: left;
    width: 20%;
    padding-top: 7px;
    font-size: 13px;
    color: #515559;
    text-align: left;
}

.numCargador {
    float: left;
    width: 10%;
    padding-left: 1%;
    padding-top: 4px;
    font-size: 18px;
    color: #50535A;
    text-align: left;
    font-weight: bold;
}

.icoConector {
    float: left;
    padding-left: 5%;
    padding-top: 0px;
    width: 10%;
}

.conector {
    float: left;
    width: 20%;
    padding-top: 7px;
    font-size: 13px;
    color: #515559;
    text-align: left;
}

.numConector {
    float: left;
    width: 10%;
    padding-top: 4px;
    padding-left: 1%;
    font-size: 18px;
    color: #50535A;
    text-align: left;
    font-weight: bold;
}

div .detalle {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #86888C;
    background-color: green;
/*    background-image: linear-gradient(#8c4799, #c7579a); */
/*    background-image: linear-gradient(white, #c7579a); */
background-image: url("./images/carga_BG.svg");
background-repeat: no-repeat;
    background-color: #fafafa;
    background-position-x: 50%;
    background-position-y: 25px;
    text-align: left;
    height: 400px;
}

div .icofin_txtfin {
    display: grid;
    margin: auto;
    height: 50px;
    padding-top: 20px;
    grid-template-columns: 1fr;
}

#contenedor-de-circulo-blanco {
    z-index: 2;
    width: 100%;
    top: 21%;
    position: absolute;
}

.detalle .circulo-blanco-pagina-carga {
    margin: auto;
    display: grid;
    justify-content: center;
    grid-template-rows: 1.5fr 1fr 2fr;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    height: 175px;
    width: 175px;
}

.suma {
    font-size: 25px;
    text-align: right;
    color: #8c4799;
    font-weight: 400;
    line-height: 25px;
}

.kwh {
    font-size: 16px;
    text-align: left;
    color: #8c4799;
    line-height: 25px;
    margin-left: 8%;
    font-weight: 400;
}

.energia-total-cargada {
    display: grid;
    grid-row: 1/ span 1;
    grid-template-columns: 33% 1fr 33%;
    width: 100%;
    height: 100%;
    align-items: self-end;
}

.energia-total-cargada-en-carga-parcial {
    margin-left: 10%;
}

.hueco-blanco {
    all: unset;
    grid-column: 3;
}

.mensaje-sobre-carga {
    grid-row: 2;
    text-align: center;
    height: 100%;
    font-size: 12px;
}

.tiempo-de-carga {
    grid-row: 3;
    height: 100%;
    text-align: center;
    font-size: 12px;
}

.boton {
    all: unset;
}

.timer-class {
    color: #515559;
    font-size: 20px;
    font-weight: 600;
}

.total-numerico {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #8c4799;
    font-weight: 400;
}

.detalle .svg {
    width: 100%;
    position: absolute;
    z-index: 3;
    text-align: center;
}

div .icofin {
    justify-content: right;
    display: grid;
}

.circulo-giratorio {
    z-index: 1;
    text-align: center;
}

div .txtfin img {
    width: 24px;
    height: 24px;
}

.icofin-con-imagen {
    grid-column: 1;
    width: 100%;
    text-align: right;
}

div .txtfin {
    grid-column: 1;
    width: 100%;
    color: #50535A;
    padding-top: 1px;
    text-align: center;
    display: grid;
}

.txtfin p {
    grid-column: 2;
    text-align: left;


}
.txtfin vel{
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold
}
div .txtvel {
    float: left;
    margin-left: 3px;
    font-size: 16px;
    width: 20%;
    color: black;
}

div .datos {
    margin: auto;
    width: 95%;
    height: 230px;
    margin-left: 2.3%;
    padding-top: 0px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    border-right: 2px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 5%;
}

div .lindet {
    display: block;
    background-color: white;
    width: 100%;
    margin-left: 0%;
    margin-top: 5px;
    padding-top: 10px;
    height: 30px;
}

div .ico {
    background-color: white;
    float: left;
    width: 10%;
    padding-left: 5%
}

div .nom {
    background-color: white;
    float: left;
    width: 55%;
    height: 25px;
}

div .inf {
    background-color: white;
    float: left;
    width: 30%;
    height: 25px;
    color: #515151;
}

div .linea-det {
    margin: auto;
    float: left;
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
    margin-left: 0%;
    margin-top: 7px;
}

.hueco-morado {
    background-image: linear-gradient(to left, #4f005f, #8c4799);
    width: 100%;
    height: 25px;
}

.box-shadow-pagina-carga-parcial {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(202, 202, 202, 1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(202, 202, 202, 1);
    box-shadow: 0px 3px 16px 3px rgba(202, 202, 202, 1);
    padding-bottom: 0px;
    margin-bottom: 4%;
    background-color: #c7579a
}

.porcentaje {
    font-size: 24px;
    color: #50535A;
    font-weight: 540;
    grid-column: 1/span 4;
    grid-row: 4/span 1;
    align-items: right;
    align-items: end;
    text-align: center;
    /* vertical-align: middle; */
    /* grid-row: 1/span 1; */

    /* justify-content: right; */
    /* align-items: flex-end; */
    /* padding-top: 34px; */
/*    display: grid;  */
}

.porcentaje p{
    /*border: 1px solid #50535A;*/
    background-color: white;
    margin-left: 40%;
    margin-right: 40%;
    padding-left:5px;
    padding-top:5px;
    padding-bottom: 5px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 5px 0px rgba(80,83,90,0.75);
}

.numero-2 {
    font-size: 10px;
}

.velocidad-de-carga-parcial {
    font-size: 18px;
    color: black;
    font-weight: 540;
    grid-column: 4/span 1;
    grid-row: 1/span 1;
    justify-content: left;
    align-items: flex-end;
    display: grid;
}

.grid-2-x-2-c02 {
/*    display: grid;
    grid-template-columns: 1fr 35px 35px;
    grid-row: 4;
    line-height: 24px;*/
}

.grid-2-x-2-c02 img {
    width: 24px;
    height: 24px;
/*    grid-column: 2; */
    margin-left: 5px;
}

.grid-centrar {
    grid-template-columns: 24px 1fr;
    display: grid;
    justify-content: center;
    align-content: center;
}

.refrescar p {
    font-size: 18px;
    color: black;
    font-weight: 540;
}

.grid-centrar img {
    grid-column: 2;
    width: 24px;
    height: 24px;
}

.refrescar {
    grid-template-rows: 1fr;
    grid-row: 3;
    grid-column: 4;
    display: grid;
    align-items: flex-end;
}

.font-weight-350 {
    font-weight: 300;
    font-size: 14px;
}

.oxigenoAhorrado {
    font-size: 18px;
    color: #50535A;
    font-weight: 540;
    line-height: 19px;
    text-align: center;
/*    display: grid;
    grid-row: 1/span 1;
    grid-column: 1/span 1;*/
    grid-column: 1/span 4;
    grid-row: 4/span 1;
}
.oxigenoAhorrado p{
    margin-top:50px;
}
.oxigeno-ahorrado-grid-row-2 {
/*    grid-row: 4; */
}

.caja-con-primer-elemento {
    height: 100%;
    width: 100%;
}

.ahorrado {
/*    grid-row: 5; */
}

.z-index-con-elementos {
    z-index: 10;
    height: 400px;
    position: fixed;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
}

div .verHistorial {
    visibility: hidden;
    position: absolute;
    height: 30px;
    background-color: transparent;
    color: black;
    text-align: center;
    bottom: -7%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.btn {
    border-radius: 5px;
    border: 1px solid #cacaca;
    background-color: #c7579a;
    width: 95%;
    margin-left: 2.5%;
    height: 44px;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}


/*HISTORIAL*/

div#inf1 {
    margin: auto;
    width: 95%;
}

div .img {
    width: 10%;
    float: left;
}

div .estacion {
    width: 50%;
    float: left;
}

div .potencia {
    width: 20%;
    float: left;
}

div .importe {
    width: 20%;
    float: left;
}

div .inf2 {
    width: 95%;
    font-size: 12px;
    color: #86888C;
    font-weight: normal;
}

div .ico {
    background-color: white;
    float: left;
    width: 10%;
    padding-left: 5%
}

div .nom {
    background-color: white;
    float: left;
    width: 55%;
    height: 25px;
}

div .inf {
    background-color: white;
    float: left;
    width: 30%;
    height: 25px;
    color: #86888C;
}

div .fin-det {
    margin: auto;
    width: 95%;
    margin-left: 2.3%;
    padding-top: 0px;
    height: 44px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    border-right: 2px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}