.container-fluid {
    position: relative;
    display: inline-block;
} 
.container-fluid img {
    display: block;
    width: 100%;
    height: auto;
}  
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
}

/*Nabvar*/
.profile-container {
    width: 100%;
}
.access-text {
    font-family: "IBM Plex Sans", system-ui;
    color: white;
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
}

/* Terminos y Condiciones */
.text-ter-con {
    font-family: "IBM Plex Sans", system-ui;
    color: black;
}
.subtitle-ter-con {
    font-family: "League Spartan", sans-serif;
    color: black;
}
@media (max-width: 575px) {
    /* Terminos y Condiciones */
    .text-ter-con {
        font-size: 16px;
    }
    .subtitle-ter-con {
        font-size: 20px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Terminos y Condiciones */
    .text-ter-con {
        font-size: 17px;
    }
    .subtitle-ter-con {
        font-size: 22px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    /* Terminos y Condiciones */
    .text-ter-con {
        font-size: 18px;
    }
    .subtitle-ter-con {
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    /* Terminos y Condiciones */
    .text-ter-con {
        font-size: 19px;
    }
    .subtitle-ter-con {
        font-size: 26px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    /* Terminos y Condiciones */
    .text-ter-con {
        font-size: 20px;
    }
    .subtitle-ter-con {
        font-size: 28px;
    }
}
@media (min-width: 1400px) {
    /* Terminos y Condiciones */
    .text-ter-con {
        font-size: 21px;
    }
    .subtitle-ter-con {
        font-size: 30px;
    }
}