body {
    font-family: 'Montserrat', sans-serif;
}

.opciones {
    max-width: 90%;
    margin-bottom: 2%;
    margin-top: 3%;
}

.opciones-titulo {
    color: #691B32;
    font-size: clamp(18px, 2vw + 1rem, 29px);
    font-weight: 700;
    word-wrap: break-word;
    max-width: 353px;
    margin-bottom: 2%;
    margin-left: 1%;
}

.botones.activo {
    width: 20%;
    height: 50px;
    background: #B69863;
    border-radius: 33px;
    border: none;
}

.botones {
    background: #D9D9D9;
    border-radius: 33px;
    border: none;
    width: 20%;
    height: 50px;
    text-align: center;
    color: #691B32;
    font-size: clamp(10px, 1.2vw + 0.4rem, 16px);
    font-weight: 400;
    word-wrap: break-word;
}

.arquitectura {
    background-image: url('../images/que-hacemos/arquitectura-de-soluciones.png');
}

.lineamientos {
    background-image: url('../images/que-hacemos/lineamientos.png');
}

.stack-tecnologico {
    background-image: url('../images/que-hacemos/stack-tecnologico.png');

}

.encabezado {
    width: 100%;
    height: 617px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1324px;
    max-height: 617px;
    color: white;
    font-weight: 400;
    word-wrap: break-word;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.encabezado .titulo {
    font-size: clamp(20px, 2.5vw + 1rem, 34px);
    max-width: 419px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10%;
    margin-left: -5%;
    margin-right: 5%;
}

.encabezado .texto {
    font-size: clamp(16px, 2vw + 0.5rem, 24px);
    max-width: 545px;
    text-align: justify;
    margin-left: -2%;
    margin-bottom: 8%;
}

.sub-menu {
    margin-top: 2%;
}

.sub-menu .nav-link {
    color: #691B32;
    font-size: clamp(14px, 1.8vw + 0.5rem, 22px);
}

.sub-menu .nav-link:hover {
    color: #691B32;
    font-size: clamp(16px, 2vw + 0.5rem, 24px);
}

.sub-menu .nav-link.active {
    color: #691B32;
    font-weight: bold;
    font-size: clamp(16px, 2vw + 0.5rem, 24px);
}