/* galaxy fold 280X653 */
@media only screen and (max-width:250px)  {

  .vigilante{
    display: none;
    content: url('../assets/guardacompleto.png');
  }

}

/* smartphones, iPhone, portrait 480x320 phones */
@media only screen and (min-width:310px)  {

  #map{
    height: 600px !important;
    max-height: 600px;
    min-height: 600px;
  }

  .fullsize{
    height: 80%;
    overflow-y: hidden;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 97% !important;
    height: 36% !important;
    right: 1%;
    top: 26%;
    z-index: 100;
  }

  #conjuntoLabel, #empleadosLabel, .span-content{
    font-size: 10px;
  }
  .bottom-dialog{
    text-align: justify;
    top: 5px;
    right: 0px;
    width: 98%;
    margin-right: 1%;
    height: 25%;
    font-size: 12px;
    z-index: 1;
    padding: 15px;
  }

  .dialog_yellow_content{
    font-size: 12px;
  }

  .bottom-dialog-white{
    bottom: 16%;
    left: 0px;
    width: 98%;
    height: 15%;
    padding: 8px;
    text-align: center;
    font-size: 11px;
    z-index: 1;
  }

  .bottom-dialog-yellow{
    bottom: 0.5%;
    left: 0px;
    width: 98%;
    height: 15%;
    padding: 8px;
    text-align: center;
    font-size: 11px;
    z-index: 1;
  }

  .vigilante{
    width: 0%;
    position: relative;
    float: left;
    margin-top: 32%;
    left: -35px;
    content: url('../assets/guardaprincipal.png');

  }

  .over_map_mobile {
    margin-top: 0%;
    display: block;
  }

  .alert_success{
    display: none;
    padding: 8px;
    width: 85%;
    height: auto;
    top: 10%;
    left: 5%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5 {
    font-size: 14px;
  }

  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;

  }
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media only screen and (min-width:480px)  {

  #map{
    height: 600px !important;
    max-height: 600px;
    min-height: 600px;
  }

  .fullsize{
    height: 80%;
    overflow-y: hidden;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 97% !important;
    height: 40% !important;
    right: 1%;
    top: 5%;
    z-index: 100;
  }
  #conjuntoLabel{
    font-size: 12px;
  }

  .bottom-dialog{
    text-align: justify;
    top: 0.5%;
    right: 0px;
    width: 100%;
    height: 20%;
    padding: 15px;
    font-size: 15px;
    z-index: 1;
  }

  .over_map_mobile {
    margin-top: 19%;

  }

  .bottom-dialog-white{
    bottom: 16.5%;
    width: 95%;
    height: 15%;
    left: 16px;
    padding: 16px;
    text-align: center;
    font-size: 1rem;
  }

  .bottom-dialog-yellow{
    bottom: 0.5%;
    width: 95%;
    height: 15%;
    left: 16px;
    padding: 11px;
    text-align: center;
    ffont-size: 1rem;
  }

  .dialog_yellow_content{
    font-size: 11px;
  }

  .vigilante{
    width: auto;
    height: 0px;
    position: relative;
    float: left;
    left: 0px;
    bottom: 90px;
    content: url(../assets/guardacompleto.png);
  }
  .over_map_mobile {
    margin-top: 36%;
    display: block;
  }

  .alert_success{
    display: none;
    padding: 16px;
    width: 70%;
    height: 25%;
    top: 20%;
    left: 15%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }



}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media only screen and (min-width:641px)  {

  #map{
    height: 600px !important;
    max-height: 600px;
    min-height: 600px;
  }
  .fullsize{
    height: 80%;
    overflow-y: hidden;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 50% !important;
    height: 30% !important;
    right: 1%;
    top: 20%;
    z-index: 100;
  }

  #conjuntoLabel{
    font-size: 12px;
  }

  .bottom-dialog{
    text-align: justify;
    top: 0.5%;
    width: 98%;
    margin-left: 1%;
    height: 18%;
    font-size: 15px;
    z-index: 1;
  }

  .over_map_mobile {
    margin-top: 19%;

  }

  .bottom-dialog-white{
    bottom: 24%;
    width: 75%;
    height: 15%;
    left: 20%;
    padding: 11px;
    text-align: center;
    font-size: 1rem;
  }

  .bottom-dialog-yellow{
    bottom: 8.5%;
    width: 75%;
    height: 15%;
    left: 20%;
    padding: 11px;
    text-align: center;
    ffont-size: 1rem;
  }

  .dialog_yellow_content{
    font-size: 11px;
  }

  .dialog_yellow{
    height: 5%;
  }


  .vigilante{
    width: auto;
    height: 0px;
    position: relative;
    float: left;
    left: 0px;
    bottom: 90px;
    content: url('../assets/guardaprincipal.png');
  }

  .over_map_mobile {
    margin-top: -11%;
    height: 500px;
  }
  .over_map_mobile {
    display: block;
  }
  .alert_success{
    display: none;
    padding: 16px;
    width: 40%;
    height: 25%;
    top: 20%;
    left: 30%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;

  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }

}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width:993px)  {

  #map{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
  }

  .fullsize{
    height: 100%;
    overflow-y: hidden;
  }

  #conjuntoLabel{
    font-size: 12px;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 60% !important;
    height: 35% !important;
    right: 1%;
    top: 15%;

  }

  .bottom-dialog-white{
    bottom: 5px;
    left: 30%;
    width: 34%;
    height:25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog-yellow{
    bottom: 5px;
    left: 64.5%;
    width: 34%;
    height: 25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog{
    bottom: 50px;
    right: 0px;
    top:75%;
    width: 80%;
    height: 23%;
    padding: 22px;
    padding-left: 6%;
    font-size: 18px;
    z-index: 1;
  }

  .dialog_yellow_content{
    font-size: 11px;
  }

  .dialog_yellow{
    height: 5%;
  }

  .vigilante{
    width: 25%;
    height: auto;
    position: fixed;
    float: left;
    bottom: 0px;
    left: -30px;
    margin-top: -6%;
    content: url('../assets/guardaprincipal.png');
  }
  .over_map_mobile {
    margin-top: 14%;
    height: 0px;
  }
  .over_map_mobile {
    display: none;
  }


  .alert_success{
    display: none;
    padding: 16px;
    width: 40%;
    height: 25%;
    top: 15%;
    left: 20%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }

}

@media only screen and (min-width:1023px)  {
  #map{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
  }

  .fullsize{
    height: 100%;
    overflow-y: hidden;
  }

  #conjuntoLabel{
    font-size: 12px;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 55% !important;
    height: 35% !important;
    right: 1%;
    top: 15%;
  }

  .bottom-dialog-white{
    bottom: 5px;
    left: 30%;
    width: 34%;
    height:25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog-yellow{
    bottom: 5px;
    left: 64.5%;
    width: 34%;
    height: 25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog{
    bottom: 50px;
    right: 0px;
    top:75%;
    width: 80%;
    height: 23%;
    padding: 22px;
    padding-left: 8%;
    padding-right: 4%;
    font-size: 18px;
    z-index: 1;
  }

  .dialog_yellow_content{
    font-size: 11px;
  }

  .dialog_yellow{
    height: 5%;
  }

  .vigilante{
    width: 25%;
    height: auto;
    position: fixed;
    float: left;
    bottom: 0px;
    left: -30px;
    margin-top: -6%;
    content: url('../assets/guardaprincipal.png');
  }
  .over_map_mobile {
    margin-top: 14%;
    height: 0px;
  }
  .over_map_mobile {
    display: none;
  }

  .alert_success{
    display: none;
    padding: 16px;
    width: 40%;
    height: 25%;
    top: 15%;
    left: 20%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }

}


@media only screen and (min-width:1179px)  {
  #map{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
  }
  .fullsize{
    height: 100%;
    overflow-y: hidden;
  }

  #conjuntoLabel{
    font-size: 12px;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 50% !important;
    height: 35% !important;
    right: 1%;
    top: 15%;
  }

  .bottom-dialog-white{
    bottom: 5px;
    left: 27%;
    width: 34%;
    height:25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog-yellow{
    bottom: 5px;
    left: 61.5%;
    width: 34%;
    height: 25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }


  .bottom-dialog{
    bottom: 50px;
    right: 0px;
    top:75%;
    width: 80%;
    height: 25%;
    padding: 22px;
    font-size: 18px;
    z-index: 1;
    padding-left: 7%;
    padding-right: 4%;
  }

  .dialog_yellow_content{
    font-size: 11px;
  }

  .dialog_yellow{
    height: 5%;
  }

  .vigilante{
    width: 25%;
    height: auto;
    position: fixed;
    float: left;
    bottom: 0px;
    left: -30px;
    margin-top: -6%;
    content: url('../assets/guardaprincipal.png');
  }

  .over_map_mobile {
    margin-top: 14%;
    height: 0px;
  }
  .over_map_mobile {
    display: none;
  }

  .alert_success{
    display: none;
    padding: 16px;
    width: 40%;
    height: 25%;
    top: 15%;
    left: 20%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }
}


/* hi-res laptops and desktops */
@media only screen and (min-width:1317px) {

  #map{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
  }
  .fullsize{
    height: 100%;
    overflow-y: hidden;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 45% !important;
    height: 35% !important;
    right: 1%;
    top: 15%;
  }

  #conjuntoLabel{
    font-size: 12px;
  }

  .bottom-dialog-white{
    bottom: 5px;
    left: 27%;
    width: 34%;
    height:25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog-yellow{
    bottom: 5px;
    left: 61.5%;
    width: 34%;
    height: 25%;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
  }

  .bottom-dialog{
    bottom: 50px;
    right: 0px;
    top:75%;
    width: 80%;
    height: 25%;
    padding: 22px;
    padding-left: 6%;
    font-size: 18px;
    z-index: 1;
    padding-left: 6%;
    padding-right: 4%;
  }

  .dialog_yellow_content{
    font-size: 20px;
  }

  .dialog_yellow {
    height: 8%;
    padding: 6px;
  }


  .vigilante{
    width: 18%;
    height: auto;
    position: fixed;
    float: left;
    bottom: 0px;
    margin-top: -6%;
    content: url('../assets/guardaprincipal.png');
    margin-left: 30px;
  }

  .over_map_mobile {
    margin-top: 14%;
    height: 0px;
  }
  .over_map_mobile {
    display: none;
  }

  .alert_success{
    display: none;
    padding: 16px;
    width: 40%;
    height: 25%;
    top: 20%;
    left: 20%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }

  .font-size-info{
    font-size: 11px;
  }

  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }
}

@media only screen and (min-width:1590px) {
  #map{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
  }
  .fullsize{
    height: 100%;
    overflow-y: hidden;
  }

  .dialog_street_view{
    background-color: var(--background--bg-color);
    width: 38% !important;
    height: 30% !important;
    right: 1%;
    top: 10%;
  }

  #conjuntoLabel{
    font-size: 12px;
  }

  .bottom-dialog-white{
    bottom: 5px;
    left: 27%;
    width: 34%;
    height:25%;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
  }

  .bottom-dialog-yellow{
    bottom: 5px;
    left: 61.5%;
    width: 34%;
    height: 25%;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
  }

  .bottom-dialog{
    bottom: 50px;
    right: 0px;
    top:75%;
    width: 80%;
    height: 25%;
    padding: 22px;
    font-size: 18px;
    z-index: 1;
    padding-left: 8%;
    padding-right: 4%;
  }

  .dialog_yellow_content{
    font-size: 20px;
  }

  .dialog_yellow {
    height: 8%;
    padding: 6px;
  }

  .vigilante{
    width: 20%;
    height: auto;
    position: fixed;
    float: left;
    bottom: 0px;
    left: -30px;
    margin-top: -6%;
    content: url('../assets/guardaprincipal.png');
  }

  .over_map_mobile {
    margin-top: 14%;
    height: 0px;
  }
  .over_map_mobile {
    display: none;
  }
  .alert_success{
    display: none;
    padding: 16px;
    width: 40%;
    height: 15%;
    top: 20%;
    left: 20%;
    border-radius: 10px;
    border: var(--second-bg-color) solid 1px;
    background-color: var(--background--bg-color);
  }
  .alert_success h4{
    font-size: 16px;
  }
  .alert_success h5{
    font-size: 14px;
  }

  .font-size-info{
    font-size: 11px;
  }
  .alert_nogeo{
    width: 85%;
    padding: 5px;
    font-size: 1.1em;
  }
}
