:root {
  --black: #000000;
  --primary_1: #3366CC;
  --primary_2: #737373;
  --primary_3: #004884;
  --primary_4: #E6EFFD;
  --white: #FFFFFF;
  --radical-red: #F42F63;
  --shiraz: #A80521;
  --orange: #F3561F;
  --gold: #FFAB00;
  --elf-green: #068460;
}


a,
button,
input,
optgroup,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
span {
  font-family: 'Montserrat', sans-serif !important;
}



a .menu {
  color: var(--white) !important;
}

.img-icono {
  width: 15%;
}

.btn {
  border-radius: 35px;
  font-size: 1.0rem;
}

.btn-primary {
  background-color: var(--primary_1);
  border-color: var(--primary_1);
  padding: 1.5% 5%;
}

.border-secundary-blue {
  border-color: var(--primary_4);
}

.btn-primary:hover {
  background-color: var(--primary_3);
  border-color: var(--primary_3);
}

.bread-crumbs {
  background-color: var(--primary_4);
  padding: 1.5% 5%;
  border-radius: 5px;
}

.bread-crumbs-title {
  color: var(--primary_3);
  font-size: 20px;
  font-weight: 700;
}

.footer {
  background-color: var(--primary_1);
  padding: 1% 3%;
  color: var(--white);
}

.heaader-gov {
  background-color: var(--primary_1);
  padding: 0.5% 5%;
  display: flex;
  justify-content: space-between;
}

.header-sello {
  background-color: var(--white);
  padding: 1% 5%;
  display: flex;
  justify-content: space-between;
}

.card-header {
  padding: 2rem 1rem;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.icon-primary {
  color: var(--primary_3);
  height: 24px;
  width: 24px;
}

.icon-primary-disabled {
  color: var(--primary_4);
}

.form-control {
  border: 1px solid var(--primary_2) !important;
}

label {
  color: var(--primary_2);
  font-size: 20px;
  font-weight: 700;
}

.menu {
  background-color: var(--primary_4);
}

.table-th {
  background-color: var(--primary_4) !important;
  color: var(--primary_3) !important;
  text-align: center;
  font-size: 18px;
}

.table-td {
  color: var(--primary_2) !important;
  text-align: center;
  font-size: 15px;
}

.title-forms {
  color: var(--primary_3);
  font-size: 32px;
  font-weight: 700;
}

.title-menu {
  color: var(--primary_3);
  font-weight: 600;
}

hr {
  background-color: var(--primary_1);
  color: var(--primary_1);
  height: 5px;
  opacity: 1;
  margin: 0;
}

.nav-link {
  color: var(--primary_3);
  font-weight: 600;
}

.nav-item {
  width: 10%;
  text-align: center;
  padding: 0.5% 0%;
}

.nav-item:hover {
  background-color: var(--primary_3);
  color: var(--white);
}

.nav-item:hover .nav-link {
  color: var(--white);
}

::placeholder {
  color: var(--primary_1) !important;
}


/* Menu*/

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;
  font: 1em sans-serif !important;
}



.navbar {
  background-color: var(--primary_4);
  font-size: 15px;
  max-height: max-content;
  padding: 0;
  border-bottom: 2px solid var(--primary_3);
  height: 72px;
}

.nav-itemMenu {
  width: 100%;
  text-align: left;
  max-height: max-content;
  border: 0;
  margin: 20px;
  padding: 10px;
}

.nav-itemMenu:hover {
  background-color: var(--primary_3);
  color: var(--white) !important;
  border: 0;
  padding: 10px;
  margin: 20px;
  max-height: max-content;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--white) !important;
}

.dropdown-menu {
  background-color: var(--primary_4);
  color: var(--white);
  margin: 0;
  padding: 0;
}

.dropdown-menu :hover {
  background-color: var(--primary_4);
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.nav-link :hover {
  color: var(--white);
}
.navbar-collapse{
  justify-content: center;
  text-align: center;
}

/*Barra*/

.navLog {
  display: flex;
  background-color: var(--primary_1);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 50px;
}

.navLog1 {
  display: flex;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 119px;
}

.modal-body {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  margin: 0px 25px;

}

.modal-header {
  margin: 25px;

}

.modal-footer {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 25px;

}

.modal-content {
  width: auto;
  z-index: 100;
}

.profile a {
  text-decoration: none;
}

.profile ul {
  background-color: var(--white);
  color: var(--primary_2);
  text-align: center;
  padding: 10px;
}

.profile ul :hover {
  background-color: var(--white);
  color: var(--primary_1);
}

/* Imagen de home */
.imagen-fondo {
  position: relative;
  background-image: url('../img/img-fondo.png');
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 765px) {
  .imagen-fondo {
    display: none;
  }
}

/*Imagen de home responsive*/

.imagen_fondo_responsive {
  display: none;
}

@media (max-width: 700px) and (min-width: 280px) {
  .imagen_fondo_responsive {
    position: relative;
    background-image: url('../img/img_fondo_responsive.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
  }
}

.texto-centro {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 400px;
  width: 200px;
  font-size: 14px;
  text-align: center;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 75px;
  
}

@media (max-width: 2900px) and (min-width: 700px) {
  .texto-centro {
    top: 600px;
    width: 307px;
    font-size: 18px;
    text-align: center;
    margin-left: 28px;
    margin-right: 28px;
    margin-top: 75px;
  }
}






.texto-secundario {
  color: var(--primary_2);
  font-weight: 400;
  font-size: 0.8rem;
}

/* Botones del home */
.btn-line {
  border-right: 1px solid;
}

.btn-line:last-child {
  border-right: none;
}

.btn-outline-secondary {
  border: 1px solid var(--primary_2) !important;
}

.btn-secondary {
  background-color: transparent !important;
  border-color: var(--primary_1) !important;
  color: var(--primary_1) !important;
}

.btn-secondary:hover {
  background-color: var(--primary_1) !important;
  border-color: var(--primary_1) !important;
  color: var(--white) !important;
}


.color-primary {

  color: var(--primary_1) !important;
}

.border-primary {
  border: 1px solid var(--primary_1) !important;
}

.btn-custom {
  padding: 20px 5em;
  margin-right: 150px;
}


/* Estilos para card */
.cursor-pointer {
  cursor: pointer;
}

.large-text {
  font-size: 25px;
  margin-bottom: 8px;
}

.small-text {
  font-size: 15px;
}

/* Card Izquierda */

.card-left-custom {
  border-bottom-left-radius: 20px;
}

.rounded-bottom-left {
  border-bottom-left-radius: 100px;
  background-color: var(--primary_4);
  transition: background-color 0.3s;
  width: 200px;
  height: 180px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rounded-bottom-left:hover {
  background-color: var(--primary_3);
  color: var(--white);
}


.rounded-bottom-left:active {
  background-color: var(--primary_3) !important;
  color: var(--white);
}


/* Card Derecha */

.rounded-bottom-right {
  border-bottom-right-radius: 100px;
  background-color: var(--primary_4);
  transition: background-color 0.3s;
  width: 200px;
  height: 180px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rounded-bottom-right:hover {
  background-color: var(--primary_3);
  color: var(--white);
}

.rounded-bottom-right:active {
  background-color: var(--primary_3) !important;
  color: var(--white);
}


/* Card Central */

.rounded-bottom-center {
  background-color: var(--primary_4);
  transition: background-color 0.3s;
  width: 200px;
  height: 180px;
  margin: 0 0.60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rounded-bottom-center:hover {
  background-color: var(--primary_3);
  color: var(--white);
}

.rounded-bottom-center:active {
  background-color: var(--primary_3) !important;
  color: var(--white);
}

.hidden {
  display: none;
}


.profile ul {
  display: none;
  justify-content: space-around;
  background-color: var(--white);
  color: var(--primary_2);
  text-align: center;
  padding: 10px;
  min-width: max-content;



}

.profile ul :hover {
  background-color: var(--white);
}

.login-img {
  width: 100%;
  background-image: url('../img/login-ipv6.png');
  background-size: cover;
  background-position: center;
  border-radius: 10px;

}

@media (max-width: 1440px) and (min-width:1024px) {
  .login-img {
    margin-top: 100px;

  }
}

.solicitud-img {
  width: 100%;
  background-image: url('../img/solicitud-ipv6.png');
  background-size: cover;
  background-position: center;
  border-radius: 10px;

}

.reestablecer-img {
  width: 100%;
  background-image: url('../img/reestablecer-ipv6.png');
  background-size: cover;
  background-position: center;
  border-radius: 10px;

}

.logos-ministerio {
  display: none;
}

@media (max-width: 1200px) and (min-width:800px) {
  .logos-ministerio {
    margin-top: -120px;

  }
}

.logos-ministerio1 {
  width: 150px;
  opacity: 1;
  margin-bottom: 0.3rem;
  z-index: 1;
}

.logos-ministerio2 {
  width: 120px;
  opacity: 1;
  margin-bottom: 0.3rem;
  z-index: 1;
}

.opacidad {
  opacity: 90%;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 10px;
}

.img-logo {
  width: 60%;
  max-width: 400px;
}

.btn-primary-custom {
  background-color: var(--primary_1);
  border-color: var(--primary_1);
  padding: 0.5% 4%;
  height: 150%;
}

select {
  border-color: var(--primary_2) !important;
  color: var(--primary_2) !important;
}

.icon-edit {
  top: 378px;
  left: 882px;
  width: 157px;
  height: 157px;
  background: var(--primary_1) 0% 0% no-repeat padding-box;
  background: var(--primary_1) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.25%;
  border-radius: 50%;
  background-color: var(--primary_1);
  /* Color del fondo del círculo */
}

.circle span {
  color: var(--white);
  /* Color del icono */
}

.circle-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-modal {
  color: var(--primary_1);
  font-size: 40px;
  font-weight: 700;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  /* Fondo opaco */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  /* Asegura que esté sobre otros elementos */
  display: none;
  /* Inicialmente oculto */
}

.loading-container {
  text-align: center;
}

.align-left-label {
  text-align: left !important;
}

.panel {
  background: var(--white) 0% 0% no-repeat padding-box;
  border: 1px solid var(--primary_4);
  border-radius: 12px;
  opacity: 1;
}

.trazabilidad-panel {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.fase-title:hover {
  color: var(--white) !important;
  cursor: pointer;
}

.fase-body:hover {
  color: var(--white) !important;
  cursor: pointer;
}

.fase-seccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_4);
  padding: 15px;
  max-width: 190px;
  min-height: 150px;
}

.fase-seccion:hover {
  background-color: var(--primary_1) !important;
  color: var(--white) !important;
  cursor: pointer;
}


.separador-seccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 150px;
}

.separador-seccion hr {
  border: 1px solid var(--primary_4);
  opacity: 1;
  width: 100%;
}

.fase-seccion p {
  text-align: center;
}

#fase-1 {
  border-radius: 0px 0px 0px 65px;
}

#fase-3 {
  border-radius: 0px 0px 65px 0px;
}

.progress-container {
  width: 100%;
  position: relative;
  border: 1px solid var(--primary_2);
  border-radius: 20px;
  opacity: 1;
}

.progress-text {
  position: absolute;
  width: 100%;
  text-align: left;
  color: var(--primary_1);
  padding: 5px 15px;
}

.progress-bar {
  width: 0;
  height: 30px;
  background-color: var(--shiraz);
  text-align: center;
  line-height: 30px;
  background: var(--shiraz) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}

i {
  cursor: pointer;
}

.seccion-data {
  display: none;
}

.seccion-data.active {
  display: block;
}

label[class="error"] {
  color: red;
  font-size: 0.8rem;
}

.margin-sides-5rem {
  margin: 0.5rem;
  padding: 4rem;

}

@media (max-width: 480px) and (min-width:200px) {
  .margin-sides-5rem {
    padding: 0rem;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    background-color: var(--bs-light);
    z-index: 99;
  }
}

@media (max-width: 768px) {
  .text-danger {
      margin-top: 110px;
  }
}


/* Estilos para modal en moviles*/
@media (min-width: 576px) {
  .modal-responsive.modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-responsive.modal-dialog {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-responsive.modal-dialog {
    max-width: 1140px;
  }
}


/* oculta el iframe de previsualizacion de documentos en moviles*/
@media (max-width: 768px) {
  .iframe-responsive {
    display: none;
  }
}
