﻿/* Global Styles */
:root {
    --bs-primary: #9c27b0;
}
body {
    color: #333;
    margin: 0;
    padding: 0;
    overflow: auto !important;
    font-family: 'Segoe UI', 'Poppins', sans-serif, 'Roboto';
    background-color: #ebebeb !important;
    background-image: url('/img/fondoSVG.svg');
   /* background-repeat: no-repeat;*/
    background-position: center;
   /* background-size: cover;*/
    
    position: relative;
    overflow-x: hidden;
}

   .orbitron-text {
        font-family: 'Orbitron', sans-serif;
    }


    .suffix {
        font-size: 0.8em;
        font-weight: normal;
    }

    .imagenlogo {
        width: 200px;
        height: 200px;
        border-radius: 10px;
    }

    .imagenCardTorneo {
        max-height: 150px;
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }

    .fotominiatura {
        height: 70px !important;
        width: 50px;
        border-radius: 10px;
    }

    .fotocarnet {
        height: 350px !important;
        width: 250px !important;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .fotodni {
        width: 100%;
        border-radius: 5px;
    }

    .divimagen {
        text-align: right !important;
    }


    .presentacion {
        font-size: 5.2rem;
        font-weight: 600;
        display: inline-block;
        position: relative;
    }

    .page-header {
        height: 60vh;
        width: 110vw;
        margin-left: -50px;
        margin-right: -50px;
        margin-top: -200px;
        overflow: hidden;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        background-repeat: repeat-x;
        background-size: auto;
        transform: translate3d(0px, 250px, 0px);
    }

    @media (max-width: 1024px) {
        .page-header {
        height: 65vh;
    }
        .imagenlogo {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-header-back {
        height: 30vh;
    }
    .page-header {
        height: 70vh;
    }
    .imagenlogo {
        width: 150px;
        height: 150px;
    }
    .presentacion {
        font-size: 3.6rem;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .page-header {
        height: 90vh;
    }
    .presentacion {
        font-size: 2.0rem;
        font-weight: 600;
    }
    .imagenlogo {
        width: 100px;
        height: 100px;
    }
    .contenedor {
        margin-left: 24px;
        margin-right: 24px;
    }
}


.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
    font-family: "Nunito", sans-serif;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 16px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    color: #34495e;
    margin-bottom: 10px;
}

.icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3498db;
    font-size: 24px;
    margin-bottom: 16px;
}

.content {
    margin: 20px 0;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
/*Todo lo anterior fue recomendado por Copilot*/

    .fondopreviewmesapartes {
        width: 110vw; /* 100% del ancho de la ventana */
        position: relative;
        left: 55%;
        transform: translateX(-50%);
    }

/*
.bodybackground {
    background-color: #f1f3ff;
}*/

.montserrat-font {
    font-family: 'Montserrat', sans-serif;
}
.loading-container {
    display: flex;
    justify-content: center;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column; /* Coloca los elementos en una columna */
    align-items: center; /* Centra los elementos horizontalmente */
    text-align: center; /* Asegura que el texto se centre */
    margin-top: -20px;
    transform: translate3d(0px, 44.3333px, 0px);
}



/*.loading-image {
    width: 100px;
    height: 100px;
}*/

.loading-image {
    width: 70vw;
}
.LogoEnTorneos {
    max-width: 10vw;
    max-height: 15vh;
}
.EditarLogo {
    max-height: 300px;
    max-width: 300px;
}
.centrado-img {
    display: flex;
    justify-content: center;
}

.filaseleccionada {
    background-color: goldenrod;
}

.espaciado {
    margin_top: 50px;
}

.fondooscuronet {
    background-image: url('../img/fondooscurosimple.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.fondooscuroaguas {
    background-image: url('../img/fondooscuroaguas.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.fondooscuromaster {
    background-image: url('../img/fondooscuromaster.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249,249,249);
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

    #loading-bar-spinner.spinner .spinner-icon {
        width: 40px;
        height: 40px;
        border: solid 4px transparent;
        border-top-color: #00C8B1 !important;
        border-left-color: #00C8B1 !important;
        border-radius: 50%;
    }

.icon-big {
    font-size: 3em;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sesion1 {
    background-color: #1ab394 !important;
    color: #FFFFFF;
}

.sesion2 {
    background-color: #23c6c8 !important;
    color: #FFFFFF;
}

.sesion3 {
    background-color: #f8ac59 !important;
    color: #FFFFFF;
}

.sesion4 {
    background-color: #E59866 !important;
    color: #FFFFFF;
}

.sesion5 {
    background-color: #5499C7 !important;
    color: #FFFFFF;
}

.sesion6 {
    background-color: #5499C7 !important;
    color: #FFFFFF;
}


.sesion7 {
    background-color: #e6a0a0 !important;
    color: #FFFFFF;
}

.sesion8 {
    background-color: #8776d0 !important;
    color: #FFFFFF;
}

.sesion9 {
    background-color: #5cc7f6 !important;
    color: #FFFFFF;
}

.sesion10 {
    background-color: #f680fb !important;
    color: #FFFFFF;
}

.tienemulta {
    background-color: #c6c6c6;
}

.YaEstaInscrito {
    color: #d4d8fb;
}

.YaEstaseleccionado {
    background-color: #dfd8fd !important;
}


.YaTieneTiempos {
    background-color: #fbe4d3 !important;
}

.espaciado {
    margin-bottom: 50px;
}

.nocumplemarca {
    color: red !important;
}

.tablaencabezadounderline {
    border-bottom: solid 0.15em black;
}

.badge-success {
    background-color: #28a745 !important;
}

.badge-warning {
    background-color: #e38c00 !important;
}

.badge-info {
    background-color: #17a2b8 !important;
}

.badge-danger {
    background-color: #dc3545 !important;
}

.btn {
    text-transform: none !important;
}

    .btn-danger, .btn-danger:hover, .btn-dark, .btn-dark:hover, .btn-info, .btn-info:hover, .btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover, .btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn.bg-gradient-danger, .btn.bg-gradient-danger:hover, .btn.bg-gradient-dark, .btn.bg-gradient-dark:hover, .btn.bg-gradient-info, .btn.bg-gradient-info:hover, .btn.bg-gradient-primary, .btn.bg-gradient-primary:hover, .btn.bg-gradient-secondary, .btn.bg-gradient-secondary:hover, .btn.bg-gradient-success, .btn.bg-gradient-success:hover, .btn.bg-gradient-warning, .btn.bg-gradient-warning:hover {
        color: #fff;
        
    }
.oscuro {
    /*background-image: linear-gradient(195deg, #42424a, #191919);*/
    background-color: var(--dt-background-color-container);
}
select.selectpicker {
    display: block !important;
}

.form-check input[type=checkbox], .form-check-radio input[type=radio] {
    opacity: 1;
    position: absolute;
    visibility: visible;
}

.mud-dialog-width-sm {
    border-radius: 10px;
}

.mud-paper {    
    background-color: rgb(255 255 255);
}
.sinborde {
    border-style: none;
}

.printDetails > div {
    display: inline-block;
}

.sidebar .sidebar-wrapper .nav .nav-link p {
    font-size: 15px;
}

.Imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.celdaColor {
    color: white !important;
    margin: auto;
}

.botontabla {
    padding: 0px !important;
}

.badge-ja {
    padding: 1em !important;
}

.texto-blanco {
    color: white;
}

.fondoceleste {
    background-color: #167299 !important;
}


.fondonaranja {
    background-color: #f5a044 !important;
}

.fondorojo {
    background-color: #ea3e46 !important;
}

.fondoverde {
    background-color: #28a745 !important;
}
​
.fondo-gradiente {
    background: linear-gradient(135deg, #42a5f5, #1e88e5);
    color: white;
}


.mud-drawer {
    background-color: #167299 !important;
}

.mud-appbar {
    background-color: #167299 !important;
}

.logoBarra {
    height: 5vh !important;
}

.imagen-horizontal {
    width: 300px;
    height: auto;
}

.imagen-vertical {
    height: 300px;
    width: auto;
}
.fotocarnet {
    height: 250px;
    width: 180px;
}
.search-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

.search-input {
    flex: 1;
    margin-left: 10px;
    padding: 5px;
    font-size: 1em;
    box-sizing: border-box;
}



/*Aquí estoy insertando css de un template login*/

@import url('https://fonts.googleapis.com/css?family=Poppins');

/* BASIC */

html {
    background-color: #f1f3ff;
}



/*para alinear el texto dentro de las cards*/
.card {
    line-height: 1.25rem;
    color: #000;
}
.small, .toast, .card, .alert {
    letter-spacing: 0.0178571429em;
    font-size: 0.875rem;
}

.display-5 {
    font-size: calc(1.575rem + 0.3vw);
    font-weight: 400;
    line-height: 1.2;
}

.text-card-descriptivo {
    display: flex;
    align-items: center;
    /*font-family: "gf_Open_Sans variant0", Tofu;*/
}

.cardhover:hover {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.3s ease;
}
    a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #39ace7;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    input[type=text]:placeholder {
        color: #cccccc;
    }



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

* {
    box-sizing: border-box;
}

.mud-paper {
    border-radius: 10px;
}
/*para el carrusel */
.imagencarrusel {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70vh;
    flex-direction: column;

    background-size: cover;       /* Adecúa el tamaño al contenedor, recortando si es necesario */
    background-position: center;  /* Centra la imagen vertical y horizontalmente */
    background-repeat: no-repeat; /* Evita que se repita en caso de imagen pequeña */
}


.noticia-larga {
    font-size: 1.2rem;
    color: white;
}



.full-screen-carousel {
    position: absolute;
    top: var(--mud-appbar-height);
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - var(--mud-appbar-height));
    transition: width 0.2s ease, left 0.2s ease;
}

.paddinggeneral {
    padding: 16px;
    margin: 2px;
}
.SVGs{
    color:white;
}


/* Pantallas pequeñas */

.imagennoticia {
    height: 450px;
    width: 450px;
    box-shadow: 14px 12px 10px 2px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background-size: cover; /* Ajusta el ancho manteniendo la proporción */
    background-position: center;
}
@media (max-width: 600px) {
    .paddinggeneral {
        padding: 8px;
    }
}
/* Pantallas medianas */

@media (min-width: 601px) and (max-width: 960px) {
    .paddinggeneral {
        padding: 12px;
    }
}
/* Pantallas grandes */

@media (min-width: 961px) and (max-width: 1280px) {
    .paddinggeneral {
        padding: 16px;
    }
}
/* Pantallas muy grandes */

@media (min-width: 1281px) {
    .paddinggeneral {
        padding: 20px;
    }
}


@media (max-width: 599px) {
    .responsive-container {
        width: 98vw;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    .responsive-container {
        width: 90vw;
    }
}

@media (min-width: 1200px) {
    .responsive-container {
        width: 80vw;
    }
}


.mud-container-fixed {
    max-width:98vw;
}

.redondeado{
    border-radius:10px;
}



.aligned-text-card-descriptivo {
    margin-left: 50px; /* Ajusta este valor según lo necesites */
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 1s infinite;
}


/*publicación de facebook*/
.fb-container {
    height: 100vh; /* 100% del viewport height */
    min-height: 100vh;
    width: 100%;
}

.fb-page,
.fb-page span,
.fb-page iframe {
    height: 100% !important;
    min-height: 100vh !important;
    width: 100% !important;
}

/*publicació de facebook*/

/*Loading gif al inicio*/

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    /* Ajustar el tamaño de la imagen de carga */
    #loading-overlay img {
        width: 100px; /* Ajusta según necesites */
        height: auto;
    }

/*Loading gif al inicio*/

/*Esto es para los enlaces visitados */
.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: rgb(255 156 236);
    background-color: rgb(50 121 141);
}

.nav-link {
    color: #f99be9;

}

/*botón que flota en la página*/
/* Ajuste para móviles y pc */

.fixed-button {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px;
    z-index: 800;
    pointer-events: auto;
}


@media (max-width: 768px) {

    .fixed-button {
        right: calc(env(safe-area-inset-right, 10px));
        bottom: calc(env(safe-area-inset-bottom, 20px));
    }

    .fixed-buttonquiero {
        right: calc(env(safe-area-inset-right, 10px));
        bottom: calc(env(safe-area-inset-bottom, 20px));
    }
}

.fixed-buttonquiero {
    position: fixed;
    top: auto;
    bottom: 100px;
    right: 20px;  Ajusta según necesites 
    z-index: 800;  Para asegurarte de que esté sobre otros elementos 
    pointer-events: auto;
}


/*tabla scroll*/
.mud-table-container {
   /* max-height: 650px;*/ /* Ajusta según necesites */
    overflow-y: auto;
}

table tr:hover {
    background-color: #e9e9e9; /* color base para todas las tablas */
}

table.oscuro tr:hover {
    background-color: #4a4a4a; /* versión más oscura solo para tablas con clase 'oscuro' */
}


/* Estilo para celulares en orientación vertical */
@media (max-width: 599px) and (orientation: portrait) {
    .mud-container--gutters {
        padding-left: 6px;
        padding-right: 6px;
    }
}


.miniatura img {
    width: 100%; /* Siempre ocupa el ancho del contenedor */
    height: 100%; /* Se expande verticalmente si es necesario */
    object-fit: cover; /* Recorta lo que no encaje en el contenedor, manteniendo proporciones */
    object-position: center; /* Centrado visual, tanto horizontal como vertical */
    border-radius: 4px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}



.miniatura.seleccionada img {
    transform: scale(1.05);
    border: 2px solid #1976d2;
}

.mud-carousel {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;

}

.borde-destacado {
    border: 2px solid #1976d2;
}
.borde-top10 {
    border: 2px solid #8e24aa; /* color temático diferente para Top10 */
}

.datos-personales {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; /* aumenta o disminuye según te guste */
}
.mud-card-custom {
    background: linear-gradient(to bottom right, #f5f7fa, #e4ecf7);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

    .mud-card-custom:hover {
        box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    }

.mud-table td {
    vertical-align: middle;
}

.mud-table .mud-icon {
    transition: transform 0.2s ease;
}

    .mud-table .mud-icon:hover {
        transform: scale(1.2);
    }

.full-width-table {
    width: 100% !important;
}

    .full-width-table .mud-table-container {
        width: 100% !important;
    }

    .full-width-table table {
        width: 100% !important;
        table-layout: fixed; /* Para distribución uniforme */
    }

    /*Body Fadein*/
.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}
body {
    animation: fadeInBody 1s ease-in-out;
}

@keyframes fadeInBody {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-link {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: #90caf9; /* azul claro al pasar el mouse */
    }


.navbar-derecha {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .d-md-flex {
        display: none !important;
    }

    .d-md-none {
        display: flex !important;
    }
}
.menu-movil .mud-popover {
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.nowrap-menu {
    white-space: nowrap;
    max-width: none;
}
.menu-movil-container {
    position: relative;
    display: inline-block;
}

.menu-movil-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 180px;
}
.premium-datepicker {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: var(--mud-palette-background);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .premium-datepicker:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

.botones-derecha {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.botones-centro {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.paper-alto-uniforme {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent; /* Asegura que el fondo no sea gris */
}

.paper-contenido {
   /* flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;*/
}

.rotating-card-container {
    perspective: 1000px;
    height: 500px;
    position: relative;
}

.card-rotate {
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

    .card-rotate .front,
    .card-rotate .back {
        height: 100%;
        position: absolute;
        width: 100%;
        backface-visibility: hidden;
        top: 0;
        left: 0;
    }

    .card-rotate .back {
        transform: rotateY(180deg);
    }

.card-background .card-body {
    position: relative;
    z-index: 2;
}

.card-background::before {
    z-index: 1;
}