<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;}
.contenedormensaje {
  /* margin-top: 90px; */
  max-width: 900px;
  width: 90%;
  border-radius: 28px;
  border: 4.85714px solid #efefef;
  padding: 15px;
}

.mensaje1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  color: #0094a6;
  font-weight: 600;
  margin-bottom: 5px;
}

.mensaje2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  color: var(--dark);
  font-weight: 400;
  margin-bottom: 5px;
}

.mensaje3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: var(--gray);
  font-weight: 400;
  margin-bottom: 5px;
}

.botonazulgrande {
  background-color: #0094a6;
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 17px;
  padding-left: 17px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  border-style: solid;
  border-color: #0094a6;
  font-size: 25px;
  font-family: Montserrat, sans-serif;
}

.botonazul:hover, .botonazulgrande:hover, .botonazulnavegador:hover {
  color: #0094a6;
  background-color: white;
}
.iconosumar-resultadobusqueda {
  color: #0094a6;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 23px;
}

.tick20px {
  width: 20px;
  margin-right: 10px;
  padding-bottom: 7px;
}
.mensaje1verde {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  color: #439a76;
  font-weight: 600;
  margin-bottom: 5px;
}
.botonverdegrande {
  background-color: #439a76;
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 17px;
  padding-left: 17px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  border-style: solid;
  border-color: #439a76;
  font-size: 25px;
  font-family: Montserrat, sans-serif;
}
.botonverde:hover, .botonverdegrande:hover {
  color: #439a76;
  background-color: white;
}
.divboton {
  text-align: center;
  margin-top: 20px;
}
.mensaje1naranja {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  color: #ed8621;
  font-weight: 600;
  margin-bottom: 5px;
}
.mensaje2naranja {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  color: var(--dark);
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 15px;
}
.botonnaranjagrande {
  background-color: #ed8621;
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 17px;
  padding-left: 17px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  border-style: solid;
  border-color: #ed8621;
  font-size: 25px;
  font-family: Montserrat, sans-serif;
}
.botonnaranja:hover, .botonnaranjagrande:hover {
  color: #ed8621;
  background-color: white;
}
.botonazul {
  background-color: #0094a6;
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 17px;
  padding-left: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  border-style: solid;
  border-color: #0094a6;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}</pre></body></html>