﻿/*body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}*/

/*.contenido {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
     
    height: 100vh;
    margin: 0;
}
*/
h1 {
    text-align: center;
    color: #0056b3;
}

.options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.button {
    display: inline-block !important;
    padding: 15px 25px !important;
    background-color: #007bff !important;
    color: white !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    transition: background-color 0.3s !important;
}

    .button:hover {
        background-color: #0056b3 !important;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-group input, .form-group select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Agrega al final de tu archivo styles.css */
.hidden {
    display: none;
}

#result {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

#appointmentDetails p {
    margin: 5px 0;
}

.cancel-button {
    background-color: #dc3545 !important;
    margin-top: 20px !important;
}

    .cancel-button:hover {
        background-color: #c82333 !important;
    }




#nav {
    background-color: #559C52 !important;
    height: 40px;
}

.btn.planext1 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 15px;
    line-height: 1.25;
    border-radius: 0;
    border: 0 solid rgba(255,255,255,0.15);
    border-width: 0 1px 0 0;
    text-transform: none;
}


/* Asegurar que el dropdown se muestre por encima */
.dropdown-menu {
    z-index: 1050 !important;
}

/* Estilo para los botones dropdown del navbar */
.navbar .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-weight: bold;
    border-right: 1px solid rgba(204, 204, 204, 0.3);
}

.navbar .nav-link {
    color: white !important;
    font-weight: bold;
}

    .navbar .nav-link:hover {
        color: white !important;
    }

/* Borde activo o al hacer foco */
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:active,
.btn.dropdown-toggle.show {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #559C52 !important;
}

/* Menús específicos */
/*.conocenos-menu li a,
.oferta-menu li a,
.estu-menu li a,
.rol-menu li a {
    color: #559C52 !important;
}*/

  /*  .conocenos-menu li a:hover,
    .oferta-menu li a:hover,
    .estu-menu li a:hover,
    .rol-menu li a:hover {
        color: white !important;
        background-color: #559C52 !important;
    }

.inicio-menu {
    border-right: 1px solid rgba(204, 204, 204, 0.3);
}

*/

.navbar-toggler {
    background-color: white !important; /* fondo verde oscuro */
    border: 2px solid #559C52; /* borde verde más oscuro */
    border-radius: 4px; /* bordes redondeados */
}


    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler.show {
        outline: none !important;
        box-shadow: none !important;
    }


#fondoUat {
    padding: 4px 15px 6px 15px !important;
}

#Uatlogo {
    width: 80px;
    height: 30px !important;
}

#escudoimg {
    height: 90px !important;
}

#logoFcav {
    width: 210px;
    height: 70px;
}


#titulo {
    color: #fff !important;
    font-size: 11pt !important;
    line-height: 1.3;
}

#tituloLetra {
    font-weight: bold;
    color: var(--azul-4);
    text-transform: uppercase;
}

#redsocial {
    color: #fff;
    font-weight: bold;
    font-size: 16pt;
}

#facebook {
    font-size: 20px !important;
}

#Twitter {
    font-size: 20px !important;
}

#instagram {
    font-size: 20px !important;
}