html,body{
    width: 100%;
    min-height: 100%;
    padding:0px;
    margin: 0px;
}

.full-container {
     width: 100% !important;
     padding:0px;
}
.central{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

img.img-center{
    margin-left:auto;
    margin-right:auto;
}


#enviar{
    width: 100%;
}

table th{
    text-align: center;
}

table td{
    padding: 15px;
    text-align: center;
}

.opacity{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display:none;
}

/* START*/

#start-back{
    background: url('../img/fondo_rojo_d.png');
    background-size: cover;
    background-position: center top;
}

#start{
    color: #fff;
}

#start .entrada2{
    max-width: 580px;
    color:#fff;
    font-family: trajanbold;
}

#start h1{
    font-family: trajanregular;
    color:#fff;
    font-size: 26px;
    line-height: 1.6;
}

#start p{
    line-height: 2;
    font-family: gillight;
    font-size: 20px;
    max-width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#start .entrada2 .clearfix{
    margin-top: 30px;
}

#start .action img{
    margin-left:auto;
    margin-right:auto;
}

#start ul{
    padding-left: 0px;
    list-style: none;
    font-family: gillight;
}

#start li{
    font-size: 19px;
    margin-top: 12px;
    margin-bottom: 12px;
}


/* THANKYOU*/

#thankyouback{
    background: url('../img/fondo_rojo_d.png');
    background-size: cover;
}

#thankyou{
}

#thankyou .entrada{
    max-width: 550px;
    color:#fff;
    font-family: trajanbold;
}

#thankyou h1{
    font-family: trajanregular;
    color:#fff;
}

#thankyou p{
    line-height: 2;
    font-family: gillight;
    font-size: 22px;
}

#thankyou .entrada .clearfix{
    margin-top: 30px;
}

.action{
    cursor: pointer;
}

.action3 img{
    margin-top:15px;
    margin-bottom:15px;
}

.nube img{
    margin: auto;
    max-width: 160px;
}

.nube{
    font-family: gilmedium;
    position: relative;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #000;
}

.nube div[class^="counter"]{
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
}

label{
    min-width: 60px;
}


/* STEP 1*/

#steps1{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
}

#steps1 h1{
    font-size: 32px;
    color: #fff;
    font-family: gilmedium;
}

#steps1 .entrada{
    width: 500px;
    max-width: 100%;
}

#steps1 .nombre{
    width: 100%;
    border: 2px solid #fff;
    margin-top: 20px;
    text-align: left;
    min-height: 42px;
}

#steps1 .nombrelabel{
    display: inline-block;
    width: 35%;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
    font-family: gilbook;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-right: 2px solid #fff;
}

#steps1 .nombreinput{
    display:inline-block;
    width: 64%;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
}

#steps1 input{
    background-color:rgba(255,0,0,0.0);
    border: none;
    font-family: gilbook;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

#steps1 .action{
    margin-top:20px;
}

#steps1 #next3{
    margin-left: auto;
    margin-right: auto;
}

/* STEP 2*/

#steps2 .entrada, #steps3 .entrada, #steps4 .entrada, #steps5 .entrada, #steps6 .entrada{
    max-width: 550px;
    color:#fff;
    font-family: trajanregular;
}


/* Base for label styling */
[type="checkbox"].checkboxgreen:not(:checked),
[type="checkbox"].checkboxgreen:checked {
    position: relative;
    left: 0px;
    margin: 0px;
    visibility: hidden;
    margin-left: 0px !important;
    display:none;
}
[type="checkbox"].checkboxgreen:not(:checked) + label,
[type="checkbox"].checkboxgreen:checked + label {
  position: relative;
  cursor: pointer;
  text-align:left;
  min-width: 78px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 78px;
}

[type="checkbox"].checkboxgreen.aceptance:not(:checked) + label,
[type="checkbox"].checkboxgreen.aceptance:checked + label {
  position: relative;
  cursor: pointer;
  text-align:left;
  /*min-width: 500px;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
      padding-left: 58px;
    padding-top: 12px;
    color: #fff;
}

/* checkbox aspect */
[type="checkbox"].checkboxgreen:not(:checked) + label:before,
[type="checkbox"].checkboxgreen:checked + label:before {
    content: '';
    position: absolute;
    right: 10px;
    top: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inherit;
    background-color:rgba(255,0,0,0.0);
}

[type="checkbox"].checkboxgreen.aceptance:not(:checked) + label:before,
[type="checkbox"].checkboxgreen.aceptance:checked + label:before {
    content: '';
    position: absolute;
    right: initial;
    left: 7px;
    top: 12px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inherit;
    background-color:rgba(255,0,0,0.0);
}
/* checked mark aspect */
[type="checkbox"].checkboxgreen:not(:checked) + label:after,
[type="checkbox"].checkboxgreen:checked + label:after {
    content:'\2713';
    display:inline-block;
    color:red;
    padding:0 6px 0 0;
  position: absolute;
  right: 15px;
  font-size: 28px;
  line-height: 1;
  color: #09ad7e;
  transition: all .2s;
}
[type="checkbox"].checkboxgreen.aceptance:not(:checked) + label:after,
[type="checkbox"].checkboxgreen.aceptance:checked + label:after {
    content:'\2713';
    display:inline-block;
    color:red;
    padding:0 6px 0 0;
  position: absolute;
  right:initial;
  left: 15px;
  font-size: 28px;
  line-height: 1;
  color: #09ad7e;
  transition: all .2s;
  top:18px;
}
/* checked mark aspect changes */
[type="checkbox"].checkboxgreen:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].checkboxgreen:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"].checkboxgreen:disabled:not(:checked) + label:before,
[type="checkbox"].checkboxgreen:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"].checkboxgreen:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"].checkboxgreen:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"].checkboxgreen:checked:focus + label:before,
[type="checkbox"].checkboxgreen:not(:checked):focus + label:before {
}

/* hover style just for information */
label:hover:before {
}




/* Base for label styling */
[type="checkbox"].checkboxred:not(:checked),
[type="checkbox"].checkboxred:checked {
    position: relative;
    left: 0px;
    margin: 0px;
    visibility: hidden;
    margin-left: 0px !important;
    display:none;
}
[type="checkbox"].checkboxred:not(:checked) + label,
[type="checkbox"].checkboxred:checked + label {
    position: relative;
    cursor: pointer;
    text-align:left;
    min-width: 78px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 78px;
}

/* checkbox aspect */
[type="checkbox"].checkboxred:not(:checked) + label:before,
[type="checkbox"].checkboxred:checked + label:before {
    content: '';
    position: absolute;
    right: 0px;
    top: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inherit;
    background-color:rgba(255,0,0,0.0);
}
/* checked mark aspect */
[type="checkbox"].checkboxred:not(:checked) + label:after,
[type="checkbox"].checkboxred:checked + label:after {
    content:'X';
    display:inline-block;
    color:red;
    padding:0 6px 0 0;
    position: absolute;
    right: 4px;
    font-size: 28px;
    line-height: 1;
    color: red;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"].checkboxred:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"].checkboxred:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"].checkboxred:disabled:not(:checked) + label:before,
[type="checkbox"].checkboxred:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"].checkboxred:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"].checkboxred:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"].checkboxred:checked:focus + label:before,
[type="checkbox"].checkboxred:not(:checked):focus + label:before {
}

/* hover style just for information */
label:hover:before {
}






#steps3{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
}

#steps2,#steps4{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
}


#steps4 h1, #steps3 h1, #steps2 h1{
    font-family: gilmedium;
    color:#fff;
}


#steps4 textarea, #steps3 textarea, #steps2 textarea{
    width:100%;
    resize: none;
    background-color:rgba(255,0,0,0.0);
    border: 2px solid #fff;
    margin-bottom: 40px;
    min-height: 120px;
    font-family: gilbook;
    color:#fff;
    padding-top:20px;
    padding-left:8px;
    font-size: 15px;
    margin-top:15px;
}

#steps4 .checkboxes, #steps3 .checkboxes, #steps2 .checkboxes{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    font-family: gilbook;
    font-size:18px;
}

#steps4 .options{
    margin-top:30px;
    margin-bottom:30px;
    color: #fff;
    font-family: trajanregular;
    font-size:18px;
    text-align: center;
}

#steps4 .options .option{
    display:inline-block;
    margin-left: 44px;
    margin-bottom: 20px;
    font-family: gilbook;
}

#steps4 .options .option input{
    margin-right: 8px;
}



#steps4 .checkboxes input, #steps3 .checkboxes input, #steps2 .checkboxes input{
    margin-left: 15px;
}



/* STEP 5*/
#steps5{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
}


#steps5 h1, #steps5 h1, #steps5 h1{
    font-family: gilmedium;
    color:#fff;
}


#steps5 textarea{
    width:100%;
    resize: none;
    background-color:rgba(255,0,0,0.0);
    border: 2px solid #fff;
    margin-bottom: 40px;
    min-height: 120px;
    font-family: gilbook;
    color:#fff;
    padding-top:20px;
    padding-left:8px;
    font-size: 15px;
    margin-top:15px;
}

#steps5 .checkboxes{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    font-family: gilbook;
    font-size:18px;
}

#steps5 .options{
    margin-top:30px;
    margin-bottom:30px;
    color: #fff;
    font-family: trajanregular;
    font-size:18px;
    text-align: center;
}

#steps5 .options .option{
    display:inline-block;
    margin-left: 44px;
    margin-bottom: 20px;
    font-family: gilbook;
}

#steps5 .options .option input{
    margin-right: 8px;
}



#steps5 .checkboxes input{
    margin-left: 15px;
}






.radio ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0px;
}


.radio ul li{
    color: #fff;
    display: inline-block;
    position: relative;
    width: 170px;
    margin-bottom: 20px;
    text-align: left;
}

.radio ul li input[type=checkbox]{
    position: absolute;
    visibility: hidden;
    width: 170px;
    margin-left: 0px;
    min-height: 30px;
    height:30px;
    margin-top: 0px;
}

.radio ul li label{
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-family: gilbook;
    text-align: center;
    padding-left: 0px;
    min-width: 170px;
}


.radio ul li .check{
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    left: 0px;
    top: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio ul li:hover .check {
    border: 5px solid #FFFFFF;
}

.radio ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio input[type=checkbox] ~ .check {
    border: 2px solid #FFF;
}

.radio input[type=checkbox]:checked ~ .check {
    border: 2px solid #FFF;
}

.radio input[type=checkbox]:checked ~ .check::before{
    background: #FFF;
}

.radio input[type=checkbox]:checked ~ label{
    color: #FFF;
}

input#cometodo + label{
}




/* STEP 6*/
#steps6{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
}


#steps6 h1{
    font-family: gilmedium;
    color:#fff;
}


#steps6 textarea{
    width:100%;
    resize: none;
    background-color:rgba(255,0,0,0.0);
    border: 2px solid #fff;
    margin-bottom: 40px;
    min-height: 120px;
    font-family: gilbook;
    color:#fff;
    padding-top:20px;
    padding-left:8px;
    font-size: 15px;
    margin-top:15px;
}

#steps6 .checkboxes{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    font-family: gilbook;
    font-size:18px;
}

#steps6 .checkboxes input{
    margin-left: 15px;
}

#steps6 input[type="submit"]{
    width: 245px;
    height: 56px;
    background: #B42A2A;
    border: none;
    font-family: gilmedium;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
}


/* ENVIA CORREO*/

#enviarcorreo{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
    color: #fff;
}

#enviarcorreo .entrada{
    width: 500px;
}

#enviarcorreo input[type="submit"]{
    width: 245px;
    height: 50px;
    background: #fff;
    color:#444;
    border: none;
    font-family: gilmedium;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-top: 30px;
}

#enviarcorreo #nombrep{
    width: 100%;
}

#enviarcorreo #emailp{
    width: 100%;
}

#enviarcorreo h1{
    font-family: trajanregular;
    color:#fff;
    font-size: 28px;
}

#enviarcorreo .nombre{
    width: 100%;
    border: 2px solid #fff;
    margin-top: 20px;
    text-align: left;
    min-height: 42px;
}

#enviarcorreo .nombrelabel{
    display: inline-block;
    width: 35%;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
    font-family: gilbook;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-right: 2px solid #fff;
}

#enviarcorreo .nombreinput{
    display:inline-block;
    width: 64%;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
}

#enviarcorreo input{
    background-color:rgba(255,0,0,0.0);
    border: none;
    font-family: gilbook;
    color: #fff;
    font-size: 16px;
}

#enviarcorreo .politica{
    margin-top: 20px;
    margin-bottom: 20px;
}

#enviarcorreo .politica input{
    margin-right: 5px;
}

#enviarcorreo .box{
    text-align: left;
    margin-top:10px;
    margin-bottom:10px;
    font-family: trajanregular;
    font-family: gilbook;
}


/* ADMIN*/

.login-section{
    background: url('../img/fondo_azul_d.png');
    background-size: cover;
}

.form-login{
    margin:auto;
    max-width: 500px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-login input{
    border: 0px none;
    background: rgb(242, 242, 242) none repeat scroll 0% 0%;
    color: rgb(0, 0, 0);
    min-height: 42px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4.8px;
    font-family:gilbook;
    max-width: 400px;
    margin-left:auto;
    margin-right:auto;
}

.form-login input[type="submit"]{
    background-color: #e89e25;
    color: #fff;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4.8px;
    cursor: pointer;
    font-family:gilbook;
    margin-left: auto;
    display: block;
    min-width: 170px;
    font-size: 14px;
    margin-right: 51px;
}

.form-login h1{
    font-family:gilbook;
    margin-bottom: 30px;
}


/*ADMIN PANEL*/

.header-admin{
    background: #232a3a;
    position: relative;
    color:#fff;
    font-family:gilbook;
    max-height: 60px;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-admin h1{
    margin:0px;
    padding-left:30px;
    font-size: 18px;
    letter-spacing: 1px;
}

.logo-warner img{
    max-width: 80px;
}

.export-excel-bar{
    background: #283142;
    min-height: 40px;
    max-height: 40px;
    color: #fff;
    font-family:gilbook;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 35px;
    letter-spacing: 1px;
}
.export-excel-bar img{
    margin-left: 9px;
    max-width: 18px;
    cursor: pointer;
    margin-top: -4px;
}

.export-excel-bar a{
    color: #fff;
}

.bodypanel{
    background: #fff;
    border-radius: 0 0 4.8px 4.8px;
    box-shadow: 0 7px 40px 0 rgba(0,0,0,.25);
    font-family:gilbook;
    position: relative;
}

.adminsearchpanel{
    position: relative;
    max-width: 200px;
    width: 200px;
    background: #f6f6f6;
    height: 100%;
    padding-top: 30px;
    padding-left: 30px;
    display: block;
    float: left;
}

.adminsearchpanel .user{
    position: absolute;
    bottom: 150px;
}

.adminsearchpanel .user img{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
}

.adminsearchpanel a{
    color: #444;
    text-align:left;
    letter-spacing: 1px;
}

.adminsearchpanel a.active{
    font-weight: 900;
}

#qrreader{
    margin-right: 20px;
    margin-left: auto;
    background: #fff;
}

.datasheet{
    display: block;
    padding-left: 30px;
    padding-top: 30px;
    margin-left: 200px;
    height: 100%;
    overflow: auto;
}

img#qrreader{
    max-width:35px;
}

.grey-tab{
    background: #ededed;
    color: #444;
    font-family: gilbook;
    min-height: 45px;
    max-height: 45px;
    display: flex;
    align-items: center;
    font-size: 23px;
    padding-left: 30px;
}

.results-data{
    padding-left: 30px;
    font-family: gilbook;
    font-size:14px;
    letter-spacing: 1px;
}

.results-data-row{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    min-height: 35px;
    display: flex;
    align-items: center;
}

.results-data-row img{
    max-width: 110px;
    cursor: pointer;
}

.results-data-row div:first-child{
    font-size: 17px;
}

.results-data-row div:nth-child(2){
    font-size: 17px;
}


/*POPUP*/
.popup,
#popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000070;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-container{
    width:500px;
    height: 220px;
    background: #e89e25;
    color:#444;
    font-family: gilbook;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.pop-up-container.prot {
    display: block;
    height: 500px;
    overflow: auto;
}

.pop-up-container.prot table td {
    padding: 15px;
    text-align: justify;
}

.pop-up-close{
    position: absolute;
    top: 5px;
    right: 5px;
}

.pop-up-close img{
    max-width:20px;
    cursor: pointer;
}

.pop-up-text{
    padding-left: 10px;
    padding-right: 10px;
}


/*POPUP DATA NIÑO*/

#popup2{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000070;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-container2{
    width:700px;
    height: 540px;
    background: #ededed;
    color:#444;
    font-family: gilbook;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.pop-up-close2{
    position: absolute;
    top: 5px;
    right: 5px;
}

.pop-up-close2 img{
    max-width:20px;
    cursor: pointer;
}

.pop-up-text2{
    padding-left: 50px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    color: #232a3a;
}

.pop-up-text2 h2{
    font-family: gilmedium;
    font-size:22px;
}

.pop-up-text2 .form-group {
    margin-bottom: 1px;
}

.pop-up-text2 .form-group div:first-child{
    margin-right:10px;
}

.pop-up-text2 .form-group div{
    display: inline-block;
    font-size: 20px;
}

/*.asignar{
    background: #283142;
    color: #fff;
    font-family: gilbook;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width:100px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}*/

.asignar{
    cursor: pointer;
}

#cancelar-estado{
    cursor: pointer;
}

.final-action{
    margin-top:30px;
}

.final-action img{
    max-width: 150px;
}

/*.asignar.active{
    background: #e89e25;
}*/

.asignar-row{
    margin-top: 30px;
}

/*CAMARA QR*/
.camara-qr{
    width: 350px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-family: gilbook;
}
.camara-qr-container input{
    position: absolute;
    top: 0px;
    opacity: 0;
    left:0px;
    width: 150px;
    height: 150px;
}

.camara-qr-container{
    width: 150px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.camara-qr input#enviarimagen{
    background-color: #e89e25;
    color: #fff;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4.8px;
    cursor: pointer;
    font-family:gilbook;
    margin-left: auto;
    display: block;
    min-width: 170px;
    font-size: 14px;
    margin-right: auto;
    border: none;
}

@font-face{
    font-family: trajanbold;
    src: url(../fonts/trajanbold.otf);
}
    
    
@font-face{
    font-family: trajanregular;
    src: url(../fonts/trajanregular.otf);
}

@font-face{
    font-family: gilmedium;
    src: url(../fonts/gilmedium.otf);
}

@font-face{
    font-family: gillight;
    src: url(../fonts/gillight.otf);
}

@font-face{
    font-family: gilbook;
    src: url(../fonts/gilbook.otf);
}

@media(max-width: 1199px){
    .adminsearchpanel{
        width: 220px;
    }
    
    .datasheet {
        margin-left: 220px;
    }
}

@media(max-width: 991px){
    .adminsearchpanel{
        -moz-transform: translateX(-220px);
        -webkit-transform: translateX(-220px);
        -o-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        transform: translateX(-220px);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        position: absolute;
        z-index: 9000;
    }
    .adminsearchpanel.active{
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .datasheet{
        margin-left:0px; 
    }
    
    .export-excel-bar .pull-left{
        margin-right: auto;
    }

    .export-excel-bar .pull-left img{
        max-width: 50px;
    }
}

@media(min-width: 751px){
    .mobile-back{
        display:none;
    }
}

@media(max-width: 750px){
    .mobile-back{
        display:block;
    }
    
    .mobile-star{
        position: absolute;
        top: 20px;
        width: 100%;
    }
    
    .mobile-star img{
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 180px;
    }
    
    .balloon-one{
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    .balloon-one img{
        margin-right: auto;
        left: 15px;
        max-width: 130px;
    }
    
    .balloon-two{
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    .balloon-two img{
        margin-left: auto;
        right: 15px;
        max-width: 130px;
    }
    
    .nube-one{
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .nube-one img{
        margin-left: 20%;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 130px;
    }
    
    .nube-two{
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .nube-two img{
        margin-left: 50%;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 150px;
    }
    
    
    #steps1,#steps4, #steps3, #steps2, #steps5, #steps6{
        background: url('../img/fondo_azul.png');
        background-size: cover;
        max-width: 750px;
        background-position: center center;
        padding-top: 100px;
        padding-bottom: 170px;
    }
    
    #steps4, #steps3, #steps2{
        max-width: 750px;
    }
    
    #steps6{
        max-width: 750px;
    }
    
    #enviarcorreo{
        background: url('../img/movil-fondo-azul.png');
        background-size: cover;
        max-width: 750px;
        color: #fff;
    }
    
    #enviarcorreo .box {
        font-size: 12px;
    }
    
    #enviarcorreo input[type="submit"] {
        width: 190px;
        height: 30px;
        background: #fff;
        color: #444;
        border: none;
        font-family: gilmedium;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1.5px;
        margin-top: 10px;
        position: relative;
        z-index:9;
    }
    
    .login-section{
        background: url('../img/fondo_azul.png');
        background-size: cover;
    }
    
    .datasheet{
        padding-left:0px; 
    }
    
    .results-data-row{
        display: block;
        min-height: 75px;
        padding-top: 15px;
    }
    
    .pop-up-container2 {
        width: 100%;
        height: 420px;
        overflow: auto;
        padding-top: 30px;
    }
    
    #start-back{
        background: url('../img/movil-fondo-rojo.png');
        background-size: cover;
        max-width: 750px;
        color: #fff;
    }
    
    #start h1 {
        font-size: 19px;
    }
    
    #start p {
        font-size: 15px;
    }
    
    #steps6 input[type="submit"] {
        width: 100%;
        display:block;
        max-width: 258px;
    }
    
    #steps6 .action img, #steps6 .action input[type="submit"], #thankyouback .action img, #thankyouback .action input[type="submit"]{
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 15px;
    }
    .mobile-back .balloon-one,
    .mobile-back .balloon-two,
    .mobile-back .nube-one {
        display: none;
    }

    
    #thankyouback{
        background: url('../img/movil-fondo-rojo.png');
        background-size: cover;
    }
    
    #thankyou .entrada .clearfix {
        margin-top: 10px;
        margin-bottom:0px;
    }
    
    .action3 img {
        position: relative;
        z-index: 9000;
    }
    
      .header-admin h1 {
        font-size: 14px;
    }
    
    #enviarcorreo h1 {
        font-size: 18px;
    }
    
    #enviarcorreo .nombre {
        width: 100%;
        border: 2px solid #fff;
        margin-top: 10px;
        text-align: left;
        max-height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #enviarcorreo .nombrelabel {
        display: inline-block;
        width: 35%;
        padding-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
        font-family: gilbook;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border-right: 2px solid #fff;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    #enviarcorreo .nombreinput {
        display: inline-block;
        width: 64%;
        padding-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
    }
    
    #steps1 .nombrelabel, #enviarcorreo .nombrelabel {
        width: 34%;
    }
    
    label{
        margin-left: -30px;
    }
    
    #steps4 h1, #steps3 h1, #steps2 h1, #steps1 h1, #steps5 h1, #steps6 h1 {
        font-size: 32px;
    }
    
    
    .radio ul li label {
        font-size: 16px;
    }
    
    .radio ul li label{
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        font-family: gilbook;
        text-align: left;
        padding-left: 60px;
        font-size: 14px;
    }
    
    input#cometodo + label {
    }
    
    .radio ul li{
        width: 140px;
    }
    
    #steps5 .options {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    
    .action{
        margin-bottom:20px;
    }
    
    #steps1, #steps4, #steps3, #steps2, #steps5, #steps6 {
        margin-top:0px;
        margin-bottom: 20px;
    }
    
    
    .mobile-star{
        position: absolute;
        top: 10px;
        width: 100%;
    }

    .mobile-star img{
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 120px;
    }

    .balloon-one{
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .balloon-one img{
        margin-right: auto;
        left: 15px;
        max-width: 90px;
    }

    .balloon-two{
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .balloon-two img{
        margin-left: auto;
        right: 15px;
        max-width: 90px;
    }

    .nube-one{
        position: absolute;
        top: 55px;
        width: 100%;
    }

    .nube-one img{
        margin-left: 50%;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 90px;
    }

    .nube-two{
        position: absolute;
        top: 55px;
        width: 100%;
    }

    .nube-two img{
        margin-left: 30%;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 90px;
    }
    
    #start h1{
        font-size:16px;
    }
    
    #start .action img {
        margin-left: auto;
        margin-right: auto;
        max-width: 190px;
        position: relative;
        z-index: 90000;
    }
    
    #start li {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .nube img {
        margin: auto;
        max-width: 90px;
    }
    
    .nube div[class^="counter"] {
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        font-size: 14px;
    }
    
    #steps1 .nombre {
        width: 100%;
        border: 2px solid #fff;
        margin-top: 10px;
        text-align: left;
        max-height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #steps1 .nombrelabel {
        display: inline-block;
        width: 35%;
        padding-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
        font-family: gilbook;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border-right: 2px solid #fff;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    
    #steps1 .nombreinput {
        display: inline-block;
        width: 64%;
        padding-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
    }
    
    #steps1 #next3 {
        margin-left: auto;
        margin-right: auto;
        max-width: 140px;
    }
    
    #steps5 h1{
        font-size: 18px;
    }
    
    #steps6 h1{
        font-size: 18px;
    }
    
    #steps6 textarea {
        width: 100%;
        resize: none;
        background-color: rgba(255,0,0,0.0);
        border: 2px solid #fff;
        margin-bottom: 20px;
        min-height: 60px;
        font-family: gilbook;
        color: #fff;
        padding-top: 20px;
        padding-left: 8px;
        font-size: 12px;
        margin-top: 15px;
    }
    
    #steps6 input[type="submit"] {
        width: 180px;
        height: 39px;
        background: #B42A2A;
        border: none;
        font-family: gilmedium;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    
    #steps6 .action img{
        max-width: 180px;
    }
    
    #thankyou h1 {
        font-size:18px;
    }
    
    #thankyou p {
        font-size: 14px;
    }
    
    #thankyouback .action img{
        max-width:190px;
    }
    
    .action3 img {
        max-width:190px;
        margin-top:5px;
    }
}

@media(max-width: 670px){
    .pop-up-text2 {
        padding-left: 30px;
    }
    
    .pop-up-container2{
        padding-top: 70px;
        padding-bottom: 30px;
    }
    
    .asignar-row {
        margin-bottom: 20px;
    }
    
    .asignar{
        min-width: 80px;
    }
    
    .results-data {
        padding-left: 10px;
    }
    
    .asignar-row img{
        max-width: 150px;
    }
    
    #cancelar-estado{
        margin-bottom: 5px;
    }
    
    .final-action {
        margin-top: 0px;
    }
    
    .final-action img {
        max-width: 150px;
        margin-right: auto;
        margin-left: inherit;
    }
    
    .asignar-row-more{
        margin-bottom: 0px;
    }
    
}

@media(max-width: 550px){
    .asignar{
        margin-top: 5px;
        margin-bottom: 5px;
        display:block;
    }
    
    .pop-up-container2{
        padding-top: 280px;
    }
    
}

@media(max-width: 450px){
    
    .results-data-row img {
        max-width: 100%;
        cursor: pointer;
    }
    
     .results-data-row.without-3 img {
        max-width: 110px;
        cursor: pointer;
    }
    
    .header-admin h1 {
        font-size: 14px;
    }
    
    #steps1 .nombrelabel, #enviarcorreo .nombrelabel {
        width: 34%;
    }
    
    label{
        margin-left: -30px;
    }
    
    #steps4 h1, #steps3 h1, #steps2 h1, #steps1 h1, #steps5 h1, #steps6 h1 {
        font-size: 32px;
    }
    
    
    .radio ul li label {
        font-size: 16px;
    }
    
    .radio ul li label{
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        font-family: gilbook;
        text-align: left;
        padding-left: 60px;
        font-size: 14px;
    }
    
    input#cometodo + label {
    }
    
    .radio ul li{
        width: 140px;
    }
    
    #steps5 .options {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    
    .action{
        margin-bottom:20px;
    }
    
    #steps1, #steps4, #steps3, #steps2, #steps5, #steps6 {
        margin-top:0px;
        margin-bottom: 0px;
    }
    
    
    .mobile-star{
        position: absolute;
        top: 10px;
        width: 100%;
    }

    .mobile-star img{
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 120px;
    }

    .balloon-one{
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .balloon-one img{
        margin-right: auto;
        left: 15px;
        max-width: 90px;
    }

    .balloon-two{
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .balloon-two img{
        margin-left: auto;
        right: 15px;
        max-width: 90px;
    }

    .nube-one{
        position: absolute;
        top: 55px;
        width: 100%;
    }

    .nube-one img{
        margin-left: 50%;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 90px;
    }

    .nube-two{
        position: absolute;
        top: 55px;
        width: 100%;
    }

    .nube-two img{
        margin-left: 30%;
        margin-right: auto;
        left: 0px;
        right: 0px;
        max-width: 90px;
    }
    
    #start h1{
        font-size:16px;
    }
    
    #start .action img {
        margin-left: auto;
        margin-right: auto;
        max-width: 190px;
        position: relative;
        z-index: 90000;
    }
    
    #start li {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .nube img {
        margin: auto;
        max-width: 90px;
    }
    
    .nube div[class^="counter"] {
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        font-size: 14px;
    }
    
    #steps1 .nombre {
        width: 100%;
        border: 2px solid #fff;
        margin-top: 10px;
        text-align: left;
        max-height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #steps1 .nombrelabel {
        display: inline-block;
        width: 35%;
        padding-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
        font-family: gilbook;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border-right: 2px solid #fff;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    
    #steps1 .nombreinput {
        display: inline-block;
        width: 64%;
        padding-left: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
    }
    
    #steps1 #next3 {
        margin-left: auto;
        margin-right: auto;
        max-width: 140px;
    }
    
    #steps5 h1{
        font-size: 18px;
    }
    
    #steps6 h1{
        font-size: 18px;
    }
    
    #steps6 textarea {
        width: 100%;
        resize: none;
        background-color: rgba(255,0,0,0.0);
        border: 2px solid #fff;
        margin-bottom: 20px;
        min-height: 60px;
        font-family: gilbook;
        color: #fff;
        padding-top: 20px;
        padding-left: 8px;
        font-size: 12px;
        margin-top: 15px;
    }
    
    #steps6 input[type="submit"] {
        width: 180px;
        height: 39px;
        background: #B42A2A;
        border: none;
        font-family: gilmedium;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    
    #steps6 .action img{
        max-width: 180px;
    }
}

#footer{
    padding: 15px 0;
    background-color: #f8f6e8;
    border-top: 1px solid #e2e0d5;
}

#footer a {
    color: #000;
}