#page-local-isocial-aboutus #page,
#page-local-isocial-aboutus #page-content,
#page-local-isocial-aboutus .main-inner,
#page-local-isocial-aboutus .container,
#page-local-isocial-aboutus .card,
#page-local-isocial-aboutus .block,
#page-local-isocial-aboutus .header-maxwidth {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
#page-footer{
    margin-right: 0 !important;
}
/* ELIMINAR ESPACIO DEL HEADER */
#page-local-isocial-aboutus #page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#page-local-isocial-aboutus #page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#page-local-isocial-aboutus #page-header {
    display: none !important;
}

#page-local-isocial-aboutus .moodle-header {
    display: none !important;
}

#page-local-isocial-aboutus .card-body {
    padding: 0 !important;
    margin: 0 !important;
}

body{
    background-color: white !important;
}
h1{
    font-size: 44px !important;
    color: #fff !important;
}

.internet-social-container{
    margin-top: -1px;
}
.banner-aboutus{
    background: var(
        --local-isocial-banner-background-aboutus,
        var(--local-isocial-banner-background-default, linear-gradient(120deg, #5e9bff, #446bc2))
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    margin-top: 0;    
    align-content:center;
    min-height: 500px;
} 

.content-section {
    background-color: white;
    padding: 5% 8%  5% 8%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-section h2 {
    color: #000;
    font-size: 36px !important;
    margin-bottom: 20px;
}

.definition-box {
    background-color: #f8f9fa;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 28px;
}

.definition-box p {
    margin: 0;
    font-size: 1.1em;
}

.description {
    font-size: 1.1em;
}

.description p {
    margin-bottom: 15px;
}

.stats-section {
    color: white;
    padding: 5% 8% 5% 8%;
    background-color: #3b82f6;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
    align-items: center;
    align-content: center;
}

.stat-item {
    background-color: #6facfc;
    padding: 20px;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

td, tr, tbody, table{
    border-color: #dee2e600 !important;
    border-width: 0px !important;
}
.img-logo {
    width: 100%; /* La imagen ocupa todo el ancho del contenedor */
    max-width: 200px; /* Tamaño máximo reducido */
    height: auto;
    object-fit: contain;
}

.table-img{
    margin-left: auto;
    margin-right: auto;
    width: 74%;
    text-align: center;
}

.stat-number {
    font-size: 2.5em;
    font-weight: 500;
    color: white;
}

.stat-label {
    font-size: 16px;
    opacity: 0.9;
    color: white;
}

.contenedor-icon{
    background-color: #8cbdfd;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    border-radius: 87%;
    margin-bottom: 5%;
    margin-top: 7%;
}
.icon{
    font-size: xx-large;
    margin: 0 !important;
}

/* Estilos para la sección de Objetivos */
.objectives-section {
    padding: 5% 8% 5% 8%;
    background: white;
    width: 100%;
}

.objectives-header {
    text-align: center;
    margin-bottom: 40px;
}

.objectives-header h2 {
    color: #2c3e50;
    font-size: 2.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.objectives-grid {
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.objective-item {
    background: white;
    padding: 30px 25px;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.objective-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.objective-icon {
    font-size: 2.5em;
    color: #3498db;
    margin-bottom: 20px;
}

.objective-content h3 {
    color: #2c3e50;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: bold;
}

.objective-content p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95em;
}

/* Estilos para la sección de Alcance del Proyecto */
.scope-alcance{
    background-color: #3b82f6;
}
.scope-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    padding: 0 8% 0 8%;
}

.scope-header {
    text-align: center;
   padding-top: 5%;
}

.scope-header h2 {
    color: white;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.scope-header p {
    color: white;
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.scope-list {
    margin: 40px 0;
}

.scope-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 28px;
}

.scope-checkbox {
    background-color: #3498db;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 5px;
}

.scope-content {
    flex: 1;
}

.scope-content h3 {
    color: #2c3e50;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}

.scope-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
}

.scope-footer {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
    margin-top: 40px;
}

.scope-motto {
    font-size: 1.2em;
    font-weight: 400;
    color: white;
    font-style: italic;
    margin: 0;
}

.badge-etiqueta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;   
    background: rgb(255 255 255 / 22%);
    padding: 2px 4px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 40%;
    text-align: center;
}

.banner-titulo{
    margin-left: auto;
    margin-right: auto;
    width: 53%;
}

.banner-titulo span{
    font-size: 18px;
    font-weight: 400;
}

.banner-titulo p {
    font-size: 18px;
    font-weight: 700;
}

.img-aboutus{
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}

.lo_que_aprenderas{
    font-size: 36px !important;
    font-weight: 500;
}
.desc_lo_que_aprenderas{
    font-size: 16px;
    font-weight: 400;
}
.contenedor_azul{
    display: flex;
    justify-content: center;
}
.cont_cursos{
    background-color:rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 2% 3% 1px 3%;
}
.cont_cursos p{
    font-size: 12px !important;
    font-weight: 400;
    color: #525252;
}
.cont_cursos h3{
    font-size: 24px !important;
    font-weight: 500;
    color: white;
}

.col-1{
    width: 10% !important;
}
.btn-curso{
    background-color: #F0B323;
    color: white;
    border-radius: 50px !important;
    border: 2px solid white !important;
    box-shadow: 0 6px 18px rgb(0 0 0 / .3) !important;
}
.scope-image {
    text-align: center;
    margin-bottom: 20px;
}

.scope-img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    object-fit: cover;
}

/* Estilos para la sección ¿Qué Ofrecemos? */
.offers-section {
    padding: 5% 8% 3% 8%;
    background-color: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.offers-header {
    text-align: center;
    margin-bottom: 40px;
}

.offers-header h2 {
    color: #2c3e50;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.offers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

.offers-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.offer-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 28px;
    transition: transform 0.2s ease;
}

.offer-item:hover {
    transform: translateX(5px);
    background-color: #e3f2fd;
}

.offer-checkbox {
    background-color: #3498db;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 0.9em;
}

.offer-content p {
    color: #2c3e50;
    margin: 0;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 200 !important;
}

/* Estilos para la sección Nuestra Visión */
.vision-section {
    padding: 40px 5%;
    background-color: #3b82f6;
    border-radius: 28px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-left: 4px solid #3498db;
}

.vision-header {
    text-align: center;
    margin-bottom: 30px;
}

.vision-header h2 {
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px !important;
}

.vision-content {
    text-align: left;
    margin: 0 auto;
}

.vision-content p {
    color: white;
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
}

.vision-content strong {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

/* Estilos para la sección Alianzas Estratégicas */
.alliances-section {
    padding: 5% 8% 3% 8%;
    background-color: white;
    border-radius: 28px;
    width: 100%;
}

.alliances-header {
    text-align: center;
    margin-bottom: 40px;
}

.alliances-header h2 {
    color: #2c3e50;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.alliances-header p {
    color: #555;
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.alliances-list {
    margin: 40px 0;
}

.alliance-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 18px;
    background-color: #f8f9fa;
    border-radius: 28px;
    transition: transform 0.2s ease;
}

.alliance-item:hover {
    transform: translateX(5px);
    background-color: #e3f2fd;
}

.alliance-icon {
    font-size: 2em;
    color: #3498db;
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: 5px;
}

.alliance-content {
    flex: 1;
}

.alliance-content h3 {
    color: #2c3e50;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}

.alliance-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}





/* Estilos para la sección ¿Quiénes Pueden Participar? */
.participants-section {
    padding: 0 8% 0 8%;
    background-color: white;
    border-radius: 28px;
    width: 100%;
    margin-bottom: 5%;
}

.participants-header {
    text-align: center;
    margin-bottom: 40px;
}

.participants-header h2 {
    color: #2c3e50;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.participants-header p {
    color: #555;
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.participants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.participant-item {
    background-color: #f8f9fa;
    padding: 30px 25px;
    border-radius: 28px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.participant-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.participant-icon {
    font-size: 2.5em;
    color: #3498db;
    margin-bottom: 20px;
}

.participant-content h3 {
    color: #2c3e50;
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: bold;
}

.participant-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Estilos para la sección ¿Quieres saber más? */
.cta-section {
    padding: 5%;
    background: #3b82f6;
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}

.cta-content h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: white;
}

.cta-content p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 15px 30px;
    border-radius: 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cta-button.primary {
    background-color: #f1c40f;
    color: #2c3e50;
}

.cta-button.primary:hover {
    background-color: #f39c12;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.cta-button.secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.cta-button.secondary:hover {
    background-color: white;
    color: #3498db;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.primary-button{
    background: #6facfc;
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.secondary-button {
    background: #fff;
    color: #4B97FB;
    border: 1px solid #4B97FB;
    border-radius: 28px;
    padding: 12px 23px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.badge{
    color: #F0B323;
    font-size: 14px;
    font-weight: 400;

}
/* Responsive design */
@media (max-width: 768px) {
    
    .page-header h1 {
        font-size: 2em;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .stat-number {
        font-size: 2em;
    }
     .objectives-section {
        width: 95%;
        padding: 30px 4%;
        margin: 40px auto;
    }
    
    .objectives-header h2 {
        font-size: 1.8em;
    }
    
    .objectives-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .objective-item {
        padding: 25px 20px;
    }
    
    .objective-icon {
        font-size: 2em;
    }
    .scope-section {
       grid-template-columns: 1fr;
    }

    .scope-footer {
        order: -1;
    }
    
    .scope-header h2 {
        font-size: 1.8em;
    }
    
    .scope-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .scope-checkbox {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
    
    .scope-motto {
        font-size: 1.1em;
    }
     .offers-section,
    .vision-section {
        width: 90%;
        padding: 30px 4%;
    }
    
    .offers-header h2 {
        font-size: 1.8em;
    }
    
    .offers-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .offer-item {
        padding: 15px;
    }
    
    .vision-header h3 {
        font-size: 1.6em;
    }
    
    .vision-content p {
        font-size: 1em;
    }
     .alliances-section {
        width: 90%;
        padding: 30px 4%;
    }
    
    .alliances-header h2 {
        font-size: 1.8em;
    }
    
    .alliance-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .alliance-icon {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
     .participants-section,
    .cta-section {
        width: 90%;
        padding: 30px 4%;
    }
    
    .participants-header h2,
    .cta-content h2 {
        font-size: 1.8em;
    }
    
    .participants-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .participant-item {
        padding: 25px 20px;
    }
    
    .participant-icon {
        font-size: 2em;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 200px;
        text-align: center;
    }

    .badge-etiqueta {
        width: 60%;
        font-size: 12px;
        padding: 4px 8px;
        margin-bottom: 15px;
    }
    .img-aboutus{
        height: 250px !important;
    }
    .lo_que_aprenderas {
        font-size: 33px !important;
    }
    .col-1 {
        display: flex;
        width: 93% !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .page-header h1 {
        font-size: 1.8em;
    }
    
    .content-section h2 {
        font-size: 1.6em;
    }
    .objectives-section {
        padding: 20px 3%;
    }
    
    .objectives-header h2 {
        font-size: 1.6em;
    }
    
    .objective-item {
        padding: 20px 15px;
    }
    .scope-section {
        width: 100%;
        padding: 20px 3%;
    }
    
    .scope-header h2 {
        font-size: 1.6em;
    }
    
    .scope-item {
        padding: 15px;
    }
    .offers-section,
    .vision-section {
        width: 95%;
        padding: 20px 3%;
    }
    
    .offers-header h2 {
        font-size: 1.6em;
    }
    
    .offer-item {
        flex-direction: column;
        text-align: center;
    }
    
    .offer-checkbox {
        margin-right: 0;
        margin-bottom: 10px;
        align-self: center;
    }
    
    .vision-header h3 {
        font-size: 1.4em;
    }

     .alliances-section {
        width: 100%;
        padding: 40px 3%;
    }
    
    .alliances-header h2 {
        font-size: 21px !important;
    }
    
    .alliance-item {
        padding: 15px;
    }
    
    .alliance-icon {
        font-size: 1.8em;
    }
     .participants-section,
    .cta-section {
        width: 100%;
        padding: 20px 3%;
    }
    
    .participants-header h2,
    .cta-content h2 {
        font-size: 1.6em;
    }
    
    .participant-item {
        padding: 20px 15px;
    }
    
    .cta-content p {
        font-size: 1em;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .banner-aboutus{
        grid-template-columns:1fr;
    }
    .contenedor-icon{
        width: 24%;
    }
    .scope-header p{
        padding: 2%;
    }
    .badge{
        font-size: 10px;
    }
    .card-body .card-text, .desc_lo_que_aprenderas{
        font-size: 14px;
    }
    .lo_que_aprenderas{
        font-size: 30px;
    }
   .contenedor_azul{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 20px;
   }
   .alliances-header p{
    font-size: 14px !important;
   }
   .col-8{
    width: 100% !important;
   }
   .cont_cursos{
    padding: 4% 4% 1px 3%;
   }
   h1{
    font-size: 35px !important;
   }
   .banner-titulo{
    width: 100%;
   }
   .banner-titulo span{
    font-size: 13px;
   }
}
