/*
  Estilos propios: ajustes de fidelidad al diseño de Figma (colores/tipografía
  exactos) por encima de Tailwind (assets/css/main.css), y clases custom usadas
  directamente en el HTML. Se carga después de main.css en todas las páginas.
*/

.headerTitle {
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #594D4D;
    font-family: 'Poppins', sans-serif;
}
    /* Activamos decisiones que hacen avanzar proyectos, negocios y oportunidades. */

body, input, textarea, button, select {
    background: #E9E6E6;
    color: #594D4D;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
input, textarea, button, select {
    background: transparent;
}
    /* Fondo general de la pagina */

.gap-8{
    gap: 7rem !important;
}
.btn-pill {
    width: 236px;
    height: 60px;
    background: #12282E;
    opacity: 1;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #edebe7;
}

p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #594D4D;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.text-parrafo-corto {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #000;
}

.quote-blocks-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 1200px;
    margin: 48px auto 0 auto;
}

.quote-block-item {
    flex: 1;
    padding: 0 10px;
}

.quote-block-divider {
    height: 100px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.text-blogs-corto{
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #594D4D;
}

.text-blogs-title{
    font-weight: 400;
    font-size: 23px;
    line-height: 110%;
    text-align: center;
    color: #12282E;
}
.name-testimonial{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #594D4D;
    margin-bottom: 3px;
}

.company-testimonial{
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #594D4D;
    margin-bottom: 3px;
}

/* Team grid: centre the last (incomplete) row */
@media (min-width: 1024px) {
    .team-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .team-grid > * {
        width: calc(33.333% - 5rem);
    }
}

.text-perfil{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #12282E;
    width: 800px;
    margin-left: 18%;
    padding: 20px;
}

.text-section-title{
    font-weight: 300;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #12282E;
}
  
.text-servicio{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #594D4D;
}

