/* ---------------------- generales ---------------------- */
/* ---------------------- generales ---------------------- */
/* ---------------------- generales ---------------------- */

body::-webkit-scrollbar {
  width: var(--scroll-size, 10px);
  height: var(--scroll-size, 10px);
}
body::-webkit-scrollbar-track {
  background-color: var(--scroll-track, transparent);
  border-radius: var(--scroll-track-radius, var(--scroll-radius));
}
body::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color, grey);
  background-image: var(--scroll-thumb, none);
  border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

:root {
  --var-color-footer: #535c6d;
  --scroll-size: 15px;
  --scroll-radius: 2px;
  --scroll-track: rgb(255 255 255 / 10%);
  --scroll-thumb: linear-gradient(
    45deg,
    var(--var-color-4),
    var(--var-color-5)
  );
}

.texto-centrado {
  text-align: center !important;
}

.texto-derecha {
  text-align: right !important;
}

p {
  text-align: justify;
}
:root {
  --var-color-1: #536275;
  --var-color-2: #5e1133;
  --var-color-3: #007297;
  --var-color-4: #c6341d;
  --var-color-5: #ffbf14;
}

.color-blanco {
  color: white;
}

.titulo {
  color: var(--var-color-4);
}

.modal-header {
  background-color: var(--var-color-3) !important;
  color: white !important;
}

.videolive {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.videolive iframe,
.videolive object,
.videolive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BIENVENIDO ASISTENCIA AUTOMATICA */
/* BIENVENIDO ASISTENCIA AUTOMATICA */
/* BIENVENIDO ASISTENCIA AUTOMATICA */

.fantasma {
  opacity: 0;
}

.bienvenido {
  font-weight: bolder;
  font-size: 6rem;
}

.bg-bienvenido {
  background-image: url(../img/parallax_1.png);
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}

.bienvenidohead {
  width: 100%;
}

.bienvenidofondo {
  background-color: #000000;
  width: 100%;
  height: 100%;
}

.bienvenidomodal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #146c43 !important;
  pointer-events: auto;
  background-color: #d1e7dd !important;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  border-color: #a3cfbb !important;
}

.bienvenidomodalerror {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #58151c !important;
  pointer-events: auto;
  background-color: #f8d7da !important;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  border-color: #f1aeb5 !important;
}

.bienvenidomodalduplicado {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #664d03 !important;
  pointer-events: auto;
  background-color: #fff3cd !important;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  border-color: #ffe69c !important;
}

/* BIENVENIDO ASISTENCIA AUTOMATICA */
/* BIENVENIDO ASISTENCIA AUTOMATICA */
/* BIENVENIDO ASISTENCIA AUTOMATICA */

/* PARALLAX */

main {
  position: relative;
  height: 28vh;
  width: 100vw;
  overflow: hidden;
}

.parallax {
  pointer-events: none;
}

.bg-img {
  position: absolute;
  object-fit: cover;
  width: 125%;
  z-index: 1;
  top: calc(-85%);
  left: calc(50% - 55%);
}

.par-2 {
  position: absolute;
  width: 22%;
  height: auto;
  z-index: 2;
  top: calc(50% - 25%);
  left: calc(40%);
}

.par-3 {
  position: absolute;
  width: 5%;
  height: auto;
  z-index: 3;
  top: calc(1%);
  right: calc(-30%);
}

.par-4 {
  position: absolute;
  width: 8%;
  height: auto;
  z-index: 4;
  top: calc(5%);
  left: calc(5%);
}

.par-5 {
  position: absolute;
  width: 120%;
  height: auto;
  z-index: 5;
  top: calc(-10%);
  left: calc(-6%);
}

.vignette {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 65%,
    rgba(255, 255, 255, 0.4)
  );
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .par-5 {
    visibility: hidden;
  }

  .par-2 {
    position: absolute;
    width: 55%;
    height: auto;
    z-index: 2;
    top: calc(25%);
    left: calc(25%);
  }

  .par-4 {
    visibility: hidden;
  }

  .bg-img {
    position: absolute;
    object-fit: cover;
    width: 125%;
    height: 125%;
    z-index: 1;
    top: calc(-10%);
    left: calc(50% - 55%);
  }
}

/* ---------------------- dashboard opciones ---------------------- */
/* ---------------------- dashboard opciones ---------------------- */
/* ---------------------- dashboard opciones ---------------------- */

.pagination {
  --bs-pagination-color: var(--var-color-4) !important;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-hover-color: var(--var-color-4) !important;
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--var-color-4) !important;
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(253, 109, 13, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--var-color-4) !important;
  --bs-pagination-active-border-color: var(--var-color-4) !important;
}

.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: var(--var-color-3) !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.table-administrador {
  --bs-table-color: white;
  --bs-table-bg: var(--var-color-3);
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.modal-descripcion {
  text-transform: lowercase;
}

.modal-descripcion p::first-letter {
  text-transform: capitalize;
}

.btn-descargar {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    var(--var-color-5) 0,
    var(--var-color-4) 100%
  );
  border: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    rgba(0, 0, 0, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: auto;
  justify-content: center;
  line-height: 0;
  list-style: none;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  font-size: small;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
}

.btn-descargar:focus {
  box-shadow: var(--var-color-5) 0 0 0 1.5px inset, rgba(0, 0, 0, 0.4) 0 2px 4px,
    rgba(0, 0, 0, 0.3) 0 7px 13px -3px, var(--var-color-5) 0 -3px 0 inset;
}

.btn-descargar:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 8px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    var(--var-color-5) 0 -3px 0 inset;
  transform: translateY(-2px);
  color: white !important;
}

.btn-descargar:active {
  box-shadow: var(--var-color-5) 0 3px 7px inset;
  transform: translateY(2px);
  color: white !important;
}

.btn-descargar .icon-descargar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-tile-group .input-container {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .revision1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid var(--var-color-5);
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.radio-tile-group .input-container .revision1 .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--var-color-5);
}

.radio-tile-group .input-container .revision1 .icon .colorrev1 {
  color: var(--var-color-5) !important;
  width: 2rem;
  height: 2rem;
}

.radio-tile-group .input-container .radio-button:checked + .revision1 {
  background-color: var(--var-color-5);
  border: 2px solid var(--var-color-5);
  color: white !important;
  transform: scale(1.1, 1.1);
}

.radio-tile-group
  .input-container
  .radio-button:checked
  + .revision1
  .icon
  .colorrev1 {
  color: white !important;
  background-color: var(--var-color-5);
}

.radio-tile-group
  .input-container
  .radio-button:checked
  + .revision1
  .radio-tile-label {
  color: white;
  background-color: var(--var-color-5);
}

.radio-tile-group .input-container .revision2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid green;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.radio-tile-group .input-container .revision2 .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: green;
}

.radio-tile-group .input-container .revision2 .icon .colorrev2 {
  color: green !important;
  width: 2rem;
  height: 2rem;
}

.radio-tile-group .input-container .radio-button:checked + .revision2 {
  background-color: green;
  border: 2px solid green;
  color: white !important;
  transform: scale(1.1, 1.1);
}

.radio-tile-group
  .input-container
  .radio-button:checked
  + .revision2
  .icon
  .colorrev2 {
  color: white !important;
  background-color: green;
}

.radio-tile-group
  .input-container
  .radio-button:checked
  + .revision2
  .radio-tile-label {
  color: white;
  background-color: green;
}

.radio-tile-group .input-container .revision3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid red;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.radio-tile-group .input-container .revision3 .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: red;
}

.radio-tile-group .input-container .revision3 .icon .colorrev3 {
  color: red !important;
  width: 2rem;
  height: 2rem;
}

.radio-tile-group .input-container .radio-button:checked + .revision3 {
  background-color: red;
  border: 2px solid red;
  color: white !important;
  transform: scale(1.1, 1.1);
}

.radio-tile-group
  .input-container
  .radio-button:checked
  + .revision3
  .icon
  .colorrev3 {
  color: white !important;
  background-color: red;
}

.radio-tile-group
  .input-container
  .radio-button:checked
  + .revision3
  .radio-tile-label {
  color: white;
  background-color: red;
}
/* ---------------------- inicio ---------------------- */
/* ---------------------- inicio ---------------------- */
/* ---------------------- inicio ---------------------- */

.cuadro-formulario {
  background-color: var(--var-color-1);
  padding: 20px;
  border-radius: 25px;
  color: white;
}

.img-eje {
  cursor: pointer !important;
}

/* ---------------------- talleres ---------------------- */
/* ---------------------- talleres ---------------------- */
/* ---------------------- talleres ---------------------- */

.card-talleres {
  padding: 12px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.iconbg-card {
  color: white;
  background-color: var(--var-color-3);
  padding: 1rem;
  border-radius: 50%;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: white !important;
  text-align: left;
  background-color: var(--var-color-4) !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

/* ---------------------- botones ---------------------- */
/* ---------------------- botones ---------------------- */
/* ---------------------- botones ---------------------- */

.btn-principal {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    var(--var-color-5) 0,
    var(--var-color-4) 100%
  );
  border: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    rgba(0, 0, 0, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
}

.btn-principal:focus {
  box-shadow: var(--var-color-5) 0 0 0 1.5px inset, rgba(0, 0, 0, 0.4) 0 2px 4px,
    rgba(0, 0, 0, 0.3) 0 7px 13px -3px, var(--var-color-5) 0 -3px 0 inset;
}

.btn-principal:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 8px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    var(--var-color-5) 0 -3px 0 inset;
  transform: translateY(-2px);
  color: white !important;
}

.btn-principal:active {
  box-shadow: var(--var-color-5) 0 3px 7px inset;
  transform: translateY(2px);
  color: white !important;
}

/* ---------------------- navegación ---------------------- */
/* ---------------------- navegación ---------------------- */
/* ---------------------- navegación ---------------------- */

.nav-admin {
  background-color: var(--var-color-1) !important;
}

.nav-color {
  background-color: var(--var-color-3) !important;
}
.img-responsive {
  width: 100% !important;
}

.full-responsive {
  margin-top: -2px;
  width: 100% !important;
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

.dropdown-menu {
  --bs-dropdown-link-color: rgba(255, 255, 255, 0.55) !important;
  background-color: var(--var-color-3) !important;
  --bs-dropdown-link-active-bg: var(--var-color-3) !important;
}

/* ---------------------- form signin ---------------------- */
/* ---------------------- form signin ---------------------- */
/* ---------------------- form signin ---------------------- */

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ---------------------- footer ---------------------- */
/* ---------------------- footer ---------------------- */
/* ---------------------- footer ---------------------- */

.footer {
  background-color: #535c6d;
}

.footer img {
  width: 250px;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  display: inline-flex;
  list-style: none;
  padding-left: 0 !important;
}

.wrapper .icon {
  color: #535c6d;
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1da1f2;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #cd201f;
  color: #ffffff;
}

/* ---------------------- header GOB ---------------------- */
/* ---------------------- header GOB ---------------------- */
/* ---------------------- header GOB ---------------------- */

.navigation-clean {
  background: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover,
.navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #ffffff;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #c8b9b9 !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

/* ---------------------- footer GOB ---------------------- */
/* ---------------------- footer GOB ---------------------- */
/* ---------------------- footer GOB ---------------------- */

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.sombreado:hover {
  opacity: 0.5;
}
.boton {
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive {
  max-width: 100%;
  opacity: 0.5;
}

.new1 {
  border-top: 1px solid red;
}

.separador {
  opacity: 0.68;
  /*filter: blur(0px);*/
  /*--bs-body-bg: #f10f0f;*/
  /*transform: perspective(0px);*/
  /*width: 696px;*/
  /*font-size: 23px;*/
  border: 10px inset var(--bs-red);
}

.tamañoimg {
  width: 450px;
  height: 250px;
}

.btn_color {
  background: linear-gradient(#d54747 2%, #9a034c 52%, #9a034c);
}
.nav_menu {
  min-height: 100vh;
  background: linear-gradient(#060b7b, #3b0f0f);
}

.plecafin-gob {
  object-fit: cover;
  object-position: center;
  height: 30px;
}
