
body {
    min-height: 100vh;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}

.banner {
    background: linear-gradient(100deg, #6a11fa, #40cffc);
    height: 310px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}


.banner-logo {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-top: -100px;
}

/* LOGIN */
.card-login {
    margin-top: -120px;
    width: 600px;
}

.btn-gradient {
    background: linear-gradient(100deg, #6a11fa, #40cffc);
    color: white;
    border: none;
    padding: 10px;
}

.btn-gradient:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-gradient:active {
    color: #fff!important;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: 30px;
}

.shadow {
  box-shadow: 0px 20px 70px rgba(45, 54, 173, 0.11)!important;
}

.rounded-circle {
  border-radius: 50% !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26) !important;
  border: 5px solid #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* PERFIL */
.perfil-timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 40px;
}

.perfil-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px;
}

.perfil-item::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 8px; 
    width: 4px;
    height: 92px;
    background-color: #d6e4f5a3;
    z-index: 0;
}

.perfil-item:last-child::after {
    display: none;
}

.circle {
    background-color: #2441e7;
    border-radius: 50%;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 10px
}

.circle::before {
    background-color: #fff0;
    border: 2px solid #2441e7;
    border-radius:50%;
    content: "";
    height: 18px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 18px;
    z-index: 1;
}


.perfil-label {
    font-weight: 600;
    font-size: 17px;
    color: #212121;
    margin-bottom: 2px;
}

.perfil-dato {
    color: #666;
    font-size: 16px;
}

/* MODAL DE ÉXITO */
.modal-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 60px 60px 60px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.23);
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.icono-check svg {
  width: 80px;
  height: 80px;
  stroke: #28a745;
}

.btn-cerrar {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 15px;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* BOTON  */

.custom-file-upload {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.file-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

   
.file-path {
    flex-grow: 1;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer; 
}

  
.btn-examinar {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff!important;
    background-image: linear-gradient(195deg, #ab47bc, #8e24aa);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: #ab47bc42 0rem 0.1875rem 0.1875rem 0rem, #ab47bcb2 0rem 0.1875rem 0.0625rem -0.125rem, #ab47bc21 0rem 0.0625rem 0.3125rem 0rem;
    transition: 0.6s ease;
}

.btn-examinar:hover {
    transform: scale(1.05);
    transition: 0.6s ease;
}

.btn-examinar:active {
    background-color: #004494;
    box-shadow: none;
}

/* Botón circular (móvil) */
.btn-circular {
    width: 50px !important; 
    height: 50px !important; 
    border-radius: 50% !important; 
    background-image: linear-gradient(195deg, #ab47bc, #8e24aa);
    box-shadow: #ab47bc42 0rem 0.1875rem 0.1875rem 0rem, #ab47bcb2 0rem 0.1875rem 0.0625rem -0.125rem, #ab47bc21 0rem 0.0625rem 0.3125rem 0rem;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px !important; 
    overflow: hidden; 
    position: relative;
    transition: 0.6s ease;
}

.btn-circular i {
    font-size: 22px; 
    max-width: 80%; 
    max-height: 80%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-circular:hover {
    transform: scale(1.05);
    transition: 0.6s ease;
}


.file-upload-container {
    display: flex;
    align-items: center;
    gap: 10px; 
    width: 100%;
    justify-content: flex-start;
}

.file-path {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #cccccc4d;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
.card-login {
  max-width: 100%;
}
}

@media (min-width: 480px) {
    .mobile-only {
        display: none; 
    }
}

@media (max-width: 480px) {
.card-login {
  padding-right: 0px;
  padding-left: 0px;
}
    
.banner {
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
}
    
.container {
  padding-right: 0px;
  padding-left: 0px;
}
    
.shadow {
  box-shadow: 0px 20px 70px rgba(45, 54, 173, 0) !important;
}
    
.card {
  border-top-left-radius: 0px;
  border-top-right-radius: 100px;
  padding: 10px 30px 30px 30px;
}
    
.banner-logo {
  max-width: 150px;
  margin-top: -120px;
}
    
.rounded-circle {
  margin-top: -44px;
  margin-bottom: -43px!important;
  z-index: 1;
  position: relative;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
    
.name {
  margin-top: 27px;
}
    
.perfil-timeline {
  padding-left: 10px!important;
  margin-top: 20px;
}
    
.modal-content {
  padding:0px 60px 30px 60px;
}
    
.btn-circular {
  display: flex;
}
    
.desktop-only label {
  display: none!important; 
}
    
.file-upload-container {
  flex-direction: row;
  justify-content: flex-start;
}

.file-path {
  flex-grow: 1; 
}

.btn-editar{
  display: none;
}
.btn-danger{
   display: none;    
}
    
}