.btn-xl {
    min-width: 200px;
    width: 100%;
    max-width: 200px;
}

.textos_azules p {
    color: #384b8d;
    font-weight: bold;
}

.textos_azules {
    color: #384b8d!important;
    font-weight: bold!important;
    font-size: 17px!important;
}

.textos_azules_normal {
    color: #30333d!important;
    font-weight: normal!important;
    font-size: 16px!important;
}

.fechas {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}


.font-weight-bold {
    font-weight: bold;
}

.font-weight-regular {
    font-weight: normal;
}

.border-left {
    border-left: 1px solid #384b8d;
}

.card_box_blue {
    background-color: #373949;
    padding: 3rem;
}

.card_box_gray {
    background-color: #4f5776;
    padding: 3rem;
}

.card_box_white {
    background-image: linear-gradient(to right, #d9d7d7, #e2e1e1, #ecebeb, #f5f5f5, #ffffff);
    padding: 1.5rem;
}

.gap-1rem {
    gap: 1rem;
}

.tags {
    display: flex;
    gap: 0.6rem;
}

span.tag {
    background: #373949;
    color: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    font-size: 12px;
}

a.textos_azules {
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

.card_box p {
    line-height: 1;
}

.card-asigna_2 {
    padding: 2rem 1rem;
}

.grid__template-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    padding: 1rem;
    align-items: center;
}

.form_field__2 {
    font-family: inherit;
    width: 50%;
    border: 0;
    border-bottom: 2px solid #fff;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    background: transparent;
    margin-bottom: .5rem;
    border-color: #fff;
    border-width: 1px;
    margin-top: .8rem;
    color: #fff;
}

.form_field__2::placeholder {
    color: #fff;
}

.search-toggle,
.search-cancel {
  display: block;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: inherit;
  color: #fff;
}

.search-input::placeholder {
  color: #fff;
}
.search-block {
  position: fixed;
  top: .9rem;
  right: 40%;
  display: flex;
  align-items: center;
  width: 0;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(84, 93, 125, .8);
  transition: all 0.5s ease-in-out;
}
.search-block.is-active {
  top: .9rem;
  right: 40%;
  width:60%;
}

.navbar-shrink .search-block {
  top: 0;
}

.navbar-shrink .search-block.is-active {
  top: 0;
}

.search-input {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #fff;
  background-color: rgba(84, 93, 125, .8);
}

.search-cancel {
    transform: rotate(180deg);
}


