/*CSSS de la Pagina Principal*/
    
@font-face {
   font-family: 'regular';
    src: url(../fuentes/MYRIADPRO-REGULAR.OTF);
}
@font-face {
    font-family: 'ligth';
    src: url(../fuentes/MyriadPro-Light.otf);
}
/*################################################################################*/
/*################################################################################*/
/*################################################################################*/
body{
    background-color: white;
    overflow: hidden;
    margin: 0px;
}
/*################################################################################*/
/*############################ Barra En la parte superior ########################*/
/*################################################################################*/
.Login__BarraOpciones{
    position: relative;
    height: 0.001vw;
    width: 99.8vw;
    background-color:black;
    border: 0.001vw solid black;
    top:-151vw;
    left:-0.4vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--añadir{
    position: relative;
    font-family: 'regular';
    font-size: 1.5vw;
    color: black;
    top: -4.5vw;
    left: 10vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--refrescar{
    position: relative;
    font-family: 'regular';
    font-size: 1.5vw;
    color: black;
    top: -7.8vw;
    left: 20vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--eliminar{
    position: relative;
    font-family: 'regular';
    font-size: 1.5vw;
    color: black;
    top: -11.1vw;
    left: 31.2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--reportar{
    position: relative;
    font-family: 'regular';
    font-size: 1.5vw;
    color: black;
    top: -14.4vw;
    left: 63vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--ayuda{
    position: relative;
    font-family: 'regular';
    font-size: 1.5vw;
    color: black;
    top: -17.8vw;
    left: 75vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--logo1{
    position: relative;
    height: 3vw;
    top: -22.5vw;
    left: 47.5vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--bell{
    position: relative;
    height: 1.5vw;
    top: -23vw;
    left: 86vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--bug{
    position: relative;
    height: 1.6vw;
    top: -23.4vw;
    left: 55.5vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--mas{
    position: relative;
    height: 1.6vw;
    top: -23.4vw;
    left: 1vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--fotopedro{
    position: relative;
    height: 3.8vw;
    top: -22.2vw;
    left: 83vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--rueda{
    position: relative;
    height: 1.5vw;
    top: -23vw;
    left: 74vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--pregunta{
    position: relative;
    height: 1.6vw;
    top: -23.4vw;
    left: 58vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--load{
    position: relative;
    height: 1.5vw;
    top: -23.4vw;
    left: 1.5vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__BarraOpciones--basura{
    position: relative;
    height: 1.6vw;
    top: -23.4vw;
    left: 11.5vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
/*#################################################################################*/
/*############################ Texto Bajo la Barra ################################*/
/*################################################################################*/
.Login__Textos--panel{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 2.4vw;
    top: -152vw;
    left: 39vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Login__Textos--aqui{
    position: relative;
    font-family: 'ligth';
    color: black;
    font-size: 1.5vw;
    top: -154vw;
    left: 23vw; 
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
/*################################################################################*/
/*#######################       Tabla de trabajos     ############################*/
/*################################################################################*/

.Login__TablaIndicadores{
    align-items: center;
    display: grid;
    position: relative;
    width: 87vw;
    height: 43vw;
    top: -156vw;
    left: 5vw;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}

.Aspectos{
    align-items: center;
    display: grid;
    position: relative;
    padding: 1vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'regular';
    font-size: 1vw;
    text-align: center;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.Modelado3D{
    align-items: center;
    display: grid;
    position: relative;
    border: 0.1vw solid black;
    margin: 0.1vw;
    padding: 1vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'ligth';
    font-size: 1vw;
    text-align: center;
    top: -2vw;
    height: 2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}

.FincaGaleon{
    align-items: center;
    display: grid;
    position: relative;
    border: 0.1vw solid black;
    margin: 0.1vw;
    padding: 1vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'ligth';
    font-size: 1vw;
    text-align: center;
    top: -2.9vw;
    height: 2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.colegio{
    align-items: center;
    display: grid;
    position: relative;
    border: 0.1vw solid black;
    margin: 0.1vw;
    padding: 1vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'ligth';
    font-size: 1vw;
    text-align: center;
    top: -3.8vw;
    height: 2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.electrodomesticos{
    align-items: center;
    display: grid;
    position: relative;
    border: 0.1vw solid black;
    margin: 0.1vw;
    padding: 1vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'ligth';
    font-size: 1vw;
    text-align: center;
    top: -4.7vw;
    height: 2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.estrato2{
    align-items: center;
    display: grid;
    position: relative;
    border: 0.1vw solid black;
    margin: 0.1vw;
    padding: 1vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'ligth';
    font-size: 1vw;
    text-align: center;
    top: -5.6vw;
    height: 2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.jovenes{
    align-items: center;
    display: grid;
    position: relative;
    border: 0.1vw solid black;
    margin: 0.1vw;
    padding: 1vw;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: 'ligth';
    font-size: 1vw;
    text-align: center;
    top: -6.5vw;
    height: 2vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
/*################################################################################*/
/*################################## Boton Añadir #################################*/
/*################################################################################*/
.Añadir{
    position: relative;
    top: -5vw;
    right: -35vw;
    font-family: 'regular';
    font-size: 2vw;
    color: white;
    width: 20vw;
    height: 4vw;
    text-align: center;
    background-color: #ff6f2c;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 1;
    animation-duration: 7s;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;

}
.Añadir:hover{
    background-color: red;
}
.Añadir--AñadirTexto{
    font-family: 'regular';
    font-size: 1.5vw;
    color: white;
    text-decoration: none;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
/*################################################################################*/
/*#######################       lineas de indicadores    ############################*/
/*################################################################################*/
.menu1{
    position: relative;
    top: -193.5vw;
    left: 93vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.menu2{
    position: relative;
    top: -188.5vw;
    left: 90.9vw; 
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.menu3{
    position: relative;
    top: -184vw;
    left: 88.9vw; 
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.menu4{
    position: relative;
    top: -179.5vw;
    left: 86.9vw;   
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
.menu5{
    position: relative;
    top: -174.5vw;
    left: 84.9vw;
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;   
}
.menu6{
    position: relative;
    top: -170vw;
    left: 82.9vw; 
    animation-name: real;
    animation-iteration-count: 1;
    animation-duration: 7s;
}
@keyframes real {
    1%,100%{
        opacity:0;
    }
}
/*################################################################################*/
/*################### Animacion inicio de sesion ####################################*/
/*################################################################################*/

.Login__frontpart--section1{
    position: relative;
    height: 40vw;
    width: 60vw;
    background-color: white;
    top:-77vw;
    left:21vw;
    border-radius: 8%;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 4s;
}
.Login__frontpart--LogoK{
    position: relative;
    top: -114vw;
    left: 47.5vw;
    height: 9vw;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 4s;
}
.Login__frontpart--bienvenido{
    position: relative;
    top: -115vw;
    left: 36vw;
    font-family: 'regular';
    font-size: 3.1vw;
    color: black;
    width: 30vw;
    text-align: center;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 4s;
}
.Login__frontpart--fotoPerfi{
    position: relative;
    top: -97vw;
    left: 37vw;
    height: 11vw;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 4s;
}
.Login__frontpart--nombre{
    position: relative;
    top: -107vw;
    left: 27vw;
    font-family: 'regular';
    font-size: 3.1vw;
    color: black;
    width: 50vw;
    text-align: center;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 4s;
}
.Login__frontpart--usuario{
    position: relative;
    top: -109vw;
    right: -29vw;
    font-family: 'ligth';
    font-size: 1.3vw;
    color: black;
    width: 45vw;
    text-align: center;
    animation-name: fond;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 4s;
}
@keyframes fond {
    1%,100%{
        opacity: 1;
        background-color: white;
    }
}
.Login__background--BackgroundImage{
    position: relative;
    height: 74vw;
    top: -2vw;
    left: -1vw;
    animation-name: back;
    animation-iteration-count: 1;
    opacity: 0;
    animation-duration: 7s;
}
@keyframes back{
    1%,100%{
        opacity: 1;
        background-color: black;
    }

}
.Login__background--Logo{
    position: relative;
    height: 10vw;
    top: -53vw;
    left: 45vw;
    animation-name: Logo1;
    animation-delay: 4s;
    animation-duration: 3s;
    animation-iteration-count: 1;
    opacity: 0;
}
@keyframes Logo1{
    1%, 20%{
        opacity: 1;
    }
    41%, 60%{
        opacity: 0;
    }
    81%, 100%{
        opacity: 1;
    }
}
/*################################################################################*/
/*########################### circulos ########################*/
/*################################################################################*/

@keyframes rellenar {
    to{
        stroke-dasharray: var(--porcentaje) 100
    }
}
.porcentaje{
    position: relative;
}
.porcentaje span{
    font-size: 0.8vw;
    font-family: "pror";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}
circle{
    fill: none;
    stroke: var(--color);
    stroke-width: 0.2vw;
    stroke-dasharray: 0 100;
    transform: rotate(-90deg);
    transform-origin: 50%;
    stroke-linecap: round;
    animation: rellenar 1s linear forwards;
    animation-delay: 7s;
}

@media (width: 430px) and (height: 932px) /*MEDIA INICIO DE SECCIÓN*/{
    .Login__background--Logo{
        top: -590px;
        height: 200px;
        width: 200px;
        left: 120px;
    }
    .Login__background--BackgroundImage {
        width: 440px;
        height: 1000px;
        position: relative;
    }
    .Login__frontpart--section1 {
        top: -1000px;
        height: 600px;
        width: 370px;
        left: 30px;
        border-radius: 30px;
    }
    .Login__frontpart--LogoK{
        top: -1580px;
        height: 100px;
        width: 100px;
        left: 170px;
    }
    .Login__frontpart--bienvenido{
        top: -1580px;
        font-size: 30px;
        width: 250px;
        left: 90px;
    }
    .Login__frontpart--fotoPerfi{
        top: -1320px;
        height: 150px;
        width: 160px;
        left: 35px;
    }
    .Login__frontpart--nombre{
        top: -1440px;
        font-size: 30px;
        left: 70px;
        width: 300px;
    }
    .Login__frontpart--usuario{
        top: -1450px;
        font-size: 25px;
        left: 70px;
        width: 300px;
    }
}