body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding:5px;
  /*overflow:hidden;*/
}
h1{
  font-size:20px !important;
  float:right;
  color:#0a3c61;
  margin-right:5px;
  text-align: right;

}
h2{
  font-size:22px !important;
  color:#0a3c61;
  margin-block-start: 0;
  margin-block-end: 0;
}
h3{
  font-size:16px !important;
  color:#0a3c61;
  margin:0 0 -5px 0;
}
h5{
  margin:2% 0 0 2%;
  font-size:30px !important;
  color:#0a3c61;
}
img{

width:95%;
height:auto;

}

.container {
  margin: 0 auto;
  width: 100%;
  /*height: 100%;*/
  max-width:600px;
  background-color: rgba(255,255,255,1.00);/*border: thin solid rgba(102,101,101,1.00);*/
  border: solid thin #ccc;
}
.row {
      display: inline-flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.row_w {
  flex-wrap: wrap;
  justify-content: normal;
  padding: 0 20px;
}

.rowx {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid thin #093a60;
}
.completa{
  width:100%;
}

.insects{
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: row;
}

.rodent{
  align-items: end;
  margin-left: 5px;
}

.ottros{
  display: inline;
}

label{
 margin-left:3px;
 margin-right:3px;
}

.diez{
 width:10%;
}
.veinte{
 width:20%;
}
.treinta{
 width:30%;
}
.cuarenta{
 width:40%;
}
.medios{
 width:50%;
}
.sesenta{
 width:60%;
}
.setenta{
 width:70%;
}
.completa{
  width:100%;
}
.myunderline {
  border-bottom: thin solid #ccc;
}
.separador{
  padding: 10px 10px;
}
.miforma, .miforma_a, .miforma_s, .miforma_d, .miforma_se{
  width:90%;
  height: auto;
  margin-left:5%;
  margin-bottom:50px;
  margin-top:1px;
}
.miforma input, .miforma_a input, .miforma_d input, .miforma_s input, .miforma_se input {
  border: thin solid #02aca3;
  border-radius: 4px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 20px;
  //background: #54ba48;
  z-index:100;
  position: relative;
  color:#000;
}
.miforma .tamainp input, .miforma_a .tamainp input, .miforma_d .tamainp input, .miforma_s .tamainp input, .miforma_se .tamainp input {
    /*border: none;*/
    border-radius: 4px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 22px;
    /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0 , .1);*/
    padding: 10px 4px;
    background: #ececec;
    width:100%;
    color:#000;
}

.laimagen{
    width:24%;
}
progress{
   width:100%;
}

.button {
    background-color: #4CAF50 !important; /* Green */
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 0!important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width:95%;
    color: #fff;
}
.button:hover {
  background-color: #4fe255 !important; /* Green */
  border: none !important;
  color: white;
  padding: 15px 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 0!important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width:95%;
    float:right;
}

.btn_cerrar{
 position:absolute;
 float: right;
 background-color: #000;
 color: #fff;
 padding:2px 4px;
 cursor: pointer;
 /*margin-top:-350px;*/
}