@media (max-width: 399px) {
    .principal-container {
        padding-bottom: 8rem !important;
    }
}

@media (min-width: 400px) {
    .principal-container {
        padding-bottom: 7rem !important;
    }
}

body {
    background-image: url('/default/img/lines_back_circles-min.jpg');
    background-size: cover; /* Ajustar la imagen para cubrir todo el fondo */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */
    background-attachment: fixed; /* Fijar la imagen para que no se mueva con el scroll */
    font-family: 'Montserrat', sans-serif;
}

.btn-info {
    background-color: #273248;
    border-color: #273248;
    color: #fff;
}

.btn-info:hover {
    background-color: #636E84;
    border-color: #636E84;
    color: #fff;
    text-decoration: none;
}
.btn-light {
    background-color: #FA7643;
    border-color: #FA7643;
    color: #fff;
}

.btn-light:hover {
    background-color: #ffb27f;
    border-color: #ffb27f;
    color: #fff;
    text-decoration: none;
}

.font-montserrat, h1, h2, h3, h4, h5, h6, .btn, p {
    font-family: 'Montserrat', sans-serif;
}

.form-group {
    margin-top: 15px;
}

.nav-tabs {
    display: flex;
    justify-content: space-between;
}
.nav-tabs .nav-link-cst {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-item {
    flex: 1;
    text-align: center;
}
.nav-item img {
    max-width: 100px;
    width: 100%;
}

.nav-link-cst img {
    transition: transform 0.3s;
}
.nav-link-cst.active img,
.nav-link-cst:hover img {
    transform: scale(1.2); /* Escala la imagen al hacer hover */
}

.nav-link-cst {
    background-color: #E1CDB4 !important;
}

.nav-link-cst.active, .tab-pane {
    background-color: #FFEBD2 !important;
    border-color: #FFEBD2 !important;
}

.tab-pane {
    padding-top: 20px;
}

@media (max-width: 399px) {
    .nav-item img {
        max-width: 50px;
    }
}

@media (min-width: 400px) and (max-width: 576px) {
    .nav-item img {
        max-width: 80px;
    }
}

.list-group-item {
    border: none;
    text-align: center; /* Centra el contenido */
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.card,
.card-body,
.list-group-item {
    border: none;
}

#btn-back-to-bottom {
    position: fixed;
    bottom: 110px;
    right: 20px;
    background-color: rgba(250, 118, 67, 0.5);
    /* Red color with 50% opacity */
    border: none;
    border-radius: 50%;
    /* Makes the button circular */
    width: 50px;
    /* Button size */
    height: 50px;
    /* Button size */
    color: white;
    /* Icon color */
}

#btn-shop, #btn-create-profile {
    position: fixed;
    bottom: 110px;
    right: 20px;
    background-color: #FA7643;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
}

#btn-shop i {
    margin-left: -2px;
    margin-top: 7px;
}

#btn-create-profile i {
    margin-top: 7px;
}

#btn-back-to-bottom:hover {
    background-color: rgba(250, 118, 67, 0.8);
    /* Changes opacity on hover */
}

.btn-primary-cst {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 44px;
    outline: none;
    overflow: visible;
    padding: 10px 17px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}
.btn-primary-cst:before,
.btn-primary-cst:after {
    border-radius: 80px;
}
.btn-primary-cst:before {
    background-color: rgba(250, 118, 67, .80);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.btn-primary-cst:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ffb27f 0, #ff9461 100%);
    bottom: 3px;
    content: "";
    display: block;
    left: 3px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all 100ms ease-out;
    z-index: -1;
}
.btn-primary-cst:hover:not(:disabled):after {
    background-color: none;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}
.btn-primary-cst:active:not(:disabled) {
    color: #ccc;
}
.btn-primary-cst:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ffb27f 0, #ff9461 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}
.btn-primary-cst:disabled {
    cursor: default;
    opacity: .24;
}
.btn-secondary-cst {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 44px;
    outline: none;
    overflow: visible;
    padding: 10px 17px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}
.btn-secondary-cst:before,
.btn-secondary-cst:after {
    border-radius: 80px;
}
.btn-secondary-cst:before {
    background-color: rgba(175, 79, 65, .80);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.btn-secondary-cst:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #eb887d 0, #cd6d5f 100%);
    bottom: 3px;
    content: "";
    display: block;
    left: 3px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all 100ms ease-out;
    z-index: -1;
}
.btn-secondary-cst:hover:not(:disabled):after {
    background-color: none;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}
.btn-secondary-cst:active:not(:disabled) {
    color: #ccc;
}
.btn-secondary-cst:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ffb27f 0, #ff9461 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}
.btn-secondary-cst:disabled {
    cursor: default;
    opacity: .24;
}

/*.btn-disabled-cst {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 44px;
    outline: none;
    overflow: visible;
    padding: 10px 17px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}
.btn-disabled-cst:before,
.btn-disabled-cst:after {
    border-radius: 80px;
}
.btn-disabled-cst:before {
    background-color: rgba(156, 156, 156, 1.0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.btn-disabled-cst:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #999 0, #999 100%);
    bottom: 3px;
    content: "";
    display: block;
    left: 3px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all 100ms ease-out;
    z-index: -1;
}
.btn-disabled-cst:hover:not(:disabled):after {
    background-color: none;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}
.btn-disabled-cst:active:not(:disabled) {
    color: #ccc;
}
.btn-disabled-cst:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(156, 156, 156, 1.0), rgba(156, 156, 156, 1.0)), linear-gradient(92.83deg, #999 0, #999 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}
.btn-disabled-cst:disabled {
    cursor: default;
    opacity: .24;
}*/

.principal-image {
    width: 200px;          /* Ancho fijo */
    height: 200px;         /* Altura fija */
    object-fit: cover;     /* Ajusta la imagen para llenar el contenedor cuadrado */
    border-radius: 50%;    /* Hace que la imagen se vea circular */
    display: block;        /* Asegura que se comporte como un bloque */
    overflow: hidden;      /* Oculta cualquier parte de la imagen que desborde el contenedor */
    margin: 0 auto;        /* Centra la imagen horizontalmente en su contenedor padre */
}

@keyframes colorChange {
    0% { color: red; }
    25% { color: blue; }
    50% { color: green; }
    75% { color: yellow; }
    100% { color: red; }
}

.color-changing {
    animation: colorChange 3s infinite;
}