#home #home-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 1000;
}

#home #buscador {
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    max-width: 400px;
}

#home #buscador #input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
#home #buscador #input input {
    width: 100%;
}

#home .section {
    margin: 50px 0;
    width: calc(100% - 70px);
    padding: 35px;
}
#home .section h2 {
    font-weight: normal;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
#home .section #columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}

#home .section #columns p {
    line-height: 18px;
    font-size: 1.2rem;
}
#home .section #columns h3 {
    font-weight: 1000;
    margin-bottom: 20px;
}
#home .section #content {
    width: 90%;
    margin: auto;
}

#home #empresas-canarias {
    background: var(--primary-color);
    color: white;
}