@font-face {
  font-family: testfont;
  src: url('fonts/gobCL_Regular.otf') format('opentype');
}

@font-face {
  font-family: testfont;
  font-weight: bold;
  src: url('fonts/gobCL_Bold.otf') format('opentype');
}

.jumbotron {
  text-align: center;
}

.footer {
  background: #006bd5;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
}

.footer p a {
  color: #ffffff;
}

.footer p a:hover {
  color: #ffffff;
}

body {
  font-family: 'testfont', sans-serif;
}

.card-img-top {
  width: 100%;
  object-fit: cover;
}

.rojo {
  margin-left: 5px;
  color: #ff0000;
}

select.form-control {
  text-transform: uppercase;
}

footer {
  bottom: 0px;
  right: 0px;
  position: fixed;
}

.text-type {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.mensaje-declaracion {
  color: red;
  font-size: larger;
  margin: 9px;
}

.card-style-1 {
  width: 20rem;
  margin-top: 20px;
  background-color: #e1eef9;
}

.card-style-2 {
  width: 20rem;
  margin-top: 20px;
  background-color: #fde7e7;
}

.card-style-3 {
  width: 20rem;
  margin-top: 20px;
  background-color: lightgray;
}

.card-style-4 {
  width: 20rem;
  margin-top: 20px;
}

.p-50px {
  padding: 50px;
}

.w-100px {
  width: 100px;
}

.btn-style {
  border-radius: 0;
  padding: 7.5px;
}

.captcha {
  width: 0;
  opacity: 0;
}

.fs-17px {
  font-size: 17px;
}

.us-none {
  user-select: none;
}

.color-red {
  color: red;
}

.d-none {
  display: none;
}

.us-none {
  user-select: none;
}
