@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}

html{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f0f0f0;
}

.contenido {
    max-width: 1200px;
    padding: 30px;
    background-color: white;
    margin: auto;
    margin-top: 30px;
    border-top: 6px solid #0f4c75 ;
}

/** ENCABEZADO **/
.encabezado {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.encabezado img {
    width: 150px;
    height: 80px;
    
}

.encabezado .titulo {
    margin-top: 25px;
    font-size: 25px;
    font-weight: bold;
}

.encabezado .folio {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
}

.encabezado label.numeracion {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.campos {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin-top: 20px;
}

.encabezado_2 {
    display: flex;
    flex-direction: column;
}

input {
    border: none;
    border-bottom: 1px solid black;
    width: 250px;
    padding: 8px;
    font-size: 16px;
    margin-left: 5px;
}

input:focus {
    outline: none;
}

input[type="time"]{
    width: 140px;
    height: 40px;
    border-bottom: 1px solid black;
    margin-left: 35px;
}

input[type="time"]:focus{
    outline: none;
}

input[type="date"]{
    width: 170px;
    height: 40px;
    border-bottom: 1px solid black;
    margin-left: 49px;
    font-size: 16px;
}

input[type="date"]:focus{
    outline: none;
}

#c_text {
    margin-left: 38px;
    width: 300px;
}

#p_text {
    width: 300px;
}

.encabezado_3 {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}

/** FIN ENCABEZADO **/

/** INICIO TABLA DE EVALUACION **/
.simbologia .simbolos {
    text-align: center;
    border-collapse: collapse;
    margin-left: 70px;
}

.simbologia tr,th,td {
    padding: 8px;
    width: 100px;
}

.campos label {
    padding: 5px;
}

.evaluacion table {
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
    margin: 0px 15px 0 40px;
}

.evaluacion input[type="number"] {
    width: 90px;
    line-height: 5px;
    border: none;
    border-bottom: 1px solid #979797;
    text-align: center;
    cursor: pointer;
}

.evaluacion .lista {
    width: 90px;
    height: 25px;
    border: none;
    border-bottom: 1px solid #979797;
    text-align: center;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
}

.evaluacion tr {
    font-size: 18px;
}
.evaluacion td{
    padding: 10px;
}

.evaluacion .subtitulo {
    background-color: #e5e5e5;
}

.evaluacion th {
    background-color: #b1e8ed;
}
.evaluacion .lista:focus {
    outline: none;
    text-align: center;
}

.evaluacion .resultado {
    width: 75px;
}
/** FIN TABLA DE EVALUACION **/




/** ETIQUETA SIGUIENTE **/

.etiqueta {
    margin: 40px 0 15px 480px;
    width: 90px;
}
.siguiente {
    border: 1px solid #297ca0;
    border-radius: 7px;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    color: white;
    background-color: #053B5D;
}

.siguiente:hover {
    border: 1px solid #297ca0;
    border-radius: 7px;
    text-decoration: none;    
    font-size: 20px;
    color: #053B5D;
    background-color: #ecfcff;
    font-weight: bold;
}


/** FORM OBSERVACIONES **/


.titulo {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}    

/** CUADRO DE OBSERVACIONES **/
.observaciones {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 900px;
    justify-content: center;
    padding: 0;
    align-content: center;
    margin-left: 100px;
}

.material{
    font-size: 20px;
    font-weight: bold;
    width: 500px;
}

.observaciones .opc {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
}

input[type="radio"]{
    margin: 0px;
    width: 45px;
    padding: 15px;
    margin-bottom: 18px;
    margin-left: 20px;
}

.obs {
    display: flex;
    flex-direction: column;
}

.titulo_obs {
    font-size: 20px;
    font-weight: bold;
}
textarea {
    resize: none;
    font-size: 20px;
}

/** FIN CUADRO DE OBSERVACIONES **/

/** FOTOS **/

.evidencias {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
    width: 900px;
}

.fotos {
    display: flex;
    flex-direction: column;
}
input[type="file"]{
    margin: 10px;
    width: 450px;
    border: none;
}

.etiqueta_2 {
    position: relative;
    margin: 155px 0 0px 0px;
    width: 120px;
}

.siguiente_2 {
    position: relative;
    margin-left: -155px;
    border: 1px solid #297ca0;
    border-radius: 7px;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    color: white;
    background-color: #053B5D;
}

.siguiente_2:hover {
    border: 1px solid #297ca0;
    border-radius: 7px;
    text-decoration: none;    
    font-size: 20px;
    color: #053B5D;
    background-color: #ecfcff;
    font-weight: bold;
}

/** FORM FINAL **/
.dispos{
    display: flex;
    flex-direction: column;
    width: 800px;
    justify-content: center;
    margin: 10% 0 0 25% ;
}

.dispos #lote {
    margin-bottom: 20px;
    font-weight: bold;
}

.etiqueta_3 {
    margin: 25px 0 45px 280px;
    width: 270px;
}

.siguiente_3 {
    width: 250px;
    border: 1px solid #297ca0;
    border-radius: 7px;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    color: white;
    background-color: #053B5D;
}

.siguiente_3:hover {
    width: 270px;
    border: 1px solid #297ca0;
    border-radius: 7px;
    text-decoration: none;    
    font-size: 20px;
    color: #053B5D;
    background-color: #ecfcff;
    font-weight: bold;
}
