
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #7367f0; /* Cambia el color del botón */
    border: 2px solid #7367f0; /* Cambia el borde del botón */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #5c56c7; /* Color de fondo al pasar el mouse */
}

.input-group-text {
    background-color: #f8f9fa; /* Color similar al que se ve en tu imagen */
    border-color: #d1d3e2; /* Color del borde */
    color: #5a5c69; /* Color del texto "Seleccionar archivo" */
}

.form-control {
    border-color: #d1d3e2; /* Mismo borde que el input group */
    color: #858796; /* Color del texto de "Sin archivos seleccionados" */
}

#file-chosen {
    margin-top: 5px;
}

.left-section,
.right-section {
    flex: 1;
    /* padding: 20px; */
}

.center-section {
    text-align: center;
    padding: 20px;
    flex: 0.5;
}

/*
Antes de Jose Carlos 23/01
.saludo {

    text-align: right!important;
    margin-right: -108px!important;
*/ .saludo {
        /* margin-bottom: -13px; */
        text-align: right !important;
        margin-right: -108px !important;
        margin-bottom: -25px;
        margin-top: 25px;
}

.saludo img {
    /* width: 100%; */
    /* max-width: 37%; */
    max-width: 34%!important;
        padding-bottom: 10px !important;
}

.carousel {
    /* width: 100%;
    height: auto; */
    overflow: hidden;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    max-width: 800px!important;
    height: 100% !important;
}

.carousel img {
    width: 100%;
    height: auto;
}



.pie-pagina {
    margin-top: 10px;
}

.pie-pagina img {
    width: 100%;
    padding-bottom: 15px;
    /* max-width: 300px; */
}

.robot img {
    width: 150px;
    height: auto;
}

.login-form {
    margin-top: 20px;
}

.login-form {
    margin-top: 20px;
}

.input-container {
    display: flex;
    align-items: center;
    background-color: #eef6ff;
        border: 1px solid #eef6ff;
    border-radius: 20px;
    padding: 14px;
    margin: 10px 0;
    box-shadow: 7px 4px 10px rgba(0, 0, 0, 0.2);
    color: #0caa81;
    /* margin-bottom: 30px!important; */
}

.input-container img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.input-container input {
    border: none;
    background: none;
    outline: none;
    color: #0caa81!important;
    width: 100%;
    font-size: 16px;
}

.btn-login {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 20px;
    background-color: #9add70;
        color: #423ab9;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}

.btn-login:hover {
    background-color: #2c8c72;
}
/* Para pantallas pequeñas como en móviles */






.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9f9f9;
}

.form-container-apt-doc-crear {
    /* display: flex; */
    justify-content: space-between;
    padding: 20px;
    background-color: #f9fbfc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }
  
  .row-apt-doc-crear {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .column-apt-doc-crear {
    width: 48%;
  }

  .form-control-apt-doc-crear{
    height: 39px!important;
    margin-bottom: 0px!important;
    background-color: white!important;
  }
  .upload-apt-doc-crear {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* .upload-apt-doc-crear input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
  } */
  /* Cuando la pantalla sea pequeña (menos de 768px, por ejemplo) */
  /* and (min-width: 1390px) */




/* Asegura que el fondo cubra toda la pantalla sin scroll */
.page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;  /* Altura completa de la pantalla */
    padding: 0;
    overflow: hidden;   /* Evita el scroll */
}

/* Asegura que el contenedor del formulario se ajuste */
.authentication-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}

form.login-form {
    padding: 20px;
    max-width: 430px;  /* Asegura que el formulario no sea muy ancho */
    width: 100%;
}

button.btn-login {
    width: 100%;  /* Botón de login ocupa todo el ancho del formulario */
}




.carruselFotos-portada {
    /* border: 15px solid white; */
    height: 510px;
    border-radius: 60px;
}

.div-login {

    background-color: white;
    text-align: center;
    border-radius: 60px;
}

.container-portada-fondo {
    /* border-radius: 60px!important;height: auto;background: linear-gradient(90deg, #d5f4e0e0, #fefefe) */
    border-radius: 60px !important;
    height: auto;
    /* background: linear-gradient(90deg, #fefefe7a, #fefefe00); */
        background: linear-gradient(90deg, #fefefecc, #fefefe00); /*Navidad*/
    border: 2px solid white;
    /* margin-left: 40px; */
    padding-left: 40px;
    /* margin-right: 40px; */
    /* min-width: 510px; */
    margin: 50px;
}

.carousel-inner {
    position: relative;
    width: 95% !important;
    overflow: hidden;
}

/* .logo-frase {
    width: auto;
    min-width: 150px;
} */
 .logo-frase {
    width: auto;
    max-width: 350px !important;
}

@media (max-width: 576px) {
    .logo-frase {
        width: 190px !important;

    max-width: 350px !important;

    }
}
#fondo-portada::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(174 249 14 / 50%);
    pointer-events: none;
}