html{
    height: 100%;
    width: 100%;
    overflow: hidden auto;
    display: block;
    max-width: 100%;
}
body {
    font-family: calibri, sans-serif;
    color: #222;
    margin: 0px;
    background: white;
    /* height: 100%; */
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}
body.rowc{
    display: block;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
}
.oculto{
    /* opacity: 0; */
}
.oculto2{
    opacity: 0;
}
.displaynone{
    display: none;
}
img{
    display: block;
    max-height: 100%;
    user-select: none;
    pointer-events: none;
}

.section-inner{
    padding: 2rem 1.6rem 0rem 1.6rem;
    width: 100%;
    color: black;
    position: relative;
}

header{
    color: white;
    background-color: rgb(51, 51, 51);
    /* height: 550px; */
    display: flex;
}
header .logotipo{
    text-align: center;
    margin: auto;
    opacity: 0;
    display: none;
}
header img{
  max-width: 100%;
}
.intro{
    
text-align: center;
}

@media (min-width: 992px){
  .especie{order:1}
  .estado{order:1}
  .mapa{order:5}
  .comentarios{order:1}
  .imagenadjunta{order:1}
  .cuestionarios{order:1}
  .enviarreporte-f1{order:7}
  
  .mapa #mapaJsHolder{
    height: 19rem;
  }

  header img{
    display: none;
  }
  header{
    height: 90px;
    width: 100%;
  }
  header .fa{
    display: none;
  }
  body .mapa button.miposicion{
    float: initial;
  }
  header .logotipo{
    background-image: url(../images/logo.png), url(../images/logogobreg.jpg);
    background-size: 340px, 270px;
    background-position: center, right;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
    color: #333333;
  }

  body .comentarios textarea:not(:placeholder-shown),
  body .comentarios textarea:focus
   {
    text-align: center;
    height: 4em;
    background-image: url(../images/icons/comment.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    text-indent: 1.4rem;
    line-height: 2rem;
  }
  body.rowc{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
}

header .fa{
  font-size: 39px;
  color: #00d99d;
  animation: intro-fa 1s infinite;
  top: 5rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
@keyframes intro-fa{
  0%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-5px);
  }
  0%{
    transform:translateY(0);
  }
}
.intro h3{font-size: 1.5rem;text-align: center;}
.intro span{

font-size: 1rem;

text-align: center;

/* width: 100%; */
}

.especie{
    
color: black;
}
p.label{
    display: block;
    font-size: 1rem;
    font-weight: bold;
}
.especie button{
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.8rem 0;
    border: 1px solid gray;
    background: white;
    color: black;
}
.especie .fa{
  font-size: 1.4rem;
  vertical-align: text-bottom;
  margin-right: 0.3rem;
}

#especiePicker{
    position: fixed;
    top: 0vh;
    left: 0vw;
    background: #ffffff;
    transition: top .3s, left .3s, opacity .5s;
    height: 100vh;
    overflow: hidden auto;
    padding: 0.8rem 0;
    max-width: 100%;
}
#enviarreporte-f3.oculto,
#enviarreporte-f2-9.oculto,
#enviarreporte-f2.oculto,
#cuestionarioPicker.oculto,
#comentarioBox.oculto,
#especiePicker.oculto{
    left: 100vw;
}

#especiePicker h3{
    padding: 0.8rem 0;
    text-align: center;
    color: #00c1a5;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 1.2rem;
}
#especiePicker .opciones{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-bottom: 4rem;
}
#especiePicker .opcion{
    cursor: pointer;
    flex: 0 0 50%;
    padding-bottom: 10px;
    max-width: 300px;
}
#especiePicker .opcion:nth-child(odd){
    padding-right: 5px;
}
#especiePicker .opcion:nth-child(even){
    padding-left: 5px;
}
#especiePicker .inner{
    /* border: solid 1px #666666; */
    border-radius: 3px;
    background: white;
    /* box-shadow: 0 0 5px #ebebeb; */
}
#especiePicker .imagen{
    padding-top: 100%;
    /* border: solid white 1px; */
}
#especiePicker .imgdiv{
    display: block;
    width: 90%;
    padding-top: 90%;
    margin-top: -95%;
    margin-left: 5%;
    background-position: center;
    background-size: cover;
    background-color: blue;
    /* border: solid white 2px; */
    /* border-bottom: initial; */
    border-radius: 4px;
}
#especiePicker .nombre{
    text-align: center;
    font-size: 1.2rem;
}
.estado{

}
.estado .estadoRadios{
    display: flex;
    /* margin: auto; */
    justify-content: center;
}

.estado .wrapper{
    display: inline-flex;
    background: #fff;
    height: 3.5rem;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    /* padding: 20px 15px; */
    /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
  }
  .estado   .wrapper .option{
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    /* border: 2px solid lightgrey; */
    transition: all 0.3s ease;
  }
  .estado   .wrapper .option .dot{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
  }
  .estado   .wrapper .option .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #00d99d;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .estado  input[type="radio"]{
    display: none;
  }
  .estado   #option-1:checked:checked ~ .option-1,
  .estado  #option-2:checked:checked ~ .option-2{
    border-color: #343434;
    background: #343434;
  }
  .estado   #option-1:checked:checked ~ .option-1 .dot,
  .estado  #option-2:checked:checked ~ .option-2 .dot{
    background: #fff;
  }
  .estado  #option-1:checked:checked ~ .option-1 .dot::before,
  .estado  #option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
  }
  .estado  .wrapper .option span{
    font-size: 20px;
    color: #808080;
  }
  .estado   #option-1:checked:checked ~ .option-1 span,
  .estado  #option-2:checked:checked ~ .option-2 span{
    color: #fff;
  }

  .mapa{

}
.mapa button.miposicion{
    cursor: pointer;
    /* border-radius: 4px; */
    /* width: 100%; */
    font-size: 1.2rem;
    padding: 0.1rem 0.3rem;
    border: none;
    /* border-bottom: 1px solid gray; */
    background: white;
    color: black;
    margin-left: 0.4rem;
    float: right;
}
.mapa button.miposicion .fa{
  margin-right: 0.3rem;
}
  #mapaJsHolder{
      height: 17rem;
      margin-left: -25px;
      margin-right: -25px;
  }

.comentarios {

}
.comentarios textarea{
    border-radius: 4px;
    width: 100%;
    font-size: 1rem;
    padding: 0.8rem;
    border: 1px solid gray;
    background: white;
    transition: color .5s, height .5s;
}
.comentarios textarea::placeholder{
    transition: color .5s, height .5s;
}
.comentarios textarea:placeholder-shown{
    text-align: center;
    height: 4rem;
    background-image: url(../images/icons/comment.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    text-indent: 1.4rem;
    line-height: 2rem;
}
.comentarios textarea:focus{
    height: initial;
    text-align: left;
}
.comentarios textarea:focus::placeholder{
    color:white;
}
.comentarios button{
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.8rem 0;
    border: 1px solid gray;
    background: white;
}
.comentarios .fa{
  font-size: 1.4rem;
  vertical-align: text-bottom;
  margin-right: 0.3rem;
}

#comentarioBox{
    position: fixed;
    top: 0vh;
    left: 0;
    background: #222222;
    transition: top .5s, opacity .5s;
    height: 100vh;
    overflow: auto;
    padding: 0.8rem 0;
}

#comentarioBox h3{
    padding: 0.8rem 0;
    text-align: center;
    color: #d7d7d7;
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1.2rem;
}

#comentarioBox textarea{
    margin: auto;
}

.imagenadjunta{}

.imagenadjunta label{
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.8rem
 0;
    border: 1px
 solid gray;
    background: white;
    color: black;
    text-align: center;
}
.imagenadjunta input{
    display: none;
}

.imagenadjunta .fa{
    font-size: 1.4rem;
    vertical-align: text-bottom;
    margin-right: 0.3rem;
}

.cuestionarios{}

.cuestionarios button{
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.8rem 0;
    border: 1px solid gray;
    background: white;
    color: black;
    text-align: center;
}
.cuestionarios input{
    display: none;
}

.cuestionarios .fa{
    font-size: 1.4rem;
    vertical-align: text-bottom;
    margin-right: 0.3rem;
}

.enviarreporte-f1{
    padding-bottom: 2rem;
    margin: auto;
}
.enviarreporte-f1 button{
    width: 100%;
    border-radius: 5px;
    background: #08a18b;
    border: none;
    color: white;
    padding: 0.6rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
}
.enviarreporte-f1 button:hover{
   background: #25d3ba;
}
.enviarreporte-f1 button span.sub{
    font-weight: 400;
    font-size: 1rem;
    line-height: 0rem;
}
#enviarreporte-f3,
#enviarreporte-f2,
#enviarreporte-f2-9,
#cuestionarioPicker,
#modal-faltanstep1{
    position: fixed;
    top: 0vh;
    left: 0vw;
    background: #e5e5e5;
    transition: top .3s, left .3s, opacity .3s;
    height: -webkit-fill-available;
    height: 100%;
    /* overflow: hidden auto; */
    color: #ffffff;
    /* padding: 0; */
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
#cuestionarioPicker .texto{
    color: black;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
#enviarreporte-f2 h3,
#cuestionarioPicker h3{
    padding: 0.8rem 0;
    text-align: center;
    color: #00c1a5;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 1.2rem;
}
#cuestionarioPicker label{
    color: black;
    display: block;
    margin-bottom: 0.8rem;
    text-transform: lowercase;
}
#cuestionarioPicker input{
    color: white;
    margin: 0 0.8rem;
}
.botonverde{
    width: 80%;
    border-radius: 5px;
    background: #08a18b;
    border: none;
    color: white;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
    margin: auto;
    display: block;
    /* position: absolute; */
    /* bottom: 2rem; */
}
.botonverde:hover{
    background: #25d3ba;
}
.textoverde{
    color: #00d99d;
}
.textonaranjo{
    color: orange; 
}
.textonaranjo span{
  color: orange;
}
#cuestionarioPicker .pregunta{
    margin-bottom: 2rem;
}
#cuestionarioPicker .row{
  /* margin: 0; */
}
.reportef2-upper,
#cuestionarioPicker .cuestionario-upper{
    margin-left: -15px;
    margin-right: -15px;
    flex: 1 1 100%;
    overflow: hidden auto;
    background: white;
}
.reportef2-lower,
#cuestionarioPicker .cuestionario-lower{
    flex: 0 0 6rem;
    display: flex;
}
#cuestionarioPicker .cuestionario-lower button{

}

.lockscrolls{
    overflow: hidden;
}

.lockscrolls .intro,
.lockscrolls .especie,
.lockscrolls .estado,
.lockscrolls .mapa,
.lockscrolls .comentarios,
.lockscrolls .imagenadjunta,
.lockscrolls .cuestionarios,
.lockscrolls .enviarreporte-f1{
    pointer-events: none;
}


#enviarreporte-f2 input{
  border-radius: 4px;
    width: 100%;
    font-size: 1rem;
    padding: 0.8rem;
    border: 1px solid gray;
    background: white;
    transition: color .5s, height .5s;
}

.ctxbtncerrar{
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    color: gray;
    border: 1px solid #e5e5e5;
    border-radius: 86px;
    text-align: center;
}
.transparentbg{
    background: black;
    opacity: .8;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#enviarreporte-f3{
    background: initial;
}
#enviarreporte-f3 .cajaverdeok{
    background-color: #08a18b;
    text-align: center;
    color: white;
    margin: auto;
    z-index: 1;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
}
#enviarreporte-f3 .circuloverdeok{
    background: #22d1b8;
    width: 3rem;
    height: 3rem;
    margin: -2.5rem auto .6rem auto;
    display: flex;
    border-radius: 50px;
}
#enviarreporte-f3 .fa{
    margin: auto;
    font-size: 1.6rem;
}
#enviarreporte-f3 .sub{
    font-size: 1rem;
    font-weight: 500;
}

#enviarreporte-f2-9{
    background: initial;
}
#enviarreporte-f2-9 .cajaverdeok{
    background-color: #08a18b;
    text-align: center;
    color: white;
    margin: auto;
    z-index: 1;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
}
#enviarreporte-f2-9 .circuloverdeok{
    background: #22d1b8;
    width: 3rem;
    height: 3rem;
    margin: -2.5rem auto .6rem auto;
    display: flex;
    border-radius: 50px;
}
#enviarreporte-f2-9 .fa{
    margin: auto;
    font-size: 1.6rem;
}
#enviarreporte-f2-9 .sub{
    font-size: 1rem;
    font-weight: 500;
}


#modal-faltacontacto{
  /* width: 50px; */
  /* top: 0; */
  bottom: 50%;
  position: fixed;
  pointer-events: none;
}
.cajagrisnok{
    background-color: #f3f3f3;
    text-align: center;
    color: #000000;
    margin: auto;
    z-index: 1;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 500;
    max-width: 250px;
    top: 60px;
}
.circulogrisnok{
    background: #ffffff;
    width: 3rem;
    height: 3rem;
    margin: -2.5rem auto .6rem auto;
    display: flex;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
}
.cajagrisnok .fa{
    margin: auto;
    font-size: 1.6rem;
    color: orange;
}
.cajagrisnok .sub{
    font-size: 1rem;
    font-weight: 500;
}
#modal-faltanstep1{
  pointer-events: none;
  background: initial;
}
#faltanstep1{
  /* padding-left:25px; */
  /* display: flex; */
  /* flex-direction: column; */
}
#modal-faltanstep1 .transparentbg{
  opacity: .8;
}
#modal-faltanstep1 .listafaltantes{
    margin-top: 15px;
}
#modal-faltanstep1 .listafaltantes .fa{
    color: #464646;
    font-size: 1rem;
}


#enviarreporte-f2-9 .meter-out{
    border: 1px solid #22d1b8;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    transition: width .2s, opacity 1s;
}
#enviarreporte-f2-9 .meter{
    width: 0%;
    height: 5px;
    background: white;
    transition: width .2s, opacity 1s;
}