*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.mientrascarga {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: url('../images/cargando1.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .9;
}
.mientrascarga1 {
  position: fixed;
  left: 0px;
  top: 60%;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.martop60{
  margin-top: 60%;
}


  input:required {
      box-shadow:none;
  }
  select:required {
      box-shadow:none;
  }
  .parainput{
    border-left: none;
    border-right: none;
    border-top: none;
  }

  #formlabel{
    position: relative;

  }
  #formrepo{
    position: relative;

  }
  #formlabel1{
    position: relative;

  }

  #formlabel .campo1 {
    position:relative;
    margin-top:1.5%;
    margin-bottom:1.5%;

  }
  #formlabel .campo2 {
    position:relative;
    margin-bottom:2%;

  }
  #formrepo .campo1 {
    position:relative;
    margin-top:1.5%;
    margin-bottom:1.5%;

  }
  #formrepo .campo2 {
    position:relative;
    margin-bottom:2%;

  }

  #exito img{
    font-size:16px;
    padding: 3%;
    display:block;
    border:none;
    background-color:transparent;
    border-bottom:1px solid black;
    min-height: 300px;
    max-height: 300px;
  }

  .inputok{
    font-size:12px;
    display:block;
    border: none;
    background-color:transparent;
    border-bottom: 1px solid black;
    min-height: 50px;
    max-height: 50px;
  }

  .inputok1{
  font-size:12px;
  padding: 3%;
  display:block;
  border:none;
  background-color:transparent;
  border-bottom:1px solid black;
  min-height: 50px;
  max-height: 50px;
  }
  .inputok2{
  font-size:12px;
  padding: 3%;
  display:block;
  border:none;
  background-color:transparent;
  border-bottom:1px solid black;
  min-height: 45px;
  max-height: 45px;
  }

  .inputcombo{
  font-size:12px;
  display: block;
  border: none;
  background-color:transparent;
  border-bottom:1px solid black;
  margin-top: 10px;
  min-height: 40px;
  max-height: 40px;
  }

  .inputarea{
  font-size:12px;
  display: block;
  border: 1px solid ;
  background-color:transparent;
  min-height: 100px;
  max-height: 100px;
  }


  #formlabel #fotico{
    cursor: pointer;
    width: 100%;
    top: 1%;
    left:1%;
    max-height: 100px;
    min-width: 100px;

  }
  #formlabel #fotico1{
    width: 100%;
    top: 1%;
    left:1%;
    max-height: 120px;
    min-height: 120px;
    min-width: 120px;

  }
  #lafoto{
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    position: relative;
    margin: 2%;
    padding: 0;
    background-color: transparent;

  }
  #lafoto2{
    max-height: 100px;
    min-width: 100px;
    position: relative;
    margin: 2%;
    padding: 0;
    background-color: transparent;
    align-items: center;
  }
  #lafoto3{

    position: relative;
    margin-top: 3%;

    padding: 0;
    background-color: transparent;

  }

  #formlabel #fotico1{

    width: 100%;
    top: 1%;
    left:1%;
    max-height: 120px;
    min-width: 120px;
  }

  #lafoto1{
    position: relative;
    margin-top: 2%;
    padding: 0;
    background-color: transparent;
    max-height: 180px;
    min-height: 180px !important;
    width: 20%;
  }

  #lafoto2{
    display: flex !important;
    justify-content: center;



  }

  #lafoto4{
    position: relative;
    margin-top: 2%;
    padding: 0;
    background-color: transparent;
    max-height: 400px;
    min-height: 400px;

  }


  #lafoto label{
    max-height: 150px;
    max-width: 200px;
  }


  .labelok{
    font-size:12px;
    background-color:transparent;
    font-weight: normal;
    position:absolute;
    pointer-events: none;
    left:5px;
    top:15px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  .inputok:focus{
    border-bottom: 1px solid blue;
  }
  .inputok1:focus{
    border-bottom: 1px solid blue;
  }
  .inputok2:focus{
    border-bottom: 1px solid blue;
  }
  .inputcombo:focus{
    border-bottom: 1px solid blue;
  }


  #formlabel .inputok1:focus ~ #labelok, .inputok1:invalid ~ #labelok, .inputok1:disabled ~ #labelok{
    font-size:8px;
    border: none !important;
    /*border-bottom: 1px solid rgba(255,191,0,1) !important;*/
    font-weight:normal;
    background-color:transparent;
    position:absolute;
    pointer-events: none;
    left:-15px;
    top:-1px;
    color: rgba(29,86,140,1);
    margin-left: 1%;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  #formrepo .inputok1:focus ~ #labelok, .inputok1:invalid ~ #labelok, .inputok1:disabled ~ #labelok{
    font-size:8px;
    border: none !important;
    /*border-bottom: 1px solid rgba(255,191,0,1) !important;*/
    font-weight:normal;
    background-color:transparent;
    position:absolute;
    pointer-events: none;
    left:-15px;
    top:-1px;
    color: rgba(29,86,140,1);
    margin-left: 1%;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }


  #formlabel:hover .inputok .inputok1{
    border-right: none !important;
  }
  #formrepo:hover .inputok .inputok1{
    border-right: none !important;
  }
  /* active state */
  #formlabel .inputok:focus ~ #labelok, .inputok:valid ~ #labelok , .inputok:disabled ~ #labelok{
    border: none !important;
    /*border-bottom: 1px solid #af921f !important;*/
    top:-1px;
    color: rgba(29,86,140,1);
    font-weight: bold;
    font-size:8px;
  }

  #formlabel .inputok1:focus ~ #labelok, .inputok1:invalid ~ #labelok, .inputok1:disabled ~ #labelok{
    border: none !important;
    /*border-bottom: 1px solid #af921f !important;*/
    top:-1px;
    color: rgba(29,86,140,1);
    font-weight: bold;
    font-size:8px;
  }

  #formrepo .inputok:focus ~ #labelok, .inputok:valid ~ #labelok , .inputok:disabled ~ #labelok{
    border: none !important;
    /*border-bottom: 1px solid #af921f !important;*/
    top:-1px;
    color: rgba(29,86,140,1);
    font-weight: bold;
    font-size:8px;
  }

  #formrepo .inputok1:focus ~ #labelok, .inputok1:invalid ~ #labelok, .inputok1:disabled ~ #labelok{
    border: none !important;
    /*border-bottom: 1px solid #af921f !important;*/
    top:-1px;
    color: rgba(29,86,140,1);
    font-weight: bold;
    font-size:8px;
  }

  .highlight {
    position:absolute;
    height:60%;
    width:80%;
    top:20%;
    left:0%;
    pointer-events:none;
    opacity:0.5;
  }

  #formlabel .inputok:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
  #formrepo .inputok:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }


  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
  from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
  }

  .labe{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    padding-top: 5%;
    display: inline-block;
    color: black;
    font-weight: normal;
    font-size: 12px;
  }
  .labe1{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    display: inline-block;
    color: black;
    font-size: 12px;
  }
  .labe2{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    padding-top: 5%;
    display: inline-block;
    font-size: 12px;
  }

  .fnegro{
    background-color: black;
    opacity: 1;
  }
  .azulne{
    color: blue;
    font-weight: bold;
  }

  .fgris{
    background-color: #9e9e9d;
  }
  .gris{
    color: #b9b9b9;
  }
  .ahorano{
    opacity: 0.3;

  }
  .ahorasi{
    opacity: 1;

  }
  .cursor1{
    cursor: default;
    opacity: 0.3;
  }
  .cursor2{
    cursor: pointer;
    opacity: 1;
  }


  .max90{
    min-width: 35px;
    min-height:35px;
    max-height: 35px;
    max-width: 35px;
  }
  .max25{
    min-width: 25px;
    min-height:25px;
    max-height: 25px;
    max-width: 25px;
  }
  .fnaran{
    background-color: #B6883D;
  }

  .fnaran1{
    background-color: #B8923A;
    color: black;
  }

  .sina{
    text-decoration: none !important;
  }

  .tder{
    text-align: right;
  }

  .tizq{
    text-align: left;
  }

  .flotar{
    float: left;
  }

  .flotar1{
    float:  right;
  }

  .flotar2{
    float:  center;
  }

  .hid{
    overflow: hidden;
  }

  .w1{
    width: 0%;
  }
  .w2{
    width: 2%;
  }
  .w255{
    width: 2.5%;
  }
  .w3{
    width: 3%;
  }
  .w4{
    width: 5%;
  }
  .w5{
    width: 5%;
  }
  .w6{
    width: 6%;
  }
  .w7{
    width: 7%;
  }
  .w8{
    width: 8%;
  }
  .w9{
    width: 9%;
  }
  .w10{
    width: 10%;
  }
  .w12{
    width: 12%;
  }
  .w13{
    width: 13%;
  }
  .w14{
    width: 14%;
  }
  .w15{
    width: 15%;
  }
  .w17{
    width: 17%;
  }
  .w18{
    width: 18%;
  }
  .w19{
    width: 19%;
  }
  .w20{
    width: 20%;
  }
  .w22{
    width: 22%;
  }
  .w23{
    width: 23%;
  }
  .w24{
    width: 24%;
  }
  .w25{
    width: 25%;
  }
  .w27{
    width: 27%;
  }
  .w28{
    width: 28%;
  }
  .w29{
    width: 29%;
  }
  .w30{
    width: 30%;
  }
  .w31{
    width: 31%;
  }
  .w32{
    width: 30%;
  }
  .w33{
    width: 33%;
  }
  .w35{
    width: 35%;
  }
  .w38{
    width: 38%;
  }
  .w40{
    width: 40%;
  }
  .w43{
    width: 40%;
  }
  .w45{
    width: 45%;
  }
  .w47{
    width: 47%;
  }
  .w48{
    width: 48%;
  }
  .w485{
    width: 48.5%;
  }
  .w49{
    width: 49%;
  }

  .w50{
    width: 50%;
  }
  .w55{
    width: 55%;
  }
  .w60{
    width: 60%;
  }
  .w65{
    width: 65%;
  }
  .w67{
    width: 67%;
  }
  .w68{
    width: 68%;
  }
  .w69{
    width: 69%;
  }
  .w70{
    width: 70%;
  }
  .w75{
    width: 75%;
  }
  .w76{
    width: 76%;
  }
  .w77{
    width: 77%;
  }
  .w78{
    width: 78%;
  }

  .w79{
    width: 79%;
  }
  .w80{
    width: 80%;
  }
  .w83{
    width: 83%;
  }
  .w85{
    width: 85%;
  }
  .w88{
    width: 88%;
  }
  .w90{
    width: 90%;
  }
  .w91{
    width: 91%;
  }
  .w92{
    width: 92%;
  }
  .w93{
    width: 93%;
  }
  .w94{
    width: 94%;
  }
  .w95{
    width: 95%;
  }
  .w96{
    width: 96%;
  }
  .w97{
    width: 97%;
  }
  .w98{
    width: 98%;
  }
  .w99{
    width: 99%;
  }
    .w100{
    width: 100%;
  }

  .m0a{
    margin: 0 auto;
  }

  .sinul{
    list-style-type: none;
  }
  .sinul1{
    list-style-type: none;
    display: block;
  }

  .inline{
    display: inline;
  }

  .bloque{
    display: block;
  }

  .centrar{
    margin:0 auto;
    text-align:center;
    align-items: center;
    align-self: center;
    align-content: center;
  }

  .pegado{
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .separa5{
    margin-left: 5%;
    margin-right: 5%;
  }
  .separa10{
    margin-left: 10%;
    margin-right: 10%;
  }
  .separa15{
    margin-left: 15%;
    margin-right: 15%;
  }
  .separa20{
    margin-left: 20%;
    margin-right: 20%;
  }
  .rayan{
    border: 1px solid black;
  }
  .raya05n{
    border: 0.5px solid black;
  }
  .raya1n{
    border: 1px solid black;
  }
  .raya2n{
    border: 2px solid black;
  }

  .raya1r{
    border: 2px solid red;
  }
  .raya2n{
    border: 3px solid black;
  }
  .raya3n{
    border: 3px solid black;
  }
  .rayab{
    border: 1px solid white;
  }
  .raya05b{
    border: 0.5px solid white;
  }
  .raya05d{
    border: 0.5px solid rgba(29,86,140,1);
  }
  .raya05n{
    border: 0.5px solid black;
  }
  .raya1b{
    border: 2px solid white;
  }
  .raya2b{
    border: 3px solid white;
  }
  .fblanco{
    background-color: rgba(255, 255, 255, 1);
    opacity:1;
  }
  .rela{
    position: relative;
  }
  .abso{
    position:absolute;
  }
  .blanco{
    color:white;
    font-weight: normal;
  }
  .blancone{
    color:white;
    font-weight: bold;
  }
  .negro{
    color:black;
  }
  .negrone{
    color:black;
    font-weight: bold;
  }
  .rojone{
    color: red;
    font-weight: bold;
  }

  .yellowne{
    color:yellow;
    font-weight: bold;
  }

  .noflotar{
    float: none;
  }
  .padd1{
    padding: 1%;
  }
  .padd2{
    padding: 2%;
  }
  .padd3{
    padding: 3%;
  }
  .padd05{
    padding: 0.5%;
  }

  .paddtb05{
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }
  .paddtb1{
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .paddtb2{
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .paddtb21{
    padding-top: 2%;
    padding-bottom: 1%;
  }
  .paddtb3{
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .paddlr05{
    padding-left: 0.5%;
    padding-right: 0.5%;
  }
  .paddlr1{
    padding-left: 1%;
    padding-right: 1%;
  }
  .paddlr2{
    padding-left: 2%;
    padding-right: 2%;
  }
  .paddlr3{
    padding-left: 3%;
    padding-right: 3%;
  }
  .paddl1{
    padding-left: 1%;
  }
  .paddl05{
    padding-left: 0.5%;
  }
  .paddl2{
    padding-left: 2%;
  }
  .paddl3{
    padding-left: 3%;
  }
  .paddl4{
    padding-left: 4%;
  }
  .paddl5{
    padding-left: 5%;
  }
  .paddl10{
    padding-left: 10%;
  }


  .mar1{
    margin: 1%;
  }
  .mar2{
    margin: 2%;
  }
  .mar3{
    margin: 3%;
  }
  .mar4{
    margin: 4%;
  }
  .mar5{
    margin: 5%;
  }
  .marl05{
    margin-left: 0.5%;
  }
  .marl1{
    margin-left: 1%;
  }
  .marl2{
    margin-left: 2%;
  }
  .marl3{
    margin-left: 3%;
  }
  .marl4{
    margin-left: 4%;
  }
  .marl5{
    margin-left: 5%;
  }
  .marl10{
    margin-left: 10%;
  }
  .marr05{
    margin-right: 0.5%;
  }
  .marr1{
    margin-right: 1%;
  }

  .marlr05{
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .marlr1{
    margin-left: 1%;
    margin-right: 1%;
  }
  .marlr2{
    margin-left: 2%;
    margin-right: 2%;
  }
  .marlr3{
    margin-left: 3%;
    margin-right: 3%;
  }
  .marlr4{
    margin-left: 4%;
    margin-right: 4%;
  }
  .marlr5{
    margin-left: 5%;
    margin-right: 5%;
  }
  .marlr10{
    margin-left: 10%;
    margin-right: 10%;
  }
  .marlr15{
    margin-left: 15%;
    margin-right: 15%;
  }
  .marlr20{
    margin-left: 20%;
    margin-right: 20%;
  }
  .marlr30{
    margin-left: 30%;
    margin-right: 30%;
  }
  .martb05{
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }
  .martb1{
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .martb2{
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .martb3{
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .martb4{
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .martb5{
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .marr29{
    margin-right: 29%;
  }
  .marr30{
    margin-right: 30%;
  }
  .marl29{
    margin-left: 29%;
  }
  .marl30{
    margin-left: 30%;
  }


  .martop1{
    margin-top: 1%;
  }
  .martop2{
    margin-top: 2%;
  }
  .martop3{
    margin-top: 3%;
  }
  .martop4{
    margin-top: 4%;
  }
  .martop5{
    margin-top: 5%;
  }
  .marbo1{
    margin-bottom: 1%;
  }
  .marbo2{
    margin-bottom: 2%;
  }
  .marbo3{
    margin-bottom: 3%;
  }
  .marbo4{
    margin-bottom: 4%;
  }
  .marbo5{
    margin-bottom: 5%;
  }

  .marto1{
    margin-top: 1%;
  }
  .marto15{
    margin-top: 1.5%;
  }
  .marto2{
    margin-top: 2%;
  }
  .marto3{
    margin-top: 3%;
  }
  .marto4{
    margin-top: 4%;
  }
  .marto5{
    margin-top: 5%;
  }

  .textbox{
    text-transform: uppercase;
    text-align: left;
    height: auto;
    background-color: black;
    font-size: 16px;
  }
  .font8{
      font-size: 8px;
  }
  .font10{
      font-size: 10px;
  }
  .font12{
      font-size: 12px;
  }
  .font14{
      font-size: 14px;
  }
  .font16{
      font-size: 16px;
  }
  .font20{
      font-size: 20px;
  }
  .font25{
      font-size: 25px;
  }
  .font30{
      font-size: 30px;
  }

  .textbox1{
    text-transform: uppercase;
    text-align: left;
    height: auto;
    background-color: white;
    font-size: 16px;

  }

  .select{
    text-align: left;
    height: auto;
    color: White;
    background-color: black;
    font-size: 20px;
    font-weight:bold;
  }

  .fgris{
    background-color: #838787;
  }
  .fgris1{
    background-color: #5d5f5f;
  }
  .redondo{
    border-radius: 12px;
  }

  .aline{
    position: absolute;
    right: 1%;
  }

  .seve{
    display:block;
  }

  .seve1{
    display: none;
  }

  .z0{
    z-index: 0;
  }

  .z1{
    z-index: 1;
  }
  .z2{
    z-index: 2;
  }
  .z3{
    z-index: 3;
  }
  .z4{
    z-index: 4;
  }
  .z5{
    z-index: 5;
  }
  .z10{
    z-index: 10;
  }
  .z15{
    z-index: 15;
  }

  .t5{
    top: 5%;
  }
  .t10{
    top: 10%;
  }
  .t12{
    top: 12%;
  }
  .t15{
    top: 15%;
  }



  .fverde{
    background-color: #18BC9C;
  }
  .verdene{
    color: #18BC9C;
    font-weight: bold;
  }

  .veflex{
    display: flex;

  }
  .ffwra{
    flex-flow: column wrap;
  }

  .ffwra1{
    flex-flow: row wrap;
  }

  .espacioh1{
    justify-content: space-between;
  }
  .espacioh2{
    justify-content: space-around;
  }
  .espacioh3{
    justify-content: center;
  }
  .espaciov1{
    align-content: space-between;
  }
  .espaciov2{
    align-content: space-around;
  }
  .espaciov3{
    align-content: center;
  }

  .flexdr{
    flex-direction: row;
  }
  .flexdc{
    flex-direction: column;
  }


  .nowra{
    flex-wrap: nowrap;
  }
  .wra{
    flex-wrap: wrap;
  }
  .wra1{
    flex-wrap: wrap-reverse;
  }
  .radio10p{
    border-radius: 10px;
  }
  .radio15p{
    border-radius: 15px;
  }
  .radio20p{
    border-radius: 20px;
  }
  .radio25p{
    border-radius: 25px;
  }

  .radio5{
    border-radius: 5%;
  }
  .radio10{
    border-radius: 10%;
  }
  .radio20{
    border-radius: 20%;
  }
  .radio30{
    border-radius: 30%;
  }
  .radio40{
    border-radius: 40%;
  }
  .radio50{
    border-radius: 50%;
  }
  .radio60{
    border-radius: 60%;
  }
  .radio70{
    border-radius: 70%;
  }
  .radio80{
    border-radius: 80%;
  }
  .radio90{
    border-radius: 90%;
  }
  .radio100{
    border-radius: 100%;
  }
  .radio150{
    border-radius: 150px;
  }
  .radio140{
    border-radius: 140px;
  }
  .radio130{
    border-radius: 130px;
  }
  .radio120{
    border-radius: 120px;
  }
  .radio110{
    border-radius: 110px;
  }
  .radio200{
    border-radius: 200px;
  }


  .h100{
    height: 100px;
  }

  .h200{
    height: 200px;
  }

  .h300{
    height: 300px;
  }

  .h400{
    height: 400px;
  }

  .h500{
    height: 500px;
  }

  .vw5{
    height: 5vw;
  }
  .vw6{
    height: 6vw;
  }
  .vw7{
    height: 7vw;
  }
  .vw8{
    height: 8vw;
  }
  .vw9{
    height: 9vw;
  }

  .vw10{
    height: 10vw;
  }
  .vw15{
    height: 15vw;
  }
  .vw16{
    height: 16vw;
  }
  .vw17{
    height: 17vw;
  }
  .vw18{
    height: 18vw;
  }
  .vw19{
    height: 19vw;
  }
  .vw20{
    height: 20vw;
  }
  .vw24{
    height: 24vw;
  }
  .vw25{
    height: 25vw;
  }
  .vw30{
    height: 30vw;
  }
  .vw35{
    height: 35vw;
  }
  .vw40{
    height: 40vw;
  }
  .vw45{
    height: 45vw;
  }
  .vw50{
    height: 50vw;
  }
  .flexwrc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .flexwrc1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .flexwrc2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flexwr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

  }
  .flexwreb{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:  flex-start;
    justify-content: space-between;
  }
  .flexwrce{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .flexwcc{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .fblanco1{
    background-color: rgba(255, 255, 255, 0.1);
  }
  .fblanco2{
    background-color: rgba(255, 255, 255, 0.2);
  }
  .fblanco3{
    background-color: rgba(255, 255, 255, 0.3);
  }
  .fblanco4{
    background-color: rgba(255, 255, 255, 0.4);
  }
  .fblanco5{
    background-color: rgba(255, 255, 255, 0.5);
  }
  .fblanco6{
    background-color: rgba(255, 255, 255, 0.6);
  }
  .fblanco7{
    background-color: rgba(255, 255, 255, 0.7);
  }
  .fblanco8{
    background-color: rgba(255, 255, 255, 0.8);
  }
  .fblanco9{
    background-color: rgba(255, 255, 255, 0.9);
  }

  .fnegro1{
    background-color: rgba(0, 0, 0, 0.1);
  }
  .fnegro2{
    background-color: rgba(0, 0, 0, 0.2);
  }
  .fnegro3{
    background-color: rgba(0,0, 0, 0.3);
  }
  .fnegro4{
    background-color: rgba(0, 0, 0, 0.4);
  }
  .fnegro5{
    background-color: rgba(0, 0, 0, 0.5);
  }
  .fnegro6{
    background-color: rgba(0, 0, 0, 0.6);
  }
  .fnegro7{
    background-color: rgba(0, 0, 0, 0.7);
  }
  .fnegro8{
    background-color: rgba(0, 0, 0, 0.8);
  }
  .fnegro9{
    background-color: rgba(0, 0, 0, 0.9);
  }

  .fazul{
    background-color: rgba(32, 96, 155);
  }

  .fazul1{
    background-color: rgba(32, 96, 155, 0.1);
  }
  .fazul2{
    background-color: rgba(32, 96, 155, 0.2);
  }
  .fazul3{
    background-color: rgba(32, 96, 155, 0.3);
  }
  .fazul4{
    background-color: rgba(32, 96, 155, 0.4);
  }
  .fazul5{
    background-color: rgba(32, 96, 155, 0.5);
  }
  .fazul6{
    background-color: rgba(32, 96, 155, 0.6);
  }
  .fazul7{
    background-color: rgba(32, 96, 155, 0.7);
  }
  .fazul8{
    background-color: rgba(32, 96, 155, 0.8);
  }
  .fazul9{
    background-color: rgba(32, 96, 155, 0.9);
  }


  .slides{
    width: 100%;
  }


  .slidesjs-pagination
  {
    background: rgba(29,86,140,1);
    overflow: hidden;
    list-style: none;
    margin-bottom: 0% !important;
    margin-top: 0% !important;
  }

  .slidesjs-pagination li{
    float: left;
    background: rgba(29,86,140,1);
    margin-bottom: 0% !important;
    margin-top: 0% !important;

  }

  .slidesjs-pagination li a{
    display: block;
    padding: 5px 10px;
    color: white;
    background: rgba(29,86,140,1);
    text-decoration: none;
    font-size: 20px;
    max-height: 30px;
    margin-bottom: 0% !important;
    margin-top: 0% !important;
  }

  .slides .active{
    background: rgba(29,86,140,0.8);
    color:black;
    font-weight:  bold;
  }

  .slidesjs-pagination li a:hover{
    background-color: white;
    color: yellow;
  }

  .slidesjs-navigation{
    background: rgba(29,86,140,1);
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    max-height: 30px;
    font-size: 20px;
    margin-bottom: 0% !important;
    margin-top: 0% !important;
  }

  .slidesjs-navigation:hover{
    background-color: rgba(29,86,140,0.5);
  }
  .mainslides{
    width: 100%;
    margin: 20px auto;

  }
  .etiq{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 14px;
  }

  .radio{
    float: left;
    text-align: left;
    border-radius: white;
    font-size: 16px;
    font-weight:bold;
    margin-left: 1%;
  }
  .radio1{
    float: left;
    text-align: left;
    height: auto;
    width: auto;
    background-color: white;
    border-radius: white;
    font-size: 16px;
    font-weight:bold;
  }
  .etiradiosc{
    float: left;
    text-align: left;
    margin-left: 3%;
    margin-right: 3%;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
  }

  .etiradio{
    float: left;
    text-align: left;
    color: black;
    margin-left: 3%;
    margin-right: 3%;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
  }

  .etiradioro{
    float: left;
    text-align: left;
    color: red;
    margin-left: 3%;
    margin-right: 3%;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
  }

  .boton{
    margin: 1%;
    cursor: pointer;
    font-size: 20px;
    align-items: center;
    border: 1px solid black;
    font-weight: bold;


  }
  .boton1{
    margin: 1%;
    cursor: pointer;
    display: block;
    align-items: center;
    align-content: center;
    border: 1px solid black;
    font-weight: bold;
    font-size: 20px;
  }
  .boton2{
    cursor: pointer;
    margin: 1%;
    display: block;
    align-items: center;
    align-content: center;
    font-weight: bold;
    border: none;
    background-color: white;
    color: black;
    font-size: 20px;
  }
  .boton3{
    cursor: pointer;
    display: block;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: 18px;
  }
  .boton4{

    display: block;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: 18px;
  }

  .lh15{
    line-height: 15px;
  }
  .lh20{
    line-height: 20px;
  }
  .lh25{
    line-height: 25px;
  }
  .lh30{
    line-height: 30px;
  }
  .campo{
    overflow: hidden;


  }
  .nover{
    visibility: hidden;
  }
  .nover1{
    display: none;
  }
  .maxhslider{
    max-height: 250px;
    min-height: 250px;
  }
  .form1{
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;

  }

  .maximo1{
    max-height: 1px;
    min-height: 1px;

  }
  .paddtop05{
    padding-top: 0.5px;
  }
  .paddtop1{
    padding-top: 1%;
  }
  .paddtop105{
    padding-top: 1.5%;
  }
  .paddtop2{
    padding-top: 2%;
  }
  .paddtop3{
    padding-top: 3%;
  }
  .paddb1{
    padding-bottom: 1%;
  }
  .paddb2{
    padding-bottom: 2%;
  }
  .paddb3{
    padding-bottom: 3%;
  }


  .sinmar{
    padding: 0% !important;
    margin: 0% !important;
  }

  .sombrabi{
    -webkit-box-shadow: 2px 6px 32px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 6px 32px 0px rgba(0,0,0,0.44);
    box-shadow: 2px 6px 32px 0px rgba(0,0,0,0.44);
  }
  .sombrabi1{
    -webkit-box-shadow: 0px 0px 12px 0px rgba(199,195,199,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(199,195,199,1);
    box-shadow: 0px 0px 12px 0px rgba(199,195,199,1);
  }
  .max50{
    max-width: 50px;
    max-height: 50px;
  }
  .max100{
    max-width: 100px;
    max-height: 100px;
  }
  .max150{
    max-width: 150px;
    max-height: 150px;
  }
  .max200{
    max-width: 200px;
    max-height: 200px;
  }

  .botonmenu {
    align-items: center;
    align-self: center;
    border: none;
    cursor: pointer;

  }


  /* The container <div> - needed to position the dropdown content */
  .menu {
    position: relative;
    display: inline-block;
    border: none;
  }

  /* Dropdown Content (Hidden by Default) */
  .submenu {
    display: none;
    position: absolute;
    width: 185px;
    margin: 0 auto;
    z-index: 150;
  }

  /* Links inside the dropdown */
  .submenu a {
    width: auto;
    text-decoration: none;
    padding: 5%;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .submenu a:hover {
  	background-color: black;
  }

  /* Show the dropdown menu on hover */
  .menu:hover .submenu {
    display: block;
    z-index: 100;
    left: -5px;
    top: 15px;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */

  .traspa{
    background: transparent;
  }
  .validador{
    text-align: center;
  }



@media (max-width: 1024px) {
  .max90{
    min-width: 20px;
    min-height:20px;
    max-height: 20px;
    max-width: 20px;
  }
  .font16{
      font-size: 12px;
  }
  .font20{
      font-size: 14px;
  }
  .font25{
      font-size: 18px;
  }
  .font30{
      font-size: 20px;
  }

  .font14{
    font-size: 10px;
  }
  .font12{
    font-size: 8px;
  }
}

@media (max-width: 500px) {
  .nover1{
    display: none;
  }
  #lafoto1{
    position: relative;
    margin-top: 2%;
    padding: 0;
    background-color: transparent;
    max-height: 180px;
    min-height: 180px !important;
    width: 100%;
  }

  #formlabel .campo2 {
    position:relative;
    margin-bottom:2%;
    width: 98% !important;
    display: flex;
    flex-wrap: wrap;

  }
  #formrepo .campo2 {
    position:relative;
    margin-bottom:2%;
    width: 98% !important;
    display: flex;
    flex-wrap: wrap;

  }
  .campo{
    overflow: hidden;
    width: 98% !important;
    display: flex;
    flex-wrap: wrap;

    flex-direction: row;

  }

  .max90{
    min-width: 15px;
    min-height:15px;
    max-height: 15px;
    max-width: 15px;
  }

  .submenu {
    position: relative;;
    display: none;
    width: 100%;
    margin: 0 auto;
    z-index: 150;
  }

  h2{
    font-size: 12px;
  }

  .font16{
      font-size: 10px;
  }
  .font20{
      font-size: 14px;
  }
  .font25{
      font-size: 16px;
  }
  .font30{
      font-size: 16px;
  }

  .font14{
    font-size: 8px;
  }
  .font12{
    font-size: 8px;
  }
  .slidesjs-navigation{
    display: none;
  }
  .slidesjs-navigation li{
    display: none;
  }
  .slidesjs-navigation a{
    display: none;
  }
  .slidesjs-navigation ::before{
    display: none;
  }
  .playing{
    display: none;
  }
  .slidesjs-play{
    display: none;
  }
  .slidesjs-stop{
    display: none;
  }


  .slidesjs-pagination{
    display: none;
  }
  .slidesjs-pagination li{
    display: none;
  }
  .slidesjs-pagination a{
    display: none;
  }

  .etiq{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 10px;
  }

  .radio{
    float: left;
    text-align: left;
    border-radius: white;
    font-size: 10px;
    font-weight:bold;
    margin-left: 1%;
  }
  .radio1{
    float: left;
    text-align: left;
    height: auto;
    width: auto;
    background-color: white;
    border-radius: white;
    font-size: 10px;
    font-weight:bold;
  }

  .etiradio{
    float: left;
    text-align: left;
    color: black;
    margin-left: 3%;
    margin-right: 3%;
    font-weight: bold;
    font-size: 8px;
    overflow: hidden;
  }
  .boton{
    margin: 1%;
    cursor: pointer;
    font-size: 10px;
    align-items: center;
    border: 1px solid black;
    font-weight: bold;


  }
  .boton1{
    margin: 1%;
    cursor: pointer;
    display: block;
    align-items: center;
    align-content: center;
    border: 1px solid black;
    font-weight: bold;
    font-size: 10px;
  }
  .boton2{
    cursor: pointer;
    margin: 1%;
    display: block;
    align-items: center;
    align-content: center;
    font-weight: bold;
    border: none;
    background-color: white;
    color: black;
    font-size: 10px;
  }
  .boton3{
    cursor: pointer;
    display: block;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: 10px;
  }
  .boton4{

    display: block;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: 10px;
  }



}
