/*  ESTILOS GENERALES DE TODO EL SISTEMA  */

:root {
    --azul: #007198;
    --verde: #7cb828;
    --naranja-oscuro: #ef803c;
    --naranja-claro: #f9b643;
    --morado: #a42b86;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /* font-size: 14px; */
    color: #000;
    margin: 0;
    padding: 0;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

td,
th {
    vertical-align: middle !important;
}

.cortar-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-azul {
    color: #007198;
}

.bg-azul {
    background-color: var(--azul);
}


.text-verde {
    color: var(--verde);
}

.bg-verde {
    background-color: var(--verde);
}

.text-naranja-oscuro {
    color: var(--naranja-oscuro);
}

.bg-naranja-oscuro {
    background-color: var(--naranja-oscuro);
}

.text-naranja-claro {
    color: var(--naranja-claro);
}

.bg-naranja-claro {
    background-color: var(--naranja-claro);
}

.text-morado {
    color: var(--morado);
}

.bg-morado {
    background-color: var(--morado);
}



.bg-personalizado {
    background: linear-gradient(133deg, rgba(0, 105, 150, 0.7511379551820728) 0%, rgba(124, 184, 40, 0.7455357142857143) 100%);
}

.card-personalizada {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px
}







.mc-calendar--modal {
    z-index: 1060;
}







.vaya-fondo {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    opacity: 0.5;
}




/* ----------------------------------------------------------------------------------------------- */


.intro-principal {
    position: absolute !important;
    top: 45% !important;
    left: 23% !important;
    transform: translate(-43%, -50%) !important;
    color: white !important;
    width: 39%;
    display: flex;
    flex-direction: column;
}

.caja-evento {
    background: white;
    transition: all 0.4s ease-out;
    /* margin: 16px 21px 43px 26px; */
    border-radius: 21px;
    padding: 0px;
    width: 320px;
    margin: 2% 2%;
    border: solid 1px lightgray;
    /* box-shadow: 2px 8px 16px 0px rgb(50 50 50 / 45%);padding: 0px; */
}

.caja-evento:hover {
    transform: translateY(-15px);
    box-shadow: 2px 8px 16px 0px rgb(50 50 50 / 45%);
    padding: 0px;
}


/* Redes sociales */

.social-icons {
    padding: 0;
    list-style: none;
    /* margin: 1em */
}

.social-icons li {
    display: inline-block;
    margin: .15em;
    position: relative;
    font-size: 1.2em
}

.social-icons i {
    color: #007198;
    position: absolute;
    top: 21px;
    left: 21px;
    transition: all 265ms ease-out
}

.social-icons a {
    display: inline-block
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    /* background: linear-gradient(45deg, #00B5F5, #002A8F); */
    background: white;
    transition: all 265ms ease-out
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #00B5F5;
    background: white;
    /* background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}


/* --------------------------------------------------------------------------------------------------------- */

/* BOTON */
.boton {
    background-color: #007198;
    color: white;
    transition: all 1s ease 0.1s;
}

.boton:hover {
    border: solid 2px var(--azul);
    transform: scale(1.15);
}

/*BOTON WPP*/
/* .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
} */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 20px;
    background-color: var(--verde);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
    box-shadow: 0px 0px 25px 10px rgb(124 184 40 / 50%);
    border: 1px solid white;
}

.float:hover {
    text-decoration: none;
    color: var(--color-verde);
    background-color: #fff;
}

.my-float {
    margin-top: 14px;
}



.float-participantes {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 88px;
    right: 20px;
    background-color: var(--azul);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 101;
    box-shadow: 0px 0px 25px 10px rgb(0 113 152 / 50%);
    border: 1px solid white;
}

.float-participantes:hover {
    text-decoration: none;
    color: var(--color-verde);
    background-color: #fff;
}

.my-float-participantes {
    margin-top: 14px;
}









/* ------------------------------------------------------------------------------------------------ */

/* Paginación tablas  */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007198;
    border-color: #007198;
}

.page-link {
    position: relative;
    display: block;
    color: #007198;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* --------------------------------------------------------------------- */


/* Calificación citas */
.rating .fa-star:hover {
    cursor: pointer;
    filter: drop-shadow(2px 2px 2px yellow);
}

/* ------------------------------------------------------------------------ */


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar-button:increment {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* _------------------------------------------------------------------------------------------------------------ */


/* Citas de las empresas */

.appointment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
    animation: fadeIn 0.3s ease-in-out;
}

.appointment-item:hover {
    background-color: #f8f9fa;
}

.appointment-item:last-child {
    border-bottom: none;
}

.appointment-info {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
}

.datetime-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.date-info,
.time-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #495057;
    font-size: 15px;
    font-weight: 500;
}

.icon {
    width: 18px;
    height: 18px;
    color: #6c757d;
}

.status-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    min-width: 100px;
}

.status-available {
    background-color: #6BBE44;
    color: white;
}

.status-unavailable {
    background-color: #E74C3C;
    color: white;
}

.reserve-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.reserve-btn:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.reserve-btn:active {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------------------------------------------------- */
            
