/*
@font-face {
    font-family: 'FSAlbertPro';
    src: url('https://saludenequilibriobd.com/assets/fuentes/FSAlbertPro-Regular.woff2') format('woff2'),
         url('https://saludenequilibriobd.com/assets/fuentes/FSAlbertPro-Regular.woff') format('woff'),
         url('https://saludenequilibriobd.com/assets/fuentes/FSAlbertPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'FSAlbertPro'!important;
}
    */

@font-face {
    font-family: 'FSAlbertPro';
    src: url('https://materiales.alicebd.com/assets/fuentes/FSAlbertPro-Regular.woff2') format('woff2'),
        url('https://materiales.alicebd.com/assets/fuentes/FSAlbertPro-Regular.woff') format('woff'),
        url('https://materiales.alicebd.com/assets/fuentes/FSAlbertPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


.modalTickets {
    --bs-modal-width: 70% !important;
}

.dedoAzul {
    background-color: #000847;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    color: white !important;
    width: 80%;
    height: 100%;

}

.pointer{
    cursor: pointer;
}

.accordion .card-header div {
    color: white !important;
    /* Color negro */
    transition: color 0.3s ease-in-out;
    font-weight: bold;
    font-size: 1.1rem !important;
}

.accordion .card-header div.expanded {
    color: white !important;
    /* Asegurar que se mantenga negro cuando se expanda */
    font-weight: bold;
}

.form-label {
    font-weight: bold;
}


.colorbotonazul{
    background-color: #000847;
    color: white;
}



.colorbotonazul:hover{
    background-color: #000847;
    color: white;
}


.colorbotonNaranja{
    background-color: #E43B46;
    color: white;
}


.colorbotonNaranja:hover{
    background-color: #E43B46;
    color: white;
}


.colorblancoletras {
    color: white !important;
}

a i:hover {
    cursor: pointer;
}



.fondoAzul {
    background-color: #000847 !important;
}







.color-producto {
    background-color: #C7C9CB !important;
}

.color-categoria {
    background-color: #D1D3D5 !important;
}

.color-portafolio {
    background-color: #dbdddf !important;
}

.color-region {
    background-color: #ebedf0 !important;
}


.color-producto-titulo {
    background-color: #45c6e9be !important;

}

.color-categoria-titulo {
    background-color: #1d74ffb4 !important;
}

.color-portafolio-titulo {
    background-color: #044ED7 !important;
}

.color-region-titulo {
    background-color: #060a3d80 !important;
    border-top-right-radius: 50px 50px !important;
    border-bottom-right-radius: 50px 50px !important;
}

.card .card-header {
    border-top-right-radius: 50px 50px !important;
    border-bottom-right-radius: 50px 50px !important;
}

.color-producto-tabla {
    background-color: #45c6e92d !important;
}

.color-categoria-tabla {
    background-color: #1d74ff2d !important;
}

.color-portafolio-tabla {
    background-color: #044ed780 !important;
}

.color-region-tabla {
    background-color: #060a3d2d !important;
}


td a i {
    font-size: 25px;
    text-align: center;
}

.header-container {
    background: radial-gradient(circle, #004DDC 0%, #000847 100%);
}

.logoBD {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 5px;
    border-radius: 0px 100px 100px 0px;
    background-color: #044ED7;
}

.logoBD img {
    max-width: 50px;
    padding-left: 5px;
}

.degradadoAlice {
    transition: all 1s ease;
    background: radial-gradient(circle, #004DDC 0%, #000847 100%);
}

.degradadoAlice:hover {
    background: radial-gradient(circle, #004DDC 15%, #000847 100%);
}



.degradadoAliceBlanco {
    transition: all 1s ease;
    background: radial-gradient(circle, #ffffff 0%, #ffffff 100%);
}

.degradadoAliceBlanco:hover {
    background: radial-gradient(circle, #ffffff 15%, #ffffff 100%);
}

.headerRA {
    aspect-ratio: 21 / 5;
}

.imagenesRegion {
    max-width: 150px;
    transition: all 1s ease;
}

.imagenesRegion:hover {
    transform: scale(1.2);
}


.imagenCarta {
    width: 100%;
    /* La imagen toma el ancho completo del contenedor */
    height: auto;
    /* Altura automática */
    aspect-ratio: 3 / 4;
    /* Relación de aspecto 4:3 */
    object-fit: cover;
    /* Ajusta la imagen sin distorsión, recortando si es necesario */
}



.imagenCartaFullAltura {
    width: 100%;
    /* La imagen toma el ancho completo del contenedor */
    height: auto;
    /* Altura automática */
    aspect-ratio: 3 / 4;
    /* Relación de aspecto 4:3 */
    object-fit: cover;
    /* Ajusta la imagen sin distorsión, recortando si es necesario */
}

@media (orientation: landscape) {
    .imagenCarta {
        max-width: 182px;
        max-height: 262px;
        aspect-ratio: 3 / 4;
        /* Mantiene la relación de aspecto 4:3 */
        object-fit: cover;
    }



    .imagenCartaFullAltura {
        max-width: 405px;
        aspect-ratio: 3 / 4;
        /* Mantiene la relación de aspecto 4:3 */
        object-fit: cover;
    }
}


.tarjetaMaterial {
    transition: all 0.5s ease;
}

.tarjetaMaterial:hover {
    transform: scale(1.05);
    z-index: 1000;
}

.fotoPerfilG {
    width: 100%;
    height: auto;
    max-width: 350px;
    padding: 2.5%;
}

.btn-secondary {
    color: #fff !important;
    background-color: #FF6E00;
    border-color: #FF6E00;
    box-shadow: 0 10px 20px -10px rgba(225, 110, 0, 1);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff !important;
    background-color: #FF6E00 !important;
    box-shadow: none;
    border-color: #FF6E00 !important;
}

.btnNaranja{
    background-color: #FF6E00 !important;
    color:white
}



.btnNaranja:hover{
    background-color: #FF6E00 !important;
    color:white
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    color: #060A3D;
    font-family: 'FSAlbertPro';
}

.textoNaranjaBD {
    color: #FF6E00;
}

.header-container {
    background-color: #060A3D;
}

.centrarVH {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

/* Contenedor de las tarjetas */
.tarjetaPaises {
    padding: 20px;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 24px;
    width: 300px;
    max-width: 500px;
    /* Tamaño uniforme de las tarjetas */
    height: 320px;
    /* Altura fija para todas las tarjetas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombra ligera */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin: 15px;
    /* Espacio entre tarjetas */
}

/* Hover para cambiar el color */
.tarjetaPaises:hover {
    background-color: #060A3D;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Intensifica la sombra */
    transform: scale(1.1);
}

.tarjetaPaises:hover h2 {
    font-weight: bold;
    color: white;
}

.fondoazulito {
    background-color: aqua;
}

/* Estilo de las imágenes */
.tarjetaPaises img {
    max-width: 100%;
    /* Se ajusta al ancho de la tarjeta */
    max-height: 100%;
    /* No excede la altura del contenedor */
    object-fit: contain;
    /* Mantiene proporciones sin recortar */
    border-radius: 12px;
    /* Bordes redondeados */
}

.fa-turn-up {
    color: #00AF95;
}

.fa-trash-can {
    color: red;
}

.letrasnegras {
    color: black !important;
}

.letrasblancas {
    color: black !important;
}

.fa-pen-to-square {
    color: blue;
}


/* From Uiverse.io by vishnupprajapat */
.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098a9;
    transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506eec;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #506eec;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
    background: #506eec;
    border-color: #506eec;
    animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.cbx {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    /* Espacio entre el checkbox y el texto */
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
}

.cbx span {
    display: inline-flex;
    align-items: center;
}

.cbx {
    min-width: 120px;
    /* Ajusta según el tamaño mínimo que necesites */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cbx {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cbx {
    display: flex;
    align-items: flex-start;
    /* Asegura que los elementos se alineen en la parte superior */
    gap: 8px;
    /* Espacio entre el checkbox (svg) y el texto */
    flex-wrap: wrap;
    /* Permite que el texto haga salto de línea */
    max-width: 100%;
    /* Evita que el contenido se expanda demasiado */
}

.cbx span {
    display: inline-block;
    word-break: break-word;
    /* Permite que las palabras se dividan si es necesario */
    white-space: normal;
    /* Permite el salto de línea natural */
}


@media (max-width: 600px) {
    .cbx {
        display: flex;
        flex-wrap: nowrap;
    }
}




@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}




@media (max-width: 767px) {
    .tarjetaPaises {
        width: 100px;
        height: 160px;
    }

    .tarjetaPaises h2 {
        font-size: 15px;
    }

}