 /*################### CSS Reportar ###############################*/
 /*################################################################################*/
@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:4vw;
     left:-0.4vw;
 }
 .Login__BarraOpciones--añadir{
     position: relative;
     font-family: 'regular';
     font-size: 1.5vw;
     color: black;
     top: -4.5vw;
     left: 10vw;
 }
 .Login__BarraOpciones--refrescar{
     position: relative;
     font-family: 'regular';
     font-size: 1.5vw;
     color: black;
     top: -7.8vw;
     left: 20vw;
 }
 .Login__BarraOpciones--eliminar{
     position: relative;
     font-family: 'regular';
     font-size: 1.5vw;
     color: black;
     top: -11.1vw;
     left: 31vw;
 }
 .Login__BarraOpciones--reportar{
     position: relative;
     font-family: 'regular';
     font-size: 1.5vw;
     color: black;
     top: -14.4vw;
     left: 63vw;
 }
 .Login__BarraOpciones--ayuda{
     position: relative;
     font-family: 'regular';
     font-size: 1.5vw;
     color: black;
     top: -17.8vw;
     left: 75vw;
 }
 .Login__BarraOpciones--logo1{
     position: relative;
     height: 3vw;
     top: -22.5vw;
     left: 47.5vw;
 }
 .Login__BarraOpciones--bell{
     position: relative;
     height: 1.5vw;
     top: -23vw;
     left: 86vw;
 }
 .Login__BarraOpciones--bug{
     position: relative;
     height: 1.6vw;
     top: -23.4vw;
     left: 55.5vw;
 }
 .Login__BarraOpciones--mas{
     position: relative;
     height: 1.6vw;
     top: -23.4vw;
     left: 1vw;
 }
 .Login__BarraOpciones--fotopedro{
     position: relative;
     height: 3.8vw;
     top: -22.2vw;
     left: 83vw;
 }
 .Login__BarraOpciones--rueda{
     position: relative;
     height: 1.5vw;
     top: -23vw;
     left: 74vw;
 }
 .Login__BarraOpciones--pregunta{
     position: relative;
     height: 1.6vw;
     top: -23.4vw;
     left: 58vw;
 }
 .Login__BarraOpciones--load{
     position: relative;
     height: 1.5vw;
     top: -23.4vw;
     left: 1.5vw;
 }
 .Login__BarraOpciones--basura{
     position: relative;
     height: 1.6vw;
     top: -23.4vw;
     left: 11.5vw;
 }
 /*#################################################################################*/
 /*############################ Texto Bajo la Barra ################################*/
 /*################################################################################*/
 .Login__Textos--panel{
     position: relative;
     font-family: 'regular';
     color: black;
     font-size: 2.4vw;
     top: 3vw;
     left: 39vw;
 }
 .Login__Textos--aqui{
     position: relative;
     font-family: 'ligth';
     color: black;
     font-size: 1.5vw;
     top: 1vw;
     left: 0vw; 
     text-align: center;
 }
 /*#################################################################################*/
 /*############################ Texto Bajo la Barra ################################*/
 /*################################################################################*/
.formulario{
    position: relative;
    width: 60vw;
    height: 43vw;
    border: 0.2vw solid black;
    left: 20vw;
    border-top: 0.3vw solid #ff6f2c; 
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
}
 /*#################################################################################*/
 /*############################ seccion superior formulario ####################*/
 /*################################################################################*/

.formulario__superior{
    height: 8vw;
    width: 60vw;
    border-bottom: 0.1vw solid black; 
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    background-color: white;
}
.formulario__superior--logobug{
    position: relative;
    width: 5vw;
    top: 1.5vw;
    left: 1.5vw;
}
.formulario__superior--formularios{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 2vw;
    top: -3vw;
    left: 7vw;
}
.formulario__superior--complete{
    position: relative;
    font-family: 'ligth';
    color: black;
    font-size: 1.5vw;
    top: -3vw;
    left: -8vw; 
    text-align: center;
}
/*#################################################################################*/
 /*############################ seccion media formulario ####################*/
 /*################################################################################*/

  /*############################ titulos ####################*/
.icono-Nombre{
    position: relative;
    width: 3vw;
    top: 1vw;
    left: 0vw;
}
.formulario__medio--Nombre{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 1.5vw;
    top: -1vw;
    left: 5vw;
}
.formulario__medio--Correo{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 1.5vw;
    top: -4.5vw;
    left: 35vw;
}
.icono-Correo{
    position: relative;
    width: 3vw;
    top: 1vw;
    left: 0vw;
}
.formulario__medio--Asunto{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 1.5vw;
    top: -1.5vw;
    left: 5vw;
}
.icono-Asunto{
    position: relative;
    width: 3.5vw;
    top: 1vw;
    left: 0vw;
}
.formulario__medio--Descripcion{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 1.5vw;
    top: 1vw;
    left: 5vw;
}
.icono-Descripcion{
    position: relative;
    width: 3vw;
    top: 1vw;
    left: 0vw;
}
.formulario__medio--evidencia{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 1.5vw;
    top: 9.3vw;
    left: 6.5vw;
}
.icono-evidencia{
    position: relative;
    width: 2vw;
    top: 0.5vw;
    left: -0.5vw;
}

  /*############################ cuadros ####################*/

.formulario__medioCuadros--nombre{
    position: relative;
    top: -12.9vw;
    left: 5.5vw;
    width: 20vw;
    height: 3vw;
    border: 0.1vw solid black;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
}
.formulario__medioCuadros--email{
    position: relative;
    top: -16vw;
    left: 35vw;
    width: 20vw;
    height: 3vw;
    border: 0.1vw solid black;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
}
.formulario__medioCuadros--Asunto{
    position: relative;
    top: -12.9vw;
    left: 5.5vw;
    width: 49vw;
    height: 3vw;
    border: 0.1vw solid black;
    font-family: 'regular';
    color: rgb(90, 90, 90);
    font-size: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;


}
.formulario__medioCuadros--Descripcion{
    position: relative;
    top: -9.5vw;
    left: 5.5vw;
    width:49vw;
    height: 6vw;
    border: 0.1vw solid black;
    font-family: 'regular';
    color: rgb(90, 90, 90);
    font-size: 1vw;
    padding: 0.5vw;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
}
.formulario__medioCuadros--Evidencia{
    position: relative;
    top: -6.7vw;
    left: 5.5vw;
    width:49vw;
    height: 6vw;
    font-family: 'regular';
    border: 0.2vw dashed #ff6f2c ;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;  
}
.icono-evidencias{
    position: relative;
    width: 2vw;
    top: 0.5vw;
    left: 25vw;
    transform: rotate(270deg);  
}
.text1{
    position: relative;
    font-family: 'regular';
    color: black;
    font-size: 1vw;
    top: 1vw;
    left: 13vw;
}
.text2{
    position: relative;
    font-family: 'regular';
    color: rgb(90, 90, 90);
    font-size: 1vw;
    top: 1vw;
    left: 13.3vw;
}
/*#################################################################################*/
 /*############################ botón enviar ####################*/
 /*################################################################################*/
 .botonReporte{
    position: relative;
    top: -44.7vw;
    left: 45vw;
    width:10vw;
    height: 2vw;
    border: 0.1vw solid #ff6f2c;
    font-family: 'regular';
    color: white;
    background-color: #ff6f2c;
    font-size: 1.5vw;
    padding: 0.5vw;
    text-align: center;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
 }
 @media (width: 430px) and (height: 932px) {
    .Login__Textos--panel{
        font-size: 20px;
        left: 120px ;
    }
    .Login__Textos--aqui{
        font-size: 10px;
    }
    .Login{
        font-size: 50px;
    }
    .formulario{
        height: 800px;
        width: 400px;
        left: 15px;
    }
    .formulario__superior--formularios{
        font-size: 20px;
        height: 10px;
        width: 300px;
        left: 50px;
        top: -40px;
    }
    .formulario__superior--complete{
        font-size: 10px;
        left: 2px;
        height: 30px;
        width: 300px;
        top: -30px;
    }
    .botonReporte{
        left: 100px;
        height: 30px;
        width: 200px;
        top: 170px;
        font-size: 20px;
    }
    .formulario__medio--Nombre{
        top: 15px;
        font-size: 20px;
    }
    .icono-Nombre{
        width: 30px;
    }
    .formulario__medioCuadros--nombre{
        height: 20px;
        width: 300px;
        top: -110px;
    }
    .icono-Correo{
        width: 30px;
        
    }
    .formulario__medio--Correo{
        font-size: 20px;
        height: 20px;
        width: 10px;
        top: 40px;
        width: 250px;
        left: 27px;
    }
    .formulario__medioCuadros--email{
        height: 20px;
        width: 300px;
        top: -70px;
        left: 25px;
    }
    .formulario__superior--logobug{
        height: 40px;
        width: 40px;
    }
    .formulario__superior{
        height: 50px;
        width: 60px;
    }
    .icono-Asunto{
        top: 10px;
        width: 50px;   
    }
    .formulario__medio--Asunto{
        font-size: 20px;
        top:80px;
    }
    .formulario__medioCuadros--Asunto{
        height: 20px;
        width: 300px;
        top: -7px;
        left: 25px;
    }
    .icono-Descripcion{
        top: 10px;
        width: 40px;
    }
    .formulario__medio--Descripcion{
        font-size: 20px;
        top: 130px;
    }
    .formulario__medioCuadros--Descripcion{
        height: 200px;
        width: 300px;
        top: 70px;
        left: 25px;
    }
    .formulario__medioCuadros--Evidencia{
        top: 100px;
        left: 40px;
        height: 90px;
        width: 300px;
    }
    .icono-evidencias{
        width: 30px;
        left: 120px;
    }
    .text1{
        font-size: 12px;
        left: 0px;
        width: 300px;
    }
    .text2{
        font-size: 12px;
        left: 0px;
        width: 300px;
    }
 }