* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #254179;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.logo {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem; /* Reduced gap to save space */
    flex-wrap: nowrap; /* Prevents wrapping to new lines */
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem; /* Slightly reduced font size */
    white-space: nowrap; /* Prevents text wrapping */
}

.nav-links a:hover {
    color: #93c5fd;
}

.hero {
    height: 60vh;
    background: url("https://i.gifer.com/J4o.gif") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.underlined {
    text-decoration: underline;
}

.hero-text h1 {
    padding-top: 10vh;
}

.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #254179;
    color: white;
    width: 100%;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background: #3b82f6;
}


.misionvision {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
    font-style: normal;
    margin-top: 5%;
    margin-bottom: 5%;
}

.mision-container, .vision-container {
    pading-top: 3%;
    width: 30%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    color: #6b6666;
    font-family: 'Helvetica Neue', Arial;
    font-variant: normal;
    font-weight: 400;
    text-align: center;
    height: 120%;
}

.mision-grafico, .vision-grafico {
    width: 10%;
    text-align: center;
}

.misionsubtitle {
    font-family: 'Helvetica Neue', Arial;
    font-weight: 700;
    vertical-align: baseline;
    font-size: 12.0pt;
    color: rgba(102, 102, 102, 1);
}

.pilares {
    padding: 2rem 2rem;
    text-align: center;
}

.pilares {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pilares-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px; /* opcional: bordes redondeados */
}

.logos-img {
    max-width: 60%;
    height: auto;
    border-radius: 12px;
}

.texto-nuestros {
    color: #434343;
}

.texto-partners {
    color: #dc673c;
}

.parte-celeste {
    color: #3d85c6;
}

.los-pilares {
    text-align: left;
}

.que-nos {
    text-align: left;
    padding-left: 18%;
}

.definen {
    text-align: left;
    padding-left: 33%;
}

.button-container {
    width: 100%;
    margin-top: 2%;
}

h2 > span {
  display: block;
}



.pilares-left {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.segundo-texto {
    color: #1c1c1c;
    font-family: 'Helvetica Neue', Arial;
    font-weight: 400;
    font-size: 12.0pt;
    line-height: 1.656;
}

.pilares-diagram {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    width: 50%;
}

.block {
    text-align: center;
    padding: 1rem;
    color: white; /* Asegura que el texto sea visible sobre fondos oscuros */
}

/* Fondo negro para el primer bloque */
.pilares-diagram .block:first-child {
    background-color: #000;
}



/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

.contacto {
    background-color: #223b73; /* azul */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    flex-wrap: wrap;
}

.contacto-info, .contacto-map, .contacto-social {
    flex: 1;
    margin: 10px;
    min-width: 250px;
}

.contacto-info h3,
.contacto-social h3 {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.social-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background: white;
    padding: 5px;
}


.logos-header {
    max-width: 12%;
    height: auto;
    border-radius: 12px;
}

.main-title {
    font-size: 48.0pt;
}
