body {
    margin-top: 20px;
    background: #F7f7f7;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.ancho {
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 0 auto; /* Centra el contenedor en pantallas grandes */
}
@media (max-width: 900px) {
    .ancho {
        width: 100%; /* Permite que el contenedor se ajuste en pantallas pequeñas */
    }
}


.account-block {
    padding: 0;
   /* background-image: url(https://institutocaldas.edu.co/wp-content/uploads/2023/07/img-head-admones.jpg);*/
    background-image: url(../imagenes/img-head-admones.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    background-color: #86847e;
    background-blend-mode: screen;
    background-position: center bottom 0;
}

.account-block .overlay {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.863);
}

.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    color: #ff9900 !important;
}

.btn-theme {
    background-color: #942990;
    border-color: #942990;
    color: #fff;
}

.btn-theme:hover {
    background-color: #ff3f47;
    border-color: #ff3f47;
    color: #fff;
}

.piedefotos {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border-radius: 8px;
}

.redes-sociales {
    list-style: none;
    /* Elimina los puntos de viñeta */
    padding: 10;
    /* Elimina el relleno predeterminado */
}

.redes-sociales li {
    display: inline-block;
    /* Muestra los elementos li en línea horizontalmente */
    margin-right: 20px;
    /* Ajusta el margen derecho según sea necesario */
}

select {
    padding: 16px 20px;
    border: none;
    border-radius: 10px;
    background-color: #f1f1f1;
}

.alert-info-datos {
    color: #444;
    background-color: #fcf9cf;
    border-color: #ccc;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: justify;
    float: left;
    width: 90%;
    //*text-align: center; /* Si quieres que el texto esté centrado */
}

.alert-info:hover {
    border-color: #ceab0f;
}

.headerinterno {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background-color: #942990;*/
    padding: 10px;
}
/*.headerinternoIndex {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #942990;
    padding: 10px;
}*/

.header-login a img {
    margin: auto;
    display: block;
}

.headerinterno-logo {
    flex-grow: 1;
    text-align: right;
}

.headerinterno-logo img {
    width: 130px;
}
.headerinterno-logoIndex img {
    width: 130px;
    filter: drop-shadow(2px 2px 2px rgba(50, 2, 50, 60));
    border: 10px solid rgb(8, 8, 8);
}

.headerinterno-item {
    flex-basis: 33%;
}

.headerinterno-item:first-child {
    text-align: left;
}

/*.headerinterno-item:last-child {
    text-align: center;
}*/
.spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

footer {
    background-color: #942990;
    color: #fff;
    font-size: .79em;
    text-align: center;
    padding: 1em .5em;
}

footer a {
    color: orange;
}

footer.footer-interno {
    background-color: #942990;
    color: #fff !important;
    font-size: .79em;
    text-align: center;
    padding: 1em .5em;
    position: relative;
    bottom: 0;
    width: 100%;
}

footer.footer-interno a {
    color: orange;
}
.barra-interna {
    background-color: #f2f2f2;
    text-align: right;
    padding: .25em;
    border-radius: .25em;
}

span.icobandera {
    font-size: 2em;
    background-color: orange;
    padding: .25em .5em;
    color: #fff;
    border-radius: 1em 0em 0 1em;
    /* bottom: -0.25em; */
    position: relative;
    z-index: 99;
    float: left;
}

.btn-general {
    background-color: #942990;
    padding: .5em 1em;
    color: #fff;
    appearance: none;
    border: #942990;
    border-radius: .25em;
    text-decoration:none
}
.btn-general:hover {
    background-color: #ff6829;
    color: #fff;
    appearance: none;
    border: #ff6829;
}
.content-btn {
    display: inline-flex;
    margin: 1em;
    gap: 20px; /* Ajusta este valor para el espacio entre los botones */
}
.uppercase {
    text-transform: uppercase;
}
.form-spacing {
    display: inline-block;
}

h2.titulo-login {
    color: #fff !important;
    text-align: center;
    background-color: #942990;
    width: 135%;
    margin-left: -14%;
    font-weight: normal;
    padding: 0.5em 0;
}
