.texto-arial {
    font-family: Arial, sans-serif !important;
    text-align: justify !important;
    font-size: 115% !important;
    color: #333333 !important;
}
.titulo-arial
{
    font-family: Arial, sans-serif !important;
    color:#2c84d8;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.titulo-arial-izquierda
{
    font-family: Arial, sans-serif !important;
    color:#2c84d8;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.img-card {
    height: 200px; /* altura base para móviles */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-fixed {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* no recorta la imagen, mantiene proporción */
}

/* Tablets */
@media (min-width: 768px) {
    .img-card {
        height: 120px;
    }
}

/* Desktops grandes */
@media (min-width: 1024px) {
    .img-card {
        height: 150px;
    }
    .texto-arial {
        font-family: Arial, sans-serif !important;
        text-align: justify !important;
        font-size: 140% !important;
        color: #333333 !important;
    }
    .titulo-arial
    {
        font-family: Arial, sans-serif !important;
        color:#2c84d8;
        font-weight: bold;
        font-size: 170% !important;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*.img-card {
    width: 100%;
    height: 200px;          
    overflow: hidden;      
    padding: 0;             
    display: flex;
}*/

.img-fixed {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.columna-tabla-proyectos
{

    width: 150px;
}
.layout-content {
    padding: 5px 15px !important;
    flex: 1 1 auto;
}

.full-width-image img {
    width: 100%;
    height: auto;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background-color: #0056b3;
}

.exception-body {
    text-align: center;
    padding: 50px;
}

.exception-card {
    margin-top: 20px;
}

.layout-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    flex-direction: column;
}

.layout-footer .grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.layout-footer .ui-g-12 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.layout-topbar {
    background-color: #333; /* Fondo oscuro para el topbar */
    color: #fff; /* Texto en blanco */
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Permitir que el contenido se envuelva en pantallas más pequeñas */
}
.layout-topbar-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Permitir que el contenido se envuelva en pantallas más pequeñas */
}
.layout-topbar-left, .layout-topbar-center, .layout-topbar-right {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.layout-topbar-left {
    flex: 1;
    justify-content: flex-start;
}
.layout-topbar-logo {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
}
.layout-topbar-center {
    flex: 2;
    font-size: 1.2em;
    justify-content: flex-start; /* Mueve el título a la izquierda */
}
.layout-topbar-right {
    flex: 1;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .layout-topbar-center {
        /*        font-size: 1.5em;*/
    }
}
@media (max-width: 600px) {
    .titulo {
        display: none !important;
    }
}

.linea-horizontal {
    width: 200px;
    height: 7px;
    background-color: #2c84d8;
    margin: 20px auto;
    transition: transform 0.5s ease;
}

.linea-horizontal:hover {
    transform: rotate(180deg);
}

.contenedor {
    text-align: center;
    height: 10px;
    margin-bottom: 10px;
}
.btn-lcoa {
    background-color: #2e7d32 !important; /* verde */
    color: #fff !important;
    border: none !important;

    /* tamaño MUY grande */
    font-size: 4rem;         /* texto ~6× más grande */
    padding: 2rem 4rem;      /* más área clickeable */
    border-radius: 16px;
    line-height: 1.2;

    /* centrado y estética */
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    transition: transform 0.2s ease;
}
.btn-lcoa:hover {
    transform: scale(1.05);
}
.btn-lcoa .ui-button-icon-left,
.btn-lcoa .ui-button-icon-right {
    font-size: 3rem; /* icono grande también */
}
.center-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3rem 0;
    text-align: center;
}
table.estilo-tabla {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #333;
}

table.estilo-tabla th,
table.estilo-tabla td {
  border: 1px solid #333;
  padding: 10px;
}

table.estilo-tabla th {
  background-color: #f5f5f5;
  font-weight: bold;
}
p\:graphicImage,
table.estilo-tabla {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

a.btn-enlace {
  display: inline-block;
  background: #007bff;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  transition: transform .12s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease;
  margin: 20px 0;
}
a.btn-enlace .btn-enlace-texto { font-size: 1.15rem; }