/**
  Use Adobe Color to get color paleth
  https://color.adobe.com/es/create/color-wheel
  Select Opcion Monocromatic
**/
/* $color-first:   #c71404; */ /* C */
/* $color-second:  #891405; */ /* B */
/* $color-third:   #2accce; */ /* A */
/* $color-fourth:  #038585; */ /* D */
/* $color-fifth:   #dc3545; */ /* E */
.primary-button {
  color: #fff;
  background-color: #034591;
}

.primary-button-link {
  color: #fff;
  background-color: #034591;
}

.primary-button-link:hover {
  color: #fff;
}

.second-button {
  color: #fff;
  background-color: #c71404;
}

.text-color-first {
  color: #034591;
}

.text-color-second {
  color: #c71404;
}

.text-color-third {
  color: #2187FC;
}

.bg-color-first {
  background-color: #034591;
}

.bg-color-second {
  background-color: #c71404;
}

.bg-color-third {
  background-color: #2187FC;
}

.brightness-50 {
  filter: brightness(0.5);
}

.for_ico_info {
  color: #034591;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.media_option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.media_option img {
  max-height: 30px;
  max-width: 50px;
}
.media_option img.img_show {
  max-height: 80px;
  max-width: 100px;
}
.media_option_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.media_option_info .option__title {
  font-weight: 600;
}

.radio-content {
  display: flex;
  justify-content: space-evenly;
  justify-items: center;
}

.input-radio {
  border: 2px solid red;
  padding: 10px;
  border-radius: 15px;
}

.bg-red-500 {
  background-color: crimson;
  color: white;
}

.field_group {
  display: flex;
  flex-direction: column;
}
