div.organizationInfLab{
    max-width: 1280px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
}

section#tituloLab{
    position: relative;
    width: 25%;
    height: auto;
    padding: 1px 1px 1px 1px;
    float: left;
    display: flex;
    flex-direction: column;
}
section#tituloLab h1.nameLab{
    color: #2485ae;
    font-size: 40px;
    float: left;
    width: auto;
    font-weight: 900;
}

section#individual-intro-Lab{
    position: relative;
    display: flex;
    width: 75%;
    flex-direction: column;
    float: right;
}

section#individual-intro-Lab h1{
    color: #5E6363;
    font-weight: bold;
    font-size: 35px;
}


section#individual-infoOrga-Lab{
    position: relative;
}

img.individual-photo {
    border: 1px solid #100f0f;
    margin: auto;
    width: 90%;
    height: auto;
    float: left;
}

section#information{
    display: block;
    position: relative;
    width: 60%;
    float: right;
    margin: 30px;
}

div.overview-value {
    text-align: justify;
    font-size: 14px;
    width: 100%;
}

section h3.titleKeyWord{
    font-size: 22px;
    padding: 10px 0 12px 0;
    margin: 0;
    color:  #5E6363;
    font-weight: 600;
}
section ul.individual-keyWord{
    display: flex;
    padding: 2px;
    flex-wrap: wrap;
    align-content: center;
}
.individual-keyWord div.editKeyWordLab{
    padding-right: 10px;
    /* margin-right: 10px; */
}

.edit-individual {
    margin-left: 1px;
    padding-left: 1px;
}

li.keyWord-value{
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    border-right: 1px solid #A6B1B0;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    color: #2274bc;
}



ul.individual-emails {
    clear: both;
    padding-left: 0;
    list-style: circle outside url(../../../images/emailIconSmall.gif);
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

ul#individual-phone {
    clear: both;
    list-style: circle outside url(../../../images/phoneIconSmall.gif);
    margin-left: 15px;
}

#additional-emails li {
    margin: 1px 1px 1px 1px;
    padding: 10px 1px 1px 1px;
}


#additional-emails li a:hover{
    color: #6e0606;
}

section ul li strong{
    font-size: 25px;
    padding: 10px 0 12px 0;
    margin: 0;
    color: #064d68;
    font-weight: 700;
}

section#menufiltro{
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    /* padding-left: 200px; */
    text-align: center;
    /* padding-right: 200px; */
    max-width: 1000px;
    margin: auto;
}


button.buttonAgenda{
    position: relative;
    background-image: url(../images/logos/botonAgenda.jpg);
    margin: 3px 3px 3px 3px;
    height: 53px;
    width: 53px;
    color: #000000;
    float: right;
    border-radius: 12px;
    box-shadow: 4px 3px 0px 0px rgb(173 165 165);
    border: none;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    /* display: flex; */
    /* background-color: #145da0; */
    /* font-size: 26px; */
    /* text-align: center; */
    /* border-radius: 10px; */
    /* box-shadow: 0px 0px 2px 2px rgb(0, 0, 0); */
    /* font-weight: bold; */
    
}

button.buttonAgenda a{
    position: relative;
    display: ruby-text;
    font-size: 26px;
    color: #fffcfc;
    font-weight: 600;
}

section#contactInfLab{
    position: relative;
    height: auto;
}

div#menufiltro {
    max-width: 1280px;
    margin: auto;
    padding-left: 20px;
}



/* Estilos responsivos para diferentes tamaños de pantalla */
@media (max-width: 992px) {
    .adLink {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .adLink {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .adLink {
        width: 90%;
    }
}

/* ----------------------------------------------------
   Estilos para los tabs de la izquierda
   ---------------------------------------------------- */
.nav-pills {
   /*  border: 1px solid #e0e0e0; 
    border-radius: 8px; */
    padding: 10px;
    background-color: #f8f9fa; 
    display: block !important;
}

ul.nav-pills .nav-link {
    font-size: 14px;
}

.nav-pills > li {
    margin-bottom: 5px; 
    display: flex !important;
}

.nav-pills > li > a {
    /* Estilo del botón */
    border-radius: 6px;
    background-color: #ffffff; 
    color: #495057; 
    font-weight: 500;
    transition: all 0.3s ease-in-out; 
    border: 1px solid #dee2e6; 
    text-align: left; 
}

/* Efecto hover y focus */
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #e9ecef; 
    color: #007bff; 
    border-color: #007bff; 
    transform: translateX(5px); 
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #007bff; 
    color: #fff; 
    border-color: #007bff; 
   /*  pointer-events: none;  */
    transform: none; 
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {
    padding: 0.5rem 1rem;
    min-width: 90%;

}

.row.individual-objects {
    background: transparent !important;
}

ul.nav.nav-pills.nav-stacked {
    background: transparent !important;
}

/* ----------------------------------------------------
   Estilos para el contenido de la derecha
   ---------------------------------------------------- */
.tab-content {
    /* Contenedor del contenido */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
}

h2[pgroup="tabs"] {
    color: #343a40;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tab-pane > div {
    /* Puedes agregar estilos adicionales aquí si es necesario,
       por ejemplo, para separar mejor cada sección de propiedades. */
    margin-bottom: 20px;
}

article.property {
    width: auto !important;
}

article.property h3 {
    background: none !important;
    font-size: 14px !important;
    color: #000000a3 !important;
    padding: 10px 0 10px 20px !important;
    margin: 0 !important;
    text-transform: lowercase;
    border-bottom: 1px solid #dfe6e5;
    font-weight: 600;
}
article.property h3::first-letter {
    text-transform: capitalize;
}

ul.property-list{
    padding: 0 0 0 0 !important;
}

article.property ul.property-list li {
    list-style: none !important;
    line-height: 1.5rem !important;
    padding-bottom: 1rem;
    font-size: 14px;
    text-align: justify;
}

article.property {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: none !important;
}


.keywordAgenda{
    display: flex;
}

.keywordAgenda section#individualLabKeyWord{
    width: 90%;
}


.keywordAgenda section#agendaLab{
    width: 10%;
    margin: auto;
}

article.property ul.property-list li a {
    color: #2274bc;
}

article.property ul.property-list li a:hover {
    color: #04bfad;
}
