.headerNumEmergencia {
  text-align: center;
  color: #df77a4;
  border-radius: 20px;
  border: 1px solid #df77a4;
  margin-top: 10px;
  font-size: 10px;
  font-family: Montserrat, sans-serif;
  width: 305px !important;;
  margin-left: 25%;
}

.moverLogo {
  margin-right: 100%;
}

/*Bajar la barra de menu cuando la pantalla sea hasta 766px*/

@media only screen and (max-width: 766px) {
  #sp-header {
    height: 185px !important;
  }
  .moverLogo {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 1199px) {
  .headerNumEmergencia {
    margin-left: 20%;
    width: 305px !important;
  }
}

@media only screen and (max-width: 990px) {
  .headerNumEmergencia {
    margin-left: 11%;
    width: 305px !important;
  }
}

@media only screen and (max-width: 766px) {
  .headerNumEmergencia {
    margin-left: 29%;
    width: 305px !important;
  }
}

@media only screen and (max-width: 722px) {
  .headerNumEmergencia {
    /* margin-left: 28%; */
    margin:5px auto;
    width: 305px !important;
  }
}
