@font-face {
  font-family: "MyFont";
  src: url("bubble.ttf") format("truetype");
}
@font-face {
  font-family: "MyFontNumbers";
  src: url("numbers.otf");
}
.textoSimple {
  font-size: 18px !important;
  color: #7a7a7a !important;
  margin-top: -4px !important;
  text-align: center;
}
body {
  font-family: "MyFont";
}
input {
  font-family: Arial;
  font-size: 12.5px !important;
  margin-left: 15px !important;
}
.bordeForm {
  width: 80%;
  height: auto;
  margin: auto;
  /* border: 1px solid #7a7a7a;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px #7a7a7a; */
  padding: 20px;
  margin-bottom: 5px;
}
span {
  text-align: left !important;
}
.textoSimpleAbajo {
  font-size: 18px !important;
  color: #7a7a7a !important;
  margin-top: -2px !important;
  text-align: center;
}
.textoBold {
  font-family: "MyFontNumbers";
  font-size: 18px !important;
  font-weight: bolder !important;
  color: #7a7a7a !important;
  margin-top: 5px !important;
  text-align: center;
}
.mainForm {
  width: 60%;
}

.btnEnviar {
  width: 8em;
  height: auto;
}
.btnMenu {
  width: 12em;
  height: auto;
}
.btnChat {
  width: 20em;
  height: auto;
}
.imgHeader {
  width: 100%;
  height: auto;
}
.imgCheck {
  width: 10em;
  height: auto;
}
.tituloL1 {
  text-align: center;
  font-size: 20px !important;
}
.tituloL2 {
  text-align: center;
  font-size: 28px !important;
  margin-top: -17px !important;
}
.descripcion {
  text-align: center;
  font-size: 15px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #696969;
}
.zmdi {
  color: #76bc21;
  text-align: left !important;
  font-size: 25px !important;
  margin-left: 5px;
}
.resaltado {
  color: #76bc21 !important;
  font-weight: 300 !important;
}
.borde {
  border-radius: 25px;
  border: 2px solid black;
  padding-top: 1.8px;
  padding-bottom: 1.8px;
  margin-left: 3px;
  margin-right: 10px;
  width: 100%;
  height: auto;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 30px;
}

.left-inner-addon i {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  padding-left: 7px;
  pointer-events: none;
}
input[type="date"]:before {
  content: attr(placeholder) !important;
  color: black !important;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black !important;
}


.escogerLenguaje
{
  background-color: #efeff0 !important;
  color: #6f7073 !important;
}

.bandera
{
  width: 0.8em;
  height: auto;
}

a
{
  color: #6f7073 !important;
}
